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

206 lines
766 KiB
Plaintext

{
"cells": [
{
"cell_type": "markdown",
"source": [
"## Load Packages"
],
"metadata": {}
},
{
"cell_type": "code",
"execution_count": 1,
"source": [
"using Printf, Distributions\n",
"include(\"jlFiles/printmat.jl\")"
],
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/plain": [
"printyellow (generic function with 1 method)"
]
},
"metadata": {},
"execution_count": 1
}
],
"metadata": {
"tags": []
}
},
{
"cell_type": "code",
"execution_count": 2,
"source": [
"using Plots\n",
"gr(size=(480,320))\n",
"default(fmt = :svg)"
],
"outputs": [],
"metadata": {
"tags": []
}
},
{
"cell_type": "markdown",
"source": [
"# MV Frontier by Simulations\n",
"\n",
"We illustrate the mean-variance frontier (really, the $\\sigma \\times \\mu$ frontier) by calculating the portfolio mean and standard deviation for a large number of randomly drawn portfolios (in each case the portfolio weights should sum to one).\n",
"\n",
"As always, we have \n",
"$\\text{E}R_p = w'\\mu$ and \n",
"\n",
"$\\text{Var}(R_p) = w'\\Sigma w$.\n",
"\n",
"The information about $\\mu$ and $\\Sigma$ is found below."
],
"metadata": {}
},
{
"cell_type": "code",
"execution_count": 3,
"source": [
"μ = [11.5; 9.5; 6]/100 #expected returns\n",
"Σ = [166 34 58; #covariance matrix\n",
" 34 64 4;\n",
" 58 4 100]/100^2\n",
"\n",
"n = length(μ)"
],
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/plain": [
"3"
]
},
"metadata": {},
"execution_count": 3
}
],
"metadata": {}
},
{
"cell_type": "code",
"execution_count": 4,
"source": [
"using Random\n",
"Random.seed!(123)\n",
"\n",
"NSim = 2000\n",
"(ERp,StdRp) = (fill(NaN,NSim),fill(NaN,NSim))\n",
"\n",
"for i = 1:NSim\n",
" w = randn(n-1) #draw n-1 random portfolio weights\n",
" w = [w;1-sum(w)] #make the n weights sum to 1\n",
" ERp[i] = w'μ\n",
" StdRp[i] = sqrt(w'Σ*w)\n",
"end"
],
"outputs": [],
"metadata": {}
},
{
"cell_type": "code",
"execution_count": 6,
"source": [
"p1 = scatter(StdRp,ERp,\n",
" title = \"MV frontier by bootstrap\",\n",
" xlabel = \"std\",\n",
" ylabel = \"mean\",\n",
" xlims = [0,0.2],\n",
" ylims = [0.0,0.15],\n",
" legend = false )\n",
"display(p1)"
],
"outputs": [
{
"output_type": "display_data",
"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=\"480\" height=\"320\" viewBox=\"0 0 1920 1280\">\n<defs>\n <clipPath id=\"clip780\">\n <rect x=\"0\" y=\"0\" width=\"1920\" height=\"1280\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip780)\" d=\"\nM0 1280 L1920 1280 L1920 0 L0 0 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip781\">\n <rect x=\"384\" y=\"0\" width=\"1345\" height=\"1280\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip780)\" d=\"\nM244.742 1106.38 L1872.76 1106.38 L1872.76 123.472 L244.742 123.472 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip782\">\n <rect x=\"244\" y=\"123\" width=\"1629\" height=\"984\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip782)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 290.818,1106.38 290.818,123.472 \n \"/>\n<polyline clip-path=\"url(#clip782)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 674.783,1106.38 674.783,123.472 \n \"/>\n<polyline clip-path=\"url(#clip782)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1058.75,1106.38 1058.75,123.472 \n \"/>\n<polyline clip-path=\"url(#clip782)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1442.71,1106.38 1442.71,123.472 \n \"/>\n<polyline clip-path=\"url(#clip782)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1826.68,1106.38 1826.68,123.472 \n \"/>\n<polyline clip-path=\"url(#clip780)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 244.742,1106.38 1872.76,1106.38 \n \"/>\n<polyline clip-path=\"url(#clip780)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 290.818,1106.38 290.818,1087.48 \n \"/>\n<polyline clip-path=\"url(#clip780)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 674.783,1106.38 674.783,1087.48 \n \"/>\n<polyline clip-path=\"url(#clip780)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1058.75,1106.38 1058.75,1087.48 \n \"/>\n<polyline clip-path=\"url(#clip780)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1442.71,1106.38 1442.71,1087.48 \n \"/>\n<polyline clip-path=\"url(#clip780)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1826.68,1106.38 1826.68,1087.48 \n \"/>\n<path clip-path=\"url(#clip780)\" d=\"M253.121 1131.73 Q249.51 1131.73 247.682 1135.3 Q245.876 1138.84 245.876 1145.97 Q245.876 1153.07 247.682 1156.64 Q249.51 1160.18 253.121 1160.18 Q256.756 1160.18 258.561 1156.64 Q260.39 1153.07 260.39 1145.97 Q260.39 1138.84 258.561 1135.3 Q256.756 1131.73 253.121 1131.73 M253.121 1128.03 Q258.931 1128.03 261.987 1132.63 Q265.066 1137.22 265.066 1145.97 Q265.066 1154.69 261.987 1159.3 Q258.931 1163.88 253.121 1163.88 Q247.311 1163.88 244.232 1159.3 Q241.177 1154.69 241.177 1145.97 Q241.177 1137.22 244.232 1132.63 Q247.311 1128.03 253.121 1128.03 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M273.283 1157.33 L278.168 1157.33 L278.168 1163.21 L273.283 1163.21 L273.283 1157.33 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M298.353 1131.73 Q294.741 1131.73 292.913 1135.3 Q291.107 1138.84 291.107 1145.97 Q291.107 1153.07 292.913 1156.64 Q294.741 1160.18 298.353 1160.18 Q301.987 1160.18 303.792 1156.64 Q305.621 1153.07 305.621 1145.97 Q305.621 1138.84 303.792 1135.3 Q301.987 1131.73 298.353 1131.73 M298.353 1128.03 Q304.163 1128.03 307.218 1132.63 Q310.297 1137.22 310.297 1145.97 Q310.297 1154.69 307.218 1159.3 Q304.163 1163.88 298.353 1163.88 Q292.542 1163.88 289.464 1159.3 Q286.408 1154.69 286.408 1145.97 Q286.408 1137.22 289.464 1132.63 Q292.542 1128.03 298.353 1128.03 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M328.514 1131.73 Q324.903 1131.73 323.075 1135.3 Q321.269 1138.84 321.269 1145.97 Q321.269 1153.07 323.075 1156.64 Q324.903 1160.18 328.514 1160.18 Q332.149 1160.18 333.954 1156.64 Q335.783 1153.07 335.783 1145.97 Q335.783 1138.84 333.954 1135.3 Q332.149 1131.73 328.514 1131.73 M328.514 1128.03 Q334.325 1128.03 337.38 1132.63 Q340.459 1137.22 340.459 1145.97 Q340.459 1154.69 337.38 1159.3 Q334.325 1163.88 328.514 1163.88 Q322.704 1163.88 319.626 1159.3 Q316.57 1154.69 316.57 1145.97 Q316.57 1137.22 319.626 1132.63 Q322.704 1128.03 328.514 1128.03 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M637.585 1131.73 Q633.973 1131.73 632.145 1135.3 Q630.339 1138.84 630.339 1145.97 Q630.339 1153.07 632.145 1156.64 Q633.973 1160.18 637.585 1160.18 Q641.219 1160.18 643.024 1156.64 Q644.853 1153.07 644.853 1145.97 Q644.853 1138.84 643.024 1135.3 Q641.219 1131.73 637.585 1131.73 M637.585 1128.03 Q643.395 1128.03 646.45 1132.63 Q649.529 1137.22 649.529 1145.97 Q649.529 1154.69 646.45 1159.3 Q643.395 1163.88 637.585 1163.88 Q631.774 1163.88 628.696 1159.3 Q625.64 1154.69 625.64 1145.97 Q625.64 1137.22 628.696 1132.63 Q631.774 1128.03 637.585 1128.03 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M657.746 1157.33 L662.631 1157.33 L662.631 1163.21 L657.746 1163.21 L657.746 1157.33 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M682.816 1131.73 Q679.205 1131.73 677.376 1135.3 Q675.57 1138.84 675.57 1145.97 Q675.57 1153.07 677.376 1156.64 Q679.205 1160.18 682.816 1160.18 Q686.45 1160.18 688.256 1156.64 Q690.084 1153.07 690.084 1145.97 Q690.084 1138.84 688.256 1135.3 Q686.45 1131.73 682.816 1131.73 M682.816 1128.03 Q688.626 1128.03 691.681 1132.63 Q694.76 1137.22 694.76 1145.97 Q694.76 1154.69 691.681 1159.3 Q688.626 1163.88 682.816 1163.88 Q677.006 1163.88 673.927 1159.3 Q670.871 1154.69 670.871 1145.97 Q670.871 1137.22 673.927 1132.63 Q677.006 1128.03 682.816 1128.03 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M703.024 1128.65 L721.38 1128.65 L721.38 1132.59 L707.306 1132.59 L707.306 1141.06 Q708.325 1140.71 709.343 1140.55 Q710.362 1140.36 711.38 1140.36 Q717.167 1140.36 720.547 1143.54 Q723.927 1146.71 723.927 1152.12 Q723.927 1157.7 720.454 1160.8 Q716.982 1163.88 710.663 1163.88 Q708.487 1163.88 706.218 1163.51 Q703.973 1163.14 701.566 1162.4 L701.566 1157.7 Q703.649 1158.84 705.871 1159.39 Q708.093 1159.95 710.57 1159.95 Q714.575 1159.95 716.913 1157.84 Q719.251 1155.74 719.251 1152.12 Q719.251 1148.51 716.913 1146.41 Q714.575 1144.3 710.57 1144.3 Q708.695 1144.3 706.82 1144.72 Q704.968 1145.13 703.024 1146.01 L703.024 1128.65 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M1021.05 1131.73 Q1017.44 1131.73 1015.61 1135.3 Q1013.81 1138.84 1013.81 1145.97 Q1013.81 1153.07 1015.61 1156.64 Q1017.44 1160.18 1021.05 1160.18 Q1024.69 1160.18 1026.49 1156.64 Q1028.32 1153.07 1028.32 1145.97 Q1028.32 1138.84 1026.49 1135.3 Q1024.69 1131.73 1021.05 1131.73 M1021.05 1128.03 Q1026.86 1128.03 1029.92 1132.63 Q1033 1137.22 1033 1145.97 Q1033 1154.69 1029.92 1159.3 Q1026.86 1163.88 1021.05 1163.88 Q1015.24 1163.88 1012.16 1159.3 Q1009.11 1154.69 1009.11 1145.97 Q1009.11 1137.22 1012.16 1132.63 Q1015.24 1128.03 1021.05 1128.03 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M1041.21 1157.33 L1046.1 1157.33 L1046.1 1163.21 L1041.21 1163.21 L1041.21 1157.33 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M1057.09 1159.28 L1064.73 1159.28 L1064.73 1132.91 L1056.42 1134.58 L1056.42 1130.32 L1064.69 1128.65 L1069.36 1128.65 L1069.36 1159.28 L1077 1159.28 L1077 1163.21 L1057.09 1163.21 L1057.09 1159.28 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M1096.45 1131.73 Q1092.83 1131.73 1091.01 1135.3 Q1089.2 1138.84 1089.2 1145.97 Q1089.2 1153.07 1091.01 1156.64 Q1092.83 1160.18 1096.45 1160.18 Q1100.08 1160.18 1101.89 1156.64 Q1103.71 1153.07 1103.71 1145.97 Q1103.71 1138.84 1101.89 1135.3 Q1100.08 1131.73 1096.45 1131.73 M1096.45 1128.03 Q1102.26 1128.03 1105.31 1132.63 Q1108.39 1137.22 1108.39 1145.97 Q1108.39 1154.69 1105.31 1159.3 Q1102.26 1163.88 1096.45 1163.88 Q1090.64 1163.88 1087.56 1159.3 Q1084.5 1154.69 1084.5 1145.97 Q1084.5 1137.22 1087.56 1132.63 Q1090.64 1128.03 1096.45 1128.03 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M1405.52 1131.73 Q1401.9 1131.73 1400.08 1135.3 Q1398.27 1138.84 1398.27 1145.97 Q1398.27 1153.07 1400.08 1156.64 Q1401.9 1160.18 1405.52 1160.18 Q1409.15 1160.18 1410.96 1156.64 Q1412.78 1153.07 1412.78 1145.97 Q1412.78 1138.84 1410.96 1135.3 Q1409.15 1131.73 1405.52 1131.73 M1405.52 1128.03 Q1411.33 1128.03 1414.38 1132.63 Q1417.46 1137.22 1417.46 1145.97 Q1417.46 1154.69 1414.38 1159.3 Q1411.33 1163.88 1405.52 1163.88 Q1399.71 1163.88 1396.63 1159.3 Q1393.57 1154.69 1393.57 1145.97 Q1393.57 1137.22 1396.63 1132.63 Q1399.71 1128.03 1405.52 1128.03 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M1425.68 1157.33 L1430.56 1157.33 L1430.56 1163.21 L1425.68 1163.21 L1425.68 1157.33 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M1441.56 1159.28 L1449.2 1159.28 L1449.2 1132.91 L1440.89 1134.58 L1440.89 1130.32 L1449.15 1128.65 L1453.83 1128.65 L1453.83 1159.28 L1461.46 1159.28 L1461.46 1163.21 L1441.56 1163.21 L1441.56 1159.28 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M1470.96 1128.65 L1489.31 1128.65 L1489.31 1132.59 L1475.24 1132.59 L1475.24 1141.06 Q1476.26 1140.71 1477.27 1140.55 Q1478.29 1140.36 1479.31 1140.36 Q1485.1 1140.36 1488.48 1143.54 Q1491.86 1146.71 1491.86 1152.12 Q1491.86 1157.7 1488.39 1160.8 Q1484.91 1163.88 1478.59 1163.88 Q1476.42 1163.88 1474.15 1163.51 Q1471.9 1163.14 1469.5 1162.4 L1469.5 1157.7 Q1471.58 1158.84 1473.8 1159.39 Q1476.02 1159.95 1478.5 1159.95 Q1482.51 1159.95 1484.84 1157.84 Q1487.18 1155.74 1487.18 1152.12 Q1487.18 1148.51 1484.84 1146.41 Q1482.51 1144.3 1478.5 1144.3 Q1476.63 1144.3 1474.75 1144.72 Q1472.9 1145.13 1470.96 1146.01 L1470.96 1128.65 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M1788.98 1131.73 Q1785.37 1131.73 1783.54 1135.3 Q1781.74 1138.84 1781.74 1145.97 Q1781.74 1153.07 1783.54 1156.64 Q1785.37 1160.18 1788.98 1160.18 Q1792.62 1160.18 1794.42 1156.64 Q1796.25 1153.07 1796.25 1145.97 Q1796.25 1138.84 1794.42 1135.3 Q1792.62 1131.73 1788.98 1131.73 M1788.98 1128.03 Q1794.79 1128.03 1797.85 1132.63 Q1800.93 1137.22 1800.93 1145.97 Q1800.93 1154.69 1797.85 1159.3 Q1794.79 1163.88 1788.98 1163.88 Q1783.17 1163.88 1780.09 1159.3 Q1777.04 1154.69 1777.04 1145.97 Q1777.04 1137.22 1780.09 1132.63 Q1783.17 1128.03 1788.98 1128.03 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M1809.15 1157.33 L1814.03 1157.33 L1814.03 1163.21 L1809.15 1163.21 L1809.15 1157.33 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M1828.24 1159.28 L1844.56 1159.28 L1844.56 1163.21 L1822.62 1163.21 L1822.62 1159.28 Q1825.28 1156.52 1829.86 1151.89 Q1834.47 1147.24 1835.65 1145.9 Q1837.9 1143.37 1838.77 1141.64 Q1839.68 1139.88 1839.68 1138.19 Q1839.68 1135.43 1837.73 1133.7 Q1835.81 1131.96 1832.71 1131.96 Q1830.51 1131.96 1828.06 1132.73 Q1825.63 1133.49 1822.85 1135.04 L1822.85 1130.32 Q1825.67 1129.18 1828.13 1128.61 Q1830.58 1128.03 1832.62 1128.03 Q1837.99 1128.03 1841.18 1130.71 Q1844.38 1133.4 1844.38 1137.89 Q1844.38 1140.02 1843.57 1141.94 Q1842.78 1143.84 1840.67 1146.43 Q1840.09 1147.1 1836.99 1150.32 Q1833.89 1153.51 1828.24 1159.28 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M1864.38 1131.73 Q1860.77 1131.73 1858.94 1135.3 Q1857.13 1138.84 1857.13 1145.97 Q1857.13 1153.07 1858.94 1156.64 Q1860.77 1160.18 1864.38 1160.18 Q1868.01 1160.18 1869.82 1156.64 Q1871.65 1153.07 1871.65 1145.97 Q1871.65 1138.84 1869.82 1135.3 Q1868.01 1131.73 1864.38 1131.73 M1864.38 1128.03 Q1870.19 1128.03 1873.24 1132.63 Q1876.32 1137.22 1876.32 1145.97 Q1876.32 1154.69 1873.24 1159.3 Q1870.19 1163.88 1864.38 1163.88 Q1858.57 1163.88 1855.49 1159.3 Q1852.43 1154.69 1852.43 1145.97 Q1852.43 1137.22 1855.49 1132.63 Q1858.57 1128.03 1864.38 1128.03 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M1038.36 1209.45 L1038.36 1214.98 Q1035.88 1213.71 1033.21 1213.07 Q1030.53 1212.44 1027.67 1212.44 Q1023.31 1212.44 1021.11 1213.77 Q1018.95 1215.11 1018.95 1217.79 Q1018.95 1219.82 1020.51 1221 Q1022.07 1222.15 1026.78 1223.2 L1028.78 1223.64 Q1035.02 1224.98 1037.63 1227.43 Q1040.27 1229.85 1040.27 1234.21 Q1040.27 1239.17 1036.33 1242.07 Q1032.41 1244.97 1025.54 1244.97 Q1022.67 1244.97 1019.55 1244.39 Q1016.46 1243.85 1013.03 1242.74 L1013.03 1236.69 Q1016.27 1238.38 1019.42 1239.24 Q1022.58 1240.07 1025.66 1240.07 Q1029.8 1240.07 1032.03 1238.66 Q1034.26 1237.23 1034.26 1234.65 Q1034.26 1232.27 1032.63 1230.99 Q1031.04 1229.72 1025.6 1228.54 L1023.56 1228.07 Q1018.12 1226.92 1015.7 1224.56 Q1013.28 1222.18 1013.28 1218.04 Q1013.28 1213.01 1016.85 1210.27 Q1020.41 1207.54 1026.97 1207.54 Q1030.21 1207.54 1033.08 1208.01 Q1035.94 1208.49 1038.36 1209.45 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M1055.39 1198.27 L1055.39 1208.4 L1067.45 1208.4 L1067.45 1212.95 L1055.39 1212.95 L1055.39 1232.3 Q1055.39 1236.66 1056.57 1237.9 Q1057.78 1239.14 1061.44 1239.14 L1067.45 1239.14 L1067.45 1244.04 L1061.44 1244.04 Q1054.66 1244.04 1052.08 1241.53 Q1049.5 1238.98 1049.5 1232.3 L1049.5 1212.95 L1045.21 1212.95 L1045.21 1208.4 L1049.5 1208.4 L1049.5 1198.27 L1055.39 1198.27 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M1098.61 1213.81 L1098.61 1194.52 L1104.47 1194.52 L1104.47 1244.04 L1098.61 1244.04 L1098.61 1238.7 Q1096.77 1241.88 1093.94 1243.44 Q1091.13 1244.97 1087.19 1244.97 Q1080.73 1244.97 1076.65 1239.81 Q1072.61 1234.65 1072.61 1226.25 Q1072.61 1217.85 1076.65 1212.69 Q1080.73 1207.54 1087.19 1207.54 Q1091.13 1207.54 1093.94 1209.1 Q1096.77 1210.62 1098.61 1213.81 M1078.66 1226.25 Q1078.66 1232.71 1081.3 1236.4 Q1083.97 1240.07 1088.62 1240.07 Q1093.27 1240.07 1095.94 1236.4 Q1098.61 1232.71 1098.61 1226.25 Q1098.61 1219.79 1095.94 1216.13 Q1093.27 1212.44 1088.62 1212.44 Q1083.97 1212.44 1081.3 1216.13 Q1078.66 1219.79 1078.66 1226.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip782)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 244.742,1078.56 1872.76,1078.56 \n \"/>\n<polyline clip-path=\"url(#clip782)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 244.742,769.471 1872.76,769.471 \n \"/>\n<polyline clip-path=\"url(#clip782)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 244.742,460.381 1872.76,460.381 \n \"/>\n<polyline clip-path=\"url(#clip782)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 244.742,151.29 1872.76,151.29 \n \"/>\n<polyline clip-path=\"url(#clip780)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 244.742,1106.38 244.742,123.472 \n \"/>\n<polyline clip-path=\"url(#clip780)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 244.742,1078.56 263.64,1078.56 \n \"/>\n<polyline clip-path=\"url(#clip780)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 244.742,769.471 263.64,769.471 \n \"/>\n<polyline clip-path=\"url(#clip780)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 244.742,460.381 263.64,460.381 \n \"/>\n<polyline clip-path=\"url(#clip780)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 244.742,151.29 263.64,151.29 \n \"/>\n<path clip-path=\"url(#clip780)\" d=\"M128.605 1064.36 Q124.993 1064.36 123.165 1067.93 Q121.359 1071.47 121.359 1078.6 Q121.359 1085.7 123.165 1089.27 Q124.993 1092.81 128.605 1092.81 Q132.239 1092.81 134.044 1089.27 Q135.873 1085.7 135.873 1078.6 Q135.873 1071.47 134.044 1067.93 Q132.239 1064.36 128.605 1064.36 M128.605 1060.66 Q134.415 1060.66 137.47 1065.26 Q140.549 1069.85 140.549 1078.6 Q140.549 1087.32 137.47 1091.93 Q134.415 1096.51 128.605 1096.51 Q122.794 1096.51 119.716 1091.93 Q116.66 1087.32 116.66 1078.6 Q116.66 1069.85 119.716 1065.26 Q122.794 1060.66 128.605 1060.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M148.766 1089.96 L153.651 1089.96 L153.651 1095.84 L148.766 1095.84 L148.766 1089.96 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M173.836 1064.36 Q170.225 1064.36 168.396 1067.93 Q166.59 1071.47 166.59 1078.6 Q166.59 1085.7 168.396 1089.27 Q170.225 1092.81 173.836 1092.81 Q177.47 1092.81 179.276 1089.27 Q181.104 1085.7 181.104 1078.6 Q181.104 1071.47 179.276 1067.93 Q177.47 1064.36 173.836 1064.36 M173.836 1060.66 Q179.646 1060.66 182.701 1065.26 Q185.78 1069.85 185.78 1078.6 Q185.78 1087.32 182.701 1091.93 Q179.646 1096.51 173.836 1096.51 Q168.026 1096.51 164.947 1091.93 Q161.891 1087.32 161.891 1078.6 Q161.891 1069.85 164.947 1065.26 Q168.026 1060.66 173.836 1060.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M203.998 1064.36 Q200.387 1064.36 198.558 1067.93 Q196.752 1071.47 196.752 1078.6 Q196.752 1085.7 198.558 1089.27 Q200.387 1092.81 203.998 1092.81 Q207.632 1092.81 209.437 1089.27 Q211.266 1085.7 211.266 1078.6 Q211.266 1071.47 209.437 1067.93 Q207.632 1064.36 203.998 1064.36 M203.998 1060.66 Q209.808 1060.66 212.863 1065.26 Q215.942 1069.85 215.942 1078.6 Q215.942 1087.32 212.863 1091.93 Q209.808 1096.51 203.998 1096.51 Q198.187 1096.51 195.109 1091.93 Q192.053 1087.32 192.053 1078.6 Q192.053 1069.85 195.109 1065.26 Q198.187 1060.66 203.998 1060.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M129.6 755.27 Q125.989 755.27 124.16 758.835 Q122.355 762.376 122.355 769.506 Q122.355 776.612 124.16 780.177 Q125.989 783.719 129.6 783.719 Q133.234 783.719 135.04 780.177 Q136.868 776.612 136.868 769.506 Q136.868 762.376 135.04 758.835 Q133.234 755.27 129.6 755.27 M129.6 751.566 Q135.41 751.566 138.466 756.173 Q141.544 760.756 141.544 769.506 Q141.544 778.233 138.466 782.839 Q135.41 787.423 129.6 787.423 Q123.79 787.423 120.711 782.839 Q117.656 778.233 117.656 769.506 Q117.656 760.756 120.711 756.173 Q123.79 751.566 129.6 751.566 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M149.762 780.872 L154.646 780.872 L154.646 786.751 L149.762 786.751 L149.762 780.872 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M174.831 755.27 Q171.22 755.27 169.391 758.835 Q167.586 762.376 167.586 769.506 Q167.586 776.612 169.391 780.177 Q171.22 783.719 174.831 783.719 Q178.465 783.719 180.271 780.177 Q182.1 776.612 182.1 769.506 Q182.1 762.376 180.271 758.835 Q178.465 755.27 174.831 755.27 M174.831 751.566 Q180.641 751.566 183.697 756.173 Q186.776 760.756 186.776 769.506 Q186.776 778.233 183.697 782.839 Q180.641 787.423 174.831 787.423 Q169.021 787.423 165.942 782.839 Q162.887 778.233 162.887 769.506 Q162.887 760.756 165.942 756.173 Q169.021 751.566 174.831 751.566 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M195.039 752.191 L213.396 752.191 L213.396 756.126 L199.322 756.126 L199.322 764.599 Q200.34 764.251 201.359 764.089 Q202.377 763.904 203.396 763.904 Q209.183 763.904 212.562 767.075 Q215.942 770.247 215.942 775.663 Q215.942 781.242 212.47 784.344 Q208.998 787.423 202.678 787.423 Q200.502 787.423 198.234 787.052 Q195.988 786.682 193.581 785.941 L193.581 781.242 Q195.664 782.376 197.887 782.932 Q200.109 783.487 202.586 783.487 Q206.59 783.487 208.928 781.381 Q211.266 779.274 211.266 775.663 Q211.266 772.052 208.928 769.946 Q206.59 767.839 202.586 767.839 Q200.711 767.839 198.836 768.256 Q196.984 768.673 195.039 769.552 L195.039 752.191 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M128.605 446.179 Q124.993 446.179 123.165 449.744 Q121.359 453.286 121.359 460.415 Q121.359 467.522 123.165 471.087 Q124.993 474.628 128.605 474.628 Q132.239 474.628 134.044 471.087 Q135.873 467.522 135.873 460.415 Q135.873 453.286 134.044 449.744 Q132.239 446.179 128.605 446.179 M128.605 442.476 Q134.415 442.476 137.47 447.082 Q140.549 451.666 140.549 460.415 Q140.549 469.142 137.47 473.749 Q134.415 478.332 128.605 478.332 Q122.794 478.332 119.716 473.749 Q116.66 469.142 116.66 460.415 Q116.66 451.666 119.716 447.082 Q122.794 442.476 128.605 442.476 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M148.766 471.781 L153.651 471.781 L153.651 477.661 L148.766 477.661 L148.766 471.781 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M164.646 473.726 L172.285 473.726 L172.285 447.36 L163.975 449.027 L163.975 444.767 L172.239 443.101 L176.914 443.101 L176.914 473.726 L184.553 473.726 L184.553 477.661 L164.646 477.661 L164.646 473.726 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M203.998 446.179 Q200.387 446.179 198.558 449.744 Q196.752 453.286 196.752 460.415 Q196.752 467.522 198.558 471.087 Q200.387 474.628 203.998 474.628 Q207.632 474.628 209.437 471.087 Q211.266 467.522 211.266 460.415 Q211.266 453.286 209.437 449.744 Q207.632 446.179 203.998 446.179 M203.998 442.476 Q209.808 442.476 212.863 447.082 Q215.942 451.666 215.942 460.415 Q215.942 469.142 212.863 473.749 Q209.808 478.332 203.998 478.332 Q198.187 478.332 195.109 473.749 Q192.053 469.142 192.053 460.415 Q192.053 451.666 195.109 447.082 Q198.187 442.476 203.998 442.476 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M129.6 137.089 Q125.989 137.089 124.16 140.654 Q122.355 144.195 122.355 151.325 Q122.355 158.431 124.16 161.996 Q125.989 165.538 129.6 165.538 Q133.234 165.538 135.04 161.996 Q136.868 158.431 136.868 151.325 Q136.868 144.195 135.04 140.654 Q133.234 137.089 129.6 137.089 M129.6 133.385 Q135.41 133.385 138.466 137.992 Q141.544 142.575 141.544 151.325 Q141.544 160.052 138.466 164.658 Q135.41 169.242 129.6 169.242 Q123.79 169.242 120.711 164.658 Q117.656 160.052 117.656 151.325 Q117.656 142.575 120.711 137.992 Q123.79 133.385 129.6 133.385 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M149.762 162.691 L154.646 162.691 L154.646 168.57 L149.762 168.57 L149.762 162.691 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M165.641 164.635 L173.28 164.635 L173.28 138.27 L164.97 139.936 L164.97 135.677 L173.234 134.01 L177.91 134.01 L177.91 164.635 L185.549 164.635 L185.549 168.57 L165.641 168.57 L165.641 164.635 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M195.039 134.01 L213.396 134.01 L213.396 137.945 L199.322 137.945 L199.322 146.418 Q200.34 146.07 201.359 145.908 Q202.377 145.723 203.396 145.723 Q209.183 145.723 212.562 148.894 Q215.942 152.066 215.942 157.482 Q215.942 163.061 212.47 166.163 Q208.998 169.242 202.678 169.242 Q200.502 169.242 198.234 168.871 Q195.988 168.501 193.581 167.76 L193.581 163.061 Q195.664 164.195 197.887 164.751 Q200.109 165.306 202.586 165.306 Q206.59 165.306 208.928 163.2 Q211.266 161.093 211.266 157.482 Q211.266 153.871 208.928 151.765 Q206.59 149.658 202.586 149.658 Q200.711 149.658 198.836 150.075 Q196.984 150.492 195.039 151.371 L195.039 134.01 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M44.7993 673.65 Q40.8526 671.453 38.9747 668.398 Q37.0968 665.342 37.0968 661.205 Q37.0968 655.635 41.0117 652.611 Q44.8948 649.587 52.0881 649.587 L73.6042 649.587 L73.6042 655.476 L52.279 655.476 Q47.1546 655.476 44.672 657.29 Q42.1894 659.104 42.1894 662.828 Q42.1894 667.379 45.2131 670.021 Q48.2368 672.663 53.4567 672.663 L73.6042 672.663 L73.6042 678.551 L52.279 678.551 Q47.1228 678.551 44.672 680.365 Q42.1894 682.18 42.1894 685.967 Q42.1894 690.455 45.2449 693.097 Q48.2686 695.739 53.4567 695.739 L73.6042 695.739 L73.6042 701.627 L37.9562 701.627 L37.9562 695.739 L43.4944 695.739 Q40.216 693.733 38.6564 690.933 Q37.0968 688.132 37.0968 684.28 Q37.0968 680.397 39.0702 677.692 Q41.0436 674.955 44.7993 673.65 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M54.3161 607.414 L57.1806 607.414 L57.1806 634.341 Q63.2281 633.959 66.4109 630.713 Q69.5619 627.435 69.5619 621.61 Q69.5619 618.236 68.7344 615.085 Q67.9069 611.902 66.2518 608.783 L71.7899 608.783 Q73.1267 611.934 73.827 615.244 Q74.5272 618.554 74.5272 621.96 Q74.5272 630.49 69.5619 635.487 Q64.5967 640.452 56.1303 640.452 Q47.3774 640.452 42.2531 635.742 Q37.0968 630.999 37.0968 622.979 Q37.0968 615.785 41.7438 611.616 Q46.3589 607.414 54.3161 607.414 M52.5973 613.271 Q47.7912 613.335 44.9266 615.976 Q42.0621 618.586 42.0621 622.915 Q42.0621 627.817 44.8312 630.777 Q47.6002 633.705 52.6292 634.15 L52.5973 613.271 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M55.6847 581.602 Q55.6847 588.699 57.3079 591.437 Q58.9312 594.174 62.8461 594.174 Q65.9653 594.174 67.8114 592.137 Q69.6256 590.068 69.6256 586.535 Q69.6256 581.665 66.1881 578.737 Q62.7188 575.777 56.9897 575.777 L55.6847 575.777 L55.6847 581.602 M53.2657 569.92 L73.6042 569.92 L73.6042 575.777 L68.1933 575.777 Q71.4398 577.782 72.9994 580.774 Q74.5272 583.766 74.5272 588.095 Q74.5272 593.569 71.4716 596.816 Q68.3843 600.03 63.2281 600.03 Q57.2125 600.03 54.1569 596.02 Q51.1014 591.978 51.1014 583.989 L51.1014 575.777 L50.5285 575.777 Q46.4862 575.777 44.2901 578.45 Q42.0621 581.092 42.0621 585.898 Q42.0621 588.954 42.7941 591.85 Q43.5262 594.747 44.9903 597.42 L39.5795 597.42 Q38.3381 594.206 37.7334 591.182 Q37.0968 588.158 37.0968 585.294 Q37.0968 577.559 41.1072 573.74 Q45.1176 569.92 53.2657 569.92 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M52.0881 528.225 L73.6042 528.225 L73.6042 534.082 L52.279 534.082 Q47.2183 534.082 44.7038 536.055 Q42.1894 538.028 42.1894 541.975 Q42.1894 546.717 45.2131 549.455 Q48.2368 552.192 53.4567 552.192 L73.6042 552.192 L73.6042 558.08 L37.9562 558.08 L37.9562 552.192 L43.4944 552.192 Q40.2797 550.091 38.6883 547.259 Q37.0968 544.394 37.0968 540.67 Q37.0968 534.527 40.9163 531.376 Q44.7038 528.225 52.0881 528.225 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M557.672 12.096 L569.866 12.096 L585.3 53.2532 L600.815 12.096 L613.008 12.096 L613.008 72.576 L605.027 72.576 L605.027 19.4686 L589.431 60.9499 L581.208 60.9499 L565.612 19.4686 L565.612 72.576 L557.672 72.576 L557.672 12.096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M644.848 72.576 L621.758 12.096 L630.305 12.096 L649.466 63.0159 L668.667 12.096 L677.174 12.096 L654.124 72.576 L644.848 72.576 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M735.021 9.54393 L735.021 15.7418 L727.891 15.7418 Q723.881 15.7418 722.301 17.3622 Q720.762 18.9825 720.762 23.1955 L720.762 27.2059 L733.036 27.2059 L733.036 32.9987 L720.762 32.9987 L720.762 72.576 L713.268 72.576 L713.268 32.9987 L706.138 32.9987 L706.138 27.2059 L713.268 27.2059 L713.268 24.0462 Q713.268 16.471 716.792 13.0277 Q720.316 9.54393 727.972 9.54393 L735.021 9.54393 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M767.55 34.1734 Q766.294 33.4443 764.795 33.1202 Q763.337 32.7556 761.554 32.7556 Q755.235 32.7556 751.832 36.8875 Q748.47 40.9789 748.47 48.6757 L748.47 72.576 L740.976 72.576 L740.976 27.2059 L748.47 27.2059 L748.47 34.2544 Q750.819 30.1225 754.587 28.1376 Q758.354 26.1121 763.742 26.1121 Q764.512 26.1121 765.443 26.2337 Q766.375 26.3147 767.509 26.5172 L767.55 34.1734 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M791.126 32.4315 Q785.131 32.4315 781.647 37.1306 Q778.163 41.7891 778.163 49.9314 Q778.163 58.0738 781.606 62.7728 Q785.09 67.4314 791.126 67.4314 Q797.081 67.4314 800.565 62.7323 Q804.048 58.0333 804.048 49.9314 Q804.048 41.8701 800.565 37.1711 Q797.081 32.4315 791.126 32.4315 M791.126 26.1121 Q800.848 26.1121 806.398 32.4315 Q811.948 38.7509 811.948 49.9314 Q811.948 61.0714 806.398 67.4314 Q800.848 73.7508 791.126 73.7508 Q781.363 73.7508 775.814 67.4314 Q770.304 61.0714 770.304 49.9314 Q770.304 38.7509 775.814 32.4315 Q781.363 26.1121 791.126 26.1121 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M862.017 45.1919 L862.017 72.576 L854.563 72.576 L854.563 45.4349 Q854.563 38.994 852.052 35.7938 Q849.54 32.5936 844.517 32.5936 Q838.481 32.5936 834.997 36.4419 Q831.513 40.2903 831.513 46.9338 L831.513 72.576 L824.019 72.576 L824.019 27.2059 L831.513 27.2059 L831.513 34.2544 Q834.187 30.163 837.792 28.1376 Q841.438 26.1121 846.178 26.1121 Q853.996 26.1121 858.006 30.9732 Q862.017 35.7938 862.017 45.1919 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M884.256 14.324 L884.256 27.2059 L899.609 27.2059 L899.609 32.9987 L884.256 32.9987 L884.256 57.6282 Q884.256 63.1779 885.755 64.7578 Q887.294 66.3376 891.953 66.3376 L899.609 66.3376 L899.609 72.576 L891.953 72.576 Q883.325 72.576 880.043 69.3758 Q876.762 66.1351 876.762 57.6282 L876.762 32.9987 L871.293 32.9987 L871.293 27.2059 L876.762 27.2059 L876.762 14.324 L884.256 14.324 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M909.412 27.2059 L916.866 27.2059 L916.866 72.576 L909.412 72.576 L909.412 27.2059 M909.412 9.54393 L916.866 9.54393 L916.866 18.9825 L909.412 18.9825 L909.412 9.54393 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M971.27 48.0275 L971.27 51.6733 L936.999 51.6733 Q937.485 59.3701 941.617 63.421 Q945.79 67.4314 953.203 67.4314 Q957.497 67.4314 961.507 66.3781 Q965.558 65.3249 969.528 63.2184 L969.528 70.267 Q965.517 71.9684 961.304 72.8596 Q957.092 73.7508 952.757 73.7508 Q941.901 73.7508 935.541 67.4314 Q929.221 61.1119 929.221 50.3365 Q929.221 39.1965 935.217 32.6746 Q941.252 26.1121 951.461 26.1121 Q960.616 26.1121 965.922 32.0264 Q971.27 37.9003 971.27 48.0275 M963.816 45.84 Q963.735 39.7232 960.373 36.0774 Q957.051 32.4315 951.542 32.4315 Q945.303 32.4315 941.536 35.9558 Q937.809 39.4801 937.242 45.8805 L963.816 45.84 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M1009.79 34.1734 Q1008.54 33.4443 1007.04 33.1202 Q1005.58 32.7556 1003.8 32.7556 Q997.479 32.7556 994.076 36.8875 Q990.714 40.9789 990.714 48.6757 L990.714 72.576 L983.22 72.576 L983.22 27.2059 L990.714 27.2059 L990.714 34.2544 Q993.064 30.1225 996.831 28.1376 Q1000.6 26.1121 1005.99 26.1121 Q1006.76 26.1121 1007.69 26.2337 Q1008.62 26.3147 1009.75 26.5172 L1009.79 34.1734 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M1076.55 49.9314 Q1076.55 41.7081 1073.15 37.0496 Q1069.79 32.3505 1063.87 32.3505 Q1057.96 32.3505 1054.56 37.0496 Q1051.19 41.7081 1051.19 49.9314 Q1051.19 58.1548 1054.56 62.8538 Q1057.96 67.5124 1063.87 67.5124 Q1069.79 67.5124 1073.15 62.8538 Q1076.55 58.1548 1076.55 49.9314 M1051.19 34.0924 Q1053.54 30.0415 1057.11 28.0971 Q1060.71 26.1121 1065.7 26.1121 Q1073.96 26.1121 1079.1 32.6746 Q1084.29 39.2371 1084.29 49.9314 Q1084.29 60.6258 1079.1 67.1883 Q1073.96 73.7508 1065.7 73.7508 Q1060.71 73.7508 1057.11 71.8063 Q1053.54 69.8214 1051.19 65.7705 L1051.19 72.576 L1043.7 72.576 L1043.7 9.54393 L1051.19 9.54393 L1051.19 34.0924 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M1115.52 76.7889 Q1112.36 84.8907 1109.37 87.3618 Q1106.37 89.8329 1101.34 89.8329 L1095.39 89.8329 L1095.39 83.5945 L1099.76 83.5945 Q1102.84 83.5945 1104.54 82.1361 Q1106.25 80.6778 1108.31 75.2496 L1109.65 71.8468 L1091.3 27.2059 L1099.2 27.2059 L1113.38 62.6918 L1127.55 27.2059 L1135.45 27.2059 L1115.52 76.7889 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M1204.68 49.9314 Q1204.68 41.7081 1201.28 37.0496 Q1197.92 32.3505 1192 32.3505 Q1186.09 32.3505 1182.69 37.0496 Q1179.32 41.7081 1179.32 49.9314 Q1179.32 58.1548 1182.69 62.8538 Q1186.09 67.5124 1192 67.5124 Q1197.92 67.5124 1201.28 62.8538 Q1204.68 58.1548 1204.68 49.9314 M1179.32 34.0924 Q1181.67 30.0415 1185.24 28.0971 Q1188.84 26.1121 1193.83 26.1121 Q1202.09 26.1121 1207.23 32.6746 Q1212.42 39.2371 1212.42 49.9314 Q1212.42 60.6258 1207.23 67.1883 Q1202.09 73.7508 1193.83 73.7508 Q1188.84 73.7508 1185.24 71.8063 Q1181.67 69.8214 1179.32 65.7705 L1179.32 72.576 L1171.83 72.576 L1171.83 9.54393 L1179.32 9.54393 L1179.32 34.0924 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M1242.36 32.4315 Q1236.36 32.4315 1232.88 37.1306 Q1229.39 41.7891 1229.39 49.9314 Q1229.39 58.0738 1232.84 62.7728 Q1236.32 67.4314 1242.36 67.4314 Q1248.31 67.4314 1251.79 62.7323 Q1255.28 58.0333 1255.28 49.9314 Q1255.28 41.8701 1251.79 37.1711 Q1248.31 32.4315 1242.36 32.4315 M1242.36 26.1121 Q1252.08 26.1121 1257.63 32.4315 Q1263.18 38.7509 1263.18 49.9314 Q1263.18 61.0714 1257.63 67.4314 Q1252.08 73.7508 1242.36 73.7508 Q1232.59 73.7508 1227.04 67.4314 Q1221.53 61.0714 1221.53 49.9314 Q1221.53 38.7509 1227.04 32.4315 Q1232.59 26.1121 1242.36 26.1121 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M1293.11 32.4315 Q1287.12 32.4315 1283.63 37.1306 Q1280.15 41.7891 1280.15 49.9314 Q1280.15 58.0738 1283.59 62.7728 Q1287.08 67.4314 1293.11 67.4314 Q1299.07 67.4314 1302.55 62.7323 Q1306.04 58.0333 1306.04 49.9314 Q1306.04 41.8701 1302.55 37.1711 Q1299.07 32.4315 1293.11 32.4315 M1293.11 26.1121 Q1302.84 26.1121 1308.39 32.4315 Q1313.94 38.7509 1313.94 49.9314 Q1313.94 61.0714 1308.39 67.4314 Q1302.84 73.7508 1293.11 73.7508 Q1283.35 73.7508 1277.8 67.4314 Q1272.29 61.0714 1272.29 49.9314 Q1272.29 38.7509 1277.8 32.4315 Q1283.35 26.1121 1293.11 26.1121 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M1333.66 14.324 L1333.66 27.2059 L1349.02 27.2059 L1349.02 32.9987 L1333.66 32.9987 L1333.66 57.6282 Q1333.66 63.1779 1335.16 64.7578 Q1336.7 66.3376 1341.36 66.3376 L1349.02 66.3376 L1349.02 72.576 L1341.36 72.576 Q1332.73 72.576 1329.45 69.3758 Q1326.17 66.1351 1326.17 57.6282 L1326.17 32.9987 L1320.7 32.9987 L1320.7 27.2059 L1326.17 27.2059 L1326.17 14.324 L1333.66 14.324 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M1387.74 28.5427 L1387.74 35.5912 Q1384.58 33.9709 1381.18 33.1607 Q1377.78 32.3505 1374.13 32.3505 Q1368.58 32.3505 1365.79 34.0519 Q1363.03 35.7533 1363.03 39.156 Q1363.03 41.7486 1365.02 43.2475 Q1367 44.7058 1373 46.0426 L1375.55 46.6097 Q1383.49 48.3111 1386.81 51.4303 Q1390.17 54.509 1390.17 60.0587 Q1390.17 66.3781 1385.15 70.0644 Q1380.17 73.7508 1371.42 73.7508 Q1367.77 73.7508 1363.8 73.0216 Q1359.87 72.3329 1355.5 70.9151 L1355.5 63.2184 Q1359.63 65.3654 1363.64 66.4591 Q1367.65 67.5124 1371.58 67.5124 Q1376.85 67.5124 1379.68 65.73 Q1382.52 63.9071 1382.52 60.6258 Q1382.52 57.5877 1380.45 55.9673 Q1378.43 54.3469 1371.5 52.8481 L1368.91 52.2405 Q1361.98 50.7821 1358.9 47.7845 Q1355.82 44.7463 1355.82 39.4801 Q1355.82 33.0797 1360.36 29.5959 Q1364.9 26.1121 1373.24 26.1121 Q1377.37 26.1121 1381.02 26.7198 Q1384.66 27.3274 1387.74 28.5427 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M1409.42 14.324 L1409.42 27.2059 L1424.77 27.2059 L1424.77 32.9987 L1409.42 32.9987 L1409.42 57.6282 Q1409.42 63.1779 1410.91 64.7578 Q1412.45 66.3376 1417.11 66.3376 L1424.77 66.3376 L1424.77 72.576 L1417.11 72.576 Q1408.48 72.576 1405.2 69.3758 Q1401.92 66.1351 1401.92 57.6282 L1401.92 32.9987 L1396.45 32.9987 L1396.45 27.2059 L1401.92 27.2059 L1401.92 14.324 L1409.42 14.324 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M1460.86 34.1734 Q1459.61 33.4443 1458.11 33.1202 Q1456.65 32.7556 1454.87 32.7556 Q1448.55 32.7556 1445.14 36.8875 Q1441.78 40.9789 1441.78 48.6757 L1441.78 72.576 L1434.29 72.576 L1434.29 27.2059 L1441.78 27.2059 L1441.78 34.2544 Q1444.13 30.1225 1447.9 28.1376 Q1451.67 26.1121 1457.05 26.1121 Q1457.82 26.1121 1458.76 26.2337 Q1459.69 26.3147 1460.82 26.5172 L1460.86 34.1734 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M1489.3 49.7694 Q1480.27 49.7694 1476.78 51.8354 Q1473.3 53.9013 1473.3 58.8839 Q1473.3 62.8538 1475.89 65.2034 Q1478.52 67.5124 1483.02 67.5124 Q1489.22 67.5124 1492.95 63.1374 Q1496.71 58.7219 1496.71 51.4303 L1496.71 49.7694 L1489.3 49.7694 M1504.17 46.6907 L1504.17 72.576 L1496.71 72.576 L1496.71 65.6895 Q1494.16 69.8214 1490.35 71.8063 Q1486.54 73.7508 1481.04 73.7508 Q1474.07 73.7508 1469.94 69.8619 Q1465.84 65.9325 1465.84 59.3701 Q1465.84 51.7138 1470.95 47.825 Q1476.09 43.9361 1486.26 43.9361 L1496.71 43.9361 L1496.71 43.2069 Q1496.71 38.0623 1493.31 35.2672 Q1489.95 32.4315 1483.83 32.4315 Q1479.94 32.4315 1476.26 33.3632 Q1472.57 34.295 1469.17 36.1584 L1469.17 29.2718 Q1473.26 27.692 1477.11 26.9223 Q1480.95 26.1121 1484.6 26.1121 Q1494.44 26.1121 1499.31 31.2163 Q1504.17 36.3204 1504.17 46.6907 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip780)\" d=\"M1526.73 65.7705 L1526.73 89.8329 L1519.24 89.8329 L1519.24 27.2059 L1526.73 27.2059 L1526.73 34.0924 Q1529.08 30.0415 1532.64 28.0971 Q1536.25 26.1121 1541.23 26.1121 Q1549.5 26.1121 1554.64 32.6746 Q1559.83 39.2371 1559.83 49.9314 Q1559.83 60.6258 1554.64 67.1883 Q1549.5 73.7508 1541.23 73.7508 Q1536.25 73.7508 1532.64 71.8063 Q1529.08 69.8214 1526.73 65.7705 M1552.09 49.9314 Q1552.09 41.7081 1548.69 37.0496 Q1545.32 32.3505 1539.41 32.3505 Q1533.49 32.3505 1530.09 37.0496 Q1526.73 41.7081 1526.73 49.9314 Q1526.73 58.1548 1530.09 62.8538 Q1533.49 67.5124 1539.41 67.5124 Q1545.32 67.5124 1548.69 62.8538 Q1552.09 58.1548 1552.09 49.9314 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><circle clip-path=\"url(#clip782)\" cx=\"1430.3\" cy=\"219.752\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1810.17\" cy=\"986.343\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1282.2\" cy=\"390.456\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1145.14\" cy=\"656.58\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1390.85\" cy=\"939.094\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"997.741\" cy=\"426.614\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1808.46\" cy=\"962.241\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1505.16\" cy=\"984.354\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1426.93\" cy=\"283.507\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1365.6\" cy=\"929.009\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1646.35\" cy=\"1032.61\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"824.561\" cy=\"617.807\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1224.05\" cy=\"458.635\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1163.5\" cy=\"616.33\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1236.77\" cy=\"439.413\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1162.26\" cy=\"678.14\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1224.81\" cy=\"627.881\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1688.25\" cy=\"680.411\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1212.08\" cy=\"783.896\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1405.3\" cy=\"530.28\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1813.87\" cy=\"588.088\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1620.93\" cy=\"857.03\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1256.49\" cy=\"321.562\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1592.8\" cy=\"810.985\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1733.09\" cy=\"772.643\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"922.987\" cy=\"614.183\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1194.96\" cy=\"857.803\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1078.92\" cy=\"378.903\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1777.24\" cy=\"186.195\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1295.33\" cy=\"667.409\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1663.42\" cy=\"1030.12\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1537.17\" cy=\"552.764\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"880.351\" cy=\"615.853\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1517.53\" cy=\"878.821\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"928.01\" cy=\"526.826\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1303.88\" cy=\"281.188\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1661.87\" cy=\"1011.18\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1642.66\" cy=\"194.863\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"980.406\" cy=\"459.785\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1500.18\" cy=\"291.383\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"971.748\" cy=\"749.757\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"839.592\" cy=\"512.478\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1219.34\" cy=\"296.657\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"838.603\" cy=\"628.929\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1221.06\" cy=\"664.533\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1578.22\" cy=\"355.631\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1733.18\" cy=\"891.048\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"830.144\" cy=\"506.814\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1580.95\" cy=\"523.447\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1463.44\" cy=\"773.67\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1024.01\" cy=\"724.125\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"827.143\" cy=\"509.613\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1317.71\" cy=\"792.547\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1394.67\" cy=\"892.65\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1011.15\" cy=\"761.048\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1222.81\" cy=\"394.657\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1217.85\" cy=\"697.179\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1145.05\" cy=\"547.975\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1534.92\" cy=\"242.698\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1148.19\" cy=\"738.979\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"812.19\" cy=\"643.458\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1049.25\" cy=\"779.833\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1408.65\" cy=\"541.676\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1384.72\" cy=\"335.533\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1683.08\" cy=\"489.191\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"992.136\" cy=\"499.414\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1626.51\" cy=\"126.128\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"825.914\" cy=\"611.729\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1316.09\" cy=\"429.682\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"889.407\" cy=\"692.604\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1167.45\" cy=\"544.247\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1475.19\" cy=\"448.709\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1631.83\" cy=\"847.957\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1032.29\" cy=\"642.146\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"992.241\" cy=\"490.218\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1029.06\" cy=\"592.055\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1805.2\" cy=\"1099.28\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1688.85\" cy=\"709.248\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"880.657\" cy=\"535.214\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1607.71\" cy=\"462.653\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1605.78\" cy=\"577.671\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1833.37\" cy=\"1096.34\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"965.611\" cy=\"444.237\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"905.239\" cy=\"479.431\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1438.51\" cy=\"437.988\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"893.979\" cy=\"478.802\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1771.8\" cy=\"1086.85\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1723.88\" cy=\"1072.7\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1152.33\" cy=\"833.788\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"971.133\" cy=\"521.798\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1088.89\" cy=\"493.594\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1261.94\" cy=\"788.346\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1688.83\" cy=\"1050.99\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1457.39\" cy=\"965.659\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1568.18\" cy=\"383.524\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1368.42\" cy=\"860.862\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1869.88\" cy=\"358.218\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"829.64\" cy=\"595.204\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1370.47\" cy=\"919.384\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1234.67\" cy=\"821.217\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1217.89\" cy=\"866.77\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1569.86\" cy=\"979.364\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"808.593\" cy=\"632.723\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"816.32\" cy=\"623.276\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"803.498\" cy=\"583.706\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1368.59\" cy=\"232.873\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1238.35\" cy=\"847.492\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1119.02\" cy=\"339.525\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1501.27\" cy=\"980.651\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1175.81\" cy=\"430.499\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"893.19\" cy=\"451.934\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1492.29\" cy=\"609.274\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1425.36\" cy=\"852.734\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1352.58\" cy=\"716.817\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1482.26\" cy=\"950.032\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1581.59\" cy=\"228.153\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1441.32\" cy=\"602.767\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1647.02\" cy=\"930.915\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1120.23\" cy=\"822.392\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1249.28\" cy=\"525.898\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1831.92\" cy=\"1079.39\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1599.96\" cy=\"777.903\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1140.79\" cy=\"399.057\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"943.284\" cy=\"664.319\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1652\" cy=\"1044.32\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"958.546\" cy=\"561.196\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1104.59\" cy=\"505.755\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1266.08\" cy=\"651.042\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"944.509\" cy=\"657.663\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1056\" cy=\"377.353\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1453.73\" cy=\"398.743\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"990.481\" cy=\"756.9\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1491.06\" cy=\"322.597\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"830.062\" cy=\"510.246\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1082.95\" cy=\"759.606\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1214.53\" cy=\"438.879\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1124.79\" cy=\"783.455\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1616.11\" cy=\"970.078\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1205.91\" cy=\"563.161\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1851.2\" cy=\"318.211\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1038.65\" cy=\"400.124\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1455.21\" cy=\"891.41\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1415.22\" cy=\"589.799\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1077.17\" cy=\"792.586\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"843.147\" cy=\"660.074\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1406.52\" cy=\"264.924\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"977.641\" cy=\"672.144\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1449.61\" cy=\"208.38\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1800.39\" cy=\"973.59\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1498.8\" cy=\"893.799\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1758.12\" cy=\"164.619\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1434.82\" cy=\"762.973\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1816.05\" cy=\"493.932\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1818.79\" cy=\"1096.9\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"990.203\" cy=\"704.217\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1123.3\" cy=\"813.116\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1426.11\" cy=\"631.691\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1464.08\" cy=\"951.557\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1041.46\" cy=\"717.547\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1326.39\" cy=\"452.296\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1778.12\" cy=\"463.423\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1096.61\" cy=\"811.039\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"886.901\" cy=\"678.44\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1616.52\" cy=\"962.792\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1563.56\" cy=\"182.395\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1752.05\" cy=\"1077.76\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1821.21\" cy=\"908.23\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1565.17\" cy=\"452.419\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"896.71\" cy=\"692.67\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1066.86\" cy=\"739.145\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1109.03\" cy=\"730.326\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1394.64\" cy=\"394.739\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"911.153\" cy=\"440.136\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1164.08\" cy=\"314.276\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1108.93\" cy=\"434.839\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1744.33\" cy=\"1070.8\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1799.95\" cy=\"774.272\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1444.03\" cy=\"595.902\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1103.95\" cy=\"679.523\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1752.68\" cy=\"867.142\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1388.45\" cy=\"939.246\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"871.134\" cy=\"466.962\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1133.28\" cy=\"766.645\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1303.26\" cy=\"378.218\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1807.55\" cy=\"1101.8\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1214.56\" cy=\"374.742\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"946.933\" cy=\"737.906\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"968.23\" cy=\"570.031\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1241.36\" cy=\"609.752\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1837.02\" cy=\"205.106\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1408.93\" cy=\"589.756\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1305.25\" cy=\"361.019\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1491.82\" cy=\"393.914\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1515.32\" cy=\"985.01\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1199.61\" cy=\"859.851\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1250.04\" cy=\"354.908\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1587.32\" cy=\"575.27\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1496.82\" cy=\"969.934\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"898.255\" cy=\"613.352\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"998.709\" cy=\"458.709\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1562.56\" cy=\"149.311\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1241.96\" cy=\"637.478\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"853.178\" cy=\"611.229\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"850.578\" cy=\"539.269\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"805.26\" cy=\"590.131\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1656.41\" cy=\"950.048\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1154.89\" cy=\"764.993\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1717.8\" cy=\"914.455\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1403.63\" cy=\"744.677\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1207.85\" cy=\"338.86\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1762.25\" cy=\"613.078\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1142.2\" cy=\"803.269\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1452.15\" cy=\"264.687\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"850.193\" cy=\"485.909\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1833.83\" cy=\"325.92\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1065.58\" cy=\"550.222\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1066.31\" cy=\"379.538\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1112.56\" cy=\"650.456\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"866.997\" cy=\"533.759\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1778.04\" cy=\"997.095\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1556.48\" cy=\"204.095\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1296.62\" cy=\"805.072\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1336.61\" cy=\"302.275\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1257.86\" cy=\"293.633\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1241.09\" cy=\"853.546\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1004.35\" cy=\"390.848\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1076.59\" cy=\"726.192\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1431.22\" cy=\"663.879\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1249.45\" cy=\"302.901\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"896.474\" cy=\"513.063\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1023.33\" cy=\"386.311\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1460.39\" cy=\"885.452\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1497.69\" cy=\"247.088\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1054.47\" cy=\"698.056\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1569.77\" cy=\"783.682\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1702.77\" cy=\"802.616\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1001.57\" cy=\"391.493\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"789.165\" cy=\"554.527\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1201.24\" cy=\"585.967\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1418.03\" cy=\"663.962\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1319.51\" cy=\"884.944\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1409.83\" cy=\"276.358\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1737.52\" cy=\"1070.03\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"958.177\" cy=\"413.886\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"984.058\" cy=\"530.519\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"864.033\" cy=\"485.993\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1249.65\" cy=\"294.282\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1092.54\" cy=\"413.27\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"936.978\" cy=\"550.564\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"829.253\" cy=\"561.026\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1323.62\" cy=\"271.038\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1347.78\" cy=\"680.973\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1223.53\" cy=\"341.987\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1754.38\" cy=\"807.129\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"912.909\" cy=\"719.407\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1762.69\" cy=\"1035.8\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1692.07\" cy=\"1018.97\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1123.94\" cy=\"422.064\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1598.41\" cy=\"1000.97\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1692.18\" cy=\"326.661\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1467.35\" cy=\"239.093\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1637.42\" cy=\"770.836\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1030.43\" cy=\"779.298\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1184.59\" cy=\"825.716\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1339.65\" cy=\"663.452\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1215.36\" cy=\"620.323\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"847.447\" cy=\"512.643\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1210.46\" cy=\"294.177\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1416.27\" cy=\"272.68\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1860.12\" cy=\"296.954\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1611.57\" cy=\"1029.12\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1862.2\" cy=\"1076.48\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1385.9\" cy=\"392.878\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1504.78\" cy=\"423.241\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"942.028\" cy=\"562.884\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1535.7\" cy=\"168.136\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1537.34\" cy=\"998.939\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1284.26\" cy=\"551.958\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1569\" cy=\"980.579\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1463.91\" cy=\"967.483\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1803.14\" cy=\"938.048\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1104.94\" cy=\"814.47\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1268.12\" cy=\"313.494\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1498.29\" cy=\"379.727\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1866.25\" cy=\"380.938\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1213.54\" cy=\"294.116\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1750.52\" cy=\"1061.74\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1418.82\" cy=\"951.41\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1744.71\" cy=\"897.346\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1563.84\" cy=\"368.025\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1586.1\" cy=\"957.452\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"826.928\" cy=\"655.107\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1059.58\" cy=\"757.152\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1570.12\" cy=\"772.34\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1759.76\" cy=\"347.706\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1303.74\" cy=\"268.352\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1110.87\" cy=\"796.831\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1206.69\" cy=\"862.783\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1713\" cy=\"997.935\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1696.71\" cy=\"339.569\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1358.34\" cy=\"911.754\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"908.476\" cy=\"708.87\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1844.1\" cy=\"1084.84\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"907.722\" cy=\"634.342\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1004.1\" cy=\"746.434\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1507.99\" cy=\"748.151\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"960.533\" cy=\"557.057\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1074.48\" cy=\"725.975\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"849.517\" cy=\"654.94\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1221.17\" cy=\"799.986\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1383.79\" cy=\"835.99\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1123.68\" cy=\"825.906\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1017.39\" cy=\"475.091\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1476.92\" cy=\"190.481\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1152.82\" cy=\"649.209\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1314.88\" cy=\"908.236\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1634.11\" cy=\"384.065\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1468.45\" cy=\"292.334\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1161.01\" cy=\"534.372\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"802.135\" cy=\"528.966\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1494.69\" cy=\"336.782\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1085.51\" cy=\"807.126\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1858.68\" cy=\"1099.84\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1739.28\" cy=\"993.796\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1325.49\" cy=\"723.156\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"976.564\" cy=\"627.55\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1296.03\" cy=\"898.605\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1196.89\" cy=\"348.578\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"930.862\" cy=\"709.09\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"800.282\" cy=\"625.172\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1353.76\" cy=\"242.98\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1205.74\" cy=\"489.38\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1326.27\" cy=\"912.216\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1244.11\" cy=\"783.036\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1651.88\" cy=\"1042.89\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1703.62\" cy=\"971.208\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1272.12\" cy=\"884.498\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"945.321\" cy=\"540.527\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"921.891\" cy=\"475.518\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"970.592\" cy=\"490.09\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"977.786\" cy=\"638.143\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"880.311\" cy=\"611.736\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1385.8\" cy=\"938.151\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1173.01\" cy=\"729.772\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1692.47\" cy=\"220.813\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1640.92\" cy=\"877.859\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1275.26\" cy=\"294.911\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1091.26\" cy=\"753.538\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1421.41\" cy=\"666.736\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1520.08\" cy=\"188.939\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1329.75\" cy=\"256.616\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"835.031\" cy=\"597.916\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1443.56\" cy=\"369.443\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1614.48\" cy=\"836.682\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1365.64\" cy=\"736.785\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1737.95\" cy=\"338.606\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1493.82\" cy=\"356.583\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1769.09\" cy=\"385.228\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1038.43\" cy=\"510.005\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1285.25\" cy=\"575.794\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"950.096\" cy=\"495.094\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1651.74\" cy=\"901.103\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1166.51\" cy=\"315.423\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1842.62\" cy=\"531.87\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1410.66\" cy=\"283.772\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1278.32\" cy=\"300.623\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1487.28\" cy=\"182.867\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1770.76\" cy=\"978.821\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1175.11\" cy=\"842.295\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1422.35\" cy=\"900.121\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1074.3\" cy=\"762.423\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1041.54\" cy=\"507.958\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1288.57\" cy=\"378.265\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"901.112\" cy=\"562.609\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1236.91\" cy=\"861.108\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1330.14\" cy=\"885.539\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1184.17\" cy=\"770.089\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1708.53\" cy=\"722.803\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1585.96\" cy=\"284.491\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1861.75\" cy=\"779.039\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"857.569\" cy=\"664.393\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1070.16\" cy=\"395.519\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1491.31\" cy=\"509.908\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1661.87\" cy=\"768.345\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1420.19\" cy=\"794.46\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"916.645\" cy=\"714.822\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1046.5\" cy=\"748.497\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"788.964\" cy=\"566.645\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1522.03\" cy=\"979.414\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"862.494\" cy=\"548.576\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1199.55\" cy=\"631.4\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1669.69\" cy=\"830.605\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1427.48\" cy=\"354.954\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1158.45\" cy=\"412.451\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1084.5\" cy=\"500.751\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1229.96\" cy=\"729.423\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1000.24\" cy=\"449.939\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1267.12\" cy=\"684.619\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1139.35\" cy=\"825.906\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"972.991\" cy=\"667.994\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1458.56\" cy=\"944.578\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1440.72\" cy=\"458.967\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1492.24\" cy=\"418.577\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1058.41\" cy=\"753.099\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1395.01\" cy=\"879.129\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1507.79\" cy=\"236.635\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1209.36\" cy=\"359.394\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1739.48\" cy=\"1062.03\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1492.19\" cy=\"761.712\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1551.74\" cy=\"1004.76\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1694.36\" cy=\"163.711\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1101.9\" cy=\"402.857\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1674.51\" cy=\"423.518\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1041.44\" cy=\"787.391\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1218.68\" cy=\"867.237\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1723.2\" cy=\"177.312\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"885.251\" cy=\"697.932\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1707.08\" cy=\"995.791\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1804.89\" cy=\"942.038\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1498.68\" cy=\"611.046\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1567.28\" cy=\"841.184\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1478.83\" cy=\"182.317\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1866.18\" cy=\"929.261\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1602.64\" cy=\"146.294\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1225.15\" cy=\"545.146\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"970.713\" cy=\"408.031\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1425.64\" cy=\"259.452\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1371.76\" cy=\"932.538\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"963.814\" cy=\"735.985\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1416.49\" cy=\"232.178\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1298.38\" cy=\"901.941\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1619.61\" cy=\"1013.67\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1630.08\" cy=\"645.049\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1103.91\" cy=\"514.33\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1294.89\" cy=\"401.372\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1014.92\" cy=\"418.887\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1185.68\" cy=\"387.548\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1862.4\" cy=\"741.694\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"818.167\" cy=\"617.232\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1709.31\" cy=\"193.203\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"906.502\" cy=\"504.329\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1299.57\" cy=\"582.17\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1518.47\" cy=\"414.724\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1344.29\" cy=\"736.47\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"981.056\" cy=\"749.572\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1206.69\" cy=\"843.563\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1680.19\" cy=\"608.024\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1102.26\" cy=\"596.005\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"788.927\" cy=\"580.37\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1206\" cy=\"326.534\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"995.446\" cy=\"400.208\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"790.445\" cy=\"595.624\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"934.12\" cy=\"431.855\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1408.02\" cy=\"863.701\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1662.74\" cy=\"834.798\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1659.16\" cy=\"251.962\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1245.13\" cy=\"607.356\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"912.796\" cy=\"662.341\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1374.33\" cy=\"926.938\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1806.26\" cy=\"160.304\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1153.66\" cy=\"819.688\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1503.01\" cy=\"482.339\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"835.783\" cy=\"574.095\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1118.96\" cy=\"761.049\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"851.924\" cy=\"599.932\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1369.05\" cy=\"931.024\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1697.1\" cy=\"635.47\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1785.65\" cy=\"934.51\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1688.99\" cy=\"498.629\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1667.93\" cy=\"551.749\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1536.5\" cy=\"858.213\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"819.505\" cy=\"597.967\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1158.7\" cy=\"350.716\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1238.11\" cy=\"807.473\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1369.11\" cy=\"576.1\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1557.94\" cy=\"663.368\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1631.89\" cy=\"592.313\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1201.01\" cy=\"855.06\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1455.63\" cy=\"966.329\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1317.73\" cy=\"867.663\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"888.557\" cy=\"663.031\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1134.46\" cy=\"703.328\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1366.57\" cy=\"555.877\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1376.21\" cy=\"818.811\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1024.83\" cy=\"779.213\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1664.99\" cy=\"360.998\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1194.4\" cy=\"436.393\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1395.23\" cy=\"837.617\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"960.376\" cy=\"414.496\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1404.53\" cy=\"927.005\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"845.607\" cy=\"594.162\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1315.04\" cy=\"792.857\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1636.92\" cy=\"336.402\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1231.54\" cy=\"839.077\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"907.104\" cy=\"715.767\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1186.41\" cy=\"672.758\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1307.87\" cy=\"847.27\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1515.37\" cy=\"204.785\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1605.19\" cy=\"436.738\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1706.81\" cy=\"1062.38\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1647.13\" cy=\"1035.25\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1074.91\" cy=\"802.601\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1281.69\" cy=\"485.385\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1500.39\" cy=\"548.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1481.52\" cy=\"975.896\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1191.57\" cy=\"540.977\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1252.3\" cy=\"805.702\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"847.739\" cy=\"672.812\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1633.06\" cy=\"282.276\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1615.94\" cy=\"574.882\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1299.94\" cy=\"902.639\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1079.41\" cy=\"353.089\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1041.96\" cy=\"725.972\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"850.366\" cy=\"485.044\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1122.26\" cy=\"795.753\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1412.26\" cy=\"655.129\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1646.27\" cy=\"887.133\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1527.34\" cy=\"931.954\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"828.804\" cy=\"577.801\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1555.31\" cy=\"577.24\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1429.04\" cy=\"372.558\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1508.89\" cy=\"243.721\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"948.087\" cy=\"719.698\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1480.17\" cy=\"767.558\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1693.71\" cy=\"738.984\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"901.397\" cy=\"594.133\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1545.36\" cy=\"997.323\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1715.54\" cy=\"199.35\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"979.873\" cy=\"492.174\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1533.9\" cy=\"237.773\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1240.65\" cy=\"874.594\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1035.91\" cy=\"410.34\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"787.931\" cy=\"585.735\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"949.542\" cy=\"718.886\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1241.82\" cy=\"573.704\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"979.196\" cy=\"409.627\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1174.85\" cy=\"774.868\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1571.42\" cy=\"1008.07\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"919.055\" cy=\"650.673\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1855.5\" cy=\"128.005\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1585.56\" cy=\"284.842\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1085.54\" cy=\"807.462\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1199.92\" cy=\"846.833\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"857.811\" cy=\"475.73\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1719.35\" cy=\"1068.4\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1432.89\" cy=\"225.871\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"963.503\" cy=\"736.29\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1373.9\" cy=\"928.697\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"817.557\" cy=\"574.693\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"852.691\" cy=\"675.087\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"982.01\" cy=\"689.048\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1761.36\" cy=\"503.741\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"844.143\" cy=\"650.488\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1255.91\" cy=\"274.534\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1573.43\" cy=\"278.807\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1064.53\" cy=\"693.266\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1462.39\" cy=\"822.651\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1578.54\" cy=\"734.392\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1308.95\" cy=\"478.735\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1361.89\" cy=\"739.45\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"913.811\" cy=\"442.223\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1225.68\" cy=\"856.226\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1273.08\" cy=\"291.074\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1489.54\" cy=\"762.903\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"842.528\" cy=\"487.948\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1412.8\" cy=\"211.741\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1563.09\" cy=\"991.834\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1294.95\" cy=\"845.493\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1269.55\" cy=\"547.871\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1485.56\" cy=\"916.794\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1424.78\" cy=\"811.286\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"891.692\" cy=\"490.502\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"794.115\" cy=\"612.486\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"858.51\" cy=\"682.111\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1171.5\" cy=\"726.318\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1480.41\" cy=\"718.325\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"967.309\" cy=\"414.219\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1585.72\" cy=\"1000.75\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"822.787\" cy=\"520.313\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1691.68\" cy=\"935.219\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1098.44\" cy=\"348.912\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"969.235\" cy=\"719.883\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1294.81\" cy=\"345.485\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1252.91\" cy=\"565.087\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"963.737\" cy=\"643.395\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1380.4\" cy=\"228.363\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1562.72\" cy=\"148.974\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1111.61\" cy=\"339.773\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1037.34\" cy=\"505.454\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1556.69\" cy=\"211.461\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"825.794\" cy=\"573.69\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1146.46\" cy=\"322.773\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1232.28\" cy=\"748.414\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1537.16\" cy=\"268.406\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1539.36\" cy=\"991.116\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1256.11\" cy=\"782.197\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1026.25\" cy=\"731.362\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1226.93\" cy=\"440.446\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1670.41\" cy=\"130.679\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"822.529\" cy=\"627.114\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1377.36\" cy=\"265.938\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"804.403\" cy=\"548.908\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1544.22\" cy=\"984.378\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1379.5\" cy=\"263.026\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1487.69\" cy=\"215.867\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1607.29\" cy=\"619.283\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1262.46\" cy=\"751.915\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"840.695\" cy=\"564.259\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1263.6\" cy=\"304.54\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1456.83\" cy=\"892.163\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1077.17\" cy=\"631.352\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"912.81\" cy=\"717.122\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1503.94\" cy=\"172.364\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"788.31\" cy=\"587.656\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1131.58\" cy=\"783.717\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"970.947\" cy=\"488.551\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"793.008\" cy=\"558.341\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1770.2\" cy=\"1063.83\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1135.76\" cy=\"434.832\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1819.06\" cy=\"676.637\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"931.859\" cy=\"595.227\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1486.6\" cy=\"263.852\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"987.347\" cy=\"707.733\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1454.51\" cy=\"957.907\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1743.36\" cy=\"1004.44\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1351.4\" cy=\"364.141\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"877.136\" cy=\"495.118\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1337\" cy=\"793.535\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1533.15\" cy=\"220.407\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1182.92\" cy=\"312.068\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1746.41\" cy=\"167.011\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1143.67\" cy=\"809.08\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1848.25\" cy=\"890.291\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1390.27\" cy=\"220.549\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1364.71\" cy=\"908.684\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1215.05\" cy=\"866.443\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1013.41\" cy=\"576.342\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1146.86\" cy=\"691.799\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1343.89\" cy=\"691.619\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"872.388\" cy=\"649.699\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"938.52\" cy=\"733.135\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"936.274\" cy=\"665.014\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1667.74\" cy=\"124.084\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1110.93\" cy=\"772.539\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1297.65\" cy=\"615.795\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1222.07\" cy=\"302.23\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1447.38\" cy=\"277.926\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"854.353\" cy=\"483.012\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1005.41\" cy=\"452.646\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1087.78\" cy=\"349.689\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1036.02\" cy=\"754.377\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"910.782\" cy=\"616.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1159.4\" cy=\"717.455\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1349.48\" cy=\"869.221\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1566.48\" cy=\"612.739\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1468.97\" cy=\"915.117\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1610.94\" cy=\"899.53\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1127.61\" cy=\"704.157\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1714.75\" cy=\"1067.15\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1129.38\" cy=\"828.533\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1317.35\" cy=\"719.496\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1625.99\" cy=\"983.689\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1355.89\" cy=\"606.385\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1351.65\" cy=\"475.547\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1162.46\" cy=\"320.901\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1153.7\" cy=\"320.068\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1037.68\" cy=\"781.679\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1125.66\" cy=\"345.903\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1101.71\" cy=\"414.239\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"887.67\" cy=\"613.525\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1164.59\" cy=\"430.67\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1111.89\" cy=\"784.555\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1325.98\" cy=\"625.505\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1753.65\" cy=\"1079.08\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1657.71\" cy=\"1002.8\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1030.83\" cy=\"465.019\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1281.06\" cy=\"872.346\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1599.01\" cy=\"1013.7\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1163.08\" cy=\"329.327\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1119.42\" cy=\"824.11\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1263.63\" cy=\"308.553\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1146.7\" cy=\"380.362\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1820.5\" cy=\"913.067\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1507\" cy=\"194.259\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"978.619\" cy=\"405.639\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1164.38\" cy=\"683.81\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"936.193\" cy=\"590.141\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1130.36\" cy=\"351.739\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1406.64\" cy=\"427.54\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1631.96\" cy=\"893.324\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1694.22\" cy=\"142.739\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1286.28\" cy=\"896.984\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1281.18\" cy=\"272.919\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1445.4\" cy=\"957.198\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1530.33\" cy=\"993.77\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1482.36\" cy=\"201.549\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1808.64\" cy=\"257.677\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1383.22\" cy=\"846.047\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1030.67\" cy=\"767.487\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1276.62\" cy=\"871.209\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1359.55\" cy=\"818.953\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1671.6\" cy=\"161.682\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1348.61\" cy=\"772.794\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"938.466\" cy=\"488.112\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1573.5\" cy=\"848.224\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1166.14\" cy=\"620.808\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1593.18\" cy=\"693.05\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1371.3\" cy=\"871.834\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"927.42\" cy=\"710.267\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1640.41\" cy=\"368.998\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1308.86\" cy=\"574.288\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1706.76\" cy=\"1045.57\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1101.09\" cy=\"811.913\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1192.3\" cy=\"844.171\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1688.65\" cy=\"969.273\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1499.63\" cy=\"593.446\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"962.579\" cy=\"466.094\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1730.26\" cy=\"1039.52\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1661.61\" cy=\"637.448\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"970.699\" cy=\"414.696\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"968.278\" cy=\"607.309\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1330.26\" cy=\"249.427\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1187.73\" cy=\"405.312\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"980.535\" cy=\"514.424\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1781.46\" cy=\"1066.91\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1532.78\" cy=\"169.611\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1530.11\" cy=\"166.212\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1450.12\" cy=\"712.892\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1485\" cy=\"221.728\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"907.252\" cy=\"701.028\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1872.52\" cy=\"502.932\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1650.93\" cy=\"185.526\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1222.93\" cy=\"613.391\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1232.46\" cy=\"741.64\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1359.24\" cy=\"309.481\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1743.12\" cy=\"1057.98\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"948.018\" cy=\"419.612\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1054.56\" cy=\"515.399\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1303.07\" cy=\"355.245\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1184.23\" cy=\"763.072\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1145.06\" cy=\"620.688\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1752.09\" cy=\"663.81\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1356.45\" cy=\"239.749\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1870.62\" cy=\"666.551\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1849.24\" cy=\"1010.53\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1715.79\" cy=\"819.204\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1276.18\" cy=\"536.057\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1517.31\" cy=\"972.7\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1770.01\" cy=\"207.548\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1133.68\" cy=\"764.085\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1336.35\" cy=\"912.151\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"782.687\" cy=\"569.893\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1209.06\" cy=\"863.849\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1477.21\" cy=\"184.995\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"844.833\" cy=\"503.82\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1800.9\" cy=\"426.22\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1344.65\" cy=\"916.388\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1751.73\" cy=\"1026.4\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1411.39\" cy=\"281.621\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1226.91\" cy=\"544.914\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1021.02\" cy=\"423.752\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"954.395\" cy=\"689.26\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1798.85\" cy=\"934.451\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1803.81\" cy=\"763.4\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1315.35\" cy=\"825.937\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1801.16\" cy=\"832.806\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1821.73\" cy=\"134.252\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1490.42\" cy=\"590.975\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"808.207\" cy=\"534.156\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"960.861\" cy=\"679.418\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1668.59\" cy=\"837.269\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1142.44\" cy=\"455.064\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1267.75\" cy=\"881.825\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1599.73\" cy=\"252.792\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1294.1\" cy=\"751.278\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"947.183\" cy=\"710.241\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1133.62\" cy=\"829.67\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1480.89\" cy=\"222.622\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"966.021\" cy=\"602.634\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1858.9\" cy=\"144.721\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1008.98\" cy=\"398.232\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1084.46\" cy=\"350.697\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1133.77\" cy=\"661.236\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"813.27\" cy=\"598.952\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1543.04\" cy=\"268.518\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1181.67\" cy=\"722.228\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1195.37\" cy=\"811.05\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"939.641\" cy=\"719.155\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1135.75\" cy=\"829.951\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1080.73\" cy=\"806.247\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1105.12\" cy=\"545.826\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1110.7\" cy=\"710.105\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1677.88\" cy=\"1016.76\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1356.64\" cy=\"924.21\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"881.816\" cy=\"664.78\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1479.49\" cy=\"207.786\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"819.881\" cy=\"511.644\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1112.87\" cy=\"653.124\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1790.13\" cy=\"1046.23\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1108.42\" cy=\"348.093\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1597.13\" cy=\"970.616\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"815.129\" cy=\"532.265\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1606.61\" cy=\"131.337\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1054.28\" cy=\"586.99\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1030.58\" cy=\"376.844\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1616.31\" cy=\"127.738\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1380.04\" cy=\"881.856\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"919.8\" cy=\"523.119\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1073.98\" cy=\"782.303\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1111.14\" cy=\"704.551\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1467.04\" cy=\"722.765\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1469.15\" cy=\"213.379\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"936.638\" cy=\"716.801\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1133.86\" cy=\"576.406\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1063.27\" cy=\"661.547\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"908.71\" cy=\"611.709\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1219.31\" cy=\"546.261\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"931.415\" cy=\"725.248\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1781.65\" cy=\"1094.44\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1111\" cy=\"577.308\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1298.82\" cy=\"294.797\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1115.8\" cy=\"790.074\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1506.89\" cy=\"784.231\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1709.53\" cy=\"1010.92\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1777.85\" cy=\"1053.09\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1573.01\" cy=\"438.595\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1380.6\" cy=\"931.471\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1348.1\" cy=\"250.953\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1647.14\" cy=\"717.032\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"974.471\" cy=\"584.44\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1185.99\" cy=\"851.99\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1579.37\" cy=\"813.197\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1101.52\" cy=\"815.445\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1559.71\" cy=\"1006.83\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1102.69\" cy=\"758.673\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1430.49\" cy=\"253.781\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1059.68\" cy=\"795.731\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1636.95\" cy=\"555.787\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1400.76\" cy=\"783.613\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1709.81\" cy=\"819.972\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1093.92\" cy=\"798.705\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1189.54\" cy=\"401.553\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1215.11\" cy=\"779.735\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1664.19\" cy=\"1029.74\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1070.57\" cy=\"437.9\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1262.18\" cy=\"874.259\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1660.44\" cy=\"1009.67\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1457.05\" cy=\"568.998\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1778.32\" cy=\"188.818\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1523.86\" cy=\"965.588\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1415.61\" cy=\"942.195\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1777.16\" cy=\"222.468\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1385.43\" cy=\"815.005\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1084.14\" cy=\"795.503\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1543.59\" cy=\"926.81\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"848.011\" cy=\"491.354\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1469.25\" cy=\"619.593\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"886.548\" cy=\"476.51\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1215.49\" cy=\"818.325\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1368.1\" cy=\"624.765\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1570.99\" cy=\"1012.03\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1670.95\" cy=\"885.832\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"797.014\" cy=\"534.522\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1181.28\" cy=\"847.768\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1683.24\" cy=\"677.79\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1695.14\" cy=\"946.355\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"841.241\" cy=\"495.473\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1094.11\" cy=\"728.516\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1483.58\" cy=\"971.449\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"930.198\" cy=\"684.011\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"849.841\" cy=\"659.109\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"994.563\" cy=\"403.078\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1851.02\" cy=\"144.966\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1787.11\" cy=\"1009.27\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1216.29\" cy=\"784.037\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1579.03\" cy=\"343.744\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1196.16\" cy=\"750.959\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1692.44\" cy=\"352.515\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"984.756\" cy=\"605.114\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1739.16\" cy=\"1017.9\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"823.374\" cy=\"624.576\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1100.12\" cy=\"797.083\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1178.82\" cy=\"743.439\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"892.278\" cy=\"568.81\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1046.15\" cy=\"789.377\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"960.335\" cy=\"536.42\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1034.66\" cy=\"435.519\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1458.87\" cy=\"842.656\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1010.36\" cy=\"771.643\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1040.98\" cy=\"424.291\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"926.421\" cy=\"479.311\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"874.929\" cy=\"489.419\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1607.44\" cy=\"234.15\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1260.27\" cy=\"752.323\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1812.96\" cy=\"1051.92\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1280.56\" cy=\"894.191\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1363.36\" cy=\"782.754\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1693.54\" cy=\"256.019\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1152.05\" cy=\"603.046\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1014.71\" cy=\"658.938\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1822.8\" cy=\"1030.33\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1705.47\" cy=\"1045.8\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"937.928\" cy=\"573.733\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1420.8\" cy=\"205.882\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1176.12\" cy=\"336.87\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1470.89\" cy=\"219.488\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1773.22\" cy=\"977.736\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1709.21\" cy=\"994.588\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1252.85\" cy=\"346.146\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1437.55\" cy=\"633.298\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"933.933\" cy=\"727.237\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"882.801\" cy=\"602.281\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1596.49\" cy=\"1003.26\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1417.75\" cy=\"705.122\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1633.28\" cy=\"845.374\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1548.04\" cy=\"660.634\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1286.74\" cy=\"489.304\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1047.97\" cy=\"367.821\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1552.01\" cy=\"234.345\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1023.82\" cy=\"758.863\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1424.38\" cy=\"802.454\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1019.7\" cy=\"728.159\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1459.01\" cy=\"805.056\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"847.203\" cy=\"586.371\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1649.72\" cy=\"1044.13\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1704.23\" cy=\"755.171\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1337.12\" cy=\"901.235\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"791.609\" cy=\"605.923\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1177.84\" cy=\"695.892\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1559.33\" cy=\"979.257\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1822.67\" cy=\"1067.65\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1348.78\" cy=\"627.344\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1514.36\" cy=\"169.507\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1460.13\" cy=\"581.036\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1042.33\" cy=\"773.074\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"952.599\" cy=\"429.257\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1587.47\" cy=\"475.472\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1295.38\" cy=\"868.589\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1212.1\" cy=\"708.577\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"983.697\" cy=\"399.867\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1330.14\" cy=\"257.902\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1843\" cy=\"948.529\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"992.645\" cy=\"737.49\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1452.83\" cy=\"275.259\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1633.87\" cy=\"953.798\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1213.13\" cy=\"614.755\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1823.13\" cy=\"819.087\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1490.04\" cy=\"375.003\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1191.61\" cy=\"305.229\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1279.22\" cy=\"849.003\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1128.41\" cy=\"399.532\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1167.97\" cy=\"722.017\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1421.52\" cy=\"876.981\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"969.506\" cy=\"412.545\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1103.69\" cy=\"341.556\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"829.408\" cy=\"638.695\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1542.5\" cy=\"832.563\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"971.757\" cy=\"429.08\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1542.77\" cy=\"689.041\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1822.38\" cy=\"961.662\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1178.1\" cy=\"715.608\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"996.528\" cy=\"706.771\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1681.95\" cy=\"948.629\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1216.54\" cy=\"374.559\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1248.37\" cy=\"835.398\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1778.66\" cy=\"132.088\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1511.63\" cy=\"413.821\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"969.284\" cy=\"491.589\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1607.75\" cy=\"982.686\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"939.773\" cy=\"690.748\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1156.06\" cy=\"387.495\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"831.967\" cy=\"606.54\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"979.107\" cy=\"585.622\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1474.18\" cy=\"896.42\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1109.21\" cy=\"793.715\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1293.02\" cy=\"681.667\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"813.366\" cy=\"537.065\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1149.56\" cy=\"765.409\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1606.82\" cy=\"717.778\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1514.93\" cy=\"170.429\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1503.11\" cy=\"937.28\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1420.35\" cy=\"888.854\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1083.64\" cy=\"728.226\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1207.01\" cy=\"506.258\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1081.95\" cy=\"744.954\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1516.94\" cy=\"603.674\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1389.76\" cy=\"795.185\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1207.08\" cy=\"382.084\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1382.75\" cy=\"934.667\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1695.69\" cy=\"539.829\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1500.94\" cy=\"698.322\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"978.51\" cy=\"750.46\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1209.2\" cy=\"859.684\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"904.25\" cy=\"476.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1537.42\" cy=\"818.221\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1581.94\" cy=\"1014.93\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"877.549\" cy=\"602.414\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1450.66\" cy=\"862.042\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1185.68\" cy=\"853.053\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1534.28\" cy=\"992.572\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1161.54\" cy=\"750.644\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"939.444\" cy=\"643.488\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1444.77\" cy=\"693.079\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"869.522\" cy=\"667.119\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1131.91\" cy=\"510.861\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1511.55\" cy=\"637.13\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1760.65\" cy=\"165.43\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1161.07\" cy=\"800.664\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1125.03\" cy=\"820.564\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1663.86\" cy=\"331.123\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1048.3\" cy=\"745.542\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1703.78\" cy=\"888.494\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1118.08\" cy=\"453.479\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1108.08\" cy=\"793.216\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1796.69\" cy=\"982.238\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"941.772\" cy=\"441.959\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1120.96\" cy=\"819.493\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1127.51\" cy=\"562.992\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1519.82\" cy=\"256.323\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"852.071\" cy=\"667.817\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1775.22\" cy=\"877.079\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"920.241\" cy=\"503.892\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1145.2\" cy=\"610.649\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1827.75\" cy=\"1045.01\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1259.83\" cy=\"831.3\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1571\" cy=\"820.576\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1359.14\" cy=\"842.827\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1231.11\" cy=\"565.706\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1768.27\" cy=\"1087.98\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1577.93\" cy=\"979.676\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1350.25\" cy=\"798.157\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1443.48\" cy=\"238.653\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1711.48\" cy=\"412.928\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"796.484\" cy=\"567.556\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1339.85\" cy=\"423.637\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1117.4\" cy=\"772.119\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1210.48\" cy=\"797.857\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1155.8\" cy=\"620.101\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1362.34\" cy=\"514.055\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"845.542\" cy=\"484.611\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"839.181\" cy=\"491.66\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1590.96\" cy=\"150.025\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1753.72\" cy=\"890.69\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1220.29\" cy=\"408.103\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1474.4\" cy=\"213.786\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"961.804\" cy=\"637.467\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1731.96\" cy=\"584.756\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1475.46\" cy=\"555.076\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1430.95\" cy=\"954.907\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1160.19\" cy=\"587.917\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1160.21\" cy=\"341.577\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"837.714\" cy=\"665.768\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1252.87\" cy=\"602.009\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1861.28\" cy=\"194.746\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1292.64\" cy=\"800.552\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"995.848\" cy=\"764.417\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1429.8\" cy=\"896.067\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1618.52\" cy=\"280.924\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1291.56\" cy=\"400.592\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1405.98\" cy=\"213.528\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1322.17\" cy=\"710.805\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1181.31\" cy=\"456.842\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1663.39\" cy=\"733.231\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1052.48\" cy=\"763.984\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1014.37\" cy=\"384.451\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1218.49\" cy=\"492.185\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1214.47\" cy=\"505.685\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1504.78\" cy=\"756.209\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1518.47\" cy=\"871.959\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1600.32\" cy=\"714.767\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1738.35\" cy=\"1063.81\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1593.68\" cy=\"157.849\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1730.6\" cy=\"1012.38\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"958.265\" cy=\"439.151\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"922.592\" cy=\"723.586\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1439.46\" cy=\"951.843\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"877.368\" cy=\"567.343\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1404.71\" cy=\"216.529\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1562.91\" cy=\"923.24\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1578.67\" cy=\"875.813\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1351.89\" cy=\"557.332\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1785.6\" cy=\"128.394\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1201.67\" cy=\"369.143\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1424.51\" cy=\"220.869\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"885.87\" cy=\"484.128\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1076.74\" cy=\"803.011\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1615.47\" cy=\"1028.23\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1832.44\" cy=\"474.072\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1462.31\" cy=\"553.716\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1291.47\" cy=\"361.204\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1619.82\" cy=\"970.769\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"799.843\" cy=\"628.451\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1211.51\" cy=\"851.245\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1467.03\" cy=\"913.166\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1572.51\" cy=\"144.847\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1175.22\" cy=\"390.535\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1137.98\" cy=\"346.282\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"890.695\" cy=\"485.472\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"849.461\" cy=\"552.744\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"995.578\" cy=\"427.978\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1058.2\" cy=\"795.567\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1574.09\" cy=\"928.735\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1431.34\" cy=\"237.504\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1051.21\" cy=\"688.042\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1087.84\" cy=\"476.777\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1392.16\" cy=\"865.504\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"936.02\" cy=\"609.72\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1515.34\" cy=\"796.224\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1236.79\" cy=\"752.625\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1616.51\" cy=\"983.488\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"979.977\" cy=\"405.611\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1010.51\" cy=\"661.471\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1415.28\" cy=\"668.259\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1183.73\" cy=\"792.457\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1625.02\" cy=\"963.23\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"844.21\" cy=\"490.486\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1645.73\" cy=\"572.441\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1672.18\" cy=\"1030.22\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1029.2\" cy=\"463.483\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1125.6\" cy=\"652.576\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1814.82\" cy=\"413.4\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1123.56\" cy=\"717.855\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1138.69\" cy=\"381.069\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1182.09\" cy=\"373.261\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1148.83\" cy=\"418.127\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"896.067\" cy=\"653.448\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1487.78\" cy=\"406.878\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"999.536\" cy=\"766.761\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1749.86\" cy=\"1032.88\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1628.7\" cy=\"164.192\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1157.6\" cy=\"547.245\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1496.04\" cy=\"362.025\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1649.58\" cy=\"124.899\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"944.307\" cy=\"456.572\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1686.67\" cy=\"1036.99\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"858.444\" cy=\"584.117\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1245.99\" cy=\"867.412\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"866.887\" cy=\"596.949\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"854.775\" cy=\"675.575\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1676.79\" cy=\"138.321\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1712.45\" cy=\"934.359\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"805.827\" cy=\"634.104\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1031.33\" cy=\"674.147\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1049.23\" cy=\"766.423\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"838.561\" cy=\"492.679\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"829.588\" cy=\"607.916\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"898.563\" cy=\"484.831\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1504.26\" cy=\"665.236\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1447\" cy=\"961.978\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1210.15\" cy=\"804.657\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1258.59\" cy=\"407.353\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1247.02\" cy=\"877.107\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1674.88\" cy=\"915.752\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1204.06\" cy=\"856.614\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1621.7\" cy=\"728.268\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1472.58\" cy=\"193.2\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"891.093\" cy=\"529.988\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1179.84\" cy=\"307.818\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1071.21\" cy=\"750.013\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1527.17\" cy=\"592.516\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1212.65\" cy=\"296.454\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1371.1\" cy=\"892.005\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"893.171\" cy=\"581.393\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1337.86\" cy=\"899.246\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1402.78\" cy=\"862.789\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1821.53\" cy=\"987.512\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1454.93\" cy=\"966.528\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1200.09\" cy=\"786.561\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"835.842\" cy=\"557.117\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1311.25\" cy=\"844.19\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"917.597\" cy=\"581.743\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1657.43\" cy=\"354.598\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1393.1\" cy=\"737.319\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1741.07\" cy=\"1073.09\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"974.373\" cy=\"424.616\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1344.37\" cy=\"273.688\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1772.42\" cy=\"477.308\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1128.83\" cy=\"828.319\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1167.37\" cy=\"750.711\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"785.756\" cy=\"595.09\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"998.07\" cy=\"484.513\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"943.219\" cy=\"704.425\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1722.6\" cy=\"608.818\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"861.122\" cy=\"480.163\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1089.41\" cy=\"526.317\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1225.71\" cy=\"669.794\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1516.78\" cy=\"272.338\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1160.62\" cy=\"544.092\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1672.34\" cy=\"688.494\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"890.802\" cy=\"575.86\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1134.09\" cy=\"418.043\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"839.28\" cy=\"536.042\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1391.33\" cy=\"939.968\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1188.3\" cy=\"743.474\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1742.73\" cy=\"1033.93\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1076.2\" cy=\"733.58\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1279.46\" cy=\"457.165\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1498.11\" cy=\"595.827\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1454.04\" cy=\"193.543\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1341.24\" cy=\"641.509\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1299.09\" cy=\"880.322\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1057.41\" cy=\"636.084\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1712.42\" cy=\"1029.16\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1255.53\" cy=\"875.059\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1589.25\" cy=\"730.582\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1242\" cy=\"727.341\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1075.22\" cy=\"502.322\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1720.2\" cy=\"1038.04\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"935.886\" cy=\"580.322\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1261.39\" cy=\"635.167\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1523.12\" cy=\"164.891\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1337.7\" cy=\"444.493\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"940.242\" cy=\"730.382\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1380.19\" cy=\"349.219\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1218.37\" cy=\"358.738\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1033.35\" cy=\"590.897\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1475.04\" cy=\"490.74\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1002.56\" cy=\"403.975\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1580.6\" cy=\"913.718\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1217.12\" cy=\"717.829\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1190.99\" cy=\"597.538\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1437.71\" cy=\"932.288\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1628.51\" cy=\"1030.82\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1772.89\" cy=\"1041.08\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1835.46\" cy=\"775.213\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1189.17\" cy=\"596.646\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1026.46\" cy=\"384.759\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1053.72\" cy=\"451.879\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1358.35\" cy=\"255.038\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1029.06\" cy=\"605.774\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1201.34\" cy=\"762.345\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"930.999\" cy=\"475.637\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1713.87\" cy=\"1018.57\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1009.91\" cy=\"682.836\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1518.79\" cy=\"869.262\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1584.48\" cy=\"986.759\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1195.22\" cy=\"800.239\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1056.89\" cy=\"617.716\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"891.554\" cy=\"705.88\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"917.413\" cy=\"717.405\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"915.439\" cy=\"720.597\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1291.04\" cy=\"286.869\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1113.21\" cy=\"694.614\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1836.73\" cy=\"946.66\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1561.12\" cy=\"863.429\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1382.36\" cy=\"884.534\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1360.99\" cy=\"390.514\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"941.301\" cy=\"606.956\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1247.52\" cy=\"530.996\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"926.63\" cy=\"439.889\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1147.8\" cy=\"487.931\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1390.71\" cy=\"390.082\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"874.764\" cy=\"516.293\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1263.1\" cy=\"407.976\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"827.821\" cy=\"501.661\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"838.182\" cy=\"656.01\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"794.103\" cy=\"542.455\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1519.11\" cy=\"957.886\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1417.02\" cy=\"797.003\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1192.54\" cy=\"527.053\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1775.65\" cy=\"685.576\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1162.91\" cy=\"333.994\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1225.44\" cy=\"440.104\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1061.74\" cy=\"374.258\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1590.32\" cy=\"140.79\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1725.6\" cy=\"874.829\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1635.79\" cy=\"893.891\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1211.67\" cy=\"533.233\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1094.03\" cy=\"587.515\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"979.719\" cy=\"721.275\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1533.9\" cy=\"367.792\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1222.86\" cy=\"869.678\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1214.45\" cy=\"813.482\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1542.35\" cy=\"879.818\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"895.793\" cy=\"551.855\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1267.16\" cy=\"402.702\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1186.7\" cy=\"766.091\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1514.07\" cy=\"814.857\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1459.42\" cy=\"962.181\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1474.2\" cy=\"455.858\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1162.73\" cy=\"830.782\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1002.94\" cy=\"418.641\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1114.21\" cy=\"336.84\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip782)\" cx=\"1225.78\" cy=\"840.49\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n</svg>\n"
},
"metadata": {}
}
],
"metadata": {}
},
{
"cell_type": "code",
"execution_count": 7,
"source": [
"NSim = 2000\n",
"(ERp,StdRp) = (fill(NaN,NSim),fill(NaN,NSim))\n",
"\n",
"for i = 1:NSim\n",
" w = rand(n-1) #draw n-1 random portfolio weights on [0,1]\n",
" w = [w;1-sum(w)] #make the n weights sum to 1\n",
" if all(w.>=0) #don't allow short sales\n",
" ERp[i] = w'μ\n",
" StdRp[i] = sqrt(w'Σ*w)\n",
" end \n",
"end"
],
"outputs": [],
"metadata": {}
},
{
"cell_type": "code",
"execution_count": 8,
"source": [
"scatter!(p1,StdRp,ERp,\n",
" title = \"MV frontier by bootstrap\",\n",
" xlabel = \"std\",\n",
" ylabel = \"mean\",\n",
" xlims = [0,0.2],\n",
" ylims = [0,0.15],\n",
" legend = false,\n",
" color= :red )"
],
"outputs": [
{
"output_type": "execute_result",
"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=\"480\" height=\"320\" viewBox=\"0 0 1920 1280\">\n<defs>\n <clipPath id=\"clip820\">\n <rect x=\"0\" y=\"0\" width=\"1920\" height=\"1280\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip820)\" d=\"\nM0 1280 L1920 1280 L1920 0 L0 0 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip821\">\n <rect x=\"384\" y=\"0\" width=\"1345\" height=\"1280\"/>\n </clipPath>\n</defs>\n<path clip-path=\"url(#clip820)\" d=\"\nM244.742 1106.38 L1872.76 1106.38 L1872.76 123.472 L244.742 123.472 Z\n \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n<defs>\n <clipPath id=\"clip822\">\n <rect x=\"244\" y=\"123\" width=\"1629\" height=\"984\"/>\n </clipPath>\n</defs>\n<polyline clip-path=\"url(#clip822)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 290.818,1106.38 290.818,123.472 \n \"/>\n<polyline clip-path=\"url(#clip822)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 674.783,1106.38 674.783,123.472 \n \"/>\n<polyline clip-path=\"url(#clip822)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1058.75,1106.38 1058.75,123.472 \n \"/>\n<polyline clip-path=\"url(#clip822)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1442.71,1106.38 1442.71,123.472 \n \"/>\n<polyline clip-path=\"url(#clip822)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 1826.68,1106.38 1826.68,123.472 \n \"/>\n<polyline clip-path=\"url(#clip820)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 244.742,1106.38 1872.76,1106.38 \n \"/>\n<polyline clip-path=\"url(#clip820)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 290.818,1106.38 290.818,1087.48 \n \"/>\n<polyline clip-path=\"url(#clip820)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 674.783,1106.38 674.783,1087.48 \n \"/>\n<polyline clip-path=\"url(#clip820)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1058.75,1106.38 1058.75,1087.48 \n \"/>\n<polyline clip-path=\"url(#clip820)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1442.71,1106.38 1442.71,1087.48 \n \"/>\n<polyline clip-path=\"url(#clip820)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 1826.68,1106.38 1826.68,1087.48 \n \"/>\n<path clip-path=\"url(#clip820)\" d=\"M253.121 1131.73 Q249.51 1131.73 247.682 1135.3 Q245.876 1138.84 245.876 1145.97 Q245.876 1153.07 247.682 1156.64 Q249.51 1160.18 253.121 1160.18 Q256.756 1160.18 258.561 1156.64 Q260.39 1153.07 260.39 1145.97 Q260.39 1138.84 258.561 1135.3 Q256.756 1131.73 253.121 1131.73 M253.121 1128.03 Q258.931 1128.03 261.987 1132.63 Q265.066 1137.22 265.066 1145.97 Q265.066 1154.69 261.987 1159.3 Q258.931 1163.88 253.121 1163.88 Q247.311 1163.88 244.232 1159.3 Q241.177 1154.69 241.177 1145.97 Q241.177 1137.22 244.232 1132.63 Q247.311 1128.03 253.121 1128.03 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M273.283 1157.33 L278.168 1157.33 L278.168 1163.21 L273.283 1163.21 L273.283 1157.33 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M298.353 1131.73 Q294.741 1131.73 292.913 1135.3 Q291.107 1138.84 291.107 1145.97 Q291.107 1153.07 292.913 1156.64 Q294.741 1160.18 298.353 1160.18 Q301.987 1160.18 303.792 1156.64 Q305.621 1153.07 305.621 1145.97 Q305.621 1138.84 303.792 1135.3 Q301.987 1131.73 298.353 1131.73 M298.353 1128.03 Q304.163 1128.03 307.218 1132.63 Q310.297 1137.22 310.297 1145.97 Q310.297 1154.69 307.218 1159.3 Q304.163 1163.88 298.353 1163.88 Q292.542 1163.88 289.464 1159.3 Q286.408 1154.69 286.408 1145.97 Q286.408 1137.22 289.464 1132.63 Q292.542 1128.03 298.353 1128.03 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M328.514 1131.73 Q324.903 1131.73 323.075 1135.3 Q321.269 1138.84 321.269 1145.97 Q321.269 1153.07 323.075 1156.64 Q324.903 1160.18 328.514 1160.18 Q332.149 1160.18 333.954 1156.64 Q335.783 1153.07 335.783 1145.97 Q335.783 1138.84 333.954 1135.3 Q332.149 1131.73 328.514 1131.73 M328.514 1128.03 Q334.325 1128.03 337.38 1132.63 Q340.459 1137.22 340.459 1145.97 Q340.459 1154.69 337.38 1159.3 Q334.325 1163.88 328.514 1163.88 Q322.704 1163.88 319.626 1159.3 Q316.57 1154.69 316.57 1145.97 Q316.57 1137.22 319.626 1132.63 Q322.704 1128.03 328.514 1128.03 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M637.585 1131.73 Q633.973 1131.73 632.145 1135.3 Q630.339 1138.84 630.339 1145.97 Q630.339 1153.07 632.145 1156.64 Q633.973 1160.18 637.585 1160.18 Q641.219 1160.18 643.024 1156.64 Q644.853 1153.07 644.853 1145.97 Q644.853 1138.84 643.024 1135.3 Q641.219 1131.73 637.585 1131.73 M637.585 1128.03 Q643.395 1128.03 646.45 1132.63 Q649.529 1137.22 649.529 1145.97 Q649.529 1154.69 646.45 1159.3 Q643.395 1163.88 637.585 1163.88 Q631.774 1163.88 628.696 1159.3 Q625.64 1154.69 625.64 1145.97 Q625.64 1137.22 628.696 1132.63 Q631.774 1128.03 637.585 1128.03 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M657.746 1157.33 L662.631 1157.33 L662.631 1163.21 L657.746 1163.21 L657.746 1157.33 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M682.816 1131.73 Q679.205 1131.73 677.376 1135.3 Q675.57 1138.84 675.57 1145.97 Q675.57 1153.07 677.376 1156.64 Q679.205 1160.18 682.816 1160.18 Q686.45 1160.18 688.256 1156.64 Q690.084 1153.07 690.084 1145.97 Q690.084 1138.84 688.256 1135.3 Q686.45 1131.73 682.816 1131.73 M682.816 1128.03 Q688.626 1128.03 691.681 1132.63 Q694.76 1137.22 694.76 1145.97 Q694.76 1154.69 691.681 1159.3 Q688.626 1163.88 682.816 1163.88 Q677.006 1163.88 673.927 1159.3 Q670.871 1154.69 670.871 1145.97 Q670.871 1137.22 673.927 1132.63 Q677.006 1128.03 682.816 1128.03 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M703.024 1128.65 L721.38 1128.65 L721.38 1132.59 L707.306 1132.59 L707.306 1141.06 Q708.325 1140.71 709.343 1140.55 Q710.362 1140.36 711.38 1140.36 Q717.167 1140.36 720.547 1143.54 Q723.927 1146.71 723.927 1152.12 Q723.927 1157.7 720.454 1160.8 Q716.982 1163.88 710.663 1163.88 Q708.487 1163.88 706.218 1163.51 Q703.973 1163.14 701.566 1162.4 L701.566 1157.7 Q703.649 1158.84 705.871 1159.39 Q708.093 1159.95 710.57 1159.95 Q714.575 1159.95 716.913 1157.84 Q719.251 1155.74 719.251 1152.12 Q719.251 1148.51 716.913 1146.41 Q714.575 1144.3 710.57 1144.3 Q708.695 1144.3 706.82 1144.72 Q704.968 1145.13 703.024 1146.01 L703.024 1128.65 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M1021.05 1131.73 Q1017.44 1131.73 1015.61 1135.3 Q1013.81 1138.84 1013.81 1145.97 Q1013.81 1153.07 1015.61 1156.64 Q1017.44 1160.18 1021.05 1160.18 Q1024.69 1160.18 1026.49 1156.64 Q1028.32 1153.07 1028.32 1145.97 Q1028.32 1138.84 1026.49 1135.3 Q1024.69 1131.73 1021.05 1131.73 M1021.05 1128.03 Q1026.86 1128.03 1029.92 1132.63 Q1033 1137.22 1033 1145.97 Q1033 1154.69 1029.92 1159.3 Q1026.86 1163.88 1021.05 1163.88 Q1015.24 1163.88 1012.16 1159.3 Q1009.11 1154.69 1009.11 1145.97 Q1009.11 1137.22 1012.16 1132.63 Q1015.24 1128.03 1021.05 1128.03 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M1041.21 1157.33 L1046.1 1157.33 L1046.1 1163.21 L1041.21 1163.21 L1041.21 1157.33 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M1057.09 1159.28 L1064.73 1159.28 L1064.73 1132.91 L1056.42 1134.58 L1056.42 1130.32 L1064.69 1128.65 L1069.36 1128.65 L1069.36 1159.28 L1077 1159.28 L1077 1163.21 L1057.09 1163.21 L1057.09 1159.28 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M1096.45 1131.73 Q1092.83 1131.73 1091.01 1135.3 Q1089.2 1138.84 1089.2 1145.97 Q1089.2 1153.07 1091.01 1156.64 Q1092.83 1160.18 1096.45 1160.18 Q1100.08 1160.18 1101.89 1156.64 Q1103.71 1153.07 1103.71 1145.97 Q1103.71 1138.84 1101.89 1135.3 Q1100.08 1131.73 1096.45 1131.73 M1096.45 1128.03 Q1102.26 1128.03 1105.31 1132.63 Q1108.39 1137.22 1108.39 1145.97 Q1108.39 1154.69 1105.31 1159.3 Q1102.26 1163.88 1096.45 1163.88 Q1090.64 1163.88 1087.56 1159.3 Q1084.5 1154.69 1084.5 1145.97 Q1084.5 1137.22 1087.56 1132.63 Q1090.64 1128.03 1096.45 1128.03 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M1405.52 1131.73 Q1401.9 1131.73 1400.08 1135.3 Q1398.27 1138.84 1398.27 1145.97 Q1398.27 1153.07 1400.08 1156.64 Q1401.9 1160.18 1405.52 1160.18 Q1409.15 1160.18 1410.96 1156.64 Q1412.78 1153.07 1412.78 1145.97 Q1412.78 1138.84 1410.96 1135.3 Q1409.15 1131.73 1405.52 1131.73 M1405.52 1128.03 Q1411.33 1128.03 1414.38 1132.63 Q1417.46 1137.22 1417.46 1145.97 Q1417.46 1154.69 1414.38 1159.3 Q1411.33 1163.88 1405.52 1163.88 Q1399.71 1163.88 1396.63 1159.3 Q1393.57 1154.69 1393.57 1145.97 Q1393.57 1137.22 1396.63 1132.63 Q1399.71 1128.03 1405.52 1128.03 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M1425.68 1157.33 L1430.56 1157.33 L1430.56 1163.21 L1425.68 1163.21 L1425.68 1157.33 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M1441.56 1159.28 L1449.2 1159.28 L1449.2 1132.91 L1440.89 1134.58 L1440.89 1130.32 L1449.15 1128.65 L1453.83 1128.65 L1453.83 1159.28 L1461.46 1159.28 L1461.46 1163.21 L1441.56 1163.21 L1441.56 1159.28 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M1470.96 1128.65 L1489.31 1128.65 L1489.31 1132.59 L1475.24 1132.59 L1475.24 1141.06 Q1476.26 1140.71 1477.27 1140.55 Q1478.29 1140.36 1479.31 1140.36 Q1485.1 1140.36 1488.48 1143.54 Q1491.86 1146.71 1491.86 1152.12 Q1491.86 1157.7 1488.39 1160.8 Q1484.91 1163.88 1478.59 1163.88 Q1476.42 1163.88 1474.15 1163.51 Q1471.9 1163.14 1469.5 1162.4 L1469.5 1157.7 Q1471.58 1158.84 1473.8 1159.39 Q1476.02 1159.95 1478.5 1159.95 Q1482.51 1159.95 1484.84 1157.84 Q1487.18 1155.74 1487.18 1152.12 Q1487.18 1148.51 1484.84 1146.41 Q1482.51 1144.3 1478.5 1144.3 Q1476.63 1144.3 1474.75 1144.72 Q1472.9 1145.13 1470.96 1146.01 L1470.96 1128.65 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M1788.98 1131.73 Q1785.37 1131.73 1783.54 1135.3 Q1781.74 1138.84 1781.74 1145.97 Q1781.74 1153.07 1783.54 1156.64 Q1785.37 1160.18 1788.98 1160.18 Q1792.62 1160.18 1794.42 1156.64 Q1796.25 1153.07 1796.25 1145.97 Q1796.25 1138.84 1794.42 1135.3 Q1792.62 1131.73 1788.98 1131.73 M1788.98 1128.03 Q1794.79 1128.03 1797.85 1132.63 Q1800.93 1137.22 1800.93 1145.97 Q1800.93 1154.69 1797.85 1159.3 Q1794.79 1163.88 1788.98 1163.88 Q1783.17 1163.88 1780.09 1159.3 Q1777.04 1154.69 1777.04 1145.97 Q1777.04 1137.22 1780.09 1132.63 Q1783.17 1128.03 1788.98 1128.03 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M1809.15 1157.33 L1814.03 1157.33 L1814.03 1163.21 L1809.15 1163.21 L1809.15 1157.33 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M1828.24 1159.28 L1844.56 1159.28 L1844.56 1163.21 L1822.62 1163.21 L1822.62 1159.28 Q1825.28 1156.52 1829.86 1151.89 Q1834.47 1147.24 1835.65 1145.9 Q1837.9 1143.37 1838.77 1141.64 Q1839.68 1139.88 1839.68 1138.19 Q1839.68 1135.43 1837.73 1133.7 Q1835.81 1131.96 1832.71 1131.96 Q1830.51 1131.96 1828.06 1132.73 Q1825.63 1133.49 1822.85 1135.04 L1822.85 1130.32 Q1825.67 1129.18 1828.13 1128.61 Q1830.58 1128.03 1832.62 1128.03 Q1837.99 1128.03 1841.18 1130.71 Q1844.38 1133.4 1844.38 1137.89 Q1844.38 1140.02 1843.57 1141.94 Q1842.78 1143.84 1840.67 1146.43 Q1840.09 1147.1 1836.99 1150.32 Q1833.89 1153.51 1828.24 1159.28 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M1864.38 1131.73 Q1860.77 1131.73 1858.94 1135.3 Q1857.13 1138.84 1857.13 1145.97 Q1857.13 1153.07 1858.94 1156.64 Q1860.77 1160.18 1864.38 1160.18 Q1868.01 1160.18 1869.82 1156.64 Q1871.65 1153.07 1871.65 1145.97 Q1871.65 1138.84 1869.82 1135.3 Q1868.01 1131.73 1864.38 1131.73 M1864.38 1128.03 Q1870.19 1128.03 1873.24 1132.63 Q1876.32 1137.22 1876.32 1145.97 Q1876.32 1154.69 1873.24 1159.3 Q1870.19 1163.88 1864.38 1163.88 Q1858.57 1163.88 1855.49 1159.3 Q1852.43 1154.69 1852.43 1145.97 Q1852.43 1137.22 1855.49 1132.63 Q1858.57 1128.03 1864.38 1128.03 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M1038.36 1209.45 L1038.36 1214.98 Q1035.88 1213.71 1033.21 1213.07 Q1030.53 1212.44 1027.67 1212.44 Q1023.31 1212.44 1021.11 1213.77 Q1018.95 1215.11 1018.95 1217.79 Q1018.95 1219.82 1020.51 1221 Q1022.07 1222.15 1026.78 1223.2 L1028.78 1223.64 Q1035.02 1224.98 1037.63 1227.43 Q1040.27 1229.85 1040.27 1234.21 Q1040.27 1239.17 1036.33 1242.07 Q1032.41 1244.97 1025.54 1244.97 Q1022.67 1244.97 1019.55 1244.39 Q1016.46 1243.85 1013.03 1242.74 L1013.03 1236.69 Q1016.27 1238.38 1019.42 1239.24 Q1022.58 1240.07 1025.66 1240.07 Q1029.8 1240.07 1032.03 1238.66 Q1034.26 1237.23 1034.26 1234.65 Q1034.26 1232.27 1032.63 1230.99 Q1031.04 1229.72 1025.6 1228.54 L1023.56 1228.07 Q1018.12 1226.92 1015.7 1224.56 Q1013.28 1222.18 1013.28 1218.04 Q1013.28 1213.01 1016.85 1210.27 Q1020.41 1207.54 1026.97 1207.54 Q1030.21 1207.54 1033.08 1208.01 Q1035.94 1208.49 1038.36 1209.45 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M1055.39 1198.27 L1055.39 1208.4 L1067.45 1208.4 L1067.45 1212.95 L1055.39 1212.95 L1055.39 1232.3 Q1055.39 1236.66 1056.57 1237.9 Q1057.78 1239.14 1061.44 1239.14 L1067.45 1239.14 L1067.45 1244.04 L1061.44 1244.04 Q1054.66 1244.04 1052.08 1241.53 Q1049.5 1238.98 1049.5 1232.3 L1049.5 1212.95 L1045.21 1212.95 L1045.21 1208.4 L1049.5 1208.4 L1049.5 1198.27 L1055.39 1198.27 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M1098.61 1213.81 L1098.61 1194.52 L1104.47 1194.52 L1104.47 1244.04 L1098.61 1244.04 L1098.61 1238.7 Q1096.77 1241.88 1093.94 1243.44 Q1091.13 1244.97 1087.19 1244.97 Q1080.73 1244.97 1076.65 1239.81 Q1072.61 1234.65 1072.61 1226.25 Q1072.61 1217.85 1076.65 1212.69 Q1080.73 1207.54 1087.19 1207.54 Q1091.13 1207.54 1093.94 1209.1 Q1096.77 1210.62 1098.61 1213.81 M1078.66 1226.25 Q1078.66 1232.71 1081.3 1236.4 Q1083.97 1240.07 1088.62 1240.07 Q1093.27 1240.07 1095.94 1236.4 Q1098.61 1232.71 1098.61 1226.25 Q1098.61 1219.79 1095.94 1216.13 Q1093.27 1212.44 1088.62 1212.44 Q1083.97 1212.44 1081.3 1216.13 Q1078.66 1219.79 1078.66 1226.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip822)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 244.742,1078.56 1872.76,1078.56 \n \"/>\n<polyline clip-path=\"url(#clip822)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 244.742,769.471 1872.76,769.471 \n \"/>\n<polyline clip-path=\"url(#clip822)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 244.742,460.381 1872.76,460.381 \n \"/>\n<polyline clip-path=\"url(#clip822)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n 244.742,151.29 1872.76,151.29 \n \"/>\n<polyline clip-path=\"url(#clip820)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 244.742,1106.38 244.742,123.472 \n \"/>\n<polyline clip-path=\"url(#clip820)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 244.742,1078.56 263.64,1078.56 \n \"/>\n<polyline clip-path=\"url(#clip820)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 244.742,769.471 263.64,769.471 \n \"/>\n<polyline clip-path=\"url(#clip820)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 244.742,460.381 263.64,460.381 \n \"/>\n<polyline clip-path=\"url(#clip820)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n 244.742,151.29 263.64,151.29 \n \"/>\n<path clip-path=\"url(#clip820)\" d=\"M128.605 1064.36 Q124.993 1064.36 123.165 1067.93 Q121.359 1071.47 121.359 1078.6 Q121.359 1085.7 123.165 1089.27 Q124.993 1092.81 128.605 1092.81 Q132.239 1092.81 134.044 1089.27 Q135.873 1085.7 135.873 1078.6 Q135.873 1071.47 134.044 1067.93 Q132.239 1064.36 128.605 1064.36 M128.605 1060.66 Q134.415 1060.66 137.47 1065.26 Q140.549 1069.85 140.549 1078.6 Q140.549 1087.32 137.47 1091.93 Q134.415 1096.51 128.605 1096.51 Q122.794 1096.51 119.716 1091.93 Q116.66 1087.32 116.66 1078.6 Q116.66 1069.85 119.716 1065.26 Q122.794 1060.66 128.605 1060.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M148.766 1089.96 L153.651 1089.96 L153.651 1095.84 L148.766 1095.84 L148.766 1089.96 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M173.836 1064.36 Q170.225 1064.36 168.396 1067.93 Q166.59 1071.47 166.59 1078.6 Q166.59 1085.7 168.396 1089.27 Q170.225 1092.81 173.836 1092.81 Q177.47 1092.81 179.276 1089.27 Q181.104 1085.7 181.104 1078.6 Q181.104 1071.47 179.276 1067.93 Q177.47 1064.36 173.836 1064.36 M173.836 1060.66 Q179.646 1060.66 182.701 1065.26 Q185.78 1069.85 185.78 1078.6 Q185.78 1087.32 182.701 1091.93 Q179.646 1096.51 173.836 1096.51 Q168.026 1096.51 164.947 1091.93 Q161.891 1087.32 161.891 1078.6 Q161.891 1069.85 164.947 1065.26 Q168.026 1060.66 173.836 1060.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M203.998 1064.36 Q200.387 1064.36 198.558 1067.93 Q196.752 1071.47 196.752 1078.6 Q196.752 1085.7 198.558 1089.27 Q200.387 1092.81 203.998 1092.81 Q207.632 1092.81 209.437 1089.27 Q211.266 1085.7 211.266 1078.6 Q211.266 1071.47 209.437 1067.93 Q207.632 1064.36 203.998 1064.36 M203.998 1060.66 Q209.808 1060.66 212.863 1065.26 Q215.942 1069.85 215.942 1078.6 Q215.942 1087.32 212.863 1091.93 Q209.808 1096.51 203.998 1096.51 Q198.187 1096.51 195.109 1091.93 Q192.053 1087.32 192.053 1078.6 Q192.053 1069.85 195.109 1065.26 Q198.187 1060.66 203.998 1060.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M129.6 755.27 Q125.989 755.27 124.16 758.835 Q122.355 762.376 122.355 769.506 Q122.355 776.612 124.16 780.177 Q125.989 783.719 129.6 783.719 Q133.234 783.719 135.04 780.177 Q136.868 776.612 136.868 769.506 Q136.868 762.376 135.04 758.835 Q133.234 755.27 129.6 755.27 M129.6 751.566 Q135.41 751.566 138.466 756.173 Q141.544 760.756 141.544 769.506 Q141.544 778.233 138.466 782.839 Q135.41 787.423 129.6 787.423 Q123.79 787.423 120.711 782.839 Q117.656 778.233 117.656 769.506 Q117.656 760.756 120.711 756.173 Q123.79 751.566 129.6 751.566 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M149.762 780.872 L154.646 780.872 L154.646 786.751 L149.762 786.751 L149.762 780.872 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M174.831 755.27 Q171.22 755.27 169.391 758.835 Q167.586 762.376 167.586 769.506 Q167.586 776.612 169.391 780.177 Q171.22 783.719 174.831 783.719 Q178.465 783.719 180.271 780.177 Q182.1 776.612 182.1 769.506 Q182.1 762.376 180.271 758.835 Q178.465 755.27 174.831 755.27 M174.831 751.566 Q180.641 751.566 183.697 756.173 Q186.776 760.756 186.776 769.506 Q186.776 778.233 183.697 782.839 Q180.641 787.423 174.831 787.423 Q169.021 787.423 165.942 782.839 Q162.887 778.233 162.887 769.506 Q162.887 760.756 165.942 756.173 Q169.021 751.566 174.831 751.566 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M195.039 752.191 L213.396 752.191 L213.396 756.126 L199.322 756.126 L199.322 764.599 Q200.34 764.251 201.359 764.089 Q202.377 763.904 203.396 763.904 Q209.183 763.904 212.562 767.075 Q215.942 770.247 215.942 775.663 Q215.942 781.242 212.47 784.344 Q208.998 787.423 202.678 787.423 Q200.502 787.423 198.234 787.052 Q195.988 786.682 193.581 785.941 L193.581 781.242 Q195.664 782.376 197.887 782.932 Q200.109 783.487 202.586 783.487 Q206.59 783.487 208.928 781.381 Q211.266 779.274 211.266 775.663 Q211.266 772.052 208.928 769.946 Q206.59 767.839 202.586 767.839 Q200.711 767.839 198.836 768.256 Q196.984 768.673 195.039 769.552 L195.039 752.191 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M128.605 446.179 Q124.993 446.179 123.165 449.744 Q121.359 453.286 121.359 460.415 Q121.359 467.522 123.165 471.087 Q124.993 474.628 128.605 474.628 Q132.239 474.628 134.044 471.087 Q135.873 467.522 135.873 460.415 Q135.873 453.286 134.044 449.744 Q132.239 446.179 128.605 446.179 M128.605 442.476 Q134.415 442.476 137.47 447.082 Q140.549 451.666 140.549 460.415 Q140.549 469.142 137.47 473.749 Q134.415 478.332 128.605 478.332 Q122.794 478.332 119.716 473.749 Q116.66 469.142 116.66 460.415 Q116.66 451.666 119.716 447.082 Q122.794 442.476 128.605 442.476 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M148.766 471.781 L153.651 471.781 L153.651 477.661 L148.766 477.661 L148.766 471.781 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M164.646 473.726 L172.285 473.726 L172.285 447.36 L163.975 449.027 L163.975 444.767 L172.239 443.101 L176.914 443.101 L176.914 473.726 L184.553 473.726 L184.553 477.661 L164.646 477.661 L164.646 473.726 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M203.998 446.179 Q200.387 446.179 198.558 449.744 Q196.752 453.286 196.752 460.415 Q196.752 467.522 198.558 471.087 Q200.387 474.628 203.998 474.628 Q207.632 474.628 209.437 471.087 Q211.266 467.522 211.266 460.415 Q211.266 453.286 209.437 449.744 Q207.632 446.179 203.998 446.179 M203.998 442.476 Q209.808 442.476 212.863 447.082 Q215.942 451.666 215.942 460.415 Q215.942 469.142 212.863 473.749 Q209.808 478.332 203.998 478.332 Q198.187 478.332 195.109 473.749 Q192.053 469.142 192.053 460.415 Q192.053 451.666 195.109 447.082 Q198.187 442.476 203.998 442.476 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M129.6 137.089 Q125.989 137.089 124.16 140.654 Q122.355 144.195 122.355 151.325 Q122.355 158.431 124.16 161.996 Q125.989 165.538 129.6 165.538 Q133.234 165.538 135.04 161.996 Q136.868 158.431 136.868 151.325 Q136.868 144.195 135.04 140.654 Q133.234 137.089 129.6 137.089 M129.6 133.385 Q135.41 133.385 138.466 137.992 Q141.544 142.575 141.544 151.325 Q141.544 160.052 138.466 164.658 Q135.41 169.242 129.6 169.242 Q123.79 169.242 120.711 164.658 Q117.656 160.052 117.656 151.325 Q117.656 142.575 120.711 137.992 Q123.79 133.385 129.6 133.385 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M149.762 162.691 L154.646 162.691 L154.646 168.57 L149.762 168.57 L149.762 162.691 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M165.641 164.635 L173.28 164.635 L173.28 138.27 L164.97 139.936 L164.97 135.677 L173.234 134.01 L177.91 134.01 L177.91 164.635 L185.549 164.635 L185.549 168.57 L165.641 168.57 L165.641 164.635 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M195.039 134.01 L213.396 134.01 L213.396 137.945 L199.322 137.945 L199.322 146.418 Q200.34 146.07 201.359 145.908 Q202.377 145.723 203.396 145.723 Q209.183 145.723 212.562 148.894 Q215.942 152.066 215.942 157.482 Q215.942 163.061 212.47 166.163 Q208.998 169.242 202.678 169.242 Q200.502 169.242 198.234 168.871 Q195.988 168.501 193.581 167.76 L193.581 163.061 Q195.664 164.195 197.887 164.751 Q200.109 165.306 202.586 165.306 Q206.59 165.306 208.928 163.2 Q211.266 161.093 211.266 157.482 Q211.266 153.871 208.928 151.765 Q206.59 149.658 202.586 149.658 Q200.711 149.658 198.836 150.075 Q196.984 150.492 195.039 151.371 L195.039 134.01 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M44.7993 673.65 Q40.8526 671.453 38.9747 668.398 Q37.0968 665.342 37.0968 661.205 Q37.0968 655.635 41.0117 652.611 Q44.8948 649.587 52.0881 649.587 L73.6042 649.587 L73.6042 655.476 L52.279 655.476 Q47.1546 655.476 44.672 657.29 Q42.1894 659.104 42.1894 662.828 Q42.1894 667.379 45.2131 670.021 Q48.2368 672.663 53.4567 672.663 L73.6042 672.663 L73.6042 678.551 L52.279 678.551 Q47.1228 678.551 44.672 680.365 Q42.1894 682.18 42.1894 685.967 Q42.1894 690.455 45.2449 693.097 Q48.2686 695.739 53.4567 695.739 L73.6042 695.739 L73.6042 701.627 L37.9562 701.627 L37.9562 695.739 L43.4944 695.739 Q40.216 693.733 38.6564 690.933 Q37.0968 688.132 37.0968 684.28 Q37.0968 680.397 39.0702 677.692 Q41.0436 674.955 44.7993 673.65 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M54.3161 607.414 L57.1806 607.414 L57.1806 634.341 Q63.2281 633.959 66.4109 630.713 Q69.5619 627.435 69.5619 621.61 Q69.5619 618.236 68.7344 615.085 Q67.9069 611.902 66.2518 608.783 L71.7899 608.783 Q73.1267 611.934 73.827 615.244 Q74.5272 618.554 74.5272 621.96 Q74.5272 630.49 69.5619 635.487 Q64.5967 640.452 56.1303 640.452 Q47.3774 640.452 42.2531 635.742 Q37.0968 630.999 37.0968 622.979 Q37.0968 615.785 41.7438 611.616 Q46.3589 607.414 54.3161 607.414 M52.5973 613.271 Q47.7912 613.335 44.9266 615.976 Q42.0621 618.586 42.0621 622.915 Q42.0621 627.817 44.8312 630.777 Q47.6002 633.705 52.6292 634.15 L52.5973 613.271 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M55.6847 581.602 Q55.6847 588.699 57.3079 591.437 Q58.9312 594.174 62.8461 594.174 Q65.9653 594.174 67.8114 592.137 Q69.6256 590.068 69.6256 586.535 Q69.6256 581.665 66.1881 578.737 Q62.7188 575.777 56.9897 575.777 L55.6847 575.777 L55.6847 581.602 M53.2657 569.92 L73.6042 569.92 L73.6042 575.777 L68.1933 575.777 Q71.4398 577.782 72.9994 580.774 Q74.5272 583.766 74.5272 588.095 Q74.5272 593.569 71.4716 596.816 Q68.3843 600.03 63.2281 600.03 Q57.2125 600.03 54.1569 596.02 Q51.1014 591.978 51.1014 583.989 L51.1014 575.777 L50.5285 575.777 Q46.4862 575.777 44.2901 578.45 Q42.0621 581.092 42.0621 585.898 Q42.0621 588.954 42.7941 591.85 Q43.5262 594.747 44.9903 597.42 L39.5795 597.42 Q38.3381 594.206 37.7334 591.182 Q37.0968 588.158 37.0968 585.294 Q37.0968 577.559 41.1072 573.74 Q45.1176 569.92 53.2657 569.92 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M52.0881 528.225 L73.6042 528.225 L73.6042 534.082 L52.279 534.082 Q47.2183 534.082 44.7038 536.055 Q42.1894 538.028 42.1894 541.975 Q42.1894 546.717 45.2131 549.455 Q48.2368 552.192 53.4567 552.192 L73.6042 552.192 L73.6042 558.08 L37.9562 558.08 L37.9562 552.192 L43.4944 552.192 Q40.2797 550.091 38.6883 547.259 Q37.0968 544.394 37.0968 540.67 Q37.0968 534.527 40.9163 531.376 Q44.7038 528.225 52.0881 528.225 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M557.672 12.096 L569.866 12.096 L585.3 53.2532 L600.815 12.096 L613.008 12.096 L613.008 72.576 L605.027 72.576 L605.027 19.4686 L589.431 60.9499 L581.208 60.9499 L565.612 19.4686 L565.612 72.576 L557.672 72.576 L557.672 12.096 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M644.848 72.576 L621.758 12.096 L630.305 12.096 L649.466 63.0159 L668.667 12.096 L677.174 12.096 L654.124 72.576 L644.848 72.576 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M735.021 9.54393 L735.021 15.7418 L727.891 15.7418 Q723.881 15.7418 722.301 17.3622 Q720.762 18.9825 720.762 23.1955 L720.762 27.2059 L733.036 27.2059 L733.036 32.9987 L720.762 32.9987 L720.762 72.576 L713.268 72.576 L713.268 32.9987 L706.138 32.9987 L706.138 27.2059 L713.268 27.2059 L713.268 24.0462 Q713.268 16.471 716.792 13.0277 Q720.316 9.54393 727.972 9.54393 L735.021 9.54393 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M767.55 34.1734 Q766.294 33.4443 764.795 33.1202 Q763.337 32.7556 761.554 32.7556 Q755.235 32.7556 751.832 36.8875 Q748.47 40.9789 748.47 48.6757 L748.47 72.576 L740.976 72.576 L740.976 27.2059 L748.47 27.2059 L748.47 34.2544 Q750.819 30.1225 754.587 28.1376 Q758.354 26.1121 763.742 26.1121 Q764.512 26.1121 765.443 26.2337 Q766.375 26.3147 767.509 26.5172 L767.55 34.1734 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M791.126 32.4315 Q785.131 32.4315 781.647 37.1306 Q778.163 41.7891 778.163 49.9314 Q778.163 58.0738 781.606 62.7728 Q785.09 67.4314 791.126 67.4314 Q797.081 67.4314 800.565 62.7323 Q804.048 58.0333 804.048 49.9314 Q804.048 41.8701 800.565 37.1711 Q797.081 32.4315 791.126 32.4315 M791.126 26.1121 Q800.848 26.1121 806.398 32.4315 Q811.948 38.7509 811.948 49.9314 Q811.948 61.0714 806.398 67.4314 Q800.848 73.7508 791.126 73.7508 Q781.363 73.7508 775.814 67.4314 Q770.304 61.0714 770.304 49.9314 Q770.304 38.7509 775.814 32.4315 Q781.363 26.1121 791.126 26.1121 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M862.017 45.1919 L862.017 72.576 L854.563 72.576 L854.563 45.4349 Q854.563 38.994 852.052 35.7938 Q849.54 32.5936 844.517 32.5936 Q838.481 32.5936 834.997 36.4419 Q831.513 40.2903 831.513 46.9338 L831.513 72.576 L824.019 72.576 L824.019 27.2059 L831.513 27.2059 L831.513 34.2544 Q834.187 30.163 837.792 28.1376 Q841.438 26.1121 846.178 26.1121 Q853.996 26.1121 858.006 30.9732 Q862.017 35.7938 862.017 45.1919 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M884.256 14.324 L884.256 27.2059 L899.609 27.2059 L899.609 32.9987 L884.256 32.9987 L884.256 57.6282 Q884.256 63.1779 885.755 64.7578 Q887.294 66.3376 891.953 66.3376 L899.609 66.3376 L899.609 72.576 L891.953 72.576 Q883.325 72.576 880.043 69.3758 Q876.762 66.1351 876.762 57.6282 L876.762 32.9987 L871.293 32.9987 L871.293 27.2059 L876.762 27.2059 L876.762 14.324 L884.256 14.324 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M909.412 27.2059 L916.866 27.2059 L916.866 72.576 L909.412 72.576 L909.412 27.2059 M909.412 9.54393 L916.866 9.54393 L916.866 18.9825 L909.412 18.9825 L909.412 9.54393 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M971.27 48.0275 L971.27 51.6733 L936.999 51.6733 Q937.485 59.3701 941.617 63.421 Q945.79 67.4314 953.203 67.4314 Q957.497 67.4314 961.507 66.3781 Q965.558 65.3249 969.528 63.2184 L969.528 70.267 Q965.517 71.9684 961.304 72.8596 Q957.092 73.7508 952.757 73.7508 Q941.901 73.7508 935.541 67.4314 Q929.221 61.1119 929.221 50.3365 Q929.221 39.1965 935.217 32.6746 Q941.252 26.1121 951.461 26.1121 Q960.616 26.1121 965.922 32.0264 Q971.27 37.9003 971.27 48.0275 M963.816 45.84 Q963.735 39.7232 960.373 36.0774 Q957.051 32.4315 951.542 32.4315 Q945.303 32.4315 941.536 35.9558 Q937.809 39.4801 937.242 45.8805 L963.816 45.84 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M1009.79 34.1734 Q1008.54 33.4443 1007.04 33.1202 Q1005.58 32.7556 1003.8 32.7556 Q997.479 32.7556 994.076 36.8875 Q990.714 40.9789 990.714 48.6757 L990.714 72.576 L983.22 72.576 L983.22 27.2059 L990.714 27.2059 L990.714 34.2544 Q993.064 30.1225 996.831 28.1376 Q1000.6 26.1121 1005.99 26.1121 Q1006.76 26.1121 1007.69 26.2337 Q1008.62 26.3147 1009.75 26.5172 L1009.79 34.1734 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M1076.55 49.9314 Q1076.55 41.7081 1073.15 37.0496 Q1069.79 32.3505 1063.87 32.3505 Q1057.96 32.3505 1054.56 37.0496 Q1051.19 41.7081 1051.19 49.9314 Q1051.19 58.1548 1054.56 62.8538 Q1057.96 67.5124 1063.87 67.5124 Q1069.79 67.5124 1073.15 62.8538 Q1076.55 58.1548 1076.55 49.9314 M1051.19 34.0924 Q1053.54 30.0415 1057.11 28.0971 Q1060.71 26.1121 1065.7 26.1121 Q1073.96 26.1121 1079.1 32.6746 Q1084.29 39.2371 1084.29 49.9314 Q1084.29 60.6258 1079.1 67.1883 Q1073.96 73.7508 1065.7 73.7508 Q1060.71 73.7508 1057.11 71.8063 Q1053.54 69.8214 1051.19 65.7705 L1051.19 72.576 L1043.7 72.576 L1043.7 9.54393 L1051.19 9.54393 L1051.19 34.0924 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M1115.52 76.7889 Q1112.36 84.8907 1109.37 87.3618 Q1106.37 89.8329 1101.34 89.8329 L1095.39 89.8329 L1095.39 83.5945 L1099.76 83.5945 Q1102.84 83.5945 1104.54 82.1361 Q1106.25 80.6778 1108.31 75.2496 L1109.65 71.8468 L1091.3 27.2059 L1099.2 27.2059 L1113.38 62.6918 L1127.55 27.2059 L1135.45 27.2059 L1115.52 76.7889 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M1204.68 49.9314 Q1204.68 41.7081 1201.28 37.0496 Q1197.92 32.3505 1192 32.3505 Q1186.09 32.3505 1182.69 37.0496 Q1179.32 41.7081 1179.32 49.9314 Q1179.32 58.1548 1182.69 62.8538 Q1186.09 67.5124 1192 67.5124 Q1197.92 67.5124 1201.28 62.8538 Q1204.68 58.1548 1204.68 49.9314 M1179.32 34.0924 Q1181.67 30.0415 1185.24 28.0971 Q1188.84 26.1121 1193.83 26.1121 Q1202.09 26.1121 1207.23 32.6746 Q1212.42 39.2371 1212.42 49.9314 Q1212.42 60.6258 1207.23 67.1883 Q1202.09 73.7508 1193.83 73.7508 Q1188.84 73.7508 1185.24 71.8063 Q1181.67 69.8214 1179.32 65.7705 L1179.32 72.576 L1171.83 72.576 L1171.83 9.54393 L1179.32 9.54393 L1179.32 34.0924 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M1242.36 32.4315 Q1236.36 32.4315 1232.88 37.1306 Q1229.39 41.7891 1229.39 49.9314 Q1229.39 58.0738 1232.84 62.7728 Q1236.32 67.4314 1242.36 67.4314 Q1248.31 67.4314 1251.79 62.7323 Q1255.28 58.0333 1255.28 49.9314 Q1255.28 41.8701 1251.79 37.1711 Q1248.31 32.4315 1242.36 32.4315 M1242.36 26.1121 Q1252.08 26.1121 1257.63 32.4315 Q1263.18 38.7509 1263.18 49.9314 Q1263.18 61.0714 1257.63 67.4314 Q1252.08 73.7508 1242.36 73.7508 Q1232.59 73.7508 1227.04 67.4314 Q1221.53 61.0714 1221.53 49.9314 Q1221.53 38.7509 1227.04 32.4315 Q1232.59 26.1121 1242.36 26.1121 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M1293.11 32.4315 Q1287.12 32.4315 1283.63 37.1306 Q1280.15 41.7891 1280.15 49.9314 Q1280.15 58.0738 1283.59 62.7728 Q1287.08 67.4314 1293.11 67.4314 Q1299.07 67.4314 1302.55 62.7323 Q1306.04 58.0333 1306.04 49.9314 Q1306.04 41.8701 1302.55 37.1711 Q1299.07 32.4315 1293.11 32.4315 M1293.11 26.1121 Q1302.84 26.1121 1308.39 32.4315 Q1313.94 38.7509 1313.94 49.9314 Q1313.94 61.0714 1308.39 67.4314 Q1302.84 73.7508 1293.11 73.7508 Q1283.35 73.7508 1277.8 67.4314 Q1272.29 61.0714 1272.29 49.9314 Q1272.29 38.7509 1277.8 32.4315 Q1283.35 26.1121 1293.11 26.1121 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M1333.66 14.324 L1333.66 27.2059 L1349.02 27.2059 L1349.02 32.9987 L1333.66 32.9987 L1333.66 57.6282 Q1333.66 63.1779 1335.16 64.7578 Q1336.7 66.3376 1341.36 66.3376 L1349.02 66.3376 L1349.02 72.576 L1341.36 72.576 Q1332.73 72.576 1329.45 69.3758 Q1326.17 66.1351 1326.17 57.6282 L1326.17 32.9987 L1320.7 32.9987 L1320.7 27.2059 L1326.17 27.2059 L1326.17 14.324 L1333.66 14.324 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M1387.74 28.5427 L1387.74 35.5912 Q1384.58 33.9709 1381.18 33.1607 Q1377.78 32.3505 1374.13 32.3505 Q1368.58 32.3505 1365.79 34.0519 Q1363.03 35.7533 1363.03 39.156 Q1363.03 41.7486 1365.02 43.2475 Q1367 44.7058 1373 46.0426 L1375.55 46.6097 Q1383.49 48.3111 1386.81 51.4303 Q1390.17 54.509 1390.17 60.0587 Q1390.17 66.3781 1385.15 70.0644 Q1380.17 73.7508 1371.42 73.7508 Q1367.77 73.7508 1363.8 73.0216 Q1359.87 72.3329 1355.5 70.9151 L1355.5 63.2184 Q1359.63 65.3654 1363.64 66.4591 Q1367.65 67.5124 1371.58 67.5124 Q1376.85 67.5124 1379.68 65.73 Q1382.52 63.9071 1382.52 60.6258 Q1382.52 57.5877 1380.45 55.9673 Q1378.43 54.3469 1371.5 52.8481 L1368.91 52.2405 Q1361.98 50.7821 1358.9 47.7845 Q1355.82 44.7463 1355.82 39.4801 Q1355.82 33.0797 1360.36 29.5959 Q1364.9 26.1121 1373.24 26.1121 Q1377.37 26.1121 1381.02 26.7198 Q1384.66 27.3274 1387.74 28.5427 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M1409.42 14.324 L1409.42 27.2059 L1424.77 27.2059 L1424.77 32.9987 L1409.42 32.9987 L1409.42 57.6282 Q1409.42 63.1779 1410.91 64.7578 Q1412.45 66.3376 1417.11 66.3376 L1424.77 66.3376 L1424.77 72.576 L1417.11 72.576 Q1408.48 72.576 1405.2 69.3758 Q1401.92 66.1351 1401.92 57.6282 L1401.92 32.9987 L1396.45 32.9987 L1396.45 27.2059 L1401.92 27.2059 L1401.92 14.324 L1409.42 14.324 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M1460.86 34.1734 Q1459.61 33.4443 1458.11 33.1202 Q1456.65 32.7556 1454.87 32.7556 Q1448.55 32.7556 1445.14 36.8875 Q1441.78 40.9789 1441.78 48.6757 L1441.78 72.576 L1434.29 72.576 L1434.29 27.2059 L1441.78 27.2059 L1441.78 34.2544 Q1444.13 30.1225 1447.9 28.1376 Q1451.67 26.1121 1457.05 26.1121 Q1457.82 26.1121 1458.76 26.2337 Q1459.69 26.3147 1460.82 26.5172 L1460.86 34.1734 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M1489.3 49.7694 Q1480.27 49.7694 1476.78 51.8354 Q1473.3 53.9013 1473.3 58.8839 Q1473.3 62.8538 1475.89 65.2034 Q1478.52 67.5124 1483.02 67.5124 Q1489.22 67.5124 1492.95 63.1374 Q1496.71 58.7219 1496.71 51.4303 L1496.71 49.7694 L1489.3 49.7694 M1504.17 46.6907 L1504.17 72.576 L1496.71 72.576 L1496.71 65.6895 Q1494.16 69.8214 1490.35 71.8063 Q1486.54 73.7508 1481.04 73.7508 Q1474.07 73.7508 1469.94 69.8619 Q1465.84 65.9325 1465.84 59.3701 Q1465.84 51.7138 1470.95 47.825 Q1476.09 43.9361 1486.26 43.9361 L1496.71 43.9361 L1496.71 43.2069 Q1496.71 38.0623 1493.31 35.2672 Q1489.95 32.4315 1483.83 32.4315 Q1479.94 32.4315 1476.26 33.3632 Q1472.57 34.295 1469.17 36.1584 L1469.17 29.2718 Q1473.26 27.692 1477.11 26.9223 Q1480.95 26.1121 1484.6 26.1121 Q1494.44 26.1121 1499.31 31.2163 Q1504.17 36.3204 1504.17 46.6907 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip820)\" d=\"M1526.73 65.7705 L1526.73 89.8329 L1519.24 89.8329 L1519.24 27.2059 L1526.73 27.2059 L1526.73 34.0924 Q1529.08 30.0415 1532.64 28.0971 Q1536.25 26.1121 1541.23 26.1121 Q1549.5 26.1121 1554.64 32.6746 Q1559.83 39.2371 1559.83 49.9314 Q1559.83 60.6258 1554.64 67.1883 Q1549.5 73.7508 1541.23 73.7508 Q1536.25 73.7508 1532.64 71.8063 Q1529.08 69.8214 1526.73 65.7705 M1552.09 49.9314 Q1552.09 41.7081 1548.69 37.0496 Q1545.32 32.3505 1539.41 32.3505 Q1533.49 32.3505 1530.09 37.0496 Q1526.73 41.7081 1526.73 49.9314 Q1526.73 58.1548 1530.09 62.8538 Q1533.49 67.5124 1539.41 67.5124 Q1545.32 67.5124 1548.69 62.8538 Q1552.09 58.1548 1552.09 49.9314 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><circle clip-path=\"url(#clip822)\" cx=\"1430.3\" cy=\"219.752\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1810.17\" cy=\"986.343\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1282.2\" cy=\"390.456\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1145.14\" cy=\"656.58\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1390.85\" cy=\"939.094\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"997.741\" cy=\"426.614\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1808.46\" cy=\"962.241\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1505.16\" cy=\"984.354\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1426.93\" cy=\"283.507\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1365.6\" cy=\"929.009\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1646.35\" cy=\"1032.61\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"824.561\" cy=\"617.807\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1224.05\" cy=\"458.635\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1163.5\" cy=\"616.33\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1236.77\" cy=\"439.413\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1162.26\" cy=\"678.14\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1224.81\" cy=\"627.881\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1688.25\" cy=\"680.411\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1212.08\" cy=\"783.896\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1405.3\" cy=\"530.28\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1813.87\" cy=\"588.088\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1620.93\" cy=\"857.03\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1256.49\" cy=\"321.562\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1592.8\" cy=\"810.985\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1733.09\" cy=\"772.643\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"922.987\" cy=\"614.183\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1194.96\" cy=\"857.803\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1078.92\" cy=\"378.903\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1777.24\" cy=\"186.195\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1295.33\" cy=\"667.409\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1663.42\" cy=\"1030.12\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1537.17\" cy=\"552.764\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"880.351\" cy=\"615.853\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1517.53\" cy=\"878.821\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"928.01\" cy=\"526.826\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1303.88\" cy=\"281.188\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1661.87\" cy=\"1011.18\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1642.66\" cy=\"194.863\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"980.406\" cy=\"459.785\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1500.18\" cy=\"291.383\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"971.748\" cy=\"749.757\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"839.592\" cy=\"512.478\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1219.34\" cy=\"296.657\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"838.603\" cy=\"628.929\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1221.06\" cy=\"664.533\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1578.22\" cy=\"355.631\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1733.18\" cy=\"891.048\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"830.144\" cy=\"506.814\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1580.95\" cy=\"523.447\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1463.44\" cy=\"773.67\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1024.01\" cy=\"724.125\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"827.143\" cy=\"509.613\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1317.71\" cy=\"792.547\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1394.67\" cy=\"892.65\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1011.15\" cy=\"761.048\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1222.81\" cy=\"394.657\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1217.85\" cy=\"697.179\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1145.05\" cy=\"547.975\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1534.92\" cy=\"242.698\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1148.19\" cy=\"738.979\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"812.19\" cy=\"643.458\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1049.25\" cy=\"779.833\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1408.65\" cy=\"541.676\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1384.72\" cy=\"335.533\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1683.08\" cy=\"489.191\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"992.136\" cy=\"499.414\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1626.51\" cy=\"126.128\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"825.914\" cy=\"611.729\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1316.09\" cy=\"429.682\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"889.407\" cy=\"692.604\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1167.45\" cy=\"544.247\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1475.19\" cy=\"448.709\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1631.83\" cy=\"847.957\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1032.29\" cy=\"642.146\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"992.241\" cy=\"490.218\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1029.06\" cy=\"592.055\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1805.2\" cy=\"1099.28\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1688.85\" cy=\"709.248\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"880.657\" cy=\"535.214\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1607.71\" cy=\"462.653\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1605.78\" cy=\"577.671\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1833.37\" cy=\"1096.34\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"965.611\" cy=\"444.237\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"905.239\" cy=\"479.431\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1438.51\" cy=\"437.988\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"893.979\" cy=\"478.802\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1771.8\" cy=\"1086.85\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1723.88\" cy=\"1072.7\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1152.33\" cy=\"833.788\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"971.133\" cy=\"521.798\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1088.89\" cy=\"493.594\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1261.94\" cy=\"788.346\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1688.83\" cy=\"1050.99\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1457.39\" cy=\"965.659\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1568.18\" cy=\"383.524\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1368.42\" cy=\"860.862\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1869.88\" cy=\"358.218\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"829.64\" cy=\"595.204\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1370.47\" cy=\"919.384\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1234.67\" cy=\"821.217\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1217.89\" cy=\"866.77\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1569.86\" cy=\"979.364\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"808.593\" cy=\"632.723\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"816.32\" cy=\"623.276\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"803.498\" cy=\"583.706\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1368.59\" cy=\"232.873\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1238.35\" cy=\"847.492\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1119.02\" cy=\"339.525\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1501.27\" cy=\"980.651\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1175.81\" cy=\"430.499\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"893.19\" cy=\"451.934\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1492.29\" cy=\"609.274\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1425.36\" cy=\"852.734\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1352.58\" cy=\"716.817\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1482.26\" cy=\"950.032\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1581.59\" cy=\"228.153\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1441.32\" cy=\"602.767\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1647.02\" cy=\"930.915\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1120.23\" cy=\"822.392\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1249.28\" cy=\"525.898\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1831.92\" cy=\"1079.39\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1599.96\" cy=\"777.903\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1140.79\" cy=\"399.057\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"943.284\" cy=\"664.319\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1652\" cy=\"1044.32\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"958.546\" cy=\"561.196\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1104.59\" cy=\"505.755\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1266.08\" cy=\"651.042\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"944.509\" cy=\"657.663\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1056\" cy=\"377.353\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1453.73\" cy=\"398.743\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"990.481\" cy=\"756.9\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1491.06\" cy=\"322.597\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"830.062\" cy=\"510.246\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1082.95\" cy=\"759.606\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1214.53\" cy=\"438.879\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1124.79\" cy=\"783.455\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1616.11\" cy=\"970.078\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1205.91\" cy=\"563.161\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1851.2\" cy=\"318.211\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1038.65\" cy=\"400.124\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1455.21\" cy=\"891.41\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1415.22\" cy=\"589.799\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1077.17\" cy=\"792.586\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"843.147\" cy=\"660.074\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1406.52\" cy=\"264.924\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"977.641\" cy=\"672.144\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1449.61\" cy=\"208.38\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1800.39\" cy=\"973.59\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1498.8\" cy=\"893.799\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1758.12\" cy=\"164.619\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1434.82\" cy=\"762.973\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1816.05\" cy=\"493.932\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1818.79\" cy=\"1096.9\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"990.203\" cy=\"704.217\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1123.3\" cy=\"813.116\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1426.11\" cy=\"631.691\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1464.08\" cy=\"951.557\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1041.46\" cy=\"717.547\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1326.39\" cy=\"452.296\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1778.12\" cy=\"463.423\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1096.61\" cy=\"811.039\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"886.901\" cy=\"678.44\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1616.52\" cy=\"962.792\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1563.56\" cy=\"182.395\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1752.05\" cy=\"1077.76\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1821.21\" cy=\"908.23\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1565.17\" cy=\"452.419\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"896.71\" cy=\"692.67\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1066.86\" cy=\"739.145\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1109.03\" cy=\"730.326\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1394.64\" cy=\"394.739\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"911.153\" cy=\"440.136\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1164.08\" cy=\"314.276\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1108.93\" cy=\"434.839\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1744.33\" cy=\"1070.8\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1799.95\" cy=\"774.272\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1444.03\" cy=\"595.902\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1103.95\" cy=\"679.523\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1752.68\" cy=\"867.142\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1388.45\" cy=\"939.246\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"871.134\" cy=\"466.962\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1133.28\" cy=\"766.645\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1303.26\" cy=\"378.218\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1807.55\" cy=\"1101.8\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1214.56\" cy=\"374.742\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"946.933\" cy=\"737.906\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"968.23\" cy=\"570.031\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1241.36\" cy=\"609.752\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1837.02\" cy=\"205.106\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1408.93\" cy=\"589.756\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1305.25\" cy=\"361.019\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1491.82\" cy=\"393.914\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1515.32\" cy=\"985.01\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1199.61\" cy=\"859.851\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1250.04\" cy=\"354.908\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1587.32\" cy=\"575.27\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1496.82\" cy=\"969.934\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"898.255\" cy=\"613.352\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"998.709\" cy=\"458.709\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1562.56\" cy=\"149.311\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1241.96\" cy=\"637.478\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"853.178\" cy=\"611.229\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"850.578\" cy=\"539.269\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"805.26\" cy=\"590.131\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1656.41\" cy=\"950.048\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1154.89\" cy=\"764.993\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1717.8\" cy=\"914.455\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1403.63\" cy=\"744.677\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1207.85\" cy=\"338.86\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1762.25\" cy=\"613.078\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1142.2\" cy=\"803.269\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1452.15\" cy=\"264.687\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"850.193\" cy=\"485.909\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1833.83\" cy=\"325.92\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1065.58\" cy=\"550.222\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1066.31\" cy=\"379.538\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1112.56\" cy=\"650.456\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"866.997\" cy=\"533.759\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1778.04\" cy=\"997.095\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1556.48\" cy=\"204.095\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1296.62\" cy=\"805.072\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1336.61\" cy=\"302.275\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1257.86\" cy=\"293.633\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1241.09\" cy=\"853.546\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1004.35\" cy=\"390.848\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1076.59\" cy=\"726.192\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1431.22\" cy=\"663.879\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1249.45\" cy=\"302.901\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"896.474\" cy=\"513.063\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1023.33\" cy=\"386.311\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1460.39\" cy=\"885.452\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1497.69\" cy=\"247.088\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1054.47\" cy=\"698.056\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1569.77\" cy=\"783.682\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1702.77\" cy=\"802.616\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1001.57\" cy=\"391.493\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"789.165\" cy=\"554.527\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1201.24\" cy=\"585.967\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1418.03\" cy=\"663.962\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1319.51\" cy=\"884.944\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1409.83\" cy=\"276.358\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1737.52\" cy=\"1070.03\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"958.177\" cy=\"413.886\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"984.058\" cy=\"530.519\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"864.033\" cy=\"485.993\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1249.65\" cy=\"294.282\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1092.54\" cy=\"413.27\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"936.978\" cy=\"550.564\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"829.253\" cy=\"561.026\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1323.62\" cy=\"271.038\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1347.78\" cy=\"680.973\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1223.53\" cy=\"341.987\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1754.38\" cy=\"807.129\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"912.909\" cy=\"719.407\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1762.69\" cy=\"1035.8\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1692.07\" cy=\"1018.97\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1123.94\" cy=\"422.064\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1598.41\" cy=\"1000.97\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1692.18\" cy=\"326.661\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1467.35\" cy=\"239.093\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1637.42\" cy=\"770.836\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1030.43\" cy=\"779.298\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1184.59\" cy=\"825.716\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1339.65\" cy=\"663.452\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1215.36\" cy=\"620.323\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"847.447\" cy=\"512.643\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1210.46\" cy=\"294.177\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1416.27\" cy=\"272.68\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1860.12\" cy=\"296.954\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1611.57\" cy=\"1029.12\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1862.2\" cy=\"1076.48\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1385.9\" cy=\"392.878\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1504.78\" cy=\"423.241\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"942.028\" cy=\"562.884\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1535.7\" cy=\"168.136\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1537.34\" cy=\"998.939\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1284.26\" cy=\"551.958\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1569\" cy=\"980.579\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1463.91\" cy=\"967.483\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1803.14\" cy=\"938.048\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1104.94\" cy=\"814.47\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1268.12\" cy=\"313.494\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1498.29\" cy=\"379.727\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1866.25\" cy=\"380.938\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1213.54\" cy=\"294.116\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1750.52\" cy=\"1061.74\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1418.82\" cy=\"951.41\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1744.71\" cy=\"897.346\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1563.84\" cy=\"368.025\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1586.1\" cy=\"957.452\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"826.928\" cy=\"655.107\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1059.58\" cy=\"757.152\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1570.12\" cy=\"772.34\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1759.76\" cy=\"347.706\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1303.74\" cy=\"268.352\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1110.87\" cy=\"796.831\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1206.69\" cy=\"862.783\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1713\" cy=\"997.935\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1696.71\" cy=\"339.569\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1358.34\" cy=\"911.754\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"908.476\" cy=\"708.87\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1844.1\" cy=\"1084.84\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"907.722\" cy=\"634.342\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1004.1\" cy=\"746.434\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1507.99\" cy=\"748.151\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"960.533\" cy=\"557.057\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1074.48\" cy=\"725.975\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"849.517\" cy=\"654.94\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1221.17\" cy=\"799.986\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1383.79\" cy=\"835.99\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1123.68\" cy=\"825.906\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1017.39\" cy=\"475.091\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1476.92\" cy=\"190.481\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1152.82\" cy=\"649.209\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1314.88\" cy=\"908.236\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1634.11\" cy=\"384.065\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1468.45\" cy=\"292.334\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1161.01\" cy=\"534.372\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"802.135\" cy=\"528.966\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1494.69\" cy=\"336.782\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1085.51\" cy=\"807.126\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1858.68\" cy=\"1099.84\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1739.28\" cy=\"993.796\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1325.49\" cy=\"723.156\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"976.564\" cy=\"627.55\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1296.03\" cy=\"898.605\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1196.89\" cy=\"348.578\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"930.862\" cy=\"709.09\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"800.282\" cy=\"625.172\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1353.76\" cy=\"242.98\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1205.74\" cy=\"489.38\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1326.27\" cy=\"912.216\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1244.11\" cy=\"783.036\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1651.88\" cy=\"1042.89\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1703.62\" cy=\"971.208\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1272.12\" cy=\"884.498\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"945.321\" cy=\"540.527\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"921.891\" cy=\"475.518\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"970.592\" cy=\"490.09\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"977.786\" cy=\"638.143\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"880.311\" cy=\"611.736\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1385.8\" cy=\"938.151\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1173.01\" cy=\"729.772\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1692.47\" cy=\"220.813\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1640.92\" cy=\"877.859\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1275.26\" cy=\"294.911\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1091.26\" cy=\"753.538\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1421.41\" cy=\"666.736\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1520.08\" cy=\"188.939\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1329.75\" cy=\"256.616\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"835.031\" cy=\"597.916\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1443.56\" cy=\"369.443\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1614.48\" cy=\"836.682\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1365.64\" cy=\"736.785\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1737.95\" cy=\"338.606\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1493.82\" cy=\"356.583\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1769.09\" cy=\"385.228\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1038.43\" cy=\"510.005\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1285.25\" cy=\"575.794\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"950.096\" cy=\"495.094\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1651.74\" cy=\"901.103\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1166.51\" cy=\"315.423\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1842.62\" cy=\"531.87\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1410.66\" cy=\"283.772\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1278.32\" cy=\"300.623\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1487.28\" cy=\"182.867\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1770.76\" cy=\"978.821\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1175.11\" cy=\"842.295\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1422.35\" cy=\"900.121\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1074.3\" cy=\"762.423\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1041.54\" cy=\"507.958\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1288.57\" cy=\"378.265\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"901.112\" cy=\"562.609\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1236.91\" cy=\"861.108\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1330.14\" cy=\"885.539\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1184.17\" cy=\"770.089\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1708.53\" cy=\"722.803\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1585.96\" cy=\"284.491\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1861.75\" cy=\"779.039\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"857.569\" cy=\"664.393\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1070.16\" cy=\"395.519\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1491.31\" cy=\"509.908\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1661.87\" cy=\"768.345\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1420.19\" cy=\"794.46\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"916.645\" cy=\"714.822\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1046.5\" cy=\"748.497\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"788.964\" cy=\"566.645\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1522.03\" cy=\"979.414\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"862.494\" cy=\"548.576\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1199.55\" cy=\"631.4\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1669.69\" cy=\"830.605\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1427.48\" cy=\"354.954\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1158.45\" cy=\"412.451\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1084.5\" cy=\"500.751\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1229.96\" cy=\"729.423\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1000.24\" cy=\"449.939\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1267.12\" cy=\"684.619\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1139.35\" cy=\"825.906\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"972.991\" cy=\"667.994\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1458.56\" cy=\"944.578\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1440.72\" cy=\"458.967\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1492.24\" cy=\"418.577\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1058.41\" cy=\"753.099\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1395.01\" cy=\"879.129\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1507.79\" cy=\"236.635\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1209.36\" cy=\"359.394\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1739.48\" cy=\"1062.03\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1492.19\" cy=\"761.712\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1551.74\" cy=\"1004.76\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1694.36\" cy=\"163.711\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1101.9\" cy=\"402.857\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1674.51\" cy=\"423.518\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1041.44\" cy=\"787.391\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1218.68\" cy=\"867.237\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1723.2\" cy=\"177.312\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"885.251\" cy=\"697.932\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1707.08\" cy=\"995.791\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1804.89\" cy=\"942.038\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1498.68\" cy=\"611.046\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1567.28\" cy=\"841.184\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1478.83\" cy=\"182.317\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1866.18\" cy=\"929.261\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1602.64\" cy=\"146.294\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1225.15\" cy=\"545.146\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"970.713\" cy=\"408.031\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1425.64\" cy=\"259.452\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1371.76\" cy=\"932.538\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"963.814\" cy=\"735.985\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1416.49\" cy=\"232.178\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1298.38\" cy=\"901.941\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1619.61\" cy=\"1013.67\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1630.08\" cy=\"645.049\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1103.91\" cy=\"514.33\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1294.89\" cy=\"401.372\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1014.92\" cy=\"418.887\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1185.68\" cy=\"387.548\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1862.4\" cy=\"741.694\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"818.167\" cy=\"617.232\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1709.31\" cy=\"193.203\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"906.502\" cy=\"504.329\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1299.57\" cy=\"582.17\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1518.47\" cy=\"414.724\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1344.29\" cy=\"736.47\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"981.056\" cy=\"749.572\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1206.69\" cy=\"843.563\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1680.19\" cy=\"608.024\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1102.26\" cy=\"596.005\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"788.927\" cy=\"580.37\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1206\" cy=\"326.534\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"995.446\" cy=\"400.208\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"790.445\" cy=\"595.624\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"934.12\" cy=\"431.855\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1408.02\" cy=\"863.701\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1662.74\" cy=\"834.798\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1659.16\" cy=\"251.962\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1245.13\" cy=\"607.356\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"912.796\" cy=\"662.341\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1374.33\" cy=\"926.938\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1806.26\" cy=\"160.304\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1153.66\" cy=\"819.688\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1503.01\" cy=\"482.339\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"835.783\" cy=\"574.095\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1118.96\" cy=\"761.049\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"851.924\" cy=\"599.932\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1369.05\" cy=\"931.024\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1697.1\" cy=\"635.47\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1785.65\" cy=\"934.51\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1688.99\" cy=\"498.629\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1667.93\" cy=\"551.749\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1536.5\" cy=\"858.213\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"819.505\" cy=\"597.967\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1158.7\" cy=\"350.716\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1238.11\" cy=\"807.473\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1369.11\" cy=\"576.1\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1557.94\" cy=\"663.368\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1631.89\" cy=\"592.313\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1201.01\" cy=\"855.06\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1455.63\" cy=\"966.329\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1317.73\" cy=\"867.663\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"888.557\" cy=\"663.031\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1134.46\" cy=\"703.328\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1366.57\" cy=\"555.877\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1376.21\" cy=\"818.811\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1024.83\" cy=\"779.213\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1664.99\" cy=\"360.998\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1194.4\" cy=\"436.393\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1395.23\" cy=\"837.617\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"960.376\" cy=\"414.496\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1404.53\" cy=\"927.005\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"845.607\" cy=\"594.162\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1315.04\" cy=\"792.857\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1636.92\" cy=\"336.402\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1231.54\" cy=\"839.077\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"907.104\" cy=\"715.767\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1186.41\" cy=\"672.758\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1307.87\" cy=\"847.27\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1515.37\" cy=\"204.785\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1605.19\" cy=\"436.738\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1706.81\" cy=\"1062.38\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1647.13\" cy=\"1035.25\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1074.91\" cy=\"802.601\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1281.69\" cy=\"485.385\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1500.39\" cy=\"548.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1481.52\" cy=\"975.896\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1191.57\" cy=\"540.977\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1252.3\" cy=\"805.702\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"847.739\" cy=\"672.812\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1633.06\" cy=\"282.276\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1615.94\" cy=\"574.882\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1299.94\" cy=\"902.639\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1079.41\" cy=\"353.089\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1041.96\" cy=\"725.972\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"850.366\" cy=\"485.044\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1122.26\" cy=\"795.753\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1412.26\" cy=\"655.129\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1646.27\" cy=\"887.133\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1527.34\" cy=\"931.954\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"828.804\" cy=\"577.801\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1555.31\" cy=\"577.24\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1429.04\" cy=\"372.558\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1508.89\" cy=\"243.721\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"948.087\" cy=\"719.698\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1480.17\" cy=\"767.558\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1693.71\" cy=\"738.984\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"901.397\" cy=\"594.133\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1545.36\" cy=\"997.323\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1715.54\" cy=\"199.35\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"979.873\" cy=\"492.174\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1533.9\" cy=\"237.773\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1240.65\" cy=\"874.594\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1035.91\" cy=\"410.34\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"787.931\" cy=\"585.735\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"949.542\" cy=\"718.886\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1241.82\" cy=\"573.704\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"979.196\" cy=\"409.627\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1174.85\" cy=\"774.868\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1571.42\" cy=\"1008.07\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"919.055\" cy=\"650.673\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1855.5\" cy=\"128.005\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1585.56\" cy=\"284.842\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1085.54\" cy=\"807.462\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1199.92\" cy=\"846.833\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"857.811\" cy=\"475.73\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1719.35\" cy=\"1068.4\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1432.89\" cy=\"225.871\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"963.503\" cy=\"736.29\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1373.9\" cy=\"928.697\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"817.557\" cy=\"574.693\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"852.691\" cy=\"675.087\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"982.01\" cy=\"689.048\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1761.36\" cy=\"503.741\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"844.143\" cy=\"650.488\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1255.91\" cy=\"274.534\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1573.43\" cy=\"278.807\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1064.53\" cy=\"693.266\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1462.39\" cy=\"822.651\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1578.54\" cy=\"734.392\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1308.95\" cy=\"478.735\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1361.89\" cy=\"739.45\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"913.811\" cy=\"442.223\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1225.68\" cy=\"856.226\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1273.08\" cy=\"291.074\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1489.54\" cy=\"762.903\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"842.528\" cy=\"487.948\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1412.8\" cy=\"211.741\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1563.09\" cy=\"991.834\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1294.95\" cy=\"845.493\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1269.55\" cy=\"547.871\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1485.56\" cy=\"916.794\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1424.78\" cy=\"811.286\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"891.692\" cy=\"490.502\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"794.115\" cy=\"612.486\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"858.51\" cy=\"682.111\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1171.5\" cy=\"726.318\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1480.41\" cy=\"718.325\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"967.309\" cy=\"414.219\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1585.72\" cy=\"1000.75\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"822.787\" cy=\"520.313\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1691.68\" cy=\"935.219\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1098.44\" cy=\"348.912\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"969.235\" cy=\"719.883\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1294.81\" cy=\"345.485\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1252.91\" cy=\"565.087\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"963.737\" cy=\"643.395\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1380.4\" cy=\"228.363\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1562.72\" cy=\"148.974\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1111.61\" cy=\"339.773\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1037.34\" cy=\"505.454\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1556.69\" cy=\"211.461\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"825.794\" cy=\"573.69\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1146.46\" cy=\"322.773\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1232.28\" cy=\"748.414\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1537.16\" cy=\"268.406\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1539.36\" cy=\"991.116\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1256.11\" cy=\"782.197\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1026.25\" cy=\"731.362\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1226.93\" cy=\"440.446\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1670.41\" cy=\"130.679\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"822.529\" cy=\"627.114\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1377.36\" cy=\"265.938\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"804.403\" cy=\"548.908\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1544.22\" cy=\"984.378\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1379.5\" cy=\"263.026\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1487.69\" cy=\"215.867\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1607.29\" cy=\"619.283\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1262.46\" cy=\"751.915\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"840.695\" cy=\"564.259\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1263.6\" cy=\"304.54\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1456.83\" cy=\"892.163\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1077.17\" cy=\"631.352\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"912.81\" cy=\"717.122\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1503.94\" cy=\"172.364\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"788.31\" cy=\"587.656\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1131.58\" cy=\"783.717\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"970.947\" cy=\"488.551\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"793.008\" cy=\"558.341\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1770.2\" cy=\"1063.83\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1135.76\" cy=\"434.832\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1819.06\" cy=\"676.637\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"931.859\" cy=\"595.227\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1486.6\" cy=\"263.852\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"987.347\" cy=\"707.733\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1454.51\" cy=\"957.907\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1743.36\" cy=\"1004.44\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1351.4\" cy=\"364.141\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"877.136\" cy=\"495.118\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1337\" cy=\"793.535\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1533.15\" cy=\"220.407\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1182.92\" cy=\"312.068\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1746.41\" cy=\"167.011\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1143.67\" cy=\"809.08\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1848.25\" cy=\"890.291\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1390.27\" cy=\"220.549\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1364.71\" cy=\"908.684\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1215.05\" cy=\"866.443\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1013.41\" cy=\"576.342\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1146.86\" cy=\"691.799\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1343.89\" cy=\"691.619\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"872.388\" cy=\"649.699\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"938.52\" cy=\"733.135\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"936.274\" cy=\"665.014\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1667.74\" cy=\"124.084\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1110.93\" cy=\"772.539\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1297.65\" cy=\"615.795\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1222.07\" cy=\"302.23\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1447.38\" cy=\"277.926\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"854.353\" cy=\"483.012\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1005.41\" cy=\"452.646\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1087.78\" cy=\"349.689\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1036.02\" cy=\"754.377\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"910.782\" cy=\"616.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1159.4\" cy=\"717.455\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1349.48\" cy=\"869.221\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1566.48\" cy=\"612.739\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1468.97\" cy=\"915.117\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1610.94\" cy=\"899.53\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1127.61\" cy=\"704.157\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1714.75\" cy=\"1067.15\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1129.38\" cy=\"828.533\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1317.35\" cy=\"719.496\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1625.99\" cy=\"983.689\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1355.89\" cy=\"606.385\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1351.65\" cy=\"475.547\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1162.46\" cy=\"320.901\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1153.7\" cy=\"320.068\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1037.68\" cy=\"781.679\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1125.66\" cy=\"345.903\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1101.71\" cy=\"414.239\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"887.67\" cy=\"613.525\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1164.59\" cy=\"430.67\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1111.89\" cy=\"784.555\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1325.98\" cy=\"625.505\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1753.65\" cy=\"1079.08\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1657.71\" cy=\"1002.8\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1030.83\" cy=\"465.019\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1281.06\" cy=\"872.346\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1599.01\" cy=\"1013.7\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1163.08\" cy=\"329.327\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1119.42\" cy=\"824.11\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1263.63\" cy=\"308.553\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1146.7\" cy=\"380.362\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1820.5\" cy=\"913.067\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1507\" cy=\"194.259\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"978.619\" cy=\"405.639\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1164.38\" cy=\"683.81\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"936.193\" cy=\"590.141\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1130.36\" cy=\"351.739\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1406.64\" cy=\"427.54\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1631.96\" cy=\"893.324\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1694.22\" cy=\"142.739\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1286.28\" cy=\"896.984\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1281.18\" cy=\"272.919\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1445.4\" cy=\"957.198\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1530.33\" cy=\"993.77\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1482.36\" cy=\"201.549\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1808.64\" cy=\"257.677\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1383.22\" cy=\"846.047\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1030.67\" cy=\"767.487\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1276.62\" cy=\"871.209\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1359.55\" cy=\"818.953\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1671.6\" cy=\"161.682\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1348.61\" cy=\"772.794\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"938.466\" cy=\"488.112\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1573.5\" cy=\"848.224\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1166.14\" cy=\"620.808\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1593.18\" cy=\"693.05\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1371.3\" cy=\"871.834\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"927.42\" cy=\"710.267\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1640.41\" cy=\"368.998\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1308.86\" cy=\"574.288\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1706.76\" cy=\"1045.57\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1101.09\" cy=\"811.913\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1192.3\" cy=\"844.171\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1688.65\" cy=\"969.273\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1499.63\" cy=\"593.446\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"962.579\" cy=\"466.094\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1730.26\" cy=\"1039.52\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1661.61\" cy=\"637.448\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"970.699\" cy=\"414.696\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"968.278\" cy=\"607.309\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1330.26\" cy=\"249.427\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1187.73\" cy=\"405.312\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"980.535\" cy=\"514.424\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1781.46\" cy=\"1066.91\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1532.78\" cy=\"169.611\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1530.11\" cy=\"166.212\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1450.12\" cy=\"712.892\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1485\" cy=\"221.728\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"907.252\" cy=\"701.028\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1872.52\" cy=\"502.932\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1650.93\" cy=\"185.526\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1222.93\" cy=\"613.391\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1232.46\" cy=\"741.64\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1359.24\" cy=\"309.481\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1743.12\" cy=\"1057.98\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"948.018\" cy=\"419.612\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1054.56\" cy=\"515.399\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1303.07\" cy=\"355.245\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1184.23\" cy=\"763.072\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1145.06\" cy=\"620.688\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1752.09\" cy=\"663.81\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1356.45\" cy=\"239.749\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1870.62\" cy=\"666.551\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1849.24\" cy=\"1010.53\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1715.79\" cy=\"819.204\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1276.18\" cy=\"536.057\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1517.31\" cy=\"972.7\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1770.01\" cy=\"207.548\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1133.68\" cy=\"764.085\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1336.35\" cy=\"912.151\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"782.687\" cy=\"569.893\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1209.06\" cy=\"863.849\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1477.21\" cy=\"184.995\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"844.833\" cy=\"503.82\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1800.9\" cy=\"426.22\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1344.65\" cy=\"916.388\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1751.73\" cy=\"1026.4\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1411.39\" cy=\"281.621\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1226.91\" cy=\"544.914\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1021.02\" cy=\"423.752\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"954.395\" cy=\"689.26\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1798.85\" cy=\"934.451\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1803.81\" cy=\"763.4\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1315.35\" cy=\"825.937\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1801.16\" cy=\"832.806\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1821.73\" cy=\"134.252\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1490.42\" cy=\"590.975\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"808.207\" cy=\"534.156\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"960.861\" cy=\"679.418\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1668.59\" cy=\"837.269\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1142.44\" cy=\"455.064\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1267.75\" cy=\"881.825\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1599.73\" cy=\"252.792\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1294.1\" cy=\"751.278\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"947.183\" cy=\"710.241\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1133.62\" cy=\"829.67\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1480.89\" cy=\"222.622\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"966.021\" cy=\"602.634\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1858.9\" cy=\"144.721\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1008.98\" cy=\"398.232\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1084.46\" cy=\"350.697\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1133.77\" cy=\"661.236\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"813.27\" cy=\"598.952\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1543.04\" cy=\"268.518\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1181.67\" cy=\"722.228\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1195.37\" cy=\"811.05\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"939.641\" cy=\"719.155\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1135.75\" cy=\"829.951\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1080.73\" cy=\"806.247\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1105.12\" cy=\"545.826\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1110.7\" cy=\"710.105\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1677.88\" cy=\"1016.76\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1356.64\" cy=\"924.21\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"881.816\" cy=\"664.78\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1479.49\" cy=\"207.786\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"819.881\" cy=\"511.644\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1112.87\" cy=\"653.124\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1790.13\" cy=\"1046.23\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1108.42\" cy=\"348.093\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1597.13\" cy=\"970.616\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"815.129\" cy=\"532.265\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1606.61\" cy=\"131.337\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1054.28\" cy=\"586.99\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1030.58\" cy=\"376.844\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1616.31\" cy=\"127.738\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1380.04\" cy=\"881.856\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"919.8\" cy=\"523.119\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1073.98\" cy=\"782.303\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1111.14\" cy=\"704.551\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1467.04\" cy=\"722.765\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1469.15\" cy=\"213.379\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"936.638\" cy=\"716.801\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1133.86\" cy=\"576.406\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1063.27\" cy=\"661.547\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"908.71\" cy=\"611.709\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1219.31\" cy=\"546.261\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"931.415\" cy=\"725.248\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1781.65\" cy=\"1094.44\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1111\" cy=\"577.308\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1298.82\" cy=\"294.797\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1115.8\" cy=\"790.074\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1506.89\" cy=\"784.231\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1709.53\" cy=\"1010.92\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1777.85\" cy=\"1053.09\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1573.01\" cy=\"438.595\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1380.6\" cy=\"931.471\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1348.1\" cy=\"250.953\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1647.14\" cy=\"717.032\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"974.471\" cy=\"584.44\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1185.99\" cy=\"851.99\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1579.37\" cy=\"813.197\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1101.52\" cy=\"815.445\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1559.71\" cy=\"1006.83\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1102.69\" cy=\"758.673\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1430.49\" cy=\"253.781\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1059.68\" cy=\"795.731\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1636.95\" cy=\"555.787\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1400.76\" cy=\"783.613\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1709.81\" cy=\"819.972\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1093.92\" cy=\"798.705\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1189.54\" cy=\"401.553\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1215.11\" cy=\"779.735\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1664.19\" cy=\"1029.74\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1070.57\" cy=\"437.9\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1262.18\" cy=\"874.259\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1660.44\" cy=\"1009.67\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1457.05\" cy=\"568.998\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1778.32\" cy=\"188.818\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1523.86\" cy=\"965.588\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1415.61\" cy=\"942.195\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1777.16\" cy=\"222.468\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1385.43\" cy=\"815.005\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1084.14\" cy=\"795.503\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1543.59\" cy=\"926.81\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"848.011\" cy=\"491.354\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1469.25\" cy=\"619.593\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"886.548\" cy=\"476.51\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1215.49\" cy=\"818.325\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1368.1\" cy=\"624.765\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1570.99\" cy=\"1012.03\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1670.95\" cy=\"885.832\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"797.014\" cy=\"534.522\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1181.28\" cy=\"847.768\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1683.24\" cy=\"677.79\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1695.14\" cy=\"946.355\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"841.241\" cy=\"495.473\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1094.11\" cy=\"728.516\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1483.58\" cy=\"971.449\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"930.198\" cy=\"684.011\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"849.841\" cy=\"659.109\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"994.563\" cy=\"403.078\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1851.02\" cy=\"144.966\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1787.11\" cy=\"1009.27\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1216.29\" cy=\"784.037\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1579.03\" cy=\"343.744\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1196.16\" cy=\"750.959\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1692.44\" cy=\"352.515\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"984.756\" cy=\"605.114\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1739.16\" cy=\"1017.9\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"823.374\" cy=\"624.576\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1100.12\" cy=\"797.083\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1178.82\" cy=\"743.439\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"892.278\" cy=\"568.81\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1046.15\" cy=\"789.377\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"960.335\" cy=\"536.42\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1034.66\" cy=\"435.519\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1458.87\" cy=\"842.656\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1010.36\" cy=\"771.643\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1040.98\" cy=\"424.291\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"926.421\" cy=\"479.311\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"874.929\" cy=\"489.419\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1607.44\" cy=\"234.15\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1260.27\" cy=\"752.323\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1812.96\" cy=\"1051.92\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1280.56\" cy=\"894.191\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1363.36\" cy=\"782.754\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1693.54\" cy=\"256.019\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1152.05\" cy=\"603.046\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1014.71\" cy=\"658.938\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1822.8\" cy=\"1030.33\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1705.47\" cy=\"1045.8\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"937.928\" cy=\"573.733\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1420.8\" cy=\"205.882\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1176.12\" cy=\"336.87\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1470.89\" cy=\"219.488\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1773.22\" cy=\"977.736\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1709.21\" cy=\"994.588\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1252.85\" cy=\"346.146\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1437.55\" cy=\"633.298\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"933.933\" cy=\"727.237\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"882.801\" cy=\"602.281\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1596.49\" cy=\"1003.26\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1417.75\" cy=\"705.122\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1633.28\" cy=\"845.374\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1548.04\" cy=\"660.634\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1286.74\" cy=\"489.304\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1047.97\" cy=\"367.821\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1552.01\" cy=\"234.345\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1023.82\" cy=\"758.863\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1424.38\" cy=\"802.454\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1019.7\" cy=\"728.159\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1459.01\" cy=\"805.056\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"847.203\" cy=\"586.371\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1649.72\" cy=\"1044.13\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1704.23\" cy=\"755.171\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1337.12\" cy=\"901.235\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"791.609\" cy=\"605.923\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1177.84\" cy=\"695.892\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1559.33\" cy=\"979.257\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1822.67\" cy=\"1067.65\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1348.78\" cy=\"627.344\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1514.36\" cy=\"169.507\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1460.13\" cy=\"581.036\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1042.33\" cy=\"773.074\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"952.599\" cy=\"429.257\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1587.47\" cy=\"475.472\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1295.38\" cy=\"868.589\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1212.1\" cy=\"708.577\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"983.697\" cy=\"399.867\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1330.14\" cy=\"257.902\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1843\" cy=\"948.529\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"992.645\" cy=\"737.49\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1452.83\" cy=\"275.259\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1633.87\" cy=\"953.798\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1213.13\" cy=\"614.755\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1823.13\" cy=\"819.087\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1490.04\" cy=\"375.003\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1191.61\" cy=\"305.229\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1279.22\" cy=\"849.003\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1128.41\" cy=\"399.532\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1167.97\" cy=\"722.017\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1421.52\" cy=\"876.981\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"969.506\" cy=\"412.545\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1103.69\" cy=\"341.556\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"829.408\" cy=\"638.695\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1542.5\" cy=\"832.563\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"971.757\" cy=\"429.08\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1542.77\" cy=\"689.041\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1822.38\" cy=\"961.662\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1178.1\" cy=\"715.608\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"996.528\" cy=\"706.771\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1681.95\" cy=\"948.629\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1216.54\" cy=\"374.559\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1248.37\" cy=\"835.398\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1778.66\" cy=\"132.088\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1511.63\" cy=\"413.821\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"969.284\" cy=\"491.589\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1607.75\" cy=\"982.686\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"939.773\" cy=\"690.748\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1156.06\" cy=\"387.495\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"831.967\" cy=\"606.54\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"979.107\" cy=\"585.622\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1474.18\" cy=\"896.42\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1109.21\" cy=\"793.715\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1293.02\" cy=\"681.667\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"813.366\" cy=\"537.065\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1149.56\" cy=\"765.409\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1606.82\" cy=\"717.778\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1514.93\" cy=\"170.429\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1503.11\" cy=\"937.28\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1420.35\" cy=\"888.854\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1083.64\" cy=\"728.226\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1207.01\" cy=\"506.258\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1081.95\" cy=\"744.954\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1516.94\" cy=\"603.674\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1389.76\" cy=\"795.185\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1207.08\" cy=\"382.084\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1382.75\" cy=\"934.667\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1695.69\" cy=\"539.829\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1500.94\" cy=\"698.322\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"978.51\" cy=\"750.46\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1209.2\" cy=\"859.684\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"904.25\" cy=\"476.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1537.42\" cy=\"818.221\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1581.94\" cy=\"1014.93\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"877.549\" cy=\"602.414\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1450.66\" cy=\"862.042\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1185.68\" cy=\"853.053\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1534.28\" cy=\"992.572\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1161.54\" cy=\"750.644\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"939.444\" cy=\"643.488\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1444.77\" cy=\"693.079\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"869.522\" cy=\"667.119\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1131.91\" cy=\"510.861\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1511.55\" cy=\"637.13\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1760.65\" cy=\"165.43\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1161.07\" cy=\"800.664\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1125.03\" cy=\"820.564\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1663.86\" cy=\"331.123\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1048.3\" cy=\"745.542\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1703.78\" cy=\"888.494\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1118.08\" cy=\"453.479\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1108.08\" cy=\"793.216\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1796.69\" cy=\"982.238\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"941.772\" cy=\"441.959\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1120.96\" cy=\"819.493\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1127.51\" cy=\"562.992\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1519.82\" cy=\"256.323\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"852.071\" cy=\"667.817\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1775.22\" cy=\"877.079\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"920.241\" cy=\"503.892\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1145.2\" cy=\"610.649\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1827.75\" cy=\"1045.01\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1259.83\" cy=\"831.3\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1571\" cy=\"820.576\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1359.14\" cy=\"842.827\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1231.11\" cy=\"565.706\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1768.27\" cy=\"1087.98\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1577.93\" cy=\"979.676\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1350.25\" cy=\"798.157\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1443.48\" cy=\"238.653\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1711.48\" cy=\"412.928\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"796.484\" cy=\"567.556\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1339.85\" cy=\"423.637\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1117.4\" cy=\"772.119\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1210.48\" cy=\"797.857\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1155.8\" cy=\"620.101\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1362.34\" cy=\"514.055\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"845.542\" cy=\"484.611\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"839.181\" cy=\"491.66\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1590.96\" cy=\"150.025\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1753.72\" cy=\"890.69\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1220.29\" cy=\"408.103\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1474.4\" cy=\"213.786\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"961.804\" cy=\"637.467\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1731.96\" cy=\"584.756\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1475.46\" cy=\"555.076\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1430.95\" cy=\"954.907\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1160.19\" cy=\"587.917\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1160.21\" cy=\"341.577\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"837.714\" cy=\"665.768\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1252.87\" cy=\"602.009\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1861.28\" cy=\"194.746\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1292.64\" cy=\"800.552\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"995.848\" cy=\"764.417\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1429.8\" cy=\"896.067\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1618.52\" cy=\"280.924\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1291.56\" cy=\"400.592\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1405.98\" cy=\"213.528\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1322.17\" cy=\"710.805\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1181.31\" cy=\"456.842\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1663.39\" cy=\"733.231\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1052.48\" cy=\"763.984\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1014.37\" cy=\"384.451\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1218.49\" cy=\"492.185\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1214.47\" cy=\"505.685\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1504.78\" cy=\"756.209\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1518.47\" cy=\"871.959\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1600.32\" cy=\"714.767\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1738.35\" cy=\"1063.81\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1593.68\" cy=\"157.849\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1730.6\" cy=\"1012.38\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"958.265\" cy=\"439.151\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"922.592\" cy=\"723.586\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1439.46\" cy=\"951.843\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"877.368\" cy=\"567.343\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1404.71\" cy=\"216.529\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1562.91\" cy=\"923.24\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1578.67\" cy=\"875.813\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1351.89\" cy=\"557.332\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1785.6\" cy=\"128.394\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1201.67\" cy=\"369.143\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1424.51\" cy=\"220.869\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"885.87\" cy=\"484.128\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1076.74\" cy=\"803.011\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1615.47\" cy=\"1028.23\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1832.44\" cy=\"474.072\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1462.31\" cy=\"553.716\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1291.47\" cy=\"361.204\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1619.82\" cy=\"970.769\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"799.843\" cy=\"628.451\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1211.51\" cy=\"851.245\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1467.03\" cy=\"913.166\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1572.51\" cy=\"144.847\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1175.22\" cy=\"390.535\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1137.98\" cy=\"346.282\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"890.695\" cy=\"485.472\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"849.461\" cy=\"552.744\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"995.578\" cy=\"427.978\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1058.2\" cy=\"795.567\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1574.09\" cy=\"928.735\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1431.34\" cy=\"237.504\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1051.21\" cy=\"688.042\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1087.84\" cy=\"476.777\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1392.16\" cy=\"865.504\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"936.02\" cy=\"609.72\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1515.34\" cy=\"796.224\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1236.79\" cy=\"752.625\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1616.51\" cy=\"983.488\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"979.977\" cy=\"405.611\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1010.51\" cy=\"661.471\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1415.28\" cy=\"668.259\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1183.73\" cy=\"792.457\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1625.02\" cy=\"963.23\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"844.21\" cy=\"490.486\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1645.73\" cy=\"572.441\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1672.18\" cy=\"1030.22\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1029.2\" cy=\"463.483\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1125.6\" cy=\"652.576\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1814.82\" cy=\"413.4\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1123.56\" cy=\"717.855\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1138.69\" cy=\"381.069\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1182.09\" cy=\"373.261\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1148.83\" cy=\"418.127\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"896.067\" cy=\"653.448\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1487.78\" cy=\"406.878\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"999.536\" cy=\"766.761\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1749.86\" cy=\"1032.88\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1628.7\" cy=\"164.192\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1157.6\" cy=\"547.245\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1496.04\" cy=\"362.025\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1649.58\" cy=\"124.899\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"944.307\" cy=\"456.572\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1686.67\" cy=\"1036.99\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"858.444\" cy=\"584.117\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1245.99\" cy=\"867.412\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"866.887\" cy=\"596.949\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"854.775\" cy=\"675.575\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1676.79\" cy=\"138.321\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1712.45\" cy=\"934.359\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"805.827\" cy=\"634.104\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1031.33\" cy=\"674.147\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1049.23\" cy=\"766.423\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"838.561\" cy=\"492.679\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"829.588\" cy=\"607.916\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"898.563\" cy=\"484.831\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1504.26\" cy=\"665.236\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1447\" cy=\"961.978\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1210.15\" cy=\"804.657\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1258.59\" cy=\"407.353\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1247.02\" cy=\"877.107\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1674.88\" cy=\"915.752\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1204.06\" cy=\"856.614\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1621.7\" cy=\"728.268\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1472.58\" cy=\"193.2\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"891.093\" cy=\"529.988\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1179.84\" cy=\"307.818\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1071.21\" cy=\"750.013\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1527.17\" cy=\"592.516\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1212.65\" cy=\"296.454\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1371.1\" cy=\"892.005\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"893.171\" cy=\"581.393\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1337.86\" cy=\"899.246\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1402.78\" cy=\"862.789\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1821.53\" cy=\"987.512\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1454.93\" cy=\"966.528\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1200.09\" cy=\"786.561\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"835.842\" cy=\"557.117\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1311.25\" cy=\"844.19\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"917.597\" cy=\"581.743\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1657.43\" cy=\"354.598\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1393.1\" cy=\"737.319\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1741.07\" cy=\"1073.09\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"974.373\" cy=\"424.616\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1344.37\" cy=\"273.688\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1772.42\" cy=\"477.308\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1128.83\" cy=\"828.319\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1167.37\" cy=\"750.711\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"785.756\" cy=\"595.09\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"998.07\" cy=\"484.513\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"943.219\" cy=\"704.425\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1722.6\" cy=\"608.818\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"861.122\" cy=\"480.163\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1089.41\" cy=\"526.317\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1225.71\" cy=\"669.794\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1516.78\" cy=\"272.338\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1160.62\" cy=\"544.092\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1672.34\" cy=\"688.494\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"890.802\" cy=\"575.86\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1134.09\" cy=\"418.043\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"839.28\" cy=\"536.042\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1391.33\" cy=\"939.968\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1188.3\" cy=\"743.474\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1742.73\" cy=\"1033.93\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1076.2\" cy=\"733.58\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1279.46\" cy=\"457.165\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1498.11\" cy=\"595.827\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1454.04\" cy=\"193.543\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1341.24\" cy=\"641.509\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1299.09\" cy=\"880.322\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1057.41\" cy=\"636.084\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1712.42\" cy=\"1029.16\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1255.53\" cy=\"875.059\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1589.25\" cy=\"730.582\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1242\" cy=\"727.341\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1075.22\" cy=\"502.322\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1720.2\" cy=\"1038.04\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"935.886\" cy=\"580.322\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1261.39\" cy=\"635.167\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1523.12\" cy=\"164.891\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1337.7\" cy=\"444.493\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"940.242\" cy=\"730.382\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1380.19\" cy=\"349.219\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1218.37\" cy=\"358.738\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1033.35\" cy=\"590.897\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1475.04\" cy=\"490.74\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1002.56\" cy=\"403.975\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1580.6\" cy=\"913.718\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1217.12\" cy=\"717.829\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1190.99\" cy=\"597.538\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1437.71\" cy=\"932.288\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1628.51\" cy=\"1030.82\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1772.89\" cy=\"1041.08\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1835.46\" cy=\"775.213\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1189.17\" cy=\"596.646\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1026.46\" cy=\"384.759\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1053.72\" cy=\"451.879\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1358.35\" cy=\"255.038\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1029.06\" cy=\"605.774\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1201.34\" cy=\"762.345\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"930.999\" cy=\"475.637\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1713.87\" cy=\"1018.57\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1009.91\" cy=\"682.836\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1518.79\" cy=\"869.262\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1584.48\" cy=\"986.759\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1195.22\" cy=\"800.239\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1056.89\" cy=\"617.716\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"891.554\" cy=\"705.88\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"917.413\" cy=\"717.405\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"915.439\" cy=\"720.597\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1291.04\" cy=\"286.869\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1113.21\" cy=\"694.614\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1836.73\" cy=\"946.66\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1561.12\" cy=\"863.429\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1382.36\" cy=\"884.534\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1360.99\" cy=\"390.514\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"941.301\" cy=\"606.956\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1247.52\" cy=\"530.996\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"926.63\" cy=\"439.889\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1147.8\" cy=\"487.931\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1390.71\" cy=\"390.082\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"874.764\" cy=\"516.293\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1263.1\" cy=\"407.976\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"827.821\" cy=\"501.661\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"838.182\" cy=\"656.01\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"794.103\" cy=\"542.455\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1519.11\" cy=\"957.886\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1417.02\" cy=\"797.003\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1192.54\" cy=\"527.053\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1775.65\" cy=\"685.576\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1162.91\" cy=\"333.994\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1225.44\" cy=\"440.104\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1061.74\" cy=\"374.258\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1590.32\" cy=\"140.79\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1725.6\" cy=\"874.829\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1635.79\" cy=\"893.891\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1211.67\" cy=\"533.233\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1094.03\" cy=\"587.515\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"979.719\" cy=\"721.275\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1533.9\" cy=\"367.792\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1222.86\" cy=\"869.678\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1214.45\" cy=\"813.482\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1542.35\" cy=\"879.818\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"895.793\" cy=\"551.855\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1267.16\" cy=\"402.702\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1186.7\" cy=\"766.091\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1514.07\" cy=\"814.857\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1459.42\" cy=\"962.181\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1474.2\" cy=\"455.858\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1162.73\" cy=\"830.782\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1002.94\" cy=\"418.641\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1114.21\" cy=\"336.84\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1225.78\" cy=\"840.49\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1024.99\" cy=\"415.033\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1035.95\" cy=\"680.47\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1020.2\" cy=\"503.042\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"784.134\" cy=\"567.97\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"913.19\" cy=\"491.618\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"828.548\" cy=\"504.313\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"962.205\" cy=\"619.471\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1189.37\" cy=\"412.374\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"789.84\" cy=\"568.639\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1117.95\" cy=\"435.303\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"914.931\" cy=\"646.891\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"930.897\" cy=\"585.939\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1010.46\" cy=\"457.721\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"842.5\" cy=\"487.44\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"786.431\" cy=\"558.04\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1012.3\" cy=\"465.164\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"868.988\" cy=\"574.25\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"864.58\" cy=\"539.336\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"991.736\" cy=\"505.968\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"867.541\" cy=\"559.678\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"803.714\" cy=\"536.138\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1228.66\" cy=\"393.487\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"822.776\" cy=\"507.506\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"920.633\" cy=\"460.817\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"958.713\" cy=\"481.041\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1104.51\" cy=\"444.925\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"855.793\" cy=\"477.353\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1027.02\" cy=\"474.739\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"869.083\" cy=\"477.82\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"976.665\" cy=\"491.443\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"976.447\" cy=\"656.137\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1066.17\" cy=\"509.343\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"922.735\" cy=\"580.818\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"904.087\" cy=\"647.689\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"829.103\" cy=\"594.436\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"833.878\" cy=\"510.228\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"875.847\" cy=\"497.636\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"954.417\" cy=\"433.865\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"937.105\" cy=\"469.358\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"892.267\" cy=\"473.392\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"872.741\" cy=\"465.619\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"906.808\" cy=\"500.44\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"989.068\" cy=\"541.289\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"877.393\" cy=\"462.636\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"885.545\" cy=\"640.446\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"841.03\" cy=\"510.931\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1005.29\" cy=\"509.636\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"968.552\" cy=\"427.426\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"855.338\" cy=\"477.028\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"861.819\" cy=\"479.002\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"854.262\" cy=\"548.601\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1197.53\" cy=\"409.362\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1207.6\" cy=\"380.42\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"936.796\" cy=\"584.156\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"948.026\" cy=\"598.79\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"784.341\" cy=\"561.268\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"812.172\" cy=\"518.847\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"861.652\" cy=\"476.716\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1115.02\" cy=\"438.739\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"790.236\" cy=\"550.738\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"923.253\" cy=\"468.205\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"909.345\" cy=\"542.524\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"891.29\" cy=\"620.508\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"885.922\" cy=\"555.242\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"886.144\" cy=\"511.165\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"950.163\" cy=\"624.218\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"979.207\" cy=\"641.132\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"945.662\" cy=\"477.566\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"862.918\" cy=\"479.804\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"973.376\" cy=\"431.714\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1037.61\" cy=\"478.58\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"853.159\" cy=\"614.794\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"987.322\" cy=\"447.171\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"803.436\" cy=\"529.157\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1002.82\" cy=\"522.57\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"870.984\" cy=\"468.34\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"833.14\" cy=\"518.851\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"914.449\" cy=\"646.407\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"872.897\" cy=\"469.014\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"801.444\" cy=\"593.84\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"986.84\" cy=\"539.158\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"874.75\" cy=\"545.993\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"851.869\" cy=\"584.762\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"962.485\" cy=\"536.082\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"983.938\" cy=\"453.844\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"891.322\" cy=\"452.633\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"876.038\" cy=\"549.602\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1079.08\" cy=\"466.58\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1125.53\" cy=\"442.163\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"938.246\" cy=\"591.273\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"805.39\" cy=\"594.319\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"820.856\" cy=\"506.977\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"852.841\" cy=\"497.309\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1138.4\" cy=\"434.459\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"886.453\" cy=\"570.171\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"842.911\" cy=\"510.391\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"895.647\" cy=\"633.605\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"796.894\" cy=\"543.185\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1068.61\" cy=\"447.432\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"898.799\" cy=\"616.04\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"992.229\" cy=\"609.15\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"794.548\" cy=\"585.027\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1002.1\" cy=\"684.33\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1112.62\" cy=\"424.051\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"871.306\" cy=\"641.793\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"979.658\" cy=\"659.396\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"875.993\" cy=\"469.641\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"788.971\" cy=\"553.485\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"951.265\" cy=\"618.183\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"944.148\" cy=\"460.907\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"995.577\" cy=\"437.599\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"963.032\" cy=\"622.241\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1138.62\" cy=\"445.772\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1082.21\" cy=\"425.12\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"846.4\" cy=\"534.46\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"882.215\" cy=\"502.631\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"895.463\" cy=\"489.698\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"829.31\" cy=\"560.978\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"877.277\" cy=\"531.944\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"961.677\" cy=\"580.611\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"855.374\" cy=\"482.875\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"958.927\" cy=\"618.713\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"972.501\" cy=\"425.355\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"864.744\" cy=\"618.31\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"895.511\" cy=\"541.885\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"835.605\" cy=\"575.321\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"934.723\" cy=\"636.135\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"834.211\" cy=\"577.796\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"984.534\" cy=\"481.225\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"919.644\" cy=\"452.302\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"976.751\" cy=\"629.917\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"814.193\" cy=\"518.833\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1004.87\" cy=\"465.995\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"929.855\" cy=\"489.689\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"825.568\" cy=\"505.822\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"838.958\" cy=\"567.241\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"843.479\" cy=\"580.009\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"886.155\" cy=\"490.055\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"915.32\" cy=\"451.265\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"899.854\" cy=\"478.115\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"950.793\" cy=\"604.809\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"851.658\" cy=\"484.725\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"967.766\" cy=\"463.669\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1172.48\" cy=\"401.321\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1013.93\" cy=\"469.815\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"921.031\" cy=\"483.516\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"820.612\" cy=\"605.155\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"841.571\" cy=\"489.531\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"802.117\" cy=\"527.357\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"833.449\" cy=\"501.018\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1015.09\" cy=\"683.087\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"912.424\" cy=\"604.015\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"932.064\" cy=\"579.331\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1008.91\" cy=\"469.408\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"953.56\" cy=\"509.274\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"829.804\" cy=\"515.229\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1040.19\" cy=\"472.345\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"970.053\" cy=\"589.749\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1018.81\" cy=\"540.633\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"890.266\" cy=\"484.882\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"802.163\" cy=\"554.498\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1012.05\" cy=\"664.518\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"960.609\" cy=\"468.549\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"879.144\" cy=\"492.415\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"794.888\" cy=\"553.82\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"801.889\" cy=\"527.432\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"846.467\" cy=\"527.932\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"962.229\" cy=\"427.249\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"991.878\" cy=\"547.828\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1124.02\" cy=\"438.215\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"948.113\" cy=\"514.76\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"905.545\" cy=\"553.436\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1003.75\" cy=\"607.524\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"873.463\" cy=\"635.278\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"896.355\" cy=\"555.402\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"937.542\" cy=\"553.956\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"790.254\" cy=\"545.703\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"930.303\" cy=\"657.294\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"987.813\" cy=\"520.428\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"786.621\" cy=\"559.237\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1072.36\" cy=\"464.247\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"989.259\" cy=\"581.346\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"815.994\" cy=\"544.334\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"886.721\" cy=\"492.461\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"959.428\" cy=\"528.099\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"839.642\" cy=\"513.525\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1033.33\" cy=\"499.669\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1007.15\" cy=\"575.05\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"948.908\" cy=\"612.174\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1001.63\" cy=\"468.059\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"986.11\" cy=\"459.892\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"867.458\" cy=\"533.569\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"938.445\" cy=\"462.616\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"794.882\" cy=\"543.504\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"811.276\" cy=\"516.948\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"849.879\" cy=\"533.353\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"989.671\" cy=\"663.387\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"790.297\" cy=\"550.157\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"874.635\" cy=\"574.932\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"922.101\" cy=\"510.636\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"864.316\" cy=\"520.023\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"878.318\" cy=\"551.367\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"946.751\" cy=\"658.419\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"842.833\" cy=\"489.77\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1018.74\" cy=\"540.477\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1136.25\" cy=\"405.41\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"791.245\" cy=\"560.948\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"806.592\" cy=\"599.744\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"957.92\" cy=\"441.035\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1201.43\" cy=\"395.314\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"858.612\" cy=\"619.049\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1128.91\" cy=\"406.392\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1003.53\" cy=\"660.228\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1002.56\" cy=\"523.801\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"844.906\" cy=\"604.326\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1014.13\" cy=\"590.416\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1040.98\" cy=\"429.937\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"997.356\" cy=\"488.755\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"836.929\" cy=\"612.908\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1041.62\" cy=\"691.386\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"872.35\" cy=\"528.917\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1050.73\" cy=\"514.469\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1015.03\" cy=\"690.439\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1001.21\" cy=\"518.652\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"885.863\" cy=\"512.866\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"918.394\" cy=\"545.845\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1086.86\" cy=\"407.79\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"877.083\" cy=\"584.376\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"942.129\" cy=\"657.82\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"983.215\" cy=\"532.292\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1052.43\" cy=\"484.938\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1007.19\" cy=\"617.801\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1147.15\" cy=\"445.604\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"901.084\" cy=\"454.379\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"956.315\" cy=\"614.862\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"823.932\" cy=\"509.27\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1001.43\" cy=\"679.164\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"837.105\" cy=\"624.06\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"808.063\" cy=\"520.601\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"787.698\" cy=\"578.284\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1184.44\" cy=\"393.513\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"969.2\" cy=\"632.459\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"859.727\" cy=\"529.151\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"891.07\" cy=\"457.179\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"826.081\" cy=\"501.987\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"820.248\" cy=\"516.822\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"852.174\" cy=\"494.609\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"794.247\" cy=\"583.027\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"897.417\" cy=\"458.342\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"900.444\" cy=\"519.833\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"889.964\" cy=\"461.179\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"782.888\" cy=\"567.699\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"802.178\" cy=\"545.091\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"801.437\" cy=\"530.976\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"784.202\" cy=\"571.704\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"807.125\" cy=\"523.988\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"825.373\" cy=\"515.417\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"902.175\" cy=\"498.579\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"976.102\" cy=\"637.183\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"796.727\" cy=\"564.377\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"802.863\" cy=\"594.944\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"906.932\" cy=\"588.52\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"902.185\" cy=\"508.937\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"868.974\" cy=\"467.841\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1117.34\" cy=\"421.164\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"865.332\" cy=\"470.551\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1011.84\" cy=\"531.225\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1095.5\" cy=\"401.672\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"839.228\" cy=\"490.409\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"928.071\" cy=\"442.959\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1136.18\" cy=\"410.057\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1007.59\" cy=\"586.978\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"838.453\" cy=\"492.03\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"793.941\" cy=\"564.592\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1114.41\" cy=\"427.891\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"791.261\" cy=\"549.522\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"799.401\" cy=\"587.147\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"982.56\" cy=\"624.867\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"841.575\" cy=\"591.9\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"893.327\" cy=\"451.775\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"968.319\" cy=\"437.839\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"788.182\" cy=\"551.826\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"830.438\" cy=\"497.102\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"908.663\" cy=\"572.868\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"875.524\" cy=\"494.903\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"863.352\" cy=\"471.195\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1136.87\" cy=\"433.094\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"793.016\" cy=\"546.109\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1042.76\" cy=\"528.53\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"907.02\" cy=\"456.453\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"853.75\" cy=\"548.346\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"956.89\" cy=\"606.994\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"988.699\" cy=\"528.305\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"825.092\" cy=\"515.785\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"826.287\" cy=\"504.851\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"808.272\" cy=\"537.56\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"862.069\" cy=\"493.043\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"954.047\" cy=\"571.738\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"916.559\" cy=\"473.428\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1008.43\" cy=\"538.817\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"918.912\" cy=\"495.569\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"996.673\" cy=\"610.748\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"846.037\" cy=\"624.545\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"880.286\" cy=\"463.492\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"843.416\" cy=\"499.898\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"888.691\" cy=\"493.882\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"823.983\" cy=\"528.03\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"977.901\" cy=\"491.677\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"852.354\" cy=\"577.355\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"999.947\" cy=\"595.897\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1062.68\" cy=\"474.549\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1023.88\" cy=\"413.636\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"896.487\" cy=\"554.967\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"946.351\" cy=\"519.951\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"848.374\" cy=\"520.308\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1183.74\" cy=\"410.441\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1125.52\" cy=\"449.13\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"939.005\" cy=\"483.546\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"854.859\" cy=\"538.692\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"875.101\" cy=\"463.107\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"880.937\" cy=\"476.68\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"973.242\" cy=\"632.013\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1118.24\" cy=\"395.173\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"985.341\" cy=\"530.973\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"798.218\" cy=\"552.32\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"893.745\" cy=\"451.172\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"871.303\" cy=\"479.455\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1146.25\" cy=\"420.367\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"801.465\" cy=\"542.787\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"783.567\" cy=\"564.393\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"881.598\" cy=\"636.458\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"849.546\" cy=\"528.462\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"866.614\" cy=\"469.162\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"841.125\" cy=\"515.528\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"792.404\" cy=\"548.958\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1001.99\" cy=\"579.257\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"985.213\" cy=\"482.803\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"903.614\" cy=\"642.9\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"999.069\" cy=\"469.665\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1241.54\" cy=\"387.954\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"979.515\" cy=\"647.128\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1014.04\" cy=\"433.287\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1035.69\" cy=\"691.467\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"807.185\" cy=\"546.373\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"881.251\" cy=\"643.942\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"836.066\" cy=\"492.365\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1069.01\" cy=\"492.81\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"987.225\" cy=\"636.148\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1012.17\" cy=\"433.845\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"858.592\" cy=\"619.528\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1236.2\" cy=\"379.538\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1013.23\" cy=\"653.578\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"917.7\" cy=\"528.43\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"802.187\" cy=\"579.506\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"827.407\" cy=\"601.402\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"846.236\" cy=\"592.733\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1003.3\" cy=\"438.847\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"881.022\" cy=\"580.329\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1049.67\" cy=\"415.614\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"820.166\" cy=\"507.105\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1114.49\" cy=\"415.992\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1015.77\" cy=\"465.347\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"793.212\" cy=\"579.65\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"851.67\" cy=\"543.001\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"940.863\" cy=\"436.561\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"831.079\" cy=\"532.2\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"832.924\" cy=\"531.073\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"833.426\" cy=\"558.774\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"858.537\" cy=\"487.088\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"992.167\" cy=\"646.244\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"811.375\" cy=\"517.072\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"936.456\" cy=\"642.535\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1016.28\" cy=\"686.404\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1009.9\" cy=\"645.237\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"925.33\" cy=\"455.279\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"984.083\" cy=\"451.293\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"812.414\" cy=\"521.601\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1071.91\" cy=\"413.956\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"923.871\" cy=\"519.845\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"888.628\" cy=\"562.495\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"803.947\" cy=\"551.624\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1121.23\" cy=\"435.043\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"801.895\" cy=\"579.969\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"899.094\" cy=\"489.524\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1087.11\" cy=\"431.098\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"791.334\" cy=\"545.095\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1194.69\" cy=\"410.842\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1021.32\" cy=\"465.519\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"873.119\" cy=\"464.388\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"924.39\" cy=\"473.071\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"988.7\" cy=\"622.904\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"884.753\" cy=\"484.114\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"881.532\" cy=\"618.285\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1001.72\" cy=\"553.917\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"802.16\" cy=\"555.562\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"927.531\" cy=\"549.324\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"859.04\" cy=\"490.726\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"872.063\" cy=\"498.672\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"981.955\" cy=\"440.897\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"982.152\" cy=\"447.026\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"985.872\" cy=\"648.106\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"917.297\" cy=\"504.891\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"818.235\" cy=\"509.396\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"832.971\" cy=\"518.649\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"945.443\" cy=\"572.771\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"812.367\" cy=\"518.078\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"862.892\" cy=\"587.578\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"882.103\" cy=\"546.2\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"876.052\" cy=\"597.435\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"962.138\" cy=\"497.981\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"783.873\" cy=\"564.836\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"956.448\" cy=\"641.15\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"912.613\" cy=\"575.5\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"906.251\" cy=\"646.137\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"940.403\" cy=\"485.024\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1045.51\" cy=\"441.008\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1059.12\" cy=\"448.877\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1005.14\" cy=\"621.241\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"931.684\" cy=\"617.666\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1025.28\" cy=\"693.938\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"808.56\" cy=\"528.57\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1090.88\" cy=\"428.704\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"984.039\" cy=\"528.229\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"905.456\" cy=\"639.73\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"851.935\" cy=\"482.813\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"948.989\" cy=\"547.278\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"868.366\" cy=\"508.926\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"831.692\" cy=\"550.886\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"869.797\" cy=\"477.148\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"876.312\" cy=\"613.745\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"838.777\" cy=\"511.639\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"827.928\" cy=\"611.527\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1141.09\" cy=\"405.116\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"898.944\" cy=\"478.531\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1234.82\" cy=\"388.712\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"794.272\" cy=\"558.174\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"833.967\" cy=\"509.14\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"958.784\" cy=\"622.094\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1150.51\" cy=\"391.623\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"893.394\" cy=\"636.169\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"874.295\" cy=\"492.615\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"852.146\" cy=\"548.793\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"836.086\" cy=\"498.461\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1194.24\" cy=\"381.888\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"976.79\" cy=\"444.133\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"924.062\" cy=\"515.492\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"785.47\" cy=\"563.725\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"853.398\" cy=\"493.092\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1037.05\" cy=\"412.708\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"791.026\" cy=\"550.819\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"914.716\" cy=\"506.458\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"931.289\" cy=\"640.288\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1078.97\" cy=\"434.758\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"897.507\" cy=\"592.532\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1054.72\" cy=\"477.002\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"959.432\" cy=\"451.28\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"942.436\" cy=\"628.856\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"996.659\" cy=\"427.136\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1084.27\" cy=\"483.93\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"883.85\" cy=\"507.244\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"904.929\" cy=\"593.242\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"852.852\" cy=\"515.308\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1031.96\" cy=\"421.683\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"950.766\" cy=\"638.789\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1011.12\" cy=\"548.248\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"975.95\" cy=\"619.863\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"958.251\" cy=\"428.335\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"815.923\" cy=\"531.544\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"985.257\" cy=\"603.328\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"969.758\" cy=\"602.218\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"969.721\" cy=\"466.421\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"786.562\" cy=\"554.29\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"950.88\" cy=\"561.428\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"866.974\" cy=\"572.46\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1015.03\" cy=\"438.017\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"856.823\" cy=\"480.091\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1014.51\" cy=\"457.942\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"901.869\" cy=\"653.081\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1064\" cy=\"454.537\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"857.969\" cy=\"510.399\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"842.125\" cy=\"490.051\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1061.96\" cy=\"415.556\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"912.192\" cy=\"549.144\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"823.916\" cy=\"608.225\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"820.398\" cy=\"530.278\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"878.286\" cy=\"499.618\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"904.873\" cy=\"628.085\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1067.92\" cy=\"462.211\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"835.299\" cy=\"526.715\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"910.674\" cy=\"468.791\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"790.855\" cy=\"556.049\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"802.327\" cy=\"548.725\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1002.21\" cy=\"620.261\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"882.046\" cy=\"510.666\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"898.156\" cy=\"454.561\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1176.23\" cy=\"399.03\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"841.627\" cy=\"517.806\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"882.636\" cy=\"648.839\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"899.9\" cy=\"447.873\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"980.703\" cy=\"449.542\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1133.28\" cy=\"415.375\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"783.021\" cy=\"575.662\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1018.38\" cy=\"541.329\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"999.121\" cy=\"551.93\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"859.227\" cy=\"487.078\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"861.778\" cy=\"504.015\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"892.881\" cy=\"642.562\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"867.707\" cy=\"502.682\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"981.694\" cy=\"589.693\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1008.68\" cy=\"642.847\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1027.07\" cy=\"509.614\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"859.095\" cy=\"625.842\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"816.526\" cy=\"510.385\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"957.224\" cy=\"569.209\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1159.82\" cy=\"414.36\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"892.289\" cy=\"476.17\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"858.376\" cy=\"544.069\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"923.038\" cy=\"456.468\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1046.57\" cy=\"424.907\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1115.02\" cy=\"462.628\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"912.232\" cy=\"476.029\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"904.657\" cy=\"639.16\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1206.14\" cy=\"388.687\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"856.72\" cy=\"478.149\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"891.319\" cy=\"542.976\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"834.002\" cy=\"494.536\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"934.018\" cy=\"528.755\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"917.459\" cy=\"519.223\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"807.946\" cy=\"525.902\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1067.23\" cy=\"423.708\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1007.53\" cy=\"675.307\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"841.411\" cy=\"496.961\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1024.56\" cy=\"493.913\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"977.517\" cy=\"433.483\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1015.85\" cy=\"481.79\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"851.33\" cy=\"578.411\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"806.976\" cy=\"538.582\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"922.586\" cy=\"513.905\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"939.353\" cy=\"461.598\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"817.263\" cy=\"531.42\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"971.093\" cy=\"567.287\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"789.203\" cy=\"587.774\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"861.162\" cy=\"565.6\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1173.53\" cy=\"426.302\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"960.972\" cy=\"521.35\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"926.79\" cy=\"480.738\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"871.819\" cy=\"480.246\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1115.38\" cy=\"459.922\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1092.98\" cy=\"437.743\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1027.3\" cy=\"521.283\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"883.241\" cy=\"568.947\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"816.859\" cy=\"513.275\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"918.319\" cy=\"470.977\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1172.01\" cy=\"387.614\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1128.75\" cy=\"445.489\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"985.404\" cy=\"576.633\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"855.767\" cy=\"476.748\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"974.434\" cy=\"476.14\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"819.416\" cy=\"545.709\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"895.556\" cy=\"453.439\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"853.938\" cy=\"497.544\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"830.157\" cy=\"497.393\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"985.028\" cy=\"681.99\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1114.56\" cy=\"425.163\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"808.227\" cy=\"574.268\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"975.811\" cy=\"628.711\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"877.26\" cy=\"461.579\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"828.759\" cy=\"614.914\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"803.943\" cy=\"531.849\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"955.52\" cy=\"640.401\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1005.01\" cy=\"419.275\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"947.444\" cy=\"448.797\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"956.718\" cy=\"529.197\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"968.466\" cy=\"593.369\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1115.55\" cy=\"407.139\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1004\" cy=\"422.161\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"874.545\" cy=\"476.611\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"993.706\" cy=\"436.7\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"878.644\" cy=\"566.53\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"822.601\" cy=\"504.417\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1050.22\" cy=\"431.423\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"931.686\" cy=\"559.52\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1194.01\" cy=\"403.788\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"962.16\" cy=\"452.555\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"901.703\" cy=\"503.437\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1012.3\" cy=\"502.991\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1022.22\" cy=\"498.561\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"916.83\" cy=\"569.862\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"783.487\" cy=\"564.316\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1115.36\" cy=\"439.814\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"985.784\" cy=\"461.972\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"817.617\" cy=\"606.664\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"852.575\" cy=\"479.893\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"906.836\" cy=\"526.284\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"870.155\" cy=\"552.324\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"856.994\" cy=\"478.469\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"850.22\" cy=\"578.699\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"975.247\" cy=\"617.885\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"804.262\" cy=\"563.845\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"862.27\" cy=\"634.689\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"808.338\" cy=\"577.122\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"891.012\" cy=\"457.606\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"843.992\" cy=\"488.137\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"883.243\" cy=\"489.981\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"921.592\" cy=\"612.536\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1001.96\" cy=\"532.994\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"822.667\" cy=\"594.384\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1061.07\" cy=\"405.868\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"805.236\" cy=\"534.33\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1123.06\" cy=\"422.081\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"942.7\" cy=\"573.093\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"966.167\" cy=\"676.529\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"805.288\" cy=\"525.142\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"897.599\" cy=\"510.015\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"907.941\" cy=\"501.473\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"900.879\" cy=\"627.016\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"813.705\" cy=\"612.361\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"800.976\" cy=\"601.6\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"914.944\" cy=\"554.125\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"924.27\" cy=\"504.301\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"895.026\" cy=\"640.05\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"882.947\" cy=\"457.977\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"928.034\" cy=\"655.014\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"807.964\" cy=\"526.663\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"906.53\" cy=\"456.101\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"988.224\" cy=\"578.988\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"863.555\" cy=\"529.929\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"811.393\" cy=\"515.768\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"830.647\" cy=\"506.165\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"846.971\" cy=\"624.283\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"984.993\" cy=\"429.459\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"785.363\" cy=\"586.208\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"801.708\" cy=\"527.982\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"948.168\" cy=\"487.903\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"900.151\" cy=\"500.44\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"853.534\" cy=\"512.248\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1088.62\" cy=\"468.597\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"803.962\" cy=\"533.879\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"907.776\" cy=\"512.978\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1184.84\" cy=\"399.288\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"890.722\" cy=\"453.019\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"837.902\" cy=\"609.593\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"895.576\" cy=\"481.902\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"963.303\" cy=\"499.488\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"803.901\" cy=\"530.377\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"988.345\" cy=\"519.867\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"900.78\" cy=\"495.488\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"912.698\" cy=\"453.181\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"796.222\" cy=\"546.364\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"946.049\" cy=\"432.151\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"985.904\" cy=\"535.039\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"850.983\" cy=\"570.004\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1203.9\" cy=\"389.339\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"860.462\" cy=\"556.626\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"860.036\" cy=\"582.669\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"962.689\" cy=\"666.409\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"789.625\" cy=\"549.998\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"947.133\" cy=\"573.619\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1074.31\" cy=\"476.207\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1118\" cy=\"430.29\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"993.594\" cy=\"542.178\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1002.59\" cy=\"498.768\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"822.434\" cy=\"512.249\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"939.141\" cy=\"641.81\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1007.62\" cy=\"433.244\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"942.338\" cy=\"634.191\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"989.768\" cy=\"422.136\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"855.148\" cy=\"578.202\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"850.06\" cy=\"483.622\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1146.18\" cy=\"422.495\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"834.236\" cy=\"603.025\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"805.952\" cy=\"522.124\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"947.434\" cy=\"444.373\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"845.211\" cy=\"497.167\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"965.184\" cy=\"641.538\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"910.215\" cy=\"534.056\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"812.996\" cy=\"517.125\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"974.318\" cy=\"447.079\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"873.761\" cy=\"467.679\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"878.474\" cy=\"592.795\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"968.511\" cy=\"488.102\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"848.695\" cy=\"491.767\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"995.921\" cy=\"681.041\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"834.764\" cy=\"498.036\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1157.52\" cy=\"388.878\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1008.55\" cy=\"664.56\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"866.144\" cy=\"500.16\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"838.546\" cy=\"490.224\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"923.107\" cy=\"449.351\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"918.258\" cy=\"441.226\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"894.361\" cy=\"542.13\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"910.905\" cy=\"515.333\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1059.65\" cy=\"478.112\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"863.126\" cy=\"601.408\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"875.674\" cy=\"493.896\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"985.246\" cy=\"429.828\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1023.92\" cy=\"662.907\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"872.352\" cy=\"482.894\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"867.003\" cy=\"494.404\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1005.26\" cy=\"599.139\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1078.4\" cy=\"411.252\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1002.24\" cy=\"673.853\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"980.084\" cy=\"627.967\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"805.217\" cy=\"540.561\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"957.123\" cy=\"572.625\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"873.026\" cy=\"600.773\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1008.74\" cy=\"578.632\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"942.869\" cy=\"559.535\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"825.952\" cy=\"596.842\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1113.12\" cy=\"408.735\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"838.104\" cy=\"526.283\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1140.69\" cy=\"419.244\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"854.792\" cy=\"477.527\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"861.068\" cy=\"535.072\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"824.257\" cy=\"526.375\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"982.376\" cy=\"497.073\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"794.453\" cy=\"576.981\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"845.841\" cy=\"525.746\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"788\" cy=\"590.954\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"791.655\" cy=\"549.443\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"947.32\" cy=\"496.836\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1055.24\" cy=\"419.103\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1062.92\" cy=\"469.137\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"890.257\" cy=\"480.82\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"879.68\" cy=\"593.332\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"860.624\" cy=\"608.707\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1030.15\" cy=\"422.713\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1076.7\" cy=\"418.431\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"908.677\" cy=\"642.266\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"877.972\" cy=\"483.232\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"947.639\" cy=\"639.534\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1013.5\" cy=\"571.05\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1177.91\" cy=\"419.97\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"921.926\" cy=\"445.796\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1033.94\" cy=\"524.785\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"884.031\" cy=\"608.1\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1001.83\" cy=\"581.562\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1114.58\" cy=\"423.001\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"836.189\" cy=\"498.954\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"843.652\" cy=\"493.584\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1048.49\" cy=\"698.201\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"969.306\" cy=\"615.18\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"952.982\" cy=\"579.895\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"876.359\" cy=\"464.96\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"805.567\" cy=\"529.368\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"790.344\" cy=\"547.932\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"945.922\" cy=\"629.057\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"908.887\" cy=\"507.737\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"852.098\" cy=\"581.744\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"802.733\" cy=\"527.784\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"887.69\" cy=\"454.918\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1135.58\" cy=\"434.093\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"890.056\" cy=\"527.67\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"951.18\" cy=\"571.872\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"978.567\" cy=\"617.997\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"927.071\" cy=\"616.946\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"867.032\" cy=\"614.93\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"893.212\" cy=\"451.356\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1137.33\" cy=\"445.095\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"859.53\" cy=\"501.462\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"794.996\" cy=\"599.739\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"828.069\" cy=\"622.962\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"845.366\" cy=\"547.305\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1004.87\" cy=\"565.326\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"976.866\" cy=\"576.084\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"872.905\" cy=\"466.248\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"878.965\" cy=\"644.364\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1259.41\" cy=\"374.819\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1005.38\" cy=\"472.048\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"916.126\" cy=\"499.257\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"869.285\" cy=\"597.244\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"945.662\" cy=\"451.64\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"855.926\" cy=\"500.262\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1041.72\" cy=\"439.496\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"962.6\" cy=\"460.947\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"971.762\" cy=\"515.062\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"992.998\" cy=\"655.345\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"899.133\" cy=\"521.53\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"973.444\" cy=\"505.422\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"892.852\" cy=\"546.814\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"907.982\" cy=\"545.765\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1151.42\" cy=\"442.22\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"880.806\" cy=\"537.645\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"857.48\" cy=\"475.82\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"868.236\" cy=\"483.808\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"803.842\" cy=\"555.628\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1025.81\" cy=\"413.042\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"878.814\" cy=\"553.049\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"873.337\" cy=\"482.45\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"821.015\" cy=\"508.188\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"915.772\" cy=\"621.278\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"879.589\" cy=\"551.311\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1233.51\" cy=\"390.607\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"789.367\" cy=\"549.37\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"843.083\" cy=\"508.957\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"873.635\" cy=\"535.461\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"836.295\" cy=\"514.505\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1013.79\" cy=\"533.489\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1003.17\" cy=\"432.471\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1125.52\" cy=\"402.933\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"994.501\" cy=\"499.602\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"799.839\" cy=\"543.833\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"884.704\" cy=\"637.461\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"898.211\" cy=\"626.115\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1077.42\" cy=\"454.644\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1107.26\" cy=\"413.281\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"857.403\" cy=\"625.966\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"984.993\" cy=\"512.363\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1267.77\" cy=\"369.839\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"869.164\" cy=\"481.772\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1020.73\" cy=\"526.034\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1152.45\" cy=\"401.558\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"997.854\" cy=\"580.327\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"985.602\" cy=\"507.991\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"924.253\" cy=\"585.447\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"949.504\" cy=\"500.001\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1139.64\" cy=\"427.853\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"824.126\" cy=\"506.964\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"819.324\" cy=\"507.506\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"889.619\" cy=\"486.322\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1156.28\" cy=\"416.147\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"836.93\" cy=\"512.317\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"891.63\" cy=\"479.393\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"854.395\" cy=\"501.904\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"806.029\" cy=\"533.514\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"910.572\" cy=\"543.774\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1010.06\" cy=\"605.181\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"877.378\" cy=\"481.373\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"970.338\" cy=\"457.899\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1142.63\" cy=\"416.416\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"881.667\" cy=\"614.104\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1004.36\" cy=\"439.623\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1150.39\" cy=\"411.75\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"802.035\" cy=\"601.24\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"867.284\" cy=\"512.324\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"939.326\" cy=\"517.958\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"995.586\" cy=\"607.405\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1175.42\" cy=\"398.257\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"836.949\" cy=\"496.512\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1033.18\" cy=\"486.083\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"906.414\" cy=\"458.991\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"918.031\" cy=\"603.059\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1120.01\" cy=\"407.595\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1032.23\" cy=\"514.755\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1019.59\" cy=\"513.529\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"993.614\" cy=\"530.972\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"791.931\" cy=\"554.33\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1084.37\" cy=\"435.513\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"907.534\" cy=\"461.809\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"911.906\" cy=\"580.231\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1015.65\" cy=\"583.054\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"901.893\" cy=\"593.14\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"983.1\" cy=\"442.032\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1235.22\" cy=\"383.838\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"805.001\" cy=\"537.408\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"887.923\" cy=\"461.024\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1057.29\" cy=\"433.237\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"837.566\" cy=\"623.865\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"822.22\" cy=\"556.889\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"941.256\" cy=\"484.908\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1093.29\" cy=\"411.553\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"839.516\" cy=\"516.583\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"822.382\" cy=\"524.339\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"933.838\" cy=\"436.426\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"992.538\" cy=\"538.849\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"957.602\" cy=\"483.893\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"884.923\" cy=\"482.874\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"823.488\" cy=\"606.743\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"788.791\" cy=\"564.154\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"910.633\" cy=\"641.111\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"930.473\" cy=\"591.23\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1164.47\" cy=\"418.538\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"801.875\" cy=\"544.149\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"809.9\" cy=\"520.657\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"835.023\" cy=\"494.849\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"814.756\" cy=\"560.596\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"841.888\" cy=\"604.39\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1074.02\" cy=\"435.504\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"803.536\" cy=\"525.088\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"874.751\" cy=\"463.334\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"857.53\" cy=\"598.43\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"810.386\" cy=\"592.445\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"995.047\" cy=\"552.992\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"937.911\" cy=\"536.314\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"954.974\" cy=\"509.896\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"783.672\" cy=\"579.203\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"955.796\" cy=\"450.893\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"917.456\" cy=\"581.661\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"946.888\" cy=\"514.576\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1010.45\" cy=\"593.228\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"836.859\" cy=\"497.524\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"872.176\" cy=\"577.896\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"793.61\" cy=\"539.688\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1066.35\" cy=\"476.079\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"814.366\" cy=\"513.726\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"846.134\" cy=\"485.712\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1038.69\" cy=\"417.938\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"874.863\" cy=\"510.836\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"999.938\" cy=\"682.376\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"861.347\" cy=\"478.362\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"946.759\" cy=\"609.597\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"892.492\" cy=\"517.02\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"890.544\" cy=\"453.827\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"956.318\" cy=\"442.632\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"831.405\" cy=\"516.745\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"859.694\" cy=\"590.143\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"826.427\" cy=\"506.449\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"893.638\" cy=\"473.031\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"899.208\" cy=\"640.908\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"805.748\" cy=\"540.568\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"865.827\" cy=\"481.746\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1127.15\" cy=\"455.989\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1018.89\" cy=\"506.996\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"935.254\" cy=\"436.982\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"942.828\" cy=\"450.453\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"942.169\" cy=\"496.907\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"836.007\" cy=\"503.661\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"892.277\" cy=\"651.049\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"846.774\" cy=\"483.83\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"806.01\" cy=\"534.376\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"786.552\" cy=\"583.779\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"788.724\" cy=\"581.018\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1022\" cy=\"691.964\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1064.02\" cy=\"442.718\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"837.801\" cy=\"491.074\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"904.763\" cy=\"656.314\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"836.179\" cy=\"518.266\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"841.907\" cy=\"619.999\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"833.5\" cy=\"554\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"943.355\" cy=\"569.225\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"881.575\" cy=\"544.325\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"879.687\" cy=\"488.307\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1084.79\" cy=\"443.658\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1041.73\" cy=\"470.697\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"875.654\" cy=\"462.772\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"866.009\" cy=\"524.358\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"894.544\" cy=\"624.148\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1211.71\" cy=\"397.093\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"824.033\" cy=\"518.622\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"788.529\" cy=\"559.602\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"826.279\" cy=\"532.04\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"967.366\" cy=\"466.966\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"801.429\" cy=\"595.965\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"808.938\" cy=\"534.891\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"888.605\" cy=\"495.535\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"930.588\" cy=\"478.587\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1094.92\" cy=\"409.493\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1050.28\" cy=\"447.859\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"846.837\" cy=\"512.246\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"821.901\" cy=\"513.796\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"976.064\" cy=\"579.86\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"783.627\" cy=\"582.974\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"948.927\" cy=\"657.326\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"817.526\" cy=\"527.914\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"1050.66\" cy=\"491.005\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"889.652\" cy=\"580.457\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"852.429\" cy=\"488.159\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"979.365\" cy=\"486.583\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"963.606\" cy=\"522.636\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"831.984\" cy=\"509.15\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"891.818\" cy=\"515.123\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"809.39\" cy=\"527.906\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"981.322\" cy=\"636.797\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"879.565\" cy=\"461.936\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n<circle clip-path=\"url(#clip822)\" cx=\"857.481\" cy=\"534.15\" r=\"14\" fill=\"#ff0000\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"2.56\"/>\n</svg>\n"
},
"metadata": {},
"execution_count": 8
}
],
"metadata": {}
},
{
"cell_type": "code",
"execution_count": null,
"source": [],
"outputs": [],
"metadata": {}
}
],
"metadata": {
"@webio": {
"lastCommId": null,
"lastKernelId": null
},
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Julia 1.7.0-rc1",
"language": "julia",
"name": "julia-1.7"
},
"language_info": {
"file_extension": ".jl",
"name": "julia",
"mimetype": "application/julia",
"version": "1.7.0"
},
"nteract": {
"version": "0.25.0"
}
},
"nbformat": 4,
"nbformat_minor": 4
}