-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalidation-report.html
More file actions
528 lines (510 loc) · 204 KB
/
validation-report.html
File metadata and controls
528 lines (510 loc) · 204 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Strategy Validation Report — Meta Strategy</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
margin: 0; padding: 2rem; background: #0d1117; color: #c9d1d9; max-width: 1000px; margin: 0 auto; }
h1 { color: #58a6ff; font-size: 1.8rem; }
h2 { color: #79c0ff; border-bottom: 1px solid #30363d; padding-bottom: 0.5rem; margin-top: 2rem; }
h3 { color: #c9d1d9; font-size: 1rem; margin-top: 1.5rem; }
table { border-collapse: collapse; width: 100%; margin: 1rem 0; }
th, td { padding: 0.6rem 1rem; text-align: right; border: 1px solid #30363d; }
th { background: #161b22; color: #58a6ff; }
td:first-child, th:first-child { text-align: left; }
tr:nth-child(even) { background: #161b22; }
.positive { color: #3fb950; }
.negative { color: #f85149; }
.chart { width: 100%; margin: 1rem 0; }
svg { width: 100%; height: 100%; }
.legend { display: flex; gap: 1.5rem; margin: 0.5rem 0; flex-wrap: wrap; align-items: center; }
.legend-item { display: flex; align-items: center; gap: 0.4rem; font-size: 0.85rem; }
.legend-dot { width: 12px; height: 12px; border-radius: 50%; }
.strategy-card { background: #161b22; border: 1px solid #30363d; border-radius: 8px; padding: 1.5rem; margin: 1.5rem 0; }
.strategy-card h2 { margin-top: 0; border: none; padding: 0; }
.strategy-meta { margin: 1rem 0; line-height: 1.8; }
.strategy-meta p { margin: 0.3rem 0; }
.note { color: #d29922; font-size: 0.9rem; font-style: italic; }
.summary-box { background: #0d1117; border: 2px solid #3fb950; border-radius: 8px; padding: 1.5rem; margin: 1.5rem 0; }
.trade-table { font-size: 0.9rem; }
.trade-table th { font-size: 0.85rem; }
details { margin-top: 1rem; }
details summary { cursor: pointer; color: #58a6ff; font-weight: 600; }
footer { margin-top: 3rem; padding-top: 1rem; border-top: 1px solid #30363d; color: #8b949e; font-size: 0.85rem; }
.toggle-trades { display: flex; align-items: center; gap: 0.5rem; font-size: 0.85rem; cursor: pointer; user-select: none; }
.toggle-trades input { accent-color: #58a6ff; cursor: pointer; width: 16px; height: 16px; }
.marker-legend { display: inline-flex; align-items: center; gap: 0.3rem; margin-left: 0.8rem; font-size: 0.8rem; color: #8b949e; }
.marker-legend svg { width: 14px; height: 14px; vertical-align: middle; }
.stat-note { font-size: 0.8rem; color: #8b949e; margin-top: 0.5rem; font-style: italic; }
</style>
</head>
<body>
<script>
function toggleMarkers(chartId, checkbox) {
var el = document.getElementById('markers-' + chartId);
if (el) el.style.display = checkbox.checked ? 'inline' : 'none';
}
</script>
<h1>📊 Strategy Validation Report</h1>
<p style="color:#8b949e">BTC-USD · 2020-01-01 → 2024-08-01 · Generated 2026-02-13 21:05</p>
<div class="summary-box">
<p>This report validates the three strategies from the <a href="https://docs.google.com/document/d/1r_xGmufV5gqnbsNQvOCn7Yfv1ZXnwryCCf9ndw-4wrc" style="color:#58a6ff">source video</a>
by running them on the same approximate timeframe (2020-01-01 → 2024-08-01) and comparing against claimed returns.</p>
<p>All backtests start with <strong>$100,000</strong> initial capital, 0.1% commission, and execute on the next bar's open.</p>
</div>
<h2>✅ Validation Verdict</h2>
<table>
<tr><th>Strategy</th><th>Video Claim</th><th>Our Result</th><th>Difference</th><th>Status</th></tr>
<tr><td>Bollinger Bands (Trend-Following Breakout)</td><td>~1,187%</td><td class="positive">1,176.98%</td><td>-10% (1%)</td><td>✅ Validated</td></tr>
<tr><td>Bull Market Support Band</td><td>~736%</td><td class="positive">602.70%</td><td>-133% (18%)</td><td>✅ Validated</td></tr>
<tr><td>SuperTrend</td><td>(none)</td><td class="positive">873.54%</td><td>—</td><td>✅ Profitable</td></tr>
</table>
<h3>Return Comparison (%)</h3>
<div class="chart" style="height:220px">
<svg viewBox="0 0 900 220">
<rect x="200" y="36" width="500.0" height="28" fill="#58a6ff" rx="3" opacity="0.85"/>
<text x="192" y="54" fill="#c9d1d9" font-size="12" text-anchor="end">Bollinger Bands (Trend-Following Breakout)</text>
<text x="708.0" y="54" fill="#c9d1d9" font-size="12">1,177%</text>
<rect x="200" y="76" width="256.0" height="28" fill="#58a6ff" rx="3" opacity="0.85"/>
<text x="192" y="94" fill="#c9d1d9" font-size="12" text-anchor="end">Bull Market Support Band</text>
<text x="464.0" y="94" fill="#c9d1d9" font-size="12">603%</text>
<rect x="200" y="116" width="371.1" height="28" fill="#58a6ff" rx="3" opacity="0.85"/>
<text x="192" y="134" fill="#c9d1d9" font-size="12" text-anchor="end">SuperTrend</text>
<text x="579.1" y="134" fill="#c9d1d9" font-size="12">874%</text>
<rect x="200" y="156" width="338.8" height="28" fill="#8b949e" rx="3" opacity="0.85"/>
<text x="192" y="174" fill="#c9d1d9" font-size="12" text-anchor="end">Buy & Hold</text>
<text x="546.8" y="174" fill="#c9d1d9" font-size="12">797%</text>
</svg>
</div>
<h2>📈 Strategy Details</h2>
<div class="strategy-card">
<h2>Bollinger Bands (Trend-Following Breakout)</h2>
<div class="strategy-meta">
<p><strong>Entry:</strong> Close price is <strong>above</strong> the Upper Band (buying strength)</p>
<p><strong>Exit:</strong> Close price is <strong>below</strong> the Lower Band</p>
<p><strong>Parameters:</strong> Length: 20, Multiplier: 2.0 | <strong>Interval:</strong> 1d</p>
<p class="note">💡 The AI initially guessed the logic wrong. Must explicitly prompt: buy above upper, sell below lower.</p>
</div>
<table>
<tr><th>Metric</th><th>Result</th><th>vs Video</th></tr>
<tr><td>Return</td><td class="positive">1,176.98%</td><td>~1,187%</td></tr>
<tr><td>Buy & Hold</td><td>797.47%</td><td></td></tr>
<tr><td>Alpha (vs B&H)</td><td class="positive">+379.51%</td><td></td></tr>
<tr><td>Win Rate</td><td>50.0%</td><td></td></tr>
<tr><td># Trades</td><td>14</td><td></td></tr>
<tr><td>Max Drawdown</td><td class="negative">-52.16%</td><td></td></tr>
<tr><td>Sharpe Ratio</td><td>0.89</td><td></td></tr>
<tr><td>Final Equity</td><td>$1,276,981.08</td><td></td></tr>
</table>
<h3>📐 Statistical Significance</h3>
<table>
<tr><th>Test</th><th>Statistic</th><th>p-value</th><th>Significant (α=0.05)?</th></tr>
<tr><td>Sharpe Ratio ≠ 0</td><td>t = 3.10</td><td class="positive">0.0019</td><td>✅ Yes</td></tr>
<tr><td>Returns vs B&H (paired t-test)</td><td>t = -0.17</td><td class="negative">0.8646</td><td>❌ No</td></tr>
<tr><td>Avg trade return > 0 (one-sided)</td><td>t = 1.40</td><td class="">0.0928</td><td>⚠️ Marginal</td></tr>
<tr><td>Win rate > 50% (binomial)</td><td>7/14 wins</td><td class="negative">0.6047</td><td>❌ No</td></tr>
</table>
<p class="stat-note">Sharpe significance tests whether risk-adjusted returns differ from zero.
Paired t-test compares daily strategy returns against B&H.
Low trade counts (14 trades) limit statistical power for trade-level tests.</p>
<h3>Equity Curve: Bollinger Bands (Trend-Following Breakout)</h3>
<div class="chart" style="height:525px">
<svg viewBox="0 0 900 525">
<rect x="90" y="30" width="780" height="445" fill="#0d1117" stroke="#30363d"/>
<text x="80" y="479.0" fill="#8b949e" font-size="11" text-anchor="end">$0</text>
<line x1="90" y1="475.0" x2="870" y2="475.0" stroke="#21262d" stroke-width="0.5"/>
<text x="80" y="330.7" fill="#8b949e" font-size="11" text-anchor="end">$500k</text>
<line x1="90" y1="326.7" x2="870" y2="326.7" stroke="#21262d" stroke-width="0.5"/>
<text x="80" y="182.3" fill="#8b949e" font-size="11" text-anchor="end">$1M</text>
<line x1="90" y1="178.3" x2="870" y2="178.3" stroke="#21262d" stroke-width="0.5"/>
<text x="80" y="34.0" fill="#8b949e" font-size="11" text-anchor="end">$1.5M</text>
<line x1="90" y1="30.0" x2="870" y2="30.0" stroke="#21262d" stroke-width="0.5"/>
<line x1="90" y1="445.3" x2="870" y2="445.3" stroke="#58a6ff" stroke-width="0.8" stroke-dasharray="4,4" opacity="0.4"/>
<text x="90.0" y="520" fill="#8b949e" font-size="10" text-anchor="middle">Jan 2020</text>
<line x1="90.0" y1="475" x2="90.0" y2="480" stroke="#30363d" stroke-width="1"/>
<text x="174.9" y="520" fill="#8b949e" font-size="10" text-anchor="middle">Jul 2020</text>
<line x1="174.9" y1="475" x2="174.9" y2="480" stroke="#30363d" stroke-width="1"/>
<text x="260.6" y="520" fill="#8b949e" font-size="10" text-anchor="middle">Jan 2021</text>
<line x1="260.6" y1="475" x2="260.6" y2="480" stroke="#30363d" stroke-width="1"/>
<text x="345.0" y="520" fill="#8b949e" font-size="10" text-anchor="middle">Jul 2021</text>
<line x1="345.0" y1="475" x2="345.0" y2="480" stroke="#30363d" stroke-width="1"/>
<text x="430.8" y="520" fill="#8b949e" font-size="10" text-anchor="middle">Jan 2022</text>
<line x1="430.8" y1="475" x2="430.8" y2="480" stroke="#30363d" stroke-width="1"/>
<text x="515.2" y="520" fill="#8b949e" font-size="10" text-anchor="middle">Jul 2022</text>
<line x1="515.2" y1="475" x2="515.2" y2="480" stroke="#30363d" stroke-width="1"/>
<text x="601.0" y="520" fill="#8b949e" font-size="10" text-anchor="middle">Jan 2023</text>
<line x1="601.0" y1="475" x2="601.0" y2="480" stroke="#30363d" stroke-width="1"/>
<text x="685.4" y="520" fill="#8b949e" font-size="10" text-anchor="middle">Jul 2023</text>
<line x1="685.4" y1="475" x2="685.4" y2="480" stroke="#30363d" stroke-width="1"/>
<text x="771.2" y="520" fill="#8b949e" font-size="10" text-anchor="middle">Jan 2024</text>
<line x1="771.2" y1="475" x2="771.2" y2="480" stroke="#30363d" stroke-width="1"/>
<text x="856.0" y="520" fill="#8b949e" font-size="10" text-anchor="middle">Jul 2024</text>
<line x1="856.0" y1="475" x2="856.0" y2="480" stroke="#30363d" stroke-width="1"/>
<polyline points="90.0,445.3 90.5,445.3 90.9,445.3 91.4,445.3 91.9,445.3 92.3,445.3 92.8,445.3 93.3,445.3 93.7,445.3 94.2,445.3 94.7,445.3 95.1,445.3 95.6,445.3 96.1,445.3 96.5,445.3 97.0,445.3 97.5,445.3 97.9,445.3 98.4,445.3 98.9,445.3 99.3,445.3 99.8,445.3 100.3,445.3 100.7,445.3 101.2,445.3 101.7,445.3 102.1,445.3 102.6,445.3 103.1,445.5 103.5,444.9 104.0,445.4 104.5,445.3 104.9,445.4 105.4,445.6 105.9,445.9 106.3,444.6 106.8,444.3 107.3,444.1 107.7,443.9 108.2,443.1 108.6,443.9 109.1,442.8 109.6,442.5 110.0,442.8 110.5,442.5 111.0,443.8 111.4,443.6 111.9,444.4 112.4,443.0 112.8,444.5 113.3,444.6 113.8,444.4 114.2,444.5 114.7,443.7 115.2,444.5 115.6,445.4 116.1,445.4 116.6,445.4 117.0,445.4 117.5,445.4 118.0,445.4 118.4,445.4 118.9,445.4 119.4,445.4 119.8,445.4 120.3,445.4 120.8,445.4 121.2,445.4 121.7,445.4 122.2,445.4 122.6,445.4 123.1,445.4 123.6,445.4 124.0,445.4 124.5,445.4 125.0,445.4 125.4,445.4 125.9,445.4 126.4,445.4 126.8,445.4 127.3,445.4 127.8,445.4 128.2,445.4 128.7,445.4 129.2,445.4 129.6,445.4 130.1,445.4 130.6,445.4 131.0,445.4 131.5,445.4 132.0,445.4 132.4,445.4 132.9,445.4 133.4,445.4 133.8,445.4 134.3,445.4 134.8,445.4 135.2,445.4 135.7,445.4 136.2,445.4 136.6,445.4 137.1,445.4 137.6,445.4 138.0,445.4 138.5,445.4 139.0,445.4 139.4,445.4 139.9,445.4 140.4,445.4 140.8,445.4 141.3,445.4 141.8,445.4 142.2,445.4 142.7,445.4 143.2,445.4 143.6,445.4 144.1,445.0 144.5,444.5 145.0,444.5 145.5,440.7 145.9,441.2 146.4,440.4 146.9,439.9 147.3,440.3 147.8,440.2 148.3,439.9 148.7,438.8 149.2,436.2 149.7,436.6 150.1,437.6 150.6,440.8 151.1,441.4 151.5,440.6 152.0,438.8 152.5,437.1 152.9,438.6 153.4,438.4 153.9,437.3 154.3,437.1 154.8,437.1 155.3,437.9 155.7,439.6 156.2,439.2 156.7,439.1 157.1,440.7 157.6,440.2 158.1,440.5 158.5,439.2 159.0,437.9 159.5,438.2 159.9,437.2 160.4,438.1 160.9,435.4 161.3,437.8 161.8,437.4 162.3,436.8 162.7,437.3 163.2,437.4 163.7,437.0 164.1,436.9 164.6,436.8 165.1,436.5 165.5,438.6 166.0,438.0 166.5,438.1 166.9,438.4 167.4,438.1 167.9,437.8 168.3,438.0 168.8,438.3 169.3,438.8 169.7,438.6 170.2,438.7 170.7,437.4 171.1,437.5 171.6,438.7 172.1,438.9 172.5,439.3 173.0,439.7 173.5,439.3 173.9,439.1 174.4,439.4 174.9,439.0 175.3,439.4 175.8,439.5 176.3,439.4 176.7,439.6 177.2,438.4 177.7,438.9 178.1,438.2 178.6,438.8 179.0,438.8 179.5,439.0 180.0,438.8 180.4,438.9 180.9,438.9 181.4,439.1 181.8,439.4 182.3,439.3 182.8,439.3 183.2,439.2 183.7,439.3 184.2,438.4 184.6,437.9 185.1,437.6 185.6,437.8 186.0,437.3 186.5,436.4 187.0,432.2 187.4,432.5 187.9,431.8 188.4,431.7 188.8,430.9 189.3,429.2 189.8,432.0 190.2,431.2 190.7,431.4 191.2,429.3 191.6,429.2 192.1,429.9 192.6,429.3 193.0,429.6 193.5,428.8 194.0,430.6 194.4,429.9 194.9,429.1 195.4,429.2 195.8,428.8 196.3,428.7 196.8,427.3 197.2,428.3 197.7,429.2 198.2,428.8 198.6,429.9 199.1,429.5 199.6,429.6 200.0,429.2 200.5,430.8 201.0,430.3 201.4,430.9 201.9,430.1 202.4,430.2 202.8,429.4 203.3,429.5 203.8,428.4 204.2,430.6 204.7,435.1 205.2,435.2 205.6,435.2 206.1,435.2 206.6,435.2 207.0,435.2 207.5,435.2 208.0,435.2 208.4,435.2 208.9,435.2 209.4,435.2 209.8,435.2 210.3,435.2 210.8,435.2 211.2,435.2 211.7,435.2 212.2,435.2 212.6,435.2 213.1,435.2 213.6,435.2 214.0,435.2 214.5,435.2 214.9,435.2 215.4,435.2 215.9,435.2 216.3,435.2 216.8,435.2 217.3,435.2 217.7,435.2 218.2,435.2 218.7,435.2 219.1,435.2 219.6,435.2 220.1,435.2 220.5,435.2 221.0,435.2 221.5,435.2 221.9,434.4 222.4,434.1 222.9,433.5 223.3,433.9 223.8,433.9 224.3,433.7 224.7,434.3 225.2,434.2 225.7,433.7 226.1,432.8 226.6,432.2 227.1,428.9 227.5,428.4 228.0,428.6 228.5,427.9 228.9,428.2 229.4,428.0 229.9,426.0 230.3,427.3 230.8,426.7 231.3,426.4 231.7,425.5 232.2,425.7 232.7,426.3 233.1,424.9 233.6,424.3 234.1,419.1 234.5,419.2 235.0,421.8 235.5,419.5 235.9,420.0 236.4,420.2 236.9,418.7 237.3,416.6 237.8,416.5 238.3,417.4 238.7,417.8 239.2,415.1 239.7,411.8 240.1,411.2 240.6,411.2 241.1,408.3 241.5,408.2 242.0,409.2 242.5,409.2 242.9,406.6 243.4,407.9 243.9,413.5 244.3,413.7 244.8,411.5 245.3,409.9 245.7,404.7 246.2,407.7 246.7,406.2 247.1,405.4 247.6,408.0 248.1,406.4 248.5,405.7 249.0,406.3 249.5,409.4 249.9,408.5 250.4,409.6 250.8,410.3 251.3,407.6 251.8,406.4 252.2,406.1 252.7,405.5 253.2,398.7 253.6,393.4 254.1,392.2 254.6,389.6 255.0,391.0 255.5,393.4 256.0,389.9 256.4,391.8 256.9,390.1 257.4,386.8 257.8,380.5 258.3,381.1 258.8,378.2 259.2,377.2 259.7,371.9 260.2,371.3 260.6,370.0 261.1,360.2 261.6,357.9 262.0,360.8 262.5,353.6 263.0,343.5 263.4,334.4 263.9,329.3 264.4,331.3 264.8,338.0 265.3,348.0 265.8,353.8 266.2,341.7 266.7,335.1 267.2,343.5 267.6,345.8 268.1,347.2 268.6,344.2 269.0,346.2 269.5,348.0 270.0,364.8 270.4,357.1 270.9,360.4 271.4,359.6 271.8,359.4 272.3,358.6 272.8,366.2 273.2,355.4 273.7,352.4 274.2,352.6 274.6,356.7 275.1,355.2 275.6,348.2 276.0,341.2 276.5,343.1 277.0,338.8 277.4,334.8 277.9,336.1 278.4,310.1 278.8,309.1 279.3,314.7 279.8,304.0 280.2,305.5 280.7,306.9 281.2,301.2 281.6,303.9 282.1,299.4 282.6,288.9 283.0,290.6 283.5,275.6 284.0,274.9 284.4,269.7 284.9,281.6 285.3,300.8 285.8,297.6 286.3,306.9 286.7,309.6 287.2,310.2 287.7,313.9 288.1,297.9 288.6,302.4 289.1,294.7 289.5,301.7 290.0,300.4 290.5,300.5 290.9,292.3 291.4,288.6 291.9,279.4 292.3,275.2 292.8,268.8 293.3,270.5 293.7,256.6 294.2,263.5 294.7,275.6 295.1,272.4 295.6,265.0 296.1,268.6 296.5,266.9 297.0,267.0 297.5,269.8 297.9,280.5 298.4,279.7 298.9,286.7 299.3,290.5 299.8,278.3 300.3,275.3 300.7,275.4 301.2,269.0 301.7,264.8 302.1,264.8 302.6,264.2 303.1,263.2 303.5,269.5 304.0,265.4 304.5,264.3 304.9,267.4 305.4,275.1 305.9,267.0 306.3,267.2 306.8,261.7 307.3,260.3 307.7,261.4 308.2,248.5 308.7,249.9 309.1,249.2 309.6,255.4 310.1,258.6 310.5,274.5 311.0,276.2 311.5,273.5 311.9,282.7 312.4,290.3 312.9,290.6 313.3,290.6 313.8,290.6 314.3,290.6 314.7,290.6 315.2,290.6 315.7,290.6 316.1,290.6 316.6,290.6 317.1,290.6 317.5,290.6 318.0,290.6 318.5,290.6 318.9,290.6 319.4,290.6 319.9,290.6 320.3,290.6 320.8,290.6 321.2,290.6 321.7,290.6 322.2,290.6 322.6,290.6 323.1,290.6 323.6,290.6 324.0,290.6 324.5,290.6 325.0,290.6 325.4,290.6 325.9,290.6 326.4,290.6 326.8,290.6 327.3,290.6 327.8,290.6 328.2,290.6 328.7,290.6 329.2,290.6 329.6,290.6 330.1,290.6 330.6,290.6 331.0,290.6 331.5,290.6 332.0,290.6 332.4,290.6 332.9,290.6 333.4,290.6 333.8,290.6 334.3,290.6 334.8,290.6 335.2,290.6 335.7,290.6 336.2,290.6 336.6,290.6 337.1,290.6 337.6,290.6 338.0,290.6 338.5,290.6 339.0,290.6 339.4,290.6 339.9,290.6 340.4,290.6 340.8,290.6 341.3,290.6 341.8,290.6 342.2,290.6 342.7,290.6 343.2,290.6 343.6,290.6 344.1,290.6 344.6,290.6 345.0,290.6 345.5,290.6 346.0,290.6 346.4,290.6 346.9,290.6 347.4,290.6 347.8,290.6 348.3,290.6 348.8,290.6 349.2,290.6 349.7,290.6 350.2,290.6 350.6,290.6 351.1,290.6 351.6,290.6 352.0,290.6 352.5,290.6 353.0,290.6 353.4,290.6 353.9,290.6 354.4,290.6 354.8,290.6 355.3,290.6 355.8,290.6 356.2,290.6 356.7,290.6 357.1,280.6 357.6,277.8 358.1,277.8 358.5,267.2 359.0,270.1 359.5,277.9 359.9,281.6 360.4,286.6 360.9,279.0 361.3,273.7 361.8,264.5 362.3,256.2 362.7,259.8 363.2,247.6 363.7,251.3 364.1,251.3 364.6,256.8 365.1,240.8 365.5,244.1 366.0,244.4 366.5,249.3 366.9,255.5 367.4,255.0 367.9,245.9 368.3,233.5 368.8,235.6 369.3,233.6 369.7,232.5 370.2,241.2 370.7,235.3 371.1,244.9 371.6,234.8 372.1,235.6 372.5,235.9 373.0,244.3 373.5,243.8 373.9,235.8 374.4,233.6 374.9,230.2 375.3,230.6 375.8,222.0 376.3,217.9 376.7,245.5 377.2,248.9 377.7,247.5 378.1,254.6 378.6,253.1 379.1,249.0 379.5,254.3 380.0,244.2 380.5,239.0 380.9,240.9 381.4,243.3 381.9,238.5 382.3,243.4 382.8,264.3 383.3,263.7 383.7,263.7 384.2,263.7 384.7,263.7 385.1,263.7 385.6,263.7 386.1,263.7 386.5,263.7 387.0,263.7 387.5,263.7 387.9,263.7 388.4,263.7 388.9,263.7 389.3,263.7 389.8,263.7 390.3,249.0 390.7,255.0 391.2,254.4 391.6,250.5 392.1,251.3 392.6,240.8 393.0,246.4 393.5,241.1 394.0,241.4 394.4,225.0 394.9,227.7 395.4,225.1 395.8,223.3 396.3,214.7 396.8,208.0 397.2,222.6 397.7,228.4 398.2,225.7 398.6,227.5 399.1,219.4 399.6,229.7 400.0,237.0 400.5,228.7 401.0,222.5 401.4,223.8 401.9,226.0 402.4,227.2 402.8,218.7 403.3,219.6 403.8,225.5 404.2,226.8 404.7,225.2 405.2,218.3 405.6,201.9 406.1,204.2 406.6,211.8 407.0,212.0 407.5,215.1 408.0,213.9 408.4,210.0 408.9,217.4 409.4,230.5 409.8,229.7 410.3,242.9 410.8,243.3 411.2,243.3 411.7,243.3 412.2,243.3 412.6,243.3 413.1,243.3 413.6,243.3 414.0,243.3 414.5,243.3 415.0,243.3 415.4,243.3 415.9,243.3 416.4,243.3 416.8,243.3 417.3,243.3 417.8,243.3 418.2,243.3 418.7,243.3 419.2,243.3 419.6,243.3 420.1,243.3 420.6,243.3 421.0,243.3 421.5,243.3 422.0,243.3 422.4,243.3 422.9,243.3 423.4,243.3 423.8,243.3 424.3,243.3 424.8,243.3 425.2,243.3 425.7,243.3 426.2,243.3 426.6,243.3 427.1,243.3 427.5,243.3 428.0,243.3 428.5,243.3 428.9,243.3 429.4,243.3 429.9,243.3 430.3,243.3 430.8,243.3 431.3,243.3 431.7,243.3 432.2,243.3 432.7,243.3 433.1,243.3 433.6,243.3 434.1,243.3 434.5,243.3 435.0,243.3 435.5,243.3 435.9,243.3 436.4,243.3 436.9,243.3 437.3,243.3 437.8,243.3 438.3,243.3 438.7,243.3 439.2,243.3 439.7,243.3 440.1,243.3 440.6,243.3 441.1,243.3 441.5,243.3 442.0,243.3 442.5,243.3 442.9,243.3 443.4,243.3 443.9,243.3 444.3,243.3 444.8,243.3 445.3,243.3 445.7,243.3 446.2,243.3 446.7,243.3 447.1,243.3 447.6,243.3 448.1,243.3 448.5,242.2 449.0,241.1 449.5,245.0 449.9,250.8 450.4,251.6 450.9,251.9 451.3,249.9 451.8,239.9 452.3,243.0 452.7,260.2 453.2,262.8 453.7,262.3 454.1,270.9 454.6,277.7 455.1,271.6 455.5,276.6 456.0,271.4 456.5,266.9 456.9,267.5 457.4,274.5 457.9,246.8 458.3,241.0 458.8,243.2 459.3,250.6 459.7,267.3 460.2,266.0 460.7,270.9 461.1,272.7 461.6,269.3 462.1,252.9 462.5,265.8 463.0,269.0 463.4,268.5 463.9,273.8 464.4,264.6 464.8,266.3 465.3,257.2 465.8,258.2 466.2,253.9 466.7,251.9 467.2,256.7 467.6,257.5 468.1,251.1 468.6,248.4 469.0,243.0 469.5,241.0 470.0,240.3 470.4,228.6 470.9,227.0 471.4,225.3 471.8,227.3 472.3,235.0 472.8,231.3 473.2,233.4 473.7,230.4 474.2,229.5 474.6,234.9 475.1,246.8 475.6,245.3 476.0,251.4 476.5,248.9 477.0,251.8 477.4,265.4 477.9,265.5 478.4,265.5 478.8,265.5 479.3,265.5 479.8,265.5 480.2,265.5 480.7,265.5 481.2,265.5 481.6,265.5 482.1,265.5 482.6,265.5 483.0,265.5 483.5,265.5 484.0,265.5 484.4,265.5 484.9,265.5 485.4,265.5 485.8,265.5 486.3,265.5 486.8,265.5 487.2,265.5 487.7,265.5 488.2,265.5 488.6,265.5 489.1,265.5 489.6,265.5 490.0,265.5 490.5,265.5 491.0,265.5 491.4,265.5 491.9,265.5 492.4,265.5 492.8,265.5 493.3,265.5 493.8,265.5 494.2,265.5 494.7,265.5 495.2,265.5 495.6,265.5 496.1,265.5 496.6,265.5 497.0,265.5 497.5,265.5 497.9,265.5 498.4,265.5 498.9,265.5 499.3,265.5 499.8,265.5 500.3,265.5 500.7,265.3 501.2,278.3 501.7,273.9 502.1,278.9 502.6,278.0 503.1,277.6 503.5,268.0 504.0,269.4 504.5,275.6 504.9,276.2 505.4,282.9 505.9,287.7 506.3,298.1 506.8,298.4 507.3,298.4 507.7,298.4 508.2,298.4 508.7,298.4 509.1,298.4 509.6,298.4 510.1,298.4 510.5,298.4 511.0,298.4 511.5,298.4 511.9,298.4 512.4,298.4 512.9,298.4 513.3,298.4 513.8,298.4 514.3,298.4 514.7,298.4 515.2,298.4 515.7,298.4 516.1,298.4 516.6,298.4 517.1,298.4 517.5,298.4 518.0,298.4 518.5,298.4 518.9,298.4 519.4,298.4 519.9,298.4 520.3,298.4 520.8,298.4 521.3,298.4 521.7,298.4 522.2,298.4 522.7,298.4 523.1,298.4 523.6,291.5 524.1,292.7 524.5,293.2 525.0,296.7 525.5,298.6 525.9,297.5 526.4,307.1 526.9,308.1 527.3,295.0 527.8,288.0 528.3,288.3 528.7,289.4 529.2,291.9 529.7,292.1 530.1,294.7 530.6,295.7 531.1,297.3 531.5,292.3 532.0,294.8 532.5,293.1 532.9,288.3 533.4,293.2 533.8,287.2 534.3,287.1 534.8,283.7 535.2,283.5 535.7,284.3 536.2,285.7 536.6,287.7 537.1,291.9 537.6,292.9 538.0,310.9 538.5,311.1 539.0,311.1 539.4,311.1 539.9,311.1 540.4,311.1 540.8,311.1 541.3,311.1 541.8,311.1 542.2,311.1 542.7,311.1 543.2,311.1 543.6,311.1 544.1,311.1 544.6,311.1 545.0,311.1 545.5,311.1 546.0,311.1 546.4,311.1 546.9,311.1 547.4,311.1 547.8,311.1 548.3,311.1 548.8,311.1 549.2,311.1 549.7,326.0 550.2,326.4 550.6,330.2 551.1,329.7 551.6,327.2 552.0,332.2 552.5,331.4 553.0,336.0 553.4,338.4 553.9,332.3 554.4,333.1 554.8,335.7 555.3,336.6 555.8,333.6 556.2,334.4 556.7,332.2 557.2,331.1 557.6,332.2 558.1,333.0 558.6,334.9 559.0,330.8 559.5,325.7 560.0,327.0 560.4,328.4 560.9,331.3 561.4,332.3 561.8,332.0 562.3,334.2 562.8,334.9 563.2,334.1 563.7,332.5 564.2,333.9 564.6,334.7 565.1,333.3 565.6,331.3 566.0,332.8 566.5,334.2 567.0,334.8 567.4,334.0 567.9,333.7 568.4,331.2 568.8,332.8 569.3,327.4 569.7,322.6 570.2,326.1 570.7,323.9 571.1,322.3 571.6,323.6 572.1,324.6 572.5,324.7 573.0,327.0 573.5,326.6 573.9,319.9 574.4,319.0 574.9,321.5 575.3,323.8 575.8,338.5 576.3,338.6 576.7,338.6 577.2,338.6 577.7,338.6 578.1,338.6 578.6,338.6 579.1,338.6 579.5,338.6 580.0,338.6 580.5,338.6 580.9,338.6 581.4,338.6 581.9,338.6 582.3,338.6 582.8,338.6 583.3,338.6 583.7,338.6 584.2,338.6 584.7,338.6 585.1,338.6 585.6,338.6 586.1,338.6 586.5,340.3 587.0,339.4 587.5,340.7 587.9,339.0 588.4,340.2 588.9,339.3 589.3,341.2 589.8,338.2 590.3,339.0 590.7,339.0 591.2,339.2 591.7,338.4 592.1,334.0 592.6,333.7 593.1,337.2 593.5,342.8 594.0,341.6 594.5,341.9 594.9,344.4 595.4,340.8 595.9,341.4 596.3,341.3 596.8,341.6 597.3,341.2 597.7,341.3 598.2,340.7 598.7,342.2 599.1,343.5 599.6,342.8 600.1,343.1 600.5,343.5 601.0,342.9 601.5,342.4 601.9,342.5 602.4,341.1 602.9,341.3 603.3,340.4 603.8,340.4 604.2,339.3 604.7,338.5 605.2,336.6 605.6,332.8 606.1,325.6 606.6,317.6 607.0,309.4 607.5,310.1 608.0,307.9 608.4,307.9 608.9,311.6 609.4,308.5 609.8,296.3 610.3,295.5 610.8,295.9 611.2,294.3 611.7,296.6 612.2,292.8 612.6,293.5 613.1,293.1 613.6,293.5 614.0,287.8 614.5,295.0 615.0,292.7 615.4,288.2 615.9,290.1 616.4,290.3 616.8,291.2 617.3,294.1 617.8,295.6 618.2,291.7 618.7,294.2 619.2,302.9 619.6,303.0 620.1,303.0 620.6,303.0 621.0,303.0 621.5,303.0 622.0,303.0 622.4,303.0 622.9,303.0 623.4,303.0 623.8,303.0 624.3,303.0 624.8,303.0 625.2,303.0 625.7,303.0 626.2,303.0 626.6,303.0 627.1,303.0 627.6,303.0 628.0,303.0 628.5,303.0 629.0,303.0 629.4,303.0 629.9,303.0 630.4,303.0 630.8,303.0 631.3,303.0 631.8,303.0 632.2,303.0 632.7,303.0 633.2,303.0 633.6,303.0 634.1,303.0 634.6,303.0 635.0,303.0 635.5,303.0 636.0,303.0 636.4,306.2 636.9,299.5 637.4,301.2 637.8,298.7 638.3,304.1 638.8,297.7 639.2,302.9 639.7,302.9 640.1,299.8 640.6,305.1 641.1,304.3 641.5,297.6 642.0,299.6 642.5,296.8 642.9,297.2 643.4,298.5 643.9,301.1 644.3,298.7 644.8,298.7 645.3,299.5 645.7,300.2 646.2,300.1 646.7,297.7 647.1,289.5 647.6,285.8 648.1,286.4 648.5,284.8 649.0,284.3 649.5,285.3 649.9,285.3 650.4,290.8 650.9,284.8 651.3,294.6 651.8,298.2 652.3,304.3 652.7,300.9 653.2,302.3 653.7,302.7 654.1,297.9 654.6,297.1 655.1,290.6 655.5,291.4 656.0,292.0 656.5,291.9 656.9,299.2 657.4,295.5 657.9,293.5 658.3,294.5 658.8,290.2 659.3,294.1 659.7,296.9 660.2,301.7 660.7,301.9 661.1,302.1 661.6,306.0 662.1,307.2 662.5,307.3 663.0,306.4 663.5,304.8 663.9,305.8 664.4,303.5 664.9,307.0 665.3,306.7 665.8,305.2 666.3,307.5 666.7,306.9 667.2,304.6 667.7,310.1 668.1,309.3 668.6,307.7 669.1,306.8 669.5,299.2 670.0,301.3 670.5,301.6 670.9,304.6 671.4,307.1 671.9,304.4 672.3,305.5 672.8,305.3 673.3,313.7 673.7,314.1 674.2,314.1 674.7,314.1 675.1,314.1 675.6,314.1 676.0,314.1 676.5,314.1 677.0,314.1 677.4,314.1 677.9,314.1 678.4,314.1 678.8,314.1 679.3,314.1 679.8,314.1 680.2,314.1 680.7,304.5 681.2,305.2 681.6,300.8 682.1,301.6 682.6,302.0 683.0,303.2 683.5,300.8 684.0,304.2 684.4,302.2 684.9,302.0 685.4,301.4 685.8,301.2 686.3,298.2 686.8,300.3 687.2,301.8 687.7,305.2 688.2,302.8 688.6,303.0 689.1,303.7 689.6,302.4 690.0,301.2 690.5,302.5 691.0,296.4 691.4,302.8 691.9,303.0 692.4,303.3 692.8,303.9 693.3,305.5 693.8,305.2 694.2,305.9 694.7,305.2 695.2,306.0 695.6,304.2 696.1,309.3 696.6,309.5 697.0,309.5 697.5,309.5 698.0,309.5 698.4,309.5 698.9,309.5 699.4,309.5 699.8,309.5 700.3,309.5 700.8,309.5 701.2,309.5 701.7,309.5 702.2,309.5 702.6,309.5 703.1,309.5 703.6,309.5 704.0,309.5 704.5,309.5 705.0,309.5 705.4,309.5 705.9,309.5 706.4,309.5 706.8,309.5 707.3,309.5 707.8,309.5 708.2,309.5 708.7,309.5 709.2,309.5 709.6,309.5 710.1,309.5 710.5,309.5 711.0,309.5 711.5,309.5 711.9,309.5 712.4,309.5 712.9,309.5 713.3,309.5 713.8,309.5 714.3,309.5 714.7,309.5 715.2,309.5 715.7,309.5 716.1,309.5 716.6,309.5 717.1,309.5 717.5,309.5 718.0,309.5 718.5,309.5 718.9,309.5 719.4,309.5 719.9,309.5 720.3,309.5 720.8,309.5 721.3,309.5 721.7,309.5 722.2,309.5 722.7,309.5 723.1,310.1 723.6,313.5 724.1,313.4 724.5,313.4 725.0,315.3 725.5,315.1 725.9,315.5 726.4,314.7 726.9,310.8 727.3,311.4 727.8,311.1 728.3,305.1 728.7,307.7 729.2,308.3 729.7,306.2 730.1,308.4 730.6,305.3 731.1,305.1 731.5,305.3 732.0,307.4 732.5,308.6 732.9,311.6 733.4,312.3 733.9,311.7 734.3,311.7 734.8,310.0 735.3,301.9 735.7,302.5 736.2,303.0 736.7,300.7 737.1,295.0 737.6,293.6 738.1,293.1 738.5,274.8 739.0,269.9 739.5,266.4 739.9,268.4 740.4,269.9 740.9,268.8 741.3,266.2 741.8,266.4 742.3,265.4 742.7,260.8 743.2,263.8 743.7,265.0 744.1,262.9 744.6,263.1 745.1,263.2 745.5,260.8 746.0,259.5 746.4,253.4 746.9,249.7 747.4,250.7 747.8,251.2 748.3,254.5 748.8,260.2 749.2,246.3 749.7,256.6 750.2,254.0 750.6,254.0 751.1,249.3 751.6,248.7 752.0,258.6 752.5,249.0 753.0,249.8 753.4,247.3 753.9,246.8 754.4,248.7 754.8,250.1 755.3,246.6 755.8,246.5 756.2,247.3 756.7,241.5 757.2,236.9 757.6,233.9 758.1,222.0 758.6,209.6 759.0,211.5 759.5,214.2 760.0,209.0 760.4,211.7 760.9,211.3 761.4,226.4 761.8,225.2 762.3,216.6 762.8,215.8 763.2,222.3 763.7,220.5 764.2,225.7 764.6,218.2 765.1,220.3 765.6,212.1 766.0,210.8 766.5,210.0 767.0,211.6 767.4,215.9 767.9,212.3 768.4,218.8 768.8,213.3 769.3,218.2 769.8,221.3 770.2,221.0 770.7,220.3 771.2,209.0 771.6,204.3 772.1,216.9 772.6,209.0 773.0,209.1 773.5,210.1 774.0,210.4 774.4,192.4 774.9,197.3 775.4,194.4 775.8,196.0 776.3,216.8 776.8,216.9 777.2,223.1 777.7,218.9 778.2,215.0 778.6,217.5 779.1,226.3 779.6,224.2 780.0,223.9 780.5,224.6 781.0,236.7 781.4,234.7 781.9,233.3 782.3,234.2 782.8,223.0 783.3,221.2 783.7,221.7 784.2,214.3 784.7,216.2 785.1,218.4 785.6,215.5 786.1,214.9 786.5,216.0 787.0,218.4 787.5,218.0 787.9,215.5 788.4,208.1 788.9,202.3 789.3,191.4 789.8,187.7 790.3,184.6 790.7,174.7 791.2,176.0 791.7,163.6 792.1,162.9 792.6,161.6 793.1,164.6 793.5,161.8 794.0,163.9 794.5,160.9 794.9,163.5 795.4,166.7 795.9,170.1 796.3,165.1 796.8,164.1 797.3,147.6 797.7,132.4 798.2,100.2 798.7,108.0 799.1,100.6 799.6,103.1 800.1,96.3 800.5,65.7 801.0,92.5 801.5,78.9 801.9,74.0 802.4,65.9 802.9,64.7 803.3,61.6 803.8,43.2 804.3,47.0 804.7,37.5 805.2,47.5 805.7,59.3 806.1,83.6 806.6,65.3 807.1,70.3 807.5,103.7 808.0,68.1 808.5,82.5 808.9,92.7 809.4,91.0 809.9,72.2 810.3,56.0 810.8,55.8 811.3,59.0 811.7,51.3 812.2,56.4 812.7,57.9 813.1,47.9 813.6,57.5 814.1,82.8 814.5,79.6 815.0,64.6 815.5,68.6 815.9,62.3 816.4,59.5 816.8,46.1 817.3,60.9 817.8,52.3 818.2,55.4 818.7,72.4 819.2,92.4 819.6,92.7 820.1,92.7 820.6,92.7 821.0,92.7 821.5,92.7 822.0,92.7 822.4,92.7 822.9,92.7 823.4,92.7 823.8,92.7 824.3,92.7 824.8,92.7 825.2,92.7 825.7,92.7 826.2,92.7 826.6,92.7 827.1,92.7 827.6,92.7 828.0,92.7 828.5,92.7 829.0,92.7 829.4,92.7 829.9,92.7 830.4,92.7 830.8,92.7 831.3,92.7 831.8,92.7 832.2,92.7 832.7,92.7 833.2,92.7 833.6,92.7 834.1,92.7 834.6,98.9 835.0,88.6 835.5,89.2 836.0,93.0 836.4,63.8 836.9,71.2 837.4,76.9 837.8,83.7 838.3,80.3 838.8,76.1 839.2,80.3 839.7,75.4 840.2,81.6 840.6,85.6 841.1,81.2 841.6,86.1 842.0,84.9 842.5,84.7 843.0,78.7 843.4,68.8 843.9,65.9 844.4,67.7 844.8,75.7 845.3,75.9 845.8,74.0 846.2,74.7 846.7,87.0 847.2,81.9 847.6,90.3 848.1,94.5 848.6,94.9 849.0,94.9 849.5,94.9 850.0,94.9 850.4,94.9 850.9,94.9 851.4,94.9 851.8,94.9 852.3,94.9 852.7,94.9 853.2,94.9 853.7,94.9 854.1,94.9 854.6,94.9 855.1,94.9 855.5,94.9 856.0,94.9 856.5,94.9 856.9,94.9 857.4,94.9 857.9,94.9 858.3,94.9 858.8,94.9 859.3,94.9 859.7,94.9 860.2,94.9 860.7,94.9 861.1,94.9 861.6,94.9 862.1,94.9 862.5,94.9 863.0,93.5 863.5,99.0 863.9,99.8 864.4,84.4 864.9,81.8 865.3,76.2 865.8,79.4 866.3,88.8 866.7,91.9 867.2,89.6 867.7,77.6 868.1,78.2 868.6,75.7 869.1,83.8 869.5,87.2 870.0,96.2" fill="none" stroke="#58a6ff" stroke-width="2" opacity="0.95"/>
<polyline points="90.0,445.3 90.5,446.2 90.9,444.7 91.4,444.5 91.9,444.5 92.3,443.0 92.8,441.4 93.3,441.7 93.7,442.5 94.2,441.4 94.7,441.9 95.1,441.2 95.6,441.4 96.1,438.6 96.5,438.7 97.0,439.1 97.5,438.2 97.9,438.2 98.4,439.1 98.9,439.3 99.3,439.0 99.8,439.2 100.3,440.4 100.7,440.2 101.2,440.5 101.7,439.6 102.1,438.3 102.6,436.4 103.1,436.6 103.5,435.8 104.0,436.5 104.5,436.3 104.9,436.5 105.4,436.7 105.9,437.2 106.3,435.4 106.8,434.9 107.3,434.6 107.7,434.4 108.2,433.3 108.6,434.4 109.1,432.9 109.6,432.5 110.0,432.9 110.5,432.5 111.0,434.3 111.4,434.1 111.9,435.1 112.4,433.2 112.8,435.3 113.3,435.4 113.8,435.1 114.2,435.2 114.7,434.1 115.2,435.2 115.6,436.5 116.1,438.7 116.6,438.8 117.0,439.3 117.5,439.6 118.0,439.7 118.4,438.5 118.9,438.8 119.4,438.9 119.8,437.6 120.3,437.4 120.8,438.3 121.2,441.6 121.7,442.4 122.2,442.4 122.6,442.4 123.1,454.5 123.6,452.1 124.0,453.6 124.5,452.8 125.0,454.3 125.4,453.5 125.9,453.4 126.4,449.5 126.8,449.5 127.3,449.5 127.8,451.0 128.2,448.6 128.7,447.3 129.2,447.5 129.6,447.3 130.1,448.3 130.6,449.3 131.0,450.6 131.5,448.5 132.0,448.5 132.4,447.8 132.9,447.0 133.4,447.3 133.8,446.7 134.3,447.0 134.8,445.0 135.2,445.4 135.7,444.8 136.2,444.9 136.6,446.7 137.1,446.7 137.6,446.3 138.0,446.8 138.5,446.8 139.0,447.6 139.4,445.7 139.9,445.8 140.4,445.1 140.8,445.4 141.3,446.6 141.8,446.7 142.2,445.7 142.7,444.4 143.2,443.9 143.6,443.8 144.1,443.4 144.5,442.9 145.0,442.8 145.5,438.7 145.9,439.3 146.4,438.5 146.9,438.0 147.3,438.3 147.8,438.3 148.3,437.9 148.7,436.8 149.2,434.0 149.7,434.4 150.1,435.5 150.6,438.9 151.1,439.6 151.5,438.7 152.0,436.8 152.5,434.9 152.9,436.6 153.4,436.4 153.9,435.2 154.3,434.9 154.8,434.9 155.3,435.8 155.7,437.6 156.2,437.2 156.7,437.1 157.1,438.8 157.6,438.3 158.1,438.6 158.5,437.2 159.0,435.8 159.5,436.1 159.9,435.0 160.4,436.0 160.9,433.1 161.3,435.7 161.8,435.2 162.3,434.6 162.7,435.2 163.2,435.2 163.7,434.8 164.1,434.7 164.6,434.6 165.1,434.3 165.5,436.6 166.0,435.9 166.5,436.0 166.9,436.3 167.4,436.1 167.9,435.7 168.3,435.9 168.8,436.2 169.3,436.7 169.7,436.5 170.2,436.7 170.7,435.2 171.1,435.3 171.6,436.6 172.1,436.8 172.5,437.2 173.0,437.7 173.5,437.3 173.9,437.1 174.4,437.3 174.9,437.0 175.3,437.4 175.8,437.6 176.3,437.4 176.7,437.6 177.2,436.4 177.7,436.9 178.1,436.2 178.6,436.8 179.0,436.8 179.5,436.9 180.0,436.8 180.4,436.9 180.9,436.9 181.4,437.1 181.8,437.4 182.3,437.3 182.8,437.3 183.2,437.2 183.7,437.2 184.2,436.4 184.6,435.8 185.1,435.5 185.6,435.7 186.0,435.1 186.5,434.2 187.0,429.7 187.4,430.0 187.9,429.3 188.4,429.2 188.8,428.3 189.3,426.5 189.8,429.5 190.2,428.7 190.7,428.8 191.2,426.6 191.6,426.5 192.1,427.2 192.6,426.6 193.0,426.9 193.5,426.1 194.0,428.0 194.4,427.3 194.9,426.4 195.4,426.5 195.8,426.1 196.3,426.0 196.8,424.5 197.2,425.6 197.7,426.6 198.2,426.1 198.6,427.2 199.1,426.9 199.6,426.9 200.0,426.5 200.5,428.2 201.0,427.7 201.4,428.3 201.9,427.4 202.4,427.6 202.8,426.7 203.3,426.9 203.8,425.7 204.2,428.0 204.7,432.8 205.2,431.7 205.6,433.1 206.1,432.6 206.6,432.3 207.0,433.3 207.5,432.8 208.0,432.3 208.4,432.1 208.9,432.0 209.4,432.5 209.8,431.0 210.3,430.5 210.8,429.8 211.2,429.9 211.7,429.9 212.2,429.3 212.6,429.9 213.1,431.9 213.6,431.6 214.0,432.8 214.5,430.7 214.9,430.9 215.4,430.7 215.9,430.6 216.3,430.9 216.8,430.3 217.3,430.6 217.7,431.2 218.2,431.4 218.7,431.5 219.1,431.0 219.6,430.5 220.1,431.3 220.5,431.0 221.0,430.0 221.5,429.4 221.9,428.5 222.4,428.1 222.9,427.4 223.3,427.9 223.8,427.9 224.3,427.6 224.7,428.3 225.2,428.2 225.7,427.7 226.1,426.6 226.6,425.9 227.1,422.2 227.5,421.6 228.0,421.7 228.5,421.0 228.9,421.3 229.4,421.1 229.9,418.7 230.3,420.3 230.8,419.6 231.3,419.2 231.7,418.2 232.2,418.4 232.7,419.2 233.1,417.5 233.6,416.8 234.1,410.8 234.5,410.9 235.0,413.9 235.5,411.2 235.9,411.8 236.4,412.0 236.9,410.3 237.3,407.9 237.8,407.8 238.3,408.8 238.7,409.3 239.2,406.1 239.7,402.3 240.1,401.6 240.6,401.6 241.1,398.3 241.5,398.2 242.0,399.3 242.5,399.3 242.9,396.3 243.4,397.8 243.9,404.3 244.3,404.5 244.8,402.0 245.3,400.1 245.7,394.1 246.2,397.5 246.7,395.9 247.1,394.9 247.6,398.0 248.1,396.1 248.5,395.3 249.0,395.9 249.5,399.5 249.9,398.6 250.4,399.7 250.8,400.6 251.3,397.5 251.8,396.1 252.2,395.7 252.7,395.0 253.2,387.2 253.6,381.0 254.1,379.7 254.6,376.6 255.0,378.3 255.5,381.0 256.0,377.0 256.4,379.2 256.9,377.2 257.4,373.4 257.8,366.1 258.3,366.8 258.8,363.4 259.2,362.3 259.7,356.2 260.2,355.5 260.6,354.0 261.1,342.6 261.6,339.9 262.0,343.3 262.5,334.9 263.0,323.3 263.4,312.8 263.9,306.9 264.4,309.1 264.8,317.0 265.3,328.5 265.8,335.2 266.2,321.2 266.7,313.5 267.2,323.3 267.6,325.9 268.1,327.5 268.6,324.1 269.0,326.4 269.5,328.5 270.0,348.0 270.4,339.0 270.9,342.9 271.4,342.0 271.8,341.6 272.3,340.8 272.8,349.6 273.2,337.1 273.7,333.6 274.2,333.8 274.6,338.6 275.1,336.8 275.6,328.7 276.0,320.6 276.5,322.9 277.0,317.8 277.4,313.2 277.9,314.7 278.4,284.7 278.8,283.5 279.3,289.9 279.8,277.6 280.2,279.3 280.7,280.9 281.2,274.3 281.6,277.5 282.1,272.3 282.6,260.1 283.0,262.1 283.5,244.7 284.0,243.9 284.4,237.9 284.9,251.7 285.3,273.8 285.8,270.2 286.3,281.0 286.7,284.1 287.2,284.7 287.7,289.0 288.1,270.5 288.6,275.7 289.1,266.8 289.5,274.9 290.0,273.4 290.5,273.5 290.9,264.0 291.4,259.7 291.9,249.1 292.3,244.2 292.8,236.8 293.3,238.8 293.7,222.7 294.2,230.7 294.7,244.6 295.1,240.9 295.6,232.4 296.1,236.6 296.5,234.6 297.0,234.7 297.5,238.0 297.9,250.3 298.4,249.5 298.9,257.6 299.3,262.0 299.8,247.8 300.3,244.4 300.7,244.5 301.2,237.1 301.7,232.2 302.1,232.2 302.6,231.5 303.1,230.3 303.5,237.7 304.0,232.9 304.5,231.7 304.9,235.2 305.4,244.1 305.9,234.7 306.3,235.0 306.8,228.6 307.3,226.9 307.7,228.2 308.2,213.3 308.7,215.0 309.1,214.1 309.6,221.3 310.1,225.0 310.5,243.4 311.0,245.4 311.5,242.3 311.9,252.9 312.4,261.7 312.9,264.5 313.3,268.8 313.8,273.1 314.3,252.4 314.7,248.2 315.2,249.1 315.7,254.3 316.1,237.1 316.6,236.7 317.1,241.7 317.5,239.3 318.0,255.3 318.5,238.4 318.9,242.6 319.4,238.7 319.9,232.7 320.3,235.1 320.8,244.8 321.2,241.4 321.7,272.5 322.2,270.2 322.6,269.5 323.1,282.3 323.6,283.6 324.0,295.6 324.5,298.2 325.0,322.5 325.4,307.0 325.9,321.3 326.4,320.3 326.8,331.7 327.3,315.5 327.8,316.8 328.2,313.1 328.7,316.6 329.2,327.9 329.6,332.4 330.1,328.0 330.6,321.2 331.0,323.8 331.5,320.2 332.0,313.4 332.4,323.0 332.9,328.5 333.4,327.2 333.8,336.7 334.3,337.1 334.8,321.1 335.2,323.8 335.7,321.2 336.2,328.5 336.6,313.9 337.1,309.3 337.6,308.5 338.0,317.0 338.5,318.2 339.0,327.5 339.4,328.3 339.9,327.9 340.4,344.5 340.8,341.1 341.3,336.1 341.8,332.2 342.2,344.6 342.7,342.4 343.2,332.2 343.6,333.1 344.1,327.2 344.6,330.6 345.0,336.7 345.5,335.3 346.0,332.2 346.4,329.6 346.9,336.0 347.4,333.9 347.8,335.5 348.3,339.5 348.8,335.7 349.2,336.9 349.7,333.9 350.2,338.4 350.6,340.3 351.1,339.8 351.6,344.1 352.0,345.5 352.5,345.1 353.0,344.0 353.4,348.0 353.9,352.2 354.4,342.7 354.8,341.9 355.3,336.6 355.8,333.7 356.2,329.3 356.7,321.2 357.1,312.6 357.6,310.2 358.1,310.2 358.5,301.0 359.0,303.5 359.5,310.3 359.9,313.5 360.4,317.8 360.9,311.2 361.3,306.6 361.8,298.6 362.3,291.4 362.7,294.5 363.2,284.0 363.7,287.2 364.1,287.1 364.6,291.9 365.1,278.1 365.5,280.9 366.0,281.2 366.5,285.4 366.9,290.8 367.4,290.4 367.9,282.5 368.3,271.7 368.8,273.5 369.3,271.8 369.7,270.9 370.2,278.4 370.7,273.3 371.1,281.6 371.6,272.9 372.1,273.5 372.5,273.8 373.0,281.1 373.5,280.7 373.9,273.7 374.4,271.8 374.9,268.9 375.3,269.2 375.8,261.8 376.3,258.1 376.7,282.1 377.2,285.1 377.7,283.9 378.1,290.1 378.6,288.8 379.1,285.2 379.5,289.7 380.0,281.0 380.5,276.5 380.9,278.1 381.4,280.2 381.9,276.1 382.3,280.3 382.8,298.5 383.3,307.3 383.7,295.5 384.2,290.0 384.7,298.5 385.1,299.0 385.6,297.0 386.1,301.0 386.5,305.9 387.0,303.7 387.5,294.6 387.9,276.7 388.4,278.4 388.9,276.4 389.3,272.6 389.8,262.7 390.3,246.9 390.7,253.3 391.2,252.6 391.6,248.5 392.1,249.3 392.6,238.1 393.0,244.1 393.5,238.5 394.0,238.8 394.4,221.2 394.9,224.1 395.4,221.4 395.8,219.4 396.3,210.2 396.8,203.1 397.2,218.7 397.7,224.9 398.2,222.0 398.6,223.9 399.1,215.3 399.6,226.3 400.0,234.0 400.5,225.2 401.0,218.6 401.4,220.0 401.9,222.3 402.4,223.6 402.8,214.5 403.3,215.5 403.8,221.8 404.2,223.1 404.7,221.5 405.2,214.1 405.6,196.6 406.1,199.1 406.6,207.2 407.0,207.4 407.5,210.7 408.0,209.4 408.4,205.3 408.9,213.1 409.4,227.1 409.8,226.3 410.3,240.4 410.8,235.5 411.2,229.0 411.7,233.0 412.2,243.1 412.6,237.8 413.1,243.1 413.6,239.0 414.0,254.3 414.5,249.1 415.0,239.1 415.4,236.8 415.9,240.1 416.4,239.2 416.8,242.3 417.3,254.2 417.8,272.3 418.2,271.6 418.7,266.6 419.2,266.1 419.6,266.9 420.1,278.6 420.6,280.3 421.0,271.6 421.5,268.6 422.0,282.4 422.4,282.9 422.9,273.5 423.4,278.6 423.8,284.6 424.3,282.0 424.8,282.6 425.2,281.8 425.7,273.4 426.2,274.6 426.6,265.8 427.1,265.6 427.5,267.2 428.0,265.7 428.5,266.3 428.9,278.9 429.4,283.6 429.9,280.6 430.3,284.2 430.8,278.5 431.3,279.9 431.7,283.6 432.2,285.9 432.7,295.5 433.1,297.2 433.6,303.8 434.1,303.0 434.5,302.3 435.0,302.7 435.5,298.9 435.9,293.9 436.4,299.5 436.9,297.4 437.3,297.1 437.8,297.4 438.3,300.9 438.7,300.4 439.2,303.0 439.7,307.4 440.1,324.8 440.6,330.7 441.1,325.5 441.5,324.0 442.0,322.7 442.5,323.2 442.9,322.0 443.4,319.3 443.9,317.9 444.3,318.8 444.8,316.4 445.3,315.4 445.7,322.7 446.2,321.9 446.7,304.0 447.1,304.3 447.6,300.2 448.1,294.4 448.5,293.2 449.0,292.3 449.5,295.5 449.9,300.3 450.4,300.9 450.9,301.1 451.3,299.5 451.8,291.3 452.3,293.9 452.7,308.0 453.2,310.1 453.7,309.7 454.1,316.7 454.6,322.2 455.1,317.3 455.5,321.3 456.0,317.1 456.5,313.4 456.9,313.9 457.4,319.6 457.9,297.0 458.3,292.2 458.8,294.0 459.3,300.1 459.7,313.7 460.2,312.7 460.7,316.7 461.1,318.2 461.6,315.4 462.1,302.0 462.5,312.5 463.0,315.2 463.4,314.7 463.9,319.0 464.4,311.6 464.8,312.9 465.3,305.5 465.8,306.3 466.2,302.8 466.7,301.2 467.2,305.0 467.6,305.7 468.1,300.5 468.6,298.3 469.0,293.9 469.5,292.3 470.0,291.6 470.4,282.1 470.9,280.8 471.4,279.4 471.8,281.1 472.3,287.4 472.8,284.3 473.2,286.0 473.7,283.6 474.2,282.9 474.6,287.3 475.1,297.0 475.6,295.8 476.0,300.8 476.5,298.7 477.0,301.1 477.4,312.2 477.9,309.7 478.4,305.4 478.8,310.5 479.3,307.9 479.8,308.4 480.2,311.4 480.7,306.8 481.2,304.0 481.6,304.5 482.1,308.0 482.6,311.3 483.0,312.3 483.5,312.4 484.0,308.3 484.4,317.9 484.9,313.3 485.4,311.1 485.8,315.9 486.3,319.6 486.8,316.5 487.2,316.2 487.7,319.5 488.2,311.4 488.6,324.3 489.1,326.5 489.6,328.7 490.0,334.7 490.5,350.2 491.0,347.2 491.4,355.8 491.9,355.3 492.4,354.3 492.8,351.0 493.3,346.0 493.8,352.0 494.2,349.6 494.7,356.7 495.2,350.1 495.6,354.7 496.1,353.7 496.6,350.1 497.0,355.1 497.5,352.8 497.9,353.2 498.4,354.4 498.9,357.0 499.3,356.3 499.8,353.7 500.3,344.3 500.7,344.0 501.2,352.2 501.7,349.5 502.1,352.6 502.6,352.1 503.1,351.8 503.5,345.7 504.0,346.6 504.5,350.5 504.9,350.9 505.4,355.2 505.9,358.1 506.3,364.7 506.8,382.3 507.3,383.5 507.7,382.0 508.2,391.0 508.7,390.7 509.1,396.6 509.6,390.3 510.1,390.1 510.5,389.7 511.0,392.6 511.5,388.1 511.9,387.5 512.4,386.4 512.9,388.4 513.3,389.6 513.8,391.4 514.3,392.2 514.7,393.5 515.2,395.6 515.7,395.7 516.1,395.5 516.6,391.6 517.1,391.8 517.5,390.3 518.0,385.8 518.5,385.5 518.9,386.0 519.4,389.0 519.9,392.7 520.3,395.4 520.8,391.7 521.3,390.2 521.7,389.1 522.2,387.7 522.7,389.4 523.1,382.4 523.6,378.6 524.1,379.3 524.5,379.6 525.0,381.4 525.5,382.4 525.9,381.8 526.4,387.0 526.9,387.5 527.3,380.5 527.8,376.8 528.3,376.9 528.7,377.5 529.2,378.8 529.7,378.9 530.1,380.3 530.6,380.9 531.1,381.8 531.5,379.0 532.0,380.4 532.5,379.5 532.9,376.9 533.4,379.6 533.8,376.3 534.3,376.3 534.8,374.5 535.2,374.4 535.7,374.8 536.2,375.5 536.6,376.6 537.1,378.8 537.6,379.4 538.0,389.0 538.5,387.8 539.0,386.3 539.4,386.8 539.9,386.3 540.4,386.8 540.8,386.0 541.3,391.5 541.8,392.4 542.2,394.2 542.7,391.4 543.2,393.4 543.6,392.4 544.1,392.1 544.6,392.7 545.0,393.3 545.5,392.6 546.0,393.4 546.4,397.4 546.9,395.5 547.4,395.4 547.8,386.9 548.3,385.7 548.8,385.3 549.2,382.8 549.7,391.4 550.2,391.6 550.6,393.8 551.1,393.5 551.6,392.1 552.0,395.0 552.5,394.5 553.0,397.2 553.4,398.6 553.9,395.0 554.4,395.5 554.8,397.0 555.3,397.5 555.8,395.8 556.2,396.3 556.7,395.0 557.2,394.4 557.6,394.9 558.1,395.4 558.6,396.5 559.0,394.1 559.5,391.2 560.0,391.9 560.4,392.8 560.9,394.5 561.4,395.0 561.8,394.9 562.3,396.1 562.8,396.5 563.2,396.1 563.7,395.1 564.2,395.9 564.6,396.4 565.1,395.6 565.6,394.4 566.0,395.3 566.5,396.1 567.0,396.5 567.4,396.0 567.9,395.9 568.4,394.4 568.8,395.3 569.3,392.2 569.7,389.4 570.2,391.4 570.7,390.1 571.1,389.2 571.6,390.0 572.1,390.6 572.5,390.6 573.0,391.9 573.5,391.7 573.9,387.9 574.4,387.3 574.9,388.8 575.3,390.1 575.8,398.6 576.3,409.6 576.7,402.5 577.2,404.8 577.7,405.8 578.1,407.6 578.6,406.5 579.1,405.4 579.5,406.3 580.0,406.2 580.5,406.2 580.9,406.1 581.4,407.9 581.9,410.0 582.3,408.3 582.8,406.6 583.3,406.6 583.7,406.9 584.2,407.2 584.7,407.2 585.1,408.2 585.6,407.2 586.1,404.3 586.5,405.1 587.0,404.6 587.5,405.3 587.9,404.4 588.4,405.1 588.9,404.6 589.3,405.6 589.8,404.0 590.3,404.4 590.7,404.4 591.2,404.5 591.7,404.1 592.1,401.7 592.6,401.6 593.1,403.5 593.5,406.4 594.0,405.8 594.5,406.0 594.9,407.3 595.4,405.3 595.9,405.7 596.3,405.7 596.8,405.8 597.3,405.6 597.7,405.6 598.2,405.3 598.7,406.1 599.1,406.8 599.6,406.4 600.1,406.6 600.5,406.8 601.0,406.5 601.5,406.2 601.9,406.3 602.4,405.5 602.9,405.6 603.3,405.2 603.8,405.1 604.2,404.6 604.7,404.1 605.2,403.1 605.6,401.1 606.1,397.3 606.6,393.0 607.0,388.6 607.5,389.0 608.0,387.8 608.4,387.8 608.9,389.8 609.4,388.1 609.8,381.6 610.3,381.2 610.8,381.4 611.2,380.5 611.7,381.7 612.2,379.7 612.6,380.1 613.1,379.9 613.6,380.1 614.0,377.0 614.5,380.9 615.0,379.7 615.4,377.3 615.9,378.3 616.4,378.4 616.8,378.9 617.3,380.4 617.8,381.2 618.2,379.1 618.7,380.5 619.2,385.1 619.6,385.8 620.1,384.9 620.6,385.2 621.0,385.1 621.5,383.4 622.0,374.8 622.4,377.7 622.9,373.8 623.4,373.5 623.8,374.8 624.3,372.7 624.8,374.3 625.2,375.3 625.7,376.3 626.2,379.4 626.6,379.5 627.1,377.9 627.6,378.1 628.0,379.6 628.5,377.6 629.0,378.3 629.4,382.9 629.9,382.9 630.4,382.6 630.8,382.6 631.3,383.4 631.8,385.5 632.2,391.1 632.7,391.8 633.2,390.0 633.6,383.7 634.1,375.3 634.6,373.0 635.0,374.6 635.5,371.8 636.0,362.0 636.4,363.9 636.9,359.5 637.4,360.6 637.8,358.9 638.3,362.5 638.8,358.3 639.2,361.7 639.7,361.7 640.1,359.7 640.6,363.2 641.1,362.6 641.5,358.2 642.0,359.5 642.5,357.7 642.9,357.9 643.4,358.8 643.9,360.5 644.3,358.9 644.8,358.9 645.3,359.5 645.7,359.9 646.2,359.8 646.7,358.3 647.1,352.8 647.6,350.4 648.1,350.8 648.5,349.7 649.0,349.4 649.5,350.1 649.9,350.1 650.4,353.7 650.9,349.8 651.3,356.2 651.8,358.6 652.3,362.6 652.7,360.4 653.2,361.3 653.7,361.6 654.1,358.4 654.6,357.9 655.1,353.6 655.5,354.1 656.0,354.5 656.5,354.4 656.9,359.3 657.4,356.8 657.9,355.5 658.3,356.1 658.8,353.3 659.3,355.9 659.7,357.8 660.2,360.9 660.7,361.0 661.1,361.2 661.6,363.7 662.1,364.6 662.5,364.6 663.0,364.0 663.5,363.0 663.9,363.6 664.4,362.1 664.9,364.4 665.3,364.2 665.8,363.2 666.3,364.8 666.7,364.4 667.2,362.8 667.7,366.5 668.1,365.9 668.6,364.9 669.1,364.3 669.5,359.3 670.0,360.7 670.5,360.9 670.9,362.8 671.4,364.5 671.9,362.7 672.3,363.4 672.8,363.3 673.3,368.9 673.7,362.8 674.2,366.4 674.7,365.8 675.1,365.9 675.6,368.5 676.0,368.1 676.5,368.3 677.0,368.2 677.4,371.5 677.9,369.6 678.4,366.5 678.8,365.8 679.3,366.5 679.8,364.4 680.2,358.3 680.7,351.3 681.2,351.8 681.6,348.5 682.1,349.1 682.6,349.4 683.0,350.3 683.5,348.6 684.0,351.0 684.4,349.6 684.9,349.4 685.4,349.0 685.8,348.8 686.3,346.6 686.8,348.2 687.2,349.3 687.7,351.8 688.2,350.0 688.6,350.2 689.1,350.7 689.6,349.7 690.0,348.8 690.5,349.8 691.0,345.3 691.4,350.0 691.9,350.2 692.4,350.4 692.8,350.8 693.3,352.0 693.8,351.7 694.2,352.2 694.7,351.8 695.2,352.3 695.6,351.0 696.1,354.8 696.6,354.6 697.0,354.0 697.5,354.6 698.0,354.2 698.4,354.0 698.9,354.4 699.4,354.6 699.8,352.7 700.3,354.9 700.8,354.8 701.2,355.2 701.7,355.3 702.2,355.3 702.6,354.8 703.1,352.4 703.6,353.2 704.0,353.7 704.5,353.9 705.0,353.8 705.4,354.3 705.9,353.8 706.4,354.8 706.8,356.7 707.3,365.1 707.8,367.7 708.2,367.5 708.7,367.1 709.2,367.4 709.6,367.7 710.1,366.1 710.5,367.2 711.0,367.7 711.5,367.8 711.9,367.5 712.4,367.4 712.9,360.8 713.3,362.5 713.8,368.2 714.3,368.7 714.7,368.4 715.2,368.0 715.7,368.6 716.1,368.8 716.6,368.9 717.1,366.9 717.5,368.3 718.0,368.3 718.5,368.6 718.9,371.3 719.4,368.6 719.9,366.9 720.3,365.6 720.8,365.4 721.3,365.5 721.7,365.7 722.2,364.8 722.7,362.9 723.1,363.2 723.6,365.5 724.1,365.5 724.5,365.5 725.0,366.8 725.5,366.6 725.9,367.0 726.4,366.4 726.9,363.7 727.3,364.1 727.8,363.9 728.3,359.7 728.7,361.6 729.2,362.0 729.7,360.5 730.1,362.0 730.6,359.9 731.1,359.8 731.5,359.9 732.0,361.3 732.5,362.1 732.9,364.3 733.4,364.8 733.9,364.3 734.3,364.3 734.8,363.1 735.3,357.5 735.7,357.9 736.2,358.3 736.7,356.7 737.1,352.7 737.6,351.7 738.1,351.4 738.5,338.7 739.0,335.3 739.5,332.8 739.9,334.3 740.4,335.3 740.9,334.5 741.3,332.7 741.8,332.8 742.3,332.2 742.7,329.0 743.2,331.0 743.7,331.9 744.1,330.5 744.6,330.6 745.1,330.6 745.5,329.0 746.0,328.1 746.4,323.8 746.9,321.3 747.4,322.0 747.8,322.3 748.3,324.6 748.8,328.6 749.2,318.9 749.7,326.0 750.2,324.2 750.6,324.3 751.1,321.0 751.6,320.6 752.0,327.4 752.5,320.8 753.0,321.4 753.4,319.6 753.9,319.3 754.4,320.6 754.8,321.5 755.3,319.1 755.8,319.0 756.2,319.6 756.7,315.6 757.2,312.3 757.6,310.3 758.1,302.0 758.6,293.4 759.0,294.8 759.5,296.6 760.0,293.0 760.4,294.8 760.9,294.6 761.4,305.1 761.8,304.2 762.3,298.3 762.8,297.7 763.2,302.2 763.7,301.0 764.2,304.6 764.6,299.4 765.1,300.8 765.6,295.1 766.0,294.2 766.5,293.7 767.0,294.8 767.4,297.8 767.9,295.3 768.4,299.8 768.8,296.0 769.3,299.4 769.8,301.5 770.2,301.3 770.7,300.9 771.2,293.0 771.6,289.8 772.1,298.5 772.6,293.0 773.0,293.0 773.5,293.8 774.0,293.9 774.4,281.5 774.9,284.9 775.4,282.9 775.8,283.9 776.3,298.4 776.8,298.5 777.2,302.8 777.7,299.8 778.2,297.2 778.6,298.9 779.1,305.0 779.6,303.5 780.0,303.3 780.5,303.8 781.0,312.2 781.4,310.8 781.9,309.9 782.3,310.5 782.8,302.7 783.3,301.5 783.7,301.8 784.2,296.6 784.7,298.0 785.1,299.5 785.6,297.5 786.1,297.1 786.5,297.9 787.0,299.5 787.5,299.2 787.9,297.5 788.4,292.4 788.9,288.3 789.3,280.7 789.8,278.2 790.3,276.0 790.7,269.2 791.2,270.0 791.7,261.5 792.1,261.0 792.6,260.1 793.1,262.1 793.5,260.2 794.0,261.7 794.5,259.6 794.9,261.4 795.4,263.6 795.9,266.0 796.3,262.5 796.8,261.8 797.3,250.4 797.7,239.8 798.2,217.5 798.7,222.8 799.1,217.7 799.6,219.4 800.1,214.7 800.5,193.5 801.0,212.1 801.5,202.6 801.9,199.2 802.4,193.6 802.9,192.8 803.3,190.6 803.8,177.8 804.3,180.5 804.7,173.9 805.2,180.8 805.7,189.0 806.1,205.9 806.6,193.2 807.1,196.7 807.5,219.9 808.0,195.2 808.5,205.2 808.9,212.2 809.4,211.0 809.9,198.0 810.3,186.8 810.8,186.6 811.3,188.8 811.7,183.5 812.2,187.0 812.7,188.0 813.1,181.1 813.6,187.8 814.1,205.3 814.5,203.1 815.0,192.7 815.5,195.5 815.9,191.1 816.4,189.2 816.8,179.9 817.3,190.1 817.8,184.2 818.2,186.3 818.7,198.1 819.2,212.0 819.6,204.1 820.1,213.7 820.6,212.1 821.0,222.5 821.5,213.3 822.0,211.9 822.4,207.2 822.9,207.5 823.4,199.6 823.8,201.4 824.3,210.2 824.8,209.3 825.2,212.3 825.7,213.7 826.2,215.0 826.6,212.0 827.1,225.2 827.6,235.0 828.0,231.4 828.5,215.9 829.0,211.7 829.4,211.2 829.9,214.8 830.4,218.2 830.8,222.9 831.3,215.2 831.8,224.5 832.2,224.5 832.7,221.8 833.2,215.8 833.6,221.4 834.1,202.0 834.6,206.2 835.0,198.7 835.5,199.2 836.0,201.9 836.4,180.6 836.9,186.0 837.4,190.2 837.8,195.1 838.3,192.7 838.8,189.6 839.2,192.7 839.7,189.1 840.2,193.6 840.6,196.6 841.1,193.3 841.6,196.9 842.0,196.0 842.5,195.8 843.0,191.5 843.4,184.2 843.9,182.1 844.4,183.5 844.8,189.3 845.3,189.4 845.8,188.0 846.2,188.6 846.7,197.6 847.2,193.8 847.6,199.9 848.1,203.0 848.6,202.3 849.0,200.4 849.5,201.0 850.0,206.6 850.4,207.3 850.9,207.9 851.4,210.9 851.8,210.3 852.3,214.7 852.7,226.6 853.2,220.3 853.7,224.4 854.1,221.2 854.6,226.5 855.1,224.1 855.5,216.7 856.0,216.0 856.5,219.4 856.9,227.1 857.4,240.2 857.9,241.5 858.3,234.8 858.8,244.9 859.3,241.4 859.7,236.0 860.2,237.1 860.7,238.7 861.1,236.4 861.6,230.9 862.1,224.5 862.5,207.7 863.0,206.8 863.5,210.8 863.9,211.4 864.4,200.1 864.9,198.3 865.3,194.2 865.8,196.5 866.3,203.4 866.7,205.6 867.2,204.0 867.7,195.2 868.1,195.6 868.6,193.8 869.1,199.7 869.5,202.2 870.0,208.8" fill="none" stroke="#8b949e" stroke-width="1.5" stroke-dasharray="6,4" opacity="0.6"/>
<g class="trade-markers" id="markers-strat-0" style="display:none">
<polygon points="103.1,437.5 97.1,449.5 109.1,449.5" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="116.1,453.4 110.1,441.4 122.1,441.4" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="143.6,437.4 137.6,449.4 149.6,449.4" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="205.2,443.2 199.2,431.2 211.2,431.2" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="221.9,426.4 215.9,438.4 227.9,438.4" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="312.9,298.6 306.9,286.6 318.9,286.6" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="357.1,272.6 351.1,284.6 363.1,284.6" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="383.3,271.7 377.3,259.7 389.3,259.7" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="390.3,241.0 384.3,253.0 396.3,253.0" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="410.8,251.3 404.8,239.3 416.8,239.3" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="448.5,234.2 442.5,246.2 454.5,246.2" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="477.9,273.5 471.9,261.5 483.9,261.5" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="500.7,257.3 494.7,269.3 506.7,269.3" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="506.8,306.4 500.8,294.4 512.8,294.4" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="523.6,283.5 517.6,295.5 529.6,295.5" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="538.5,319.1 532.5,307.1 544.5,307.1" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="549.7,318.0 543.7,330.0 555.7,330.0" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="576.3,346.6 570.3,334.6 582.3,334.6" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="586.5,332.3 580.5,344.3 592.5,344.3" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="619.6,311.0 613.6,299.0 625.6,299.0" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="636.4,298.2 630.4,310.2 642.4,310.2" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="673.7,322.1 667.7,310.1 679.7,310.1" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="680.7,296.5 674.7,308.5 686.7,308.5" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="696.6,317.5 690.6,305.5 702.6,305.5" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="723.1,302.1 717.1,314.1 729.1,314.1" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="819.6,100.7 813.6,88.7 825.6,88.7" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="834.6,90.9 828.6,102.9 840.6,102.9" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="848.6,102.9 842.6,90.9 854.6,90.9" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
</g>
</svg>
</div>
<div class="legend">
<span class="legend-item"><span class="legend-dot" style="background:#58a6ff"></span>bollinger-bands</span>
<span class="legend-item"><span class="legend-dot" style="border: 2px dashed #8b949e; background: transparent"></span>B&H</span>
<label class="toggle-trades"><input type="checkbox" onchange="toggleMarkers('strat-0', this)"> Show Trades</label>
<span class="marker-legend"><svg viewBox="0 0 14 14"><polygon points="7,2 2,11 12,11" fill="#3fb950"/></svg> Buy</span>
<span class="marker-legend"><svg viewBox="0 0 14 14"><polygon points="7,12 2,3 12,3" fill="#f85149"/></svg> Sell</span>
</div>
<details>
<summary>📋 Trade List (14 trades)</summary>
<table class="trade-table">
<tr><th>#</th><th>Entry</th><th>Exit</th><th>Entry Price</th><th>Exit Price</th><th>P&L</th><th>Return</th></tr>
<tr><td>1</td><td>2020-01-29</td><td>2020-02-26</td><td>$9,357.47</td><td>$9,338.29</td><td class="negative">$-379</td><td class="negative">-0.4%</td></tr>
<tr><td>2</td><td>2020-04-25</td><td>2020-09-04</td><td>$7,550.48</td><td>$10,230.37</td><td class="positive">$+34,607</td><td class="positive">+35.3%</td></tr>
<tr><td>3</td><td>2020-10-10</td><td>2021-04-23</td><td>$11,059.14</td><td>$51,739.81</td><td class="positive">$+487,414</td><td class="positive">+367.3%</td></tr>
<tr><td>4</td><td>2021-07-27</td><td>2021-09-21</td><td>$37,276.04</td><td>$43,012.23</td><td class="positive">$+90,495</td><td class="positive">+15.2%</td></tr>
<tr><td>5</td><td>2021-10-06</td><td>2021-11-19</td><td>$51,486.66</td><td>$56,896.13</td><td class="positive">$+68,914</td><td class="positive">+10.3%</td></tr>
<tr><td>6</td><td>2022-02-08</td><td>2022-04-12</td><td>$43,854.65</td><td>$39,533.71</td><td class="negative">$-74,874</td><td class="negative">-10.0%</td></tr>
<tr><td>7</td><td>2022-05-31</td><td>2022-06-13</td><td>$31,723.87</td><td>$26,737.58</td><td class="negative">$-110,984</td><td class="negative">-15.9%</td></tr>
<tr><td>8</td><td>2022-07-19</td><td>2022-08-20</td><td>$22,467.85</td><td>$20,872.84</td><td class="negative">$-42,597</td><td class="negative">-7.3%</td></tr>
<tr><td>9</td><td>2022-09-13</td><td>2022-11-09</td><td>$22,371.48</td><td>$18,543.76</td><td class="negative">$-92,847</td><td class="negative">-17.3%</td></tr>
<tr><td>10</td><td>2022-12-01</td><td>2023-02-10</td><td>$17,168.00</td><td>$21,819.01</td><td class="positive">$+119,912</td><td class="positive">+26.9%</td></tr>
<tr><td>11</td><td>2023-03-18</td><td>2023-06-06</td><td>$27,448.12</td><td>$25,732.11</td><td class="negative">$-37,153</td><td class="negative">-6.4%</td></tr>
<tr><td>12</td><td>2023-06-21</td><td>2023-07-25</td><td>$28,311.31</td><td>$29,178.97</td><td class="positive">$+15,393</td><td class="positive">+2.9%</td></tr>
<tr><td>13</td><td>2023-09-20</td><td>2024-04-14</td><td>$27,210.23</td><td>$63,836.23</td><td class="positive">$+730,699</td><td class="positive">+134.3%</td></tr>
<tr><td>14</td><td>2024-05-16</td><td>2024-06-15</td><td>$66,256.11</td><td>$66,006.74</td><td class="negative">$-7,251</td><td class="negative">-0.6%</td></tr>
</table>
</details>
</div>
<div class="strategy-card">
<h2>Bull Market Support Band</h2>
<div class="strategy-meta">
<p><strong>Entry:</strong> 21-week EMA crosses <strong>above</strong> 20-week SMA (bullish crossover)</p>
<p><strong>Exit:</strong> 21-week EMA crosses <strong>below</strong> 20-week SMA (bearish crossunder)</p>
<p><strong>Parameters:</strong> SMA: 20 weeks, EMA: 21 weeks | <strong>Interval:</strong> 1wk</p>
<p class="note">💡 Weekly timeframe indicator. Must use --interval 1wk for correct results.</p>
</div>
<table>
<tr><th>Metric</th><th>Result</th><th>vs Video</th></tr>
<tr><td>Return</td><td class="positive">602.70%</td><td>~736%</td></tr>
<tr><td>Buy & Hold</td><td>700.59%</td><td></td></tr>
<tr><td>Alpha (vs B&H)</td><td class="negative">-97.89%</td><td></td></tr>
<tr><td>Win Rate</td><td>83.3%</td><td></td></tr>
<tr><td># Trades</td><td>6</td><td></td></tr>
<tr><td>Max Drawdown</td><td class="negative">-55.20%</td><td></td></tr>
<tr><td>Sharpe Ratio</td><td>0.76</td><td></td></tr>
<tr><td>Final Equity</td><td>$702,695.55</td><td></td></tr>
</table>
<h3>📐 Statistical Significance</h3>
<table>
<tr><th>Test</th><th>Statistic</th><th>p-value</th><th>Significant (α=0.05)?</th></tr>
<tr><td>Sharpe Ratio ≠ 0</td><td>t = 2.54</td><td class="positive">0.0116</td><td>✅ Yes</td></tr>
<tr><td>Returns vs B&H (paired t-test)</td><td>t = -0.69</td><td class="negative">0.4895</td><td>❌ No</td></tr>
<tr><td>Avg trade return > 0 (one-sided)</td><td>t = 1.36</td><td class="negative">0.1166</td><td>❌ No</td></tr>
<tr><td>Win rate > 50% (binomial)</td><td>5/6 wins</td><td class="negative">0.1094</td><td>❌ No</td></tr>
</table>
<p class="stat-note">Sharpe significance tests whether risk-adjusted returns differ from zero.
Paired t-test compares daily strategy returns against B&H.
Low trade counts (6 trades) limit statistical power for trade-level tests.</p>
<h3>Equity Curve: Bull Market Support Band</h3>
<div class="chart" style="height:525px">
<svg viewBox="0 0 900 525">
<rect x="90" y="30" width="780" height="445" fill="#0d1117" stroke="#30363d"/>
<text x="80" y="479.0" fill="#8b949e" font-size="11" text-anchor="end">$0</text>
<line x1="90" y1="475.0" x2="870" y2="475.0" stroke="#21262d" stroke-width="0.5"/>
<text x="80" y="390.0" fill="#8b949e" font-size="11" text-anchor="end">$200k</text>
<line x1="90" y1="386.0" x2="870" y2="386.0" stroke="#21262d" stroke-width="0.5"/>
<text x="80" y="301.0" fill="#8b949e" font-size="11" text-anchor="end">$400k</text>
<line x1="90" y1="297.0" x2="870" y2="297.0" stroke="#21262d" stroke-width="0.5"/>
<text x="80" y="212.0" fill="#8b949e" font-size="11" text-anchor="end">$600k</text>
<line x1="90" y1="208.0" x2="870" y2="208.0" stroke="#21262d" stroke-width="0.5"/>
<text x="80" y="123.0" fill="#8b949e" font-size="11" text-anchor="end">$800k</text>
<line x1="90" y1="119.0" x2="870" y2="119.0" stroke="#21262d" stroke-width="0.5"/>
<text x="80" y="34.0" fill="#8b949e" font-size="11" text-anchor="end">$1M</text>
<line x1="90" y1="30.0" x2="870" y2="30.0" stroke="#21262d" stroke-width="0.5"/>
<line x1="90" y1="430.5" x2="870" y2="430.5" stroke="#58a6ff" stroke-width="0.8" stroke-dasharray="4,4" opacity="0.4"/>
<text x="90.0" y="520" fill="#8b949e" font-size="10" text-anchor="middle">Jan 2020</text>
<line x1="90.0" y1="475" x2="90.0" y2="480" stroke="#30363d" stroke-width="1"/>
<text x="174.9" y="520" fill="#8b949e" font-size="10" text-anchor="middle">Jul 2020</text>
<line x1="174.9" y1="475" x2="174.9" y2="480" stroke="#30363d" stroke-width="1"/>
<text x="263.0" y="520" fill="#8b949e" font-size="10" text-anchor="middle">Jan 2021</text>
<line x1="263.0" y1="475" x2="263.0" y2="480" stroke="#30363d" stroke-width="1"/>
<text x="347.8" y="520" fill="#8b949e" font-size="10" text-anchor="middle">Jul 2021</text>
<line x1="347.8" y1="475" x2="347.8" y2="480" stroke="#30363d" stroke-width="1"/>
<text x="432.7" y="520" fill="#8b949e" font-size="10" text-anchor="middle">Jan 2022</text>
<line x1="432.7" y1="475" x2="432.7" y2="480" stroke="#30363d" stroke-width="1"/>
<text x="517.5" y="520" fill="#8b949e" font-size="10" text-anchor="middle">Jul 2022</text>
<line x1="517.5" y1="475" x2="517.5" y2="480" stroke="#30363d" stroke-width="1"/>
<text x="602.4" y="520" fill="#8b949e" font-size="10" text-anchor="middle">Jan 2023</text>
<line x1="602.4" y1="475" x2="602.4" y2="480" stroke="#30363d" stroke-width="1"/>
<text x="687.2" y="520" fill="#8b949e" font-size="10" text-anchor="middle">Jul 2023</text>
<line x1="687.2" y1="475" x2="687.2" y2="480" stroke="#30363d" stroke-width="1"/>
<text x="772.1" y="520" fill="#8b949e" font-size="10" text-anchor="middle">Jan 2024</text>
<line x1="772.1" y1="475" x2="772.1" y2="480" stroke="#30363d" stroke-width="1"/>
<text x="856.9" y="520" fill="#8b949e" font-size="10" text-anchor="middle">Jul 2024</text>
<line x1="856.9" y1="475" x2="856.9" y2="480" stroke="#30363d" stroke-width="1"/>
<polyline points="90.0,430.5 93.3,430.5 96.5,430.5 99.8,430.5 103.1,430.5 106.3,430.5 109.6,430.5 112.8,430.5 116.1,430.5 119.4,430.5 122.6,430.5 125.9,430.5 129.2,430.5 132.4,430.5 135.7,430.5 139.0,430.5 142.2,430.5 145.5,430.5 148.7,430.5 152.0,430.5 155.3,430.5 158.5,430.5 161.8,430.5 165.1,431.7 168.3,431.3 171.6,433.5 174.9,433.0 178.1,433.0 181.4,432.4 184.6,425.6 187.9,424.3 191.2,423.4 194.4,420.8 197.7,423.5 201.0,420.9 204.2,429.0 207.5,426.1 210.8,427.2 214.0,427.3 217.3,427.3 220.5,427.3 223.8,427.3 227.1,427.3 230.3,426.4 233.6,422.2 236.9,414.9 240.1,410.3 243.4,411.3 246.7,412.8 249.9,409.4 253.2,395.8 256.4,384.6 259.7,364.0 263.0,364.2 266.2,357.5 269.5,368.4 272.8,359.3 276.0,325.1 279.3,316.6 282.6,317.8 285.8,319.2 289.1,299.1 292.3,292.9 295.6,299.4 298.9,286.3 302.1,288.6 305.4,272.1 308.7,294.0 311.9,298.4 315.2,303.7 318.5,304.2 321.7,304.2 325.0,304.2 328.2,304.2 331.5,304.2 334.8,304.2 338.0,304.2 341.3,304.2 344.6,304.2 347.8,304.2 351.1,304.2 354.4,304.2 357.6,304.2 360.9,304.2 364.1,304.2 367.4,304.2 370.7,304.2 373.9,304.2 377.2,303.4 380.5,326.2 383.7,324.9 387.0,287.6 390.3,271.5 393.5,242.3 396.8,256.1 400.0,245.9 403.3,232.6 406.6,256.9 409.8,266.1 413.1,268.1 416.4,290.5 419.6,305.1 422.9,296.8 426.2,297.0 429.4,297.0 432.7,297.0 435.9,297.0 439.2,297.0 442.5,297.0 445.7,297.0 449.0,297.0 452.3,297.0 455.5,297.0 458.8,297.0 462.1,297.0 465.3,297.0 468.6,297.0 471.8,297.0 475.1,297.0 478.4,291.6 481.6,305.2 484.9,306.6 488.2,333.6 491.4,336.0 494.7,339.1 497.9,330.5 501.2,330.6 504.5,330.6 507.7,330.6 511.0,330.6 514.3,330.6 517.5,330.6 520.8,330.6 524.1,330.6 527.3,330.6 530.6,330.6 533.8,330.6 537.1,330.6 540.4,342.3 543.6,348.7 546.9,339.0 550.2,348.4 553.4,346.9 556.7,338.7 560.0,347.3 563.2,345.4 566.5,340.3 569.7,337.7 573.0,350.7 576.3,361.8 579.5,366.4 582.8,364.7 586.1,360.4 589.3,355.8 592.6,361.6 595.9,362.9 599.1,363.1 602.4,358.0 605.6,333.2 608.9,323.4 612.2,320.0 615.4,319.2 618.7,326.1 622.0,311.4 625.2,320.0 628.5,326.2 631.8,309.3 635.0,286.4 638.3,292.5 641.5,286.4 644.8,272.7 648.1,271.6 651.3,285.5 654.6,283.0 657.9,289.8 661.1,294.0 664.4,292.7 667.7,289.6 670.9,289.8 674.2,289.8 677.4,289.8 680.7,289.8 684.0,289.8 687.2,289.8 690.5,289.8 693.8,289.8 697.0,289.8 700.3,289.8 703.6,289.8 706.8,289.8 710.1,289.8 713.3,289.8 716.6,289.8 719.9,289.8 723.1,289.8 726.4,289.8 729.7,289.8 732.9,289.8 736.2,289.8 739.5,289.8 742.7,289.8 746.0,289.3 749.2,288.0 752.5,278.1 755.8,247.5 759.0,260.4 762.3,256.4 765.6,255.2 768.8,243.2 772.1,237.5 775.4,252.1 778.6,268.3 781.9,253.1 785.1,252.4 788.4,219.8 791.7,207.4 794.9,183.9 798.2,151.0 801.5,113.4 804.7,160.2 808.0,120.7 811.3,142.9 814.5,124.9 817.8,150.9 821.0,138.2 824.3,166.5 827.6,158.2 830.8,162.0 834.1,162.3 837.4,162.3 840.6,162.3 843.9,162.3 847.2,162.3 850.4,162.3 853.7,162.3 856.9,162.3 860.2,162.3 863.5,162.3 866.7,162.3 870.0,162.3" fill="none" stroke="#3fb950" stroke-width="2" opacity="0.95"/>
<polyline points="90.0,430.5 93.3,426.9 96.5,427.3 99.8,424.0 103.1,425.0 106.3,419.4 109.6,419.7 112.8,424.1 116.1,427.1 119.4,431.9 122.6,446.5 125.9,438.3 129.2,439.9 132.4,435.9 135.7,437.7 139.0,437.5 142.2,432.4 145.5,425.9 148.7,427.0 152.0,422.0 155.3,426.8 158.5,423.1 161.8,421.6 165.1,423.0 168.3,422.5 171.6,425.2 174.9,424.6 178.1,424.6 181.4,423.9 184.6,415.5 187.9,413.9 191.2,412.8 194.4,409.6 197.7,413.0 201.0,409.7 204.2,419.8 207.5,416.1 210.8,417.6 214.0,415.9 217.3,417.2 220.5,412.7 223.8,410.0 227.1,400.6 230.3,399.0 233.6,391.6 236.9,378.8 240.1,370.8 243.4,372.5 246.7,375.1 249.9,369.2 253.2,345.4 256.4,325.8 259.7,289.7 263.0,290.1 266.2,278.4 269.5,297.5 272.8,281.4 276.0,221.6 279.3,206.8 282.6,208.9 285.8,211.3 289.1,176.2 292.3,165.4 295.6,176.6 298.9,153.8 302.1,157.8 305.4,128.8 308.7,167.2 311.9,175.0 315.2,184.3 318.5,165.9 321.7,241.1 325.0,265.7 328.2,275.0 331.5,292.5 334.8,254.7 338.0,297.8 341.3,279.5 344.6,288.4 347.8,296.7 351.1,312.5 354.4,260.2 357.6,267.0 360.9,226.5 364.1,231.4 367.4,215.0 370.7,217.9 373.9,219.8 377.2,218.3 380.5,253.2 383.7,251.3 387.0,194.2 390.3,169.5 393.5,124.7 396.8,146.0 400.0,130.4 403.3,109.9 406.6,147.1 409.8,161.2 413.1,164.3 416.4,198.6 419.6,220.9 422.9,208.2 426.2,215.6 429.4,224.8 432.7,242.0 435.9,244.0 439.2,273.6 442.5,263.8 445.7,234.5 449.0,232.0 452.3,266.3 455.5,233.2 458.8,263.8 462.1,260.6 465.3,244.1 468.6,216.3 471.8,226.7 475.1,256.3 478.4,248.8 481.6,267.2 484.9,269.2 488.2,305.9 491.4,309.1 494.7,313.3 497.9,301.7 501.2,305.2 504.5,354.0 507.7,362.1 511.0,364.5 514.3,364.9 517.5,369.7 520.8,347.5 524.1,359.2 527.3,349.7 530.6,348.7 533.8,344.8 537.1,357.7 540.4,367.1 543.6,372.3 546.9,364.4 550.2,372.0 553.4,370.8 556.7,364.1 560.0,371.2 563.2,369.6 566.5,365.5 569.7,363.3 573.0,373.9 576.3,383.0 579.5,386.8 582.8,385.4 586.1,381.8 589.3,378.1 592.6,382.8 595.9,383.9 599.1,384.1 602.4,379.9 605.6,359.6 608.9,351.6 612.2,348.9 615.4,348.2 618.7,353.9 622.0,341.8 625.2,348.8 628.5,353.9 631.8,340.1 635.0,321.4 638.3,326.4 641.5,321.5 644.8,310.2 648.1,309.3 651.3,320.7 654.6,318.7 657.9,324.2 661.1,327.6 664.4,326.6 667.7,324.0 670.9,326.5 674.2,333.7 677.4,320.6 680.7,307.7 684.0,307.2 687.2,308.1 690.5,312.3 693.8,315.7 697.0,313.2 700.3,312.7 703.6,316.0 706.8,333.1 710.1,323.9 713.3,334.5 716.6,334.2 719.9,326.7 723.1,332.1 726.4,325.5 729.7,325.7 732.9,320.1 736.2,290.2 739.5,286.0 742.7,281.8 746.0,281.3 749.2,279.8 752.5,268.8 755.8,234.7 759.0,249.1 762.3,244.6 765.6,243.2 768.8,229.9 772.1,223.5 775.4,239.8 778.6,257.8 781.9,240.9 785.1,240.1 788.4,203.9 791.7,190.0 794.9,163.8 798.2,127.2 801.5,85.4 804.7,137.5 808.0,93.5 811.3,118.3 814.5,98.1 817.8,127.2 821.0,113.0 824.3,144.5 827.6,135.2 830.8,139.5 834.1,92.7 837.4,102.7 840.6,90.3 843.9,108.0 847.2,119.9 850.4,138.1 853.7,136.9 856.9,158.8 860.2,120.2 863.5,115.6 866.7,114.1 870.0,118.7" fill="none" stroke="#8b949e" stroke-width="1.5" stroke-dasharray="6,4" opacity="0.6"/>
<g class="trade-markers" id="markers-strat-1" style="display:none">
<polygon points="165.1,423.7 159.1,435.7 171.1,435.7" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="214.0,435.3 208.0,423.3 220.0,423.3" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="230.3,418.4 224.3,430.4 236.3,430.4" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="318.5,312.2 312.5,300.2 324.5,300.2" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="377.2,295.4 371.2,307.4 383.2,307.4" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="426.2,305.0 420.2,293.0 432.2,293.0" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="478.4,283.6 472.4,295.6 484.4,295.6" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="501.2,338.6 495.2,326.6 507.2,326.6" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="540.4,334.3 534.4,346.3 546.4,346.3" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="670.9,297.8 664.9,285.8 676.9,285.8" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="746.0,281.3 740.0,293.3 752.0,293.3" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="834.1,170.3 828.1,158.3 840.1,158.3" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
</g>
</svg>
</div>
<div class="legend">
<span class="legend-item"><span class="legend-dot" style="background:#3fb950"></span>bull-market-support-band</span>
<span class="legend-item"><span class="legend-dot" style="border: 2px dashed #8b949e; background: transparent"></span>B&H</span>
<label class="toggle-trades"><input type="checkbox" onchange="toggleMarkers('strat-1', this)"> Show Trades</label>
<span class="marker-legend"><svg viewBox="0 0 14 14"><polygon points="7,2 2,11 12,11" fill="#3fb950"/></svg> Buy</span>
<span class="marker-legend"><svg viewBox="0 0 14 14"><polygon points="7,12 2,3 12,3" fill="#f85149"/></svg> Sell</span>
</div>
<details>
<summary>📋 Trade List (6 trades)</summary>
<table class="trade-table">
<tr><th>#</th><th>Entry</th><th>Exit</th><th>Entry Price</th><th>Exit Price</th><th>P&L</th><th>Return</th></tr>
<tr><td>1</td><td>2020-06-10</td><td>2020-09-23</td><td>$9,794.12</td><td>$10,535.49</td><td class="positive">$+7,210</td><td class="positive">+7.4%</td></tr>
<tr><td>2</td><td>2020-10-28</td><td>2021-05-05</td><td>$13,654.21</td><td>$53,252.16</td><td class="positive">$+276,717</td><td class="positive">+289.5%</td></tr>
<tr><td>3</td><td>2021-09-08</td><td>2021-12-22</td><td>$46,827.76</td><td>$48,937.10</td><td class="positive">$+16,109</td><td class="positive">+4.3%</td></tr>
<tr><td>4</td><td>2022-04-13</td><td>2022-06-01</td><td>$40,123.57</td><td>$31,792.55</td><td class="negative">$-75,626</td><td class="negative">-20.9%</td></tr>
<tr><td>5</td><td>2022-08-24</td><td>2023-05-31</td><td>$21,526.46</td><td>$27,700.53</td><td class="positive">$+91,873</td><td class="positive">+28.5%</td></tr>
<tr><td>6</td><td>2023-11-08</td><td>2024-05-15</td><td>$35,419.48</td><td>$61,553.99</td><td class="positive">$+286,413</td><td class="positive">+73.5%</td></tr>
</table>
</details>
</div>
<div class="strategy-card">
<h2>SuperTrend</h2>
<div class="strategy-meta">
<p><strong>Entry:</strong> SuperTrend line turns <strong>Green</strong> (price closes above the line)</p>
<p><strong>Exit:</strong> SuperTrend line turns <strong>Red</strong> (price closes below the line)</p>
<p><strong>Parameters:</strong> ATR Period: 10, Factor: 3.0 | <strong>Interval:</strong> 1d</p>
<p class="note">💡 AI often inverts the logic. Always verify visually that Buy = Green, Sell = Red.</p>
</div>
<table>
<tr><th>Metric</th><th>Result</th><th>vs Video</th></tr>
<tr><td>Return</td><td class="positive">873.54%</td><td>(none)</td></tr>
<tr><td>Buy & Hold</td><td>797.47%</td><td></td></tr>
<tr><td>Alpha (vs B&H)</td><td class="positive">+76.07%</td><td></td></tr>
<tr><td>Win Rate</td><td>52.6%</td><td></td></tr>
<tr><td># Trades</td><td>19</td><td></td></tr>
<tr><td>Max Drawdown</td><td class="negative">-41.38%</td><td></td></tr>
<tr><td>Sharpe Ratio</td><td>0.89</td><td></td></tr>
<tr><td>Final Equity</td><td>$973,540.96</td><td></td></tr>
</table>
<h3>📐 Statistical Significance</h3>
<table>
<tr><th>Test</th><th>Statistic</th><th>p-value</th><th>Significant (α=0.05)?</th></tr>
<tr><td>Sharpe Ratio ≠ 0</td><td>t = 2.98</td><td class="positive">0.0029</td><td>✅ Yes</td></tr>
<tr><td>Returns vs B&H (paired t-test)</td><td>t = -0.49</td><td class="negative">0.6259</td><td>❌ No</td></tr>
<tr><td>Avg trade return > 0 (one-sided)</td><td>t = 1.89</td><td class="positive">0.0378</td><td>✅ Yes</td></tr>
<tr><td>Win rate > 50% (binomial)</td><td>10/19 wins</td><td class="negative">0.5000</td><td>❌ No</td></tr>
</table>
<p class="stat-note">Sharpe significance tests whether risk-adjusted returns differ from zero.
Paired t-test compares daily strategy returns against B&H.
Low trade counts (19 trades) limit statistical power for trade-level tests.</p>
<h3>Equity Curve: SuperTrend</h3>
<div class="chart" style="height:525px">
<svg viewBox="0 0 900 525">
<rect x="90" y="30" width="780" height="445" fill="#0d1117" stroke="#30363d"/>
<text x="80" y="479.0" fill="#8b949e" font-size="11" text-anchor="end">$0</text>
<line x1="90" y1="475.0" x2="870" y2="475.0" stroke="#21262d" stroke-width="0.5"/>
<text x="80" y="390.0" fill="#8b949e" font-size="11" text-anchor="end">$250k</text>
<line x1="90" y1="386.0" x2="870" y2="386.0" stroke="#21262d" stroke-width="0.5"/>
<text x="80" y="301.0" fill="#8b949e" font-size="11" text-anchor="end">$500k</text>
<line x1="90" y1="297.0" x2="870" y2="297.0" stroke="#21262d" stroke-width="0.5"/>
<text x="80" y="212.0" fill="#8b949e" font-size="11" text-anchor="end">$750k</text>
<line x1="90" y1="208.0" x2="870" y2="208.0" stroke="#21262d" stroke-width="0.5"/>
<text x="80" y="123.0" fill="#8b949e" font-size="11" text-anchor="end">$1M</text>
<line x1="90" y1="119.0" x2="870" y2="119.0" stroke="#21262d" stroke-width="0.5"/>
<text x="80" y="34.0" fill="#8b949e" font-size="11" text-anchor="end">$1.2M</text>
<line x1="90" y1="30.0" x2="870" y2="30.0" stroke="#21262d" stroke-width="0.5"/>
<line x1="90" y1="439.4" x2="870" y2="439.4" stroke="#58a6ff" stroke-width="0.8" stroke-dasharray="4,4" opacity="0.4"/>
<text x="90.0" y="520" fill="#8b949e" font-size="10" text-anchor="middle">Jan 2020</text>
<line x1="90.0" y1="475" x2="90.0" y2="480" stroke="#30363d" stroke-width="1"/>
<text x="174.9" y="520" fill="#8b949e" font-size="10" text-anchor="middle">Jul 2020</text>
<line x1="174.9" y1="475" x2="174.9" y2="480" stroke="#30363d" stroke-width="1"/>
<text x="260.6" y="520" fill="#8b949e" font-size="10" text-anchor="middle">Jan 2021</text>
<line x1="260.6" y1="475" x2="260.6" y2="480" stroke="#30363d" stroke-width="1"/>
<text x="345.0" y="520" fill="#8b949e" font-size="10" text-anchor="middle">Jul 2021</text>
<line x1="345.0" y1="475" x2="345.0" y2="480" stroke="#30363d" stroke-width="1"/>
<text x="430.8" y="520" fill="#8b949e" font-size="10" text-anchor="middle">Jan 2022</text>
<line x1="430.8" y1="475" x2="430.8" y2="480" stroke="#30363d" stroke-width="1"/>
<text x="515.2" y="520" fill="#8b949e" font-size="10" text-anchor="middle">Jul 2022</text>
<line x1="515.2" y1="475" x2="515.2" y2="480" stroke="#30363d" stroke-width="1"/>
<text x="601.0" y="520" fill="#8b949e" font-size="10" text-anchor="middle">Jan 2023</text>
<line x1="601.0" y1="475" x2="601.0" y2="480" stroke="#30363d" stroke-width="1"/>
<text x="685.4" y="520" fill="#8b949e" font-size="10" text-anchor="middle">Jul 2023</text>
<line x1="685.4" y1="475" x2="685.4" y2="480" stroke="#30363d" stroke-width="1"/>
<text x="771.2" y="520" fill="#8b949e" font-size="10" text-anchor="middle">Jan 2024</text>
<line x1="771.2" y1="475" x2="771.2" y2="480" stroke="#30363d" stroke-width="1"/>
<text x="856.0" y="520" fill="#8b949e" font-size="10" text-anchor="middle">Jul 2024</text>
<line x1="856.0" y1="475" x2="856.0" y2="480" stroke="#30363d" stroke-width="1"/>
<polyline points="90.0,439.4 90.5,439.4 90.9,439.4 91.4,439.4 91.9,439.4 92.3,439.4 92.8,439.4 93.3,439.4 93.7,439.4 94.2,439.4 94.7,439.4 95.1,439.4 95.6,439.4 96.1,439.4 96.5,439.4 97.0,439.4 97.5,439.4 97.9,439.4 98.4,439.4 98.9,439.4 99.3,439.4 99.8,439.4 100.3,439.4 100.7,439.4 101.2,439.4 101.7,439.4 102.1,439.4 102.6,439.4 103.1,439.4 103.5,439.4 104.0,439.4 104.5,439.4 104.9,439.4 105.4,439.4 105.9,439.4 106.3,439.4 106.8,439.4 107.3,439.4 107.7,439.4 108.2,439.4 108.6,439.4 109.1,439.4 109.6,439.4 110.0,439.4 110.5,439.4 111.0,439.4 111.4,439.4 111.9,439.4 112.4,439.4 112.8,439.4 113.3,439.4 113.8,439.4 114.2,439.4 114.7,439.4 115.2,439.4 115.6,439.4 116.1,439.4 116.6,439.4 117.0,439.4 117.5,439.4 118.0,439.4 118.4,439.4 118.9,439.4 119.4,439.4 119.8,439.4 120.3,439.4 120.8,439.4 121.2,439.4 121.7,439.4 122.2,439.4 122.6,439.4 123.1,439.4 123.6,439.4 124.0,439.4 124.5,439.4 125.0,439.4 125.4,439.4 125.9,439.4 126.4,439.4 126.8,439.4 127.3,439.4 127.8,439.4 128.2,439.4 128.7,439.4 129.2,439.4 129.6,439.4 130.1,439.4 130.6,439.4 131.0,439.4 131.5,439.4 132.0,439.4 132.4,439.4 132.9,439.4 133.4,439.4 133.8,439.4 134.3,439.4 134.8,439.4 135.2,439.9 135.7,439.2 136.2,439.3 136.6,441.3 137.1,441.4 137.6,440.8 138.0,441.4 138.5,441.4 139.0,442.4 139.4,440.2 139.9,440.3 140.4,439.5 140.8,439.8 141.3,441.2 141.8,441.3 142.2,440.2 142.7,438.7 143.2,438.2 143.6,438.1 144.1,437.6 144.5,437.0 145.0,437.0 145.5,432.4 145.9,433.0 146.4,432.1 146.9,431.5 147.3,431.9 147.8,431.8 148.3,431.4 148.7,430.2 149.2,427.0 149.7,427.5 150.1,428.7 150.6,432.6 151.1,433.3 151.5,432.3 152.0,430.2 152.5,428.0 152.9,429.9 153.4,429.7 153.9,428.3 154.3,428.1 154.8,428.1 155.3,429.0 155.7,431.1 156.2,430.6 156.7,430.5 157.1,432.4 157.6,431.9 158.1,432.2 158.5,430.6 159.0,429.0 159.5,429.4 159.9,428.2 160.4,429.3 160.9,426.0 161.3,429.0 161.8,428.4 162.3,427.7 162.7,428.4 163.2,428.4 163.7,427.9 164.1,427.9 164.6,427.8 165.1,427.4 165.5,430.0 166.0,429.2 166.5,429.2 166.9,429.7 167.4,429.4 167.9,429.0 168.3,429.2 168.8,429.5 169.3,430.1 169.7,429.9 170.2,430.0 170.7,428.4 171.1,428.5 171.6,430.0 172.1,430.2 172.5,430.7 173.0,431.2 173.5,430.8 173.9,430.6 174.4,430.8 174.9,430.4 175.3,430.9 175.8,431.0 176.3,430.8 176.7,431.1 177.2,429.7 177.7,430.3 178.1,429.5 178.6,430.2 179.0,430.2 179.5,430.3 180.0,430.2 180.4,430.3 180.9,430.3 181.4,430.6 181.8,430.8 182.3,430.7 182.8,430.7 183.2,430.6 183.7,430.7 184.2,429.7 184.6,429.0 185.1,428.8 185.6,429.0 186.0,428.3 186.5,427.3 187.0,422.2 187.4,422.6 187.9,421.7 188.4,421.7 188.8,420.7 189.3,418.7 189.8,421.9 190.2,421.0 190.7,421.2 191.2,418.7 191.6,418.6 192.1,419.4 192.6,418.7 193.0,419.1 193.5,418.1 194.0,420.3 194.4,419.5 194.9,418.6 195.4,418.6 195.8,418.2 196.3,418.1 196.8,416.4 197.2,417.6 197.7,418.7 198.2,418.1 198.6,419.4 199.1,419.0 199.6,419.1 200.0,418.6 200.5,420.5 201.0,419.9 201.4,420.7 201.9,419.7 202.4,419.8 202.8,418.9 203.3,419.0 203.8,417.7 204.2,420.3 204.7,425.7 205.2,425.8 205.6,425.8 206.1,425.8 206.6,425.8 207.0,425.8 207.5,425.8 208.0,425.8 208.4,425.8 208.9,425.8 209.4,425.8 209.8,425.8 210.3,425.8 210.8,425.8 211.2,425.8 211.7,425.8 212.2,425.8 212.6,425.8 213.1,425.8 213.6,425.8 214.0,425.8 214.5,425.8 214.9,425.8 215.4,425.8 215.9,425.8 216.3,425.8 216.8,425.8 217.3,425.8 217.7,425.8 218.2,425.8 218.7,425.8 219.1,425.8 219.6,425.8 220.1,425.8 220.5,425.8 221.0,425.8 221.5,425.8 221.9,425.8 222.4,425.5 222.9,424.7 223.3,425.3 223.8,425.3 224.3,425.0 224.7,425.7 225.2,425.6 225.7,425.0 226.1,423.9 226.6,423.2 227.1,419.3 227.5,418.7 228.0,418.9 228.5,418.1 228.9,418.4 229.4,418.2 229.9,415.8 230.3,417.4 230.8,416.7 231.3,416.2 231.7,415.2 232.2,415.4 232.7,416.2 233.1,414.5 233.6,413.7 234.1,407.5 234.5,407.6 235.0,410.7 235.5,408.0 235.9,408.6 236.4,408.8 236.9,407.0 237.3,404.6 237.8,404.4 238.3,405.5 238.7,405.9 239.2,402.7 239.7,398.7 240.1,398.0 240.6,398.0 241.1,394.6 241.5,394.5 242.0,395.6 242.5,395.7 242.9,392.5 243.4,394.1 243.9,400.8 244.3,401.0 244.8,398.4 245.3,396.4 245.7,390.3 246.2,393.8 246.7,392.1 247.1,391.0 247.6,394.2 248.1,392.3 248.5,391.5 249.0,392.1 249.5,395.8 249.9,394.8 250.4,396.1 250.8,397.0 251.3,393.8 251.8,392.3 252.2,391.9 252.7,391.2 253.2,383.1 253.6,376.7 254.1,375.3 254.6,372.1 255.0,373.8 255.5,376.7 256.0,372.5 256.4,374.8 256.9,372.7 257.4,368.7 257.8,361.2 258.3,361.9 258.8,358.4 259.2,357.2 259.7,350.9 260.2,350.2 260.6,348.6 261.1,336.9 261.6,334.1 262.0,337.5 262.5,328.9 263.0,316.8 263.4,305.9 263.9,299.8 264.4,302.1 264.8,310.2 265.3,322.2 265.8,329.2 266.2,314.7 266.7,306.7 267.2,316.8 267.6,319.5 268.1,321.2 268.6,317.6 269.0,320.0 269.5,322.2 270.0,342.4 270.4,333.1 270.9,337.1 271.4,336.2 271.8,335.8 272.3,335.0 272.8,344.1 273.2,344.2 273.7,344.2 274.2,344.2 274.6,344.2 275.1,344.2 275.6,344.2 276.0,344.2 276.5,344.2 277.0,344.2 277.4,344.2 277.9,344.2 278.4,344.2 278.8,343.6 279.3,347.5 279.8,340.0 280.2,341.0 280.7,342.0 281.2,338.0 281.6,339.9 282.1,336.8 282.6,329.4 283.0,330.6 283.5,320.1 284.0,319.6 284.4,316.0 284.9,324.3 285.3,337.7 285.8,335.5 286.3,342.0 286.7,341.9 287.2,341.9 287.7,341.9 288.1,341.9 288.6,341.9 289.1,341.9 289.5,341.9 290.0,341.9 290.5,341.9 290.9,341.9 291.4,341.9 291.9,341.9 292.3,341.9 292.8,341.9 293.3,341.9 293.7,341.9 294.2,346.2 294.7,353.4 295.1,351.5 295.6,347.1 296.1,349.3 296.5,348.2 297.0,348.3 297.5,350.0 297.9,356.4 298.4,355.9 298.9,360.1 299.3,362.4 299.8,355.1 300.3,353.3 300.7,353.3 301.2,349.5 301.7,347.0 302.1,347.0 302.6,346.6 303.1,346.0 303.5,349.8 304.0,347.3 304.5,346.7 304.9,348.5 305.4,353.1 305.9,348.3 306.3,348.4 306.8,345.1 307.3,344.2 307.7,344.9 308.2,337.2 308.7,338.0 309.1,337.6 309.6,341.3 310.1,343.2 310.5,352.8 311.0,353.8 311.5,354.0 311.9,354.0 312.4,354.0 312.9,354.0 313.3,354.0 313.8,354.0 314.3,354.0 314.7,354.0 315.2,354.0 315.7,354.0 316.1,354.0 316.6,354.0 317.1,354.0 317.5,354.0 318.0,354.0 318.5,354.0 318.9,354.0 319.4,354.0 319.9,354.0 320.3,354.0 320.8,354.0 321.2,354.0 321.7,354.0 322.2,354.0 322.6,354.0 323.1,354.0 323.6,354.0 324.0,354.0 324.5,354.0 325.0,354.0 325.4,354.0 325.9,354.0 326.4,354.0 326.8,354.0 327.3,354.0 327.8,354.0 328.2,354.0 328.7,354.0 329.2,354.0 329.6,354.0 330.1,354.0 330.6,354.0 331.0,354.0 331.5,354.0 332.0,354.0 332.4,354.0 332.9,354.0 333.4,354.0 333.8,354.0 334.3,354.0 334.8,354.0 335.2,354.0 335.7,354.0 336.2,354.0 336.6,354.0 337.1,354.0 337.6,354.0 338.0,354.0 338.5,354.0 339.0,354.0 339.4,354.0 339.9,354.0 340.4,354.0 340.8,354.0 341.3,354.0 341.8,354.0 342.2,354.0 342.7,354.0 343.2,354.0 343.6,354.0 344.1,354.0 344.6,354.0 345.0,354.0 345.5,354.0 346.0,354.0 346.4,354.0 346.9,354.0 347.4,354.0 347.8,354.0 348.3,354.0 348.8,354.0 349.2,354.0 349.7,354.0 350.2,354.0 350.6,354.0 351.1,354.0 351.6,354.0 352.0,354.0 352.5,354.0 353.0,354.0 353.4,354.0 353.9,354.0 354.4,354.0 354.8,354.0 355.3,354.0 355.8,354.0 356.2,350.7 356.7,344.4 357.1,337.7 357.6,335.9 358.1,335.8 358.5,328.7 359.0,330.6 359.5,335.9 359.9,338.4 360.4,341.8 360.9,336.6 361.3,333.1 361.8,326.8 362.3,321.2 362.7,323.7 363.2,315.4 363.7,317.9 364.1,317.9 364.6,321.6 365.1,310.9 365.5,313.1 366.0,313.3 366.5,316.6 366.9,320.8 367.4,320.5 367.9,314.3 368.3,305.9 368.8,307.3 369.3,306.0 369.7,305.3 370.2,311.1 370.7,307.1 371.1,313.6 371.6,306.8 372.1,307.3 372.5,307.5 373.0,313.2 373.5,312.9 373.9,307.5 374.4,306.0 374.9,303.7 375.3,304.0 375.8,298.2 376.3,295.4 376.7,314.0 377.2,316.3 377.7,317.5 378.1,317.5 378.6,317.5 379.1,317.5 379.5,317.5 380.0,317.5 380.5,317.5 380.9,317.5 381.4,317.5 381.9,317.5 382.3,317.5 382.8,317.5 383.3,317.5 383.7,317.5 384.2,317.5 384.7,317.5 385.1,317.5 385.6,317.5 386.1,317.5 386.5,317.5 387.0,317.5 387.5,317.5 387.9,317.5 388.4,317.5 388.9,317.5 389.3,317.5 389.8,311.0 390.3,300.0 390.7,304.4 391.2,304.0 391.6,301.1 392.1,301.7 392.6,294.0 393.0,298.1 393.5,294.2 394.0,294.4 394.4,282.3 394.9,284.3 395.4,282.4 395.8,281.0 396.3,274.7 396.8,269.7 397.2,280.5 397.7,284.8 398.2,282.8 398.6,284.1 399.1,278.1 399.6,285.8 400.0,291.1 400.5,285.0 401.0,280.4 401.4,281.4 401.9,283.0 402.4,283.9 402.8,277.6 403.3,278.3 403.8,282.7 404.2,283.6 404.7,282.4 405.2,277.3 405.6,265.2 406.1,266.9 406.6,272.6 407.0,272.7 407.5,275.0 408.0,274.1 408.4,271.2 408.9,276.7 409.4,286.3 409.8,285.7 410.3,295.5 410.8,295.8 411.2,295.8 411.7,295.8 412.2,295.8 412.6,295.8 413.1,295.8 413.6,295.8 414.0,295.8 414.5,295.8 415.0,295.8 415.4,295.8 415.9,295.8 416.4,295.8 416.8,295.8 417.3,295.8 417.8,295.8 418.2,295.8 418.7,295.8 419.2,295.8 419.6,295.8 420.1,295.8 420.6,295.8 421.0,295.8 421.5,295.8 422.0,295.8 422.4,295.8 422.9,295.8 423.4,295.8 423.8,295.8 424.3,295.8 424.8,295.8 425.2,295.8 425.7,295.8 426.2,295.8 426.6,295.8 427.1,295.8 427.5,295.8 428.0,295.8 428.5,295.8 428.9,295.8 429.4,295.8 429.9,295.8 430.3,295.8 430.8,295.8 431.3,295.8 431.7,295.8 432.2,295.8 432.7,295.8 433.1,295.8 433.6,295.8 434.1,295.8 434.5,295.8 435.0,295.8 435.5,295.8 435.9,295.8 436.4,295.8 436.9,295.8 437.3,295.8 437.8,295.8 438.3,295.8 438.7,295.8 439.2,295.8 439.7,295.8 440.1,295.8 440.6,295.8 441.1,295.8 441.5,295.8 442.0,295.8 442.5,295.8 442.9,295.8 443.4,295.8 443.9,295.8 444.3,295.8 444.8,295.8 445.3,295.8 445.7,295.8 446.2,295.8 446.7,295.8 447.1,296.2 447.6,292.1 448.1,286.0 448.5,284.8 449.0,283.9 449.5,287.2 449.9,292.1 450.4,292.8 450.9,293.0 451.3,291.3 451.8,282.8 452.3,285.5 452.7,300.1 453.2,302.3 453.7,301.9 454.1,309.1 454.6,309.3 455.1,309.3 455.5,309.3 456.0,309.3 456.5,309.3 456.9,309.3 457.4,309.3 457.9,309.3 458.3,305.3 458.8,306.8 459.3,312.1 459.7,323.9 460.2,322.9 460.7,326.4 461.1,327.7 461.6,325.3 462.1,313.8 462.5,322.8 463.0,325.1 463.4,324.7 463.9,328.5 464.4,322.0 464.8,323.2 465.3,316.7 465.8,317.4 466.2,314.4 466.7,313.0 467.2,316.4 467.6,317.0 468.1,312.4 468.6,310.5 469.0,306.7 469.5,305.3 470.0,304.8 470.4,296.5 470.9,295.4 471.4,294.2 471.8,295.7 472.3,301.1 472.8,298.4 473.2,299.9 473.7,297.8 474.2,297.2 474.6,301.0 475.1,309.4 475.6,309.5 476.0,309.5 476.5,309.5 477.0,309.5 477.4,309.5 477.9,309.5 478.4,309.5 478.8,309.5 479.3,309.5 479.8,309.5 480.2,309.5 480.7,309.5 481.2,309.5 481.6,309.5 482.1,309.5 482.6,309.5 483.0,309.5 483.5,309.5 484.0,309.5 484.4,309.5 484.9,309.5 485.4,309.5 485.8,309.5 486.3,309.5 486.8,309.5 487.2,309.5 487.7,309.5 488.2,309.5 488.6,309.5 489.1,309.5 489.6,309.5 490.0,309.5 490.5,309.5 491.0,309.5 491.4,309.5 491.9,309.5 492.4,309.5 492.8,309.5 493.3,309.5 493.8,309.5 494.2,309.5 494.7,309.5 495.2,309.5 495.6,309.5 496.1,309.5 496.6,309.5 497.0,309.5 497.5,309.5 497.9,309.5 498.4,309.5 498.9,309.5 499.3,309.5 499.8,309.5 500.3,309.5 500.7,309.5 501.2,309.5 501.7,309.5 502.1,309.5 502.6,309.5 503.1,309.5 503.5,309.5 504.0,309.5 504.5,309.5 504.9,309.5 505.4,309.5 505.9,309.5 506.3,309.5 506.8,309.5 507.3,309.5 507.7,309.5 508.2,309.5 508.7,309.5 509.1,309.5 509.6,309.5 510.1,309.5 510.5,309.5 511.0,309.5 511.5,309.5 511.9,309.5 512.4,309.5 512.9,309.5 513.3,309.5 513.8,309.5 514.3,309.5 514.7,309.5 515.2,309.5 515.7,309.5 516.1,309.5 516.6,309.5 517.1,309.5 517.5,309.5 518.0,309.5 518.5,309.5 518.9,310.6 519.4,316.1 519.9,322.8 520.3,327.6 520.8,321.0 521.3,318.3 521.7,316.3 522.2,313.6 522.7,316.7 523.1,304.0 523.6,297.2 524.1,298.4 524.5,298.9 525.0,302.2 525.5,304.1 525.9,303.0 526.4,312.4 526.9,313.3 527.3,300.6 527.8,293.8 528.3,294.1 528.7,295.2 529.2,297.6 529.7,297.8 530.1,300.3 530.6,301.3 531.1,302.9 531.5,298.0 532.0,300.4 532.5,298.8 532.9,294.1 533.4,298.9 533.8,293.0 534.3,293.0 534.8,289.6 535.2,289.5 535.7,290.3 536.2,291.6 536.6,293.5 537.1,297.6 537.6,298.5 538.0,316.0 538.5,316.2 539.0,316.2 539.4,316.2 539.9,316.2 540.4,316.2 540.8,316.2 541.3,316.2 541.8,316.2 542.2,316.2 542.7,316.2 543.2,316.2 543.6,316.2 544.1,316.2 544.6,316.2 545.0,316.2 545.5,316.2 546.0,316.2 546.4,316.2 546.9,316.2 547.4,316.2 547.8,316.2 548.3,314.2 548.8,313.5 549.2,309.3 549.7,324.0 550.2,324.4 550.6,328.3 551.1,328.4 551.6,328.4 552.0,328.4 552.5,328.4 553.0,328.4 553.4,328.4 553.9,328.4 554.4,328.4 554.8,328.4 555.3,328.4 555.8,328.4 556.2,328.4 556.7,328.4 557.2,328.4 557.6,328.4 558.1,328.4 558.6,328.4 559.0,328.4 559.5,328.4 560.0,328.4 560.4,328.4 560.9,328.4 561.4,328.4 561.8,328.4 562.3,328.4 562.8,328.4 563.2,328.4 563.7,328.4 564.2,328.4 564.6,328.4 565.1,328.4 565.6,328.4 566.0,328.4 566.5,328.4 567.0,328.4 567.4,328.4 567.9,328.4 568.4,328.4 568.8,328.4 569.3,328.4 569.7,328.4 570.2,331.8 570.7,329.7 571.1,328.2 571.6,329.4 572.1,330.4 572.5,330.5 573.0,332.7 573.5,332.3 573.9,326.0 574.4,325.1 574.9,327.5 575.3,329.7 575.8,343.6 576.3,343.7 576.7,343.7 577.2,343.7 577.7,343.7 578.1,343.7 578.6,343.7 579.1,343.7 579.5,343.7 580.0,343.7 580.5,343.7 580.9,343.7 581.4,343.7 581.9,343.7 582.3,343.7 582.8,343.7 583.3,343.7 583.7,343.7 584.2,343.7 584.7,343.7 585.1,343.7 585.6,343.7 586.1,343.7 586.5,343.7 587.0,343.7 587.5,343.7 587.9,343.7 588.4,343.7 588.9,343.7 589.3,343.7 589.8,343.7 590.3,343.7 590.7,343.7 591.2,343.7 591.7,343.7 592.1,343.7 592.6,343.6 593.1,346.8 593.5,351.9 594.0,352.0 594.5,352.0 594.9,352.0 595.4,352.0 595.9,352.0 596.3,352.0 596.8,352.0 597.3,352.0 597.7,352.0 598.2,352.0 598.7,352.0 599.1,352.0 599.6,352.0 600.1,352.0 600.5,352.0 601.0,352.0 601.5,352.0 601.9,352.0 602.4,352.0 602.9,352.0 603.3,352.0 603.8,352.0 604.2,352.0 604.7,351.4 605.2,349.7 605.6,346.2 606.1,339.5 606.6,332.1 607.0,324.5 607.5,325.2 608.0,323.2 608.4,323.2 608.9,326.6 609.4,323.7 609.8,312.4 610.3,311.7 610.8,312.1 611.2,310.6 611.7,312.7 612.2,309.3 612.6,309.9 613.1,309.6 613.6,309.9 614.0,304.6 614.5,311.3 615.0,309.1 615.4,305.0 615.9,306.8 616.4,306.9 616.8,307.8 617.3,310.4 617.8,311.8 618.2,308.2 618.7,310.6 619.2,318.5 619.6,319.7 620.1,318.2 620.6,318.7 621.0,318.6 621.5,315.7 622.0,300.8 622.4,305.7 622.9,299.0 623.4,298.4 623.8,300.7 624.3,297.1 624.8,299.9 625.2,301.7 625.7,303.4 626.2,308.7 626.6,308.9 627.1,306.1 627.6,306.4 628.0,309.1 628.5,305.5 629.0,306.7 629.4,314.7 629.9,314.7 630.4,314.1 630.8,314.2 631.3,315.7 631.8,319.2 632.2,319.4 632.7,319.4 633.2,319.4 633.6,319.4 634.1,305.7 634.6,302.0 635.0,304.5 635.5,299.9 636.0,283.9 636.4,287.0 636.9,279.8 637.4,281.6 637.8,278.8 638.3,284.7 638.8,277.8 639.2,283.4 639.7,283.4 640.1,280.1 640.6,285.8 641.1,285.0 641.5,277.7 642.0,279.8 642.5,276.8 642.9,277.2 643.4,278.7 643.9,281.4 644.3,278.9 644.8,278.8 645.3,279.7 645.7,280.5 646.2,280.4 646.7,277.8 647.1,268.8 647.6,264.9 648.1,265.5 648.5,263.8 649.0,263.2 649.5,264.3 649.9,264.4 650.4,270.2 650.9,263.8 651.3,274.4 651.8,278.3 652.3,278.5 652.7,278.5 653.2,278.5 653.7,278.5 654.1,278.5 654.6,278.5 655.1,278.5 655.5,278.5 656.0,278.5 656.5,278.5 656.9,278.5 657.4,278.5 657.9,278.5 658.3,278.5 658.8,278.5 659.3,278.5 659.7,278.5 660.2,278.5 660.7,278.5 661.1,278.5 661.6,278.5 662.1,278.5 662.5,278.5 663.0,278.5 663.5,278.5 663.9,278.5 664.4,278.5 664.9,278.5 665.3,278.5 665.8,278.5 666.3,278.5 666.7,278.5 667.2,278.5 667.7,278.5 668.1,278.5 668.6,278.5 669.1,278.5 669.5,278.5 670.0,278.5 670.5,278.5 670.9,278.5 671.4,278.5 671.9,278.5 672.3,278.5 672.8,278.5 673.3,278.5 673.7,278.5 674.2,278.5 674.7,278.5 675.1,278.5 675.6,278.5 676.0,278.5 676.5,278.5 677.0,278.5 677.4,278.5 677.9,278.5 678.4,278.5 678.8,278.5 679.3,278.5 679.8,278.5 680.2,278.5 680.7,267.1 681.2,267.9 681.6,262.6 682.1,263.6 682.6,264.0 683.0,265.5 683.5,262.6 684.0,266.7 684.4,264.3 684.9,264.1 685.4,263.3 685.8,263.1 686.3,259.5 686.8,262.0 687.2,263.8 687.7,267.9 688.2,265.0 688.6,265.3 689.1,266.1 689.6,264.5 690.0,263.1 690.5,264.6 691.0,257.3 691.4,265.0 691.9,265.3 692.4,265.6 692.8,266.3 693.3,268.3 693.8,267.9 694.2,268.7 694.7,267.9 695.2,268.8 695.6,266.7 696.1,272.9 696.6,272.5 697.0,271.6 697.5,272.6 698.0,271.9 698.4,271.6 698.9,272.2 699.4,272.5 699.8,269.5 700.3,273.0 700.8,272.8 701.2,273.5 701.7,273.8 702.2,273.8 702.6,272.8 703.1,268.9 703.6,270.3 704.0,271.1 704.5,271.4 705.0,271.2 705.4,272.1 705.9,271.3 706.4,272.9 706.8,276.1 707.3,276.3 707.8,276.3 708.2,276.3 708.7,276.3 709.2,276.3 709.6,276.3 710.1,276.3 710.5,276.3 711.0,276.3 711.5,276.3 711.9,276.3 712.4,276.3 712.9,276.3 713.3,279.5 713.8,289.3 714.3,290.2 714.7,289.7 715.2,289.0 715.7,290.1 716.1,290.3 716.6,290.5 717.1,287.1 717.5,289.4 718.0,289.5 718.5,290.0 718.9,294.7 719.4,294.9 719.9,294.9 720.3,294.9 720.8,294.9 721.3,294.9 721.7,294.9 722.2,294.9 722.7,294.9 723.1,295.6 723.6,299.2 724.1,299.1 724.5,299.1 725.0,301.2 725.5,300.9 725.9,301.5 726.4,300.6 726.9,296.3 727.3,297.0 727.8,296.6 728.3,290.1 728.7,293.0 729.2,293.7 729.7,291.3 730.1,293.8 730.6,290.4 731.1,290.2 731.5,290.4 732.0,292.7 732.5,293.9 732.9,297.3 733.4,298.0 733.9,297.3 734.3,297.3 734.8,295.4 735.3,286.7 735.7,287.4 736.2,287.9 736.7,285.4 737.1,279.2 737.6,277.7 738.1,277.3 738.5,257.4 739.0,252.2 739.5,248.4 739.9,250.6 740.4,252.2 740.9,251.0 741.3,248.1 741.8,248.4 742.3,247.3 742.7,242.4 743.2,245.6 743.7,246.9 744.1,244.6 744.6,244.9 745.1,244.9 745.5,242.3 746.0,241.0 746.4,234.3 746.9,230.3 747.4,231.5 747.8,232.0 748.3,235.5 748.8,241.7 749.2,226.7 749.7,237.8 750.2,234.9 750.6,235.0 751.1,229.9 751.6,229.3 752.0,240.0 752.5,229.6 753.0,230.5 753.4,227.7 753.9,227.3 754.4,229.3 754.8,230.7 755.3,227.0 755.8,226.9 756.2,227.8 756.7,221.5 757.2,216.5 757.6,213.3 758.1,200.4 758.6,187.0 759.0,189.1 759.5,192.0 760.0,186.4 760.4,189.3 760.9,188.9 761.4,205.2 761.8,203.8 762.3,194.6 762.8,193.8 763.2,200.8 763.7,198.8 764.2,204.4 764.6,196.3 765.1,198.6 765.6,189.7 766.0,188.3 766.5,187.5 767.0,189.2 767.4,193.8 767.9,190.0 768.4,197.0 768.8,191.1 769.3,196.3 769.8,199.7 770.2,199.3 770.7,198.6 771.2,186.4 771.6,181.4 772.1,194.9 772.6,186.3 773.0,186.5 773.5,187.6 774.0,187.9 774.4,168.5 774.9,173.8 775.4,170.7 775.8,172.3 776.3,194.9 776.8,194.9 777.2,201.6 777.7,197.0 778.2,192.9 778.6,195.6 779.1,205.0 779.6,202.8 780.0,202.5 780.5,203.2 781.0,216.3 781.4,216.5 781.9,216.5 782.3,216.5 782.8,216.5 783.3,216.5 783.7,216.5 784.2,216.5 784.7,216.5 785.1,216.5 785.6,216.5 786.1,216.5 786.5,216.5 787.0,216.5 787.5,216.5 787.9,216.5 788.4,216.5 788.9,211.2 789.3,200.7 789.8,197.1 790.3,194.2 790.7,184.7 791.2,185.9 791.7,174.0 792.1,173.4 792.6,172.1 793.1,175.0 793.5,172.4 794.0,174.3 794.5,171.4 794.9,174.0 795.4,177.0 795.9,180.3 796.3,175.5 796.8,174.6 797.3,158.7 797.7,144.1 798.2,113.2 798.7,120.7 799.1,113.6 799.6,115.9 800.1,109.4 800.5,80.0 801.0,105.8 801.5,92.7 801.9,88.0 802.4,80.2 802.9,79.1 803.3,76.1 803.8,58.4 804.3,62.1 804.7,53.0 805.2,62.6 805.7,73.9 806.1,97.2 806.6,79.7 807.1,84.5 807.5,116.6 808.0,82.4 808.5,96.2 808.9,106.0 809.4,104.3 809.9,86.3 810.3,70.8 810.8,70.6 811.3,73.6 811.7,66.3 812.2,71.1 812.7,72.5 813.1,62.9 813.6,72.2 814.1,96.5 814.5,93.4 815.0,79.0 815.5,82.8 815.9,76.8 816.4,74.2 816.8,61.2 817.3,75.4 817.8,67.2 818.2,70.2 818.7,86.5 819.2,105.7 819.6,94.8 820.1,108.0 820.6,105.8 821.0,120.2 821.5,120.6 822.0,120.6 822.4,120.6 822.9,120.6 823.4,120.6 823.8,120.6 824.3,120.6 824.8,120.6 825.2,120.6 825.7,120.6 826.2,120.6 826.6,120.6 827.1,120.6 827.6,120.6 828.0,120.6 828.5,120.6 829.0,120.6 829.4,120.6 829.9,120.6 830.4,120.6 830.8,120.6 831.3,120.6 831.8,120.6 832.2,120.6 832.7,120.6 833.2,120.6 833.6,120.6 834.1,120.6 834.6,126.4 835.0,116.7 835.5,117.3 836.0,120.8 836.4,93.2 836.9,100.2 837.4,105.6 837.8,112.0 838.3,108.8 838.8,104.8 839.2,108.8 839.7,104.2 840.2,110.0 840.6,113.9 841.1,109.7 841.6,114.3 842.0,113.2 842.5,112.9 843.0,107.3 843.4,97.9 843.9,95.1 844.4,96.9 844.8,104.4 845.3,104.6 845.8,102.8 846.2,103.5 846.7,115.2 847.2,110.3 847.6,118.2 848.1,122.2 848.6,121.3 849.0,118.9 849.5,119.7 850.0,126.9 850.4,127.2 850.9,127.2 851.4,127.2 851.8,127.2 852.3,127.2 852.7,127.2 853.2,127.2 853.7,127.2 854.1,127.2 854.6,127.2 855.1,127.2 855.5,127.2 856.0,127.2 856.5,127.2 856.9,127.2 857.4,127.2 857.9,127.2 858.3,127.2 858.8,127.2 859.3,127.2 859.7,127.2 860.2,127.2 860.7,127.2 861.1,127.2 861.6,127.2 862.1,127.2 862.5,127.2 863.0,125.9 863.5,131.1 863.9,131.9 864.4,117.3 864.9,114.8 865.3,109.5 865.8,112.6 866.3,121.4 866.7,124.4 867.2,122.2 867.7,110.8 868.1,111.4 868.6,109.0 869.1,116.7 869.5,120.0 870.0,128.4" fill="none" stroke="#d2a8ff" stroke-width="2" opacity="0.95"/>
<polyline points="90.0,439.4 90.5,440.5 90.9,438.7 91.4,438.4 91.9,438.4 92.3,436.6 92.8,434.6 93.3,435.1 93.7,436.0 94.2,434.6 94.7,435.3 95.1,434.5 95.6,434.7 96.1,431.4 96.5,431.5 97.0,431.9 97.5,430.9 97.9,430.8 98.4,432.0 98.9,432.2 99.3,431.8 99.8,432.1 100.3,433.4 100.7,433.2 101.2,433.6 101.7,432.5 102.1,430.9 102.6,428.7 103.1,428.9 103.5,428.0 104.0,428.8 104.5,428.6 104.9,428.8 105.4,429.0 105.9,429.6 106.3,427.5 106.8,426.9 107.3,426.6 107.7,426.2 108.2,425.0 108.6,426.3 109.1,424.5 109.6,423.9 110.0,424.5 110.5,424.0 111.0,426.1 111.4,425.9 111.9,427.1 112.4,424.9 112.8,427.4 113.3,427.5 113.8,427.1 114.2,427.2 114.7,425.9 115.2,427.3 115.6,428.8 116.1,431.4 116.6,431.6 117.0,432.1 117.5,432.5 118.0,432.7 118.4,431.1 118.9,431.6 119.4,431.7 119.8,430.1 120.3,429.9 120.8,430.9 121.2,434.9 121.7,435.8 122.2,435.9 122.6,435.9 123.1,450.4 123.6,447.5 124.0,449.3 124.5,448.3 125.0,450.2 125.4,449.2 125.9,449.1 126.4,444.4 126.8,444.4 127.3,444.4 127.8,446.2 128.2,443.3 128.7,441.7 129.2,442.0 129.6,441.8 130.1,443.0 130.6,444.1 131.0,445.7 131.5,443.2 132.0,443.2 132.4,442.3 132.9,441.4 133.4,441.7 133.8,441.0 134.3,441.4 134.8,439.0 135.2,439.5 135.7,438.7 136.2,438.9 136.6,441.1 137.1,441.1 137.6,440.5 138.0,441.2 138.5,441.2 139.0,442.2 139.4,439.8 139.9,439.9 140.4,439.1 140.8,439.5 141.3,441.0 141.8,441.0 142.2,439.8 142.7,438.3 143.2,437.7 143.6,437.6 144.1,437.0 144.5,436.5 145.0,436.4 145.5,431.5 145.9,432.2 146.4,431.2 146.9,430.6 147.3,431.0 147.8,430.9 148.3,430.5 148.7,429.2 149.2,425.8 149.7,426.3 150.1,427.6 150.6,431.7 151.1,432.5 151.5,431.5 152.0,429.2 152.5,426.9 152.9,428.9 153.4,428.6 153.9,427.2 154.3,426.9 154.8,426.9 155.3,427.9 155.7,430.1 156.2,429.6 156.7,429.5 157.1,431.5 157.6,431.0 158.1,431.3 158.5,429.6 159.0,427.9 159.5,428.3 159.9,427.0 160.4,428.2 160.9,424.7 161.3,427.9 161.8,427.3 162.3,426.5 162.7,427.2 163.2,427.3 163.7,426.7 164.1,426.7 164.6,426.6 165.1,426.2 165.5,428.9 166.0,428.1 166.5,428.2 166.9,428.6 167.4,428.3 167.9,427.8 168.3,428.1 168.8,428.5 169.3,429.1 169.7,428.9 170.2,429.0 170.7,427.3 171.1,427.4 171.6,429.0 172.1,429.2 172.5,429.7 173.0,430.3 173.5,429.8 173.9,429.6 174.4,429.8 174.9,429.4 175.3,429.9 175.8,430.1 176.3,429.8 176.7,430.1 177.2,428.6 177.7,429.3 178.1,428.4 178.6,429.1 179.0,429.1 179.5,429.3 180.0,429.1 180.4,429.3 180.9,429.3 181.4,429.5 181.8,429.8 182.3,429.8 182.8,429.7 183.2,429.6 183.7,429.7 184.2,428.6 184.6,427.9 185.1,427.6 185.6,427.8 186.0,427.2 186.5,426.0 187.0,420.7 187.4,421.0 187.9,420.1 188.4,420.1 188.8,419.0 189.3,416.9 189.8,420.3 190.2,419.4 190.7,419.6 191.2,416.9 191.6,416.8 192.1,417.6 192.6,416.9 193.0,417.3 193.5,416.3 194.0,418.6 194.4,417.7 194.9,416.7 195.4,416.8 195.8,416.3 196.3,416.2 196.8,414.4 197.2,415.7 197.7,416.9 198.2,416.3 198.6,417.7 199.1,417.2 199.6,417.3 200.0,416.8 200.5,418.8 201.0,418.2 201.4,419.0 201.9,417.9 202.4,418.1 202.8,417.1 203.3,417.2 203.8,415.8 204.2,418.6 204.7,424.3 205.2,423.0 205.6,424.7 206.1,424.2 206.6,423.7 207.0,424.9 207.5,424.4 208.0,423.8 208.4,423.6 208.9,423.4 209.4,424.0 209.8,422.2 210.3,421.6 210.8,420.7 211.2,420.9 211.7,420.9 212.2,420.1 212.6,420.9 213.1,423.3 213.6,422.9 214.0,424.3 214.5,421.8 214.9,422.1 215.4,421.8 215.9,421.7 216.3,422.0 216.8,421.4 217.3,421.7 217.7,422.5 218.2,422.7 218.7,422.8 219.1,422.2 219.6,421.6 220.1,422.6 220.5,422.2 221.0,421.0 221.5,420.3 221.9,419.1 222.4,418.7 222.9,417.9 223.3,418.5 223.8,418.5 224.3,418.2 224.7,419.0 225.2,418.8 225.7,418.2 226.1,416.9 226.6,416.1 227.1,411.6 227.5,410.9 228.0,411.1 228.5,410.2 228.9,410.6 229.4,410.4 229.9,407.5 230.3,409.4 230.8,408.6 231.3,408.0 231.7,406.9 232.2,407.1 232.7,408.0 233.1,406.0 233.6,405.1 234.1,398.0 234.5,398.0 235.0,401.7 235.5,398.5 235.9,399.2 236.4,399.4 236.9,397.4 237.3,394.5 237.8,394.3 238.3,395.6 238.7,396.1 239.2,392.4 239.7,387.8 240.1,387.0 240.6,386.9 241.1,382.9 241.5,382.8 242.0,384.2 242.5,384.2 242.9,380.5 243.4,382.4 243.9,390.2 244.3,390.4 244.8,387.4 245.3,385.1 245.7,378.0 246.2,382.0 246.7,380.1 247.1,378.9 247.6,382.5 248.1,380.3 248.5,379.4 249.0,380.1 249.5,384.4 249.9,383.3 250.4,384.7 250.8,385.7 251.3,382.0 251.8,380.4 252.2,379.8 252.7,379.0 253.2,369.6 253.6,362.2 254.1,360.6 254.6,357.0 255.0,358.9 255.5,362.3 256.0,357.4 256.4,360.1 256.9,357.6 257.4,353.0 257.8,344.3 258.3,345.1 258.8,341.1 259.2,339.7 259.7,332.4 260.2,331.6 260.6,329.8 261.1,316.2 261.6,312.9 262.0,316.9 262.5,306.9 263.0,292.9 263.4,280.3 263.9,273.3 264.4,276.0 264.8,285.4 265.3,299.1 265.8,307.3 266.2,290.5 266.7,281.2 267.2,292.9 267.6,296.1 268.1,298.0 268.6,293.9 269.0,296.7 269.5,299.2 270.0,322.6 270.4,311.8 270.9,316.4 271.4,315.4 271.8,315.0 272.3,314.0 272.8,324.5 273.2,309.5 273.7,305.3 274.2,305.6 274.6,311.3 275.1,309.2 275.6,299.4 276.0,289.7 276.5,292.4 277.0,286.4 277.4,280.9 277.9,282.6 278.4,246.6 278.8,245.2 279.3,252.9 279.8,238.1 280.2,240.1 280.7,242.1 281.2,234.1 281.6,237.9 282.1,231.7 282.6,217.2 283.0,219.5 283.5,198.7 284.0,197.6 284.4,190.5 284.9,207.0 285.3,233.6 285.8,229.2 286.3,242.2 286.7,245.9 287.2,246.6 287.7,251.8 288.1,229.6 288.6,235.8 289.1,225.1 289.5,234.9 290.0,233.1 290.5,233.2 290.9,221.8 291.4,216.7 291.9,203.9 292.3,198.1 292.8,189.2 293.3,191.5 293.7,172.2 294.2,181.8 294.7,198.6 295.1,194.1 295.6,183.9 296.1,188.9 296.5,186.5 297.0,186.7 297.5,190.6 297.9,205.4 298.4,204.4 298.9,214.1 299.3,219.4 299.8,202.4 300.3,198.2 300.7,198.4 301.2,189.5 301.7,183.7 302.1,183.7 302.6,182.8 303.1,181.4 303.5,190.2 304.0,184.5 304.5,183.0 304.9,187.3 305.4,197.9 305.9,186.6 306.3,187.0 306.8,179.4 307.3,177.3 307.7,178.9 308.2,161.0 308.7,163.0 309.1,162.0 309.6,170.6 310.1,175.0 310.5,197.0 311.0,199.5 311.5,195.8 311.9,208.5 312.4,219.1 312.9,222.4 313.3,227.5 313.8,232.7 314.3,207.9 314.7,202.9 315.2,203.9 315.7,210.2 316.1,189.5 316.6,189.1 317.1,195.0 317.5,192.2 318.0,211.3 318.5,191.1 318.9,196.2 319.4,191.4 319.9,184.3 320.3,187.1 320.8,198.8 321.2,194.6 321.7,232.0 322.2,229.2 322.6,228.4 323.1,243.8 323.6,245.3 324.0,259.7 324.5,262.8 325.0,292.0 325.4,273.4 325.9,290.6 326.4,289.4 326.8,303.1 327.3,283.6 327.8,285.1 328.2,280.7 328.7,285.0 329.2,298.5 329.6,303.8 330.1,298.6 330.6,290.4 331.0,293.6 331.5,289.2 332.0,281.1 332.4,292.6 332.9,299.2 333.4,297.7 333.8,309.1 334.3,309.5 334.8,290.4 335.2,293.5 335.7,290.4 336.2,299.2 336.6,281.7 337.1,276.1 337.6,275.2 338.0,285.4 338.5,286.9 339.0,298.1 339.4,298.9 339.9,298.5 340.4,318.4 340.8,314.3 341.3,308.3 341.8,303.6 342.2,318.6 342.7,315.9 343.2,303.7 343.6,304.7 344.1,297.7 344.6,301.7 345.0,309.0 345.5,307.4 346.0,303.6 346.4,300.5 346.9,308.1 347.4,305.7 347.8,307.6 348.3,312.4 348.8,307.9 349.2,309.3 349.7,305.7 350.2,311.1 350.6,313.3 351.1,312.7 351.6,317.9 352.0,319.6 352.5,319.1 353.0,317.8 353.4,322.6 353.9,327.6 354.4,316.2 354.8,315.2 355.3,309.0 355.8,305.4 356.2,300.2 356.7,290.4 357.1,280.2 357.6,277.2 358.1,277.2 358.5,266.2 359.0,269.2 359.5,277.4 359.9,281.2 360.4,286.4 360.9,278.5 361.3,272.9 361.8,263.3 362.3,254.7 362.7,258.4 363.2,245.8 363.7,249.6 364.1,249.6 364.6,255.3 365.1,238.7 365.5,242.1 366.0,242.4 366.5,247.5 366.9,254.0 367.4,253.5 367.9,244.0 368.3,231.1 368.8,233.2 369.3,231.1 369.7,230.0 370.2,239.1 370.7,232.9 371.1,242.9 371.6,232.4 372.1,233.2 372.5,233.6 373.0,242.3 373.5,241.8 373.9,233.5 374.4,231.1 374.9,227.7 375.3,228.1 375.8,219.1 376.3,214.8 376.7,243.6 377.2,247.1 377.7,245.6 378.1,253.1 378.6,251.5 379.1,247.2 379.5,252.7 380.0,242.2 380.5,236.8 380.9,238.7 381.4,241.3 381.9,236.3 382.3,241.3 382.8,263.2 383.3,273.8 383.7,259.6 384.2,253.0 384.7,263.2 385.1,263.8 385.6,261.4 386.1,266.2 386.5,272.1 387.0,269.5 387.5,258.5 387.9,237.1 388.4,239.1 388.9,236.7 389.3,232.2 389.8,220.3 390.3,201.3 390.7,209.0 391.2,208.2 391.6,203.2 392.1,204.2 392.6,190.8 393.0,197.9 393.5,191.2 394.0,191.6 394.4,170.5 394.9,173.9 395.4,170.7 395.8,168.3 396.3,157.3 396.8,148.7 397.2,167.4 397.7,174.9 398.2,171.5 398.6,173.7 399.1,163.3 399.6,176.5 400.0,185.8 400.5,175.3 401.0,167.3 401.4,169.0 401.9,171.8 402.4,173.4 402.8,162.4 403.3,163.7 403.8,171.2 404.2,172.8 404.7,170.8 405.2,161.9 405.6,140.9 406.1,143.9 406.6,153.6 407.0,153.9 407.5,157.8 408.0,156.2 408.4,151.3 408.9,160.7 409.4,177.5 409.8,176.5 410.3,193.5 410.8,187.6 411.2,179.8 411.7,184.6 412.2,196.7 412.6,190.4 413.1,196.7 413.6,191.8 414.0,210.1 414.5,204.0 415.0,191.9 415.4,189.2 415.9,193.1 416.4,192.0 416.8,195.8 417.3,210.0 417.8,231.7 418.2,230.9 418.7,224.9 419.2,224.3 419.6,225.3 420.1,239.3 420.6,241.4 421.0,230.9 421.5,227.3 422.0,243.9 422.4,244.5 422.9,233.2 423.4,239.3 423.8,246.6 424.3,243.4 424.8,244.1 425.2,243.2 425.7,233.0 426.2,234.6 426.6,223.9 427.1,223.7 427.5,225.7 428.0,223.8 428.5,224.6 428.9,239.7 429.4,245.4 429.9,241.7 430.3,246.0 430.8,239.2 431.3,240.9 431.7,245.3 432.2,248.1 432.7,259.6 433.1,261.6 433.6,269.5 434.1,268.7 434.5,267.8 435.0,268.2 435.5,263.7 435.9,257.7 436.4,264.4 436.9,261.9 437.3,261.5 437.8,261.8 438.3,266.1 438.7,265.5 439.2,268.6 439.7,273.9 440.1,294.7 440.6,301.8 441.1,295.6 441.5,293.8 442.0,292.3 442.5,292.8 442.9,291.4 443.4,288.2 443.9,286.4 444.3,287.5 444.8,284.7 445.3,283.4 445.7,292.3 446.2,291.3 446.7,269.8 447.1,270.1 447.6,265.3 448.1,258.2 448.5,256.9 449.0,255.8 449.5,259.6 449.9,265.3 450.4,266.1 450.9,266.4 451.3,264.4 451.8,254.6 452.3,257.6 452.7,274.6 453.2,277.1 453.7,276.6 454.1,285.0 454.6,291.7 455.1,285.7 455.5,290.6 456.0,285.5 456.5,281.1 456.9,281.7 457.4,288.6 457.9,261.4 458.3,255.7 458.8,257.8 459.3,265.1 459.7,281.5 460.2,280.2 460.7,285.0 461.1,286.8 461.6,283.5 462.1,267.4 462.5,280.0 463.0,283.2 463.4,282.6 463.9,287.9 464.4,278.9 464.8,280.5 465.3,271.6 465.8,272.5 466.2,268.3 466.7,266.4 467.2,271.1 467.6,271.9 468.1,265.6 468.6,262.9 469.0,257.6 469.5,255.7 470.0,255.0 470.4,243.5 470.9,242.0 471.4,240.3 471.8,242.3 472.3,249.8 472.8,246.2 473.2,248.2 473.7,245.3 474.2,244.5 474.6,249.8 475.1,261.4 475.6,259.9 476.0,265.9 476.5,263.5 477.0,266.3 477.4,279.6 477.9,276.6 478.4,271.5 478.8,277.5 479.3,274.5 479.8,275.1 480.2,278.6 480.7,273.1 481.2,269.8 481.6,270.4 482.1,274.6 482.6,278.5 483.0,279.8 483.5,279.9 484.0,275.0 484.4,286.5 484.9,281.0 485.4,278.3 485.8,284.1 486.3,288.5 486.8,284.8 487.2,284.5 487.7,288.3 488.2,278.7 488.6,294.2 489.1,296.8 489.6,299.5 490.0,306.6 490.5,325.2 491.0,321.6 491.4,331.9 491.9,331.4 492.4,330.2 492.8,326.2 493.3,320.2 493.8,327.3 494.2,324.6 494.7,333.0 495.2,325.1 495.6,330.6 496.1,329.5 496.6,325.1 497.0,331.1 497.5,328.4 497.9,328.8 498.4,330.3 498.9,333.5 499.3,332.5 499.8,329.4 500.3,318.1 500.7,317.8 501.2,327.7 501.7,324.4 502.1,328.1 502.6,327.5 503.1,327.1 503.5,319.9 504.0,321.0 504.5,325.6 504.9,326.1 505.4,331.2 505.9,334.8 506.3,342.7 506.8,363.8 507.3,365.2 507.7,363.4 508.2,374.2 508.7,373.8 509.1,381.0 509.6,373.4 510.1,373.1 510.5,372.6 511.0,376.2 511.5,370.7 511.9,370.0 512.4,368.7 512.9,371.0 513.3,372.5 513.8,374.7 514.3,375.6 514.7,377.2 515.2,379.7 515.7,379.9 516.1,379.6 516.6,375.0 517.1,375.2 517.5,373.4 518.0,368.0 518.5,367.6 518.9,368.2 519.4,371.9 519.9,376.3 520.3,379.5 520.8,375.1 521.3,373.3 521.7,372.0 522.2,370.2 522.7,372.3 523.1,363.8 523.6,359.4 524.1,360.1 524.5,360.5 525.0,362.7 525.5,363.9 525.9,363.2 526.4,369.4 526.9,370.0 527.3,361.6 527.8,357.1 528.3,357.3 528.7,358.0 529.2,359.6 529.7,359.7 530.1,361.4 530.6,362.0 531.1,363.1 531.5,359.9 532.0,361.5 532.5,360.4 532.9,357.3 533.4,360.5 533.8,356.6 534.3,356.5 534.8,354.3 535.2,354.2 535.7,354.8 536.2,355.7 536.6,356.9 537.1,359.6 537.6,360.2 538.0,371.8 538.5,370.3 539.0,368.5 539.4,369.2 539.9,368.6 540.4,369.2 540.8,368.2 541.3,374.8 541.8,375.9 542.2,378.0 542.7,374.6 543.2,377.1 543.6,375.9 544.1,375.5 544.6,376.3 545.0,376.9 545.5,376.2 546.0,377.0 546.4,381.9 546.9,379.6 547.4,379.4 547.8,369.3 548.3,367.8 548.8,367.4 549.2,364.4 549.7,374.6 550.2,374.9 550.6,377.6 551.1,377.2 551.6,375.5 552.0,379.0 552.5,378.4 553.0,381.6 553.4,383.3 553.9,379.0 554.4,379.6 554.8,381.4 555.3,382.0 555.8,380.0 556.2,380.5 556.7,378.9 557.2,378.2 557.6,378.9 558.1,379.5 558.6,380.8 559.0,378.0 559.5,374.4 560.0,375.3 560.4,376.3 560.9,378.4 561.4,379.0 561.8,378.9 562.3,380.4 562.8,380.8 563.2,380.3 563.7,379.2 564.2,380.1 564.6,380.7 565.1,379.7 565.6,378.3 566.0,379.4 566.5,380.4 567.0,380.8 567.4,380.2 567.9,380.0 568.4,378.3 568.8,379.3 569.3,375.6 569.7,372.3 570.2,374.7 570.7,373.2 571.1,372.1 571.6,373.0 572.1,373.7 572.5,373.7 573.0,375.3 573.5,375.1 573.9,370.4 574.4,369.8 574.9,371.5 575.3,373.1 575.8,383.3 576.3,396.5 576.7,388.0 577.2,390.8 577.7,391.9 578.1,394.1 578.6,392.8 579.1,391.5 579.5,392.6 580.0,392.5 580.5,392.4 580.9,392.4 581.4,394.4 581.9,396.9 582.3,395.0 582.8,392.9 583.3,392.9 583.7,393.3 584.2,393.6 584.7,393.7 585.1,394.8 585.6,393.7 586.1,390.1 586.5,391.1 587.0,390.5 587.5,391.4 587.9,390.3 588.4,391.1 588.9,390.5 589.3,391.7 589.8,389.8 590.3,390.3 590.7,390.3 591.2,390.4 591.7,389.9 592.1,387.1 592.6,386.9 593.1,389.1 593.5,392.7 594.0,392.0 594.5,392.1 594.9,393.7 595.4,391.4 595.9,391.8 596.3,391.8 596.8,392.0 597.3,391.7 597.7,391.7 598.2,391.3 598.7,392.3 599.1,393.2 599.6,392.7 600.1,392.9 600.5,393.2 601.0,392.8 601.5,392.5 601.9,392.5 602.4,391.6 602.9,391.8 603.3,391.2 603.8,391.2 604.2,390.5 604.7,390.0 605.2,388.7 605.6,386.3 606.1,381.7 606.6,376.6 607.0,371.3 607.5,371.8 608.0,370.3 608.4,370.4 608.9,372.7 609.4,370.7 609.8,362.9 610.3,362.4 610.8,362.7 611.2,361.6 611.7,363.1 612.2,360.7 612.6,361.1 613.1,360.9 613.6,361.1 614.0,357.5 614.5,362.1 615.0,360.6 615.4,357.7 615.9,358.9 616.4,359.1 616.8,359.6 617.3,361.5 617.8,362.5 618.2,360.0 618.7,361.6 619.2,367.1 619.6,367.9 620.1,366.9 620.6,367.3 621.0,367.2 621.5,365.1 622.0,354.8 622.4,358.2 622.9,353.5 623.4,353.2 623.8,354.7 624.3,352.2 624.8,354.2 625.2,355.4 625.7,356.6 626.2,360.3 626.6,360.4 627.1,358.5 627.6,358.7 628.0,360.6 628.5,358.1 629.0,358.9 629.4,364.4 629.9,364.5 630.4,364.1 630.8,364.1 631.3,365.1 631.8,367.6 632.2,374.3 632.7,375.2 633.2,373.0 633.6,365.4 634.1,355.4 634.6,352.6 635.0,354.5 635.5,351.1 636.0,339.4 636.4,341.7 636.9,336.4 637.4,337.7 637.8,335.7 638.3,340.0 638.8,334.9 639.2,339.1 639.7,339.1 640.1,336.6 640.6,340.8 641.1,340.2 641.5,334.8 642.0,336.4 642.5,334.2 642.9,334.5 643.4,335.6 643.9,337.6 644.3,335.7 644.8,335.7 645.3,336.3 645.7,336.9 646.2,336.8 646.7,334.9 647.1,328.4 647.6,325.5 648.1,326.0 648.5,324.7 649.0,324.3 649.5,325.1 649.9,325.1 650.4,329.4 650.9,324.7 651.3,332.5 651.8,335.3 652.3,340.1 652.7,337.5 653.2,338.6 653.7,338.9 654.1,335.0 654.6,334.5 655.1,329.3 655.5,329.9 656.0,330.4 656.5,330.3 656.9,336.1 657.4,333.2 657.9,331.6 658.3,332.4 658.8,329.0 659.3,332.1 659.7,334.3 660.2,338.1 660.7,338.2 661.1,338.4 661.6,341.5 662.1,342.5 662.5,342.6 663.0,341.8 663.5,340.6 663.9,341.3 664.4,339.5 664.9,342.3 665.3,342.0 665.8,340.9 666.3,342.7 666.7,342.2 667.2,340.4 667.7,344.8 668.1,344.1 668.6,342.9 669.1,342.2 669.5,336.1 670.0,337.8 670.5,338.0 670.9,340.4 671.4,342.4 671.9,340.3 672.3,341.1 672.8,340.9 673.3,347.6 673.7,340.3 674.2,344.7 674.7,343.9 675.1,344.1 675.6,347.2 676.0,346.7 676.5,346.9 677.0,346.8 677.4,350.8 677.9,348.5 678.4,344.8 678.8,343.9 679.3,344.8 679.8,342.2 680.2,334.9 680.7,326.5 681.2,327.1 681.6,323.2 682.1,324.0 682.6,324.3 683.0,325.3 683.5,323.3 684.0,326.2 684.4,324.5 684.9,324.3 685.4,323.8 685.8,323.6 686.3,321.0 686.8,322.8 687.2,324.1 687.7,327.1 688.2,325.0 688.6,325.2 689.1,325.8 689.6,324.6 690.0,323.6 690.5,324.7 691.0,319.4 691.4,325.0 691.9,325.2 692.4,325.4 692.8,325.9 693.3,327.4 693.8,327.1 694.2,327.7 694.7,327.1 695.2,327.8 695.6,326.3 696.1,330.7 696.6,330.5 697.0,329.9 697.5,330.6 698.0,330.0 698.4,329.8 698.9,330.3 699.4,330.5 699.8,328.3 700.3,330.9 700.8,330.7 701.2,331.2 701.7,331.4 702.2,331.4 702.6,330.7 703.1,327.8 703.6,328.8 704.0,329.5 704.5,329.6 705.0,329.6 705.4,330.2 705.9,329.6 706.4,330.8 706.8,333.1 707.3,343.2 707.8,346.2 708.2,346.0 708.7,345.5 709.2,345.8 709.6,346.3 710.1,344.3 710.5,345.6 711.0,346.2 711.5,346.4 711.9,346.0 712.4,345.9 712.9,337.9 713.3,340.0 713.8,346.8 714.3,347.4 714.7,347.1 715.2,346.6 715.7,347.4 716.1,347.5 716.6,347.7 717.1,345.3 717.5,346.9 718.0,347.0 718.5,347.3 718.9,350.6 719.4,347.3 719.9,345.3 720.3,343.8 720.8,343.4 721.3,343.6 721.7,343.8 722.2,342.7 722.7,340.5 723.1,340.9 723.6,343.6 724.1,343.6 724.5,343.6 725.0,345.2 725.5,345.0 725.9,345.4 726.4,344.7 726.9,341.4 727.3,341.9 727.8,341.7 728.3,336.6 728.7,338.9 729.2,339.4 729.7,337.6 730.1,339.4 730.6,336.8 731.1,336.7 731.5,336.9 732.0,338.6 732.5,339.6 732.9,342.1 733.4,342.7 733.9,342.2 734.3,342.2 734.8,340.7 735.3,334.0 735.7,334.5 736.2,334.9 736.7,333.0 737.1,328.2 737.6,327.1 738.1,326.7 738.5,311.4 739.0,307.4 739.5,304.4 739.9,306.1 740.4,307.3 740.9,306.5 741.3,304.2 741.8,304.4 742.3,303.6 742.7,299.8 743.2,302.3 743.7,303.3 744.1,301.5 744.6,301.7 745.1,301.8 745.5,299.8 746.0,298.7 746.4,293.6 746.9,290.5 747.4,291.4 747.8,291.8 748.3,294.5 748.8,299.3 749.2,287.7 749.7,296.2 750.2,294.1 750.6,294.1 751.1,290.1 751.6,289.7 752.0,297.9 752.5,289.9 753.0,290.6 753.4,288.5 753.9,288.1 754.4,289.7 754.8,290.8 755.3,288.0 755.8,287.8 756.2,288.5 756.7,283.7 757.2,279.8 757.6,277.3 758.1,267.4 758.6,257.1 759.0,258.7 759.5,260.9 760.0,256.6 760.4,258.8 760.9,258.5 761.4,271.1 761.8,270.1 762.3,262.9 762.8,262.3 763.2,267.7 763.7,266.2 764.2,270.5 764.6,264.3 765.1,266.0 765.6,259.2 766.0,258.1 766.5,257.5 767.0,258.7 767.4,262.3 767.9,259.4 768.4,264.8 768.8,260.2 769.3,264.2 769.8,266.8 770.2,266.6 770.7,266.0 771.2,256.6 771.6,252.7 772.1,263.1 772.6,256.6 773.0,256.6 773.5,257.5 774.0,257.7 774.4,242.8 774.9,246.9 775.4,244.5 775.8,245.7 776.3,263.1 776.8,263.2 777.2,268.3 777.7,264.8 778.2,261.6 778.6,263.7 779.1,271.0 779.6,269.2 780.0,269.0 780.5,269.6 781.0,279.7 781.4,278.0 781.9,276.8 782.3,277.6 782.8,268.2 783.3,266.7 783.7,267.2 784.2,261.0 784.7,262.6 785.1,264.5 785.6,262.0 786.1,261.5 786.5,262.4 787.0,264.5 787.5,264.1 787.9,262.0 788.4,255.9 788.9,251.0 789.3,241.9 789.8,238.8 790.3,236.2 790.7,228.0 791.2,229.1 791.7,218.8 792.1,218.2 792.6,217.1 793.1,219.6 793.5,217.3 794.0,219.0 794.5,216.5 794.9,218.7 795.4,221.3 795.9,224.2 796.3,220.0 796.8,219.2 797.3,205.4 797.7,192.8 798.2,166.0 798.7,172.4 799.1,166.3 799.6,168.3 800.1,162.7 800.5,137.2 801.0,159.5 801.5,148.1 801.9,144.1 802.4,137.3 802.9,136.3 803.3,133.7 803.8,118.4 804.3,121.6 804.7,113.7 805.2,122.0 805.7,131.8 806.1,152.1 806.6,136.9 807.1,141.0 807.5,168.9 808.0,139.2 808.5,151.2 808.9,159.7 809.4,158.3 809.9,142.6 810.3,129.1 810.8,129.0 811.3,131.6 811.7,125.2 812.2,129.4 812.7,130.7 813.1,122.3 813.6,130.4 814.1,151.4 814.5,148.8 815.0,136.3 815.5,139.6 815.9,134.4 816.4,132.0 816.8,120.8 817.3,133.2 817.8,126.0 818.2,128.6 818.7,142.8 819.2,159.4 819.6,150.0 820.1,161.4 820.6,159.5 821.0,172.0 821.5,161.0 822.0,159.3 822.4,153.6 822.9,154.0 823.4,144.5 823.8,146.7 824.3,157.2 824.8,156.2 825.2,159.8 825.7,161.4 826.2,162.9 826.6,159.3 827.1,175.2 827.6,187.0 828.0,182.7 828.5,164.1 829.0,159.1 829.4,158.4 829.9,162.7 830.4,166.8 830.8,172.5 831.3,163.3 831.8,174.4 832.2,174.4 832.7,171.2 833.2,164.0 833.6,170.7 834.1,147.4 834.6,152.5 835.0,143.5 835.5,144.0 836.0,147.3 836.4,121.7 836.9,128.2 837.4,133.2 837.8,139.1 838.3,136.2 838.8,132.5 839.2,136.2 839.7,131.9 840.2,137.3 840.6,140.9 841.1,137.0 841.6,141.3 842.0,140.2 842.5,140.0 843.0,134.8 843.4,126.1 843.9,123.5 844.4,125.2 844.8,132.1 845.3,132.3 845.8,130.6 846.2,131.3 846.7,142.1 847.2,137.6 847.6,144.9 848.1,148.6 848.6,147.7 849.0,145.5 849.5,146.3 850.0,152.9 850.4,153.8 850.9,154.5 851.4,158.1 851.8,157.3 852.3,162.6 852.7,177.0 853.2,169.4 853.7,174.3 854.1,170.4 854.6,176.8 855.1,174.0 855.5,165.1 856.0,164.2 856.5,168.3 856.9,177.5 857.4,193.3 857.9,194.8 858.3,186.7 858.8,198.9 859.3,194.6 859.7,188.2 860.2,189.5 860.7,191.5 861.1,188.7 861.6,182.1 862.1,174.4 862.5,154.3 863.0,153.1 863.5,158.0 863.9,158.7 864.4,145.2 864.9,142.9 865.3,138.0 865.8,140.8 866.3,149.0 866.7,151.8 867.2,149.8 867.7,139.2 868.1,139.7 868.6,137.5 869.1,144.6 869.5,147.7 870.0,155.5" fill="none" stroke="#8b949e" stroke-width="1.5" stroke-dasharray="6,4" opacity="0.6"/>
<g class="trade-markers" id="markers-strat-2" style="display:none">
<polygon points="135.2,431.9 129.2,443.9 141.2,443.9" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="205.2,433.8 199.2,421.8 211.2,421.8" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="222.4,417.5 216.4,429.5 228.4,429.5" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="273.2,352.2 267.2,340.2 279.2,340.2" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="278.8,335.6 272.8,347.6 284.8,347.6" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="286.7,349.9 280.7,337.9 292.7,337.9" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="294.2,338.2 288.2,350.2 300.2,350.2" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="311.5,362.0 305.5,350.0 317.5,350.0" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="356.2,342.7 350.2,354.7 362.2,354.7" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="377.7,325.5 371.7,313.5 383.7,313.5" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="389.8,303.0 383.8,315.0 395.8,315.0" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="410.8,303.8 404.8,291.8 416.8,291.8" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="447.1,288.2 441.1,300.2 453.1,300.2" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="454.6,317.3 448.6,305.3 460.6,305.3" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="458.3,297.3 452.3,309.3 464.3,309.3" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="475.6,317.5 469.6,305.5 481.6,305.5" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="518.9,302.6 512.9,314.6 524.9,314.6" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="538.5,324.2 532.5,312.2 544.5,312.2" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="548.3,306.2 542.3,318.2 554.3,318.2" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="551.1,336.4 545.1,324.4 557.1,324.4" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="570.2,323.8 564.2,335.8 576.2,335.8" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="576.3,351.7 570.3,339.7 582.3,339.7" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="592.6,335.6 586.6,347.6 598.6,347.6" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="594.0,360.0 588.0,348.0 600.0,348.0" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="604.7,343.4 598.7,355.4 610.7,355.4" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="632.2,327.4 626.2,315.4 638.2,315.4" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="634.1,297.7 628.1,309.7 640.1,309.7" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="652.3,286.5 646.3,274.5 658.3,274.5" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="680.7,259.1 674.7,271.1 686.7,271.1" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="707.3,284.3 701.3,272.3 713.3,272.3" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="713.3,271.5 707.3,283.5 719.3,283.5" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="719.4,302.9 713.4,290.9 725.4,290.9" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="723.1,287.6 717.1,299.6 729.1,299.6" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="781.4,224.5 775.4,212.5 787.4,212.5" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="788.9,203.2 782.9,215.2 794.9,215.2" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="821.5,128.6 815.5,116.6 827.5,116.6" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="834.6,118.4 828.6,130.4 840.6,130.4" fill="#3fb950" stroke="#0d1117" stroke-width="0.5"/>
<polygon points="850.4,135.2 844.4,123.2 856.4,123.2" fill="#f85149" stroke="#0d1117" stroke-width="0.5"/>
</g>
</svg>
</div>
<div class="legend">
<span class="legend-item"><span class="legend-dot" style="background:#d2a8ff"></span>supertrend</span>
<span class="legend-item"><span class="legend-dot" style="border: 2px dashed #8b949e; background: transparent"></span>B&H</span>
<label class="toggle-trades"><input type="checkbox" onchange="toggleMarkers('strat-2', this)"> Show Trades</label>
<span class="marker-legend"><svg viewBox="0 0 14 14"><polygon points="7,2 2,11 12,11" fill="#3fb950"/></svg> Buy</span>
<span class="marker-legend"><svg viewBox="0 0 14 14"><polygon points="7,12 2,3 12,3" fill="#f85149"/></svg> Sell</span>
</div>
<details>
<summary>📋 Trade List (19 trades)</summary>
<table class="trade-table">
<tr><th>#</th><th>Entry</th><th>Exit</th><th>Entry Price</th><th>Exit Price</th><th>P&L</th><th>Return</th></tr>
<tr><td>1</td><td>2020-04-07</td><td>2020-09-04</td><td>$7,273.64</td><td>$10,230.37</td><td class="positive">$+38,210</td><td class="positive">+40.4%</td></tr>
<tr><td>2</td><td>2020-10-11</td><td>2021-01-28</td><td>$11,296.08</td><td>$30,441.04</td><td class="positive">$+229,239</td><td class="positive">+169.1%</td></tr>
<tr><td>3</td><td>2021-02-09</td><td>2021-02-26</td><td>$46,184.99</td><td>$47,180.46</td><td class="positive">$+6,315</td><td class="positive">+2.0%</td></tr>
<tr><td>4</td><td>2021-03-14</td><td>2021-04-20</td><td>$61,221.13</td><td>$55,681.79</td><td class="negative">$-33,937</td><td class="negative">-9.2%</td></tr>
<tr><td>5</td><td>2021-07-25</td><td>2021-09-09</td><td>$34,290.29</td><td>$45,774.74</td><td class="positive">$+102,639</td><td class="positive">+33.3%</td></tr>
<tr><td>6</td><td>2021-10-05</td><td>2021-11-19</td><td>$49,174.96</td><td>$56,896.13</td><td class="positive">$+60,921</td><td class="positive">+15.5%</td></tr>
<tr><td>7</td><td>2022-02-05</td><td>2022-02-21</td><td>$41,501.48</td><td>$38,423.21</td><td class="negative">$-37,898</td><td class="negative">-7.6%</td></tr>
<tr><td>8</td><td>2022-03-01</td><td>2022-04-07</td><td>$43,194.50</td><td>$43,207.50</td><td class="negative">$-734</td><td class="negative">-0.2%</td></tr>
<tr><td>9</td><td>2022-07-09</td><td>2022-08-20</td><td>$21,716.83</td><td>$20,872.84</td><td class="negative">$-18,618</td><td class="negative">-4.1%</td></tr>
<tr><td>10</td><td>2022-09-10</td><td>2022-09-16</td><td>$21,376.91</td><td>$19,704.01</td><td class="negative">$-34,280</td><td class="negative">-8.0%</td></tr>
<tr><td>11</td><td>2022-10-27</td><td>2022-11-09</td><td>$20,772.80</td><td>$18,543.76</td><td class="negative">$-43,099</td><td class="negative">-10.9%</td></tr>
<tr><td>12</td><td>2022-12-14</td><td>2022-12-17</td><td>$17,782.07</td><td>$16,646.98</td><td class="negative">$-23,390</td><td class="negative">-6.6%</td></tr>
<tr><td>13</td><td>2023-01-09</td><td>2023-03-09</td><td>$17,093.99</td><td>$21,720.08</td><td class="positive">$+91,745</td><td class="positive">+26.8%</td></tr>
<tr><td>14</td><td>2023-03-13</td><td>2023-04-21</td><td>$22,156.41</td><td>$28,249.23</td><td class="positive">$+114,806</td><td class="positive">+27.3%</td></tr>
<tr><td>15</td><td>2023-06-21</td><td>2023-08-17</td><td>$28,311.31</td><td>$28,699.80</td><td class="positive">$+6,298</td><td class="positive">+1.2%</td></tr>
<tr><td>16</td><td>2023-08-30</td><td>2023-09-12</td><td>$27,726.08</td><td>$25,160.66</td><td class="negative">$-52,366</td><td class="negative">-9.4%</td></tr>
<tr><td>17</td><td>2023-09-20</td><td>2024-01-23</td><td>$27,210.23</td><td>$39,518.71</td><td class="positive">$+220,352</td><td class="positive">+45.0%</td></tr>
<tr><td>18</td><td>2024-02-08</td><td>2024-04-18</td><td>$44,332.12</td><td>$61,275.32</td><td class="positive">$+269,401</td><td class="positive">+38.0%</td></tr>
<tr><td>19</td><td>2024-05-16</td><td>2024-06-19</td><td>$66,256.11</td><td>$65,146.66</td><td class="negative">$-18,613</td><td class="negative">-1.9%</td></tr>
</table>
</details>
</div>
<h2>📊 Combined Overview</h2>
<h3>All Strategies vs Buy & Hold</h3>
<div class="chart" style="height:600px">
<svg viewBox="0 0 900 600">
<rect x="90" y="30" width="780" height="520" fill="#0d1117" stroke="#30363d"/>
<text x="80" y="554.0" fill="#8b949e" font-size="11" text-anchor="end">$0</text>
<line x1="90" y1="550.0" x2="870" y2="550.0" stroke="#21262d" stroke-width="0.5"/>
<text x="80" y="380.7" fill="#8b949e" font-size="11" text-anchor="end">$500k</text>
<line x1="90" y1="376.7" x2="870" y2="376.7" stroke="#21262d" stroke-width="0.5"/>
<text x="80" y="207.3" fill="#8b949e" font-size="11" text-anchor="end">$1M</text>
<line x1="90" y1="203.3" x2="870" y2="203.3" stroke="#21262d" stroke-width="0.5"/>
<text x="80" y="34.0" fill="#8b949e" font-size="11" text-anchor="end">$1.5M</text>
<line x1="90" y1="30.0" x2="870" y2="30.0" stroke="#21262d" stroke-width="0.5"/>
<line x1="90" y1="515.3" x2="870" y2="515.3" stroke="#58a6ff" stroke-width="0.8" stroke-dasharray="4,4" opacity="0.4"/>
<text x="90.0" y="595" fill="#8b949e" font-size="10" text-anchor="middle">Jan 2020</text>
<line x1="90.0" y1="550" x2="90.0" y2="555" stroke="#30363d" stroke-width="1"/>
<text x="174.9" y="595" fill="#8b949e" font-size="10" text-anchor="middle">Jul 2020</text>
<line x1="174.9" y1="550" x2="174.9" y2="555" stroke="#30363d" stroke-width="1"/>
<text x="260.6" y="595" fill="#8b949e" font-size="10" text-anchor="middle">Jan 2021</text>
<line x1="260.6" y1="550" x2="260.6" y2="555" stroke="#30363d" stroke-width="1"/>
<text x="345.0" y="595" fill="#8b949e" font-size="10" text-anchor="middle">Jul 2021</text>
<line x1="345.0" y1="550" x2="345.0" y2="555" stroke="#30363d" stroke-width="1"/>
<text x="430.8" y="595" fill="#8b949e" font-size="10" text-anchor="middle">Jan 2022</text>
<line x1="430.8" y1="550" x2="430.8" y2="555" stroke="#30363d" stroke-width="1"/>
<text x="515.2" y="595" fill="#8b949e" font-size="10" text-anchor="middle">Jul 2022</text>
<line x1="515.2" y1="550" x2="515.2" y2="555" stroke="#30363d" stroke-width="1"/>
<text x="601.0" y="595" fill="#8b949e" font-size="10" text-anchor="middle">Jan 2023</text>
<line x1="601.0" y1="550" x2="601.0" y2="555" stroke="#30363d" stroke-width="1"/>
<text x="685.4" y="595" fill="#8b949e" font-size="10" text-anchor="middle">Jul 2023</text>
<line x1="685.4" y1="550" x2="685.4" y2="555" stroke="#30363d" stroke-width="1"/>
<text x="771.2" y="595" fill="#8b949e" font-size="10" text-anchor="middle">Jan 2024</text>
<line x1="771.2" y1="550" x2="771.2" y2="555" stroke="#30363d" stroke-width="1"/>
<text x="856.0" y="595" fill="#8b949e" font-size="10" text-anchor="middle">Jul 2024</text>
<line x1="856.0" y1="550" x2="856.0" y2="555" stroke="#30363d" stroke-width="1"/>
<polyline points="90.0,515.3 90.5,515.3 90.9,515.3 91.4,515.3 91.9,515.3 92.3,515.3 92.8,515.3 93.3,515.3 93.7,515.3 94.2,515.3 94.7,515.3 95.1,515.3 95.6,515.3 96.1,515.3 96.5,515.3 97.0,515.3 97.5,515.3 97.9,515.3 98.4,515.3 98.9,515.3 99.3,515.3 99.8,515.3 100.3,515.3 100.7,515.3 101.2,515.3 101.7,515.3 102.1,515.3 102.6,515.3 103.1,515.5 103.5,514.8 104.0,515.4 104.5,515.2 104.9,515.4 105.4,515.6 105.9,516.0 106.3,514.5 106.8,514.1 107.3,513.8 107.7,513.6 108.2,512.7 108.6,513.6 109.1,512.4 109.6,512.0 110.0,512.4 110.5,512.1 111.0,513.5 111.4,513.4 111.9,514.2 112.4,512.6 112.8,514.4 113.3,514.5 113.8,514.2 114.2,514.3 114.7,513.4 115.2,514.4 115.6,515.4 116.1,515.5 116.6,515.5 117.0,515.5 117.5,515.5 118.0,515.5 118.4,515.5 118.9,515.5 119.4,515.5 119.8,515.5 120.3,515.5 120.8,515.5 121.2,515.5 121.7,515.5 122.2,515.5 122.6,515.5 123.1,515.5 123.6,515.5 124.0,515.5 124.5,515.5 125.0,515.5 125.4,515.5 125.9,515.5 126.4,515.5 126.8,515.5 127.3,515.5 127.8,515.5 128.2,515.5 128.7,515.5 129.2,515.5 129.6,515.5 130.1,515.5 130.6,515.5 131.0,515.5 131.5,515.5 132.0,515.5 132.4,515.5 132.9,515.5 133.4,515.5 133.8,515.5 134.3,515.5 134.8,515.5 135.2,515.5 135.7,515.5 136.2,515.5 136.6,515.5 137.1,515.5 137.6,515.5 138.0,515.5 138.5,515.5 139.0,515.5 139.4,515.5 139.9,515.5 140.4,515.5 140.8,515.5 141.3,515.5 141.8,515.5 142.2,515.5 142.7,515.5 143.2,515.5 143.6,515.4 144.1,514.9 144.5,514.4 145.0,514.3 145.5,509.9 145.9,510.5 146.4,509.6 146.9,509.0 147.3,509.4 147.8,509.4 148.3,509.0 148.7,507.8 149.2,504.7 149.7,505.2 150.1,506.3 150.6,510.1 151.1,510.8 151.5,509.8 152.0,507.7 152.5,505.7 152.9,507.5 153.4,507.3 153.9,505.9 154.3,505.7 154.8,505.7 155.3,506.6 155.7,508.6 156.2,508.1 156.7,508.0 157.1,509.9 157.6,509.4 158.1,509.7 158.5,508.2 159.0,506.6 159.5,507.0 159.9,505.8 160.4,506.9 160.9,503.7 161.3,506.6 161.8,506.0 162.3,505.4 162.7,506.0 163.2,506.0 163.7,505.5 164.1,505.5 164.6,505.4 165.1,505.0 165.5,507.5 166.0,506.8 166.5,506.8 166.9,507.2 167.4,506.9 167.9,506.5 168.3,506.8 168.8,507.1 169.3,507.7 169.7,507.5 170.2,507.6 170.7,506.0 171.1,506.1 171.6,507.6 172.1,507.8 172.5,508.2 173.0,508.8 173.5,508.3 173.9,508.1 174.4,508.3 174.9,507.9 175.3,508.4 175.8,508.6 176.3,508.4 176.7,508.6 177.2,507.3 177.7,507.8 178.1,507.0 178.6,507.7 179.0,507.7 179.5,507.9 180.0,507.7 180.4,507.9 180.9,507.9 181.4,508.1 181.8,508.4 182.3,508.3 182.8,508.2 183.2,508.1 183.7,508.2 184.2,507.3 184.6,506.6 185.1,506.3 185.6,506.5 186.0,505.9 186.5,504.9 187.0,500.0 187.4,500.3 187.9,499.5 188.4,499.5 188.8,498.5 189.3,496.5 189.8,499.7 190.2,498.8 190.7,499.0 191.2,496.6 191.6,496.4 192.1,497.2 192.6,496.6 193.0,496.9 193.5,496.0 194.0,498.1 194.4,497.3 194.9,496.4 195.4,496.5 195.8,496.1 196.3,495.9 196.8,494.3 197.2,495.5 197.7,496.5 198.2,496.0 198.6,497.3 199.1,496.9 199.6,497.0 200.0,496.5 200.5,498.3 201.0,497.8 201.4,498.5 201.9,497.5 202.4,497.7 202.8,496.7 203.3,496.9 203.8,495.6 204.2,498.1 204.7,503.4 205.2,503.5 205.6,503.5 206.1,503.5 206.6,503.5 207.0,503.5 207.5,503.5 208.0,503.5 208.4,503.5 208.9,503.5 209.4,503.5 209.8,503.5 210.3,503.5 210.8,503.5 211.2,503.5 211.7,503.5 212.2,503.5 212.6,503.5 213.1,503.5 213.6,503.5 214.0,503.5 214.5,503.5 214.9,503.5 215.4,503.5 215.9,503.5 216.3,503.5 216.8,503.5 217.3,503.5 217.7,503.5 218.2,503.5 218.7,503.5 219.1,503.5 219.6,503.5 220.1,503.5 220.5,503.5 221.0,503.5 221.5,503.5 221.9,502.5 222.4,502.2 222.9,501.4 223.3,502.0 223.8,502.0 224.3,501.7 224.7,502.4 225.2,502.3 225.7,501.7 226.1,500.7 226.6,499.9 227.1,496.2 227.5,495.6 228.0,495.7 228.5,495.0 228.9,495.3 229.4,495.1 229.9,492.7 230.3,494.3 230.8,493.6 231.3,493.2 231.7,492.2 232.2,492.4 232.7,493.1 233.1,491.5 233.6,490.7 234.1,484.7 234.5,484.8 235.0,487.8 235.5,485.1 235.9,485.7 236.4,485.9 236.9,484.2 237.3,481.8 237.8,481.6 238.3,482.7 238.7,483.1 239.2,480.0 239.7,476.1 240.1,475.5 240.6,475.4 241.1,472.1 241.5,472.0 242.0,473.1 242.5,473.1 242.9,470.0 243.4,471.6 243.9,478.2 244.3,478.3 244.8,475.8 245.3,473.9 245.7,467.9 246.2,471.3 246.7,469.6 247.1,468.6 247.6,471.7 248.1,469.8 248.5,469.0 249.0,469.7 249.5,473.3 249.9,472.3 250.4,473.5 250.8,474.4 251.3,471.3 251.8,469.9 252.2,469.5 252.7,468.7 253.2,460.9 253.6,454.6 254.1,453.3 254.6,450.2 255.0,451.9 255.5,454.7 256.0,450.6 256.4,452.8 256.9,450.8 257.4,446.9 257.8,439.5 258.3,440.2 258.8,436.8 259.2,435.7 259.7,429.5 260.2,428.9 260.6,427.3 261.1,415.9 261.6,413.1 262.0,416.5 262.5,408.1 263.0,396.3 263.4,385.7 263.9,379.8 264.4,382.1 264.8,390.0 265.3,401.6 265.8,408.4 266.2,394.3 266.7,386.5 267.2,396.3 267.6,399.0 268.1,400.6 268.6,397.1 269.0,399.5 269.5,401.6 270.0,421.3 270.4,412.2 270.9,416.1 271.4,415.2 271.8,414.9 272.3,414.0 272.8,422.9 273.2,410.3 273.7,406.8 274.2,407.0 274.6,411.8 275.1,410.0 275.6,401.8 276.0,393.6 276.5,395.9 277.0,390.8 277.4,386.2 277.9,387.7 278.4,357.3 278.8,356.2 279.3,362.7 279.8,350.2 280.2,351.9 280.7,353.6 281.2,346.9 281.6,350.1 282.1,344.8 282.6,332.6 283.0,334.5 283.5,317.0 284.0,316.1 284.4,310.2 284.9,324.0 285.3,346.4 285.8,342.7 286.3,353.6 286.7,356.7 287.2,357.4 287.7,361.7 288.1,343.1 288.6,348.3 289.1,339.3 289.5,347.5 290.0,346.0 290.5,346.0 290.9,336.5 291.4,332.2 291.9,321.5 292.3,316.5 292.8,309.1 293.3,311.0 293.7,294.7 294.2,302.8 294.7,316.9 295.1,313.2 295.6,304.6 296.1,308.8 296.5,306.8 297.0,306.9 297.5,310.2 297.9,322.7 298.4,321.8 298.9,330.0 299.3,334.4 299.8,320.1 300.3,316.7 300.7,316.8 301.2,309.3 301.7,304.4 302.1,304.4 302.6,303.7 303.1,302.5 303.5,309.9 304.0,305.1 304.5,303.8 304.9,307.4 305.4,316.4 305.9,306.9 306.3,307.2 306.8,300.8 307.3,299.1 307.7,300.4 308.2,285.3 308.7,287.0 309.1,286.1 309.6,293.4 310.1,297.1 310.5,315.7 311.0,317.7 311.5,314.6 311.9,325.3 312.4,334.2 312.9,334.5 313.3,334.5 313.8,334.5 314.3,334.5 314.7,334.5 315.2,334.5 315.7,334.5 316.1,334.5 316.6,334.5 317.1,334.5 317.5,334.5 318.0,334.5 318.5,334.5 318.9,334.5 319.4,334.5 319.9,334.5 320.3,334.5 320.8,334.5 321.2,334.5 321.7,334.5 322.2,334.5 322.6,334.5 323.1,334.5 323.6,334.5 324.0,334.5 324.5,334.5 325.0,334.5 325.4,334.5 325.9,334.5 326.4,334.5 326.8,334.5 327.3,334.5 327.8,334.5 328.2,334.5 328.7,334.5 329.2,334.5 329.6,334.5 330.1,334.5 330.6,334.5 331.0,334.5 331.5,334.5 332.0,334.5 332.4,334.5 332.9,334.5 333.4,334.5 333.8,334.5 334.3,334.5 334.8,334.5 335.2,334.5 335.7,334.5 336.2,334.5 336.6,334.5 337.1,334.5 337.6,334.5 338.0,334.5 338.5,334.5 339.0,334.5 339.4,334.5 339.9,334.5 340.4,334.5 340.8,334.5 341.3,334.5 341.8,334.5 342.2,334.5 342.7,334.5 343.2,334.5 343.6,334.5 344.1,334.5 344.6,334.5 345.0,334.5 345.5,334.5 346.0,334.5 346.4,334.5 346.9,334.5 347.4,334.5 347.8,334.5 348.3,334.5 348.8,334.5 349.2,334.5 349.7,334.5 350.2,334.5 350.6,334.5 351.1,334.5 351.6,334.5 352.0,334.5 352.5,334.5 353.0,334.5 353.4,334.5 353.9,334.5 354.4,334.5 354.8,334.5 355.3,334.5 355.8,334.5 356.2,334.5 356.7,334.5 357.1,322.9 357.6,319.6 358.1,319.5 358.5,307.2 359.0,310.6 359.5,319.7 359.9,324.0 360.4,329.8 360.9,321.0 361.3,314.8 361.8,304.0 362.3,294.3 362.7,298.5 363.2,284.3 363.7,288.6 364.1,288.6 364.6,295.0 365.1,276.4 365.5,280.2 366.0,280.5 366.5,286.3 366.9,293.6 367.4,293.0 367.9,282.3 368.3,267.8 368.8,270.2 369.3,267.9 369.7,266.6 370.2,276.9 370.7,269.9 371.1,281.1 371.6,269.3 372.1,270.2 372.5,270.6 373.0,280.5 373.5,279.8 373.9,270.5 374.4,267.9 374.9,264.0 375.3,264.4 375.8,254.4 376.3,249.5 376.7,281.8 377.2,285.8 377.7,284.1 378.1,292.5 378.6,290.7 379.1,286.0 379.5,292.1 380.0,280.3 380.5,274.2 380.9,276.4 381.4,279.3 381.9,273.7 382.3,279.3 382.8,303.8 383.3,303.1 383.7,303.1 384.2,303.1 384.7,303.1 385.1,303.1 385.6,303.1 386.1,303.1 386.5,303.1 387.0,303.1 387.5,303.1 387.9,303.1 388.4,303.1 388.9,303.1 389.3,303.1 389.8,303.1 390.3,285.9 390.7,292.9 391.2,292.2 391.6,287.7 392.1,288.6 392.6,276.3 393.0,282.8 393.5,276.7 394.0,277.1 394.4,257.8 394.9,261.0 395.4,258.0 395.8,255.9 396.3,245.8 396.8,238.0 397.2,255.0 397.7,261.9 398.2,258.7 398.6,260.8 399.1,251.3 399.6,263.4 400.0,271.8 400.5,262.2 401.0,255.0 401.4,256.5 401.9,259.0 402.4,260.5 402.8,250.5 403.3,251.6 403.8,258.4 404.2,259.9 404.7,258.1 405.2,250.0 405.6,230.9 406.1,233.6 406.6,242.5 407.0,242.7 407.5,246.3 408.0,244.8 408.4,240.4 408.9,249.0 409.4,264.3 409.8,263.3 410.3,278.8 410.8,279.2 411.2,279.2 411.7,279.2 412.2,279.2 412.6,279.2 413.1,279.2 413.6,279.2 414.0,279.2 414.5,279.2 415.0,279.2 415.4,279.2 415.9,279.2 416.4,279.2 416.8,279.2 417.3,279.2 417.8,279.2 418.2,279.2 418.7,279.2 419.2,279.2 419.6,279.2 420.1,279.2 420.6,279.2 421.0,279.2 421.5,279.2 422.0,279.2 422.4,279.2 422.9,279.2 423.4,279.2 423.8,279.2 424.3,279.2 424.8,279.2 425.2,279.2 425.7,279.2 426.2,279.2 426.6,279.2 427.1,279.2 427.5,279.2 428.0,279.2 428.5,279.2 428.9,279.2 429.4,279.2 429.9,279.2 430.3,279.2 430.8,279.2 431.3,279.2 431.7,279.2 432.2,279.2 432.7,279.2 433.1,279.2 433.6,279.2 434.1,279.2 434.5,279.2 435.0,279.2 435.5,279.2 435.9,279.2 436.4,279.2 436.9,279.2 437.3,279.2 437.8,279.2 438.3,279.2 438.7,279.2 439.2,279.2 439.7,279.2 440.1,279.2 440.6,279.2 441.1,279.2 441.5,279.2 442.0,279.2 442.5,279.2 442.9,279.2 443.4,279.2 443.9,279.2 444.3,279.2 444.8,279.2 445.3,279.2 445.7,279.2 446.2,279.2 446.7,279.2 447.1,279.2 447.6,279.2 448.1,279.2 448.5,277.9 449.0,276.6 449.5,281.2 449.9,288.0 450.4,289.0 450.9,289.3 451.3,287.0 451.8,275.2 452.3,278.9 452.7,299.0 453.2,302.0 453.7,301.5 454.1,311.5 454.6,319.4 455.1,312.3 455.5,318.1 456.0,312.0 456.5,306.8 456.9,307.5 457.4,315.7 457.9,283.4 458.3,276.5 458.8,279.1 459.3,287.8 459.7,307.3 460.2,305.7 460.7,311.5 461.1,313.6 461.6,309.7 462.1,290.5 462.5,305.5 463.0,309.3 463.4,308.7 463.9,314.9 464.4,304.2 464.8,306.1 465.3,295.5 465.8,296.6 466.2,291.6 466.7,289.3 467.2,294.9 467.6,295.9 468.1,288.3 468.6,285.2 469.0,278.9 469.5,276.6 470.0,275.7 470.4,262.0 470.9,260.2 471.4,258.2 471.8,260.6 472.3,269.6 472.8,265.2 473.2,267.6 473.7,264.2 474.2,263.2 474.6,269.5 475.1,283.3 475.6,281.6 476.0,288.7 476.5,285.8 477.0,289.2 477.4,305.0 477.9,305.2 478.4,305.2 478.8,305.2 479.3,305.2 479.8,305.2 480.2,305.2 480.7,305.2 481.2,305.2 481.6,305.2 482.1,305.2 482.6,305.2 483.0,305.2 483.5,305.2 484.0,305.2 484.4,305.2 484.9,305.2 485.4,305.2 485.8,305.2 486.3,305.2 486.8,305.2 487.2,305.2 487.7,305.2 488.2,305.2 488.6,305.2 489.1,305.2 489.6,305.2 490.0,305.2 490.5,305.2 491.0,305.2 491.4,305.2 491.9,305.2 492.4,305.2 492.8,305.2 493.3,305.2 493.8,305.2 494.2,305.2 494.7,305.2 495.2,305.2 495.6,305.2 496.1,305.2 496.6,305.2 497.0,305.2 497.5,305.2 497.9,305.2 498.4,305.2 498.9,305.2 499.3,305.2 499.8,305.2 500.3,305.2 500.7,304.9 501.2,320.1 501.7,315.0 502.1,320.8 502.6,319.9 503.1,319.3 503.5,308.1 504.0,309.8 504.5,316.9 504.9,317.7 505.4,325.6 505.9,331.1 506.3,343.3 506.8,343.7 507.3,343.7 507.7,343.7 508.2,343.7 508.7,343.7 509.1,343.7 509.6,343.7 510.1,343.7 510.5,343.7 511.0,343.7 511.5,343.7 511.9,343.7 512.4,343.7 512.9,343.7 513.3,343.7 513.8,343.7 514.3,343.7 514.7,343.7 515.2,343.7 515.7,343.7 516.1,343.7 516.6,343.7 517.1,343.7 517.5,343.7 518.0,343.7 518.5,343.7 518.9,343.7 519.4,343.7 519.9,343.7 520.3,343.7 520.8,343.7 521.3,343.7 521.7,343.7 522.2,343.7 522.7,343.7 523.1,343.7 523.6,335.6 524.1,337.0 524.5,337.6 525.0,341.6 525.5,343.9 525.9,342.6 526.4,353.8 526.9,354.9 527.3,339.7 527.8,331.5 528.3,331.8 528.7,333.2 529.2,336.0 529.7,336.2 530.1,339.3 530.6,340.5 531.1,342.4 531.5,336.5 532.0,339.4 532.5,337.5 532.9,331.8 533.4,337.6 533.8,330.5 534.3,330.4 534.8,326.4 535.2,326.2 535.7,327.2 536.2,328.8 536.6,331.1 537.1,336.0 537.6,337.2 538.0,358.2 538.5,358.4 539.0,358.4 539.4,358.4 539.9,358.4 540.4,358.4 540.8,358.4 541.3,358.4 541.8,358.4 542.2,358.4 542.7,358.4 543.2,358.4 543.6,358.4 544.1,358.4 544.6,358.4 545.0,358.4 545.5,358.4 546.0,358.4 546.4,358.4 546.9,358.4 547.4,358.4 547.8,358.4 548.3,358.4 548.8,358.4 549.2,358.4 549.7,375.9 550.2,376.3 550.6,380.8 551.1,380.2 551.6,377.3 552.0,383.2 552.5,382.1 553.0,387.6 553.4,390.4 553.9,383.2 554.4,384.2 554.8,387.2 555.3,388.3 555.8,384.8 556.2,385.8 556.7,383.1 557.2,381.9 557.6,383.1 558.1,384.1 558.6,386.3 559.0,381.5 559.5,375.5 560.0,377.0 560.4,378.7 560.9,382.1 561.4,383.2 561.8,383.0 562.3,385.5 562.8,386.2 563.2,385.4 563.7,383.5 564.2,385.1 564.6,386.1 565.1,384.4 565.6,382.1 566.0,383.9 566.5,385.5 567.0,386.2 567.4,385.2 567.9,384.9 568.4,382.0 568.8,383.8 569.3,377.6 569.7,371.9 570.2,376.0 570.7,373.4 571.1,371.5 571.6,373.1 572.1,374.2 572.5,374.3 573.0,377.0 573.5,376.6 573.9,368.8 574.4,367.7 574.9,370.6 575.3,373.3 575.8,390.5 576.3,390.6 576.7,390.6 577.2,390.6 577.7,390.6 578.1,390.6 578.6,390.6 579.1,390.6 579.5,390.6 580.0,390.6 580.5,390.6 580.9,390.6 581.4,390.6 581.9,390.6 582.3,390.6 582.8,390.6 583.3,390.6 583.7,390.6 584.2,390.6 584.7,390.6 585.1,390.6 585.6,390.6 586.1,390.6 586.5,392.6 587.0,391.5 587.5,393.1 587.9,391.1 588.4,392.5 588.9,391.5 589.3,393.7 589.8,390.2 590.3,391.1 590.7,391.1 591.2,391.4 591.7,390.4 592.1,385.2 592.6,384.9 593.1,389.0 593.5,395.5 594.0,394.1 594.5,394.5 594.9,397.3 595.4,393.1 595.9,393.9 596.3,393.8 596.8,394.1 597.3,393.7 597.7,393.7 598.2,393.0 598.7,394.8 599.1,396.3 599.6,395.5 600.1,395.9 600.5,396.4 601.0,395.7 601.5,395.1 601.9,395.2 602.4,393.5 602.9,393.8 603.3,392.7 603.8,392.7 604.2,391.5 604.7,390.5 605.2,388.3 605.6,383.9 606.1,375.4 606.6,366.1 607.0,356.4 607.5,357.3 608.0,354.7 608.4,354.8 608.9,359.0 609.4,355.5 609.8,341.1 610.3,340.2 610.8,340.7 611.2,338.8 611.7,341.5 612.2,337.1 612.6,337.9 613.1,337.5 613.6,337.9 614.0,331.2 614.5,339.7 615.0,337.0 615.4,331.7 615.9,334.0 616.4,334.2 616.8,335.2 617.3,338.6 617.8,340.4 618.2,335.8 618.7,338.8 619.2,348.9 619.6,349.1 620.1,349.1 620.6,349.1 621.0,349.1 621.5,349.1 622.0,349.1 622.4,349.1 622.9,349.1 623.4,349.1 623.8,349.1 624.3,349.1 624.8,349.1 625.2,349.1 625.7,349.1 626.2,349.1 626.6,349.1 627.1,349.1 627.6,349.1 628.0,349.1 628.5,349.1 629.0,349.1 629.4,349.1 629.9,349.1 630.4,349.1 630.8,349.1 631.3,349.1 631.8,349.1 632.2,349.1 632.7,349.1 633.2,349.1 633.6,349.1 634.1,349.1 634.6,349.1 635.0,349.1 635.5,349.1 636.0,349.1 636.4,352.8 636.9,345.0 637.4,346.9 637.8,344.0 638.3,350.3 638.8,342.8 639.2,348.9 639.7,348.9 640.1,345.3 640.6,351.5 641.1,350.6 641.5,342.7 642.0,345.0 642.5,341.7 642.9,342.2 643.4,343.8 643.9,346.8 644.3,344.0 644.8,343.9 645.3,344.9 645.7,345.8 646.2,345.6 646.7,342.8 647.1,333.2 647.6,329.0 648.1,329.7 648.5,327.8 649.0,327.1 649.5,328.4 649.9,328.4 650.4,334.7 650.9,327.8 651.3,339.2 651.8,343.4 652.3,350.5 652.7,346.6 653.2,348.2 653.7,348.7 654.1,343.0 654.6,342.2 655.1,334.5 655.5,335.5 656.0,336.1 656.5,336.0 656.9,344.6 657.4,340.3 657.9,337.9 658.3,339.1 658.8,334.1 659.3,338.6 659.7,341.9 660.2,347.5 660.7,347.7 661.1,348.0 661.6,352.5 662.1,353.9 662.5,354.1 663.0,353.0 663.5,351.1 663.9,352.2 664.4,349.6 664.9,353.7 665.3,353.3 665.8,351.6 666.3,354.3 666.7,353.6 667.2,350.9 667.7,357.4 668.1,356.3 668.6,354.6 669.1,353.5 669.5,344.6 670.0,347.1 670.5,347.4 670.9,350.9 671.4,353.8 671.9,350.7 672.3,352.0 672.8,351.6 673.3,361.5 673.7,361.9 674.2,361.9 674.7,361.9 675.1,361.9 675.6,361.9 676.0,361.9 676.5,361.9 677.0,361.9 677.4,361.9 677.9,361.9 678.4,361.9 678.8,361.9 679.3,361.9 679.8,361.9 680.2,361.9 680.7,350.8 681.2,351.6 681.6,346.4 682.1,347.4 682.6,347.8 683.0,349.2 683.5,346.5 684.0,350.4 684.4,348.1 684.9,347.9 685.4,347.1 685.8,346.9 686.3,343.4 686.8,345.9 687.2,347.6 687.7,351.6 688.2,348.7 688.6,349.1 689.1,349.9 689.6,348.3 690.0,346.9 690.5,348.4 691.0,341.3 691.4,348.8 691.9,349.0 692.4,349.4 692.8,350.0 693.3,351.9 693.8,351.6 694.2,352.4 694.7,351.6 695.2,352.5 695.6,350.4 696.1,356.4 696.6,356.6 697.0,356.6 697.5,356.6 698.0,356.6 698.4,356.6 698.9,356.6 699.4,356.6 699.8,356.6 700.3,356.6 700.8,356.6 701.2,356.6 701.7,356.6 702.2,356.6 702.6,356.6 703.1,356.6 703.6,356.6 704.0,356.6 704.5,356.6 705.0,356.6 705.4,356.6 705.9,356.6 706.4,356.6 706.8,356.6 707.3,356.6 707.8,356.6 708.2,356.6 708.7,356.6 709.2,356.6 709.6,356.6 710.1,356.6 710.5,356.6 711.0,356.6 711.5,356.6 711.9,356.6 712.4,356.6 712.9,356.6 713.3,356.6 713.8,356.6 714.3,356.6 714.7,356.6 715.2,356.6 715.7,356.6 716.1,356.6 716.6,356.6 717.1,356.6 717.5,356.6 718.0,356.6 718.5,356.6 718.9,356.6 719.4,356.6 719.9,356.6 720.3,356.6 720.8,356.6 721.3,356.6 721.7,356.6 722.2,356.6 722.7,356.6 723.1,357.3 723.6,361.2 724.1,361.2 724.5,361.2 725.0,363.4 725.5,363.1 725.9,363.7 726.4,362.7 726.9,358.1 727.3,358.9 727.8,358.5 728.3,351.4 728.7,354.6 729.2,355.3 729.7,352.7 730.1,355.4 730.6,351.7 731.1,351.5 731.5,351.8 732.0,354.2 732.5,355.5 732.9,359.1 733.4,359.9 733.9,359.2 734.3,359.2 734.8,357.1 735.3,347.7 735.7,348.4 736.2,349.0 736.7,346.3 737.1,339.6 737.6,338.0 738.1,337.5 738.5,316.0 739.0,310.4 739.5,306.2 739.9,308.6 740.4,310.3 740.9,309.1 741.3,306.0 741.8,306.2 742.3,305.1 742.7,299.7 743.2,303.2 743.7,304.6 744.1,302.2 744.6,302.4 745.1,302.5 745.5,299.7 746.0,298.2 746.4,291.0 746.9,286.7 747.4,287.9 747.8,288.5 748.3,292.4 748.8,299.0 749.2,282.8 749.7,294.8 750.2,291.7 750.6,291.8 751.1,286.2 751.6,285.6 752.0,297.1 752.5,285.9 753.0,286.9 753.4,283.9 753.9,283.4 754.4,285.6 754.8,287.1 755.3,283.1 755.8,283.0 756.2,284.0 756.7,277.2 757.2,271.7 757.6,268.3 758.1,254.4 758.6,239.8 759.0,242.1 759.5,245.3 760.0,239.2 760.4,242.3 760.9,241.9 761.4,259.5 761.8,258.1 762.3,248.1 762.8,247.1 763.2,254.7 763.7,252.6 764.2,258.6 764.6,249.9 765.1,252.4 765.6,242.8 766.0,241.3 766.5,240.4 767.0,242.2 767.4,247.2 767.9,243.1 768.4,250.6 768.8,244.2 769.3,249.9 769.8,253.6 770.2,253.2 770.7,252.4 771.2,239.2 771.6,233.7 772.1,248.4 772.6,239.1 773.0,239.2 773.5,240.4 774.0,240.8 774.4,219.8 774.9,225.5 775.4,222.2 775.8,224.0 776.3,248.3 776.8,248.4 777.2,255.7 777.7,250.7 778.2,246.2 778.6,249.1 779.1,259.4 779.6,256.9 780.0,256.6 780.5,257.4 781.0,271.5 781.4,269.2 781.9,267.6 782.3,268.6 782.8,255.5 783.3,253.4 783.7,254.0 784.2,245.3 784.7,247.6 785.1,250.2 785.6,246.8 786.1,246.0 786.5,247.4 787.0,250.2 787.5,249.7 787.9,246.7 788.4,238.2 788.9,231.3 789.3,218.6 789.8,214.2 790.3,210.6 790.7,199.1 791.2,200.6 791.7,186.1 792.1,185.3 792.6,183.8 793.1,187.2 793.5,184.1 794.0,186.4 794.5,182.9 794.9,186.0 795.4,189.7 795.9,193.7 796.3,187.9 796.8,186.8 797.3,167.4 797.7,149.6 798.2,112.1 798.7,121.1 799.1,112.5 799.6,115.4 800.1,107.5 800.5,71.7 801.0,103.1 801.5,87.1 801.9,81.4 802.4,71.9 802.9,70.5 803.3,66.9 803.8,45.4 804.3,49.8 804.7,38.7 805.2,50.4 805.7,64.2 806.1,92.6 806.6,71.3 807.1,77.1 807.5,116.2 808.0,74.6 808.5,91.4 808.9,103.2 809.4,101.3 809.9,79.3 810.3,60.4 810.8,60.2 811.3,63.9 811.7,54.9 812.2,60.8 812.7,62.6 813.1,50.9 813.6,62.2 814.1,91.7 814.5,88.0 815.0,70.4 815.5,75.1 815.9,67.8 816.4,64.5 816.8,48.8 817.3,66.1 817.8,56.0 818.2,59.7 818.7,79.5 819.2,102.9 819.6,103.3 820.1,103.3 820.6,103.3 821.0,103.3 821.5,103.3 822.0,103.3 822.4,103.3 822.9,103.3 823.4,103.3 823.8,103.3 824.3,103.3 824.8,103.3 825.2,103.3 825.7,103.3 826.2,103.3 826.6,103.3 827.1,103.3 827.6,103.3 828.0,103.3 828.5,103.3 829.0,103.3 829.4,103.3 829.9,103.3 830.4,103.3 830.8,103.3 831.3,103.3 831.8,103.3 832.2,103.3 832.7,103.3 833.2,103.3 833.6,103.3 834.1,103.3 834.6,110.5 835.0,98.5 835.5,99.2 836.0,103.6 836.4,69.5 836.9,78.2 837.4,84.8 837.8,92.7 838.3,88.8 838.8,83.9 839.2,88.8 839.7,83.0 840.2,90.3 840.6,95.0 841.1,89.8 841.6,95.6 842.0,94.2 842.5,93.9 843.0,86.9 843.4,75.3 843.9,71.9 844.4,74.1 844.8,83.4 845.3,83.6 845.8,81.4 846.2,82.3 846.7,96.6 847.2,90.6 847.6,100.4 848.1,105.3 848.6,105.8 849.0,105.8 849.5,105.8 850.0,105.8 850.4,105.8 850.9,105.8 851.4,105.8 851.8,105.8 852.3,105.8 852.7,105.8 853.2,105.8 853.7,105.8 854.1,105.8 854.6,105.8 855.1,105.8 855.5,105.8 856.0,105.8 856.5,105.8 856.9,105.8 857.4,105.8 857.9,105.8 858.3,105.8 858.8,105.8 859.3,105.8 859.7,105.8 860.2,105.8 860.7,105.8 861.1,105.8 861.6,105.8 862.1,105.8 862.5,105.8 863.0,104.2 863.5,110.6 863.9,111.6 864.4,93.5 864.9,90.6 865.3,84.0 865.8,87.8 866.3,98.7 866.7,102.4 867.2,99.7 867.7,85.6 868.1,86.3 868.6,83.4 869.1,92.8 869.5,96.9 870.0,107.3" fill="none" stroke="#58a6ff" stroke-width="2" opacity="0.95"/>
<polyline points="90.0,515.3 90.5,515.3 90.9,515.3 91.4,515.3 91.9,515.3 92.3,515.3 92.8,515.3 93.3,515.3 93.7,515.3 94.2,515.3 94.7,515.3 95.1,515.3 95.6,515.3 96.1,515.3 96.5,515.3 97.0,515.3 97.5,515.3 97.9,515.3 98.4,515.3 98.9,515.3 99.3,515.3 99.8,515.3 100.3,515.3 100.7,515.3 101.2,515.3 101.7,515.3 102.1,515.3 102.6,515.3 103.1,515.3 103.5,515.3 104.0,515.3 104.5,515.3 104.9,515.3 105.4,515.3 105.9,515.3 106.3,515.3 106.8,515.3 107.3,515.3 107.7,515.3 108.2,515.3 108.6,515.3 109.1,515.3 109.6,515.3 110.0,515.3 110.5,515.3 111.0,515.3 111.4,515.3 111.9,515.3 112.4,515.3 112.8,515.3 113.3,515.3 113.8,515.3 114.2,515.3 114.7,515.3 115.2,515.3 115.6,515.3 116.1,515.3 116.6,515.3 117.0,515.3 117.5,515.3 118.0,515.3 118.4,515.3 118.9,515.3 119.4,515.3 119.8,515.3 120.3,515.3 120.8,515.3 121.2,515.3 121.7,515.3 122.2,515.3 122.6,515.3 123.1,515.3 123.6,515.3 124.0,515.3 124.5,515.3 125.0,515.3 125.4,515.3 125.9,515.3 126.4,515.3 126.8,515.3 127.3,515.3 127.8,515.3 128.2,515.3 128.7,515.3 129.2,515.3 129.6,515.3 130.1,515.3 130.6,515.3 131.0,515.3 131.5,515.3 132.0,515.3 132.4,515.3 132.9,515.3 133.4,515.3 133.8,515.3 134.3,515.3 134.8,515.3 135.2,515.3 135.7,515.3 136.2,515.3 136.6,515.3 137.1,515.3 137.6,515.3 138.0,515.3 138.5,515.3 139.0,515.3 139.4,515.3 139.9,515.3 140.4,515.3 140.8,515.3 141.3,515.3 141.8,515.3 142.2,515.3 142.7,515.3 143.2,515.3 143.6,515.3 144.1,515.3 144.5,515.3 145.0,515.3 145.5,515.3 145.9,515.3 146.4,515.3 146.9,515.3 147.3,515.3 147.8,515.3 148.3,515.3 148.7,515.3 149.2,515.3 149.7,515.3 150.1,515.3 150.6,515.3 151.1,515.3 151.5,515.3 152.0,515.3 152.5,515.3 152.9,515.3 153.4,515.3 153.9,515.3 154.3,515.3 154.8,515.3 155.3,515.3 155.7,515.3 156.2,515.3 156.7,515.3 157.1,515.3 157.6,515.3 158.1,515.3 158.5,515.3 159.0,515.3 159.5,515.3 159.9,515.3 160.4,515.3 160.9,515.3 161.3,515.3 161.8,515.3 162.3,515.3 162.7,515.3 163.2,515.3 163.7,515.3 164.1,515.3 164.6,515.3 165.1,516.3 165.5,516.3 166.0,516.3 166.5,516.3 166.9,516.3 167.4,516.3 167.9,516.3 168.3,515.9 168.8,515.9 169.3,515.9 169.7,515.9 170.2,515.9 170.7,515.9 171.1,515.9 171.6,517.6 172.1,517.6 172.5,517.6 173.0,517.6 173.5,517.6 173.9,517.6 174.4,517.6 174.9,517.2 175.3,517.2 175.8,517.2 176.3,517.2 176.7,517.2 177.2,517.2 177.7,517.2 178.1,517.3 178.6,517.3 179.0,517.3 179.5,517.3 180.0,517.3 180.4,517.3 180.9,517.3 181.4,516.8 181.8,516.8 182.3,516.8 182.8,516.8 183.2,516.8 183.7,516.8 184.2,516.8 184.6,511.5 185.1,511.5 185.6,511.5 186.0,511.5 186.5,511.5 187.0,511.5 187.4,511.5 187.9,510.5 188.4,510.5 188.8,510.5 189.3,510.5 189.8,510.5 190.2,510.5 190.7,510.5 191.2,509.8 191.6,509.8 192.1,509.8 192.6,509.8 193.0,509.8 193.5,509.8 194.0,509.8 194.4,507.8 194.9,507.8 195.4,507.8 195.8,507.8 196.3,507.8 196.8,507.8 197.2,507.8 197.7,509.9 198.2,509.9 198.6,509.9 199.1,509.9 199.6,509.9 200.0,509.9 200.5,509.9 201.0,507.8 201.4,507.8 201.9,507.8 202.4,507.8 202.8,507.8 203.3,507.8 203.8,507.8 204.2,514.2 204.7,514.2 205.2,514.2 205.6,514.2 206.1,514.2 206.6,514.2 207.0,514.2 207.5,511.9 208.0,511.9 208.4,511.9 208.9,511.9 209.4,511.9 209.8,511.9 210.3,511.9 210.8,512.8 211.2,512.8 211.7,512.8 212.2,512.8 212.6,512.8 213.1,512.8 213.6,512.8 214.0,512.8 214.5,512.8 214.9,512.8 215.4,512.8 215.9,512.8 216.3,512.8 216.8,512.8 217.3,512.8 217.7,512.8 218.2,512.8 218.7,512.8 219.1,512.8 219.6,512.8 220.1,512.8 220.5,512.8 221.0,512.8 221.5,512.8 221.9,512.8 222.4,512.8 222.9,512.8 223.3,512.8 223.8,512.8 224.3,512.8 224.7,512.8 225.2,512.8 225.7,512.8 226.1,512.8 226.6,512.8 227.1,512.8 227.5,512.8 228.0,512.8 228.5,512.8 228.9,512.8 229.4,512.8 229.9,512.8 230.3,512.1 230.8,512.1 231.3,512.1 231.7,512.1 232.2,512.1 232.7,512.1 233.1,512.1 233.6,508.9 234.1,508.9 234.5,508.9 235.0,508.9 235.5,508.9 235.9,508.9 236.4,508.9 236.9,503.2 237.3,503.2 237.8,503.2 238.3,503.2 238.7,503.2 239.2,503.2 239.7,503.2 240.1,499.6 240.6,499.6 241.1,499.6 241.5,499.6 242.0,499.6 242.5,499.6 242.9,499.6 243.4,500.4 243.9,500.4 244.3,500.4 244.8,500.4 245.3,500.4 245.7,500.4 246.2,500.4 246.7,501.5 247.1,501.5 247.6,501.5 248.1,501.5 248.5,501.5 249.0,501.5 249.5,501.5 249.9,498.9 250.4,498.9 250.8,498.9 251.3,498.9 251.8,498.9 252.2,498.9 252.7,498.9 253.2,488.3 253.6,488.3 254.1,488.3 254.6,488.3 255.0,488.3 255.5,488.3 256.0,488.3 256.4,479.6 256.9,479.6 257.4,479.6 257.8,479.6 258.3,479.6 258.8,479.6 259.2,479.6 259.7,463.5 260.2,463.5 260.6,463.5 261.1,463.5 261.6,463.5 262.0,463.5 262.5,463.5 263.0,463.7 263.4,463.7 263.9,463.7 264.4,463.7 264.8,463.7 265.3,463.7 265.8,463.7 266.2,458.5 266.7,458.5 267.2,458.5 267.6,458.5 268.1,458.5 268.6,458.5 269.0,458.5 269.5,467.0 270.0,467.0 270.4,467.0 270.9,467.0 271.4,467.0 271.8,467.0 272.3,467.0 272.8,459.8 273.2,459.8 273.7,459.8 274.2,459.8 274.6,459.8 275.1,459.8 275.6,459.8 276.0,433.2 276.5,433.2 277.0,433.2 277.4,433.2 277.9,433.2 278.4,433.2 278.8,433.2 279.3,426.6 279.8,426.6 280.2,426.6 280.7,426.6 281.2,426.6 281.6,426.6 282.1,426.6 282.6,427.5 283.0,427.5 283.5,427.5 284.0,427.5 284.4,427.5 284.9,427.5 285.3,427.5 285.8,428.6 286.3,428.6 286.7,428.6 287.2,428.6 287.7,428.6 288.1,428.6 288.6,428.6 289.1,413.0 289.5,413.0 290.0,413.0 290.5,413.0 290.9,413.0 291.4,413.0 291.9,413.0 292.3,408.2 292.8,408.2 293.3,408.2 293.7,408.2 294.2,408.2 294.7,408.2 295.1,408.2 295.6,413.2 296.1,413.2 296.5,413.2 297.0,413.2 297.5,413.2 297.9,413.2 298.4,413.2 298.9,403.0 299.3,403.0 299.8,403.0 300.3,403.0 300.7,403.0 301.2,403.0 301.7,403.0 302.1,404.8 302.6,404.8 303.1,404.8 303.5,404.8 304.0,404.8 304.5,404.8 304.9,404.8 305.4,391.9 305.9,391.9 306.3,391.9 306.8,391.9 307.3,391.9 307.7,391.9 308.2,391.9 308.7,409.0 309.1,409.0 309.6,409.0 310.1,409.0 310.5,409.0 311.0,409.0 311.5,409.0 311.9,412.5 312.4,412.5 312.9,412.5 313.3,412.5 313.8,412.5 314.3,412.5 314.7,412.5 315.2,416.6 315.7,416.6 316.1,416.6 316.6,416.6 317.1,416.6 317.5,416.6 318.0,416.6 318.5,416.9 318.9,416.9 319.4,416.9 319.9,416.9 320.3,416.9 320.8,416.9 321.2,416.9 321.7,416.9 322.2,416.9 322.6,416.9 323.1,416.9 323.6,416.9 324.0,416.9 324.5,416.9 325.0,416.9 325.4,416.9 325.9,416.9 326.4,416.9 326.8,416.9 327.3,416.9 327.8,416.9 328.2,416.9 328.7,416.9 329.2,416.9 329.6,416.9 330.1,416.9 330.6,416.9 331.0,416.9 331.5,416.9 332.0,416.9 332.4,416.9 332.9,416.9 333.4,416.9 333.8,416.9 334.3,416.9 334.8,416.9 335.2,416.9 335.7,416.9 336.2,416.9 336.6,416.9 337.1,416.9 337.6,416.9 338.0,416.9 338.5,416.9 339.0,416.9 339.4,416.9 339.9,416.9 340.4,416.9 340.8,416.9 341.3,416.9 341.8,416.9 342.2,416.9 342.7,416.9 343.2,416.9 343.6,416.9 344.1,416.9 344.6,416.9 345.0,416.9 345.5,416.9 346.0,416.9 346.4,416.9 346.9,416.9 347.4,416.9 347.8,416.9 348.3,416.9 348.8,416.9 349.2,416.9 349.7,416.9 350.2,416.9 350.6,416.9 351.1,416.9 351.6,416.9 352.0,416.9 352.5,416.9 353.0,416.9 353.4,416.9 353.9,416.9 354.4,416.9 354.8,416.9 355.3,416.9 355.8,416.9 356.2,416.9 356.7,416.9 357.1,416.9 357.6,416.9 358.1,416.9 358.5,416.9 359.0,416.9 359.5,416.9 359.9,416.9 360.4,416.9 360.9,416.9 361.3,416.9 361.8,416.9 362.3,416.9 362.7,416.9 363.2,416.9 363.7,416.9 364.1,416.9 364.6,416.9 365.1,416.9 365.5,416.9 366.0,416.9 366.5,416.9 366.9,416.9 367.4,416.9 367.9,416.9 368.3,416.9 368.8,416.9 369.3,416.9 369.7,416.9 370.2,416.9 370.7,416.9 371.1,416.9 371.6,416.9 372.1,416.9 372.5,416.9 373.0,416.9 373.5,416.9 373.9,416.9 374.4,416.9 374.9,416.9 375.3,416.9 375.8,416.9 376.3,416.9 376.7,416.9 377.2,416.3 377.7,416.3 378.1,416.3 378.6,416.3 379.1,416.3 379.5,416.3 380.0,416.3 380.5,434.0 380.9,434.0 381.4,434.0 381.9,434.0 382.3,434.0 382.8,434.0 383.3,434.0 383.7,433.1 384.2,433.1 384.7,433.1 385.1,433.1 385.6,433.1 386.1,433.1 386.5,433.1 387.0,404.0 387.5,404.0 387.9,404.0 388.4,404.0 388.9,404.0 389.3,404.0 389.8,404.0 390.3,391.5 390.7,391.5 391.2,391.5 391.6,391.5 392.1,391.5 392.6,391.5 393.0,391.5 393.5,368.7 394.0,368.7 394.4,368.7 394.9,368.7 395.4,368.7 395.8,368.7 396.3,368.7 396.8,379.5 397.2,379.5 397.7,379.5 398.2,379.5 398.6,379.5 399.1,379.5 399.6,379.5 400.0,371.6 400.5,371.6 401.0,371.6 401.4,371.6 401.9,371.6 402.4,371.6 402.8,371.6 403.3,361.2 403.8,361.2 404.2,361.2 404.7,361.2 405.2,361.2 405.6,361.2 406.1,361.2 406.6,380.1 407.0,380.1 407.5,380.1 408.0,380.1 408.4,380.1 408.9,380.1 409.4,380.1 409.8,387.2 410.3,387.2 410.8,387.2 411.2,387.2 411.7,387.2 412.2,387.2 412.6,387.2 413.1,388.8 413.6,388.8 414.0,388.8 414.5,388.8 415.0,388.8 415.4,388.8 415.9,388.8 416.4,406.3 416.8,406.3 417.3,406.3 417.8,406.3 418.2,406.3 418.7,406.3 419.2,406.3 419.6,417.6 420.1,417.6 420.6,417.6 421.0,417.6 421.5,417.6 422.0,417.6 422.4,417.6 422.9,411.2 423.4,411.2 423.8,411.2 424.3,411.2 424.8,411.2 425.2,411.2 425.7,411.2 426.2,411.3 426.6,411.3 427.1,411.3 427.5,411.3 428.0,411.3 428.5,411.3 428.9,411.3 429.4,411.3 429.9,411.3 430.3,411.3 430.8,411.3 431.3,411.3 431.7,411.3 432.2,411.3 432.7,411.3 433.1,411.3 433.6,411.3 434.1,411.3 434.5,411.3 435.0,411.3 435.5,411.3 435.9,411.3 436.4,411.3 436.9,411.3 437.3,411.3 437.8,411.3 438.3,411.3 438.7,411.3 439.2,411.3 439.7,411.3 440.1,411.3 440.6,411.3 441.1,411.3 441.5,411.3 442.0,411.3 442.5,411.3 442.9,411.3 443.4,411.3 443.9,411.3 444.3,411.3 444.8,411.3 445.3,411.3 445.7,411.3 446.2,411.3 446.7,411.3 447.1,411.3 447.6,411.3 448.1,411.3 448.5,411.3 449.0,411.3 449.5,411.3 449.9,411.3 450.4,411.3 450.9,411.3 451.3,411.3 451.8,411.3 452.3,411.3 452.7,411.3 453.2,411.3 453.7,411.3 454.1,411.3 454.6,411.3 455.1,411.3 455.5,411.3 456.0,411.3 456.5,411.3 456.9,411.3 457.4,411.3 457.9,411.3 458.3,411.3 458.8,411.3 459.3,411.3 459.7,411.3 460.2,411.3 460.7,411.3 461.1,411.3 461.6,411.3 462.1,411.3 462.5,411.3 463.0,411.3 463.4,411.3 463.9,411.3 464.4,411.3 464.8,411.3 465.3,411.3 465.8,411.3 466.2,411.3 466.7,411.3 467.2,411.3 467.6,411.3 468.1,411.3 468.6,411.3 469.0,411.3 469.5,411.3 470.0,411.3 470.4,411.3 470.9,411.3 471.4,411.3 471.8,411.3 472.3,411.3 472.8,411.3 473.2,411.3 473.7,411.3 474.2,411.3 474.6,411.3 475.1,411.3 475.6,411.3 476.0,411.3 476.5,411.3 477.0,411.3 477.4,411.3 477.9,411.3 478.4,407.1 478.8,407.1 479.3,407.1 479.8,407.1 480.2,407.1 480.7,407.1 481.2,407.1 481.6,417.7 482.1,417.7 482.6,417.7 483.0,417.7 483.5,417.7 484.0,417.7 484.4,417.7 484.9,418.9 485.4,418.9 485.8,418.9 486.3,418.9 486.8,418.9 487.2,418.9 487.7,418.9 488.2,439.8 488.6,439.8 489.1,439.8 489.6,439.8 490.0,439.8 490.5,439.8 491.0,439.8 491.4,441.7 491.9,441.7 492.4,441.7 492.8,441.7 493.3,441.7 493.8,441.7 494.2,441.7 494.7,444.1 495.2,444.1 495.6,444.1 496.1,444.1 496.6,444.1 497.0,444.1 497.5,444.1 497.9,437.4 498.4,437.4 498.9,437.4 499.3,437.4 499.8,437.4 500.3,437.4 500.7,437.4 501.2,437.5 501.7,437.5 502.1,437.5 502.6,437.5 503.1,437.5 503.5,437.5 504.0,437.5 504.5,437.5 504.9,437.5 505.4,437.5 505.9,437.5 506.3,437.5 506.8,437.5 507.3,437.5 507.7,437.5 508.2,437.5 508.7,437.5 509.1,437.5 509.6,437.5 510.1,437.5 510.5,437.5 511.0,437.5 511.5,437.5 511.9,437.5 512.4,437.5 512.9,437.5 513.3,437.5 513.8,437.5 514.3,437.5 514.7,437.5 515.2,437.5 515.7,437.5 516.1,437.5 516.6,437.5 517.1,437.5 517.5,437.5 518.0,437.5 518.5,437.5 518.9,437.5 519.4,437.5 519.9,437.5 520.3,437.5 520.8,437.5 521.3,437.5 521.7,437.5 522.2,437.5 522.7,437.5 523.1,437.5 523.6,437.5 524.1,437.5 524.5,437.5 525.0,437.5 525.5,437.5 525.9,437.5 526.4,437.5 526.9,437.5 527.3,437.5 527.8,437.5 528.3,437.5 528.7,437.5 529.2,437.5 529.7,437.5 530.1,437.5 530.6,437.5 531.1,437.5 531.5,437.5 532.0,437.5 532.5,437.5 532.9,437.5 533.4,437.5 533.8,437.5 534.3,437.5 534.8,437.5 535.2,437.5 535.7,437.5 536.2,437.5 536.6,437.5 537.1,437.5 537.6,437.5 538.0,437.5 538.5,437.5 539.0,437.5 539.4,437.5 539.9,437.5 540.4,446.6 540.8,446.6 541.3,446.6 541.8,446.6 542.2,446.6 542.7,446.6 543.2,446.6 543.6,451.6 544.1,451.6 544.6,451.6 545.0,451.6 545.5,451.6 546.0,451.6 546.4,451.6 546.9,444.0 547.4,444.0 547.8,444.0 548.3,444.0 548.8,444.0 549.2,444.0 549.7,444.0 550.2,451.4 550.6,451.4 551.1,451.4 551.6,451.4 552.0,451.4 552.5,451.4 553.0,451.4 553.4,450.2 553.9,450.2 554.4,450.2 554.8,450.2 555.3,450.2 555.8,450.2 556.2,450.2 556.7,443.8 557.2,443.8 557.6,443.8 558.1,443.8 558.6,443.8 559.0,443.8 559.5,443.8 560.0,450.5 560.4,450.5 560.9,450.5 561.4,450.5 561.8,450.5 562.3,450.5 562.8,450.5 563.2,449.0 563.7,449.0 564.2,449.0 564.6,449.0 565.1,449.0 565.6,449.0 566.0,449.0 566.5,445.1 567.0,445.1 567.4,445.1 567.9,445.1 568.4,445.1 568.8,445.1 569.3,445.1 569.7,443.1 570.2,443.1 570.7,443.1 571.1,443.1 571.6,443.1 572.1,443.1 572.5,443.1 573.0,453.2 573.5,453.2 573.9,453.2 574.4,453.2 574.9,453.2 575.3,453.2 575.8,453.2 576.3,461.8 576.7,461.8 577.2,461.8 577.7,461.8 578.1,461.8 578.6,461.8 579.1,461.8 579.5,465.4 580.0,465.4 580.5,465.4 580.9,465.4 581.4,465.4 581.9,465.4 582.3,465.4 582.8,464.1 583.3,464.1 583.7,464.1 584.2,464.1 584.7,464.1 585.1,464.1 585.6,464.1 586.1,460.7 586.5,460.7 587.0,460.7 587.5,460.7 587.9,460.7 588.4,460.7 588.9,460.7 589.3,457.1 589.8,457.1 590.3,457.1 590.7,457.1 591.2,457.1 591.7,457.1 592.1,457.1 592.6,461.7 593.1,461.7 593.5,461.7 594.0,461.7 594.5,461.7 594.9,461.7 595.4,461.7 595.9,462.7 596.3,462.7 596.8,462.7 597.3,462.7 597.7,462.7 598.2,462.7 598.7,462.7 599.1,462.9 599.6,462.9 600.1,462.9 600.5,462.9 601.0,462.9 601.5,462.9 601.9,462.9 602.4,458.9 602.9,458.9 603.3,458.9 603.8,458.9 604.2,458.9 604.7,458.9 605.2,458.9 605.6,439.5 606.1,439.5 606.6,439.5 607.0,439.5 607.5,439.5 608.0,439.5 608.4,439.5 608.9,431.9 609.4,431.9 609.8,431.9 610.3,431.9 610.8,431.9 611.2,431.9 611.7,431.9 612.2,429.3 612.6,429.3 613.1,429.3 613.6,429.3 614.0,429.3 614.5,429.3 615.0,429.3 615.4,428.6 615.9,428.6 616.4,428.6 616.8,428.6 617.3,428.6 617.8,428.6 618.2,428.6 618.7,434.0 619.2,434.0 619.6,434.0 620.1,434.0 620.6,434.0 621.0,434.0 621.5,434.0 622.0,422.5 622.4,422.5 622.9,422.5 623.4,422.5 623.8,422.5 624.3,422.5 624.8,422.5 625.2,429.2 625.7,429.2 626.2,429.2 626.6,429.2 627.1,429.2 627.6,429.2 628.0,429.2 628.5,434.0 629.0,434.0 629.4,434.0 629.9,434.0 630.4,434.0 630.8,434.0 631.3,434.0 631.8,420.9 632.2,420.9 632.7,420.9 633.2,420.9 633.6,420.9 634.1,420.9 634.6,420.9 635.0,403.1 635.5,403.1 636.0,403.1 636.4,403.1 636.9,403.1 637.4,403.1 637.8,403.1 638.3,407.8 638.8,407.8 639.2,407.8 639.7,407.8 640.1,407.8 640.6,407.8 641.1,407.8 641.5,403.1 642.0,403.1 642.5,403.1 642.9,403.1 643.4,403.1 643.9,403.1 644.3,403.1 644.8,392.4 645.3,392.4 645.7,392.4 646.2,392.4 646.7,392.4 647.1,392.4 647.6,392.4 648.1,391.5 648.5,391.5 649.0,391.5 649.5,391.5 649.9,391.5 650.4,391.5 650.9,391.5 651.3,402.4 651.8,402.4 652.3,402.4 652.7,402.4 653.2,402.4 653.7,402.4 654.1,402.4 654.6,400.4 655.1,400.4 655.5,400.4 656.0,400.4 656.5,400.4 656.9,400.4 657.4,400.4 657.9,405.8 658.3,405.8 658.8,405.8 659.3,405.8 659.7,405.8 660.2,405.8 660.7,405.8 661.1,409.0 661.6,409.0 662.1,409.0 662.5,409.0 663.0,409.0 663.5,409.0 663.9,409.0 664.4,408.0 664.9,408.0 665.3,408.0 665.8,408.0 666.3,408.0 666.7,408.0 667.2,408.0 667.7,405.5 668.1,405.5 668.6,405.5 669.1,405.5 669.5,405.5 670.0,405.5 670.5,405.5 670.9,405.7 671.4,405.7 671.9,405.7 672.3,405.7 672.8,405.7 673.3,405.7 673.7,405.7 674.2,405.7 674.7,405.7 675.1,405.7 675.6,405.7 676.0,405.7 676.5,405.7 677.0,405.7 677.4,405.7 677.9,405.7 678.4,405.7 678.8,405.7 679.3,405.7 679.8,405.7 680.2,405.7 680.7,405.7 681.2,405.7 681.6,405.7 682.1,405.7 682.6,405.7 683.0,405.7 683.5,405.7 684.0,405.7 684.4,405.7 684.9,405.7 685.4,405.7 685.8,405.7 686.3,405.7 686.8,405.7 687.2,405.7 687.7,405.7 688.2,405.7 688.6,405.7 689.1,405.7 689.6,405.7 690.0,405.7 690.5,405.7 691.0,405.7 691.4,405.7 691.9,405.7 692.4,405.7 692.8,405.7 693.3,405.7 693.8,405.7 694.2,405.7 694.7,405.7 695.2,405.7 695.6,405.7 696.1,405.7 696.6,405.7 697.0,405.7 697.5,405.7 698.0,405.7 698.4,405.7 698.9,405.7 699.4,405.7 699.8,405.7 700.3,405.7 700.8,405.7 701.2,405.7 701.7,405.7 702.2,405.7 702.6,405.7 703.1,405.7 703.6,405.7 704.0,405.7 704.5,405.7 705.0,405.7 705.4,405.7 705.9,405.7 706.4,405.7 706.8,405.7 707.3,405.7 707.8,405.7 708.2,405.7 708.7,405.7 709.2,405.7 709.6,405.7 710.1,405.7 710.5,405.7 711.0,405.7 711.5,405.7 711.9,405.7 712.4,405.7 712.9,405.7 713.3,405.7 713.8,405.7 714.3,405.7 714.7,405.7 715.2,405.7 715.7,405.7 716.1,405.7 716.6,405.7 717.1,405.7 717.5,405.7 718.0,405.7 718.5,405.7 718.9,405.7 719.4,405.7 719.9,405.7 720.3,405.7 720.8,405.7 721.3,405.7 721.7,405.7 722.2,405.7 722.7,405.7 723.1,405.7 723.6,405.7 724.1,405.7 724.5,405.7 725.0,405.7 725.5,405.7 725.9,405.7 726.4,405.7 726.9,405.7 727.3,405.7 727.8,405.7 728.3,405.7 728.7,405.7 729.2,405.7 729.7,405.7 730.1,405.7 730.6,405.7 731.1,405.7 731.5,405.7 732.0,405.7 732.5,405.7 732.9,405.7 733.4,405.7 733.9,405.7 734.3,405.7 734.8,405.7 735.3,405.7 735.7,405.7 736.2,405.7 736.7,405.7 737.1,405.7 737.6,405.7 738.1,405.7 738.5,405.7 739.0,405.7 739.5,405.7 739.9,405.7 740.4,405.7 740.9,405.7 741.3,405.7 741.8,405.7 742.3,405.7 742.7,405.7 743.2,405.7 743.7,405.7 744.1,405.7 744.6,405.7 745.1,405.7 745.5,405.7 746.0,405.4 746.4,405.4 746.9,405.4 747.4,405.4 747.8,405.4 748.3,405.4 748.8,405.4 749.2,404.3 749.7,404.3 750.2,404.3 750.6,404.3 751.1,404.3 751.6,404.3 752.0,404.3 752.5,396.6 753.0,396.6 753.4,396.6 753.9,396.6 754.4,396.6 754.8,396.6 755.3,396.6 755.8,372.8 756.2,372.8 756.7,372.8 757.2,372.8 757.6,372.8 758.1,372.8 758.6,372.8 759.0,382.8 759.5,382.8 760.0,382.8 760.4,382.8 760.9,382.8 761.4,382.8 761.8,382.8 762.3,379.7 762.8,379.7 763.2,379.7 763.7,379.7 764.2,379.7 764.6,379.7 765.1,379.7 765.6,378.7 766.0,378.7 766.5,378.7 767.0,378.7 767.4,378.7 767.9,378.7 768.4,378.7 768.8,369.5 769.3,369.5 769.8,369.5 770.2,369.5 770.7,369.5 771.2,369.5 771.6,369.5 772.1,364.9 772.6,364.9 773.0,364.9 773.5,364.9 774.0,364.9 774.4,364.9 774.9,364.9 775.4,376.3 775.8,376.3 776.3,376.3 776.8,376.3 777.2,376.3 777.7,376.3 778.2,376.3 778.6,388.9 779.1,388.9 779.6,388.9 780.0,388.9 780.5,388.9 781.0,388.9 781.4,388.9 781.9,377.1 782.3,377.1 782.8,377.1 783.3,377.1 783.7,377.1 784.2,377.1 784.7,377.1 785.1,376.6 785.6,376.6 786.1,376.6 786.5,376.6 787.0,376.6 787.5,376.6 787.9,376.6 788.4,351.2 788.9,351.2 789.3,351.2 789.8,351.2 790.3,351.2 790.7,351.2 791.2,351.2 791.7,341.5 792.1,341.5 792.6,341.5 793.1,341.5 793.5,341.5 794.0,341.5 794.5,341.5 794.9,323.2 795.4,323.2 795.9,323.2 796.3,323.2 796.8,323.2 797.3,323.2 797.7,323.2 798.2,297.6 798.7,297.6 799.1,297.6 799.6,297.6 800.1,297.6 800.5,297.6 801.0,297.6 801.5,268.3 801.9,268.3 802.4,268.3 802.9,268.3 803.3,268.3 803.8,268.3 804.3,268.3 804.7,304.8 805.2,304.8 805.7,304.8 806.1,304.8 806.6,304.8 807.1,304.8 807.5,304.8 808.0,274.0 808.5,274.0 808.9,274.0 809.4,274.0 809.9,274.0 810.3,274.0 810.8,274.0 811.3,291.3 811.7,291.3 812.2,291.3 812.7,291.3 813.1,291.3 813.6,291.3 814.1,291.3 814.5,277.2 815.0,277.2 815.5,277.2 815.9,277.2 816.4,277.2 816.8,277.2 817.3,277.2 817.8,297.6 818.2,297.6 818.7,297.6 819.2,297.6 819.6,297.6 820.1,297.6 820.6,297.6 821.0,287.7 821.5,287.7 822.0,287.7 822.4,287.7 822.9,287.7 823.4,287.7 823.8,287.7 824.3,309.7 824.8,309.7 825.2,309.7 825.7,309.7 826.2,309.7 826.6,309.7 827.1,309.7 827.6,303.2 828.0,303.2 828.5,303.2 829.0,303.2 829.4,303.2 829.9,303.2 830.4,303.2 830.8,306.2 831.3,306.2 831.8,306.2 832.2,306.2 832.7,306.2 833.2,306.2 833.6,306.2 834.1,306.4 834.6,306.4 835.0,306.4 835.5,306.4 836.0,306.4 836.4,306.4 836.9,306.4 837.4,306.4 837.8,306.4 838.3,306.4 838.8,306.4 839.2,306.4 839.7,306.4 840.2,306.4 840.6,306.4 841.1,306.4 841.6,306.4 842.0,306.4 842.5,306.4 843.0,306.4 843.4,306.4 843.9,306.4 844.4,306.4 844.8,306.4 845.3,306.4 845.8,306.4 846.2,306.4 846.7,306.4 847.2,306.4 847.6,306.4 848.1,306.4 848.6,306.4 849.0,306.4 849.5,306.4 850.0,306.4 850.4,306.4 850.9,306.4 851.4,306.4 851.8,306.4 852.3,306.4 852.7,306.4 853.2,306.4 853.7,306.4 854.1,306.4 854.6,306.4 855.1,306.4 855.5,306.4 856.0,306.4 856.5,306.4 856.9,306.4 857.4,306.4 857.9,306.4 858.3,306.4 858.8,306.4 859.3,306.4 859.7,306.4 860.2,306.4 860.7,306.4 861.1,306.4 861.6,306.4 862.1,306.4 862.5,306.4 863.0,306.4 863.5,306.4 863.9,306.4 864.4,306.4 864.9,306.4 865.3,306.4 865.8,306.4 866.3,306.4 866.7,306.4 867.2,306.4 867.7,306.4 868.1,306.4 868.6,306.4 869.1,306.4 869.5,306.4 870.0,306.4" fill="none" stroke="#3fb950" stroke-width="2" opacity="0.95"/>
<polyline points="90.0,515.3 90.5,515.3 90.9,515.3 91.4,515.3 91.9,515.3 92.3,515.3 92.8,515.3 93.3,515.3 93.7,515.3 94.2,515.3 94.7,515.3 95.1,515.3 95.6,515.3 96.1,515.3 96.5,515.3 97.0,515.3 97.5,515.3 97.9,515.3 98.4,515.3 98.9,515.3 99.3,515.3 99.8,515.3 100.3,515.3 100.7,515.3 101.2,515.3 101.7,515.3 102.1,515.3 102.6,515.3 103.1,515.3 103.5,515.3 104.0,515.3 104.5,515.3 104.9,515.3 105.4,515.3 105.9,515.3 106.3,515.3 106.8,515.3 107.3,515.3 107.7,515.3 108.2,515.3 108.6,515.3 109.1,515.3 109.6,515.3 110.0,515.3 110.5,515.3 111.0,515.3 111.4,515.3 111.9,515.3 112.4,515.3 112.8,515.3 113.3,515.3 113.8,515.3 114.2,515.3 114.7,515.3 115.2,515.3 115.6,515.3 116.1,515.3 116.6,515.3 117.0,515.3 117.5,515.3 118.0,515.3 118.4,515.3 118.9,515.3 119.4,515.3 119.8,515.3 120.3,515.3 120.8,515.3 121.2,515.3 121.7,515.3 122.2,515.3 122.6,515.3 123.1,515.3 123.6,515.3 124.0,515.3 124.5,515.3 125.0,515.3 125.4,515.3 125.9,515.3 126.4,515.3 126.8,515.3 127.3,515.3 127.8,515.3 128.2,515.3 128.7,515.3 129.2,515.3 129.6,515.3 130.1,515.3 130.6,515.3 131.0,515.3 131.5,515.3 132.0,515.3 132.4,515.3 132.9,515.3 133.4,515.3 133.8,515.3 134.3,515.3 134.8,515.3 135.2,515.8 135.7,515.1 136.2,515.2 136.6,517.2 137.1,517.2 137.6,516.7 138.0,517.3 138.5,517.3 139.0,518.2 139.4,516.1 139.9,516.2 140.4,515.4 140.8,515.7 141.3,517.1 141.8,517.1 142.2,516.1 142.7,514.7 143.2,514.1 143.6,514.0 144.1,513.5 144.5,513.0 145.0,513.0 145.5,508.5 145.9,509.1 146.4,508.2 146.9,507.6 147.3,508.0 147.8,508.0 148.3,507.6 148.7,506.4 149.2,503.3 149.7,503.8 150.1,504.9 150.6,508.7 151.1,509.4 151.5,508.5 152.0,506.4 152.5,504.3 152.9,506.1 153.4,505.9 153.9,504.6 154.3,504.3 154.8,504.3 155.3,505.2 155.7,507.2 156.2,506.8 156.7,506.6 157.1,508.5 157.6,508.0 158.1,508.3 158.5,506.8 159.0,505.2 159.5,505.6 159.9,504.4 160.4,505.5 160.9,502.3 161.3,505.2 161.8,504.6 162.3,504.0 162.7,504.6 163.2,504.6 163.7,504.2 164.1,504.1 164.6,504.0 165.1,503.7 165.5,506.1 166.0,505.4 166.5,505.4 166.9,505.8 167.4,505.6 167.9,505.2 168.3,505.4 168.8,505.7 169.3,506.3 169.7,506.1 170.2,506.2 170.7,504.7 171.1,504.7 171.6,506.2 172.1,506.4 172.5,506.9 173.0,507.4 173.5,506.9 173.9,506.7 174.4,507.0 174.9,506.6 175.3,507.0 175.8,507.2 176.3,507.0 176.7,507.3 177.2,505.9 177.7,506.4 178.1,505.7 178.6,506.3 179.0,506.3 179.5,506.5 180.0,506.3 180.4,506.5 180.9,506.5 181.4,506.7 181.8,507.0 182.3,506.9 182.8,506.9 183.2,506.7 183.7,506.8 184.2,505.9 184.6,505.2 185.1,505.0 185.6,505.2 186.0,504.5 186.5,503.5 187.0,498.6 187.4,499.0 187.9,498.1 188.4,498.1 188.8,497.1 189.3,495.1 189.8,498.3 190.2,497.5 190.7,497.6 191.2,495.2 191.6,495.1 192.1,495.9 192.6,495.2 193.0,495.5 193.5,494.6 194.0,496.7 194.4,495.9 194.9,495.0 195.4,495.1 195.8,494.7 196.3,494.5 196.8,492.9 197.2,494.1 197.7,495.2 198.2,494.6 198.6,495.9 199.1,495.5 199.6,495.6 200.0,495.1 200.5,496.9 201.0,496.4 201.4,497.1 201.9,496.1 202.4,496.3 202.8,495.4 203.3,495.5 203.8,494.2 204.2,496.7 204.7,502.0 205.2,502.1 205.6,502.1 206.1,502.1 206.6,502.1 207.0,502.1 207.5,502.1 208.0,502.1 208.4,502.1 208.9,502.1 209.4,502.1 209.8,502.1 210.3,502.1 210.8,502.1 211.2,502.1 211.7,502.1 212.2,502.1 212.6,502.1 213.1,502.1 213.6,502.1 214.0,502.1 214.5,502.1 214.9,502.1 215.4,502.1 215.9,502.1 216.3,502.1 216.8,502.1 217.3,502.1 217.7,502.1 218.2,502.1 218.7,502.1 219.1,502.1 219.6,502.1 220.1,502.1 220.5,502.1 221.0,502.1 221.5,502.1 221.9,502.1 222.4,501.8 222.9,501.1 223.3,501.6 223.8,501.6 224.3,501.3 224.7,502.0 225.2,501.9 225.7,501.4 226.1,500.3 226.6,499.6 227.1,495.8 227.5,495.2 228.0,495.3 228.5,494.6 228.9,494.9 229.4,494.7 229.9,492.3 230.3,493.9 230.8,493.2 231.3,492.8 231.7,491.8 232.2,492.0 232.7,492.8 233.1,491.1 233.6,490.3 234.1,484.3 234.5,484.4 235.0,487.4 235.5,484.7 235.9,485.3 236.4,485.5 236.9,483.8 237.3,481.4 237.8,481.2 238.3,482.3 238.7,482.8 239.2,479.6 239.7,475.7 240.1,475.1 240.6,475.0 241.1,471.7 241.5,471.6 242.0,472.7 242.5,472.7 242.9,469.6 243.4,471.2 243.9,477.8 244.3,478.0 244.8,475.4 245.3,473.5 245.7,467.5 246.2,470.9 246.7,469.2 247.1,468.2 247.6,471.3 248.1,469.4 248.5,468.7 249.0,469.3 249.5,472.9 249.9,471.9 250.4,473.1 250.8,474.0 251.3,470.9 251.8,469.5 252.2,469.1 252.7,468.4 253.2,460.5 253.6,454.3 254.1,452.9 254.6,449.8 255.0,451.5 255.5,454.3 256.0,450.2 256.4,452.4 256.9,450.4 257.4,446.5 257.8,439.1 258.3,439.8 258.8,436.5 259.2,435.3 259.7,429.1 260.2,428.5 260.6,426.9 261.1,415.5 261.6,412.8 262.0,416.1 262.5,407.7 263.0,395.9 263.4,385.3 263.9,379.4 264.4,381.7 264.8,389.6 265.3,401.2 265.8,408.0 266.2,393.9 266.7,386.1 267.2,395.9 267.6,398.6 268.1,400.2 268.6,396.7 269.0,399.1 269.5,401.2 270.0,420.9 270.4,411.8 270.9,415.7 271.4,414.8 271.8,414.5 272.3,413.6 272.8,422.5 273.2,422.6 273.7,422.6 274.2,422.6 274.6,422.6 275.1,422.6 275.6,422.6 276.0,422.6 276.5,422.6 277.0,422.6 277.4,422.6 277.9,422.6 278.4,422.6 278.8,422.0 279.3,425.8 279.8,418.5 280.2,419.5 280.7,420.5 281.2,416.6 281.6,418.5 282.1,415.4 282.6,408.3 283.0,409.4 283.5,399.2 284.0,398.7 284.4,395.2 284.9,403.3 285.3,416.3 285.8,414.2 286.3,420.5 286.7,420.4 287.2,420.4 287.7,420.4 288.1,420.4 288.6,420.4 289.1,420.4 289.5,420.4 290.0,420.4 290.5,420.4 290.9,420.4 291.4,420.4 291.9,420.4 292.3,420.4 292.8,420.4 293.3,420.4 293.7,420.4 294.2,424.5 294.7,431.6 295.1,429.7 295.6,425.4 296.1,427.5 296.5,426.5 297.0,426.6 297.5,428.2 297.9,434.5 298.4,434.0 298.9,438.1 299.3,440.4 299.8,433.2 300.3,431.5 300.7,431.5 301.2,427.8 301.7,425.3 302.1,425.3 302.6,425.0 303.1,424.4 303.5,428.1 304.0,425.7 304.5,425.1 304.9,426.9 305.4,431.3 305.9,426.6 306.3,426.7 306.8,423.5 307.3,422.7 307.7,423.3 308.2,415.8 308.7,416.6 309.1,416.2 309.6,419.8 310.1,421.7 310.5,431.0 311.0,432.0 311.5,432.2 311.9,432.2 312.4,432.2 312.9,432.2 313.3,432.2 313.8,432.2 314.3,432.2 314.7,432.2 315.2,432.2 315.7,432.2 316.1,432.2 316.6,432.2 317.1,432.2 317.5,432.2 318.0,432.2 318.5,432.2 318.9,432.2 319.4,432.2 319.9,432.2 320.3,432.2 320.8,432.2 321.2,432.2 321.7,432.2 322.2,432.2 322.6,432.2 323.1,432.2 323.6,432.2 324.0,432.2 324.5,432.2 325.0,432.2 325.4,432.2 325.9,432.2 326.4,432.2 326.8,432.2 327.3,432.2 327.8,432.2 328.2,432.2 328.7,432.2 329.2,432.2 329.6,432.2 330.1,432.2 330.6,432.2 331.0,432.2 331.5,432.2 332.0,432.2 332.4,432.2 332.9,432.2 333.4,432.2 333.8,432.2 334.3,432.2 334.8,432.2 335.2,432.2 335.7,432.2 336.2,432.2 336.6,432.2 337.1,432.2 337.6,432.2 338.0,432.2 338.5,432.2 339.0,432.2 339.4,432.2 339.9,432.2 340.4,432.2 340.8,432.2 341.3,432.2 341.8,432.2 342.2,432.2 342.7,432.2 343.2,432.2 343.6,432.2 344.1,432.2 344.6,432.2 345.0,432.2 345.5,432.2 346.0,432.2 346.4,432.2 346.9,432.2 347.4,432.2 347.8,432.2 348.3,432.2 348.8,432.2 349.2,432.2 349.7,432.2 350.2,432.2 350.6,432.2 351.1,432.2 351.6,432.2 352.0,432.2 352.5,432.2 353.0,432.2 353.4,432.2 353.9,432.2 354.4,432.2 354.8,432.2 355.3,432.2 355.8,432.2 356.2,429.0 356.7,422.8 357.1,416.3 357.6,414.5 358.1,414.5 358.5,407.5 359.0,409.4 359.5,414.6 359.9,417.0 360.4,420.2 360.9,415.3 361.3,411.8 361.8,405.7 362.3,400.3 362.7,402.6 363.2,394.6 363.7,397.1 364.1,397.0 364.6,400.7 365.1,390.2 365.5,392.3 366.0,392.5 366.5,395.8 366.9,399.8 367.4,399.5 367.9,393.5 368.3,385.3 368.8,386.7 369.3,385.4 369.7,384.7 370.2,390.4 370.7,386.5 371.1,392.8 371.6,386.2 372.1,386.7 372.5,386.9 373.0,392.5 373.5,392.1 373.9,386.9 374.4,385.4 374.9,383.2 375.3,383.5 375.8,377.8 376.3,375.1 376.7,393.2 377.2,395.5 377.7,396.6 378.1,396.6 378.6,396.6 379.1,396.6 379.5,396.6 380.0,396.6 380.5,396.6 380.9,396.6 381.4,396.6 381.9,396.6 382.3,396.6 382.8,396.6 383.3,396.6 383.7,396.6 384.2,396.6 384.7,396.6 385.1,396.6 385.6,396.6 386.1,396.6 386.5,396.6 387.0,396.6 387.5,396.6 387.9,396.6 388.4,396.6 388.9,396.6 389.3,396.6 389.8,390.3 390.3,379.6 390.7,383.9 391.2,383.5 391.6,380.7 392.1,381.2 392.6,373.7 393.0,377.7 393.5,373.9 394.0,374.2 394.4,362.3 394.9,364.3 395.4,362.4 395.8,361.1 396.3,354.9 396.8,350.1 397.2,360.6 397.7,364.8 398.2,362.9 398.6,364.1 399.1,358.3 399.6,365.7 400.0,370.9 400.5,365.0 401.0,360.5 401.4,361.5 401.9,363.1 402.4,363.9 402.8,357.8 403.3,358.5 403.8,362.7 404.2,363.6 404.7,362.5 405.2,357.5 405.6,345.7 406.1,347.4 406.6,352.9 407.0,353.0 407.5,355.2 408.0,354.3 408.4,351.6 408.9,356.9 409.4,366.3 409.8,365.7 410.3,375.2 410.8,375.5 411.2,375.5 411.7,375.5 412.2,375.5 412.6,375.5 413.1,375.5 413.6,375.5 414.0,375.5 414.5,375.5 415.0,375.5 415.4,375.5 415.9,375.5 416.4,375.5 416.8,375.5 417.3,375.5 417.8,375.5 418.2,375.5 418.7,375.5 419.2,375.5 419.6,375.5 420.1,375.5 420.6,375.5 421.0,375.5 421.5,375.5 422.0,375.5 422.4,375.5 422.9,375.5 423.4,375.5 423.8,375.5 424.3,375.5 424.8,375.5 425.2,375.5 425.7,375.5 426.2,375.5 426.6,375.5 427.1,375.5 427.5,375.5 428.0,375.5 428.5,375.5 428.9,375.5 429.4,375.5 429.9,375.5 430.3,375.5 430.8,375.5 431.3,375.5 431.7,375.5 432.2,375.5 432.7,375.5 433.1,375.5 433.6,375.5 434.1,375.5 434.5,375.5 435.0,375.5 435.5,375.5 435.9,375.5 436.4,375.5 436.9,375.5 437.3,375.5 437.8,375.5 438.3,375.5 438.7,375.5 439.2,375.5 439.7,375.5 440.1,375.5 440.6,375.5 441.1,375.5 441.5,375.5 442.0,375.5 442.5,375.5 442.9,375.5 443.4,375.5 443.9,375.5 444.3,375.5 444.8,375.5 445.3,375.5 445.7,375.5 446.2,375.5 446.7,375.5 447.1,375.9 447.6,371.9 448.1,365.9 448.5,364.8 449.0,363.9 449.5,367.1 449.9,371.9 450.4,372.6 450.9,372.8 451.3,371.2 451.8,362.9 452.3,365.4 452.7,379.7 453.2,381.8 453.7,381.4 454.1,388.4 454.6,388.6 455.1,388.6 455.5,388.6 456.0,388.6 456.5,388.6 456.9,388.6 457.4,388.6 457.9,388.6 458.3,384.8 458.8,386.3 459.3,391.4 459.7,402.8 460.2,401.9 460.7,405.3 461.1,406.6 461.6,404.2 462.1,393.0 462.5,401.8 463.0,404.0 463.4,403.7 463.9,407.3 464.4,401.0 464.8,402.1 465.3,395.9 465.8,396.6 466.2,393.6 466.7,392.3 467.2,395.5 467.6,396.1 468.1,391.7 468.6,389.8 469.0,386.1 469.5,384.8 470.0,384.3 470.4,376.2 470.9,375.1 471.4,374.0 471.8,375.4 472.3,380.7 472.8,378.1 473.2,379.5 473.7,377.5 474.2,376.9 474.6,380.6 475.1,388.7 475.6,388.9 476.0,388.9 476.5,388.9 477.0,388.9 477.4,388.9 477.9,388.9 478.4,388.9 478.8,388.9 479.3,388.9 479.8,388.9 480.2,388.9 480.7,388.9 481.2,388.9 481.6,388.9 482.1,388.9 482.6,388.9 483.0,388.9 483.5,388.9 484.0,388.9 484.4,388.9 484.9,388.9 485.4,388.9 485.8,388.9 486.3,388.9 486.8,388.9 487.2,388.9 487.7,388.9 488.2,388.9 488.6,388.9 489.1,388.9 489.6,388.9 490.0,388.9 490.5,388.9 491.0,388.9 491.4,388.9 491.9,388.9 492.4,388.9 492.8,388.9 493.3,388.9 493.8,388.9 494.2,388.9 494.7,388.9 495.2,388.9 495.6,388.9 496.1,388.9 496.6,388.9 497.0,388.9 497.5,388.9 497.9,388.9 498.4,388.9 498.9,388.9 499.3,388.9 499.8,388.9 500.3,388.9 500.7,388.9 501.2,388.9 501.7,388.9 502.1,388.9 502.6,388.9 503.1,388.9 503.5,388.9 504.0,388.9 504.5,388.9 504.9,388.9 505.4,388.9 505.9,388.9 506.3,388.9 506.8,388.9 507.3,388.9 507.7,388.9 508.2,388.9 508.7,388.9 509.1,388.9 509.6,388.9 510.1,388.9 510.5,388.9 511.0,388.9 511.5,388.9 511.9,388.9 512.4,388.9 512.9,388.9 513.3,388.9 513.8,388.9 514.3,388.9 514.7,388.9 515.2,388.9 515.7,388.9 516.1,388.9 516.6,388.9 517.1,388.9 517.5,388.9 518.0,388.9 518.5,388.9 518.9,390.0 519.4,395.3 519.9,401.8 520.3,406.5 520.8,400.0 521.3,397.4 521.7,395.5 522.2,392.9 522.7,395.9 523.1,383.4 523.6,376.9 524.1,378.0 524.5,378.5 525.0,381.8 525.5,383.6 525.9,382.5 526.4,391.6 526.9,392.5 527.3,380.2 527.8,373.6 528.3,373.8 528.7,374.9 529.2,377.2 529.7,377.4 530.1,379.9 530.6,380.8 531.1,382.4 531.5,377.6 532.0,380.0 532.5,378.4 532.9,373.8 533.4,378.5 533.8,372.8 534.3,372.7 534.8,369.5 535.2,369.3 535.7,370.1 536.2,371.4 536.6,373.3 537.1,377.3 537.6,378.2 538.0,395.2 538.5,395.3 539.0,395.3 539.4,395.3 539.9,395.3 540.4,395.3 540.8,395.3 541.3,395.3 541.8,395.3 542.2,395.3 542.7,395.3 543.2,395.3 543.6,395.3 544.1,395.3 544.6,395.3 545.0,395.3 545.5,395.3 546.0,395.3 546.4,395.3 546.9,395.3 547.4,395.3 547.8,395.3 548.3,393.4 548.8,392.8 549.2,388.6 549.7,403.0 550.2,403.4 550.6,407.1 551.1,407.2 551.6,407.2 552.0,407.2 552.5,407.2 553.0,407.2 553.4,407.2 553.9,407.2 554.4,407.2 554.8,407.2 555.3,407.2 555.8,407.2 556.2,407.2 556.7,407.2 557.2,407.2 557.6,407.2 558.1,407.2 558.6,407.2 559.0,407.2 559.5,407.2 560.0,407.2 560.4,407.2 560.9,407.2 561.4,407.2 561.8,407.2 562.3,407.2 562.8,407.2 563.2,407.2 563.7,407.2 564.2,407.2 564.6,407.2 565.1,407.2 565.6,407.2 566.0,407.2 566.5,407.2 567.0,407.2 567.4,407.2 567.9,407.2 568.4,407.2 568.8,407.2 569.3,407.2 569.7,407.2 570.2,410.6 570.7,408.5 571.1,407.1 571.6,408.3 572.1,409.2 572.5,409.3 573.0,411.4 573.5,411.1 573.9,404.9 574.4,404.0 574.9,406.3 575.3,408.5 575.8,422.1 576.3,422.2 576.7,422.2 577.2,422.2 577.7,422.2 578.1,422.2 578.6,422.2 579.1,422.2 579.5,422.2 580.0,422.2 580.5,422.2 580.9,422.2 581.4,422.2 581.9,422.2 582.3,422.2 582.8,422.2 583.3,422.2 583.7,422.2 584.2,422.2 584.7,422.2 585.1,422.2 585.6,422.2 586.1,422.2 586.5,422.2 587.0,422.2 587.5,422.2 587.9,422.2 588.4,422.2 588.9,422.2 589.3,422.2 589.8,422.2 590.3,422.2 590.7,422.2 591.2,422.2 591.7,422.2 592.1,422.2 592.6,422.1 593.1,425.2 593.5,430.2 594.0,430.3 594.5,430.3 594.9,430.3 595.4,430.3 595.9,430.3 596.3,430.3 596.8,430.3 597.3,430.3 597.7,430.3 598.2,430.3 598.7,430.3 599.1,430.3 599.6,430.3 600.1,430.3 600.5,430.3 601.0,430.3 601.5,430.3 601.9,430.3 602.4,430.3 602.9,430.3 603.3,430.3 603.8,430.3 604.2,430.3 604.7,429.7 605.2,427.9 605.6,424.6 606.1,418.1 606.6,410.9 607.0,403.5 607.5,404.1 608.0,402.1 608.4,402.2 608.9,405.5 609.4,402.7 609.8,391.7 610.3,391.0 610.8,391.4 611.2,389.9 611.7,392.0 612.2,388.6 612.6,389.2 613.1,388.9 613.6,389.2 614.0,384.1 614.5,390.6 615.0,388.5 615.4,384.4 615.9,386.2 616.4,386.3 616.8,387.1 617.3,389.8 617.8,391.1 618.2,387.6 618.7,389.9 619.2,397.6 619.6,398.8 620.1,397.3 620.6,397.8 621.0,397.7 621.5,394.8 622.0,380.4 622.4,385.1 622.9,378.6 623.4,378.1 623.8,380.2 624.3,376.8 624.8,379.5 625.2,381.2 625.7,382.9 626.2,388.1 626.6,388.2 627.1,385.6 627.6,385.8 628.0,388.4 628.5,385.0 629.0,386.1 629.4,393.9 629.9,393.9 630.4,393.4 630.8,393.4 631.3,394.9 631.8,398.3 632.2,398.5 632.7,398.5 633.2,398.5 633.6,398.5 634.1,385.2 634.6,381.6 635.0,384.0 635.5,379.5 636.0,363.9 636.4,366.9 636.9,359.9 637.4,361.7 637.8,359.0 638.3,364.7 638.8,357.9 639.2,363.5 639.7,363.5 640.1,360.2 640.6,365.8 641.1,364.9 641.5,357.8 642.0,359.9 642.5,357.0 642.9,357.4 643.4,358.8 643.9,361.5 644.3,359.0 644.8,359.0 645.3,359.8 645.7,360.6 646.2,360.5 646.7,357.9 647.1,349.2 647.6,345.4 648.1,346.0 648.5,344.3 649.0,343.8 649.5,344.9 649.9,344.9 650.4,350.6 650.9,344.3 651.3,354.7 651.8,358.5 652.3,358.7 652.7,358.7 653.2,358.7 653.7,358.7 654.1,358.7 654.6,358.7 655.1,358.7 655.5,358.7 656.0,358.7 656.5,358.7 656.9,358.7 657.4,358.7 657.9,358.7 658.3,358.7 658.8,358.7 659.3,358.7 659.7,358.7 660.2,358.7 660.7,358.7 661.1,358.7 661.6,358.7 662.1,358.7 662.5,358.7 663.0,358.7 663.5,358.7 663.9,358.7 664.4,358.7 664.9,358.7 665.3,358.7 665.8,358.7 666.3,358.7 666.7,358.7 667.2,358.7 667.7,358.7 668.1,358.7 668.6,358.7 669.1,358.7 669.5,358.7 670.0,358.7 670.5,358.7 670.9,358.7 671.4,358.7 671.9,358.7 672.3,358.7 672.8,358.7 673.3,358.7 673.7,358.7 674.2,358.7 674.7,358.7 675.1,358.7 675.6,358.7 676.0,358.7 676.5,358.7 677.0,358.7 677.4,358.7 677.9,358.7 678.4,358.7 678.8,358.7 679.3,358.7 679.8,358.7 680.2,358.7 680.7,347.6 681.2,348.3 681.6,343.2 682.1,344.1 682.6,344.6 683.0,345.9 683.5,343.2 684.0,347.2 684.4,344.8 684.9,344.6 685.4,343.8 685.8,343.6 686.3,340.1 686.8,342.6 687.2,344.3 687.7,348.3 688.2,345.5 688.6,345.8 689.1,346.6 689.6,345.0 690.0,343.6 690.5,345.2 691.0,338.0 691.4,345.5 691.9,345.8 692.4,346.1 692.8,346.8 693.3,348.7 693.8,348.3 694.2,349.1 694.7,348.3 695.2,349.2 695.6,347.2 696.1,353.2 696.6,352.8 697.0,352.0 697.5,352.9 698.0,352.2 698.4,352.0 698.9,352.5 699.4,352.8 699.8,349.9 700.3,353.3 700.8,353.1 701.2,353.8 701.7,354.0 702.2,354.0 702.6,353.1 703.1,349.3 703.6,350.6 704.0,351.5 704.5,351.7 705.0,351.6 705.4,352.5 705.9,351.6 706.4,353.2 706.8,356.3 707.3,356.5 707.8,356.5 708.2,356.5 708.7,356.5 709.2,356.5 709.6,356.5 710.1,356.5 710.5,356.5 711.0,356.5 711.5,356.5 711.9,356.5 712.4,356.5 712.9,356.5 713.3,359.7 713.8,369.1 714.3,370.0 714.7,369.6 715.2,368.9 715.7,369.9 716.1,370.2 716.6,370.4 717.1,367.0 717.5,369.3 718.0,369.4 718.5,369.8 718.9,374.5 719.4,374.6 719.9,374.6 720.3,374.6 720.8,374.6 721.3,374.6 721.7,374.6 722.2,374.6 722.7,374.6 723.1,375.3 723.6,378.8 724.1,378.7 724.5,378.7 725.0,380.8 725.5,380.5 725.9,381.0 726.4,380.2 726.9,376.0 727.3,376.7 727.8,376.3 728.3,370.0 728.7,372.8 729.2,373.4 729.7,371.1 730.1,373.5 730.6,370.2 731.1,370.1 731.5,370.3 732.0,372.5 732.5,373.7 732.9,376.9 733.4,377.6 733.9,377.0 734.3,377.0 734.8,375.1 735.3,366.6 735.7,367.3 736.2,367.8 736.7,365.4 737.1,359.4 737.6,357.9 738.1,357.4 738.5,338.1 739.0,333.1 739.5,329.3 739.9,331.5 740.4,333.0 740.9,331.9 741.3,329.1 741.8,329.3 742.3,328.3 742.7,323.5 743.2,326.6 743.7,327.9 744.1,325.7 744.6,325.9 745.1,326.0 745.5,323.4 746.0,322.1 746.4,315.6 746.9,311.8 747.4,312.9 747.8,313.4 748.3,316.8 748.8,322.8 749.2,308.2 749.7,319.0 750.2,316.2 750.6,316.3 751.1,311.3 751.6,310.7 752.0,321.1 752.5,311.0 753.0,311.9 753.4,309.2 753.9,308.7 754.4,310.7 754.8,312.1 755.3,308.5 755.8,308.4 756.2,309.3 756.7,303.2 757.2,298.3 757.6,295.1 758.1,282.6 758.6,269.5 759.0,271.6 759.5,274.5 760.0,269.0 760.4,271.8 760.9,271.4 761.4,287.2 761.8,286.0 762.3,277.0 762.8,276.1 763.2,283.0 763.7,281.0 764.2,286.5 764.6,278.6 765.1,280.8 765.6,272.2 766.0,270.9 766.5,270.1 767.0,271.7 767.4,276.2 767.9,272.5 768.4,279.3 768.8,273.5 769.3,278.6 769.8,281.9 770.2,281.5 770.7,280.9 771.2,269.0 771.6,264.1 772.1,277.2 772.6,268.9 773.0,269.0 773.5,270.1 774.0,270.4 774.4,251.5 774.9,256.7 775.4,253.6 775.8,255.3 776.3,277.2 776.8,277.3 777.2,283.8 777.7,279.3 778.2,275.3 778.6,277.9 779.1,287.1 779.6,284.9 780.0,284.6 780.5,285.4 781.0,298.1 781.4,298.3 781.9,298.3 782.3,298.3 782.8,298.3 783.3,298.3 783.7,298.3 784.2,298.3 784.7,298.3 785.1,298.3 785.6,298.3 786.1,298.3 786.5,298.3 787.0,298.3 787.5,298.3 787.9,298.3 788.4,298.3 788.9,293.1 789.3,282.9 789.8,279.4 790.3,276.5 790.7,267.3 791.2,268.5 791.7,256.9 792.1,256.3 792.6,255.1 793.1,257.8 793.5,255.3 794.0,257.2 794.5,254.4 794.9,256.9 795.4,259.8 795.9,263.0 796.3,258.3 796.8,257.4 797.3,242.0 797.7,227.8 798.2,197.7 798.7,204.9 799.1,198.1 799.6,200.3 800.1,194.0 800.5,165.4 801.0,190.5 801.5,177.7 801.9,173.2 802.4,165.6 802.9,164.5 803.3,161.6 803.8,144.3 804.3,147.9 804.7,139.0 805.2,148.4 805.7,159.4 806.1,182.1 806.6,165.1 807.1,169.7 807.5,201.0 808.0,167.7 808.5,181.1 808.9,190.6 809.4,189.1 809.9,171.5 810.3,156.4 810.8,156.2 811.3,159.1 811.7,152.0 812.2,156.7 812.7,158.1 813.1,148.7 813.6,157.8 814.1,181.4 814.5,178.4 815.0,164.4 815.5,168.1 815.9,162.2 816.4,159.7 816.8,147.1 817.3,160.9 817.8,152.9 818.2,155.8 818.7,171.7 819.2,190.4 819.6,179.8 820.1,192.6 820.6,190.4 821.0,204.5 821.5,204.9 822.0,204.9 822.4,204.9 822.9,204.9 823.4,204.9 823.8,204.9 824.3,204.9 824.8,204.9 825.2,204.9 825.7,204.9 826.2,204.9 826.6,204.9 827.1,204.9 827.6,204.9 828.0,204.9 828.5,204.9 829.0,204.9 829.4,204.9 829.9,204.9 830.4,204.9 830.8,204.9 831.3,204.9 831.8,204.9 832.2,204.9 832.7,204.9 833.2,204.9 833.6,204.9 834.1,204.9 834.6,210.5 835.0,201.1 835.5,201.6 836.0,205.1 836.4,178.2 836.9,185.0 837.4,190.3 837.8,196.5 838.3,193.4 838.8,189.6 839.2,193.4 839.7,188.9 840.2,194.6 840.6,198.3 841.1,194.2 841.6,198.8 842.0,197.7 842.5,197.4 843.0,191.9 843.4,182.8 843.9,180.1 844.4,181.8 844.8,189.2 845.3,189.3 845.8,187.6 846.2,188.3 846.7,199.6 847.2,194.9 847.6,202.6 848.1,206.5 848.6,205.5 849.0,203.2 849.5,204.0 850.0,211.0 850.4,211.3 850.9,211.3 851.4,211.3 851.8,211.3 852.3,211.3 852.7,211.3 853.2,211.3 853.7,211.3 854.1,211.3 854.6,211.3 855.1,211.3 855.5,211.3 856.0,211.3 856.5,211.3 856.9,211.3 857.4,211.3 857.9,211.3 858.3,211.3 858.8,211.3 859.3,211.3 859.7,211.3 860.2,211.3 860.7,211.3 861.1,211.3 861.6,211.3 862.1,211.3 862.5,211.3 863.0,210.0 863.5,215.1 863.9,215.9 864.4,201.6 864.9,199.3 865.3,194.1 865.8,197.1 866.3,205.7 866.7,208.6 867.2,206.5 867.7,195.4 868.1,195.9 868.6,193.6 869.1,201.1 869.5,204.3 870.0,212.5" fill="none" stroke="#d2a8ff" stroke-width="2" opacity="0.95"/>
<polyline points="90.0,515.3 90.5,516.4 90.9,514.6 91.4,514.3 91.9,514.3 92.3,512.6 92.8,510.7 93.3,511.1 93.7,512.1 94.2,510.7 94.7,511.3 95.1,510.6 95.6,510.8 96.1,507.5 96.5,507.6 97.0,508.0 97.5,507.0 97.9,506.9 98.4,508.1 98.9,508.3 99.3,507.9 99.8,508.2 100.3,509.5 100.7,509.3 101.2,509.7 101.7,508.6 102.1,507.1 102.6,504.9 103.1,505.1 103.5,504.2 104.0,505.0 104.5,504.8 104.9,505.0 105.4,505.3 105.9,505.8 106.3,503.7 106.8,503.2 107.3,502.8 107.7,502.5 108.2,501.3 108.6,502.5 109.1,500.9 109.6,500.3 110.0,500.8 110.5,500.4 111.0,502.4 111.4,502.2 111.9,503.3 112.4,501.2 112.8,503.6 113.3,503.7 113.8,503.4 114.2,503.5 114.7,502.2 115.2,503.5 115.6,505.0 116.1,507.5 116.6,507.7 117.0,508.2 117.5,508.6 118.0,508.8 118.4,507.3 118.9,507.7 119.4,507.8 119.8,506.3 120.3,506.1 120.8,507.1 121.2,511.0 121.7,511.9 122.2,511.9 122.6,511.9 123.1,526.1 123.6,523.2 124.0,525.0 124.5,524.0 125.0,525.9 125.4,524.8 125.9,524.8 126.4,520.2 126.8,520.2 127.3,520.2 127.8,521.9 128.2,519.1 128.7,517.6 129.2,517.8 129.6,517.7 130.1,518.8 130.6,519.9 131.0,521.5 131.5,519.0 132.0,519.0 132.4,518.2 132.9,517.3 133.4,517.6 133.8,516.9 134.3,517.3 134.8,515.0 135.2,515.4 135.7,514.7 136.2,514.8 136.6,516.9 137.1,517.0 137.6,516.4 138.0,517.0 138.5,517.1 139.0,518.0 139.4,515.7 139.9,515.8 140.4,515.1 140.8,515.4 141.3,516.9 141.8,516.9 142.2,515.7 142.7,514.2 143.2,513.6 143.6,513.6 144.1,513.0 144.5,512.5 145.0,512.4 145.5,507.6 145.9,508.3 146.4,507.3 146.9,506.7 147.3,507.2 147.8,507.1 148.3,506.7 148.7,505.4 149.2,502.1 149.7,502.6 150.1,503.8 150.6,507.8 151.1,508.6 151.5,507.6 152.0,505.4 152.5,503.1 152.9,505.1 153.4,504.9 153.9,503.4 154.3,503.2 154.8,503.2 155.3,504.1 155.7,506.3 156.2,505.8 156.7,505.7 157.1,507.7 157.6,507.1 158.1,507.5 158.5,505.8 159.0,504.1 159.5,504.6 159.9,503.3 160.4,504.4 160.9,501.0 161.3,504.1 161.8,503.5 162.3,502.8 162.7,503.5 163.2,503.5 163.7,503.0 164.1,503.0 164.6,502.8 165.1,502.5 165.5,505.1 166.0,504.4 166.5,504.4 166.9,504.8 167.4,504.5 167.9,504.1 168.3,504.4 168.8,504.7 169.3,505.3 169.7,505.1 170.2,505.2 170.7,503.5 171.1,503.6 171.6,505.2 172.1,505.4 172.5,505.9 173.0,506.4 173.5,506.0 173.9,505.7 174.4,506.0 174.9,505.6 175.3,506.1 175.8,506.2 176.3,506.0 176.7,506.3 177.2,504.9 177.7,505.5 178.1,504.6 178.6,505.3 179.0,505.3 179.5,505.5 180.0,505.3 180.4,505.5 180.9,505.5 181.4,505.7 181.8,506.0 182.3,505.9 182.8,505.9 183.2,505.8 183.7,505.9 184.2,504.9 184.6,504.1 185.1,503.9 185.6,504.1 186.0,503.4 186.5,502.3 187.0,497.1 187.4,497.5 187.9,496.6 188.4,496.5 188.8,495.5 189.3,493.4 189.8,496.8 190.2,495.9 190.7,496.0 191.2,493.4 191.6,493.3 192.1,494.1 192.6,493.4 193.0,493.8 193.5,492.8 194.0,495.1 194.4,494.2 194.9,493.3 195.4,493.3 195.8,492.9 196.3,492.7 196.8,491.0 197.2,492.3 197.7,493.4 198.2,492.8 198.6,494.2 199.1,493.8 199.6,493.8 200.0,493.3 200.5,495.3 201.0,494.7 201.4,495.5 201.9,494.4 202.4,494.6 202.8,493.6 203.3,493.8 203.8,492.4 204.2,495.0 204.7,500.7 205.2,499.4 205.6,501.0 206.1,500.5 206.6,500.1 207.0,501.2 207.5,500.7 208.0,500.1 208.4,499.9 208.9,499.7 209.4,500.3 209.8,498.6 210.3,498.0 210.8,497.2 211.2,497.3 211.7,497.3 212.2,496.6 212.6,497.3 213.1,499.6 213.6,499.3 214.0,500.7 214.5,498.2 214.9,498.5 215.4,498.2 215.9,498.1 216.3,498.4 216.8,497.8 217.3,498.1 217.7,498.9 218.2,499.1 218.7,499.2 219.1,498.6 219.6,498.0 220.1,498.9 220.5,498.6 221.0,497.4 221.5,496.7 221.9,495.6 222.4,495.2 222.9,494.4 223.3,495.0 223.8,495.0 224.3,494.7 224.7,495.5 225.2,495.3 225.7,494.7 226.1,493.5 226.6,492.6 227.1,488.3 227.5,487.6 228.0,487.7 228.5,486.9 228.9,487.3 229.4,487.0 229.9,484.3 230.3,486.1 230.8,485.3 231.3,484.8 231.7,483.6 232.2,483.9 232.7,484.8 233.1,482.8 233.6,482.0 234.1,475.0 234.5,475.1 235.0,478.6 235.5,475.5 235.9,476.2 236.4,476.4 236.9,474.4 237.3,471.6 237.8,471.4 238.3,472.6 238.7,473.2 239.2,469.5 239.7,465.0 240.1,464.3 240.6,464.2 241.1,460.3 241.5,460.2 242.0,461.6 242.5,461.6 242.9,458.0 243.4,459.8 243.9,467.4 244.3,467.6 244.8,464.7 245.3,462.5 245.7,455.5 246.2,459.5 246.7,457.6 247.1,456.4 247.6,460.0 248.1,457.8 248.5,456.9 249.0,457.6 249.5,461.8 249.9,460.7 250.4,462.1 250.8,463.1 251.3,459.5 251.8,457.8 252.2,457.3 252.7,456.5 253.2,447.4 253.6,440.2 254.1,438.6 254.6,435.1 255.0,437.0 255.5,440.2 256.0,435.5 256.4,438.1 256.9,435.7 257.4,431.2 257.8,422.7 258.3,423.5 258.8,419.6 259.2,418.3 259.7,411.1 260.2,410.4 260.6,408.6 261.1,395.3 261.6,392.2 262.0,396.1 262.5,386.3 263.0,372.7 263.4,360.4 263.9,353.6 264.4,356.2 264.8,365.3 265.3,378.8 265.8,386.7 266.2,370.3 266.7,361.3 267.2,372.7 267.6,375.8 268.1,377.7 268.6,373.6 269.0,376.3 269.5,378.8 270.0,401.6 270.4,391.1 270.9,395.6 271.4,394.5 271.8,394.2 272.3,393.2 272.8,403.5 273.2,388.9 273.7,384.8 274.2,385.0 274.6,390.6 275.1,388.5 275.6,379.0 276.0,369.6 276.5,372.2 277.0,366.3 277.4,360.9 277.9,362.7 278.4,327.6 278.8,326.2 279.3,333.7 279.8,319.3 280.2,321.3 280.7,323.2 281.2,315.4 281.6,319.2 282.1,313.1 282.6,298.9 283.0,301.2 283.5,280.9 284.0,279.9 284.4,273.0 284.9,289.0 285.3,314.9 285.8,310.7 286.3,323.3 286.7,326.9 287.2,327.6 287.7,332.7 288.1,311.0 288.6,317.1 289.1,306.7 289.5,316.2 290.0,314.4 290.5,314.5 290.9,303.5 291.4,298.4 291.9,286.0 292.3,280.3 292.8,271.7 293.3,274.0 293.7,255.1 294.2,264.5 294.7,280.8 295.1,276.5 295.6,266.6 296.1,271.4 296.5,269.1 297.0,269.2 297.5,273.0 297.9,287.5 298.4,286.4 298.9,295.9 299.3,301.1 299.8,284.5 300.3,280.5 300.7,280.6 301.2,272.0 301.7,266.3 302.1,266.3 302.6,265.5 303.1,264.1 303.5,272.7 304.0,267.1 304.5,265.7 304.9,269.8 305.4,280.1 305.9,269.2 306.3,269.6 306.8,262.1 307.3,260.1 307.7,261.6 308.2,244.3 308.7,246.1 309.1,245.2 309.6,253.5 310.1,257.8 310.5,279.3 311.0,281.7 311.5,278.1 311.9,290.5 312.4,300.8 312.9,304.0 313.3,309.0 313.8,314.1 314.3,289.9 314.7,285.0 315.2,286.0 315.7,292.1 316.1,272.0 316.6,271.6 317.1,277.3 317.5,274.6 318.0,293.2 318.5,273.5 318.9,278.5 319.4,273.8 319.9,266.9 320.3,269.6 320.8,281.1 321.2,277.0 321.7,313.4 322.2,310.6 322.6,309.8 323.1,324.9 323.6,326.3 324.0,340.4 324.5,343.4 325.0,371.8 325.4,353.6 325.9,370.4 326.4,369.3 326.8,382.6 327.3,363.6 327.8,365.1 328.2,360.8 328.7,364.9 329.2,378.1 329.6,383.3 330.1,378.2 330.6,370.3 331.0,373.4 331.5,369.1 332.0,361.2 332.4,372.4 332.9,378.8 333.4,377.3 333.8,388.4 334.3,388.8 334.8,370.2 335.2,373.3 335.7,370.2 336.2,378.8 336.6,361.8 337.1,356.4 337.6,355.5 338.0,365.4 338.5,366.8 339.0,377.7 339.4,378.5 339.9,378.1 340.4,397.5 340.8,393.5 341.3,387.6 341.8,383.1 342.2,397.7 342.7,395.0 343.2,383.2 343.6,384.2 344.1,377.3 344.6,381.3 345.0,388.4 345.5,386.8 346.0,383.1 346.4,380.1 346.9,387.5 347.4,385.2 347.8,387.0 348.3,391.7 348.8,387.3 349.2,388.6 349.7,385.1 350.2,390.4 350.6,392.5 351.1,392.0 351.6,397.0 352.0,398.7 352.5,398.2 353.0,396.9 353.4,401.6 353.9,406.5 354.4,395.4 354.8,394.4 355.3,388.3 355.8,384.9 356.2,379.8 356.7,370.2 357.1,360.3 357.6,357.4 358.1,357.4 358.5,346.6 359.0,349.6 359.5,357.5 359.9,361.3 360.4,366.3 360.9,358.6 361.3,353.2 361.8,343.9 362.3,335.5 362.7,339.1 363.2,326.8 363.7,330.5 364.1,330.5 364.6,336.1 365.1,319.9 365.5,323.2 366.0,323.5 366.5,328.5 366.9,334.8 367.4,334.3 367.9,325.1 368.3,312.4 368.8,314.5 369.3,312.5 369.7,311.5 370.2,320.3 370.7,314.3 371.1,324.0 371.6,313.8 372.1,314.5 372.5,314.9 373.0,323.4 373.5,322.9 373.9,314.8 374.4,312.5 374.9,309.1 375.3,309.5 375.8,300.8 376.3,296.6 376.7,324.6 377.2,328.1 377.7,326.6 378.1,333.9 378.6,332.4 379.1,328.2 379.5,333.5 380.0,323.3 380.5,318.0 380.9,319.9 381.4,322.4 381.9,317.6 382.3,322.5 382.8,343.7 383.3,354.1 383.7,340.2 384.2,333.8 384.7,343.7 385.1,344.3 385.6,342.0 386.1,346.6 386.5,352.4 387.0,349.9 387.5,339.2 387.9,318.3 388.4,320.3 388.9,317.9 389.3,313.5 389.8,302.0 390.3,283.5 390.7,290.9 391.2,290.2 391.6,285.3 392.1,286.3 392.6,273.2 393.0,280.2 393.5,273.6 394.0,274.0 394.4,253.4 394.9,256.8 395.4,253.6 395.8,251.4 396.3,240.6 396.8,232.3 397.2,250.5 397.7,257.8 398.2,254.4 398.6,256.6 399.1,246.5 399.6,259.4 400.0,268.4 400.5,258.1 401.0,250.4 401.4,252.0 401.9,254.8 402.4,256.3 402.8,245.6 403.3,246.8 403.8,254.1 404.2,255.7 404.7,253.8 405.2,245.1 405.6,224.7 406.1,227.6 406.6,237.1 407.0,237.3 407.5,241.1 408.0,239.6 408.4,234.8 408.9,244.0 409.4,260.3 409.8,259.3 410.3,275.8 410.8,270.2 411.2,262.6 411.7,267.2 412.2,279.0 412.6,272.8 413.1,279.0 413.6,274.2 414.0,292.1 414.5,286.1 415.0,274.4 415.4,271.7 415.9,275.5 416.4,274.5 416.8,278.1 417.3,291.9 417.8,313.1 418.2,312.3 418.7,306.5 419.2,305.9 419.6,306.8 420.1,320.5 420.6,322.5 421.0,312.3 421.5,308.8 422.0,325.0 422.4,325.6 422.9,314.6 423.4,320.5 423.8,327.6 424.3,324.4 424.8,325.1 425.2,324.3 425.7,314.4 426.2,315.9 426.6,305.5 427.1,305.3 427.5,307.2 428.0,305.4 428.5,306.2 428.9,320.9 429.4,326.4 429.9,322.9 430.3,327.0 430.8,320.4 431.3,322.0 431.7,326.3 432.2,329.0 432.7,340.2 433.1,342.2 433.6,349.9 434.1,349.1 434.5,348.2 435.0,348.6 435.5,344.2 435.9,338.4 436.4,344.9 436.9,342.5 437.3,342.1 437.8,342.4 438.3,346.6 438.7,346.0 439.2,349.0 439.7,354.1 440.1,374.5 440.6,381.3 441.1,375.3 441.5,373.5 442.0,372.1 442.5,372.6 442.9,371.2 443.4,368.1 443.9,366.4 444.3,367.4 444.8,364.7 445.3,363.5 445.7,372.1 446.2,371.1 446.7,350.2 447.1,350.5 447.6,345.8 448.1,338.9 448.5,337.6 449.0,336.5 449.5,340.2 449.9,345.8 450.4,346.6 450.9,346.8 451.3,345.0 451.8,335.4 452.3,338.3 452.7,354.8 453.2,357.3 453.7,356.8 454.1,365.0 454.6,371.5 455.1,365.7 455.5,370.4 456.0,365.4 456.5,361.2 456.9,361.7 457.4,368.4 457.9,342.0 458.3,336.4 458.8,338.5 459.3,345.6 459.7,361.6 460.2,360.3 460.7,365.0 461.1,366.7 461.6,363.5 462.1,347.9 462.5,360.1 463.0,363.2 463.4,362.7 463.9,367.8 464.4,359.0 464.8,360.6 465.3,351.9 465.8,352.8 466.2,348.7 466.7,346.9 467.2,351.4 467.6,352.2 468.1,346.1 468.6,343.5 469.0,338.3 469.5,336.5 470.0,335.7 470.4,324.6 470.9,323.1 471.4,321.5 471.8,323.4 472.3,330.7 472.8,327.2 473.2,329.2 473.7,326.3 474.2,325.5 474.6,330.7 475.1,342.0 475.6,340.5 476.0,346.4 476.5,344.0 477.0,346.8 477.4,359.7 477.9,356.8 478.4,351.8 478.8,357.7 479.3,354.7 479.8,355.4 480.2,358.8 480.7,353.4 481.2,350.2 481.6,350.8 482.1,354.9 482.6,358.7 483.0,359.9 483.5,360.0 484.0,355.2 484.4,366.5 484.9,361.1 485.4,358.5 485.8,364.1 486.3,368.4 486.8,364.8 487.2,364.5 487.7,368.2 488.2,358.9 488.6,373.9 489.1,376.5 489.6,379.1 490.0,386.0 490.5,404.1 491.0,400.6 491.4,410.7 491.9,410.1 492.4,409.0 492.8,405.1 493.3,399.3 493.8,406.2 494.2,403.5 494.7,411.7 495.2,404.0 495.6,409.4 496.1,408.3 496.6,404.0 497.0,409.9 497.5,407.2 497.9,407.7 498.4,409.1 498.9,412.2 499.3,411.3 499.8,408.2 500.3,397.2 500.7,396.9 501.2,406.5 501.7,403.3 502.1,407.0 502.6,406.4 503.1,406.0 503.5,399.0 504.0,400.0 504.5,404.5 504.9,405.0 505.4,410.0 505.9,413.5 506.3,421.1 506.8,441.7 507.3,443.1 507.7,441.3 508.2,451.9 508.7,451.4 509.1,458.4 509.6,451.0 510.1,450.8 510.5,450.3 511.0,453.8 511.5,448.5 511.9,447.8 512.4,446.5 512.9,448.8 513.3,450.2 513.8,452.4 514.3,453.2 514.7,454.7 515.2,457.2 515.7,457.4 516.1,457.1 516.6,452.6 517.1,452.8 517.5,451.1 518.0,445.8 518.5,445.4 518.9,446.0 519.4,449.6 519.9,453.8 520.3,457.0 520.8,452.7 521.3,451.0 521.7,449.7 522.2,448.0 522.7,450.0 523.1,441.7 523.6,437.4 524.1,438.1 524.5,438.5 525.0,440.6 525.5,441.8 525.9,441.1 526.4,447.1 526.9,447.7 527.3,439.6 527.8,435.2 528.3,435.4 528.7,436.1 529.2,437.6 529.7,437.7 530.1,439.4 530.6,440.0 531.1,441.0 531.5,437.9 532.0,439.4 532.5,438.4 532.9,435.4 533.4,438.5 533.8,434.7 534.3,434.7 534.8,432.5 535.2,432.4 535.7,432.9 536.2,433.8 536.6,435.0 537.1,437.6 537.6,438.2 538.0,449.5 538.5,448.1 539.0,446.3 539.4,447.0 539.9,446.3 540.4,447.0 540.8,446.0 541.3,452.5 541.8,453.5 542.2,455.6 542.7,452.3 543.2,454.7 543.6,453.5 544.1,453.1 544.6,453.9 545.0,454.5 545.5,453.8 546.0,454.6 546.4,459.3 546.9,457.1 547.4,456.9 547.8,447.1 548.3,445.6 548.8,445.2 549.2,442.3 549.7,452.3 550.2,452.5 550.6,455.1 551.1,454.8 551.6,453.1 552.0,456.5 552.5,455.9 553.0,459.0 553.4,460.7 553.9,456.5 554.4,457.1 554.8,458.8 555.3,459.5 555.8,457.4 556.2,458.0 556.7,456.5 557.2,455.8 557.6,456.4 558.1,457.0 558.6,458.3 559.0,455.5 559.5,452.1 560.0,452.9 560.4,453.9 560.9,455.9 561.4,456.5 561.8,456.4 562.3,457.8 562.8,458.3 563.2,457.8 563.7,456.7 564.2,457.6 564.6,458.2 565.1,457.2 565.6,455.9 566.0,456.9 566.5,457.8 567.0,458.3 567.4,457.7 567.9,457.5 568.4,455.8 568.8,456.9 569.3,453.2 569.7,450.0 570.2,452.3 570.7,450.8 571.1,449.8 571.6,450.6 572.1,451.3 572.5,451.4 573.0,452.9 573.5,452.7 573.9,448.2 574.4,447.5 574.9,449.2 575.3,450.8 575.8,460.7 576.3,473.5 576.7,465.3 577.2,468.0 577.7,469.1 578.1,471.3 578.6,470.0 579.1,468.7 579.5,469.7 580.0,469.7 580.5,469.6 580.9,469.5 581.4,471.6 581.9,474.0 582.3,472.1 582.8,470.0 583.3,470.1 583.7,470.5 584.2,470.7 584.7,470.8 585.1,471.9 585.6,470.8 586.1,467.3 586.5,468.3 587.0,467.7 587.5,468.6 587.9,467.5 588.4,468.3 588.9,467.7 589.3,468.9 589.8,467.0 590.3,467.5 590.7,467.5 591.2,467.6 591.7,467.2 592.1,464.4 592.6,464.2 593.1,466.4 593.5,469.8 594.0,469.1 594.5,469.3 594.9,470.8 595.4,468.6 595.9,469.0 596.3,469.0 596.8,469.1 597.3,468.9 597.7,468.9 598.2,468.5 598.7,469.5 599.1,470.3 599.6,469.9 600.1,470.1 600.5,470.3 601.0,470.0 601.5,469.7 601.9,469.7 602.4,468.8 602.9,468.9 603.3,468.4 603.8,468.4 604.2,467.7 604.7,467.2 605.2,466.0 605.6,463.6 606.1,459.1 606.6,454.1 607.0,449.0 607.5,449.5 608.0,448.1 608.4,448.1 608.9,450.4 609.4,448.5 609.8,440.8 610.3,440.3 610.8,440.6 611.2,439.6 611.7,441.0 612.2,438.7 612.6,439.1 613.1,438.9 613.6,439.1 614.0,435.5 614.5,440.0 615.0,438.6 615.4,435.8 615.9,437.0 616.4,437.1 616.8,437.7 617.3,439.5 617.8,440.4 618.2,438.0 618.7,439.6 619.2,444.9 619.6,445.8 620.1,444.7 620.6,445.1 621.0,445.0 621.5,443.0 622.0,433.0 622.4,436.3 622.9,431.7 623.4,431.4 623.8,432.9 624.3,430.5 624.8,432.3 625.2,433.5 625.7,434.7 626.2,438.3 626.6,438.4 627.1,436.6 627.6,436.7 628.0,438.6 628.5,436.1 629.0,437.0 629.4,442.3 629.9,442.4 630.4,442.0 630.8,442.0 631.3,443.0 631.8,445.4 632.2,452.0 632.7,452.8 633.2,450.7 633.6,443.3 634.1,433.5 634.6,430.9 635.0,432.6 635.5,429.4 636.0,418.0 636.4,420.2 636.9,415.0 637.4,416.3 637.8,414.3 638.3,418.5 638.8,413.6 639.2,417.6 639.7,417.6 640.1,415.2 640.6,419.3 641.1,418.7 641.5,413.5 642.0,415.0 642.5,412.9 642.9,413.2 643.4,414.2 643.9,416.2 644.3,414.4 644.8,414.3 645.3,415.0 645.7,415.5 646.2,415.4 646.7,413.6 647.1,407.2 647.6,404.4 648.1,404.9 648.5,403.6 649.0,403.2 649.5,404.0 649.9,404.0 650.4,408.2 650.9,403.6 651.3,411.2 651.8,414.0 652.3,418.7 652.7,416.1 653.2,417.2 653.7,417.5 654.1,413.7 654.6,413.2 655.1,408.1 655.5,408.7 656.0,409.2 656.5,409.1 656.9,414.7 657.4,411.9 657.9,410.3 658.3,411.1 658.8,407.8 659.3,410.8 659.7,413.0 660.2,416.7 660.7,416.8 661.1,417.0 661.6,420.0 662.1,420.9 662.5,421.0 663.0,420.3 663.5,419.1 663.9,419.8 664.4,418.1 664.9,420.8 665.3,420.5 665.8,419.4 666.3,421.2 666.7,420.7 667.2,418.9 667.7,423.2 668.1,422.5 668.6,421.4 669.1,420.6 669.5,414.8 670.0,416.4 670.5,416.6 670.9,418.9 671.4,420.9 671.9,418.8 672.3,419.6 672.8,419.4 673.3,426.0 673.7,418.9 674.2,423.2 674.7,422.4 675.1,422.5 675.6,425.5 676.0,425.1 676.5,425.3 677.0,425.2 677.4,429.0 677.9,426.9 678.4,423.2 678.8,422.4 679.3,423.2 679.8,420.7 680.2,413.6 680.7,405.4 681.2,406.0 681.6,402.2 682.1,402.9 682.6,403.2 683.0,404.3 683.5,402.2 684.0,405.1 684.4,403.4 684.9,403.3 685.4,402.7 685.8,402.6 686.3,400.0 686.8,401.8 687.2,403.1 687.7,406.0 688.2,403.9 688.6,404.2 689.1,404.7 689.6,403.6 690.0,402.6 690.5,403.7 691.0,398.5 691.4,404.0 691.9,404.1 692.4,404.4 692.8,404.9 693.3,406.2 693.8,406.0 694.2,406.6 694.7,406.0 695.2,406.7 695.6,405.2 696.1,409.5 696.6,409.3 697.0,408.7 697.5,409.4 698.0,408.8 698.4,408.7 698.9,409.0 699.4,409.3 699.8,407.1 700.3,409.6 700.8,409.5 701.2,410.0 701.7,410.2 702.2,410.2 702.6,409.5 703.1,406.7 703.6,407.7 704.0,408.3 704.5,408.5 705.0,408.4 705.4,409.0 705.9,408.4 706.4,409.6 706.8,411.8 707.3,421.6 707.8,424.6 708.2,424.4 708.7,423.9 709.2,424.2 709.6,424.7 710.1,422.7 710.5,424.0 711.0,424.6 711.5,424.8 711.9,424.4 712.4,424.3 712.9,416.5 713.3,418.6 713.8,425.1 714.3,425.8 714.7,425.4 715.2,425.0 715.7,425.7 716.1,425.9 716.6,426.0 717.1,423.7 717.5,425.3 718.0,425.3 718.5,425.6 718.9,428.8 719.4,425.6 719.9,423.7 720.3,422.2 720.8,421.9 721.3,422.1 721.7,422.2 722.2,421.2 722.7,419.0 723.1,419.4 723.6,422.1 724.1,422.0 724.5,422.0 725.0,423.6 725.5,423.4 725.9,423.8 726.4,423.1 726.9,419.9 727.3,420.4 727.8,420.2 728.3,415.3 728.7,417.4 729.2,417.9 729.7,416.2 730.1,418.0 730.6,415.4 731.1,415.3 731.5,415.5 732.0,417.2 732.5,418.1 732.9,420.6 733.4,421.2 733.9,420.7 734.3,420.7 734.8,419.2 735.3,412.7 735.7,413.2 736.2,413.6 736.7,411.7 737.1,407.1 737.6,406.0 738.1,405.6 738.5,390.7 739.0,386.8 739.5,383.9 739.9,385.5 740.4,386.7 740.9,385.9 741.3,383.7 741.8,383.9 742.3,383.1 742.7,379.4 743.2,381.8 743.7,382.8 744.1,381.1 744.6,381.2 745.1,381.3 745.5,379.3 746.0,378.3 746.4,373.3 746.9,370.3 747.4,371.2 747.8,371.6 748.3,374.3 748.8,378.9 749.2,367.6 749.7,375.9 750.2,373.8 750.6,373.9 751.1,370.0 751.6,369.6 752.0,377.6 752.5,369.8 753.0,370.5 753.4,368.4 753.9,368.0 754.4,369.5 754.8,370.6 755.3,367.9 755.8,367.7 756.2,368.4 756.7,363.7 757.2,359.9 757.6,357.5 758.1,347.9 758.6,337.8 759.0,339.4 759.5,341.6 760.0,337.4 760.4,339.5 760.9,339.2 761.4,351.4 761.8,350.4 762.3,343.5 762.8,342.9 763.2,348.1 763.7,346.6 764.2,350.8 764.6,344.8 765.1,346.5 765.6,339.8 766.0,338.8 766.5,338.2 767.0,339.4 767.4,342.9 767.9,340.0 768.4,345.3 768.8,340.8 769.3,344.8 769.8,347.3 770.2,347.0 770.7,346.5 771.2,337.3 771.6,333.5 772.1,343.7 772.6,337.3 773.0,337.4 773.5,338.2 774.0,338.4 774.4,323.9 774.9,327.9 775.4,325.5 775.8,326.7 776.3,343.7 776.8,343.7 777.2,348.8 777.7,345.3 778.2,342.2 778.6,344.2 779.1,351.3 779.6,349.6 780.0,349.4 780.5,350.0 781.0,359.8 781.4,358.2 781.9,357.0 782.3,357.7 782.8,348.7 783.3,347.2 783.7,347.6 784.2,341.6 784.7,343.2 785.1,345.0 785.6,342.6 786.1,342.1 786.5,343.0 787.0,345.0 787.5,344.6 787.9,342.6 788.4,336.6 788.9,331.9 789.3,323.0 789.8,320.0 790.3,317.5 790.7,309.5 791.2,310.5 791.7,300.5 792.1,299.9 792.6,298.9 793.1,301.3 793.5,299.0 794.0,300.7 794.5,298.3 794.9,300.4 795.4,303.0 795.9,305.7 796.3,301.7 796.8,300.9 797.3,287.5 797.7,275.2 798.2,249.1 798.7,255.3 799.1,249.4 799.6,251.3 800.1,245.9 800.5,221.0 801.0,242.8 801.5,231.7 801.9,227.8 802.4,221.2 802.9,220.2 803.3,217.7 803.8,202.7 804.3,205.8 804.7,198.1 805.2,206.2 805.7,215.8 806.1,235.5 806.6,220.7 807.1,224.8 807.5,251.9 808.0,223.0 808.5,234.7 808.9,242.9 809.4,241.6 809.9,226.3 810.3,213.2 810.8,213.0 811.3,215.6 811.7,209.4 812.2,213.5 812.7,214.7 813.1,206.6 813.6,214.4 814.1,234.9 814.5,232.3 815.0,220.2 815.5,223.4 815.9,218.3 816.4,216.0 816.8,205.1 817.3,217.1 817.8,210.1 818.2,212.7 818.7,226.5 819.2,242.7 819.6,233.5 820.1,244.6 820.6,242.8 821.0,255.0 821.5,244.2 822.0,242.6 822.4,237.1 822.9,237.4 823.4,228.2 823.8,230.3 824.3,240.5 824.8,239.5 825.2,243.0 825.7,244.7 826.2,246.1 826.6,242.6 827.1,258.1 827.6,269.5 828.0,265.3 828.5,247.2 829.0,242.4 829.4,241.7 829.9,245.9 830.4,249.9 830.8,255.4 831.3,246.4 831.8,257.3 832.2,257.3 832.7,254.1 833.2,247.1 833.6,253.6 834.1,230.9 834.6,235.9 835.0,227.2 835.5,227.7 836.0,230.9 836.4,206.0 836.9,212.3 837.4,217.2 837.8,222.9 838.3,220.1 838.8,216.5 839.2,220.1 839.7,215.9 840.2,221.2 840.6,224.6 841.1,220.8 841.6,225.0 842.0,224.0 842.5,223.8 843.0,218.7 843.4,210.2 843.9,207.8 844.4,209.3 844.8,216.1 845.3,216.3 845.8,214.7 846.2,215.3 846.7,225.8 847.2,221.4 847.6,228.6 848.1,232.2 848.6,231.3 849.0,229.2 849.5,229.9 850.0,236.4 850.4,237.2 850.9,237.9 851.4,241.4 851.8,240.6 852.3,245.8 852.7,259.8 853.2,252.4 853.7,257.2 854.1,253.4 854.6,259.6 855.1,256.8 855.5,248.2 856.0,247.4 856.5,251.3 856.9,260.3 857.4,275.7 857.9,277.2 858.3,269.3 858.8,281.1 859.3,277.0 859.7,270.7 860.2,272.0 860.7,273.9 861.1,271.2 861.6,264.8 862.1,257.3 862.5,237.7 863.0,236.6 863.5,241.3 863.9,242.0 864.4,228.8 864.9,226.6 865.3,221.9 865.8,224.6 866.3,232.6 866.7,235.3 867.2,233.3 867.7,223.0 868.1,223.5 868.6,221.4 869.1,228.3 869.5,231.3 870.0,238.9" fill="none" stroke="#8b949e" stroke-width="2" opacity="0.95"/>
</svg>
</div>
<div class="legend"><span class="legend-item"><span class="legend-dot" style="background:#58a6ff"></span>bollinger-bands</span><span class="legend-item"><span class="legend-dot" style="background:#3fb950"></span>bull-market-support-band</span><span class="legend-item"><span class="legend-dot" style="background:#d2a8ff"></span>supertrend</span><span class="legend-item"><span class="legend-dot" style="background:#8b949e"></span>B&H (daily)</span></div>
<footer>
<div style="text-align:center; margin-bottom:1.5rem; padding:1.2rem; background:#161b22; border:1px solid #30363d; border-radius:8px;">
<span style="font-size:1.1rem; color:#c9d1d9;">🤖 Built by using</span><br>
<a href="https://trsdn.github.io/ai-scrum/" style="color:#58a6ff; font-size:1.4rem; font-weight:700; text-decoration:none;">AI Scrum</a>
</div>
<p style="text-align:center">
Generated by <strong>meta-strategy</strong> backtesting engine ·
Data: Yahoo Finance (yfinance) · Engine: backtesting.py ·
Statistical tests: scipy ·
<a href="https://github.com/trsdn/meta-strategy" style="color:#58a6ff">GitHub</a>
</p>
</footer>
</body>
</html>