Opus Rotates Shapes
SVG animations
Originally published on Greengale
The cubes in my previous entry were written by Opus 4.5, with the initial prompt followed up by a bit of style tweaking for the colors, and then two variants with different rotation axes.
Can you figure out how to create an animated rotating 3D wireframe cube using only SVG with SMIL animations? Think carefully about the math, it will need to be accurately depicted. Use any tools you need to before creating it.
Here's Opus 4.6's one-shot take on the same prompt:
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400" width="400" height="400">
<rect width="400" height="400" fill="#0a0a1a" rx="12"/>
<defs>
<filter id="glow" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur stdDeviation="2" result="blur"/>
<feMerge>
<feMergeNode in="blur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<linearGradient id="edgeGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#00e5ff"/>
<stop offset="100%" stop-color="#aa66ff"/>
</linearGradient>
</defs>
<line x1="63.8" y1="134.12" x2="336.2" y2="134.12" stroke="url(#edgeGrad)" stroke-width="2" stroke-linecap="round" filter="url(#glow)">
<animate attributeName="x1" values="63.8;56.63;50.19;44.48;39.5;35.24;31.68;28.81;26.6;25.02;24.05;23.65;23.81;24.49;25.66;27.29;29.34;31.8;34.63;37.81;41.31;45.11;49.18;53.5;58.05;62.82;67.78;72.92;78.22;83.67;89.26;94.96;100.78;106.7;112.7;118.79;124.95;131.18;137.46;143.79;150.17;156.58;163.03;169.5;175.99;182.5;189.03;195.56;202.09;208.63;215.15;221.67;228.17;234.65;241.11;247.53;253.92;260.27;266.57;272.82;279.0;285.12;291.15;297.1;302.96;308.71;314.34;319.84;325.19;330.39;335.42;340.26;344.89;349.3;353.46;357.36;360.97;364.26;367.22;369.82;372.02;373.81;375.14;376.0;376.35;376.16;375.4;374.04;372.06;369.43;366.12;362.11;357.39;351.95;345.77;338.86;331.22;322.88;313.83;304.13;293.8;282.89;271.46;259.57;247.28;234.68;221.85;208.86;195.82;182.81;169.91;157.21;144.81;132.76;121.16;110.06;99.51;89.58;80.29;71.69;63.8" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="y1" values="134.12;135.08;136.07;137.08;138.12;139.16;140.21;141.27;142.32;143.36;144.39;145.41;146.41;147.39;148.34;149.27;150.18;151.05;151.9;152.72;153.51;154.26;154.99;155.68;156.35;156.98;157.58;158.16;158.7;159.21;159.69;160.15;160.57;160.96;161.33;161.67;161.98;162.27;162.53;162.76;162.97;163.15;163.3;163.43;163.54;163.61;163.67;163.7;163.7;163.68;163.64;163.57;163.47;163.35;163.21;163.03;162.84;162.61;162.37;162.09;161.79;161.46;161.1;160.71;160.3;159.86;159.39;158.89;158.36;157.79;157.2;156.58;155.93;155.24;154.53;153.78;153.0;152.2;151.36;150.49;149.6;148.68;147.73;146.76;145.77;144.76;143.73;142.69;141.65;140.59;139.54;138.49;137.45;136.43;135.43;134.46;133.53;132.64;131.8;131.01;130.29;129.65;129.07;128.59;128.19;127.88;127.66;127.55;127.53;127.61;127.79;128.06;128.43;128.89;129.43;130.05;130.75;131.51;132.33;133.2;134.12" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="x2" values="336.2;328.31;319.71;310.42;300.49;289.94;278.84;267.24;255.19;242.79;230.09;217.19;204.18;191.14;178.15;165.32;152.72;140.43;128.54;117.11;106.2;95.87;86.17;77.12;68.78;61.14;54.23;48.05;42.61;37.89;33.88;30.57;27.94;25.96;24.6;23.84;23.65;24.0;24.86;26.19;27.98;30.18;32.78;35.74;39.03;42.64;46.54;50.7;55.11;59.74;64.58;69.61;74.81;80.16;85.66;91.29;97.04;102.9;108.85;114.88;121.0;127.18;133.43;139.73;146.08;152.47;158.89;165.35;171.83;178.33;184.85;191.37;197.91;204.44;210.97;217.5;224.01;230.5;236.97;243.42;249.83;256.21;262.54;268.82;275.05;281.21;287.3;293.3;299.22;305.04;310.74;316.33;321.78;327.08;332.22;337.18;341.95;346.5;350.82;354.89;358.69;362.19;365.37;368.2;370.66;372.71;374.34;375.51;376.19;376.35;375.95;374.98;373.4;371.19;368.32;364.76;360.5;355.52;349.81;343.37;336.2" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="y2" values="134.12;133.2;132.33;131.51;130.75;130.05;129.43;128.89;128.43;128.06;127.79;127.61;127.53;127.55;127.66;127.88;128.19;128.59;129.07;129.65;130.29;131.01;131.8;132.64;133.53;134.46;135.43;136.43;137.45;138.49;139.54;140.59;141.65;142.69;143.73;144.76;145.77;146.76;147.73;148.68;149.6;150.49;151.36;152.2;153.0;153.78;154.53;155.24;155.93;156.58;157.2;157.79;158.36;158.89;159.39;159.86;160.3;160.71;161.1;161.46;161.79;162.09;162.37;162.61;162.84;163.03;163.21;163.35;163.47;163.57;163.64;163.68;163.7;163.7;163.67;163.61;163.54;163.43;163.3;163.15;162.97;162.76;162.53;162.27;161.98;161.67;161.33;160.96;160.57;160.15;159.69;159.21;158.7;158.16;157.58;156.98;156.35;155.68;154.99;154.26;153.51;152.72;151.9;151.05;150.18;149.27;148.34;147.39;146.41;145.41;144.39;143.36;142.32;141.27;140.21;139.16;138.12;137.08;136.07;135.08;134.12" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="stroke-opacity" values="0.960;0.960;0.958;0.956;0.953;0.950;0.945;0.939;0.933;0.926;0.919;0.910;0.901;0.891;0.880;0.869;0.857;0.845;0.832;0.819;0.805;0.791;0.776;0.761;0.746;0.730;0.714;0.699;0.682;0.666;0.650;0.634;0.618;0.601;0.586;0.570;0.554;0.539;0.524;0.509;0.495;0.481;0.468;0.455;0.443;0.431;0.420;0.409;0.399;0.390;0.381;0.374;0.367;0.361;0.355;0.350;0.347;0.344;0.342;0.340;0.340;0.340;0.342;0.344;0.347;0.350;0.355;0.361;0.367;0.374;0.381;0.390;0.399;0.409;0.420;0.431;0.443;0.455;0.468;0.481;0.495;0.509;0.524;0.539;0.554;0.570;0.586;0.601;0.618;0.634;0.650;0.666;0.682;0.699;0.714;0.730;0.746;0.761;0.776;0.791;0.805;0.819;0.832;0.845;0.857;0.869;0.880;0.891;0.901;0.910;0.919;0.926;0.933;0.939;0.945;0.950;0.953;0.956;0.958;0.960;0.960" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="stroke-width" values="2.90;2.90;2.89;2.89;2.88;2.87;2.86;2.84;2.83;2.81;2.79;2.77;2.75;2.72;2.69;2.66;2.63;2.60;2.57;2.53;2.50;2.46;2.42;2.39;2.35;2.31;2.27;2.22;2.18;2.14;2.10;2.06;2.02;1.98;1.93;1.89;1.85;1.81;1.78;1.74;1.70;1.67;1.63;1.60;1.57;1.54;1.51;1.48;1.45;1.43;1.41;1.39;1.37;1.36;1.34;1.33;1.32;1.31;1.31;1.30;1.30;1.30;1.31;1.31;1.32;1.33;1.34;1.36;1.37;1.39;1.41;1.43;1.45;1.48;1.51;1.54;1.57;1.60;1.63;1.67;1.70;1.74;1.78;1.81;1.85;1.89;1.93;1.98;2.02;2.06;2.10;2.14;2.18;2.22;2.27;2.31;2.35;2.39;2.42;2.46;2.50;2.53;2.57;2.60;2.63;2.66;2.69;2.72;2.75;2.77;2.79;2.81;2.83;2.84;2.86;2.87;2.88;2.89;2.89;2.90;2.90" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
</line>
<line x1="336.2" y1="134.12" x2="310.71" y2="347.13" stroke="url(#edgeGrad)" stroke-width="2" stroke-linecap="round" filter="url(#glow)">
<animate attributeName="x1" values="336.2;328.31;319.71;310.42;300.49;289.94;278.84;267.24;255.19;242.79;230.09;217.19;204.18;191.14;178.15;165.32;152.72;140.43;128.54;117.11;106.2;95.87;86.17;77.12;68.78;61.14;54.23;48.05;42.61;37.89;33.88;30.57;27.94;25.96;24.6;23.84;23.65;24.0;24.86;26.19;27.98;30.18;32.78;35.74;39.03;42.64;46.54;50.7;55.11;59.74;64.58;69.61;74.81;80.16;85.66;91.29;97.04;102.9;108.85;114.88;121.0;127.18;133.43;139.73;146.08;152.47;158.89;165.35;171.83;178.33;184.85;191.37;197.91;204.44;210.97;217.5;224.01;230.5;236.97;243.42;249.83;256.21;262.54;268.82;275.05;281.21;287.3;293.3;299.22;305.04;310.74;316.33;321.78;327.08;332.22;337.18;341.95;346.5;350.82;354.89;358.69;362.19;365.37;368.2;370.66;372.71;374.34;375.51;376.19;376.35;375.95;374.98;373.4;371.19;368.32;364.76;360.5;355.52;349.81;343.37;336.2" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="y1" values="134.12;133.2;132.33;131.51;130.75;130.05;129.43;128.89;128.43;128.06;127.79;127.61;127.53;127.55;127.66;127.88;128.19;128.59;129.07;129.65;130.29;131.01;131.8;132.64;133.53;134.46;135.43;136.43;137.45;138.49;139.54;140.59;141.65;142.69;143.73;144.76;145.77;146.76;147.73;148.68;149.6;150.49;151.36;152.2;153.0;153.78;154.53;155.24;155.93;156.58;157.2;157.79;158.36;158.89;159.39;159.86;160.3;160.71;161.1;161.46;161.79;162.09;162.37;162.61;162.84;163.03;163.21;163.35;163.47;163.57;163.64;163.68;163.7;163.7;163.67;163.61;163.54;163.43;163.3;163.15;162.97;162.76;162.53;162.27;161.98;161.67;161.33;160.96;160.57;160.15;159.69;159.21;158.7;158.16;157.58;156.98;156.35;155.68;154.99;154.26;153.51;152.72;151.9;151.05;150.18;149.27;148.34;147.39;146.41;145.41;144.39;143.36;142.32;141.27;140.21;139.16;138.12;137.08;136.07;135.08;134.12" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="x2" values="310.71;309.0;306.92;304.45;301.6;298.36;294.73;290.72;286.33;281.58;276.47;271.02;265.25;259.17;252.81;246.2;239.37;232.34;225.15;217.83;210.42;202.96;195.48;188.03;180.64;173.34;166.18;159.19;152.4;145.84;139.54;133.52;127.82;122.43;117.4;112.72;108.41;104.48;100.94;97.78;95.0;92.62;90.61;88.98;87.72;86.82;86.28;86.07;86.2;86.64;87.39;88.43;89.75;91.33;93.17;95.25;97.56;100.09;102.81;105.73;108.82;112.08;115.5;119.06;122.76;126.59;130.53;134.57;138.72;142.95;147.27;151.66;156.12;160.64;165.21;169.82;174.48;179.16;183.88;188.61;193.36;198.12;202.88;207.63;212.38;217.11;221.81;226.5;231.14;235.75;240.31;244.81;249.26;253.63;257.93;262.15;266.28;270.3;274.22;278.02;281.69;285.22;288.61;291.84;294.9;297.77;300.46;302.94;305.2;307.23;309.02;310.55;311.81;312.79;313.48;313.86;313.91;313.64;313.02;312.05;310.71" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="y2" values="347.13;348.83;350.52;352.2;353.85;355.47;357.05;358.58;360.06;361.47;362.81;364.08;365.25;366.33;367.31;368.18;368.94;369.57;370.08;370.47;370.72;370.84;370.83;370.68;370.4;369.99;369.45;368.79;368.01;367.12;366.12;365.01;363.82;362.54;361.18;359.76;358.27;356.72;355.13;353.51;351.85;350.17;348.47;346.77;345.06;343.36;341.67;339.99;338.33;336.69;335.08;333.51;331.97;330.46;329.0;327.58;326.2;324.87;323.59;322.35;321.17;320.04;318.96;317.93;316.96;316.04;315.18;314.37;313.61;312.91;312.26;311.67;311.13;310.65;310.22;309.84;309.52;309.26;309.05;308.89;308.79;308.74;308.75;308.8;308.92;309.09;309.31;309.59;309.92;310.3;310.74;311.24;311.79;312.39;313.05;313.76;314.53;315.35;316.23;317.16;318.14;319.18;320.27;321.41;322.61;323.85;325.14;326.48;327.87;329.3;330.77;332.28;333.83;335.42;337.03;338.67;340.34;342.02;343.71;345.42;347.13" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="stroke-opacity" values="0.861;0.873;0.885;0.895;0.905;0.915;0.923;0.931;0.938;0.944;0.950;0.954;0.958;0.961;0.963;0.965;0.965;0.964;0.963;0.961;0.958;0.954;0.949;0.944;0.937;0.930;0.922;0.914;0.904;0.894;0.883;0.872;0.860;0.847;0.834;0.821;0.807;0.792;0.777;0.762;0.746;0.731;0.714;0.698;0.682;0.665;0.649;0.632;0.616;0.600;0.584;0.568;0.552;0.536;0.521;0.506;0.492;0.478;0.464;0.451;0.439;0.427;0.415;0.405;0.395;0.385;0.377;0.369;0.362;0.356;0.350;0.346;0.342;0.339;0.337;0.335;0.335;0.336;0.337;0.339;0.342;0.346;0.351;0.356;0.363;0.370;0.378;0.386;0.396;0.406;0.417;0.428;0.440;0.453;0.466;0.479;0.493;0.508;0.523;0.538;0.554;0.569;0.586;0.602;0.618;0.635;0.651;0.667;0.684;0.700;0.716;0.732;0.748;0.764;0.779;0.794;0.808;0.822;0.836;0.849;0.861" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="stroke-width" values="2.64;2.67;2.70;2.73;2.76;2.78;2.80;2.82;2.84;2.86;2.87;2.88;2.89;2.90;2.91;2.91;2.91;2.91;2.91;2.90;2.89;2.88;2.87;2.86;2.84;2.82;2.80;2.78;2.75;2.73;2.70;2.67;2.64;2.61;2.57;2.54;2.50;2.47;2.43;2.39;2.35;2.31;2.27;2.22;2.18;2.14;2.10;2.05;2.01;1.97;1.93;1.89;1.85;1.81;1.77;1.73;1.69;1.66;1.62;1.59;1.56;1.53;1.50;1.47;1.44;1.42;1.40;1.38;1.36;1.34;1.33;1.32;1.31;1.30;1.29;1.29;1.29;1.29;1.29;1.30;1.31;1.32;1.33;1.34;1.36;1.38;1.40;1.42;1.45;1.47;1.50;1.53;1.56;1.59;1.63;1.66;1.70;1.73;1.77;1.81;1.85;1.89;1.93;1.98;2.02;2.06;2.10;2.15;2.19;2.23;2.27;2.31;2.35;2.39;2.43;2.47;2.51;2.54;2.58;2.61;2.64" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
</line>
<line x1="310.71" y1="347.13" x2="89.29" y2="347.13" stroke="url(#edgeGrad)" stroke-width="2" stroke-linecap="round" filter="url(#glow)">
<animate attributeName="x1" values="310.71;309.0;306.92;304.45;301.6;298.36;294.73;290.72;286.33;281.58;276.47;271.02;265.25;259.17;252.81;246.2;239.37;232.34;225.15;217.83;210.42;202.96;195.48;188.03;180.64;173.34;166.18;159.19;152.4;145.84;139.54;133.52;127.82;122.43;117.4;112.72;108.41;104.48;100.94;97.78;95.0;92.62;90.61;88.98;87.72;86.82;86.28;86.07;86.2;86.64;87.39;88.43;89.75;91.33;93.17;95.25;97.56;100.09;102.81;105.73;108.82;112.08;115.5;119.06;122.76;126.59;130.53;134.57;138.72;142.95;147.27;151.66;156.12;160.64;165.21;169.82;174.48;179.16;183.88;188.61;193.36;198.12;202.88;207.63;212.38;217.11;221.81;226.5;231.14;235.75;240.31;244.81;249.26;253.63;257.93;262.15;266.28;270.3;274.22;278.02;281.69;285.22;288.61;291.84;294.9;297.77;300.46;302.94;305.2;307.23;309.02;310.55;311.81;312.79;313.48;313.86;313.91;313.64;313.02;312.05;310.71" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="y1" values="347.13;348.83;350.52;352.2;353.85;355.47;357.05;358.58;360.06;361.47;362.81;364.08;365.25;366.33;367.31;368.18;368.94;369.57;370.08;370.47;370.72;370.84;370.83;370.68;370.4;369.99;369.45;368.79;368.01;367.12;366.12;365.01;363.82;362.54;361.18;359.76;358.27;356.72;355.13;353.51;351.85;350.17;348.47;346.77;345.06;343.36;341.67;339.99;338.33;336.69;335.08;333.51;331.97;330.46;329.0;327.58;326.2;324.87;323.59;322.35;321.17;320.04;318.96;317.93;316.96;316.04;315.18;314.37;313.61;312.91;312.26;311.67;311.13;310.65;310.22;309.84;309.52;309.26;309.05;308.89;308.79;308.74;308.75;308.8;308.92;309.09;309.31;309.59;309.92;310.3;310.74;311.24;311.79;312.39;313.05;313.76;314.53;315.35;316.23;317.16;318.14;319.18;320.27;321.41;322.61;323.85;325.14;326.48;327.87;329.3;330.77;332.28;333.83;335.42;337.03;338.67;340.34;342.02;343.71;345.42;347.13" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="x2" values="89.29;87.95;86.98;86.36;86.09;86.14;86.52;87.21;88.19;89.45;90.98;92.77;94.8;97.06;99.54;102.23;105.1;108.16;111.39;114.78;118.31;121.98;125.78;129.7;133.72;137.85;142.07;146.37;150.74;155.19;159.69;164.25;168.86;173.5;178.19;182.89;187.62;192.37;197.12;201.88;206.64;211.39;216.12;220.84;225.52;230.18;234.79;239.36;243.88;248.34;252.73;257.05;261.28;265.43;269.47;273.41;277.24;280.94;284.5;287.92;291.18;294.27;297.19;299.91;302.44;304.75;306.83;308.67;310.25;311.57;312.61;313.36;313.8;313.93;313.72;313.18;312.28;311.02;309.39;307.38;305.0;302.22;299.06;295.52;291.59;287.28;282.6;277.57;272.18;266.48;260.46;254.16;247.6;240.81;233.82;226.66;219.36;211.97;204.52;197.04;189.58;182.17;174.85;167.66;160.63;153.8;147.19;140.83;134.75;128.98;123.53;118.42;113.67;109.28;105.27;101.64;98.4;95.55;93.08;91.0;89.29" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="y2" values="347.13;345.42;343.71;342.02;340.34;338.67;337.03;335.42;333.83;332.28;330.77;329.3;327.87;326.48;325.14;323.85;322.61;321.41;320.27;319.18;318.14;317.16;316.23;315.35;314.53;313.76;313.05;312.39;311.79;311.24;310.74;310.3;309.92;309.59;309.31;309.09;308.92;308.8;308.75;308.74;308.79;308.89;309.05;309.26;309.52;309.84;310.22;310.65;311.13;311.67;312.26;312.91;313.61;314.37;315.18;316.04;316.96;317.93;318.96;320.04;321.17;322.35;323.59;324.87;326.2;327.58;329.0;330.46;331.97;333.51;335.08;336.69;338.33;339.99;341.67;343.36;345.06;346.77;348.47;350.17;351.85;353.51;355.13;356.72;358.27;359.76;361.18;362.54;363.82;365.01;366.12;367.12;368.01;368.79;369.45;369.99;370.4;370.68;370.83;370.84;370.72;370.47;370.08;369.57;368.94;368.18;367.31;366.33;365.25;364.08;362.81;361.47;360.06;358.58;357.05;355.47;353.85;352.2;350.52;348.83;347.13" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="stroke-opacity" values="0.763;0.763;0.762;0.761;0.760;0.759;0.757;0.755;0.753;0.751;0.748;0.745;0.741;0.738;0.734;0.730;0.726;0.721;0.716;0.711;0.706;0.701;0.696;0.690;0.685;0.679;0.673;0.668;0.662;0.656;0.650;0.644;0.638;0.632;0.627;0.621;0.615;0.610;0.604;0.599;0.594;0.589;0.584;0.579;0.574;0.570;0.566;0.562;0.559;0.555;0.552;0.549;0.547;0.545;0.543;0.541;0.540;0.539;0.538;0.537;0.537;0.537;0.538;0.539;0.540;0.541;0.543;0.545;0.547;0.549;0.552;0.555;0.559;0.562;0.566;0.570;0.574;0.579;0.584;0.589;0.594;0.599;0.604;0.610;0.615;0.621;0.627;0.632;0.638;0.644;0.650;0.656;0.662;0.668;0.673;0.679;0.685;0.690;0.696;0.701;0.706;0.711;0.716;0.721;0.726;0.730;0.734;0.738;0.741;0.745;0.748;0.751;0.753;0.755;0.757;0.759;0.760;0.761;0.762;0.763;0.763" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="stroke-width" values="2.39;2.39;2.39;2.39;2.38;2.38;2.38;2.37;2.37;2.36;2.35;2.34;2.33;2.33;2.32;2.31;2.29;2.28;2.27;2.26;2.25;2.23;2.22;2.20;2.19;2.18;2.16;2.15;2.13;2.12;2.10;2.08;2.07;2.05;2.04;2.02;2.01;2.00;1.98;1.97;1.95;1.94;1.93;1.92;1.91;1.89;1.88;1.87;1.87;1.86;1.85;1.84;1.83;1.83;1.82;1.82;1.82;1.81;1.81;1.81;1.81;1.81;1.81;1.81;1.82;1.82;1.82;1.83;1.83;1.84;1.85;1.86;1.87;1.87;1.88;1.89;1.91;1.92;1.93;1.94;1.95;1.97;1.98;2.00;2.01;2.02;2.04;2.05;2.07;2.08;2.10;2.12;2.13;2.15;2.16;2.18;2.19;2.20;2.22;2.23;2.25;2.26;2.27;2.28;2.29;2.31;2.32;2.33;2.33;2.34;2.35;2.36;2.37;2.37;2.38;2.38;2.38;2.39;2.39;2.39;2.39" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
</line>
<line x1="89.29" y1="347.13" x2="63.8" y2="134.12" stroke="url(#edgeGrad)" stroke-width="2" stroke-linecap="round" filter="url(#glow)">
<animate attributeName="x1" values="89.29;87.95;86.98;86.36;86.09;86.14;86.52;87.21;88.19;89.45;90.98;92.77;94.8;97.06;99.54;102.23;105.1;108.16;111.39;114.78;118.31;121.98;125.78;129.7;133.72;137.85;142.07;146.37;150.74;155.19;159.69;164.25;168.86;173.5;178.19;182.89;187.62;192.37;197.12;201.88;206.64;211.39;216.12;220.84;225.52;230.18;234.79;239.36;243.88;248.34;252.73;257.05;261.28;265.43;269.47;273.41;277.24;280.94;284.5;287.92;291.18;294.27;297.19;299.91;302.44;304.75;306.83;308.67;310.25;311.57;312.61;313.36;313.8;313.93;313.72;313.18;312.28;311.02;309.39;307.38;305.0;302.22;299.06;295.52;291.59;287.28;282.6;277.57;272.18;266.48;260.46;254.16;247.6;240.81;233.82;226.66;219.36;211.97;204.52;197.04;189.58;182.17;174.85;167.66;160.63;153.8;147.19;140.83;134.75;128.98;123.53;118.42;113.67;109.28;105.27;101.64;98.4;95.55;93.08;91.0;89.29" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="y1" values="347.13;345.42;343.71;342.02;340.34;338.67;337.03;335.42;333.83;332.28;330.77;329.3;327.87;326.48;325.14;323.85;322.61;321.41;320.27;319.18;318.14;317.16;316.23;315.35;314.53;313.76;313.05;312.39;311.79;311.24;310.74;310.3;309.92;309.59;309.31;309.09;308.92;308.8;308.75;308.74;308.79;308.89;309.05;309.26;309.52;309.84;310.22;310.65;311.13;311.67;312.26;312.91;313.61;314.37;315.18;316.04;316.96;317.93;318.96;320.04;321.17;322.35;323.59;324.87;326.2;327.58;329.0;330.46;331.97;333.51;335.08;336.69;338.33;339.99;341.67;343.36;345.06;346.77;348.47;350.17;351.85;353.51;355.13;356.72;358.27;359.76;361.18;362.54;363.82;365.01;366.12;367.12;368.01;368.79;369.45;369.99;370.4;370.68;370.83;370.84;370.72;370.47;370.08;369.57;368.94;368.18;367.31;366.33;365.25;364.08;362.81;361.47;360.06;358.58;357.05;355.47;353.85;352.2;350.52;348.83;347.13" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="x2" values="63.8;56.63;50.19;44.48;39.5;35.24;31.68;28.81;26.6;25.02;24.05;23.65;23.81;24.49;25.66;27.29;29.34;31.8;34.63;37.81;41.31;45.11;49.18;53.5;58.05;62.82;67.78;72.92;78.22;83.67;89.26;94.96;100.78;106.7;112.7;118.79;124.95;131.18;137.46;143.79;150.17;156.58;163.03;169.5;175.99;182.5;189.03;195.56;202.09;208.63;215.15;221.67;228.17;234.65;241.11;247.53;253.92;260.27;266.57;272.82;279.0;285.12;291.15;297.1;302.96;308.71;314.34;319.84;325.19;330.39;335.42;340.26;344.89;349.3;353.46;357.36;360.97;364.26;367.22;369.82;372.02;373.81;375.14;376.0;376.35;376.16;375.4;374.04;372.06;369.43;366.12;362.11;357.39;351.95;345.77;338.86;331.22;322.88;313.83;304.13;293.8;282.89;271.46;259.57;247.28;234.68;221.85;208.86;195.82;182.81;169.91;157.21;144.81;132.76;121.16;110.06;99.51;89.58;80.29;71.69;63.8" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="y2" values="134.12;135.08;136.07;137.08;138.12;139.16;140.21;141.27;142.32;143.36;144.39;145.41;146.41;147.39;148.34;149.27;150.18;151.05;151.9;152.72;153.51;154.26;154.99;155.68;156.35;156.98;157.58;158.16;158.7;159.21;159.69;160.15;160.57;160.96;161.33;161.67;161.98;162.27;162.53;162.76;162.97;163.15;163.3;163.43;163.54;163.61;163.67;163.7;163.7;163.68;163.64;163.57;163.47;163.35;163.21;163.03;162.84;162.61;162.37;162.09;161.79;161.46;161.1;160.71;160.3;159.86;159.39;158.89;158.36;157.79;157.2;156.58;155.93;155.24;154.53;153.78;153.0;152.2;151.36;150.49;149.6;148.68;147.73;146.76;145.77;144.76;143.73;142.69;141.65;140.59;139.54;138.49;137.45;136.43;135.43;134.46;133.53;132.64;131.8;131.01;130.29;129.65;129.07;128.59;128.19;127.88;127.66;127.55;127.53;127.61;127.79;128.06;128.43;128.89;129.43;130.05;130.75;131.51;132.33;133.2;134.12" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="stroke-opacity" values="0.861;0.849;0.836;0.822;0.808;0.794;0.779;0.764;0.748;0.732;0.716;0.700;0.684;0.667;0.651;0.635;0.618;0.602;0.586;0.569;0.554;0.538;0.523;0.508;0.493;0.479;0.466;0.453;0.440;0.428;0.417;0.406;0.396;0.386;0.378;0.370;0.363;0.356;0.351;0.346;0.342;0.339;0.337;0.336;0.335;0.335;0.337;0.339;0.342;0.346;0.350;0.356;0.362;0.369;0.377;0.385;0.395;0.405;0.415;0.427;0.439;0.451;0.464;0.478;0.492;0.506;0.521;0.536;0.552;0.568;0.584;0.600;0.616;0.632;0.649;0.665;0.682;0.698;0.714;0.731;0.746;0.762;0.777;0.792;0.807;0.821;0.834;0.847;0.860;0.872;0.883;0.894;0.904;0.914;0.922;0.930;0.937;0.944;0.949;0.954;0.958;0.961;0.963;0.964;0.965;0.965;0.963;0.961;0.958;0.954;0.950;0.944;0.938;0.931;0.923;0.915;0.905;0.895;0.885;0.873;0.861" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="stroke-width" values="2.64;2.61;2.58;2.54;2.51;2.47;2.43;2.39;2.35;2.31;2.27;2.23;2.19;2.15;2.10;2.06;2.02;1.98;1.93;1.89;1.85;1.81;1.77;1.73;1.70;1.66;1.63;1.59;1.56;1.53;1.50;1.47;1.45;1.42;1.40;1.38;1.36;1.34;1.33;1.32;1.31;1.30;1.29;1.29;1.29;1.29;1.29;1.30;1.31;1.32;1.33;1.34;1.36;1.38;1.40;1.42;1.44;1.47;1.50;1.53;1.56;1.59;1.62;1.66;1.69;1.73;1.77;1.81;1.85;1.89;1.93;1.97;2.01;2.05;2.10;2.14;2.18;2.22;2.27;2.31;2.35;2.39;2.43;2.47;2.50;2.54;2.57;2.61;2.64;2.67;2.70;2.73;2.75;2.78;2.80;2.82;2.84;2.86;2.87;2.88;2.89;2.90;2.91;2.91;2.91;2.91;2.91;2.90;2.89;2.88;2.87;2.86;2.84;2.82;2.80;2.78;2.76;2.73;2.70;2.67;2.64" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
</line>
<line x1="108.82" y1="78.83" x2="291.18" y2="78.83" stroke="url(#edgeGrad)" stroke-width="2" stroke-linecap="round" filter="url(#glow)">
<animate attributeName="x1" values="108.82;112.08;115.5;119.06;122.76;126.59;130.53;134.57;138.72;142.95;147.27;151.66;156.12;160.64;165.21;169.82;174.48;179.16;183.88;188.61;193.36;198.12;202.88;207.63;212.38;217.11;221.81;226.5;231.14;235.75;240.31;244.81;249.26;253.63;257.93;262.15;266.28;270.3;274.22;278.02;281.69;285.22;288.61;291.84;294.9;297.77;300.46;302.94;305.2;307.23;309.02;310.55;311.81;312.79;313.48;313.86;313.91;313.64;313.02;312.05;310.71;309.0;306.92;304.45;301.6;298.36;294.73;290.72;286.33;281.58;276.47;271.02;265.25;259.17;252.81;246.2;239.37;232.34;225.15;217.83;210.42;202.96;195.48;188.03;180.64;173.34;166.18;159.19;152.4;145.84;139.54;133.52;127.82;122.43;117.4;112.72;108.41;104.48;100.94;97.78;95.0;92.62;90.61;88.98;87.72;86.82;86.28;86.07;86.2;86.64;87.39;88.43;89.75;91.33;93.17;95.25;97.56;100.09;102.81;105.73;108.82" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="y1" values="78.83;79.96;81.04;82.07;83.04;83.96;84.82;85.63;86.39;87.09;87.74;88.33;88.87;89.35;89.78;90.16;90.48;90.74;90.95;91.11;91.21;91.26;91.25;91.2;91.08;90.91;90.69;90.41;90.08;89.7;89.26;88.76;88.21;87.61;86.95;86.24;85.47;84.65;83.77;82.84;81.86;80.82;79.73;78.59;77.39;76.15;74.86;73.52;72.13;70.7;69.23;67.72;66.17;64.58;62.97;61.33;59.66;57.98;56.29;54.58;52.87;51.17;49.48;47.8;46.15;44.53;42.95;41.42;39.94;38.53;37.19;35.92;34.75;33.67;32.69;31.82;31.06;30.43;29.92;29.53;29.28;29.16;29.17;29.32;29.6;30.01;30.55;31.21;31.99;32.88;33.88;34.99;36.18;37.46;38.82;40.24;41.73;43.28;44.87;46.49;48.15;49.83;51.53;53.23;54.94;56.64;58.33;60.01;61.67;63.31;64.92;66.49;68.03;69.54;71.0;72.42;73.8;75.13;76.41;77.65;78.83" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="x2" values="291.18;294.27;297.19;299.91;302.44;304.75;306.83;308.67;310.25;311.57;312.61;313.36;313.8;313.93;313.72;313.18;312.28;311.02;309.39;307.38;305.0;302.22;299.06;295.52;291.59;287.28;282.6;277.57;272.18;266.48;260.46;254.16;247.6;240.81;233.82;226.66;219.36;211.97;204.52;197.04;189.58;182.17;174.85;167.66;160.63;153.8;147.19;140.83;134.75;128.98;123.53;118.42;113.67;109.28;105.27;101.64;98.4;95.55;93.08;91.0;89.29;87.95;86.98;86.36;86.09;86.14;86.52;87.21;88.19;89.45;90.98;92.77;94.8;97.06;99.54;102.23;105.1;108.16;111.39;114.78;118.31;121.98;125.78;129.7;133.72;137.85;142.07;146.37;150.74;155.19;159.69;164.25;168.86;173.5;178.19;182.89;187.62;192.37;197.12;201.88;206.64;211.39;216.12;220.84;225.52;230.18;234.79;239.36;243.88;248.34;252.73;257.05;261.28;265.43;269.47;273.41;277.24;280.94;284.5;287.92;291.18" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="y2" values="78.83;77.65;76.41;75.13;73.8;72.42;71.0;69.54;68.03;66.49;64.92;63.31;61.67;60.01;58.33;56.64;54.94;53.23;51.53;49.83;48.15;46.49;44.87;43.28;41.73;40.24;38.82;37.46;36.18;34.99;33.88;32.88;31.99;31.21;30.55;30.01;29.6;29.32;29.17;29.16;29.28;29.53;29.92;30.43;31.06;31.82;32.69;33.67;34.75;35.92;37.19;38.53;39.94;41.42;42.95;44.53;46.15;47.8;49.48;51.17;52.87;54.58;56.29;57.98;59.66;61.33;62.97;64.58;66.17;67.72;69.23;70.7;72.13;73.52;74.86;76.15;77.39;78.59;79.73;80.82;81.86;82.84;83.77;84.65;85.47;86.24;86.95;87.61;88.21;88.76;89.26;89.7;90.08;90.41;90.69;90.91;91.08;91.2;91.25;91.26;91.21;91.11;90.95;90.74;90.48;90.16;89.78;89.35;88.87;88.33;87.74;87.09;86.39;85.63;84.82;83.96;83.04;82.07;81.04;79.96;78.83" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="stroke-opacity" values="0.537;0.537;0.538;0.539;0.540;0.541;0.543;0.545;0.547;0.549;0.552;0.555;0.559;0.562;0.566;0.570;0.574;0.579;0.584;0.589;0.594;0.599;0.604;0.610;0.615;0.621;0.627;0.632;0.638;0.644;0.650;0.656;0.662;0.668;0.673;0.679;0.685;0.690;0.696;0.701;0.706;0.711;0.716;0.721;0.726;0.730;0.734;0.738;0.741;0.745;0.748;0.751;0.753;0.755;0.757;0.759;0.760;0.761;0.762;0.763;0.763;0.763;0.762;0.761;0.760;0.759;0.757;0.755;0.753;0.751;0.748;0.745;0.741;0.738;0.734;0.730;0.726;0.721;0.716;0.711;0.706;0.701;0.696;0.690;0.685;0.679;0.673;0.668;0.662;0.656;0.650;0.644;0.638;0.632;0.627;0.621;0.615;0.610;0.604;0.599;0.594;0.589;0.584;0.579;0.574;0.570;0.566;0.562;0.559;0.555;0.552;0.549;0.547;0.545;0.543;0.541;0.540;0.539;0.538;0.537;0.537" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="stroke-width" values="1.81;1.81;1.81;1.81;1.82;1.82;1.82;1.83;1.83;1.84;1.85;1.86;1.87;1.87;1.88;1.89;1.91;1.92;1.93;1.94;1.95;1.97;1.98;2.00;2.01;2.02;2.04;2.05;2.07;2.08;2.10;2.12;2.13;2.15;2.16;2.18;2.19;2.20;2.22;2.23;2.25;2.26;2.27;2.28;2.29;2.31;2.32;2.33;2.33;2.34;2.35;2.36;2.37;2.37;2.38;2.38;2.38;2.39;2.39;2.39;2.39;2.39;2.39;2.39;2.38;2.38;2.38;2.37;2.37;2.36;2.35;2.34;2.33;2.33;2.32;2.31;2.29;2.28;2.27;2.26;2.25;2.23;2.22;2.20;2.19;2.18;2.16;2.15;2.13;2.12;2.10;2.08;2.07;2.05;2.04;2.02;2.01;2.00;1.98;1.97;1.95;1.94;1.93;1.92;1.91;1.89;1.88;1.87;1.87;1.86;1.85;1.84;1.83;1.83;1.82;1.82;1.82;1.81;1.81;1.81;1.81" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
</line>
<line x1="291.18" y1="78.83" x2="279.0" y2="238.21" stroke="url(#edgeGrad)" stroke-width="2" stroke-linecap="round" filter="url(#glow)">
<animate attributeName="x1" values="291.18;294.27;297.19;299.91;302.44;304.75;306.83;308.67;310.25;311.57;312.61;313.36;313.8;313.93;313.72;313.18;312.28;311.02;309.39;307.38;305.0;302.22;299.06;295.52;291.59;287.28;282.6;277.57;272.18;266.48;260.46;254.16;247.6;240.81;233.82;226.66;219.36;211.97;204.52;197.04;189.58;182.17;174.85;167.66;160.63;153.8;147.19;140.83;134.75;128.98;123.53;118.42;113.67;109.28;105.27;101.64;98.4;95.55;93.08;91.0;89.29;87.95;86.98;86.36;86.09;86.14;86.52;87.21;88.19;89.45;90.98;92.77;94.8;97.06;99.54;102.23;105.1;108.16;111.39;114.78;118.31;121.98;125.78;129.7;133.72;137.85;142.07;146.37;150.74;155.19;159.69;164.25;168.86;173.5;178.19;182.89;187.62;192.37;197.12;201.88;206.64;211.39;216.12;220.84;225.52;230.18;234.79;239.36;243.88;248.34;252.73;257.05;261.28;265.43;269.47;273.41;277.24;280.94;284.5;287.92;291.18" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="y1" values="78.83;77.65;76.41;75.13;73.8;72.42;71.0;69.54;68.03;66.49;64.92;63.31;61.67;60.01;58.33;56.64;54.94;53.23;51.53;49.83;48.15;46.49;44.87;43.28;41.73;40.24;38.82;37.46;36.18;34.99;33.88;32.88;31.99;31.21;30.55;30.01;29.6;29.32;29.17;29.16;29.28;29.53;29.92;30.43;31.06;31.82;32.69;33.67;34.75;35.92;37.19;38.53;39.94;41.42;42.95;44.53;46.15;47.8;49.48;51.17;52.87;54.58;56.29;57.98;59.66;61.33;62.97;64.58;66.17;67.72;69.23;70.7;72.13;73.52;74.86;76.15;77.39;78.59;79.73;80.82;81.86;82.84;83.77;84.65;85.47;86.24;86.95;87.61;88.21;88.76;89.26;89.7;90.08;90.41;90.69;90.91;91.08;91.2;91.25;91.26;91.21;91.11;90.95;90.74;90.48;90.16;89.78;89.35;88.87;88.33;87.74;87.09;86.39;85.63;84.82;83.96;83.04;82.07;81.04;79.96;78.83" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="x2" values="279.0;285.12;291.15;297.1;302.96;308.71;314.34;319.84;325.19;330.39;335.42;340.26;344.89;349.3;353.46;357.36;360.97;364.26;367.22;369.82;372.02;373.81;375.14;376.0;376.35;376.16;375.4;374.04;372.06;369.43;366.12;362.11;357.39;351.95;345.77;338.86;331.22;322.88;313.83;304.13;293.8;282.89;271.46;259.57;247.28;234.68;221.85;208.86;195.82;182.81;169.91;157.21;144.81;132.76;121.16;110.06;99.51;89.58;80.29;71.69;63.8;56.63;50.19;44.48;39.5;35.24;31.68;28.81;26.6;25.02;24.05;23.65;23.81;24.49;25.66;27.29;29.34;31.8;34.63;37.81;41.31;45.11;49.18;53.5;58.05;62.82;67.78;72.92;78.22;83.67;89.26;94.96;100.78;106.7;112.7;118.79;124.95;131.18;137.46;143.79;150.17;156.58;163.03;169.5;175.99;182.5;189.03;195.56;202.09;208.63;215.15;221.67;228.17;234.65;241.11;247.53;253.92;260.27;266.57;272.82;279.0" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="y2" values="238.21;238.54;238.9;239.29;239.7;240.14;240.61;241.11;241.64;242.21;242.8;243.42;244.07;244.76;245.47;246.22;247.0;247.8;248.64;249.51;250.4;251.32;252.27;253.24;254.23;255.24;256.27;257.31;258.35;259.41;260.46;261.51;262.55;263.57;264.57;265.54;266.47;267.36;268.2;268.99;269.71;270.35;270.93;271.41;271.81;272.12;272.34;272.45;272.47;272.39;272.21;271.94;271.57;271.11;270.57;269.95;269.25;268.49;267.67;266.8;265.88;264.92;263.93;262.92;261.88;260.84;259.79;258.73;257.68;256.64;255.61;254.59;253.59;252.61;251.66;250.73;249.82;248.95;248.1;247.28;246.49;245.74;245.01;244.32;243.65;243.02;242.42;241.84;241.3;240.79;240.31;239.85;239.43;239.04;238.67;238.33;238.02;237.73;237.47;237.24;237.03;236.85;236.7;236.57;236.46;236.39;236.33;236.3;236.3;236.32;236.36;236.43;236.53;236.65;236.79;236.97;237.16;237.39;237.63;237.91;238.21" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="stroke-opacity" values="0.439;0.451;0.464;0.478;0.492;0.506;0.521;0.536;0.552;0.568;0.584;0.600;0.616;0.632;0.649;0.665;0.682;0.698;0.714;0.731;0.746;0.762;0.777;0.792;0.807;0.821;0.834;0.847;0.860;0.872;0.883;0.894;0.904;0.914;0.922;0.930;0.937;0.944;0.949;0.954;0.958;0.961;0.963;0.964;0.965;0.965;0.963;0.961;0.958;0.954;0.950;0.944;0.938;0.931;0.923;0.915;0.905;0.895;0.885;0.873;0.861;0.849;0.836;0.822;0.808;0.794;0.779;0.764;0.748;0.732;0.716;0.700;0.684;0.667;0.651;0.635;0.618;0.602;0.586;0.569;0.554;0.538;0.523;0.508;0.493;0.479;0.466;0.453;0.440;0.428;0.417;0.406;0.396;0.386;0.378;0.370;0.363;0.356;0.351;0.346;0.342;0.339;0.337;0.336;0.335;0.335;0.337;0.339;0.342;0.346;0.350;0.356;0.362;0.369;0.377;0.385;0.395;0.405;0.415;0.427;0.439" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="stroke-width" values="1.56;1.59;1.62;1.66;1.69;1.73;1.77;1.81;1.85;1.89;1.93;1.97;2.01;2.05;2.10;2.14;2.18;2.22;2.27;2.31;2.35;2.39;2.43;2.47;2.50;2.54;2.57;2.61;2.64;2.67;2.70;2.73;2.75;2.78;2.80;2.82;2.84;2.86;2.87;2.88;2.89;2.90;2.91;2.91;2.91;2.91;2.91;2.90;2.89;2.88;2.87;2.86;2.84;2.82;2.80;2.78;2.76;2.73;2.70;2.67;2.64;2.61;2.58;2.54;2.51;2.47;2.43;2.39;2.35;2.31;2.27;2.23;2.19;2.15;2.10;2.06;2.02;1.98;1.93;1.89;1.85;1.81;1.77;1.73;1.70;1.66;1.63;1.59;1.56;1.53;1.50;1.47;1.45;1.42;1.40;1.38;1.36;1.34;1.33;1.32;1.31;1.30;1.29;1.29;1.29;1.29;1.29;1.30;1.31;1.32;1.33;1.34;1.36;1.38;1.40;1.42;1.44;1.47;1.50;1.53;1.56" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
</line>
<line x1="279.0" y1="238.21" x2="121.0" y2="238.21" stroke="url(#edgeGrad)" stroke-width="2" stroke-linecap="round" filter="url(#glow)">
<animate attributeName="x1" values="279.0;285.12;291.15;297.1;302.96;308.71;314.34;319.84;325.19;330.39;335.42;340.26;344.89;349.3;353.46;357.36;360.97;364.26;367.22;369.82;372.02;373.81;375.14;376.0;376.35;376.16;375.4;374.04;372.06;369.43;366.12;362.11;357.39;351.95;345.77;338.86;331.22;322.88;313.83;304.13;293.8;282.89;271.46;259.57;247.28;234.68;221.85;208.86;195.82;182.81;169.91;157.21;144.81;132.76;121.16;110.06;99.51;89.58;80.29;71.69;63.8;56.63;50.19;44.48;39.5;35.24;31.68;28.81;26.6;25.02;24.05;23.65;23.81;24.49;25.66;27.29;29.34;31.8;34.63;37.81;41.31;45.11;49.18;53.5;58.05;62.82;67.78;72.92;78.22;83.67;89.26;94.96;100.78;106.7;112.7;118.79;124.95;131.18;137.46;143.79;150.17;156.58;163.03;169.5;175.99;182.5;189.03;195.56;202.09;208.63;215.15;221.67;228.17;234.65;241.11;247.53;253.92;260.27;266.57;272.82;279.0" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="y1" values="238.21;238.54;238.9;239.29;239.7;240.14;240.61;241.11;241.64;242.21;242.8;243.42;244.07;244.76;245.47;246.22;247.0;247.8;248.64;249.51;250.4;251.32;252.27;253.24;254.23;255.24;256.27;257.31;258.35;259.41;260.46;261.51;262.55;263.57;264.57;265.54;266.47;267.36;268.2;268.99;269.71;270.35;270.93;271.41;271.81;272.12;272.34;272.45;272.47;272.39;272.21;271.94;271.57;271.11;270.57;269.95;269.25;268.49;267.67;266.8;265.88;264.92;263.93;262.92;261.88;260.84;259.79;258.73;257.68;256.64;255.61;254.59;253.59;252.61;251.66;250.73;249.82;248.95;248.1;247.28;246.49;245.74;245.01;244.32;243.65;243.02;242.42;241.84;241.3;240.79;240.31;239.85;239.43;239.04;238.67;238.33;238.02;237.73;237.47;237.24;237.03;236.85;236.7;236.57;236.46;236.39;236.33;236.3;236.3;236.32;236.36;236.43;236.53;236.65;236.79;236.97;237.16;237.39;237.63;237.91;238.21" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="x2" values="121.0;127.18;133.43;139.73;146.08;152.47;158.89;165.35;171.83;178.33;184.85;191.37;197.91;204.44;210.97;217.5;224.01;230.5;236.97;243.42;249.83;256.21;262.54;268.82;275.05;281.21;287.3;293.3;299.22;305.04;310.74;316.33;321.78;327.08;332.22;337.18;341.95;346.5;350.82;354.89;358.69;362.19;365.37;368.2;370.66;372.71;374.34;375.51;376.19;376.35;375.95;374.98;373.4;371.19;368.32;364.76;360.5;355.52;349.81;343.37;336.2;328.31;319.71;310.42;300.49;289.94;278.84;267.24;255.19;242.79;230.09;217.19;204.18;191.14;178.15;165.32;152.72;140.43;128.54;117.11;106.2;95.87;86.17;77.12;68.78;61.14;54.23;48.05;42.61;37.89;33.88;30.57;27.94;25.96;24.6;23.84;23.65;24.0;24.86;26.19;27.98;30.18;32.78;35.74;39.03;42.64;46.54;50.7;55.11;59.74;64.58;69.61;74.81;80.16;85.66;91.29;97.04;102.9;108.85;114.88;121.0" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="y2" values="238.21;237.91;237.63;237.39;237.16;236.97;236.79;236.65;236.53;236.43;236.36;236.32;236.3;236.3;236.33;236.39;236.46;236.57;236.7;236.85;237.03;237.24;237.47;237.73;238.02;238.33;238.67;239.04;239.43;239.85;240.31;240.79;241.3;241.84;242.42;243.02;243.65;244.32;245.01;245.74;246.49;247.28;248.1;248.95;249.82;250.73;251.66;252.61;253.59;254.59;255.61;256.64;257.68;258.73;259.79;260.84;261.88;262.92;263.93;264.92;265.88;266.8;267.67;268.49;269.25;269.95;270.57;271.11;271.57;271.94;272.21;272.39;272.47;272.45;272.34;272.12;271.81;271.41;270.93;270.35;269.71;268.99;268.2;267.36;266.47;265.54;264.57;263.57;262.55;261.51;260.46;259.41;258.35;257.31;256.27;255.24;254.23;253.24;252.27;251.32;250.4;249.51;248.64;247.8;247.0;246.22;245.47;244.76;244.07;243.42;242.8;242.21;241.64;241.11;240.61;240.14;239.7;239.29;238.9;238.54;238.21" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="stroke-opacity" values="0.340;0.340;0.342;0.344;0.347;0.350;0.355;0.361;0.367;0.374;0.381;0.390;0.399;0.409;0.420;0.431;0.443;0.455;0.468;0.481;0.495;0.509;0.524;0.539;0.554;0.570;0.586;0.601;0.618;0.634;0.650;0.666;0.682;0.699;0.714;0.730;0.746;0.761;0.776;0.791;0.805;0.819;0.832;0.845;0.857;0.869;0.880;0.891;0.901;0.910;0.919;0.926;0.933;0.939;0.945;0.950;0.953;0.956;0.958;0.960;0.960;0.960;0.958;0.956;0.953;0.950;0.945;0.939;0.933;0.926;0.919;0.910;0.901;0.891;0.880;0.869;0.857;0.845;0.832;0.819;0.805;0.791;0.776;0.761;0.746;0.730;0.714;0.699;0.682;0.666;0.650;0.634;0.618;0.601;0.586;0.570;0.554;0.539;0.524;0.509;0.495;0.481;0.468;0.455;0.443;0.431;0.420;0.409;0.399;0.390;0.381;0.374;0.367;0.361;0.355;0.350;0.347;0.344;0.342;0.340;0.340" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="stroke-width" values="1.30;1.30;1.31;1.31;1.32;1.33;1.34;1.36;1.37;1.39;1.41;1.43;1.45;1.48;1.51;1.54;1.57;1.60;1.63;1.67;1.70;1.74;1.78;1.81;1.85;1.89;1.93;1.98;2.02;2.06;2.10;2.14;2.18;2.22;2.27;2.31;2.35;2.39;2.42;2.46;2.50;2.53;2.57;2.60;2.63;2.66;2.69;2.72;2.75;2.77;2.79;2.81;2.83;2.84;2.86;2.87;2.88;2.89;2.89;2.90;2.90;2.90;2.89;2.89;2.88;2.87;2.86;2.84;2.83;2.81;2.79;2.77;2.75;2.72;2.69;2.66;2.63;2.60;2.57;2.53;2.50;2.46;2.42;2.39;2.35;2.31;2.27;2.22;2.18;2.14;2.10;2.06;2.02;1.98;1.93;1.89;1.85;1.81;1.78;1.74;1.70;1.67;1.63;1.60;1.57;1.54;1.51;1.48;1.45;1.43;1.41;1.39;1.37;1.36;1.34;1.33;1.32;1.31;1.31;1.30;1.30" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
</line>
<line x1="121.0" y1="238.21" x2="108.82" y2="78.83" stroke="url(#edgeGrad)" stroke-width="2" stroke-linecap="round" filter="url(#glow)">
<animate attributeName="x1" values="121.0;127.18;133.43;139.73;146.08;152.47;158.89;165.35;171.83;178.33;184.85;191.37;197.91;204.44;210.97;217.5;224.01;230.5;236.97;243.42;249.83;256.21;262.54;268.82;275.05;281.21;287.3;293.3;299.22;305.04;310.74;316.33;321.78;327.08;332.22;337.18;341.95;346.5;350.82;354.89;358.69;362.19;365.37;368.2;370.66;372.71;374.34;375.51;376.19;376.35;375.95;374.98;373.4;371.19;368.32;364.76;360.5;355.52;349.81;343.37;336.2;328.31;319.71;310.42;300.49;289.94;278.84;267.24;255.19;242.79;230.09;217.19;204.18;191.14;178.15;165.32;152.72;140.43;128.54;117.11;106.2;95.87;86.17;77.12;68.78;61.14;54.23;48.05;42.61;37.89;33.88;30.57;27.94;25.96;24.6;23.84;23.65;24.0;24.86;26.19;27.98;30.18;32.78;35.74;39.03;42.64;46.54;50.7;55.11;59.74;64.58;69.61;74.81;80.16;85.66;91.29;97.04;102.9;108.85;114.88;121.0" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="y1" values="238.21;237.91;237.63;237.39;237.16;236.97;236.79;236.65;236.53;236.43;236.36;236.32;236.3;236.3;236.33;236.39;236.46;236.57;236.7;236.85;237.03;237.24;237.47;237.73;238.02;238.33;238.67;239.04;239.43;239.85;240.31;240.79;241.3;241.84;242.42;243.02;243.65;244.32;245.01;245.74;246.49;247.28;248.1;248.95;249.82;250.73;251.66;252.61;253.59;254.59;255.61;256.64;257.68;258.73;259.79;260.84;261.88;262.92;263.93;264.92;265.88;266.8;267.67;268.49;269.25;269.95;270.57;271.11;271.57;271.94;272.21;272.39;272.47;272.45;272.34;272.12;271.81;271.41;270.93;270.35;269.71;268.99;268.2;267.36;266.47;265.54;264.57;263.57;262.55;261.51;260.46;259.41;258.35;257.31;256.27;255.24;254.23;253.24;252.27;251.32;250.4;249.51;248.64;247.8;247.0;246.22;245.47;244.76;244.07;243.42;242.8;242.21;241.64;241.11;240.61;240.14;239.7;239.29;238.9;238.54;238.21" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="x2" values="108.82;112.08;115.5;119.06;122.76;126.59;130.53;134.57;138.72;142.95;147.27;151.66;156.12;160.64;165.21;169.82;174.48;179.16;183.88;188.61;193.36;198.12;202.88;207.63;212.38;217.11;221.81;226.5;231.14;235.75;240.31;244.81;249.26;253.63;257.93;262.15;266.28;270.3;274.22;278.02;281.69;285.22;288.61;291.84;294.9;297.77;300.46;302.94;305.2;307.23;309.02;310.55;311.81;312.79;313.48;313.86;313.91;313.64;313.02;312.05;310.71;309.0;306.92;304.45;301.6;298.36;294.73;290.72;286.33;281.58;276.47;271.02;265.25;259.17;252.81;246.2;239.37;232.34;225.15;217.83;210.42;202.96;195.48;188.03;180.64;173.34;166.18;159.19;152.4;145.84;139.54;133.52;127.82;122.43;117.4;112.72;108.41;104.48;100.94;97.78;95.0;92.62;90.61;88.98;87.72;86.82;86.28;86.07;86.2;86.64;87.39;88.43;89.75;91.33;93.17;95.25;97.56;100.09;102.81;105.73;108.82" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="y2" values="78.83;79.96;81.04;82.07;83.04;83.96;84.82;85.63;86.39;87.09;87.74;88.33;88.87;89.35;89.78;90.16;90.48;90.74;90.95;91.11;91.21;91.26;91.25;91.2;91.08;90.91;90.69;90.41;90.08;89.7;89.26;88.76;88.21;87.61;86.95;86.24;85.47;84.65;83.77;82.84;81.86;80.82;79.73;78.59;77.39;76.15;74.86;73.52;72.13;70.7;69.23;67.72;66.17;64.58;62.97;61.33;59.66;57.98;56.29;54.58;52.87;51.17;49.48;47.8;46.15;44.53;42.95;41.42;39.94;38.53;37.19;35.92;34.75;33.67;32.69;31.82;31.06;30.43;29.92;29.53;29.28;29.16;29.17;29.32;29.6;30.01;30.55;31.21;31.99;32.88;33.88;34.99;36.18;37.46;38.82;40.24;41.73;43.28;44.87;46.49;48.15;49.83;51.53;53.23;54.94;56.64;58.33;60.01;61.67;63.31;64.92;66.49;68.03;69.54;71.0;72.42;73.8;75.13;76.41;77.65;78.83" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="stroke-opacity" values="0.439;0.427;0.415;0.405;0.395;0.385;0.377;0.369;0.362;0.356;0.350;0.346;0.342;0.339;0.337;0.335;0.335;0.336;0.337;0.339;0.342;0.346;0.351;0.356;0.363;0.370;0.378;0.386;0.396;0.406;0.417;0.428;0.440;0.453;0.466;0.479;0.493;0.508;0.523;0.538;0.554;0.569;0.586;0.602;0.618;0.635;0.651;0.667;0.684;0.700;0.716;0.732;0.748;0.764;0.779;0.794;0.808;0.822;0.836;0.849;0.861;0.873;0.885;0.895;0.905;0.915;0.923;0.931;0.938;0.944;0.950;0.954;0.958;0.961;0.963;0.965;0.965;0.964;0.963;0.961;0.958;0.954;0.949;0.944;0.937;0.930;0.922;0.914;0.904;0.894;0.883;0.872;0.860;0.847;0.834;0.821;0.807;0.792;0.777;0.762;0.746;0.731;0.714;0.698;0.682;0.665;0.649;0.632;0.616;0.600;0.584;0.568;0.552;0.536;0.521;0.506;0.492;0.478;0.464;0.451;0.439" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="stroke-width" values="1.56;1.53;1.50;1.47;1.44;1.42;1.40;1.38;1.36;1.34;1.33;1.32;1.31;1.30;1.29;1.29;1.29;1.29;1.29;1.30;1.31;1.32;1.33;1.34;1.36;1.38;1.40;1.42;1.45;1.47;1.50;1.53;1.56;1.59;1.63;1.66;1.70;1.73;1.77;1.81;1.85;1.89;1.93;1.98;2.02;2.06;2.10;2.15;2.19;2.23;2.27;2.31;2.35;2.39;2.43;2.47;2.51;2.54;2.58;2.61;2.64;2.67;2.70;2.73;2.76;2.78;2.80;2.82;2.84;2.86;2.87;2.88;2.89;2.90;2.91;2.91;2.91;2.91;2.91;2.90;2.89;2.88;2.87;2.86;2.84;2.82;2.80;2.78;2.75;2.73;2.70;2.67;2.64;2.61;2.57;2.54;2.50;2.47;2.43;2.39;2.35;2.31;2.27;2.22;2.18;2.14;2.10;2.05;2.01;1.97;1.93;1.89;1.85;1.81;1.77;1.73;1.69;1.66;1.62;1.59;1.56" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
</line>
<line x1="63.8" y1="134.12" x2="108.82" y2="78.83" stroke="url(#edgeGrad)" stroke-width="2" stroke-linecap="round" filter="url(#glow)">
<animate attributeName="x1" values="63.8;56.63;50.19;44.48;39.5;35.24;31.68;28.81;26.6;25.02;24.05;23.65;23.81;24.49;25.66;27.29;29.34;31.8;34.63;37.81;41.31;45.11;49.18;53.5;58.05;62.82;67.78;72.92;78.22;83.67;89.26;94.96;100.78;106.7;112.7;118.79;124.95;131.18;137.46;143.79;150.17;156.58;163.03;169.5;175.99;182.5;189.03;195.56;202.09;208.63;215.15;221.67;228.17;234.65;241.11;247.53;253.92;260.27;266.57;272.82;279.0;285.12;291.15;297.1;302.96;308.71;314.34;319.84;325.19;330.39;335.42;340.26;344.89;349.3;353.46;357.36;360.97;364.26;367.22;369.82;372.02;373.81;375.14;376.0;376.35;376.16;375.4;374.04;372.06;369.43;366.12;362.11;357.39;351.95;345.77;338.86;331.22;322.88;313.83;304.13;293.8;282.89;271.46;259.57;247.28;234.68;221.85;208.86;195.82;182.81;169.91;157.21;144.81;132.76;121.16;110.06;99.51;89.58;80.29;71.69;63.8" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="y1" values="134.12;135.08;136.07;137.08;138.12;139.16;140.21;141.27;142.32;143.36;144.39;145.41;146.41;147.39;148.34;149.27;150.18;151.05;151.9;152.72;153.51;154.26;154.99;155.68;156.35;156.98;157.58;158.16;158.7;159.21;159.69;160.15;160.57;160.96;161.33;161.67;161.98;162.27;162.53;162.76;162.97;163.15;163.3;163.43;163.54;163.61;163.67;163.7;163.7;163.68;163.64;163.57;163.47;163.35;163.21;163.03;162.84;162.61;162.37;162.09;161.79;161.46;161.1;160.71;160.3;159.86;159.39;158.89;158.36;157.79;157.2;156.58;155.93;155.24;154.53;153.78;153.0;152.2;151.36;150.49;149.6;148.68;147.73;146.76;145.77;144.76;143.73;142.69;141.65;140.59;139.54;138.49;137.45;136.43;135.43;134.46;133.53;132.64;131.8;131.01;130.29;129.65;129.07;128.59;128.19;127.88;127.66;127.55;127.53;127.61;127.79;128.06;128.43;128.89;129.43;130.05;130.75;131.51;132.33;133.2;134.12" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="x2" values="108.82;112.08;115.5;119.06;122.76;126.59;130.53;134.57;138.72;142.95;147.27;151.66;156.12;160.64;165.21;169.82;174.48;179.16;183.88;188.61;193.36;198.12;202.88;207.63;212.38;217.11;221.81;226.5;231.14;235.75;240.31;244.81;249.26;253.63;257.93;262.15;266.28;270.3;274.22;278.02;281.69;285.22;288.61;291.84;294.9;297.77;300.46;302.94;305.2;307.23;309.02;310.55;311.81;312.79;313.48;313.86;313.91;313.64;313.02;312.05;310.71;309.0;306.92;304.45;301.6;298.36;294.73;290.72;286.33;281.58;276.47;271.02;265.25;259.17;252.81;246.2;239.37;232.34;225.15;217.83;210.42;202.96;195.48;188.03;180.64;173.34;166.18;159.19;152.4;145.84;139.54;133.52;127.82;122.43;117.4;112.72;108.41;104.48;100.94;97.78;95.0;92.62;90.61;88.98;87.72;86.82;86.28;86.07;86.2;86.64;87.39;88.43;89.75;91.33;93.17;95.25;97.56;100.09;102.81;105.73;108.82" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="y2" values="78.83;79.96;81.04;82.07;83.04;83.96;84.82;85.63;86.39;87.09;87.74;88.33;88.87;89.35;89.78;90.16;90.48;90.74;90.95;91.11;91.21;91.26;91.25;91.2;91.08;90.91;90.69;90.41;90.08;89.7;89.26;88.76;88.21;87.61;86.95;86.24;85.47;84.65;83.77;82.84;81.86;80.82;79.73;78.59;77.39;76.15;74.86;73.52;72.13;70.7;69.23;67.72;66.17;64.58;62.97;61.33;59.66;57.98;56.29;54.58;52.87;51.17;49.48;47.8;46.15;44.53;42.95;41.42;39.94;38.53;37.19;35.92;34.75;33.67;32.69;31.82;31.06;30.43;29.92;29.53;29.28;29.16;29.17;29.32;29.6;30.01;30.55;31.21;31.99;32.88;33.88;34.99;36.18;37.46;38.82;40.24;41.73;43.28;44.87;46.49;48.15;49.83;51.53;53.23;54.94;56.64;58.33;60.01;61.67;63.31;64.92;66.49;68.03;69.54;71.0;72.42;73.8;75.13;76.41;77.65;78.83" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="stroke-opacity" values="0.749;0.736;0.724;0.711;0.698;0.685;0.672;0.658;0.645;0.632;0.619;0.606;0.593;0.580;0.567;0.555;0.543;0.531;0.519;0.508;0.497;0.487;0.477;0.468;0.459;0.450;0.442;0.435;0.428;0.422;0.417;0.412;0.408;0.404;0.401;0.399;0.398;0.397;0.397;0.397;0.399;0.401;0.403;0.407;0.411;0.415;0.421;0.427;0.433;0.440;0.448;0.456;0.465;0.474;0.484;0.494;0.505;0.516;0.528;0.539;0.551;0.564;0.576;0.589;0.602;0.615;0.628;0.642;0.655;0.668;0.681;0.694;0.707;0.720;0.733;0.745;0.757;0.769;0.781;0.792;0.803;0.813;0.823;0.832;0.841;0.850;0.858;0.865;0.872;0.878;0.883;0.888;0.892;0.896;0.899;0.901;0.902;0.903;0.903;0.903;0.901;0.899;0.897;0.893;0.889;0.885;0.879;0.873;0.867;0.860;0.852;0.844;0.835;0.826;0.816;0.806;0.795;0.784;0.772;0.761;0.749" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="stroke-width" values="2.35;2.32;2.29;2.26;2.22;2.19;2.16;2.12;2.09;2.05;2.02;1.99;1.95;1.92;1.89;1.86;1.82;1.79;1.76;1.73;1.71;1.68;1.66;1.63;1.61;1.59;1.57;1.55;1.53;1.51;1.50;1.49;1.48;1.47;1.46;1.45;1.45;1.45;1.45;1.45;1.45;1.46;1.47;1.47;1.48;1.50;1.51;1.53;1.54;1.56;1.58;1.60;1.62;1.65;1.67;1.70;1.73;1.76;1.79;1.82;1.85;1.88;1.91;1.94;1.98;2.01;2.04;2.08;2.11;2.15;2.18;2.21;2.25;2.28;2.31;2.34;2.38;2.41;2.44;2.47;2.49;2.52;2.54;2.57;2.59;2.61;2.63;2.65;2.67;2.69;2.70;2.71;2.72;2.73;2.74;2.75;2.75;2.75;2.75;2.75;2.75;2.74;2.73;2.73;2.72;2.70;2.69;2.67;2.66;2.64;2.62;2.60;2.58;2.55;2.53;2.50;2.47;2.44;2.41;2.38;2.35" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
</line>
<line x1="336.2" y1="134.12" x2="291.18" y2="78.83" stroke="url(#edgeGrad)" stroke-width="2" stroke-linecap="round" filter="url(#glow)">
<animate attributeName="x1" values="336.2;328.31;319.71;310.42;300.49;289.94;278.84;267.24;255.19;242.79;230.09;217.19;204.18;191.14;178.15;165.32;152.72;140.43;128.54;117.11;106.2;95.87;86.17;77.12;68.78;61.14;54.23;48.05;42.61;37.89;33.88;30.57;27.94;25.96;24.6;23.84;23.65;24.0;24.86;26.19;27.98;30.18;32.78;35.74;39.03;42.64;46.54;50.7;55.11;59.74;64.58;69.61;74.81;80.16;85.66;91.29;97.04;102.9;108.85;114.88;121.0;127.18;133.43;139.73;146.08;152.47;158.89;165.35;171.83;178.33;184.85;191.37;197.91;204.44;210.97;217.5;224.01;230.5;236.97;243.42;249.83;256.21;262.54;268.82;275.05;281.21;287.3;293.3;299.22;305.04;310.74;316.33;321.78;327.08;332.22;337.18;341.95;346.5;350.82;354.89;358.69;362.19;365.37;368.2;370.66;372.71;374.34;375.51;376.19;376.35;375.95;374.98;373.4;371.19;368.32;364.76;360.5;355.52;349.81;343.37;336.2" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="y1" values="134.12;133.2;132.33;131.51;130.75;130.05;129.43;128.89;128.43;128.06;127.79;127.61;127.53;127.55;127.66;127.88;128.19;128.59;129.07;129.65;130.29;131.01;131.8;132.64;133.53;134.46;135.43;136.43;137.45;138.49;139.54;140.59;141.65;142.69;143.73;144.76;145.77;146.76;147.73;148.68;149.6;150.49;151.36;152.2;153.0;153.78;154.53;155.24;155.93;156.58;157.2;157.79;158.36;158.89;159.39;159.86;160.3;160.71;161.1;161.46;161.79;162.09;162.37;162.61;162.84;163.03;163.21;163.35;163.47;163.57;163.64;163.68;163.7;163.7;163.67;163.61;163.54;163.43;163.3;163.15;162.97;162.76;162.53;162.27;161.98;161.67;161.33;160.96;160.57;160.15;159.69;159.21;158.7;158.16;157.58;156.98;156.35;155.68;154.99;154.26;153.51;152.72;151.9;151.05;150.18;149.27;148.34;147.39;146.41;145.41;144.39;143.36;142.32;141.27;140.21;139.16;138.12;137.08;136.07;135.08;134.12" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="x2" values="291.18;294.27;297.19;299.91;302.44;304.75;306.83;308.67;310.25;311.57;312.61;313.36;313.8;313.93;313.72;313.18;312.28;311.02;309.39;307.38;305.0;302.22;299.06;295.52;291.59;287.28;282.6;277.57;272.18;266.48;260.46;254.16;247.6;240.81;233.82;226.66;219.36;211.97;204.52;197.04;189.58;182.17;174.85;167.66;160.63;153.8;147.19;140.83;134.75;128.98;123.53;118.42;113.67;109.28;105.27;101.64;98.4;95.55;93.08;91.0;89.29;87.95;86.98;86.36;86.09;86.14;86.52;87.21;88.19;89.45;90.98;92.77;94.8;97.06;99.54;102.23;105.1;108.16;111.39;114.78;118.31;121.98;125.78;129.7;133.72;137.85;142.07;146.37;150.74;155.19;159.69;164.25;168.86;173.5;178.19;182.89;187.62;192.37;197.12;201.88;206.64;211.39;216.12;220.84;225.52;230.18;234.79;239.36;243.88;248.34;252.73;257.05;261.28;265.43;269.47;273.41;277.24;280.94;284.5;287.92;291.18" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="y2" values="78.83;77.65;76.41;75.13;73.8;72.42;71.0;69.54;68.03;66.49;64.92;63.31;61.67;60.01;58.33;56.64;54.94;53.23;51.53;49.83;48.15;46.49;44.87;43.28;41.73;40.24;38.82;37.46;36.18;34.99;33.88;32.88;31.99;31.21;30.55;30.01;29.6;29.32;29.17;29.16;29.28;29.53;29.92;30.43;31.06;31.82;32.69;33.67;34.75;35.92;37.19;38.53;39.94;41.42;42.95;44.53;46.15;47.8;49.48;51.17;52.87;54.58;56.29;57.98;59.66;61.33;62.97;64.58;66.17;67.72;69.23;70.7;72.13;73.52;74.86;76.15;77.39;78.59;79.73;80.82;81.86;82.84;83.77;84.65;85.47;86.24;86.95;87.61;88.21;88.76;89.26;89.7;90.08;90.41;90.69;90.91;91.08;91.2;91.25;91.26;91.21;91.11;90.95;90.74;90.48;90.16;89.78;89.35;88.87;88.33;87.74;87.09;86.39;85.63;84.82;83.96;83.04;82.07;81.04;79.96;78.83" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="stroke-opacity" values="0.749;0.761;0.772;0.784;0.795;0.806;0.816;0.826;0.835;0.844;0.852;0.860;0.867;0.873;0.879;0.885;0.889;0.893;0.897;0.899;0.901;0.903;0.903;0.903;0.902;0.901;0.899;0.896;0.892;0.888;0.883;0.878;0.872;0.865;0.858;0.850;0.841;0.832;0.823;0.813;0.803;0.792;0.781;0.769;0.757;0.745;0.733;0.720;0.707;0.694;0.681;0.668;0.655;0.642;0.628;0.615;0.602;0.589;0.576;0.564;0.551;0.539;0.528;0.516;0.505;0.494;0.484;0.474;0.465;0.456;0.448;0.440;0.433;0.427;0.421;0.415;0.411;0.407;0.403;0.401;0.399;0.397;0.397;0.397;0.398;0.399;0.401;0.404;0.408;0.412;0.417;0.422;0.428;0.435;0.442;0.450;0.459;0.468;0.477;0.487;0.497;0.508;0.519;0.531;0.543;0.555;0.567;0.580;0.593;0.606;0.619;0.632;0.645;0.658;0.672;0.685;0.698;0.711;0.724;0.736;0.749" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="stroke-width" values="2.35;2.38;2.41;2.44;2.47;2.50;2.53;2.55;2.58;2.60;2.62;2.64;2.66;2.67;2.69;2.70;2.72;2.73;2.73;2.74;2.75;2.75;2.75;2.75;2.75;2.75;2.74;2.73;2.72;2.71;2.70;2.69;2.67;2.65;2.63;2.61;2.59;2.57;2.54;2.52;2.49;2.47;2.44;2.41;2.38;2.34;2.31;2.28;2.25;2.21;2.18;2.15;2.11;2.08;2.04;2.01;1.98;1.94;1.91;1.88;1.85;1.82;1.79;1.76;1.73;1.70;1.67;1.65;1.62;1.60;1.58;1.56;1.54;1.53;1.51;1.50;1.48;1.47;1.47;1.46;1.45;1.45;1.45;1.45;1.45;1.45;1.46;1.47;1.48;1.49;1.50;1.51;1.53;1.55;1.57;1.59;1.61;1.63;1.66;1.68;1.71;1.73;1.76;1.79;1.82;1.86;1.89;1.92;1.95;1.99;2.02;2.05;2.09;2.12;2.16;2.19;2.22;2.26;2.29;2.32;2.35" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
</line>
<line x1="310.71" y1="347.13" x2="279.0" y2="238.21" stroke="url(#edgeGrad)" stroke-width="2" stroke-linecap="round" filter="url(#glow)">
<animate attributeName="x1" values="310.71;309.0;306.92;304.45;301.6;298.36;294.73;290.72;286.33;281.58;276.47;271.02;265.25;259.17;252.81;246.2;239.37;232.34;225.15;217.83;210.42;202.96;195.48;188.03;180.64;173.34;166.18;159.19;152.4;145.84;139.54;133.52;127.82;122.43;117.4;112.72;108.41;104.48;100.94;97.78;95.0;92.62;90.61;88.98;87.72;86.82;86.28;86.07;86.2;86.64;87.39;88.43;89.75;91.33;93.17;95.25;97.56;100.09;102.81;105.73;108.82;112.08;115.5;119.06;122.76;126.59;130.53;134.57;138.72;142.95;147.27;151.66;156.12;160.64;165.21;169.82;174.48;179.16;183.88;188.61;193.36;198.12;202.88;207.63;212.38;217.11;221.81;226.5;231.14;235.75;240.31;244.81;249.26;253.63;257.93;262.15;266.28;270.3;274.22;278.02;281.69;285.22;288.61;291.84;294.9;297.77;300.46;302.94;305.2;307.23;309.02;310.55;311.81;312.79;313.48;313.86;313.91;313.64;313.02;312.05;310.71" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="y1" values="347.13;348.83;350.52;352.2;353.85;355.47;357.05;358.58;360.06;361.47;362.81;364.08;365.25;366.33;367.31;368.18;368.94;369.57;370.08;370.47;370.72;370.84;370.83;370.68;370.4;369.99;369.45;368.79;368.01;367.12;366.12;365.01;363.82;362.54;361.18;359.76;358.27;356.72;355.13;353.51;351.85;350.17;348.47;346.77;345.06;343.36;341.67;339.99;338.33;336.69;335.08;333.51;331.97;330.46;329.0;327.58;326.2;324.87;323.59;322.35;321.17;320.04;318.96;317.93;316.96;316.04;315.18;314.37;313.61;312.91;312.26;311.67;311.13;310.65;310.22;309.84;309.52;309.26;309.05;308.89;308.79;308.74;308.75;308.8;308.92;309.09;309.31;309.59;309.92;310.3;310.74;311.24;311.79;312.39;313.05;313.76;314.53;315.35;316.23;317.16;318.14;319.18;320.27;321.41;322.61;323.85;325.14;326.48;327.87;329.3;330.77;332.28;333.83;335.42;337.03;338.67;340.34;342.02;343.71;345.42;347.13" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="x2" values="279.0;285.12;291.15;297.1;302.96;308.71;314.34;319.84;325.19;330.39;335.42;340.26;344.89;349.3;353.46;357.36;360.97;364.26;367.22;369.82;372.02;373.81;375.14;376.0;376.35;376.16;375.4;374.04;372.06;369.43;366.12;362.11;357.39;351.95;345.77;338.86;331.22;322.88;313.83;304.13;293.8;282.89;271.46;259.57;247.28;234.68;221.85;208.86;195.82;182.81;169.91;157.21;144.81;132.76;121.16;110.06;99.51;89.58;80.29;71.69;63.8;56.63;50.19;44.48;39.5;35.24;31.68;28.81;26.6;25.02;24.05;23.65;23.81;24.49;25.66;27.29;29.34;31.8;34.63;37.81;41.31;45.11;49.18;53.5;58.05;62.82;67.78;72.92;78.22;83.67;89.26;94.96;100.78;106.7;112.7;118.79;124.95;131.18;137.46;143.79;150.17;156.58;163.03;169.5;175.99;182.5;189.03;195.56;202.09;208.63;215.15;221.67;228.17;234.65;241.11;247.53;253.92;260.27;266.57;272.82;279.0" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="y2" values="238.21;238.54;238.9;239.29;239.7;240.14;240.61;241.11;241.64;242.21;242.8;243.42;244.07;244.76;245.47;246.22;247.0;247.8;248.64;249.51;250.4;251.32;252.27;253.24;254.23;255.24;256.27;257.31;258.35;259.41;260.46;261.51;262.55;263.57;264.57;265.54;266.47;267.36;268.2;268.99;269.71;270.35;270.93;271.41;271.81;272.12;272.34;272.45;272.47;272.39;272.21;271.94;271.57;271.11;270.57;269.95;269.25;268.49;267.67;266.8;265.88;264.92;263.93;262.92;261.88;260.84;259.79;258.73;257.68;256.64;255.61;254.59;253.59;252.61;251.66;250.73;249.82;248.95;248.1;247.28;246.49;245.74;245.01;244.32;243.65;243.02;242.42;241.84;241.3;240.79;240.31;239.85;239.43;239.04;238.67;238.33;238.02;237.73;237.47;237.24;237.03;236.85;236.7;236.57;236.46;236.39;236.33;236.3;236.3;236.32;236.36;236.43;236.53;236.65;236.79;236.97;237.16;237.39;237.63;237.91;238.21" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="stroke-opacity" values="0.551;0.564;0.576;0.589;0.602;0.615;0.628;0.642;0.655;0.668;0.681;0.694;0.707;0.720;0.733;0.745;0.757;0.769;0.781;0.792;0.803;0.813;0.823;0.832;0.841;0.850;0.858;0.865;0.872;0.878;0.883;0.888;0.892;0.896;0.899;0.901;0.902;0.903;0.903;0.903;0.901;0.899;0.897;0.893;0.889;0.885;0.879;0.873;0.867;0.860;0.852;0.844;0.835;0.826;0.816;0.806;0.795;0.784;0.772;0.761;0.749;0.736;0.724;0.711;0.698;0.685;0.672;0.658;0.645;0.632;0.619;0.606;0.593;0.580;0.567;0.555;0.543;0.531;0.519;0.508;0.497;0.487;0.477;0.468;0.459;0.450;0.442;0.435;0.428;0.422;0.417;0.412;0.408;0.404;0.401;0.399;0.398;0.397;0.397;0.397;0.399;0.401;0.403;0.407;0.411;0.415;0.421;0.427;0.433;0.440;0.448;0.456;0.465;0.474;0.484;0.494;0.505;0.516;0.528;0.539;0.551" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="stroke-width" values="1.85;1.88;1.91;1.94;1.98;2.01;2.04;2.08;2.11;2.15;2.18;2.21;2.25;2.28;2.31;2.34;2.38;2.41;2.44;2.47;2.49;2.52;2.54;2.57;2.59;2.61;2.63;2.65;2.67;2.69;2.70;2.71;2.72;2.73;2.74;2.75;2.75;2.75;2.75;2.75;2.75;2.74;2.73;2.73;2.72;2.70;2.69;2.67;2.66;2.64;2.62;2.60;2.58;2.55;2.53;2.50;2.47;2.44;2.41;2.38;2.35;2.32;2.29;2.26;2.22;2.19;2.16;2.12;2.09;2.05;2.02;1.99;1.95;1.92;1.89;1.86;1.82;1.79;1.76;1.73;1.71;1.68;1.66;1.63;1.61;1.59;1.57;1.55;1.53;1.51;1.50;1.49;1.48;1.47;1.46;1.45;1.45;1.45;1.45;1.45;1.45;1.46;1.47;1.47;1.48;1.50;1.51;1.53;1.54;1.56;1.58;1.60;1.62;1.65;1.67;1.70;1.73;1.76;1.79;1.82;1.85" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
</line>
<line x1="89.29" y1="347.13" x2="121.0" y2="238.21" stroke="url(#edgeGrad)" stroke-width="2" stroke-linecap="round" filter="url(#glow)">
<animate attributeName="x1" values="89.29;87.95;86.98;86.36;86.09;86.14;86.52;87.21;88.19;89.45;90.98;92.77;94.8;97.06;99.54;102.23;105.1;108.16;111.39;114.78;118.31;121.98;125.78;129.7;133.72;137.85;142.07;146.37;150.74;155.19;159.69;164.25;168.86;173.5;178.19;182.89;187.62;192.37;197.12;201.88;206.64;211.39;216.12;220.84;225.52;230.18;234.79;239.36;243.88;248.34;252.73;257.05;261.28;265.43;269.47;273.41;277.24;280.94;284.5;287.92;291.18;294.27;297.19;299.91;302.44;304.75;306.83;308.67;310.25;311.57;312.61;313.36;313.8;313.93;313.72;313.18;312.28;311.02;309.39;307.38;305.0;302.22;299.06;295.52;291.59;287.28;282.6;277.57;272.18;266.48;260.46;254.16;247.6;240.81;233.82;226.66;219.36;211.97;204.52;197.04;189.58;182.17;174.85;167.66;160.63;153.8;147.19;140.83;134.75;128.98;123.53;118.42;113.67;109.28;105.27;101.64;98.4;95.55;93.08;91.0;89.29" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="y1" values="347.13;345.42;343.71;342.02;340.34;338.67;337.03;335.42;333.83;332.28;330.77;329.3;327.87;326.48;325.14;323.85;322.61;321.41;320.27;319.18;318.14;317.16;316.23;315.35;314.53;313.76;313.05;312.39;311.79;311.24;310.74;310.3;309.92;309.59;309.31;309.09;308.92;308.8;308.75;308.74;308.79;308.89;309.05;309.26;309.52;309.84;310.22;310.65;311.13;311.67;312.26;312.91;313.61;314.37;315.18;316.04;316.96;317.93;318.96;320.04;321.17;322.35;323.59;324.87;326.2;327.58;329.0;330.46;331.97;333.51;335.08;336.69;338.33;339.99;341.67;343.36;345.06;346.77;348.47;350.17;351.85;353.51;355.13;356.72;358.27;359.76;361.18;362.54;363.82;365.01;366.12;367.12;368.01;368.79;369.45;369.99;370.4;370.68;370.83;370.84;370.72;370.47;370.08;369.57;368.94;368.18;367.31;366.33;365.25;364.08;362.81;361.47;360.06;358.58;357.05;355.47;353.85;352.2;350.52;348.83;347.13" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="x2" values="121.0;127.18;133.43;139.73;146.08;152.47;158.89;165.35;171.83;178.33;184.85;191.37;197.91;204.44;210.97;217.5;224.01;230.5;236.97;243.42;249.83;256.21;262.54;268.82;275.05;281.21;287.3;293.3;299.22;305.04;310.74;316.33;321.78;327.08;332.22;337.18;341.95;346.5;350.82;354.89;358.69;362.19;365.37;368.2;370.66;372.71;374.34;375.51;376.19;376.35;375.95;374.98;373.4;371.19;368.32;364.76;360.5;355.52;349.81;343.37;336.2;328.31;319.71;310.42;300.49;289.94;278.84;267.24;255.19;242.79;230.09;217.19;204.18;191.14;178.15;165.32;152.72;140.43;128.54;117.11;106.2;95.87;86.17;77.12;68.78;61.14;54.23;48.05;42.61;37.89;33.88;30.57;27.94;25.96;24.6;23.84;23.65;24.0;24.86;26.19;27.98;30.18;32.78;35.74;39.03;42.64;46.54;50.7;55.11;59.74;64.58;69.61;74.81;80.16;85.66;91.29;97.04;102.9;108.85;114.88;121.0" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="y2" values="238.21;237.91;237.63;237.39;237.16;236.97;236.79;236.65;236.53;236.43;236.36;236.32;236.3;236.3;236.33;236.39;236.46;236.57;236.7;236.85;237.03;237.24;237.47;237.73;238.02;238.33;238.67;239.04;239.43;239.85;240.31;240.79;241.3;241.84;242.42;243.02;243.65;244.32;245.01;245.74;246.49;247.28;248.1;248.95;249.82;250.73;251.66;252.61;253.59;254.59;255.61;256.64;257.68;258.73;259.79;260.84;261.88;262.92;263.93;264.92;265.88;266.8;267.67;268.49;269.25;269.95;270.57;271.11;271.57;271.94;272.21;272.39;272.47;272.45;272.34;272.12;271.81;271.41;270.93;270.35;269.71;268.99;268.2;267.36;266.47;265.54;264.57;263.57;262.55;261.51;260.46;259.41;258.35;257.31;256.27;255.24;254.23;253.24;252.27;251.32;250.4;249.51;248.64;247.8;247.0;246.22;245.47;244.76;244.07;243.42;242.8;242.21;241.64;241.11;240.61;240.14;239.7;239.29;238.9;238.54;238.21" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="stroke-opacity" values="0.551;0.539;0.528;0.516;0.505;0.494;0.484;0.474;0.465;0.456;0.448;0.440;0.433;0.427;0.421;0.415;0.411;0.407;0.403;0.401;0.399;0.397;0.397;0.397;0.398;0.399;0.401;0.404;0.408;0.412;0.417;0.422;0.428;0.435;0.442;0.450;0.459;0.468;0.477;0.487;0.497;0.508;0.519;0.531;0.543;0.555;0.567;0.580;0.593;0.606;0.619;0.632;0.645;0.658;0.672;0.685;0.698;0.711;0.724;0.736;0.749;0.761;0.772;0.784;0.795;0.806;0.816;0.826;0.835;0.844;0.852;0.860;0.867;0.873;0.879;0.885;0.889;0.893;0.897;0.899;0.901;0.903;0.903;0.903;0.902;0.901;0.899;0.896;0.892;0.888;0.883;0.878;0.872;0.865;0.858;0.850;0.841;0.832;0.823;0.813;0.803;0.792;0.781;0.769;0.757;0.745;0.733;0.720;0.707;0.694;0.681;0.668;0.655;0.642;0.628;0.615;0.602;0.589;0.576;0.564;0.551" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="stroke-width" values="1.85;1.82;1.79;1.76;1.73;1.70;1.67;1.65;1.62;1.60;1.58;1.56;1.54;1.53;1.51;1.50;1.48;1.47;1.47;1.46;1.45;1.45;1.45;1.45;1.45;1.45;1.46;1.47;1.48;1.49;1.50;1.51;1.53;1.55;1.57;1.59;1.61;1.63;1.66;1.68;1.71;1.73;1.76;1.79;1.82;1.86;1.89;1.92;1.95;1.99;2.02;2.05;2.09;2.12;2.16;2.19;2.22;2.26;2.29;2.32;2.35;2.38;2.41;2.44;2.47;2.50;2.53;2.55;2.58;2.60;2.62;2.64;2.66;2.67;2.69;2.70;2.72;2.73;2.73;2.74;2.75;2.75;2.75;2.75;2.75;2.75;2.74;2.73;2.72;2.71;2.70;2.69;2.67;2.65;2.63;2.61;2.59;2.57;2.54;2.52;2.49;2.47;2.44;2.41;2.38;2.34;2.31;2.28;2.25;2.21;2.18;2.15;2.11;2.08;2.04;2.01;1.98;1.94;1.91;1.88;1.85" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
</line>
<circle cx="63.8" cy="134.12" r="3" fill="#ffffff" opacity="0.9" filter="url(#glow)">
<animate attributeName="cx" values="63.8;56.63;50.19;44.48;39.5;35.24;31.68;28.81;26.6;25.02;24.05;23.65;23.81;24.49;25.66;27.29;29.34;31.8;34.63;37.81;41.31;45.11;49.18;53.5;58.05;62.82;67.78;72.92;78.22;83.67;89.26;94.96;100.78;106.7;112.7;118.79;124.95;131.18;137.46;143.79;150.17;156.58;163.03;169.5;175.99;182.5;189.03;195.56;202.09;208.63;215.15;221.67;228.17;234.65;241.11;247.53;253.92;260.27;266.57;272.82;279.0;285.12;291.15;297.1;302.96;308.71;314.34;319.84;325.19;330.39;335.42;340.26;344.89;349.3;353.46;357.36;360.97;364.26;367.22;369.82;372.02;373.81;375.14;376.0;376.35;376.16;375.4;374.04;372.06;369.43;366.12;362.11;357.39;351.95;345.77;338.86;331.22;322.88;313.83;304.13;293.8;282.89;271.46;259.57;247.28;234.68;221.85;208.86;195.82;182.81;169.91;157.21;144.81;132.76;121.16;110.06;99.51;89.58;80.29;71.69;63.8" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="cy" values="134.12;135.08;136.07;137.08;138.12;139.16;140.21;141.27;142.32;143.36;144.39;145.41;146.41;147.39;148.34;149.27;150.18;151.05;151.9;152.72;153.51;154.26;154.99;155.68;156.35;156.98;157.58;158.16;158.7;159.21;159.69;160.15;160.57;160.96;161.33;161.67;161.98;162.27;162.53;162.76;162.97;163.15;163.3;163.43;163.54;163.61;163.67;163.7;163.7;163.68;163.64;163.57;163.47;163.35;163.21;163.03;162.84;162.61;162.37;162.09;161.79;161.46;161.1;160.71;160.3;159.86;159.39;158.89;158.36;157.79;157.2;156.58;155.93;155.24;154.53;153.78;153.0;152.2;151.36;150.49;149.6;148.68;147.73;146.76;145.77;144.76;143.73;142.69;141.65;140.59;139.54;138.49;137.45;136.43;135.43;134.46;133.53;132.64;131.8;131.01;130.29;129.65;129.07;128.59;128.19;127.88;127.66;127.55;127.53;127.61;127.79;128.06;128.43;128.89;129.43;130.05;130.75;131.51;132.33;133.2;134.12" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="r" values="4.83;4.77;4.72;4.66;4.59;4.52;4.45;4.38;4.31;4.23;4.15;4.07;3.99;3.90;3.82;3.73;3.65;3.56;3.47;3.39;3.30;3.21;3.13;3.04;2.96;2.88;2.80;2.72;2.64;2.57;2.50;2.43;2.37;2.30;2.25;2.19;2.14;2.09;2.05;2.01;1.97;1.94;1.91;1.89;1.87;1.85;1.84;1.84;1.84;1.84;1.85;1.86;1.88;1.90;1.93;1.96;1.99;2.03;2.07;2.12;2.17;2.23;2.28;2.34;2.41;2.48;2.55;2.62;2.69;2.77;2.85;2.93;3.01;3.10;3.18;3.27;3.35;3.44;3.53;3.61;3.70;3.79;3.87;3.96;4.04;4.12;4.20;4.28;4.36;4.43;4.50;4.57;4.63;4.70;4.75;4.81;4.86;4.91;4.95;4.99;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;4.97;4.93;4.88;4.83" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
</circle>
<circle cx="336.2" cy="134.12" r="3" fill="#ffffff" opacity="0.9" filter="url(#glow)">
<animate attributeName="cx" values="336.2;328.31;319.71;310.42;300.49;289.94;278.84;267.24;255.19;242.79;230.09;217.19;204.18;191.14;178.15;165.32;152.72;140.43;128.54;117.11;106.2;95.87;86.17;77.12;68.78;61.14;54.23;48.05;42.61;37.89;33.88;30.57;27.94;25.96;24.6;23.84;23.65;24.0;24.86;26.19;27.98;30.18;32.78;35.74;39.03;42.64;46.54;50.7;55.11;59.74;64.58;69.61;74.81;80.16;85.66;91.29;97.04;102.9;108.85;114.88;121.0;127.18;133.43;139.73;146.08;152.47;158.89;165.35;171.83;178.33;184.85;191.37;197.91;204.44;210.97;217.5;224.01;230.5;236.97;243.42;249.83;256.21;262.54;268.82;275.05;281.21;287.3;293.3;299.22;305.04;310.74;316.33;321.78;327.08;332.22;337.18;341.95;346.5;350.82;354.89;358.69;362.19;365.37;368.2;370.66;372.71;374.34;375.51;376.19;376.35;375.95;374.98;373.4;371.19;368.32;364.76;360.5;355.52;349.81;343.37;336.2" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="cy" values="134.12;133.2;132.33;131.51;130.75;130.05;129.43;128.89;128.43;128.06;127.79;127.61;127.53;127.55;127.66;127.88;128.19;128.59;129.07;129.65;130.29;131.01;131.8;132.64;133.53;134.46;135.43;136.43;137.45;138.49;139.54;140.59;141.65;142.69;143.73;144.76;145.77;146.76;147.73;148.68;149.6;150.49;151.36;152.2;153.0;153.78;154.53;155.24;155.93;156.58;157.2;157.79;158.36;158.89;159.39;159.86;160.3;160.71;161.1;161.46;161.79;162.09;162.37;162.61;162.84;163.03;163.21;163.35;163.47;163.57;163.64;163.68;163.7;163.7;163.67;163.61;163.54;163.43;163.3;163.15;162.97;162.76;162.53;162.27;161.98;161.67;161.33;160.96;160.57;160.15;159.69;159.21;158.7;158.16;157.58;156.98;156.35;155.68;154.99;154.26;153.51;152.72;151.9;151.05;150.18;149.27;148.34;147.39;146.41;145.41;144.39;143.36;142.32;141.27;140.21;139.16;138.12;137.08;136.07;135.08;134.12" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="r" values="4.83;4.88;4.93;4.97;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;4.99;4.95;4.91;4.86;4.81;4.75;4.70;4.63;4.57;4.50;4.43;4.36;4.28;4.20;4.12;4.04;3.96;3.87;3.79;3.70;3.61;3.53;3.44;3.35;3.27;3.18;3.10;3.01;2.93;2.85;2.77;2.69;2.62;2.55;2.48;2.41;2.34;2.28;2.23;2.17;2.12;2.07;2.03;1.99;1.96;1.93;1.90;1.88;1.86;1.85;1.84;1.84;1.84;1.84;1.85;1.87;1.89;1.91;1.94;1.97;2.01;2.05;2.09;2.14;2.19;2.25;2.30;2.37;2.43;2.50;2.57;2.64;2.72;2.80;2.88;2.96;3.04;3.13;3.21;3.30;3.39;3.47;3.56;3.65;3.73;3.82;3.90;3.99;4.07;4.15;4.23;4.31;4.38;4.45;4.52;4.59;4.66;4.72;4.77;4.83" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
</circle>
<circle cx="310.71" cy="347.13" r="3" fill="#ffffff" opacity="0.9" filter="url(#glow)">
<animate attributeName="cx" values="310.71;309.0;306.92;304.45;301.6;298.36;294.73;290.72;286.33;281.58;276.47;271.02;265.25;259.17;252.81;246.2;239.37;232.34;225.15;217.83;210.42;202.96;195.48;188.03;180.64;173.34;166.18;159.19;152.4;145.84;139.54;133.52;127.82;122.43;117.4;112.72;108.41;104.48;100.94;97.78;95.0;92.62;90.61;88.98;87.72;86.82;86.28;86.07;86.2;86.64;87.39;88.43;89.75;91.33;93.17;95.25;97.56;100.09;102.81;105.73;108.82;112.08;115.5;119.06;122.76;126.59;130.53;134.57;138.72;142.95;147.27;151.66;156.12;160.64;165.21;169.82;174.48;179.16;183.88;188.61;193.36;198.12;202.88;207.63;212.38;217.11;221.81;226.5;231.14;235.75;240.31;244.81;249.26;253.63;257.93;262.15;266.28;270.3;274.22;278.02;281.69;285.22;288.61;291.84;294.9;297.77;300.46;302.94;305.2;307.23;309.02;310.55;311.81;312.79;313.48;313.86;313.91;313.64;313.02;312.05;310.71" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="cy" values="347.13;348.83;350.52;352.2;353.85;355.47;357.05;358.58;360.06;361.47;362.81;364.08;365.25;366.33;367.31;368.18;368.94;369.57;370.08;370.47;370.72;370.84;370.83;370.68;370.4;369.99;369.45;368.79;368.01;367.12;366.12;365.01;363.82;362.54;361.18;359.76;358.27;356.72;355.13;353.51;351.85;350.17;348.47;346.77;345.06;343.36;341.67;339.99;338.33;336.69;335.08;333.51;331.97;330.46;329.0;327.58;326.2;324.87;323.59;322.35;321.17;320.04;318.96;317.93;316.96;316.04;315.18;314.37;313.61;312.91;312.26;311.67;311.13;310.65;310.22;309.84;309.52;309.26;309.05;308.89;308.79;308.74;308.75;308.8;308.92;309.09;309.31;309.59;309.92;310.3;310.74;311.24;311.79;312.39;313.05;313.76;314.53;315.35;316.23;317.16;318.14;319.18;320.27;321.41;322.61;323.85;325.14;326.48;327.87;329.3;330.77;332.28;333.83;335.42;337.03;338.67;340.34;342.02;343.71;345.42;347.13" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="r" values="3.98;4.04;4.09;4.13;4.18;4.23;4.27;4.31;4.35;4.38;4.42;4.45;4.48;4.51;4.53;4.55;4.57;4.58;4.59;4.60;4.61;4.61;4.61;4.61;4.60;4.59;4.58;4.56;4.55;4.52;4.50;4.47;4.44;4.41;4.38;4.34;4.30;4.26;4.22;4.17;4.12;4.08;4.02;3.97;3.92;3.87;3.81;3.75;3.70;3.64;3.58;3.52;3.46;3.41;3.35;3.29;3.23;3.18;3.12;3.07;3.02;2.96;2.91;2.87;2.82;2.77;2.73;2.69;2.65;2.61;2.58;2.55;2.52;2.49;2.47;2.45;2.43;2.42;2.41;2.40;2.39;2.39;2.39;2.39;2.40;2.41;2.42;2.44;2.45;2.48;2.50;2.53;2.56;2.59;2.62;2.66;2.70;2.74;2.78;2.83;2.88;2.92;2.98;3.03;3.08;3.13;3.19;3.25;3.30;3.36;3.42;3.48;3.54;3.59;3.65;3.71;3.77;3.82;3.88;3.93;3.98" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
</circle>
<circle cx="89.29" cy="347.13" r="3" fill="#ffffff" opacity="0.9" filter="url(#glow)">
<animate attributeName="cx" values="89.29;87.95;86.98;86.36;86.09;86.14;86.52;87.21;88.19;89.45;90.98;92.77;94.8;97.06;99.54;102.23;105.1;108.16;111.39;114.78;118.31;121.98;125.78;129.7;133.72;137.85;142.07;146.37;150.74;155.19;159.69;164.25;168.86;173.5;178.19;182.89;187.62;192.37;197.12;201.88;206.64;211.39;216.12;220.84;225.52;230.18;234.79;239.36;243.88;248.34;252.73;257.05;261.28;265.43;269.47;273.41;277.24;280.94;284.5;287.92;291.18;294.27;297.19;299.91;302.44;304.75;306.83;308.67;310.25;311.57;312.61;313.36;313.8;313.93;313.72;313.18;312.28;311.02;309.39;307.38;305.0;302.22;299.06;295.52;291.59;287.28;282.6;277.57;272.18;266.48;260.46;254.16;247.6;240.81;233.82;226.66;219.36;211.97;204.52;197.04;189.58;182.17;174.85;167.66;160.63;153.8;147.19;140.83;134.75;128.98;123.53;118.42;113.67;109.28;105.27;101.64;98.4;95.55;93.08;91.0;89.29" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="cy" values="347.13;345.42;343.71;342.02;340.34;338.67;337.03;335.42;333.83;332.28;330.77;329.3;327.87;326.48;325.14;323.85;322.61;321.41;320.27;319.18;318.14;317.16;316.23;315.35;314.53;313.76;313.05;312.39;311.79;311.24;310.74;310.3;309.92;309.59;309.31;309.09;308.92;308.8;308.75;308.74;308.79;308.89;309.05;309.26;309.52;309.84;310.22;310.65;311.13;311.67;312.26;312.91;313.61;314.37;315.18;316.04;316.96;317.93;318.96;320.04;321.17;322.35;323.59;324.87;326.2;327.58;329.0;330.46;331.97;333.51;335.08;336.69;338.33;339.99;341.67;343.36;345.06;346.77;348.47;350.17;351.85;353.51;355.13;356.72;358.27;359.76;361.18;362.54;363.82;365.01;366.12;367.12;368.01;368.79;369.45;369.99;370.4;370.68;370.83;370.84;370.72;370.47;370.08;369.57;368.94;368.18;367.31;366.33;365.25;364.08;362.81;361.47;360.06;358.58;357.05;355.47;353.85;352.2;350.52;348.83;347.13" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="r" values="3.98;3.93;3.88;3.82;3.77;3.71;3.65;3.59;3.54;3.48;3.42;3.36;3.30;3.25;3.19;3.13;3.08;3.03;2.98;2.92;2.88;2.83;2.78;2.74;2.70;2.66;2.62;2.59;2.56;2.53;2.50;2.48;2.45;2.44;2.42;2.41;2.40;2.39;2.39;2.39;2.39;2.40;2.41;2.42;2.43;2.45;2.47;2.49;2.52;2.55;2.58;2.61;2.65;2.69;2.73;2.77;2.82;2.87;2.91;2.96;3.02;3.07;3.12;3.18;3.23;3.29;3.35;3.41;3.46;3.52;3.58;3.64;3.70;3.75;3.81;3.87;3.92;3.97;4.02;4.08;4.12;4.17;4.22;4.26;4.30;4.34;4.38;4.41;4.44;4.47;4.50;4.52;4.55;4.56;4.58;4.59;4.60;4.61;4.61;4.61;4.61;4.60;4.59;4.58;4.57;4.55;4.53;4.51;4.48;4.45;4.42;4.38;4.35;4.31;4.27;4.23;4.18;4.13;4.09;4.04;3.98" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
</circle>
<circle cx="108.82" cy="78.83" r="3" fill="#ffffff" opacity="0.9" filter="url(#glow)">
<animate attributeName="cx" values="108.82;112.08;115.5;119.06;122.76;126.59;130.53;134.57;138.72;142.95;147.27;151.66;156.12;160.64;165.21;169.82;174.48;179.16;183.88;188.61;193.36;198.12;202.88;207.63;212.38;217.11;221.81;226.5;231.14;235.75;240.31;244.81;249.26;253.63;257.93;262.15;266.28;270.3;274.22;278.02;281.69;285.22;288.61;291.84;294.9;297.77;300.46;302.94;305.2;307.23;309.02;310.55;311.81;312.79;313.48;313.86;313.91;313.64;313.02;312.05;310.71;309.0;306.92;304.45;301.6;298.36;294.73;290.72;286.33;281.58;276.47;271.02;265.25;259.17;252.81;246.2;239.37;232.34;225.15;217.83;210.42;202.96;195.48;188.03;180.64;173.34;166.18;159.19;152.4;145.84;139.54;133.52;127.82;122.43;117.4;112.72;108.41;104.48;100.94;97.78;95.0;92.62;90.61;88.98;87.72;86.82;86.28;86.07;86.2;86.64;87.39;88.43;89.75;91.33;93.17;95.25;97.56;100.09;102.81;105.73;108.82" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="cy" values="78.83;79.96;81.04;82.07;83.04;83.96;84.82;85.63;86.39;87.09;87.74;88.33;88.87;89.35;89.78;90.16;90.48;90.74;90.95;91.11;91.21;91.26;91.25;91.2;91.08;90.91;90.69;90.41;90.08;89.7;89.26;88.76;88.21;87.61;86.95;86.24;85.47;84.65;83.77;82.84;81.86;80.82;79.73;78.59;77.39;76.15;74.86;73.52;72.13;70.7;69.23;67.72;66.17;64.58;62.97;61.33;59.66;57.98;56.29;54.58;52.87;51.17;49.48;47.8;46.15;44.53;42.95;41.42;39.94;38.53;37.19;35.92;34.75;33.67;32.69;31.82;31.06;30.43;29.92;29.53;29.28;29.16;29.17;29.32;29.6;30.01;30.55;31.21;31.99;32.88;33.88;34.99;36.18;37.46;38.82;40.24;41.73;43.28;44.87;46.49;48.15;49.83;51.53;53.23;54.94;56.64;58.33;60.01;61.67;63.31;64.92;66.49;68.03;69.54;71.0;72.42;73.8;75.13;76.41;77.65;78.83" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="r" values="3.02;2.96;2.91;2.87;2.82;2.77;2.73;2.69;2.65;2.61;2.58;2.55;2.52;2.49;2.47;2.45;2.43;2.42;2.41;2.40;2.39;2.39;2.39;2.39;2.40;2.41;2.42;2.44;2.45;2.48;2.50;2.53;2.56;2.59;2.62;2.66;2.70;2.74;2.78;2.83;2.88;2.92;2.98;3.03;3.08;3.13;3.19;3.25;3.30;3.36;3.42;3.48;3.54;3.59;3.65;3.71;3.77;3.82;3.88;3.93;3.98;4.04;4.09;4.13;4.18;4.23;4.27;4.31;4.35;4.38;4.42;4.45;4.48;4.51;4.53;4.55;4.57;4.58;4.59;4.60;4.61;4.61;4.61;4.61;4.60;4.59;4.58;4.56;4.55;4.52;4.50;4.47;4.44;4.41;4.38;4.34;4.30;4.26;4.22;4.17;4.12;4.08;4.02;3.97;3.92;3.87;3.81;3.75;3.70;3.64;3.58;3.52;3.46;3.41;3.35;3.29;3.23;3.18;3.12;3.07;3.02" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
</circle>
<circle cx="291.18" cy="78.83" r="3" fill="#ffffff" opacity="0.9" filter="url(#glow)">
<animate attributeName="cx" values="291.18;294.27;297.19;299.91;302.44;304.75;306.83;308.67;310.25;311.57;312.61;313.36;313.8;313.93;313.72;313.18;312.28;311.02;309.39;307.38;305.0;302.22;299.06;295.52;291.59;287.28;282.6;277.57;272.18;266.48;260.46;254.16;247.6;240.81;233.82;226.66;219.36;211.97;204.52;197.04;189.58;182.17;174.85;167.66;160.63;153.8;147.19;140.83;134.75;128.98;123.53;118.42;113.67;109.28;105.27;101.64;98.4;95.55;93.08;91.0;89.29;87.95;86.98;86.36;86.09;86.14;86.52;87.21;88.19;89.45;90.98;92.77;94.8;97.06;99.54;102.23;105.1;108.16;111.39;114.78;118.31;121.98;125.78;129.7;133.72;137.85;142.07;146.37;150.74;155.19;159.69;164.25;168.86;173.5;178.19;182.89;187.62;192.37;197.12;201.88;206.64;211.39;216.12;220.84;225.52;230.18;234.79;239.36;243.88;248.34;252.73;257.05;261.28;265.43;269.47;273.41;277.24;280.94;284.5;287.92;291.18" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="cy" values="78.83;77.65;76.41;75.13;73.8;72.42;71.0;69.54;68.03;66.49;64.92;63.31;61.67;60.01;58.33;56.64;54.94;53.23;51.53;49.83;48.15;46.49;44.87;43.28;41.73;40.24;38.82;37.46;36.18;34.99;33.88;32.88;31.99;31.21;30.55;30.01;29.6;29.32;29.17;29.16;29.28;29.53;29.92;30.43;31.06;31.82;32.69;33.67;34.75;35.92;37.19;38.53;39.94;41.42;42.95;44.53;46.15;47.8;49.48;51.17;52.87;54.58;56.29;57.98;59.66;61.33;62.97;64.58;66.17;67.72;69.23;70.7;72.13;73.52;74.86;76.15;77.39;78.59;79.73;80.82;81.86;82.84;83.77;84.65;85.47;86.24;86.95;87.61;88.21;88.76;89.26;89.7;90.08;90.41;90.69;90.91;91.08;91.2;91.25;91.26;91.21;91.11;90.95;90.74;90.48;90.16;89.78;89.35;88.87;88.33;87.74;87.09;86.39;85.63;84.82;83.96;83.04;82.07;81.04;79.96;78.83" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="r" values="3.02;3.07;3.12;3.18;3.23;3.29;3.35;3.41;3.46;3.52;3.58;3.64;3.70;3.75;3.81;3.87;3.92;3.97;4.02;4.08;4.12;4.17;4.22;4.26;4.30;4.34;4.38;4.41;4.44;4.47;4.50;4.52;4.55;4.56;4.58;4.59;4.60;4.61;4.61;4.61;4.61;4.60;4.59;4.58;4.57;4.55;4.53;4.51;4.48;4.45;4.42;4.38;4.35;4.31;4.27;4.23;4.18;4.13;4.09;4.04;3.98;3.93;3.88;3.82;3.77;3.71;3.65;3.59;3.54;3.48;3.42;3.36;3.30;3.25;3.19;3.13;3.08;3.03;2.98;2.92;2.88;2.83;2.78;2.74;2.70;2.66;2.62;2.59;2.56;2.53;2.50;2.48;2.45;2.44;2.42;2.41;2.40;2.39;2.39;2.39;2.39;2.40;2.41;2.42;2.43;2.45;2.47;2.49;2.52;2.55;2.58;2.61;2.65;2.69;2.73;2.77;2.82;2.87;2.91;2.96;3.02" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
</circle>
<circle cx="279.0" cy="238.21" r="3" fill="#ffffff" opacity="0.9" filter="url(#glow)">
<animate attributeName="cx" values="279.0;285.12;291.15;297.1;302.96;308.71;314.34;319.84;325.19;330.39;335.42;340.26;344.89;349.3;353.46;357.36;360.97;364.26;367.22;369.82;372.02;373.81;375.14;376.0;376.35;376.16;375.4;374.04;372.06;369.43;366.12;362.11;357.39;351.95;345.77;338.86;331.22;322.88;313.83;304.13;293.8;282.89;271.46;259.57;247.28;234.68;221.85;208.86;195.82;182.81;169.91;157.21;144.81;132.76;121.16;110.06;99.51;89.58;80.29;71.69;63.8;56.63;50.19;44.48;39.5;35.24;31.68;28.81;26.6;25.02;24.05;23.65;23.81;24.49;25.66;27.29;29.34;31.8;34.63;37.81;41.31;45.11;49.18;53.5;58.05;62.82;67.78;72.92;78.22;83.67;89.26;94.96;100.78;106.7;112.7;118.79;124.95;131.18;137.46;143.79;150.17;156.58;163.03;169.5;175.99;182.5;189.03;195.56;202.09;208.63;215.15;221.67;228.17;234.65;241.11;247.53;253.92;260.27;266.57;272.82;279.0" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="cy" values="238.21;238.54;238.9;239.29;239.7;240.14;240.61;241.11;241.64;242.21;242.8;243.42;244.07;244.76;245.47;246.22;247.0;247.8;248.64;249.51;250.4;251.32;252.27;253.24;254.23;255.24;256.27;257.31;258.35;259.41;260.46;261.51;262.55;263.57;264.57;265.54;266.47;267.36;268.2;268.99;269.71;270.35;270.93;271.41;271.81;272.12;272.34;272.45;272.47;272.39;272.21;271.94;271.57;271.11;270.57;269.95;269.25;268.49;267.67;266.8;265.88;264.92;263.93;262.92;261.88;260.84;259.79;258.73;257.68;256.64;255.61;254.59;253.59;252.61;251.66;250.73;249.82;248.95;248.1;247.28;246.49;245.74;245.01;244.32;243.65;243.02;242.42;241.84;241.3;240.79;240.31;239.85;239.43;239.04;238.67;238.33;238.02;237.73;237.47;237.24;237.03;236.85;236.7;236.57;236.46;236.39;236.33;236.3;236.3;236.32;236.36;236.43;236.53;236.65;236.79;236.97;237.16;237.39;237.63;237.91;238.21" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="r" values="2.17;2.23;2.28;2.34;2.41;2.48;2.55;2.62;2.69;2.77;2.85;2.93;3.01;3.10;3.18;3.27;3.35;3.44;3.53;3.61;3.70;3.79;3.87;3.96;4.04;4.12;4.20;4.28;4.36;4.43;4.50;4.57;4.63;4.70;4.75;4.81;4.86;4.91;4.95;4.99;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;4.97;4.93;4.88;4.83;4.77;4.72;4.66;4.59;4.52;4.45;4.38;4.31;4.23;4.15;4.07;3.99;3.90;3.82;3.73;3.65;3.56;3.47;3.39;3.30;3.21;3.13;3.04;2.96;2.88;2.80;2.72;2.64;2.57;2.50;2.43;2.37;2.30;2.25;2.19;2.14;2.09;2.05;2.01;1.97;1.94;1.91;1.89;1.87;1.85;1.84;1.84;1.84;1.84;1.85;1.86;1.88;1.90;1.93;1.96;1.99;2.03;2.07;2.12;2.17" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
</circle>
<circle cx="121.0" cy="238.21" r="3" fill="#ffffff" opacity="0.9" filter="url(#glow)">
<animate attributeName="cx" values="121.0;127.18;133.43;139.73;146.08;152.47;158.89;165.35;171.83;178.33;184.85;191.37;197.91;204.44;210.97;217.5;224.01;230.5;236.97;243.42;249.83;256.21;262.54;268.82;275.05;281.21;287.3;293.3;299.22;305.04;310.74;316.33;321.78;327.08;332.22;337.18;341.95;346.5;350.82;354.89;358.69;362.19;365.37;368.2;370.66;372.71;374.34;375.51;376.19;376.35;375.95;374.98;373.4;371.19;368.32;364.76;360.5;355.52;349.81;343.37;336.2;328.31;319.71;310.42;300.49;289.94;278.84;267.24;255.19;242.79;230.09;217.19;204.18;191.14;178.15;165.32;152.72;140.43;128.54;117.11;106.2;95.87;86.17;77.12;68.78;61.14;54.23;48.05;42.61;37.89;33.88;30.57;27.94;25.96;24.6;23.84;23.65;24.0;24.86;26.19;27.98;30.18;32.78;35.74;39.03;42.64;46.54;50.7;55.11;59.74;64.58;69.61;74.81;80.16;85.66;91.29;97.04;102.9;108.85;114.88;121.0" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="cy" values="238.21;237.91;237.63;237.39;237.16;236.97;236.79;236.65;236.53;236.43;236.36;236.32;236.3;236.3;236.33;236.39;236.46;236.57;236.7;236.85;237.03;237.24;237.47;237.73;238.02;238.33;238.67;239.04;239.43;239.85;240.31;240.79;241.3;241.84;242.42;243.02;243.65;244.32;245.01;245.74;246.49;247.28;248.1;248.95;249.82;250.73;251.66;252.61;253.59;254.59;255.61;256.64;257.68;258.73;259.79;260.84;261.88;262.92;263.93;264.92;265.88;266.8;267.67;268.49;269.25;269.95;270.57;271.11;271.57;271.94;272.21;272.39;272.47;272.45;272.34;272.12;271.81;271.41;270.93;270.35;269.71;268.99;268.2;267.36;266.47;265.54;264.57;263.57;262.55;261.51;260.46;259.41;258.35;257.31;256.27;255.24;254.23;253.24;252.27;251.32;250.4;249.51;248.64;247.8;247.0;246.22;245.47;244.76;244.07;243.42;242.8;242.21;241.64;241.11;240.61;240.14;239.7;239.29;238.9;238.54;238.21" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
<animate attributeName="r" values="2.17;2.12;2.07;2.03;1.99;1.96;1.93;1.90;1.88;1.86;1.85;1.84;1.84;1.84;1.84;1.85;1.87;1.89;1.91;1.94;1.97;2.01;2.05;2.09;2.14;2.19;2.25;2.30;2.37;2.43;2.50;2.57;2.64;2.72;2.80;2.88;2.96;3.04;3.13;3.21;3.30;3.39;3.47;3.56;3.65;3.73;3.82;3.90;3.99;4.07;4.15;4.23;4.31;4.38;4.45;4.52;4.59;4.66;4.72;4.77;4.83;4.88;4.93;4.97;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;5.00;4.99;4.95;4.91;4.86;4.81;4.75;4.70;4.63;4.57;4.50;4.43;4.36;4.28;4.20;4.12;4.04;3.96;3.87;3.79;3.70;3.61;3.53;3.44;3.35;3.27;3.18;3.10;3.01;2.93;2.85;2.77;2.69;2.62;2.55;2.48;2.41;2.34;2.28;2.23;2.17" keyTimes="0.0000;0.0083;0.0167;0.0250;0.0333;0.0417;0.0500;0.0583;0.0667;0.0750;0.0833;0.0917;0.1000;0.1083;0.1167;0.1250;0.1333;0.1417;0.1500;0.1583;0.1667;0.1750;0.1833;0.1917;0.2000;0.2083;0.2167;0.2250;0.2333;0.2417;0.2500;0.2583;0.2667;0.2750;0.2833;0.2917;0.3000;0.3083;0.3167;0.3250;0.3333;0.3417;0.3500;0.3583;0.3667;0.3750;0.3833;0.3917;0.4000;0.4083;0.4167;0.4250;0.4333;0.4417;0.4500;0.4583;0.4667;0.4750;0.4833;0.4917;0.5000;0.5083;0.5167;0.5250;0.5333;0.5417;0.5500;0.5583;0.5667;0.5750;0.5833;0.5917;0.6000;0.6083;0.6167;0.6250;0.6333;0.6417;0.6500;0.6583;0.6667;0.6750;0.6833;0.6917;0.7000;0.7083;0.7167;0.7250;0.7333;0.7417;0.7500;0.7583;0.7667;0.7750;0.7833;0.7917;0.8000;0.8083;0.8167;0.8250;0.8333;0.8417;0.8500;0.8583;0.8667;0.8750;0.8833;0.8917;0.9000;0.9083;0.9167;0.9250;0.9333;0.9417;0.9500;0.9583;0.9667;0.9750;0.9833;0.9917;1" dur="8s" repeatCount="indefinite"/>
</circle>
</svg>
We've got:
- dots at the vertices
- depth cues: note how the edges and vertices are both smaller and dimmer when at the back—Opus 4.5 didn't do this
- gradients in the edges: the purple-cyan is very stylish and very on-brand for Claude
- vastly more complex code—164KB of text to generate this cube vs about 9KB for Opus 4.5's version
Note that in neither case did I ask for the glow effect, that's just a consistent style preference between them.
This SVG is wildly overengineered—perhaps Opus 4.6 got an evaluation vibe from the prompt and decided to show off. I won't complain, but I will also try again to get something a little more efficient, and also try a few other polyhedra SVGs.