forked from KellyLuo233/mental_illness.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmental_illness_report.html
651 lines (551 loc) · 502 KB
/
mental_illness_report.html
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
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
<title>Mental Illness</title>
<script src="site_libs/header-attrs-2.16/header-attrs.js"></script>
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="site_libs/bootstrap-3.3.5/css/cosmo.min.css" rel="stylesheet" />
<script src="site_libs/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/html5shiv.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/respond.min.js"></script>
<style>h1 {font-size: 34px;}
h1.title {font-size: 38px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 12px;}
code {color: inherit; background-color: rgba(0, 0, 0, 0.04);}
pre:not([class]) { background-color: white }</style>
<script src="site_libs/jqueryui-1.11.4/jquery-ui.min.js"></script>
<link href="site_libs/tocify-1.9.1/jquery.tocify.css" rel="stylesheet" />
<script src="site_libs/tocify-1.9.1/jquery.tocify.js"></script>
<script src="site_libs/navigation-1.1/tabsets.js"></script>
<script src="site_libs/navigation-1.1/codefolding.js"></script>
<link href="site_libs/highlightjs-9.12.0/default.css" rel="stylesheet" />
<script src="site_libs/highlightjs-9.12.0/highlight.js"></script>
<script src="site_libs/htmlwidgets-1.5.4/htmlwidgets.js"></script>
<script src="site_libs/plotly-binding-4.10.0/plotly.js"></script>
<script src="site_libs/typedarray-0.1/typedarray.min.js"></script>
<link href="site_libs/crosstalk-1.2.0/css/crosstalk.min.css" rel="stylesheet" />
<script src="site_libs/crosstalk-1.2.0/js/crosstalk.min.js"></script>
<link href="site_libs/plotly-htmlwidgets-css-2.5.1/plotly-htmlwidgets.css" rel="stylesheet" />
<script src="site_libs/plotly-main-2.5.1/plotly-latest.min.js"></script>
<link href="site_libs/font-awesome-5.1.0/css/all.css" rel="stylesheet" />
<link href="site_libs/font-awesome-5.1.0/css/v4-shims.css" rel="stylesheet" />
<link rel="icon" type="image/png" href="image/brain.png"/>
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
</style>
<style type="text/css">code{white-space: pre;}</style>
<script type="text/javascript">
if (window.hljs) {
hljs.configure({languages: []});
hljs.initHighlightingOnLoad();
if (document.readyState && document.readyState === "complete") {
window.setTimeout(function() { hljs.initHighlighting(); }, 0);
}
}
</script>
<link rel="stylesheet" href="style.css" type="text/css" />
<style type = "text/css">
.main-container {
max-width: 940px;
margin-left: auto;
margin-right: auto;
}
img {
max-width:100%;
}
.tabbed-pane {
padding-top: 12px;
}
.html-widget {
margin-bottom: 20px;
}
button.code-folding-btn:focus {
outline: none;
}
summary {
display: list-item;
}
details > summary > p:only-child {
display: inline;
}
pre code {
padding: 0;
}
</style>
<style type="text/css">
.dropdown-submenu {
position: relative;
}
.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #cccccc;
margin-top: 5px;
margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
border-left-color: #adb5bd;
}
.dropdown-submenu.pull-left {
float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
border-radius: 6px 0 6px 6px;
}
</style>
<script type="text/javascript">
// manage active state of menu based on current page
$(document).ready(function () {
// active menu anchor
href = window.location.pathname
href = href.substr(href.lastIndexOf('/') + 1)
if (href === "")
href = "index.html";
var menuAnchor = $('a[href="' + href + '"]');
// mark the anchor link active (and if it's in a dropdown, also mark that active)
var dropdown = menuAnchor.closest('li.dropdown');
if (window.bootstrap) { // Bootstrap 4+
menuAnchor.addClass('active');
dropdown.find('> .dropdown-toggle').addClass('active');
} else { // Bootstrap 3
menuAnchor.parent().addClass('active');
dropdown.addClass('active');
}
// Navbar adjustments
var navHeight = $(".navbar").first().height() + 15;
var style = document.createElement('style');
var pt = "padding-top: " + navHeight + "px; ";
var mt = "margin-top: -" + navHeight + "px; ";
var css = "";
// offset scroll position for anchor links (for fixed navbar)
for (var i = 1; i <= 6; i++) {
css += ".section h" + i + "{ " + pt + mt + "}\n";
}
style.innerHTML = "body {" + pt + "padding-bottom: 40px; }\n" + css;
document.head.appendChild(style);
});
</script>
<!-- tabsets -->
<style type="text/css">
.tabset-dropdown > .nav-tabs {
display: inline-table;
max-height: 500px;
min-height: 44px;
overflow-y: auto;
border: 1px solid #ddd;
border-radius: 4px;
}
.tabset-dropdown > .nav-tabs > li.active:before {
content: "";
font-family: 'Glyphicons Halflings';
display: inline-block;
padding: 10px;
border-right: 1px solid #ddd;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
content: "";
border: none;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
content: "";
font-family: 'Glyphicons Halflings';
display: inline-block;
padding: 10px;
border-right: 1px solid #ddd;
}
.tabset-dropdown > .nav-tabs > li.active {
display: block;
}
.tabset-dropdown > .nav-tabs > li > a,
.tabset-dropdown > .nav-tabs > li > a:focus,
.tabset-dropdown > .nav-tabs > li > a:hover {
border: none;
display: inline-block;
border-radius: 4px;
background-color: transparent;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open > li {
display: block;
float: none;
}
.tabset-dropdown > .nav-tabs > li {
display: none;
}
</style>
<!-- code folding -->
<style type="text/css">
.code-folding-btn { margin-bottom: 4px; }
</style>
<style type="text/css">
#TOC {
margin: 25px 0px 20px 0px;
}
@media (max-width: 768px) {
#TOC {
position: relative;
width: 100%;
}
}
@media print {
.toc-content {
/* see https://github.com/w3c/csswg-drafts/issues/4434 */
float: right;
}
}
.toc-content {
padding-left: 30px;
padding-right: 40px;
}
div.main-container {
max-width: 1200px;
}
div.tocify {
width: 20%;
max-width: 260px;
max-height: 85%;
}
@media (min-width: 768px) and (max-width: 991px) {
div.tocify {
width: 25%;
}
}
@media (max-width: 767px) {
div.tocify {
width: 100%;
max-width: none;
}
}
.tocify ul, .tocify li {
line-height: 20px;
}
.tocify-subheader .tocify-item {
font-size: 0.90em;
}
.tocify .list-group-item {
border-radius: 0px;
}
</style>
</head>
<body>
<div class="container-fluid main-container">
<!-- setup 3col/9col grid for toc_float and main content -->
<div class="row">
<div class="col-xs-12 col-sm-4 col-md-3">
<div id="TOC" class="tocify">
</div>
</div>
<div class="toc-content col-xs-12 col-sm-8 col-md-9">
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-bs-toggle="collapse" data-target="#navbar" data-bs-target="#navbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Home</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="https://github.com/yifang2605/P8105_final_project">
<span class="fa fa-github fa-lg"></span>
</a>
</li>
<li>
<a href="https://github.com/KellyLuo233/mental_illness.github.io.git">
<span class="fa fa-github fa-lg"></span>
</a>
</li>
<li>
<a href="https://youtu.be/LCf-e-GY-w4">
<span class="fa fa-play-circle fa-lg"></span>
</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="data_process.html">Data Processing </a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Exploratory Analyses
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="mental_illness_report.html">Mental Illness</a>
</li>
<li>
<a href="anxiety_report.html">Anxiety</a>
</li>
<li>
<a href="depression_report.html">Depression</a>
</li>
<li>
<a href="suicide_report.html">Suicide</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Statistical Analyses
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="anxiety_model.html">Anxiety</a>
</li>
<li>
<a href="depression_model.html">Depression</a>
</li>
<li>
<a href="suicide_model.html">Suicide</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Dashboard
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="./dashboard/mental_dashboard.html">Mental Illness</a>
</li>
<li>
<a href="./dashboard/anxiety_trend_dashboard.html">Anxiety Trend</a>
</li>
<li>
<a href="./dashboard/depression_trend_dashboard.html">Depression Trend</a>
</li>
<li>
<a href="./dashboard/suicide_dashboard.html">Suicide Trend</a>
</li>
</ul>
</li>
<li>
<a href="project_report.html">Project Report</a>
</li>
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->
<div id="header">
<div class="btn-group pull-right float-right">
<button type="button" class="btn btn-default btn-xs btn-secondary btn-sm dropdown-toggle" data-toggle="dropdown" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><span>Code</span> <span class="caret"></span></button>
<ul class="dropdown-menu dropdown-menu-right" style="min-width: 50px;">
<li><a id="rmd-show-all-code" href="#">Show All Code</a></li>
<li><a id="rmd-hide-all-code" href="#">Hide All Code</a></li>
</ul>
</div>
<h1 class="title toc-ignore">Mental Illness</h1>
</div>
<pre class="r"><code>mental_df =
read_csv("./data/mental_data.csv") %>%
janitor::clean_names() %>%
mutate(
any_mental_num = any_mental_num / 1000000,
any_mental_per = any_mental_per * 100,
ser_mental_num = ser_mental_num / 1000000,
ser_mental_per = ser_mental_per * 100,
state_abb = state.abb[match(state, state.name)],
region = state.region[match(state, state.name)]
) %>%
mutate(
state_abb = replace(state_abb, state == "District of Columbia", "DC"))</code></pre>
<div id="state-map-2019-2020" class="section level2">
<h2>State Map (2019-2020)</h2>
<p>According to the mental health data collected between 2019 -2020, the
mental illness percents are high in the US overall, with variations
between states. Among them, Utah has the highest rate of mental illness,
29.7%; Florida has the lowest rate of mental illness, 17.5%.</p>
<pre class="r"><code>state_mental=
plot_usmap(
data = mental_df,
regions = "state",
values = "any_mental_per",
labels = TRUE, label_color = "white") +
labs(
title = "Percent of adults reporting any mental illness for each state, 2019-2022"
) +
scale_fill_continuous(
name = "Mental illness percent (%)",
label = scales::comma) +
theme(
legend.position = "right",
plot.title = element_text(size = 12))
ggplotly(state_mental)</code></pre>
<div id="htmlwidget-c9178f8c5140442c0d57" style="width:90%;height:576px;" class="plotly html-widget"></div>
<script type="application/json" data-for="htmlwidget-c9178f8c5140442c0d57">{"x":{"data":[{"x":[1185887.08643445,1193403.33112818,1202282.32857749,1213042.08034724,1227108.63544283,1227203.42908203,1249459.0338422,1258540.19582495,1262927.06933361,1272161.69137409,1283980.24962058,1300529.42082798,1302769.32183464,1319578.58152008,1333969.17730146,1347333.84009723,1360897.70061693,1376940.15625866,1384618.32641463,1385532.41398974,1400128.82301624,1417779.6923104,1428590.96808555,1431303.60355187,1431361.02396307,1434130.67346088,1439635.72095909,1440514.05174285,1443070.36039939,1449132.88600205,1449249.83960579,1454051.52882074,1486322.2544088,1495246.75825932,1504310.24330345,1519583.05413249,1523512.37578522,1530781.48579533,1548544.26294353,1555903.24329544,1568479.19436214,1579122.19395009,1592684.2246066,1597295.60015708,1613760.43254145,1614254.8877751,1638457.85608287,1656343.52216156,1666392.2203684,1678218.41612933,1678238.54477083,1682121.47722851,1701284.32505313,1701119.39694129,1704704.31634905,1704798.47561878,1708743.78574591,1712307.21707191,1716936.46209726,1720905.41469703,1721832.61015607,1721062.8524979,1721488.91949587,1720759.21745456,1719612.2863769,1715372.56832131,1715365.30131361,1715068.97917234,1717896.68745393,1721924.81033304,1725529.52511726,1725880.66045181,1729601.41594064,1735283.06675253,1739838.00891004,1743242.72133086,1749333.60663488,1752917.26724939,1759904.16890644,1762876.50730958,1764857.33026563,1771035.05327722,1772838.61754473,1773356.66296012,1775805.29043017,1776619.38192228,1777088.6222032,1778815.70306889,1783067.81187333,1786916.72670978,1801852.68721189,1804254.77761029,1806300.84980642,1807556.58835906,1814259.97663523,1821045.8515436,1829410.12397382,1837186.29546162,1848107.33026522,1855427.13487965,1870764.69709184,1878172.37096627,1888167.75652285,1895883.10760219,1904363.53840674,1899355.13695783,1899054.42643916,1900923.81365471,1903924.33308989,1910635.91005213,1924122.16868013,1932763.08094928,1940779.35192993,1942983.21908402,1952722.78809143,1960509.92380938,1966763.23079373,1969383.11213884,1972306.04682269,1977671.05999934,1983535.92798739,1985498.84964758,1986338.02269087,1986711.94667151,1988312.87237876,1988968.93618926,1989654.50489323,1990191.35762269,1990288.4591586,1990882.59897159,1991629.66383506,1992132.81514981,1993019.73861961,1993054.24268898,1994131.93637397,1994771.45704341,1994809.93590398,1995683.35174431,1996851.05731567,1996895.41590206,1998421.68436921,1998169.88328138,1997043.39717566,1994490.69531981,1988403.82656019,1986252.28141524,1983635.2723724,1983870.62212365,1983796.53045638,1983035.25911347,1987167.30569212,1993995.59148147,1997839.84953048,2000479.97439777,1996116.00141165,1995507.784758,1987069.37872693,1976310.02910551,1963519.410215,1935128.26480591,1922160.33486166,1916871.02972923,1926667.79859943,1944254.34234689,1964826.49621174,1972483.25281787,1972890.0865123,1972560.49722257,1967774.17916128,1957384.7158486,1952127.40770836,1948538.94544896,1941410.62028239,1937003.94766652,1935348.57430823,1931958.32283835,1922953.99244045,1916096.46170082,1908688.18315108,1904665.45384731,1905295.01386477,1904019.33222249,1896098.64389061,1891127.93610318,1884841.02528554,1877743.28534603,1873620.13173353,1867342.2295184,1864130.75117194,1848620.15802465,1846405.91176969,1843591.43834408,1837277.77544632,1832559.38094073,1824690.30893438,1817932.10730908,1817693.02810062,1808145.89400947,1804612.6798317,1798985.05638471,1793525.84256488,1788185.22644405,1782141.75187363,1773515.52775903,1769884.02707762,1768790.13776405,1766643.9526835,1762080.6627606,1755107.14626346,1744521.38463134,1735948.06316905,1732847.390939,1724223.7532981,1719819.31590933,1714707.53291984,1708030.22839244,1710325.29266689,1717163.28092059,1722275.78844289,1724464.08111765,1727120.7823706,1730360.26030599,1733966.29310601,1731564.26063564,1729032.71932375,1727349.06287477,1720656.55855587,1719671.60012246,1718075.53066957,1715231.42591479,1715865.60637883,1713780.98634717,1710032.34736022,1707524.49982462,1705818.95511395,1704112.53543059,1698749.84478661,1692153.40786658,1691210.09089624,1690950.7320692,1690947.22181747,1687260.07921971,1685177.37727874,1685118.8271917,1693083.68486373,1694765.99379399,1696310.59425156,1696708.16194414,1698252.84786953,1697947.57507649,1695415.46911102,1694040.14342561,1694009.78927788,1689347.10371189,1687812.92474684,1685248.90058052,1688196.25645509,1683953.80614801,1680037.36860097,1679567.70908769,1678657.95425931,1671707.26344188,1673792.76698041,1670283.45708048,1660516.06551924,1653739.65170403,1652775.9022346,1649135.87188091,1645465.18842045,1644943.856373,1641430.96609116,1635511.01795676,1635101.11277933,1633548.4091302,1630073.66953725,1625735.82756589,1620468.98608227,1618661.90016844,1608734.04521856,1607101.21344671,1604967.31944768,1604835.91667646,1597770.20894134,1592178.54300822,1586707.57515574,1581471.44014778,1575219.76534538,1563770.3359077,1549105.0688325,1542448.87783858,1541529.04636804,1535522.56287037,1534313.69722166,1529827.85197433,1524971.49373513,1522027.79117897,1514731.43427861,1508292.65236442,1510923.84089041,1511434.1229201,1512823.3120351,1511822.06522105,1504590.81662735,1499795.50743388,1493790.68427235,1490201.24434763,1492692.84806596,1489371.44370943,1481290.67087934,1474402.86541563,1465456.94994456,1450457.42853643,1438804.44401337,1432408.88133194,1428381.54037285,1419826.4075608,1413448.32204989,1410807.20772427,1412604.33272099,1412131.59113488,1408206.71825673,1402124.07200214,1393061.46729769,1389797.60988993,1380037.40141881,1367857.94489872,1348854.73566363,1348444.17073685,1339365.44523711,1326126.63115161,1308964.97718261,1307522.68945762,1286243.89117184,1270536.10791128,1265719.55700344,1259382.92734485,1237401.43437018,1230499.66259527,1226837.52397454,1221868.12583439,1212568.65142398,1203387.25612459,1208824.21524404,1209966.81287629,1215723.32898465,1210850.80858419,1207292.90424213,1207966.54622382,1210098.53387057,1209460.06783615,1204962.38991108,1196596.82647614,1194421.80991656,1184265.7196633,1187161.05670077,1185876.8434593,1185887.08643445,1185887.08643445,null,1864764.93417597,1872860.69824922,1873846.98481409,1885550.50873816,1900438.95902037,1908110.26874393,1898890.52036627,1893184.23853121,1888633.11978931,1881675.81959365,1874390.47689072,1866012.87161213,1853501.96436385,1853170.44589924,1857699.79565463,1864764.93417597,1864764.93417597,null,1847185.82022204,1843690.77187723,1832728.19573633,1833266.7260147,1835708.09340869,1847185.82022204,1847185.82022204,null,1825248.83801952,1824833.21505123,1817008.67577456,1815357.04511565,1818921.89148914,1825248.83801952,1825248.83801952],"y":[-1467642.93488336,-1466532.24596809,-1465171.52309044,-1463539.03097764,-1461364.12374215,-1461349.38172398,-1458116.92060592,-1456754.58408002,-1456116.73505745,-1454766.05137546,-1453021.64796454,-1450467.74784716,-1450119.39975424,-1447449.55335223,-1445135.1603639,-1442962.0151624,-1440494.43271184,-1437591.71713081,-1436190.62011719,-1436023.30945339,-1433336.93809922,-1430139.75352766,-1428245.05387784,-1427762.05200631,-1430410.41535751,-1434424.50577998,-1440002.2831878,-1444869.29255594,-1451381.16428452,-1457109.68502961,-1457093.89960403,-1456444.31978378,-1452504.08178199,-1451311.41019622,-1450089.89427353,-1448008.09190346,-1447507.27979845,-1446575.67956814,-1444271.26524671,-1443322.20769089,-1441684.5655493,-1440283.07325311,-1438590.43149593,-1438009.63335475,-1435914.08804571,-1435850.62929249,-1432631.68658987,-1430246.60018166,-1428888.8667324,-1427274.61810206,-1427271.85551177,-1426843.2901538,-1424700.64696103,-1429670.59752388,-1434168.28001368,-1439793.15632367,-1445298.66385203,-1445138.64356705,-1444454.48311067,-1442750.9821229,-1442352.64977238,-1438765.77213283,-1433675.4601671,-1424337.15244172,-1416590.29926674,-1411391.62697494,-1407219.44421814,-1400675.17912005,-1396059.09392652,-1390507.60954064,-1390417.7599562,-1390408.92239935,-1392791.19485097,-1391876.79528874,-1392728.66805977,-1394734.43956333,-1393977.05200892,-1394902.81564953,-1394965.1684211,-1393432.50734502,-1393045.58697704,-1393187.00911933,-1394116.94898068,-1405024.85383191,-1413381.5770992,-1415062.159626,-1416030.73680186,-1417318.46567301,-1432498.08034738,-1441534.79391204,-1476558.51270431,-1479665.40687247,-1486130.96222542,-1490099.22792575,-1501550.50820336,-1513127.39289835,-1525816.74358014,-1537594.2412384,-1553284.56756825,-1561133.01101832,-1579110.20193107,-1586968.51146631,-1597551.11532733,-1604886.07715074,-1618632.62208205,-1625294.41656765,-1633800.38712084,-1642306.3268346,-1650665.59839722,-1663783.64077491,-1682044.17120283,-1693717.93237997,-1708029.28737527,-1712078.96665048,-1729958.58693778,-1741394.01435574,-1750564.84778373,-1756507.56330666,-1760262.25141982,-1770560.12228216,-1781808.19818789,-1787494.2457032,-1789925.14680512,-1791008.33199972,-1801456.7536288,-1804832.40169233,-1808361.80904087,-1813108.77365774,-1819861.11593445,-1829141.46403565,-1840914.9042836,-1848911.52977122,-1866361.5563102,-1867047.24313167,-1874735.60119514,-1879306.02775475,-1879581.21396212,-1885833.41712171,-1890266.52585544,-1890434.95602341,-1896231.38166135,-1902566.9835467,-1913828.8631823,-1912204.65643485,-1908241.56114551,-1917117.08564763,-1922811.52628918,-1931135.36631516,-1931891.65833364,-1939635.49167421,-1947267.35507757,-1942059.05145973,-1929963.91198292,-1937151.66328704,-1950593.79083917,-1952461.8333733,-1973995.9786969,-1993805.61724165,-2011702.54098309,-2035832.17557951,-2042992.60175715,-2039529.1737504,-2030398.8174856,-2017611.49774159,-1995526.02418155,-1983823.48186214,-1976823.81896466,-1972030.41535681,-1972369.71800388,-1976655.79200449,-1981956.7871718,-1983331.55822322,-1980566.10333403,-1982504.43367888,-1983231.79763,-1987703.3466167,-1991478.54653521,-1993726.56979027,-1988113.74763514,-1981910.92587853,-1971980.31998468,-1963832.88412031,-1954589.65759402,-1945067.41853971,-1938036.30399989,-1936196.0352964,-1928836.40121939,-1927194.94885571,-1926353.39834937,-1920994.71313327,-1923317.69122196,-1926267.67323092,-1921915.35742364,-1912424.69617586,-1896987.00900527,-1878652.38964205,-1878403.20072422,-1868441.53633278,-1867414.70172669,-1868626.13078943,-1873141.89972563,-1872651.17910067,-1869403.87752956,-1857135.67009774,-1846921.25709038,-1840579.57142798,-1837366.33435782,-1830529.49149317,-1822089.20576034,-1809252.00729697,-1796537.87374413,-1791933.9155583,-1783046.75497249,-1779333.56442916,-1775019.03674209,-1765797.7845041,-1765578.21619305,-1764853.11686998,-1755607.0951032,-1749594.97375484,-1742278.2962819,-1739654.03044876,-1733834.14689662,-1729599.41815895,-1729267.14885825,-1729045.74392668,-1727498.36533742,-1729065.04888977,-1731602.06493417,-1736329.30865117,-1741513.08017775,-1745584.47551467,-1754787.05199303,-1756681.49517615,-1749646.90097924,-1744045.21424629,-1738334.17203047,-1732597.50748381,-1723456.58315284,-1714288.94477162,-1714165.93640855,-1705633.58234133,-1698197.49779141,-1697988.46196608,-1688477.85393883,-1679040.45426425,-1668009.19884882,-1666447.40848435,-1660369.37195342,-1653622.75872262,-1645386.25993092,-1637582.79626489,-1637410.67078815,-1635507.62569219,-1626867.53916598,-1621761.83762573,-1614908.14003273,-1610365.55550731,-1605808.85907057,-1605262.1361996,-1600079.15637652,-1596439.68689658,-1594258.56169673,-1590011.84504833,-1590793.76147562,-1591115.76224944,-1597250.84717119,-1597359.22183331,-1590636.02402536,-1584985.89747721,-1583325.39850509,-1582234.4381807,-1582158.73708033,-1576340.14757252,-1571419.64573594,-1567905.58091891,-1568406.07127682,-1565273.36532788,-1561080.34157539,-1553252.80778569,-1545709.53877201,-1545245.03996863,-1543463.49100113,-1541784.51625254,-1535602.38540686,-1528771.07543211,-1523029.9613139,-1518633.6020474,-1514425.06538219,-1510027.7325878,-1509419.40339669,-1509965.68328139,-1510449.81132558,-1512244.29666663,-1515109.38718309,-1514352.20167028,-1518806.60469597,-1525452.46509076,-1529345.56261432,-1530100.28013319,-1534173.74481282,-1537384.43592046,-1538014.72714321,-1536469.69854815,-1539184.71400734,-1542338.03170656,-1550614.43005561,-1553930.19020707,-1557967.37934759,-1567158.43724064,-1572840.19513125,-1583200.98608571,-1578960.75924535,-1577425.89330165,-1576456.65855202,-1580340.42547028,-1570329.56757082,-1561376.89057252,-1552284.23909338,-1552016.25635891,-1549789.87482764,-1549554.39511882,-1543776.96828413,-1540974.83133769,-1538069.30875757,-1530973.0462565,-1523968.07155377,-1523816.15329498,-1521626.57417087,-1519291.01945852,-1518245.71444195,-1518156.23798911,-1519729.36393347,-1523485.63084493,-1524630.8312093,-1526936.58920472,-1534888.29972488,-1536817.96976055,-1537839.19800469,-1538316.53844586,-1542000.76584076,-1545209.92023328,-1537303.11511356,-1530532.66522145,-1525946.55172902,-1524357.92085978,-1519271.92437119,-1514393.54787974,-1508029.74776053,-1502220.22680345,-1498919.04201681,-1495045.84179191,-1492100.41079295,-1482582.60569027,-1472595.17863705,-1467644.44362076,-1467642.93488336,-1467642.93488336,null,-2051932.49498868,-2046039.87218775,-2043620.8770342,-2034715.02600278,-2038058.92478578,-2045534.40414759,-2051597.86839742,-2054423.4315364,-2053247.03766087,-2057141.82995488,-2061851.35498935,-2067490.87228175,-2071602.76246308,-2069058.69742848,-2058588.3676792,-2051932.49498868,-2051932.49498868,null,-2068583.44910461,-2078964.09366004,-2081171.46839348,-2076083.16510078,-2071356.75975107,-2068583.44910461,-2068583.44910461,null,-2072464.98255492,-2078921.21168529,-2080956.39343808,-2076221.77673856,-2070130.48356591,-2072464.98255492,-2072464.98255492],"text":"any_mental_per: 17.5","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(68,1,84,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[1308635.68507185,1320402.58137389,1328438.8851196,1330321.70544929,1338045.93081505,1339166.08503127,1358861.3423835,1364714.69273993,1364972.73045403,1375332.94476798,1379888.52043072,1382992.31042035,1387328.87944768,1396816.88323747,1406893.57819173,1423647.16278283,1440876.40033496,1451984.29151791,1458130.49827288,1458150.06273051,1486451.65877917,1492733.72692174,1498615.313437,1512810.83550614,1531823.83508375,1531325.38460447,1530481.17789135,1525873.71616042,1521898.25363386,1519618.28251288,1516781.69516531,1517715.14461878,1515353.35480049,1515907.17921269,1517367.63288094,1517573.55939253,1523748.72713536,1529509.29061817,1535933.28235031,1541580.05683816,1542237.37746492,1547117.90650015,1547358.81598503,1552549.55870568,1552871.97135449,1558585.99701016,1563454.24673566,1567757.39311476,1570250.52398846,1575380.267111,1576059.27069831,1579605.06969757,1581009.35223856,1584225.16811095,1592118.74627272,1597802.28790894,1598179.72170021,1601849.90042276,1602633.86548936,1606766.37847221,1615580.76651401,1626182.2695569,1635736.90611163,1638721.62337148,1640809.21126894,1645205.45227191,1647075.4051276,1649748.39131161,1650557.3582111,1658675.76580913,1660061.57673959,1663111.49062738,1669620.87273767,1671274.77788992,1671532.37109973,1680226.08701926,1681377.18497549,1681489.12118496,1689832.48820032,1690060.03968962,1691690.04052941,1701506.40574319,1705663.32704045,1707062.99577228,1713166.41105213,1717605.59725964,1719344.92036251,1723554.82927917,1728932.47712801,1731465.16657228,1731615.94345637,1735155.98838046,1735871.6058068,1736945.65312071,1743068.25106033,1747442.83042086,1748357.98397939,1757379.96036792,1758516.3071033,1761051.356142,1765831.77991672,1767542.26295746,1766026.60819009,1766796.32481655,1770458.77654158,1772378.4979865,1779897.03752795,1782437.76941601,1789210.26868155,1795018.75487043,1799141.69258635,1799430.03873644,1794611.61980977,1792495.9189466,1788266.54776144,1785834.57052849,1783221.13779502,1779090.48989116,1778916.35240983,1778763.30980556,1780929.43395784,1778689.44455906,1778870.87440496,1779121.12252899,1776903.52627383,1773942.30414711,1773133.2016505,1775827.03816658,1775703.77728498,1775036.47834609,1773774.35385962,1769329.59009724,1766407.00971029,1767571.28871317,1766937.514657,1768213.02283058,1768859.83914953,1770603.07904338,1769119.67970044,1768310.50453517,1771035.05327722,1764857.33026563,1762876.50730958,1759904.16890644,1752917.26724939,1749333.60663488,1743242.72133086,1739838.00891004,1735283.06675253,1729601.41594064,1725880.66045181,1725529.52511726,1721924.81033304,1717896.68745393,1715068.97917234,1715365.30131361,1715372.56832131,1719612.2863769,1720759.21745456,1721488.91949587,1721062.8524979,1721832.61015607,1720905.41469703,1716936.46209726,1712307.21707191,1708743.78574591,1704798.47561878,1704704.31634905,1701119.39694129,1701284.32505313,1682121.47722851,1678238.54477083,1678218.41612933,1666392.2203684,1656343.52216156,1638457.85608287,1614254.8877751,1613760.43254145,1597295.60015708,1592684.2246066,1579122.19395009,1568479.19436214,1555903.24329544,1548544.26294353,1530781.48579533,1523512.37578522,1519583.05413249,1504310.24330345,1495246.75825932,1486322.2544088,1454051.52882074,1449249.83960579,1449132.88600205,1443070.36039939,1440514.05174285,1439635.72095909,1434130.67346088,1431361.02396307,1431303.60355187,1429585.889128,1428306.0613207,1426395.5807923,1418329.81308278,1417069.67521687,1418195.09551465,1418057.24161528,1417925.60074833,1416811.4839232,1418154.72759278,1417010.03637387,1418023.54289711,1418520.54100314,1416576.80973382,1415730.02704059,1408178.72169364,1408165.69994079,1407050.56924326,1406413.7006726,1404243.97465224,1405932.00527382,1408995.7438459,1408977.80307061,1408923.96366885,1408903.92082337,1406994.86827078,1411826.28198277,1417537.29067059,1418281.56305212,1420333.34627731,1413680.31494701,1408295.70869645,1410128.1830605,1410072.42618457,1409846.45222243,1406160.73551665,1405983.59848087,1405196.99693088,1398381.30997266,1397381.54762876,1395380.61572671,1391771.69216141,1390462.05333842,1385825.24816311,1383075.82445504,1382767.80689278,1374464.15912162,1373717.68907208,1363348.13887844,1361446.92101799,1359813.90884234,1355516.70956184,1351516.81833168,1346858.29976072,1344684.92092637,1340679.02876893,1339159.34044038,1333362.5985778,1331295.07000794,1326592.40693579,1324794.23432486,1322439.4925943,1321163.02466381,1316573.18361127,1312765.16167298,1310566.84938028,1308635.68507185,1308635.68507185],"y":[-1000510.71839079,-998582.62074586,-997254.88197375,-996880.41583318,-995338.965797,-995129.31370221,-991414.49515469,-990324.21868295,-990276.04532346,-988334.21580737,-987494.18011692,-986920.19473792,-986115.98371113,-984332.85282124,-982495.92569888,-979312.40621821,-976093.41086669,-973996.10077044,-972828.20229126,-972824.48672007,-967393.45571761,-965899.45782963,-964495.5090397,-961086.28843897,-956691.75797248,-961950.63683055,-965565.56587948,-971071.69845131,-975413.70466576,-979328.05452266,-983680.89108331,-986907.84164859,-990895.33720122,-992104.39931659,-995292.02383968,-995741.40134706,-998714.18835865,-1001512.35722573,-1002679.3846136,-1007293.57429821,-1007830.20474285,-1010974.81533282,-1011129.91379196,-1012426.30563845,-1012303.75928972,-1010129.03890738,-1010294.9769563,-1017554.13481796,-1021683.05843551,-1027681.77796048,-1028487.56160611,-1032693.04353076,-1035740.48872493,-1042715.83313599,-1048664.31278846,-1055177.33631371,-1055609.5066147,-1060800.58897769,-1061908.79738219,-1061993.07551263,-1068079.7165509,-1071176.38263208,-1079276.40780283,-1083540.73817606,-1086521.44511064,-1090919.94234803,-1091114.85872591,-1091392.68938697,-1091476.59016509,-1095492.67487723,-1096995.23395955,-1100300.17959998,-1102448.6809986,-1108026.26200186,-1115616.47082686,-1118240.68364966,-1124428.31979594,-1125030.34729677,-1127541.38580556,-1128217.78832309,-1133062.80556354,-1136413.67585912,-1137069.01923747,-1137289.16698971,-1140524.65467718,-1142873.88463648,-1150616.07084897,-1154906.95196726,-1161291.18420682,-1170628.12167063,-1171184.09237875,-1180139.41696294,-1185433.59252424,-1185947.80519704,-1188875.48159031,-1189502.20698513,-1189633.00310619,-1196608.11501094,-1202456.37330419,-1204912.52057428,-1209539.84655346,-1215815.8389409,-1220555.62857292,-1221579.56587264,-1226449.13222425,-1233296.22673388,-1234865.03269106,-1232387.17724482,-1235779.94380402,-1237098.21377485,-1237335.3000144,-1241365.74304269,-1247540.62787041,-1251530.75697138,-1258899.45767958,-1264464.64349535,-1270915.9502376,-1276238.58302952,-1277658.08332201,-1278904.36257527,-1287129.8148762,-1295307.63325165,-1297122.61843496,-1299628.67661094,-1306298.23289566,-1313602.22005506,-1319843.45056128,-1324610.43961652,-1325696.62285321,-1331560.70761528,-1336179.61857773,-1345082.4714925,-1346997.41104109,-1352716.11874981,-1359227.13846881,-1361883.65997237,-1363230.57328852,-1370741.2658052,-1380930.9962933,-1386952.48768868,-1393187.00911933,-1393045.58697704,-1393432.50734502,-1394965.1684211,-1394902.81564953,-1393977.05200892,-1394734.43956333,-1392728.66805977,-1391876.79528874,-1392791.19485097,-1390408.92239935,-1390417.7599562,-1390507.60954064,-1396059.09392652,-1400675.17912005,-1407219.44421814,-1411391.62697494,-1416590.29926674,-1424337.15244172,-1433675.4601671,-1438765.77213283,-1442352.64977238,-1442750.9821229,-1444454.48311067,-1445138.64356705,-1445298.66385203,-1439793.15632367,-1434168.28001368,-1429670.59752388,-1424700.64696103,-1426843.2901538,-1427271.85551177,-1427274.61810206,-1428888.8667324,-1430246.60018166,-1432631.68658987,-1435850.62929249,-1435914.08804571,-1438009.63335475,-1438590.43149593,-1440283.07325311,-1441684.5655493,-1443322.20769089,-1444271.26524671,-1446575.67956814,-1447507.27979845,-1448008.09190346,-1450089.89427353,-1451311.41019622,-1452504.08178199,-1456444.31978378,-1457093.89960403,-1457109.68502961,-1451381.16428452,-1444869.29255594,-1440002.2831878,-1434424.50577998,-1430410.41535751,-1427762.05200631,-1422121.17021897,-1419882.57936182,-1416539.52300222,-1409159.5747442,-1401268.96742344,-1396973.66641473,-1395465.9640404,-1394027.04140132,-1389585.66146217,-1381646.11743176,-1377683.46373812,-1371749.56663812,-1368832.87388053,-1366233.44051372,-1360826.25526245,-1353748.14834154,-1349508.84349999,-1346295.26388109,-1344459.64660781,-1338204.34837072,-1331819.4546999,-1322950.22734437,-1320195.68581172,-1312280.17180012,-1309454.21097928,-1304317.38637134,-1297894.5923718,-1293091.62916109,-1291629.76310454,-1287595.82531909,-1283996.85165051,-1281490.74870433,-1278178.73647138,-1276402.86048977,-1269255.91480171,-1262677.82461357,-1262361.51752702,-1260956.73295721,-1255490.04237117,-1252860.02176287,-1247594.59655172,-1240067.62505016,-1237912.99467399,-1230278.31535013,-1226860.25221292,-1225920.81605701,-1200576.86814894,-1198289.2512599,-1166481.07063713,-1160643.06574703,-1155627.10979706,-1142482.5987728,-1130238.60229452,-1115977.45510017,-1109320.03065427,-1096865.23009065,-1092138.07066297,-1074985.76477177,-1068863.29904623,-1054928.19897089,-1049668.01163066,-1042776.76087328,-1039039.72889235,-1025594.21021342,-1013808.37286127,-1007000.77985047,-1000510.71839079,-1000510.71839079],"text":"any_mental_per: 17.6","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(68,5,86,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[1739363.86458611,1734900.64678938,1741824.91478706,1770325.05274952,1779953.46312821,1789820.17403852,1796776.56582573,1824940.88004429,1828028.5709123,1828048.29779489,1848016.87301485,1849910.02610925,1875078.92507231,1899586.31786978,1899596.85518877,1900414.23857716,1918309.85515246,1920181.15245407,1937941.56784824,1938614.762476,1955205.0738785,1961003.02143848,1972910.32323129,1985146.94538633,1999715.91094862,2000219.38505473,2000236.08464815,2008158.22782866,2036308.46481349,2048638.98120076,2048644.43486336,2051640.04835612,2053498.86379921,2057338.95368984,2068941.46419014,2076130.28767816,2076132.14821011,2078871.04327921,2079532.85756541,2082587.18361732,2100489.34447257,2111913.84753801,2124806.68894285,2136047.47099136,2136973.26716756,2135929.24831087,2135415.86465548,2135377.58068036,2135065.11804374,2133159.10783823,2102427.21708687,2099961.5403123,2094937.74752856,2089809.33204105,2085027.29242671,2082407.27934658,2080164.88246207,2081695.07942548,2080941.83142865,2079309.98988932,2072524.63749059,2070208.31453757,2076293.32963788,2074786.97307315,2073052.29031869,2069982.247507,2068176.59088458,2060167.8692729,2062754.85938226,2066363.73609553,2068204.04684696,2064359.95260664,2059322.53605024,2057892.82670556,2052825.60909962,2043831.99547289,2039940.98031355,2039470.12017445,2035729.60240925,2028474.14505546,2031882.13383291,2030032.81787214,2029701.31683124,2033567.67031662,2035988.1922154,2039112.81702502,2037809.75846481,2036432.14246622,2034427.70166039,2030008.05324307,2027017.73238534,2024095.62345689,2021778.22675033,2021088.01046293,2016189.35432701,2016138.42750619,2021628.27565416,2023168.19936933,2028644.29526191,2030454.20609825,2029200.02281325,2027421.72103304,2026474.13288144,2022594.37713247,2017580.5721292,2017774.49100145,2014589.89056154,2013151.02731422,2014395.85643928,2015084.74972502,2018438.5384339,2021470.31239831,2019153.50217546,2017242.03957391,2013832.37378075,2014707.79671496,2015627.40444416,2017503.1584457,2017857.44746092,2020775.44304966,2024308.80929264,2025787.99677292,2027952.95257752,2026339.77812186,2024289.36892079,2022404.60238323,2016852.80261623,2012081.72239414,2007707.24380403,2006194.11314597,2004901.22922654,2001683.85639367,2000017.46490046,1996880.33618456,1994051.82833188,1993754.20746116,1992600.96390558,2001936.08202496,2003987.43849379,2005275.51954967,2008350.14334343,2004680.85411915,2003624.02174019,2005807.39702454,2005225.03799715,2004991.81786294,2004143.60095691,2002971.23063187,2005568.9991507,2004031.22690595,2002310.42048422,2005897.7801073,2006204.79577254,2007488.41297258,2010360.87828633,2012092.43060221,2015798.3767504,2020446.46291297,2026775.8163859,2028134.34865123,2028255.5027529,2028280.02841006,2031082.2930531,2031235.49998405,2036298.00182031,2040245.05206808,2040503.42007655,2043072.53996402,2037667.67774359,2031616.71290872,2027502.52656276,2021476.12526984,2015509.02250877,2008027.52681477,2002458.79210169,1996479.02894221,1994549.22549929,1991140.0622269,1985101.61673911,1979631.22849343,1975316.92509604,1973415.14356853,1969097.13363104,1965519.57238963,1959059.67750275,1953434.61192461,1951637.02708372,1955077.9388157,1959224.58855027,1958541.47721458,1957240.90666548,1960209.86654131,1960608.9769236,1962775.32396277,1962980.73191871,1962755.27197923,1961762.23154371,1961600.04641605,1965188.20779463,1969384.74124283,1959597.0187727,1955558.1133137,1950824.82565971,1950821.37211818,1947751.57115437,1943032.09952982,1938613.12590895,1937556.44593094,1937555.91335784,1931700.37757807,1929993.47843785,1927374.49588671,1918480.87834768,1916107.64059598,1912488.03892032,1911244.95176293,1913451.38895635,1914661.63586697,1914642.02826335,1910719.9202393,1905270.04392331,1901738.48952725,1894905.68243777,1893927.93284835,1890392.10268397,1887321.89238978,1886444.58261138,1879582.43679855,1877833.14944497,1876074.03662147,1873852.6933739,1865396.95169753,1858951.5440589,1856699.12951428,1850813.51667861,1839444.45975801,1832995.7296176,1831441.98160007,1827494.84026998,1824565.37119178,1823717.84585722,1823109.24919418,1812930.04691242,1807246.16315906,1802650.57874529,1798568.38028155,1795155.56018161,1790848.98105243,1785288.87609129,1785171.52333828,1777781.9949265,1775169.61798452,1773208.99982709,1768889.36500091,1762918.62146517,1761587.36040882,1756611.66546923,1752050.21177514,1747442.82861831,1744065.50882168,1739363.86458611,1739363.86458611,null,2069288.15508776,2072503.0641476,2074108.41036533,2068490.72721675,2066383.10522759,2069288.15508776,2069288.15508776],"y":[-390555.43038916,-369830.64933632,-368011.26899769,-360440.17199835,-357902.35457138,-355285.98243213,-353431.75049061,-345915.67299572,-345083.74376123,-345078.4236181,-339648.00754992,-339129.74863814,-332260.87975548,-325520.7404207,-325517.7551289,-325286.12845914,-320186.91287537,-319652.48356791,-314550.96821457,-314356.55630153,-309409.82980797,-307670.02190771,-304154.15346453,-300515.97505779,-296146.94686395,-295995.31502039,-295990.27049057,-293591.81341753,-284982.2202922,-321615.62957295,-321631.85441059,-330179.23028405,-335485.22970561,-346452.25290893,-379633.20552252,-400226.06460286,-400231.39762913,-408133.57152418,-410043.61999757,-418791.91455789,-414042.30978076,-410650.27814718,-406796.17753123,-403237.68976288,-417872.59164292,-419698.15548787,-430556.41051209,-441193.50585767,-445283.98474446,-453956.73596186,-467319.69638112,-473160.51282597,-472290.77143025,-473701.54008903,-481507.26715356,-482471.2531545,-476400.92801427,-468416.00603209,-466144.25189661,-461858.8293717,-461191.6979584,-454535.3178494,-451079.21792836,-449328.86433275,-447312.45845509,-447672.56249175,-447883.71769338,-449621.36944031,-456741.05663413,-463283.10093664,-467998.56116738,-468036.78212824,-465058.61784945,-457590.40490044,-454486.02962997,-448581.82627172,-447501.1668319,-443264.18018066,-439605.11389157,-431350.83837384,-424537.58316921,-421896.42337668,-417276.82038805,-415598.11716733,-415256.82355614,-414384.64138644,-411190.95139068,-407814.61316796,-408702.74751996,-405104.13981701,-406012.1478503,-410788.58871572,-410667.77175487,-405717.90041886,-404056.50319707,-400412.38668957,-397782.2149054,-390900.78432615,-393872.12653156,-391307.93289508,-388632.5903903,-384838.84283071,-380951.54174009,-382127.9639383,-385605.04092321,-391518.63335033,-393608.55219991,-383666.10005381,-375438.63596057,-371341.93795006,-371638.65554574,-371905.48234227,-364074.67640831,-361347.42752177,-359305.04800247,-351135.25717931,-344254.46956733,-340310.43139233,-335848.7507566,-330714.75701359,-327834.22790303,-326627.03233484,-323594.91484856,-319563.14805194,-320239.35190789,-320860.27973388,-328026.67910288,-335608.73389615,-342960.56215984,-346714.67446345,-349916.79529709,-352876.41147664,-356410.50349247,-357317.71857567,-358283.89536996,-359017.2225122,-361856.26252081,-364491.17625913,-369758.09158292,-373977.8953328,-376660.44972192,-381080.01999323,-384466.1114345,-385619.12924087,-389706.00012846,-390349.81226237,-392689.54224039,-396967.62225141,-397653.89860329,-404146.89513711,-408235.18306465,-410906.24083684,-412179.80676716,-417507.78595028,-422283.462915,-430717.9148148,-436199.84672677,-439549.05899742,-443861.05523459,-446754.13704486,-451553.79226937,-452535.88219825,-453464.52459405,-460040.55398234,-465727.96336041,-469206.11985072,-473686.45030845,-480263.5741519,-476835.57907389,-473974.74616815,-475598.04802602,-473038.4475316,-467645.1931783,-467479.3545948,-469007.30536242,-468758.2342988,-468615.83891822,-468362.99207182,-465168.28963333,-462552.91550317,-455100.70245058,-452896.11866603,-456567.0453211,-459230.21187264,-464566.20723659,-459747.55352646,-448326.39077213,-440085.15683879,-437307.61346012,-435097.79317609,-430951.26343617,-426434.35578821,-425826.48324308,-425157.22299952,-421835.5452112,-420877.54168379,-416660.03410905,-415971.53698278,-409555.93602048,-401924.58480888,-396281.40912597,-393947.31043194,-402441.06617252,-402438.1477225,-399842.85751634,-400762.99984425,-399928.8419634,-395458.07295879,-395455.82057651,-394201.7806316,-394228.06583126,-394267.58317396,-395128.55970314,-392376.81168547,-391621.51124073,-387303.06226103,-383817.58852704,-379633.60353278,-379620.41773248,-376981.21813473,-375233.98261595,-373588.40183435,-373754.89812471,-373920.18627625,-374516.70542018,-371664.61158392,-366274.42343262,-359582.72484961,-357161.57534304,-354725.84084499,-348209.55101208,-348191.16088323,-350704.84298452,-349082.04414263,-344836.24191772,-349376.61758755,-354367.07934834,-355075.92591031,-356874.47132259,-364475.30786459,-369055.52313466,-369192.04571517,-371466.81357875,-371342.78259894,-371239.08894594,-366090.50125395,-363675.26924775,-374580.13924354,-384659.05575163,-389242.18406443,-387354.09009722,-388099.27444883,-388657.79949288,-398050.73495167,-408224.22204945,-410486.39092692,-415418.93900714,-422348.32200525,-426090.87574545,-410985.84413563,-390555.43038916,-390555.43038916,null,-472405.7538747,-475159.38711846,-482486.77638085,-482367.48774946,-474586.24874007,-472405.7538747,-472405.7538747],"text":"any_mental_per: 17.8","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(69,13,90,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[-236579.76361119,-233576.42156882,-231916.59674615,-228779.85900846,-226441.12884078,-226488.28416709,-229696.84853217,-234908.35338887,-237056.64954974,-237081.263163,-233459.49853559,-227508.72570565,-220546.74079653,-216626.68017487,-209012.85736367,-204424.25802129,-200466.58030946,-194294.93426852,-181501.92867054,-168361.16419181,-156203.10680106,-151104.03565627,-146367.24176178,-145483.55827139,-144198.8572,-140039.63361678,-135952.0626355,-132434.60918,-130697.7444384,-127334.64365418,-116423.27294081,-112070.32204675,-111701.57159243,-116833.9011591,-122992.1257551,-130091.73630296,-139095.50850549,-143564.37720179,-148290.69030465,-154702.75316477,-159402.31838716,-163618.03064876,-166639.78466347,-172359.96908615,-177552.27880938,-181586.73030103,-184200.12137214,-185979.11754258,-187999.55555493,-191139.29797936,-197765.81091216,-206991.26644245,-215334.03381766,-219874.37952975,-221053.65900957,-221442.44124867,-220917.29217195,-221547.24480374,-224854.34647033,-227158.48481757,-230526.49127287,-233584.74124027,-235401.95554894,-238034.21212334,-241428.39726194,-242206.51701423,-246490.13020399,-245786.07021752,-241874.73854685,-239332.96867736,-236579.76361119,-236579.76361119,null,-318715.79220876,-313239.09958487,-308492.67533972,-300721.60304298,-293901.6222333,-284438.16775619,-278783.11588206,-271889.55226342,-263551.84186762,-257490.90339039,-254804.29394975,-255778.4817097,-259598.24671336,-267936.03709131,-276285.12501526,-283470.09587543,-292858.38262355,-298790.60581491,-300911.4591734,-303684.94326736,-304344.21873282,-306080.11331119,-309573.10760097,-312535.53360995,-314398.26140939,-322917.34923976,-329755.39372961,-331452.22980767,-330380.49250074,-324755.73141934,-318715.79220876,-318715.79220876,null,-480841.07778598,-475334.00025977,-472970.98384268,-467667.44968272,-461837.52157916,-457098.6516674,-457140.85652015,-453547.16917092,-448762.92709396,-444416.20820216,-443853.94659615,-441840.95009347,-435192.81046449,-435463.64128857,-436976.07877306,-439481.6589367,-445544.32020529,-447711.0138348,-450659.11136216,-455282.58533576,-459581.3151255,-465903.98513411,-469113.17289111,-473442.10359848,-479859.86014543,-481389.46436007,-484683.75951549,-484898.16470484,-486184.81100269,-490575.18741164,-491263.00937411,-497169.67083576,-497446.58734964,-502912.75040551,-498316.05949384,-487432.56671713,-483279.36947615,-480841.07778598,-480841.07778598,null,-655365.53717827,-646275.26017956,-643403.55786682,-639612.77420412,-636048.68455922,-634009.98715524,-628195.16267425,-625360.75993772,-620998.06750112,-615656.88905473,-613033.52051599,-614922.0519434,-616352.81045,-615685.08916088,-615667.18191702,-620082.61689403,-625666.79140106,-634200.57789438,-639150.48609006,-642074.70404694,-647266.36225695,-653472.77978734,-658435.52748691,-662122.09073564,-662312.74434333,-658745.33097806,-657701.71814597,-655365.53717827,-655365.53717827,null,-387608.56630239,-379742.61722641,-370502.85085853,-367993.19145583,-365043.1666194,-362859.63559076,-357937.42317472,-357601.91784612,-349724.32627782,-339602.13702465,-335929.46940376,-338352.62716632,-344187.74802458,-351659.88881377,-359823.16667015,-367612.68084657,-373418.86086015,-382635.06364151,-390936.25260927,-397135.8015982,-394483.78214973,-392014.99925562,-393729.41034331,-387608.56630239,-387608.56630239,null,-348969.74651979,-344779.02553554,-341180.17475991,-343433.43279178,-348516.95970512,-350381.66045832,-356401.51656166,-359365.47421792,-360234.7766484,-362617.73772089,-368098.70509253,-368464.21522881,-363628.23452322,-356075.97125901,-348969.74651979,-348969.74651979,null,-697023.03190159,-695667.00884471,-695035.5115574,-690988.75874631,-689535.31472658,-688621.16597275,-690391.64588661,-691584.425748,-690572.43130294,-694972.82493033,-698118.2498944,-699802.46377246,-701071.88652073,-702257.53119596,-704862.53174734,-707088.50994409,-705756.84237628,-702540.01652816,-697023.03190159,-697023.03190159,null,-310038.32370441,-308874.08836723,-313461.51482852,-321920.99755399,-325817.97954297,-322941.95355091,-317268.4284681,-312920.1176832,-310038.32370441,-310038.32370441],"y":[-2225028.01943124,-2221871.24662185,-2216963.54249586,-2213074.80397911,-2211676.59066575,-2206866.58250829,-2202590.72632594,-2195453.62559859,-2189354.48494235,-2180643.05313818,-2179060.64243915,-2181385.23884971,-2185317.77318933,-2189024.84756275,-2193798.59121846,-2197252.7694229,-2196707.94762055,-2199014.18556136,-2204994.51664329,-2211588.26729992,-2220778.20719752,-2225566.60169023,-2230474.79323987,-2239309.8592933,-2244753.15841859,-2243654.15190863,-2243922.18942444,-2249502.19948423,-2255978.72070142,-2259295.72519779,-2266013.45234865,-2268340.3345821,-2271628.49870575,-2278874.58367104,-2284283.80195706,-2289548.45409646,-2293618.38379445,-2295860.48791825,-2296446.3324858,-2294633.30637561,-2296995.84504555,-2301408.75968739,-2302107.11613409,-2307260.73808909,-2308533.09948498,-2315917.64522727,-2322621.61115624,-2326659.18188058,-2329727.90226497,-2332241.41969032,-2326089.13375716,-2320601.45871576,-2317581.59846634,-2310361.84780972,-2301404.88766485,-2292567.2439999,-2288100.86362633,-2282601.33413203,-2274900.04200537,-2270479.93981875,-2266626.94005986,-2258723.32223593,-2252800.67053259,-2248775.56837022,-2247745.64654224,-2245566.1435061,-2238437.6245903,-2232953.48776098,-2229076.57792569,-2225573.87490428,-2225028.01943124,-2225028.01943124,null,-2089907.94794294,-2097203.05105819,-2103873.28449767,-2102489.84778802,-2099576.20820201,-2101231.31542074,-2106761.27408947,-2110669.70593627,-2116928.66661196,-2119020.9335316,-2124930.02245422,-2130016.90792344,-2133455.54523651,-2137048.50252256,-2136349.38592753,-2139409.96590568,-2140743.71905382,-2138106.11906762,-2131488.31228066,-2122275.82948567,-2120297.26531085,-2116056.65116472,-2114819.9642737,-2116946.04106143,-2115945.02752329,-2111361.86865907,-2103063.46664833,-2099587.18826372,-2093007.47919655,-2088137.83324584,-2089907.94794294,-2089907.94794294,null,-2002041.00214155,-1998471.50101371,-1998181.8960208,-2005615.58339911,-2014708.25927102,-2020257.99523217,-2027339.42083046,-2030655.05473541,-2028761.43072789,-2029416.94413013,-2035737.48427482,-2040951.6222448,-2046580.26710377,-2047060.06816431,-2049739.08586834,-2051763.70916441,-2049616.43140247,-2050836.4573992,-2051398.26204441,-2047943.69799067,-2045061.90562873,-2043765.94240216,-2043067.89852792,-2043375.8929201,-2043908.21790396,-2043854.59754841,-2038260.5213668,-2037774.77386042,-2034858.04270485,-2030988.65185487,-2028027.48096269,-2020964.66069335,-2016868.22294508,-2010134.25275221,-2010051.20719805,-2010846.35808159,-2006630.26525522,-2002041.00214155,-2002041.00214155,null,-1927092.54563608,-1923512.56432026,-1921386.37511742,-1922067.65074517,-1924561.00016544,-1921891.21241426,-1923687.34258344,-1922621.2852988,-1925246.21147603,-1929395.52083802,-1936486.65412994,-1943185.51180652,-1945230.72776974,-1950079.47473077,-1955504.78281346,-1959324.50182794,-1963569.12237697,-1960793.76885613,-1959170.93587154,-1958866.57189623,-1953526.93784687,-1949654.01060039,-1947155.18656032,-1942058.10916371,-1936839.27958807,-1933624.31346563,-1928975.17820388,-1927092.54563608,-1927092.54563608,null,-2061504.81917767,-2064182.21890019,-2066158.26089856,-2065276.53510095,-2064238.84995831,-2064430.1731409,-2069659.40790807,-2069692.55585307,-2070466.257346,-2070363.19879404,-2072622.14560725,-2077718.83389997,-2082194.13908734,-2083573.51916667,-2081015.88156524,-2077802.1967186,-2075859.21607108,-2076327.91425413,-2075942.84825166,-2073833.83692832,-2067711.90138338,-2065023.39179854,-2060251.40867467,-2061504.81917767,-2061504.81917767,null,-2101079.44885353,-2104896.27256272,-2110011.64609384,-2116067.18573176,-2117858.85594495,-2118301.62602663,-2118305.6765233,-2113499.15903754,-2107760.72383221,-2104446.86318292,-2100615.93523545,-2097368.29566275,-2095946.73213256,-2097076.05701077,-2101079.44885353,-2101079.44885353,null,-1945374.48330266,-1943949.88213354,-1940385.81174605,-1940014.5744177,-1940992.12054579,-1942840.67148831,-1944533.71234882,-1948506.61477862,-1952159.49143504,-1953746.97516119,-1954324.41869082,-1956466.08870369,-1959053.75804499,-1963732.64069022,-1962237.08095398,-1959065.68675379,-1950907.4551529,-1947591.36688322,-1945374.48330266,-1945374.48330266,null,-2139276.01531554,-2145220.58341821,-2146651.39474566,-2146781.38169736,-2143385.80456423,-2140543.78550122,-2137200.88634906,-2136291.14006746,-2139276.01531554,-2139276.01531554],"text":"any_mental_per: 17.9","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(69,17,92,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[-628502.55671411,-628705.80239524,-627387.36994968,-604559.68573579,-587862.13971534,-568680.01277403,-545261.69373157,-488796.70537526,-466480.03241071,-459791.19957109,-440445.94580143,-381790.94971725,-377591.26534887,-353197.7798772,-315615.8874899,-290763.07987396,-290463.30648997,-290262.28583636,-288975.18010699,-288751.41062655,-287847.54347165,-287328.6322147,-286097.31621733,-285163.08197741,-284156.91592765,-284156.78210783,-282767.17259603,-281507.22061957,-281392.54083861,-280740.5243053,-280705.76173921,-280475.71359125,-279534.36555141,-279048.04583793,-278300.13637264,-277608.59330336,-277460.95961451,-275767.40986093,-275322.68232473,-274118.09322873,-272576.58669281,-269040.03722703,-193797.07419006,-182139.06258503,-163702.19516245,-145543.2996696,-97261.54408475,-85520.12058265,-79248.14951512,-53116.564292,-48951.56545669,-27876.96621803,-337.19346324,-36.39042722,-35.97764015,-35.80875416,-35.55234985,-35.35771689,-35.11824341,-35.09842438,-35.06023998,-35.03423177,217.98949687,6496.6254262,14532.71723175,16733.95884756,21654.53423702,27975.39173106,36866.26918252,38283.04379658,48374.23560398,48747.95595275,53415.54610538,55719.62541521,59825.96411809,66782.28143866,71789.88309627,72723.42053036,74855.63064128,80213.37849964,86941.75497921,92094.86764285,96772.44130198,97891.70600481,104228.71596485,110280.62415569,116747.63607587,121104.02256675,124936.94706065,128449.99515054,131517.57710369,136133.286151,141101.99028652,145837.07858479,146673.64216391,148070.8245829,151197.55388926,155402.08124582,164079.90053234,169299.35161004,172072.58212217,173439.63740075,175773.60750748,175918.79010269,177526.54164276,184686.0112803,190076.43219943,189668.77958628,189913.74174759,190008.3743106,198003.38996585,203702.13346116,207630.39249027,215610.19509957,221478.02798005,222804.94941771,226105.28960406,226386.43538639,232979.5113606,233207.44119539,236362.75070422,237177.73687691,243800.56597202,248732.0241155,255299.94135146,258964.82747319,262846.77345487,259350.29393198,264860.7713842,270232.66174375,270399.58098933,271127.70439498,273090.80707892,279497.46333403,279090.76933558,282372.76412321,283083.90732296,284033.20009797,286721.0797406,287627.54778837,292149.6557122,297289.83959442,299013.78881582,305018.87578447,307656.08985687,309558.10022269,315732.48497257,316164.56819413,316101.33326442,318001.81645165,322556.3612216,324738.9648149,330819.26193277,334017.01580364,336359.53852432,337983.89160715,342985.47039209,345630.57109251,350201.58086279,355163.7456414,357007.01132943,365092.41138805,376850.69177581,381335.23402781,385299.30225085,387558.30900975,390357.51751477,395068.95100591,401271.52252886,407301.47710762,411628.01782268,414768.3716682,422073.82808564,430879.34792052,434724.86602322,437203.63936744,439676.88912925,442016.4678993,448667.22068836,449275.57777533,454493.39169825,459219.03138241,465289.01653978,469432.13506651,473088.74965639,478929.3417963,485874.94104529,489212.72298256,490878.58834908,498904.98405073,504280.85000367,508662.42171286,512555.77620841,519148.66671337,522103.88838822,525310.20610886,526702.57419905,529940.1632124,535882.62603116,538269.02664361,540928.26098187,544773.8462549,551342.54801244,554200.85048285,555039.27242495,555757.25989392,556176.06647724,556959.18289469,557903.09331359,558843.87187591,559412.2734229,560121.50736624,560994.16842221,562188.38215392,562387.52193016,563523.85946963,563917.33820754,564977.94972242,566237.59998383,571518.24623519,578177.46897444,581480.26184214,584105.45999601,589574.25770946,588842.92264663,587375.150147,592275.94651176,598314.94983674,596321.58662015,601543.65106935,604726.29093083,604554.17459236,610716.31638462,612361.19933163,612536.3180491,617114.67335055,618770.5911042,618683.80138909,620104.50402541,619619.78325976,618928.9022898,621044.2438126,619116.02733664,618786.12556754,618234.8427925,614048.56973727,613287.61240705,608364.46135399,608667.63691893,604682.78075737,606784.59632903,608031.27612183,604798.64960992,604146.52240821,603160.66233052,608661.60153167,608505.16536401,608412.18812583,609692.37630936,610242.09010086,610498.35889019,610294.85543855,607128.37188543,601120.65359031,599339.53419758,597361.91355279,595545.51870018,590361.11296294,594360.46146441,597292.35887864,599966.72738767,597778.07815052,587982.59643021,578855.72359109,568862.96255106,550587.78413682,549001.93098852,536644.00894347,527699.74609696,520550.16272128,514984.77896026,516030.33066544,508397.71605485,487357.15558332,479044.22227209,478099.65557314,471837.53794665,461920.82370306,453891.9592578,448311.01245,441852.63257392,434015.75977547,424875.83406762,412554.2064065,394357.15105524,375616.7974191,362666.24296765,357887.94907592,356749.15839703,351807.96908622,333448.5893296,324980.49902526,317981.76314695,312213.87619613,308900.21107882,297696.59365662,293911.50356303,293802.43729744,289390.15130967,284613.79384867,277816.86726614,276846.78700311,273613.79368228,269986.06974073,266289.55706912,265327.09368693,264283.75787481,262734.18856623,264392.22226921,269326.10931188,273148.28126211,276817.28479799,279748.78750422,283110.46994852,287604.08177305,288487.11265055,289264.73237752,288209.80241081,283076.16583415,276032.32476278,269865.1655604,267119.71704676,267806.58274416,266586.50206883,261537.00251343,258181.74902274,253907.43136775,249134.06351947,245075.72224278,238684.62422011,233271.62034146,226996.82050468,223254.12087742,216466.65832769,215564.37660908,208154.82347542,201401.16999962,198584.24405152,193304.5337223,187395.67495471,182577.35783079,181771.98486926,177306.6600253,171759.04729025,171225.57508111,163209.07456332,157495.37620433,151308.29476516,143929.45390774,142188.78282649,140137.93576927,136041.05430684,131490.23608776,123224.02058227,120401.2621787,111973.85245851,105134.54074106,97649.3591148,92650.31443584,89711.43684198,91603.62209602,90231.43428941,83498.01428732,82935.98875337,80476.72229377,79577.33361651,76154.54847764,73482.66660203,67400.55095708,64129.95196794,61463.93599784,55459.34736524,55898.88210289,57084.36850198,55519.93758433,53938.2335292,53686.37580252,51208.75281902,47031.4861935,51187.88664004,50409.95503248,50143.23852572,47070.38889168,46849.17661696,44173.81297623,37417.81214602,29430.82689131,24041.79389786,19743.6971691,15448.90008045,12149.27851346,9504.17857945,8200.72329944,6736.6530139,1496.83517342,-2849.31195747,-7482.3605938,-17280.96061535,-19565.77277721,-26494.36640791,-28454.08927089,-31682.89039774,-33307.73732694,-36374.19434802,-38390.08533312,-39195.09638914,-44244.44460337,-49319.44220813,-49915.50407293,-52481.44851641,-52734.0710271,-56751.98154606,-61661.2025439,-63569.53597577,-64815.33713544,-65858.51250597,-66184.34619926,-71341.61656735,-75740.27712946,-77947.30806418,-78548.94179912,-83097.60916047,-86800.91389008,-97386.32456155,-103590.45670611,-111129.96105965,-116463.82678908,-122534.36113844,-127397.17120984,-127483.83513905,-133286.51170489,-136433.54643266,-141548.20097956,-146381.95020994,-152011.87228834,-161117.58678434,-166920.17378811,-171513.0295923,-176145.98724825,-182557.9181975,-191363.23849334,-196798.95052878,-201867.58868879,-205946.22059139,-210358.44788466,-216709.39621957,-223804.34489029,-225500.35828157,-228556.78189437,-230576.50720601,-232993.79490293,-240357.10422674,-244612.61809813,-248426.4100025,-254454.00334663,-260743.52643273,-262508.30018068,-267050.51431642,-271058.93251582,-274202.44000837,-276615.09427364,-276125.67995131,-280893.89457038,-282969.87193988,-281185.47398932,-285892.67466104,-293615.03562121,-297722.69813793,-301766.66858803,-304316.4698286,-307054.26675437,-316939.96792863,-322212.26418195,-330010.48427175,-339759.93141425,-345576.54539586,-352101.54031049,-358665.11857752,-364902.59590285,-370927.22821273,-371393.49076374,-377463.97704346,-388975.50902839,-396679.55305548,-405054.55051653,-408530.8703423,-412947.35860256,-420523.52578448,-426515.10328278,-434130.66168797,-442293.14643816,-444348.77773796,-449163.8419488,-454000.71688269,-454874.80042528,-456494.73918468,-454915.31149171,-455413.88230396,-458808.7359963,-460639.17224546,-466328.38741146,-469620.80720375,-470254.77699063,-471724.26275339,-474759.03834967,-479280.57298151,-480014.55552605,-481744.72362935,-487544.77713996,-490818.41157584,-496548.75488469,-501913.61899072,-511061.45667852,-518467.24626948,-518767.24440497,-526917.63992398,-533280.5556319,-535119.0064124,-539301.2549877,-546919.2120432,-552820.23819215,-554611.70247996,-561208.49487882,-567603.33918139,-568775.21159613,-572671.21032554,-573450.05919967,-580587.04336372,-589281.57559455,-594703.47202103,-598548.03697001,-600296.48228621,-604485.13935344,-605979.22450135,-610218.19304016,-614877.71750637,-616576.19717416,-620452.58619105,-625259.62608522,-629997.70635177,-628502.55671411,-628502.55671411],"y":[-1427691.07987847,-1421330.50316529,-1418190.62533338,-1419839.97066701,-1421005.45043944,-1422350.02461151,-1423929.69011117,-1427710.20447434,-1429023.56290054,-1429405.21859331,-1430477.92722163,-1433488.72862463,-1433682.06650434,-1434762.08534686,-1436282.6165433,-1437191.24958311,-1427633.90662307,-1421232.47871242,-1379560.59895002,-1372290.49218562,-1343403.25643533,-1331276.88025256,-1302530.61977662,-1283834.30616402,-1263701.45190404,-1263698.7744399,-1235611.78894333,-1207444.14800604,-1203742.43425747,-1182736.48049166,-1181618.45430569,-1174224.56085188,-1147637.37233036,-1133514.96898946,-1110620.81710758,-1089515.80311704,-1085261.09957266,-1036603.31856666,-1023648.11738893,-988659.2230503,-939313.76163158,-939445.51875193,-941763.58105,-942083.11288304,-942551.6085786,-942937.94024944,-943746.67545529,-943857.28835604,-943908.88441227,-944161.79750109,-944185.97019275,-944273.02149289,-944322.9916067,-944322.98228233,-993553.29692536,-1012890.35869025,-1041941.62791334,-1063744.51785418,-1090298.32892644,-1107222.5149298,-1138631.29173824,-1159212.84870662,-1159143.34649666,-1157415.69290573,-1165131.90652453,-1167241.61629063,-1173050.81722169,-1179035.17503401,-1179701.21413132,-1176042.30790562,-1177182.47605792,-1177224.44572033,-1178966.31407787,-1172125.79032229,-1172650.87264567,-1178184.45380592,-1184919.10118051,-1186173.0783223,-1197186.4884263,-1197682.71606078,-1198507.4314746,-1197615.49648753,-1198014.51844653,-1198109.5791291,-1202815.22321392,-1203235.8302544,-1205900.15351391,-1205594.80839025,-1202071.05490246,-1202929.39822284,-1203677.475426,-1209577.60346219,-1212888.05341302,-1210844.30583937,-1210482.83066133,-1205653.54623791,-1202421.55496597,-1203522.96427441,-1205469.89793529,-1206806.88576268,-1203753.18884072,-1202246.68049671,-1207758.40297234,-1213917.61205685,-1218999.77391477,-1219549.15481411,-1219964.74248587,-1227357.2602141,-1231021.2145717,-1232436.24597922,-1235453.9270466,-1231899.33951127,-1226812.36522291,-1219272.43504248,-1221687.27239727,-1226742.11578706,-1229199.94522486,-1229409.19285205,-1227014.28334717,-1227351.36760327,-1232014.49976712,-1237211.74975539,-1237488.43763436,-1232277.79632719,-1228167.46259064,-1226504.6606215,-1233792.89468805,-1238059.79941637,-1247606.06724978,-1245968.50857375,-1241645.74901464,-1237339.80751252,-1232511.67901633,-1228878.31434639,-1225354.40664912,-1222345.10598982,-1222271.83420091,-1222173.92305438,-1221896.05998598,-1226766.10721661,-1232774.26611513,-1230181.55575116,-1233097.16860947,-1234013.16976486,-1228924.78605382,-1224416.96220121,-1227899.69175756,-1228143.12936568,-1233656.77341578,-1234889.62888636,-1234813.94675549,-1239671.2097561,-1238689.0142487,-1242294.61271927,-1245602.7051695,-1247894.83050996,-1243160.78287241,-1239197.90505707,-1241402.4489377,-1235359.82489323,-1231799.01665342,-1230367.9502436,-1226094.18269285,-1227124.67618933,-1227312.64688958,-1227418.87175949,-1225732.19431509,-1222889.48869169,-1221481.31045966,-1218805.06542196,-1218599.56923827,-1223039.27739213,-1224495.94896727,-1224137.24749793,-1223254.87212915,-1222685.01246877,-1216785.38559371,-1213078.80655355,-1215305.40827163,-1215508.74334674,-1218704.85285556,-1223116.48876238,-1223900.70728517,-1228288.88514228,-1231865.00419124,-1235600.63990083,-1234222.45221073,-1237033.35545527,-1238435.09852918,-1241688.15260101,-1241736.89126596,-1246785.85811744,-1244756.60748539,-1251054.85749173,-1252159.09655296,-1252951.97754746,-1251680.16330716,-1251752.08176951,-1249994.37501897,-1250509.23919522,-1247932.29420709,-1249275.9415074,-1249430.27146437,-1251539.82996884,-1264308.99684405,-1275945.25635955,-1282490.34799766,-1294744.20411041,-1310326.68537368,-1325581.06107089,-1334813.96377842,-1346346.3658483,-1360562.91895378,-1379545.11599659,-1382715.28528091,-1401200.84562602,-1407613.40566138,-1423669.02360686,-1424990.24621081,-1430523.14128751,-1433739.72343716,-1438919.37681051,-1443031.90019171,-1454248.32661877,-1462962.57134042,-1467089.42067218,-1473257.46819829,-1475394.26392073,-1479461.50111016,-1483542.12856874,-1489213.17007154,-1497429.87214958,-1501589.32826152,-1509977.48865476,-1509955.15820447,-1509369.98465316,-1509157.69167975,-1515449.67353288,-1523892.22737691,-1528710.8131155,-1533345.19385911,-1537902.13741979,-1543258.34361868,-1544173.89117469,-1551573.13933596,-1559024.1802028,-1565560.71967127,-1571981.91861805,-1575569.53747075,-1581144.25539032,-1585245.42899624,-1593614.75393659,-1596881.79985237,-1597540.41226956,-1605035.54148497,-1610656.14910396,-1614157.1495837,-1616233.75568867,-1621818.35466116,-1628549.79690342,-1634994.10017002,-1635227.5497337,-1638857.68381444,-1646702.09658857,-1653484.95134993,-1656087.84127293,-1658476.68645186,-1664225.77245068,-1668507.77539325,-1672458.55625988,-1675965.27696755,-1677404.29116429,-1677738.39118439,-1679590.79807395,-1684091.01203176,-1693531.19188292,-1694347.5866789,-1700694.21941792,-1705393.94963969,-1709935.64226715,-1717081.35432039,-1721179.64353763,-1727403.64648865,-1743112.65411365,-1751585.16507932,-1752546.32487294,-1757774.76380648,-1768136.24294651,-1776035.54290153,-1777137.59541707,-1781254.16048818,-1786237.89424083,-1792111.90389332,-1800329.83160116,-1809637.56562663,-1819953.24919333,-1829162.78119948,-1833084.6657948,-1834018.47098757,-1841286.30349919,-1852457.88097562,-1859190.56351972,-1865405.49168115,-1871193.17267486,-1874513.21581526,-1888377.45959036,-1896403.65588189,-1896634.68913449,-1902126.99083694,-1909896.90429567,-1923344.4460388,-1925554.23590028,-1932910.16400905,-1942201.0462891,-1954337.23296352,-1958748.16382116,-1963524.29048559,-1982777.33244506,-2001898.03105865,-2021944.43365038,-2032965.43850549,-2043523.77090118,-2053532.82426509,-2064989.22176395,-2089346.55519023,-2096452.44472725,-2101532.49231778,-2103992.68259097,-2102853.08748687,-2105866.58891316,-2107405.37551115,-2109756.29132705,-2113419.12752088,-2116610.25832549,-2116730.18202489,-2112553.42160544,-2112596.32312635,-2108344.47061475,-2106501.1020538,-2099130.04735582,-2097424.94105554,-2096634.33285343,-2094195.39054117,-2094084.69129536,-2094069.58788901,-2094076.26507517,-2093765.40603969,-2096306.51735728,-2094458.9541616,-2094952.81470566,-2095015.10380938,-2094747.4297152,-2093261.76744865,-2089316.33348866,-2088999.34117365,-2084229.73322049,-2079803.15650385,-2078193.29099149,-2076074.3959403,-2075255.72450367,-2074290.56933598,-2076117.00463714,-2072930.88060108,-2066363.79447523,-2061696.93600666,-2063107.44646227,-2059186.71736623,-2057293.71864559,-2059056.02496713,-2055819.31534674,-2050235.91082938,-2047686.29983107,-2042317.58577618,-2040148.14241703,-2030644.478435,-2023152.37519633,-2016210.44171688,-2010199.26782895,-2006234.40542862,-2000860.23233902,-1995006.098247,-1990254.34097723,-1981375.17819305,-1975621.38801676,-1968579.42372492,-1964315.60373895,-1963636.31275054,-1960739.08474715,-1959541.74559138,-1947833.09690512,-1943538.37286593,-1938157.25076113,-1938350.145506,-1929414.56303288,-1925677.13053039,-1923490.56752626,-1921274.39328061,-1914462.44795902,-1911757.83756347,-1907694.57264872,-1902689.92856768,-1897095.78055287,-1892403.07914554,-1886934.99016867,-1884406.0590139,-1875344.73745196,-1869648.57783904,-1863632.58119789,-1861696.91319583,-1855818.67364318,-1850221.13304128,-1843495.96140049,-1836334.13405528,-1830814.87683999,-1826563.68915449,-1819969.16980826,-1815417.21123244,-1810416.20971616,-1804382.44317602,-1799244.59653356,-1794552.50622893,-1791193.31909241,-1783720.52643187,-1777832.9279782,-1769628.99226948,-1763892.45738253,-1762099.13411362,-1758825.67679852,-1754451.78065237,-1747907.14705693,-1747339.69262905,-1743045.84185189,-1738996.18419452,-1732761.43265994,-1722192.87907018,-1720457.92950199,-1715235.79425856,-1715144.0482156,-1708726.76171302,-1701805.34660298,-1699145.25643597,-1690934.46161938,-1688470.32044778,-1687846.66080532,-1684431.8131778,-1687514.62882071,-1687126.77995505,-1685800.11697725,-1684458.95771897,-1683897.0848008,-1682233.67955529,-1682643.74822727,-1684240.27898557,-1683539.4101611,-1680442.97487825,-1677630.80968514,-1673680.95821835,-1674240.22324,-1675247.06123396,-1679815.00327805,-1685794.22126388,-1684016.89829732,-1683841.17321318,-1686811.44059084,-1687092.62853173,-1687994.9853606,-1694750.03938057,-1700625.9808958,-1707713.1429976,-1711380.33336989,-1719907.10233105,-1724851.74614756,-1729927.84434197,-1737021.75286423,-1742094.62450748,-1747551.10662241,-1750537.6071459,-1756808.46715188,-1758573.8728808,-1764968.42666635,-1769802.28451656,-1768404.87065757,-1769243.10706071,-1764892.55129864,-1759229.88510433,-1753024.36874939,-1749531.58459309,-1746978.67523529,-1744449.64601354,-1736908.16297656,-1736696.35094198,-1733935.45499992,-1731854.66119306,-1727650.11771933,-1721478.277258,-1716569.34291277,-1710311.03607654,-1705162.16067153,-1702796.16311401,-1695721.40304735,-1687305.48027653,-1676777.74640789,-1668354.34809845,-1660733.55927547,-1651980.76346879,-1648108.41478006,-1639016.40908119,-1627453.58944433,-1621996.68821225,-1617289.69256632,-1609315.15032393,-1606926.50834448,-1599350.50814644,-1590812.80605105,-1582937.59710375,-1582078.40113069,-1579985.26944554,-1575046.36335408,-1573191.31837196,-1569392.96016071,-1564834.42703781,-1559589.75193111,-1557328.48037938,-1552884.6689468,-1548887.95729908,-1542362.01027449,-1536759.45565861,-1531642.88992707,-1524382.66389401,-1519694.22365349,-1515922.20293624,-1511889.57076095,-1501878.03164421,-1498106.13235553,-1492930.00704128,-1490102.11318136,-1489536.3417765,-1488342.9517058,-1481345.58762771,-1474628.8664497,-1468954.82660922,-1462361.53978931,-1454680.15042281,-1451935.92681825,-1447042.91990429,-1445850.59124817,-1447030.07916055,-1442818.84928765,-1439041.68019241,-1432289.66432839,-1427691.07987847,-1427691.07987847],"text":"any_mental_per: 18.0","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(69,20,94,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[2057740.36716119,2059171.58388481,2060022.69110438,2061724.03303317,2061615.06728354,2064077.02445759,2064360.36634102,2068616.7636855,2072438.81241128,2077889.93682044,2078512.56336933,2080296.20330591,2083273.13158075,2083846.67401046,2082934.66813279,2082050.90380928,2082207.88768513,2082800.1321212,2086712.1385157,2086785.76785408,2090917.02062328,2091994.76060366,2094560.28260969,2099610.44501384,2101313.41838795,2105668.9603716,2108598.95248919,2108711.68735132,2105554.33161179,2104133.36565854,2097693.33489755,2093929.64025827,2088958.14808906,2086197.2854328,2084205.75257799,2080958.53841064,2076431.02250247,2073524.11494475,2071118.82771398,2070946.5205045,2067507.85564387,2061985.85645955,2058200.39480031,2057344.2312114,2056737.50428021,2055670.46527539,2053061.61666608,2052721.52821067,2057153.22631088,2057344.36088603,2056874.00436886,2057726.8954435,2053849.00882079,2050584.23263465,2049327.5320262,2053045.37033063,2054032.39013295,2056043.98442933,2056825.15048726,2057143.3787681,2057251.2137806,2061676.41097103,2062317.05011612,2064159.48156649,2067071.43948503,2071652.34795928,2093906.70219623,2102485.40857862,2108651.72601371,2114952.47719183,2114962.73505718,2117080.71142985,2132973.38478465,2146630.2930281,2147121.74318468,2147188.70779793,2147196.44101208,2147259.86649841,2147275.34630694,2147101.56836456,2146760.81568562,2146718.9310881,2146618.88978008,2146190.76048249,2145253.08272403,2145125.27044925,2145026.91356123,2144890.95367237,2144812.40932112,2144808.7592418,2143862.3992819,2143705.97413355,2142976.07027095,2137346.88013597,2136543.44992327,2134644.30453141,2134511.90894473,2135663.39597426,2135747.25078655,2133624.28741302,2134125.94548969,2135269.17419222,2138760.73449599,2140492.40393247,2144170.21438455,2148175.90834318,2153805.40314215,2154333.57687159,2155852.01411268,2159788.78741367,2162249.37017598,2163711.96519554,2164245.24809594,2165039.8924228,2165327.73778622,2167074.41921676,2168272.49458692,2170828.98686854,2171322.26296673,2171425.81607898,2168516.56656165,2164252.80475103,2164228.41269218,2164376.00445534,2161561.08786672,2159193.26179815,2151865.2011217,2150767.88687364,2148441.00514344,2144995.43136497,2144003.99638837,2142423.3091687,2143649.04306796,2140243.5566347,2139041.4151503,2135862.95133794,2130589.94304076,2127681.29455873,2126521.79511637,2128024.89816645,2127696.77895284,2125138.17194338,2124270.67917664,2117065.80173997,2112200.81172837,2108894.37945987,2106063.44138893,2102345.33578049,2097355.30815677,2094045.62019919,2090506.37999082,2085880.24285886,2083058.38016271,2078514.44256319,2076773.52055783,2074301.3125443,2071309.07211222,2064848.66009252,2064364.57716269,2063247.12831553,2063136.07225502,2060043.71827173,2057740.36716119,2057740.36716119],"y":[-289223.7643145,-286737.32689157,-281904.82285415,-277981.85091323,-272047.7650105,-267038.43147338,-266626.52195927,-260429.57350969,-258914.93685464,-255752.54092401,-254920.72078828,-252536.07475132,-250196.05256715,-249744.87102186,-246990.43844968,-244321.96233803,-243821.33145718,-241931.31797357,-237561.42655472,-237479.09393504,-230891.40395395,-229465.41678234,-226067.18836258,-222827.70363731,-217366.91482752,-215351.69041804,-211608.01748039,-211463.84740267,-208812.30216379,-207618.22574341,-204663.45576654,-201637.63597579,-198725.92018222,-196753.5592478,-195329.7884494,-191361.888374,-192370.03594172,-191808.78874726,-187967.50772389,-184933.07913998,-178144.59881113,-176665.23538345,-178608.10164332,-176146.48286427,-174402.31273123,-171335.42711561,-162987.95813515,-157402.08632946,-152963.290999,-152771.63257698,-146077.10591339,-141505.63278303,-137908.62358612,-134395.20750962,-133042.04495475,-127330.33113203,-125364.94775021,-121353.54701347,-117353.37087261,-115720.09778821,-115166.15789836,-108412.1116759,-99700.03300896,-91037.08628969,-84882.18328149,-81379.73324643,-87030.44995082,-89420.37848001,-91130.81722906,-92566.86980425,-92569.12792182,-93035.01229847,-96508.23747758,-99278.36637775,-104530.71369402,-108410.55380564,-108864.9607412,-112644.20937889,-113581.24028033,-115644.98568175,-119672.23252636,-120165.49401408,-120718.86192345,-123084.04382891,-128247.50328798,-130557.90674298,-132327.60857675,-134762.24984386,-136162.67172614,-136227.6442945,-138920.42705195,-139365.12652106,-141438.68835272,-143957.30066893,-144316.23585209,-146535.16685058,-146689.76964952,-150830.50795763,-154833.77222648,-157136.85421795,-162013.28419728,-166099.01666875,-166846.52098021,-167216.54859533,-165190.0577174,-164312.18527906,-165389.97374044,-159018.2232342,-157870.72988474,-164631.4053384,-170976.08090107,-178612.04309198,-185827.73905848,-196708.66896256,-199007.40329098,-213034.08956397,-220702.19536534,-232988.57332371,-237106.36943809,-237972.34986558,-254425.9774485,-269619.48218261,-269705.99111422,-273940.65515469,-283058.21123966,-288692.91831097,-296616.28488647,-298597.93913518,-302794.13595204,-310838.9761419,-314953.14755036,-322530.938607,-324125.34766736,-334623.95619174,-339379.99819748,-345754.44325254,-348829.39642647,-349175.56236206,-341559.27968169,-330939.56781476,-324428.93210484,-321555.78275495,-321625.27884693,-322198.20552761,-320917.16479756,-322481.15618157,-326774.4473307,-323158.85954792,-320002.38997106,-318343.03222338,-318685.88491676,-315400.56810114,-314477.73452914,-312173.5507616,-311608.79920544,-310805.97661093,-307432.39118273,-306895.78250392,-302636.22633414,-298618.59596997,-293636.1986639,-292480.79114378,-289223.7643145,-289223.7643145],"text":"any_mental_per: 18.3","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(70,29,100,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[2158201.56973275,2171584.51720013,2163409.71834241,2161506.42066098,2161240.65350635,2159504.28132564,2157113.74045512,2153938.55908554,2153221.69583015,2148800.96277914,2142346.57288863,2162282.65132231,2170385.5946687,2176145.39626475,2179626.50887885,2180345.02187579,2192141.16153155,2196364.99926888,2198948.32260983,2199534.83239178,2200748.40836978,2210757.01202232,2216764.0290902,2218227.68846187,2226851.76142507,2233050.46969038,2242191.69540404,2247066.33720754,2249658.6339465,2258522.26778101,2266450.45578583,2272937.28508912,2273616.42671452,2281513.16383584,2284754.85995349,2284773.24961329,2287899.07952166,2289488.29047968,2289490.20500151,2295436.50123663,2295443.14619261,2292366.18943505,2294775.72584617,2294102.16005146,2291516.13756338,2286296.93077132,2281720.05131569,2276191.19838447,2273638.28994457,2267835.84161171,2265737.95238126,2262002.44912756,2258431.40938578,2257775.13298175,2255381.83020266,2253288.07638551,2248404.30602188,2244157.6600161,2243289.65910736,2238689.33349022,2234444.33380959,2234413.73599757,2232272.80025498,2227018.61727596,2224177.58769471,2217528.71657229,2215543.3296284,2212743.907906,2210627.44912839,2209756.45565004,2209670.99834438,2207947.48945748,2203770.29313416,2203126.484203,2202913.24451537,2201440.93228622,2197879.42074003,2195385.24464796,2192117.15361812,2191561.28607256,2189519.41650223,2187026.02162488,2183969.24766598,2186017.75731028,2184372.62800563,2181998.69506835,2178253.43303595,2174865.0677195,2172075.27719097,2169452.45110534,2165656.44580553,2165641.42825723,2164855.93450699,2164372.52171133,2156196.69951513,2158201.56973275,2158201.56973275,null,1653805.2680203,1665211.1538872,1669352.85869416,1675895.58020939,1682036.11305757,1685821.90274479,1685898.09985826,1686609.72455305,1689477.4640958,1689415.34776731,1694663.7665862,1699112.08653954,1702019.73909828,1701207.88126632,1699920.45255187,1697464.71352657,1694588.66578672,1693538.52766209,1691521.04074917,1688748.38537936,1683174.9692032,1682562.59492024,1681320.42599421,1681208.84328217,1676610.67748521,1676412.97248891,1676547.12069658,1676835.96539379,1674269.47770526,1671773.99467008,1688567.43174846,1709284.04627474,1715574.32495741,1726034.98438683,1740191.98494507,1752038.33692611,1752097.85828213,1766494.70509231,1767143.02738698,1770908.3826061,1780342.32849729,1790190.71594471,1793619.86076526,1802537.30239939,1805031.57100904,1811057.42910203,1821105.50770572,1831601.21176901,1835280.77490658,1842708.52567083,1847886.49257151,1850903.99377776,1853285.41091179,1855542.86711125,1856369.12009051,1862533.06167693,1868472.6408384,1871898.97301582,1872052.76840345,1876235.62480624,1882101.75205657,1883117.16546537,1881259.60790009,1879914.64365621,1876688.17562715,1873853.02839689,1867040.54894167,1861667.06048553,1855204.63511312,1856104.21011639,1864687.92349009,1860855.99628606,1855516.60818972,1855245.51107778,1853690.50586515,1853783.60899221,1854367.41339265,1856754.08287851,1862427.18959622,1864827.51143853,1863686.38145125,1867936.62793276,1873632.22546111,1877448.03585853,1882251.44616318,1883725.14770354,1884091.40286832,1885754.8881988,1895903.23697367,1903347.41576544,1908381.79431687,1912470.36129998,1919382.74759588,1924052.30932893,1927615.43923205,1927884.70059056,1933953.00973161,1938296.23866765,1945771.54302332,1947119.89930473,1952924.16242359,1955335.11635034,1968280.92431115,1983364.1479125,1998394.33113276,2009494.77340314,2026665.29473917,2048149.1970717,2049493.69209396,2051828.13749958,2051022.11350715,2053166.84575083,2055571.13076739,2056341.63348977,2056480.63850071,2057730.21593031,2058837.9877247,2062388.61719659,2062911.14522075,2064584.03643154,2068581.72431626,2072410.53727944,2072471.21649185,2072384.99037919,2074841.54788618,2077015.7604979,2077284.74703505,2075797.73156887,2074687.70473676,2074866.90152522,2075543.41118201,2076040.40272109,2079455.72817533,2080343.38173053,2082235.99307418,2086692.73092792,2087552.07317333,2088462.60390951,2092189.84084109,2092024.99012948,2091503.7805783,2091398.45995759,2092725.56459461,2096011.25830421,2099068.79059591,2103217.95628675,2108750.36997569,2114050.85522213,2115596.96479069,2124405.93201699,2124573.16173493,2127366.69535328,2130896.23294372,2131074.16454558,2135030.4150739,2135816.34583689,2136645.80019691,2137730.75940873,2139468.39178405,2142019.56910463,2142346.57288863,2148800.96277914,2153221.69583015,2153938.55908554,2157113.74045512,2159504.28132564,2161240.65350635,2161506.42066098,2163409.71834241,2171584.51720013,2158201.56973275,2156196.69951513,2164372.52171133,2164855.93450699,2165641.42825723,2165656.44580553,2164006.53083135,2160290.80686644,2160607.48362298,2162761.41596136,2165125.37244453,2169523.25840965,2171752.28791731,2180318.75409943,2180351.10774124,2180500.21818642,2184722.40771415,2187465.55439383,2193180.61328927,2201475.4993004,2202043.61788264,2207527.57334745,2206933.93531803,2209067.31949905,2214809.0733075,2228908.71965664,2240377.91852489,2249282.05866377,2253992.16597272,2257081.46755757,2260613.75409589,2262265.07884829,2266602.77542634,2273182.74669328,2274283.90423396,2271050.35321416,2270376.92059606,2276468.82345504,2280271.63481117,2280862.62328814,2284660.59888703,2285476.22319841,2290094.59840664,2295451.99117892,2298244.22556963,2303517.36449149,2299568.53012796,2288770.33220845,2275041.26310707,2268743.77036801,2244023.30441444,2232754.13140781,2226889.93935219,2217515.3456425,2213130.98063002,2205746.92512728,2201854.62039917,2196706.60320792,2192397.37951944,2190803.56212624,2180595.42194521,2171690.50331566,2169717.36730301,2166203.35932483,2158193.65337396,2154960.45751254,2153251.3409499,2149044.48964509,2148913.04357033,2147113.35343586,2144389.46523115,2138642.23599758,2134125.94548969,2133624.28741302,2135747.25078655,2135663.39597426,2134511.90894473,2134644.30453141,2136543.44992327,2137346.88013597,2142976.07027095,2143705.97413355,2143862.3992819,2144808.7592418,2144812.40932112,2144890.95367237,2145026.91356123,2145125.27044925,2145253.08272403,2146190.76048249,2146618.88978008,2146718.9310881,2146760.81568562,2147101.56836456,2147275.34630694,2147259.86649841,2147196.44101208,2147188.70779793,2147121.74318468,2146630.2930281,2132973.38478465,2117080.71142985,2114962.73505718,2114952.47719183,2108651.72601371,2102485.40857862,2093906.70219623,2071652.34795928,2066267.17892411,2064529.35341438,2061011.47108635,2053094.682347,2044522.02386572,2037146.53036255,2036033.172346,2034553.396484,2030628.44728495,2027372.00963845,2023075.41077637,2020287.72127047,2016366.63415302,2009945.62551681,2005696.01818492,2000368.39843672,1998871.63376121,1989540.70106508,1989072.94173387,1983612.91419703,1958812.62751548,1940410.92350097,1937303.89313926,1912489.37824974,1911632.2029432,1904957.83708201,1904924.77955208,1875955.2715353,1872892.69882967,1869601.6229057,1822232.62490284,1811212.15302102,1804742.36227006,1788996.83453065,1775165.53478795,1770045.29627843,1767122.01002845,1744275.77057051,1718772.16737595,1713689.73858051,1707492.3693734,1674868.17726414,1663866.39064391,1651894.72796601,1648310.28037631,1644632.79964166,1653805.2680203,1653805.2680203,null,2290061.72239873,2292209.34449635,2283691.78408283,2283498.00925329,2290061.72239873,2290061.72239873],"y":[-81379.00870188,-65251.94284834,-58219.22177406,-50425.70882589,-49338.69081763,-42244.12084681,-32832.99897959,-20365.20993642,-17576.62782387,-419.87716323,24224.66895655,30536.86996268,33014.51568259,34782.9356405,35854.65461937,36076.13502773,40006.54959318,36891.08050751,38257.68722866,38568.18013732,42985.08322228,45865.44915869,48423.34648155,48920.11012638,51855.29114016,53973.66097583,57055.57159155,58705.44552075,59584.65614643,62600.43344763,65279.98868334,67481.19567462,65870.01335167,44641.7977424,36016.35614993,35967.40354468,26950.17130089,22361.53901783,22355.30230847,2950.29392159,2928.57025147,1251.34858731,-4844.14630333,-9129.48237648,-8136.43228328,-10822.6442252,-14047.74231972,-16372.01832634,-19062.96532738,-19206.02338584,-21790.16373535,-25569.11018847,-27112.13252073,-27395.41826724,-30122.45633064,-28886.66157004,-31620.37592113,-35076.00307011,-35781.50282482,-35240.60916289,-37077.87924949,-37121.00829349,-40136.58242708,-42640.58051521,-40829.92045531,-45810.51616115,-45719.23188721,-45589.50574819,-48380.93025811,-49528.6296138,-49641.20244146,-53470.07709396,-56397.2716628,-60227.09759139,-61492.59020301,-62826.86570906,-63268.84170926,-63577.18623017,-69534.83213156,-69823.73801189,-70884.36205461,-72178.21594867,-73937.82451659,-75420.34406293,-79240.66002344,-81323.31094961,-82153.52430123,-84807.08571928,-88362.45213028,-89348.84846111,-94294.98431649,-94258.06758598,-92327.22196073,-90850.26692702,-83784.40716796,-81379.00870188,-81379.00870188,null,-89795.77844582,-76846.26997487,-69365.02024559,-62475.48369307,-56848.71033906,-53697.51507257,-53130.88171212,-47823.51869916,-43424.73514271,-38294.771631,-33787.48616866,-29105.21816807,-23032.07533075,-21679.7369058,-19534.70434219,-15494.65766632,-14026.2005423,-8890.21251882,-7149.05133594,-7329.42385204,-4524.99368983,2556.26502667,3243.95513872,3246.75252563,3363.70865406,8753.66970786,9834.36662935,12165.55000266,19459.82316196,23480.27901925,34365.75252194,46022.00357431,47901.65420915,51043.4675138,55246.8394567,57373.81615579,57384.56168816,58916.88654854,59059.50650699,59889.23562889,55792.12182244,53098.70609374,55787.49576807,61123.28327677,62619.59137552,63983.82028872,67882.84700788,69306.60984971,70302.28133482,76563.3987307,79631.47274494,82771.80753449,85253.72669652,93038.82761482,94086.01275455,101915.13127476,109593.3276801,111142.40398351,111211.99692565,110894.05967004,114677.15930069,120357.34849528,128572.06591919,131745.47256357,139358.33522673,144436.05723157,148571.10365854,148753.64794083,147996.70798287,153293.77593685,161401.87174461,166433.4421198,165540.51488448,170292.89052714,173080.35868663,176954.74139696,180853.34799865,186142.40678022,189146.22500486,192828.81154143,197316.6873053,200833.15547768,208238.61276657,209611.13085466,217705.24348436,220195.23898973,226103.69855994,231830.80380931,251863.92176902,265744.09932622,273260.21535937,280626.44102781,287885.88991606,292936.36818904,297431.49022595,299771.6099438,302449.95627164,307578.50785017,307180.42992344,307768.3947776,310304.04399502,311359.50878066,315303.64218624,319880.15797764,325581.79977388,329822.9803461,335989.53965088,344334.97311254,339988.58916618,334507.25341705,326991.85973199,324092.34952509,322740.1801446,322307.10826734,316251.95393771,310638.63147709,301403.97461077,296431.73057604,296006.95641278,294647.47536891,291401.50091225,284784.76365086,277901.14571165,274795.1754932,270064.57766482,265277.66698659,264685.41840125,260898.25099094,252947.65010353,251330.21349513,245202.21335766,238600.83488523,236080.63864797,232111.87457337,227321.73703285,222395.24203923,215758.78673819,214977.09431044,211779.36939031,209668.65891836,203048.94234271,198128.71500944,191508.18656861,188990.54425409,196942.48104014,193450.86057177,189467.38727815,170876.94783226,165600.60761726,135438.71701343,134876.15979075,125470.40012112,113563.86505216,109874.22425702,104578.24457857,91356.67919386,77039.02102146,58576.79367303,27592.88723565,24607.24058911,24224.66895655,-419.87716323,-17576.62782387,-20365.20993642,-32832.99897959,-42244.12084681,-49338.69081763,-50425.70882589,-58219.22177406,-65251.94284834,-81379.00870188,-83784.40716796,-90850.26692702,-92327.22196073,-94258.06758598,-94294.98431649,-100261.33028928,-104718.42429204,-108348.02162773,-108244.14609366,-108129.33563456,-105681.60185976,-102588.48341844,-97270.24378688,-96663.39658402,-93855.02548573,-93780.01418638,-90417.5896235,-91513.39786555,-91384.87809002,-91375.69681576,-86653.59606273,-83652.57859914,-80998.28153593,-79891.71286065,-74784.33766403,-69353.40800427,-63852.87371343,-56720.23123979,-50509.88305683,-46598.30175839,-42225.24665145,-38767.49544244,-31895.13873007,-33317.5429548,-42555.02333588,-47936.36831919,-49008.73514311,-46134.98864598,-38508.07430002,-38765.11757316,-44156.61367351,-46497.82796069,-38478.96000844,-36351.3449425,-35617.60449256,-44780.69874426,-54353.5574032,-65958.41100294,-72570.5787057,-93529.73657935,-103562.48263931,-109608.67021767,-116812.43496026,-120171.3516936,-123913.98147294,-124090.00719078,-127904.05883255,-131090.09563803,-132266.97548505,-136985.74535884,-139219.60433977,-139712.78641111,-142625.07393969,-149246.11616568,-148197.42815793,-147642.37841089,-146835.32114955,-146810.06000796,-146463.92919491,-153279.83356494,-159425.44442156,-162013.28419728,-157136.85421795,-154833.77222648,-150830.50795763,-146689.76964952,-146535.16685058,-144316.23585209,-143957.30066893,-141438.68835272,-139365.12652106,-138920.42705195,-136227.6442945,-136162.67172614,-134762.24984386,-132327.60857675,-130557.90674298,-128247.50328798,-123084.04382891,-120718.86192345,-120165.49401408,-119672.23252636,-115644.98568175,-113581.24028033,-112644.20937889,-108864.9607412,-108410.55380564,-104530.71369402,-99278.36637775,-96508.23747758,-93035.01229847,-92569.12792182,-92566.86980425,-91130.81722906,-89420.37848001,-87030.44995082,-81379.73324643,-75047.71274694,-75396.57424762,-76101.26927455,-75816.24861798,-73714.63685443,-66802.07914279,-63777.08171634,-59757.37158609,-47960.06376011,-43145.3709452,-39976.6553697,-39799.7813196,-39548.98286171,-38917.97698002,-32961.44526841,-29265.6589877,-29630.50970592,-31896.43603858,-32044.41000757,-33768.73059355,-41532.86188806,-47177.88356922,-48124.61787224,-55623.79924056,-55864.94095283,-57738.18472073,-57747.44333851,-66267.54774874,-67159.59326165,-68116.35096065,-81982.21866903,-85151.45904631,-87002.10281448,-91306.23784513,-95180.6221265,-96606.44899067,-97398.45097369,-103537.43981067,-110478.47731875,-111848.31167579,-113503.72164726,-122109.68724738,-124917.55583195,-127949.65577943,-113562.05327641,-98483.82937033,-89795.77844582,-89795.77844582,null,-14214.83493557,-18080.76629668,-23155.92029393,-18519.78059164,-14214.83493557,-14214.83493557],"text":"any_mental_per: 18.8","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(70,42,111,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[1619194.62152708,1617179.99068448,1613738.3354289,1613530.847985,1611047.74581212,1608482.9920494,1604522.54010294,1604246.98655199,1599914.03131796,1595328.38465339,1592057.96505096,1605654.33759896,1617611.43401969,1618113.36771406,1621293.9995769,1626972.34584156,1633451.16184555,1638995.24245707,1644632.79964166,1648310.28037631,1651894.72796601,1663866.39064391,1674868.17726414,1707492.3693734,1713689.73858051,1718772.16737595,1744275.77057051,1767122.01002845,1770045.29627843,1775165.53478795,1788996.83453065,1804742.36227006,1811212.15302102,1822232.62490284,1869601.6229057,1872892.69882967,1875955.2715353,1904924.77955208,1904957.83708201,1911632.2029432,1912489.37824974,1937303.89313926,1940410.92350097,1958812.62751548,1983612.91419703,1989072.94173387,1989540.70106508,1998871.63376121,2000368.39843672,2005696.01818492,2009945.62551681,2016366.63415302,2020287.72127047,2023075.41077637,2027372.00963845,2030628.44728495,2034553.396484,2036033.172346,2037146.53036255,2044522.02386572,2053094.682347,2061011.47108635,2064529.35341438,2066267.17892411,2071652.34795928,2067071.43948503,2064159.48156649,2062317.05011612,2061676.41097103,2057251.2137806,2057143.3787681,2056825.15048726,2056043.98442933,2054032.39013295,2053045.37033063,2049327.5320262,2050584.23263465,2053849.00882079,2057726.8954435,2056874.00436886,2057344.36088603,2057153.22631088,2052721.52821067,2053061.61666608,2055670.46527539,2056737.50428021,2057344.2312114,2058200.39480031,2061985.85645955,2067507.85564387,2070946.5205045,2071118.82771398,2073524.11494475,2076431.02250247,2080958.53841064,2084205.75257799,2086197.2854328,2088958.14808906,2093929.64025827,2097693.33489755,2104133.36565854,2105554.33161179,2108711.68735132,2108598.95248919,2105668.9603716,2101313.41838795,2099610.44501384,2094560.28260969,2091994.76060366,2090917.02062328,2086785.76785408,2086712.1385157,2082800.1321212,2082207.88768513,2082050.90380928,2082934.66813279,2083846.67401046,2083273.13158075,2080296.20330591,2078512.56336933,2077889.93682044,2072438.81241128,2068616.7636855,2064360.36634102,2064077.02445759,2057879.86659616,2050356.54364985,2048567.97528854,2043433.32692124,2039944.830874,2038073.89888412,2037509.0897258,2036308.46481349,2008158.22782866,2000236.08464815,2000219.38505473,1999715.91094862,1985146.94538633,1972910.32323129,1961003.02143848,1955205.0738785,1938614.762476,1937941.56784824,1920181.15245407,1918309.85515246,1900414.23857716,1899596.85518877,1899586.31786978,1875078.92507231,1849910.02610925,1848016.87301485,1828048.29779489,1828028.5709123,1824940.88004429,1796776.56582573,1789820.17403852,1779953.46312821,1770325.05274952,1741824.91478706,1734900.64678938,1711249.27693709,1698686.09324742,1685480.96416459,1656951.77066812,1648848.88334694,1642888.26933523,1641543.54231627,1637978.86699653,1633429.16800409,1631991.30588122,1630047.27004227,1626002.50138759,1620602.73917033,1619355.96612967,1619194.62152708,1619194.62152708],"y":[-262054.08023663,-253250.88228911,-238236.15445628,-237331.92618725,-226519.08704038,-215521.11660807,-198568.60341336,-197390.47743084,-178888.25453703,-159300.0953507,-145360.12343001,-135255.12036953,-123218.32830968,-119033.95001133,-115554.69131495,-115289.80107159,-108524.75610833,-103891.54808413,-98483.82937033,-113562.05327641,-127949.65577943,-124917.55583195,-122109.68724738,-113503.72164726,-111848.31167579,-110478.47731875,-103537.43981067,-97398.45097369,-96606.44899067,-95180.6221265,-91306.23784513,-87002.10281448,-85151.45904631,-81982.21866903,-68116.35096065,-67159.59326165,-66267.54774874,-57747.44333851,-57738.18472073,-55864.94095283,-55623.79924056,-48124.61787224,-47177.88356922,-41532.86188806,-33768.73059355,-32044.41000757,-31896.43603858,-29630.50970592,-29265.6589877,-32961.44526841,-38917.97698002,-39548.98286171,-39799.7813196,-39976.6553697,-43145.3709452,-47960.06376011,-59757.37158609,-63777.08171634,-66802.07914279,-73714.63685443,-75816.24861798,-76101.26927455,-75396.57424762,-75047.71274694,-81379.73324643,-84882.18328149,-91037.08628969,-99700.03300896,-108412.1116759,-115166.15789836,-115720.09778821,-117353.37087261,-121353.54701347,-125364.94775021,-127330.33113203,-133042.04495475,-134395.20750962,-137908.62358612,-141505.63278303,-146077.10591339,-152771.63257698,-152963.290999,-157402.08632946,-162987.95813515,-171335.42711561,-174402.31273123,-176146.48286427,-178608.10164332,-176665.23538345,-178144.59881113,-184933.07913998,-187967.50772389,-191808.78874726,-192370.03594172,-191361.888374,-195329.7884494,-196753.5592478,-198725.92018222,-201637.63597579,-204663.45576654,-207618.22574341,-208812.30216379,-211463.84740267,-211608.01748039,-215351.69041804,-217366.91482752,-222827.70363731,-226067.18836258,-229465.41678234,-230891.40395395,-237479.09393504,-237561.42655472,-241931.31797357,-243821.33145718,-244321.96233803,-246990.43844968,-249744.87102186,-250196.05256715,-252536.07475132,-254920.72078828,-255752.54092401,-258914.93685464,-260429.57350969,-266626.52195927,-267038.43147338,-265763.48422796,-266924.04555814,-268016.6188856,-271148.62508639,-275638.27600059,-280242.06095026,-284614.03177277,-284982.2202922,-293591.81341753,-295990.27049057,-295995.31502039,-296146.94686395,-300515.97505779,-304154.15346453,-307670.02190771,-309409.82980797,-314356.55630153,-314550.96821457,-319652.48356791,-320186.91287537,-325286.12845914,-325517.7551289,-325520.7404207,-332260.87975548,-339129.74863814,-339648.00754992,-345078.4236181,-345083.74376123,-345915.67299572,-353431.75049061,-355285.98243213,-357902.35457138,-360440.17199835,-368011.26899769,-369830.64933632,-375878.77819243,-379003.8468164,-382261.21484963,-389294.66352595,-391238.62472309,-364984.43039212,-359074.10863926,-343456.57985898,-323570.14944615,-317298.05949669,-308826.20860762,-291229.78646981,-268079.88733701,-262744.29607577,-262054.08023663,-262054.08023663],"text":"any_mental_per: 19.7","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(67,63,130,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[1422748.54419478,1422660.76877245,1427171.30481812,1431736.19161973,1438833.04771862,1444080.12780679,1444508.86225324,1442210.68833077,1444480.95575601,1442536.11646181,1445995.50342589,1447160.43459168,1447625.1294288,1450601.29833443,1455787.43448404,1461769.43287005,1471309.3843078,1472164.14155112,1477982.38130433,1485992.9819276,1489270.33025606,1491838.88627506,1497435.78541439,1501923.06672561,1503880.74345617,1504399.63010616,1504447.29842948,1509305.34788291,1511785.59846309,1517208.92112148,1521267.1648314,1527557.65554701,1528333.15330339,1530256.90258962,1532610.79478244,1530576.26143848,1531917.68246137,1534544.87643972,1538953.41894956,1540892.81751413,1540766.3017465,1545008.43317698,1552586.03169089,1555097.61385448,1556226.04836265,1555956.6665178,1561047.00641005,1564838.56103668,1568138.71910358,1570912.53636659,1571347.33282749,1576160.73776151,1580082.48019729,1583009.28664204,1586427.9608022,1587104.83598853,1593760.41998297,1595645.76066013,1599647.63631237,1599735.14570042,1603834.15751212,1607582.61994965,1609033.08267689,1609929.28509651,1610508.76826395,1616054.18860524,1621795.06058558,1627346.80106582,1624520.69017641,1623219.39255681,1625406.47563866,1623471.60563518,1624280.851448,1639904.76185006,1652716.70270423,1668134.82098451,1678210.98068198,1692220.32633562,1692225.9472745,1697548.88587316,1709272.25381038,1717394.14996007,1732455.28818583,1733220.93397333,1745172.62483016,1766119.64243059,1768381.13623401,1768387.190174,1780118.90142457,1795408.40849994,1812794.54867667,1813053.74266526,1816553.73043053,1827495.96806082,1838236.45475246,1845136.66705681,1862036.02322886,1874590.30916919,1879942.17978844,1899233.95274451,1903752.59920934,1915202.71824929,1931549.63536718,1938979.82357955,1951522.74799009,1962880.0644887,1964368.95868391,2002962.10057176,2012245.27455856,2014455.75083412,2035563.43221461,2035671.78376344,2035697.66468008,2050703.57923899,2067457.17265461,2071762.0941647,2086948.6987801,2086956.19358833,2103205.24552699,2111338.87336202,2124913.06856669,2130734.41722691,2138540.082238,2142440.53601581,2150371.91899643,2158210.64516411,2170411.16370654,2177527.56524166,2180684.64280977,2187767.95514544,2191341.84869426,2192125.33546546,2183477.93698295,2174606.31919841,2173955.96178645,2162338.24770969,2155292.02452699,2146602.5083719,2140583.78799598,2135353.80851072,2130562.52321283,2126952.76202809,2122956.54287206,2120297.85341868,2113395.13922487,2103257.90529599,2087937.27459835,2071026.08299106,2069070.06975551,2061145.63288926,2055367.43638572,2044719.09630644,2041010.43549647,2032492.00915697,2027375.01741987,2024072.83270549,2020460.31376987,2018690.5242572,2017734.27641951,2017336.2097358,2016807.90809573,2012525.26330182,2010708.01812491,1999580.67830341,1987192.18083587,1977857.54848827,1965132.15515135,1956855.94259235,1953008.35377482,1935317.53192491,1906879.2341678,1906871.04000391,1906869.87710463,1875400.82254036,1865430.40372677,1864182.86876258,1841081.10980697,1839515.53295421,1818948.64859483,1818707.70632251,1805402.27941249,1783733.78523119,1762297.08574573,1762292.48227518,1741274.01764349,1740057.56766179,1733382.85240626,1726210.43798912,1725896.19415308,1722626.76896738,1714612.16330949,1712507.38367284,1713279.33336656,1712243.75963974,1712137.74114909,1686613.60565787,1683076.40693372,1671735.8275046,1647263.23472168,1637762.46044341,1629272.42176266,1622985.86721574,1622206.79237293,1607263.61503444,1600186.0738647,1594975.86245323,1589737.79332721,1586327.2485575,1579945.47123066,1576122.27489435,1566944.25014964,1562503.40483996,1561080.52268279,1559091.13208772,1549524.02521733,1549518.98093717,1540229.73810528,1531841.13419864,1531823.83508375,1512810.83550614,1498615.313437,1492733.72692174,1486451.65877917,1458150.06273051,1458130.49827288,1451984.29151791,1440876.40033496,1423647.16278283,1422748.54419478,1422748.54419478],"y":[-954883.35156144,-952543.37700868,-946876.03221837,-949222.3502754,-947106.42432935,-941030.2293789,-940533.10071645,-935019.07556195,-931941.97106317,-928265.7919267,-922480.16428608,-921652.11475417,-921321.70093128,-919204.16094305,-913020.50797922,-906991.07113562,-904469.4784367,-904242.88340036,-903243.60543894,-902101.59828958,-896913.89347724,-895460.76264444,-888739.70459077,-888143.28754116,-882597.69823978,-881125.59990332,-880990.31635845,-878951.22161535,-874143.43125782,-871591.31155601,-869436.0331882,-868720.24527881,-867100.84469065,-863079.14081012,-857214.79112026,-851685.5956939,-850619.49432489,-848529.89324715,-850278.65997709,-846668.26603123,-842104.03097598,-838292.02050331,-831700.71699114,-834005.73776559,-835040.8202511,-840968.65513448,-842230.50536753,-838225.05359043,-834733.22862684,-826570.83444915,-825288.66169813,-820634.12499931,-817705.33867811,-817746.47227162,-814020.69063218,-813282.32302535,-814437.7008097,-817653.69218479,-816636.72170536,-816614.45657888,-813597.44808377,-800932.65903068,-796438.95041452,-793657.70433566,-791857.43416974,-785458.07257329,-784902.98631295,-783957.15048541,-778735.1786816,-776329.56081383,-769608.7252221,-762168.60718631,-756128.50615175,-753562.7012541,-751063.97304664,-748025.31582479,-746259.65953487,-743602.54311592,-743601.20765548,-742334.41883195,-739529.39760947,-738075.42347719,-735354.03842383,-735214.82074335,-733054.1560363,-728112.5554942,-727575.10569698,-727573.66593044,-724740.32367277,-721016.53266709,-716739.10140834,-716674.98634433,-715781.05185126,-712974.20252318,-710201.27295298,-708410.47252311,-703993.70735847,-700765.62904277,-699382.15428858,-694358.63259145,-693114.62896812,-689948.08925251,-685391.80375371,-683335.38621521,-679844.33753726,-676661.99661728,-676243.30399272,-665442.19819288,-662809.14574474,-662184.92645268,-656185.46990759,-656150.31807932,-656141.92140675,-651254.91770048,-646415.5795837,-645164.88337689,-640729.18964265,-640726.99148375,-635917.29757286,-633493.86584119,-629402.38059527,-641188.90705504,-655728.43364549,-661361.67070723,-672804.42765697,-681331.12777089,-695998.06550133,-704848.90150878,-708631.36802016,-721897.18613592,-744767.53487205,-763907.47360767,-767175.04635442,-773891.63831872,-774383.10228504,-785264.54481352,-794092.20182695,-805284.29471262,-816648.22951557,-824368.72246711,-833647.13136589,-842852.99806671,-858643.49399025,-854800.24673124,-851642.63890924,-851749.73669392,-857730.79289374,-867699.41842827,-868848.2906501,-876333.20833348,-883961.58976747,-894351.28436635,-899306.58065078,-910651.85782871,-920065.34912976,-926121.4877706,-936697.12039078,-951544.31483641,-959484.44403555,-965500.72400372,-973404.92140722,-973933.46506446,-971006.42756232,-971226.14747104,-974497.54235052,-978164.44927361,-987360.39428946,-982101.55380931,-979702.125265,-968634.5118574,-950821.10144392,-950815.83546262,-950815.0881241,-930496.85543448,-924351.93431913,-923581.74316495,-909266.22843321,-909628.76888506,-914358.41898979,-914413.46381291,-917440.1341664,-922212.68956397,-926867.85194578,-926868.77911739,-931070.76222058,-918553.94292239,-912598.56095243,-906186.95902212,-905905.75971459,-902978.69163519,-911999.60868903,-909227.87276282,-903407.37804432,-900877.53095642,-900618.51486527,-904962.76817687,-905557.64008623,-907453.10804167,-911786.3115597,-913445.97968472,-914918.41893299,-916002.22365865,-916150.27808509,-918973.50233604,-920299.69171024,-920988.11476495,-921676.4866878,-925253.64237526,-929087.1731607,-930934.13303456,-935356.52784852,-941448.20739653,-941438.18657001,-941423.72920392,-946769.51908418,-946772.35631544,-951987.98620851,-956682.0932066,-956691.75797248,-961086.28843897,-964495.5090397,-965899.45782963,-967393.45571761,-972824.48672007,-972828.20229126,-973996.10077044,-976093.41086669,-979312.40621821,-954883.35156144,-954883.35156144],"text":"any_mental_per: 19.8","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(66,65,132,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[-1989611.35598546,-1988344.69965105,-1989445.56981698,-1988586.6913039,-1983715.82673198,-1978247.45500953,-1971190.13428382,-1970750.15305152,-1969294.13255326,-1969430.15012815,-1969057.21425714,-1969288.09607422,-1971947.98558324,-1974407.00923495,-1970699.259934,-1966438.26154694,-1965257.76296961,-1948873.31080992,-1934864.50257743,-1921948.46857326,-1911012.98629642,-1904321.18452171,-1897555.49480272,-1888225.92806754,-1881417.15518171,-1873692.41526845,-1854382.70808257,-1830717.71840174,-1814078.43398495,-1814060.94336268,-1799320.43400492,-1779246.69138848,-1765780.46067122,-1747848.94657363,-1747224.40763688,-1732284.63047848,-1715292.6269757,-1702973.84184355,-1688071.29938921,-1672886.37835615,-1647462.89081872,-1632948.87067417,-1636094.93744324,-1642714.21161035,-1654160.02420228,-1662346.03836584,-1665948.71784737,-1676115.05725441,-1681184.67921189,-1685564.93414988,-1691717.00500384,-1696527.90321385,-1699012.52756163,-1702413.26707426,-1703079.62941576,-1706104.72108781,-1707377.52485303,-1708463.25422802,-1710093.47928559,-1703683.15616413,-1682590.37216474,-1682438.51288709,-1665325.68948808,-1661879.38856207,-1653543.51305269,-1639548.39852081,-1608887.25930815,-1603876.97672092,-1575792.04044283,-1562633.62981936,-1551912.17817771,-1521185.68314713,-1515584.95980033,-1503821.70217393,-1467005.79124591,-1458884.3169024,-1438340.66099552,-1423662.90730264,-1420221.52241542,-1405619.21190473,-1405593.40349825,-1387598.23723171,-1380096.83182067,-1369380.06200492,-1360670.18264217,-1342668.30922967,-1329768.16610165,-1330454.47751274,-1332084.49826182,-1327869.09309866,-1321725.07257613,-1319981.41705957,-1317995.67017672,-1315094.77496177,-1316270.29534836,-1312342.63221335,-1306730.2690692,-1299384.98417078,-1297140.49451958,-1297176.55813471,-1297739.33045521,-1301602.53491212,-1307174.75716468,-1313240.98615974,-1318799.16965364,-1324443.23519924,-1326765.86769395,-1327187.17659765,-1328291.51713446,-1330580.64630015,-1336470.23382404,-1339270.89656655,-1337349.61421993,-1337684.42925043,-1339652.28785965,-1339365.70482153,-1339304.54190492,-1340514.13514217,-1342889.47376529,-1344179.36492243,-1344676.18326721,-1352364.92377593,-1356247.57341416,-1356983.47859148,-1360604.81163705,-1365536.12566872,-1364376.35543763,-1365336.1925435,-1367339.17373688,-1363415.02513152,-1364173.95186998,-1365486.42786224,-1368867.18494001,-1366750.40690338,-1362954.46096653,-1357971.52346524,-1352859.66914801,-1352314.46747157,-1350403.57847374,-1350777.03141146,-1349891.52997728,-1351370.83307202,-1358206.29110298,-1362385.97467593,-1366807.55067641,-1371550.6644704,-1374957.95525362,-1376627.06719403,-1402920.46721111,-1446349.03689822,-1500756.35541378,-1506332.48469041,-1547006.19946983,-1555104.12304546,-1576644.81009277,-1601728.01508027,-1601384.11471519,-1601161.58444447,-1603078.44279376,-1603754.74663327,-1605308.46428945,-1610217.58552018,-1610448.23885274,-1608716.55393382,-1610402.07568484,-1610169.77212105,-1609174.20180831,-1608211.39939557,-1607395.02849283,-1607389.68477899,-1606435.04161221,-1606559.7945957,-1606618.91220722,-1608158.62584574,-1610979.87386276,-1616538.58108424,-1623872.38226361,-1627823.81168085,-1627845.03812099,-1631237.60919367,-1637166.20945745,-1637708.17262788,-1638139.04272434,-1644246.38407066,-1646171.77003322,-1653370.27570606,-1659005.79649121,-1665407.6418872,-1667478.65936235,-1668871.95888172,-1673838.66651838,-1678634.65659526,-1681296.6115164,-1686389.01476092,-1687663.85947615,-1689359.57721319,-1693064.76053047,-1695104.10685036,-1691395.29198452,-1691349.41538757,-1693831.74382786,-1697868.98442089,-1705172.41944296,-1712107.18707168,-1718022.97446738,-1724102.45828028,-1727826.56898832,-1735612.32242651,-1736499.77166288,-1745895.57159038,-1749373.876316,-1758434.68421939,-1759895.45328955,-1760173.96728881,-1760674.75461534,-1763492.29948553,-1768066.7387503,-1774468.92531366,-1775868.08627665,-1780748.25620248,-1787283.07536369,-1793616.32724346,-1796088.32117012,-1802451.45794292,-1806898.92245055,-1810462.81206367,-1818343.19906736,-1824944.72444667,-1832709.68093462,-1846446.8880465,-1860896.70084468,-1864395.08796429,-1867344.94069448,-1869767.83101975,-1873497.4438866,-1874893.71275876,-1868321.71965546,-1868522.5254436,-1869357.21361907,-1865014.97530034,-1869237.50496808,-1865690.59437336,-1862800.2739901,-1861341.80389997,-1860775.09834274,-1863511.59959359,-1866384.57807353,-1870448.39256755,-1877316.81502232,-1880636.00078641,-1877975.50460462,-1874793.24260992,-1875046.32505231,-1880678.28076386,-1884656.49947435,-1891548.77666761,-1894514.89348549,-1902920.65130483,-1905415.75055061,-1905181.88724643,-1906142.18324988,-1910066.34514486,-1913823.40373368,-1913712.50568877,-1916529.9655936,-1919948.88173537,-1922111.30559886,-1925408.67723803,-1932398.25018112,-1936033.69762834,-1939772.3335294,-1938633.90145528,-1939492.26521072,-1939379.48278394,-1934007.82259331,-1929207.18568169,-1923349.57851875,-1919328.37450765,-1917877.71137092,-1918763.54572818,-1920824.94157273,-1923598.19895441,-1927386.75556686,-1934370.81746717,-1937728.19509339,-1940960.74631175,-1947929.21261067,-1950958.41326945,-1952238.20912628,-1952947.15199352,-1955101.57351222,-1956108.2009067,-1959429.63624979,-1959562.05085296,-1956646.22560784,-1955678.89783957,-1955311.23873623,-1956539.52587325,-1956027.71513017,-1959215.48169972,-1960346.33032764,-1958945.55607007,-1956151.11452208,-1954090.47540131,-1953816.11964499,-1953468.67014012,-1953017.32421916,-1948272.74797151,-1942484.5192829,-1941818.76409244,-1942514.71519924,-1941107.54356673,-1941925.71702769,-1944475.27698998,-1944780.67024166,-1945174.11910475,-1936337.11516248,-1931396.1768951,-1927609.17328496,-1925949.76453747,-1927243.47700031,-1926354.3433111,-1926465.47847042,-1926468.23398777,-1929904.22173796,-1932181.27307053,-1931614.83984594,-1936102.29523673,-1936949.59633711,-1933884.73331983,-1934209.03729257,-1934284.30738729,-1938095.05736113,-1940603.29949256,-1935139.3874711,-1934423.83489405,-1932199.51482896,-1930400.49340736,-1924327.35419574,-1924623.13546274,-1926107.82895392,-1932730.91210025,-1933105.33830267,-1941632.42503235,-1941893.53521285,-1944697.27811286,-1941804.54180641,-1945616.10124432,-1946672.19620007,-1944276.36343308,-1942889.62166153,-1949075.52196844,-1953497.13768734,-1957623.09941871,-1963218.9549123,-1965605.2036466,-1968790.10384314,-1971216.47609304,-1975037.4352925,-1981562.17314667,-1985586.48471648,-1988380.44721574,-1981025.29862475,-1978631.78184004,-1979661.90152876,-1978574.35668566,-1979331.4432899,-1979375.29482412,-1983419.93402651,-1983634.80266761,-1983470.36464371,-1987754.00053383,-1993626.36908778,-1998847.1316534,-1999402.52093861,-2004014.31267771,-2008803.80814169,-2010204.18660739,-2011865.67620346,-2016007.81577074,-2016904.50786873,-2019867.376167,-2020461.86196174,-2015022.75825712,-2014445.37827808,-2016039.55210974,-2016419.00181623,-2015882.97516507,-2012433.84664543,-2005304.43076795,-2004525.40766087,-2003476.32082746,-2005296.12026705,-2003794.36480984,-2007387.54332902,-2009408.97897125,-2012677.6400911,-2013173.80122858,-2015594.36866357,-2015307.23945413,-2018403.83106263,-2021827.93824332,-2025844.93675583,-2030799.58062221,-2031905.04586544,-2028883.2381748,-2028509.99487596,-2030079.47409331,-2026180.04261223,-2014494.76175036,-1998811.41939809,-1989611.35598546,-1989611.35598546,null,-1835291.22066198,-1830215.31603408,-1830229.74185654,-1837684.5455767,-1844584.47713232,-1848950.11712287,-1850152.17963843,-1864056.61878388,-1871168.1057024,-1862351.59044591,-1851577.10527587,-1842782.17211572,-1835291.22066198,-1835291.22066198,null,-1791232.16791007,-1782626.52255277,-1780107.65735442,-1773156.82325327,-1774188.92520945,-1776879.67842186,-1785454.31392506,-1791406.4388901,-1801386.68912783,-1807220.6888901,-1813838.13923,-1820367.32880039,-1819685.652722,-1822392.34156052,-1816823.92037908,-1806791.92950338,-1791232.16791007,-1791232.16791007,null,-1691243.41686609,-1695887.56296622,-1699938.04246538,-1708030.16504606,-1708658.50832979,-1714602.78968293,-1716661.5727952,-1706344.46952718,-1697642.7069438,-1691243.41686609,-1691243.41686609,null,-1715474.93116745,-1708510.75612751,-1715546.94037325,-1720302.62449114,-1726989.63855146,-1730635.3425487,-1725906.27759002,-1722165.66684417,-1715474.93116745,-1715474.93116745,null,-1796477.94232663,-1797541.31479093,-1801010.08551354,-1807950.95964907,-1809923.11926377,-1803088.37398274,-1796477.94232663,-1796477.94232663,null,2037509.0897258,2038073.89888412,2039944.830874,2043433.32692124,2048567.97528854,2050356.54364985,2057879.86659616,2064077.02445759,2061615.06728354,2061724.03303317,2060022.69110438,2059171.58388481,2057740.36716119,2060043.71827173,2063136.07225502,2063247.12831553,2064364.57716269,2059668.19427924,2062639.30226372,2068296.46127587,2070142.51522977,2074324.42904211,2081338.6741581,2084813.14862874,2085470.35529353,2088731.18369155,2094434.04025762,2099475.80434907,2100079.80048805,2100755.65608435,2108795.29497936,2116459.95556398,2120430.17674263,2121943.13626122,2126532.57866206,2132988.61139574,2136047.47099136,2124806.68894285,2111913.84753801,2100489.34447257,2082587.18361732,2079532.85756541,2078871.04327921,2076132.14821011,2076130.28767816,2068941.46419014,2057338.95368984,2053498.86379921,2051640.04835612,2048644.43486336,2048638.98120076,2036308.46481349,2037509.0897258,2037509.0897258,null,884126.20326641,887202.71495974,893258.16711879,894211.84265261,895705.75873703,902116.15049987,900742.49338469,900872.27282882,899899.9968633,893407.83095537,897096.35036339,899468.64946785,896695.35504251,900322.86664218,902692.07459402,904287.56543989,901682.1968035,901778.56815958,909002.30966624,910015.29121831,910544.40231398,915347.16604171,913042.97625492,907323.30976599,910294.95288629,915015.80775563,920582.16113854,926854.7630485,925836.46362323,926130.66382592,932615.89135705,932328.35874312,931836.85192054,928410.1755522,923624.81884445,927012.69415917,927349.95684343,930390.77756054,934533.72987814,931109.49367512,930738.04597747,924450.19538853,925458.8162921,932329.09778484,936112.26971006,930594.82490296,931171.41232553,936094.21568864,938074.78681916,938743.5025195,935372.26545334,936734.62789419,934659.74054476,945470.05102832,951839.04564146,963653.89224687,985602.04616821,997121.05805669,997778.2393604,998701.69119184,1025332.18189396,1025725.49059128,1027751.75071502,1059824.05832755,1066356.19516079,1066610.72308269,1067334.29979835,1064250.05394457,1062250.88444805,1067453.46359085,1081971.58768673,1082100.83445177,1096088.64286289,1100752.48543164,1126586.21318754,1127626.44736116,1147072.84749389,1151838.87234673,1173628.48745304,1177993.23370312,1191755.24674277,1195843.55044334,1196837.52687551,1200431.94164455,1208974.98117037,1227245.11491885,1238210.51948002,1247641.73385592,1256683.49336324,1264215.82724747,1269221.482677,1290713.77300184,1295223.63571061,1307423.92516501,1307873.77157164,1309137.76478581,1325015.7457455,1335798.47523616,1338547.8206021,1352623.20030521,1352628.43577201,1353235.21989628,1377773.60126572,1398753.32352284,1401740.77718956,1401752.89430566,1422757.07895624,1422777.45002108,1427789.51600014,1430993.04065203,1448889.06092317,1449865.37569731,1467662.17207011,1484790.71966473,1510324.41765103,1523792.04897245,1543053.03822115,1553662.85427371,1570496.03697403,1574918.51732368,1580965.17481827,1583438.49966616,1601838.95635888,1602355.76025659,1610725.22794311,1626412.10550342,1624280.851448,1623471.60563518,1625406.47563866,1623219.39255681,1624520.69017641,1627346.80106582,1621795.06058558,1616054.18860524,1610508.76826395,1609929.28509651,1609033.08267689,1607582.61994965,1603834.15751212,1599735.14570042,1599647.63631237,1595645.76066013,1593760.41998297,1587104.83598853,1586427.9608022,1583009.28664204,1580082.48019729,1576160.73776151,1571347.33282749,1570912.53636659,1568138.71910358,1564838.56103668,1561047.00641005,1555956.6665178,1556226.04836265,1555097.61385448,1552586.03169089,1545008.43317698,1540766.3017465,1540892.81751413,1538953.41894956,1534544.87643972,1531917.68246137,1530576.26143848,1532610.79478244,1530256.90258962,1528333.15330339,1527557.65554701,1521267.1648314,1517208.92112148,1511785.59846309,1509305.34788291,1504447.29842948,1504399.63010616,1503880.74345617,1501923.06672561,1497435.78541439,1491838.88627506,1489270.33025606,1485992.9819276,1477982.38130433,1472164.14155112,1471309.3843078,1461769.43287005,1455787.43448404,1450601.29833443,1447625.1294288,1447160.43459168,1445995.50342589,1442536.11646181,1444480.95575601,1442210.68833077,1444508.86225324,1444080.12780679,1438833.04771862,1431736.19161973,1427171.30481812,1422660.76877245,1422748.54419478,1423647.16278283,1406893.57819173,1396816.88323747,1387328.87944768,1382992.31042035,1379888.52043072,1375332.94476798,1364972.73045403,1364714.69273993,1358861.3423835,1339166.08503127,1338045.93081505,1330321.70544929,1328438.8851196,1320402.58137389,1308635.68507185,1285343.54525579,1245049.29890086,1244375.99437861,1230970.11189579,1202513.06863982,1202511.26750709,1197755.99056514,1163913.39730031,1163377.79897527,1162712.05600562,1128191.6322052,1126480.78532433,1105978.86541309,1093965.01367824,1092599.69512623,1074242.85711509,1074677.87928323,1069435.58936009,1059905.20555564,1058371.55770416,1050288.98895195,1021658.88344572,1018363.38264376,1000807.11628421,999955.44337552,984417.00390198,970444.39293353,962996.74558858,944052.17977675,936778.29057109,933579.21151599,930354.77863919,883727.19909408,884126.20326641,884126.20326641,null,1461522.247422,1467294.80993281,1469427.61032841,1473414.69478052,1485650.17871439,1494032.32136481,1494832.30428623,1497110.86000757,1502657.82525839,1512114.36048017,1512816.94163976,1513931.37785478,1512470.18259327,1516412.27614096,1521693.70180753,1523444.90702029,1521955.04761498,1534092.55459456,1534626.60221807,1534979.26756358,1543090.13249786,1550725.79489587,1553585.09213536,1553930.64785803,1561570.144026,1578048.84033813,1581715.02690621,1578476.92345258,1583360.687595,1584330.78161655,1588837.91214237,1593842.47299274,1600548.73804005,1603919.4113976,1604413.43452206,1610451.32347439,1620518.43333051,1622511.81306561,1626155.97963886,1630475.11582818,1634606.33926034,1648745.06315626,1657405.76428037,1666926.5060067,1668197.83318822,1673358.65009805,1679871.61478219,1674621.92042358,1675326.17248394,1675900.26222722,1675965.01414541,1677679.93015521,1684591.37946965,1692600.53346292,1701433.6680482,1708964.22479452,1709439.55539675,1714120.38693378,1721567.70812713,1721163.13364182,1725278.56526162,1725180.74593843,1717937.39358369,1718068.27673052,1719943.06002871,1721774.20772782,1722305.09838877,1726530.9394029,1731447.46702729,1732709.43662885,1736318.05765133,1736621.02818205,1737372.83560587,1737481.47607841,1741812.86115657,1745454.92226522,1746101.39178961,1743684.8629839,1748455.80808149,1750343.18471001,1749405.5196899,1750053.13478587,1749684.91202536,1759590.7963507,1767578.76340937,1777274.61504665,1782453.98368703,1783642.33406561,1787699.74067687,1787819.93303022,1788831.2363951,1790725.40038351,1794474.50579496,1794082.80566671,1794784.4265355,1796658.86388921,1797570.38778369,1810418.86840054,1812622.95498242,1814977.85351346,1821699.74031515,1825256.32137591,1829419.69320082,1830680.08552956,1831709.98507784,1837612.80555208,1835609.03846733,1836186.39628502,1835391.62332332,1838355.14296169,1837105.93212633,1834728.29565561,1846510.49388805,1850685.33173563,1866140.5609011,1866140.73891891,1866175.09596829,1886723.02603889,1886737.5922735,1887295.30386951,1888155.33879597,1890392.10268397,1893927.93284835,1894905.68243777,1901738.48952725,1905270.04392331,1910719.9202393,1914642.02826335,1914661.63586697,1913451.38895635,1911244.95176293,1912488.03892032,1916107.64059598,1918480.87834768,1927374.49588671,1929993.47843785,1931700.37757807,1937555.91335784,1937556.44593094,1938613.12590895,1943032.09952982,1947751.57115437,1950821.37211818,1950824.82565971,1954131.42559589,1959390.76233412,1960166.50043758,1961600.04641605,1961762.23154371,1962755.27197923,1962980.73191871,1962775.32396277,1960608.9769236,1960209.86654131,1957240.90666548,1958541.47721458,1950745.06099847,1948872.53372026,1946916.77046398,1946977.80666625,1947182.40769216,1947334.05363644,1950140.75203809,1953788.38082731,1955898.78145967,1964083.48556882,1969633.85798672,1973218.16758145,1976364.47654881,1976678.69586363,1979810.47810623,1980504.23976089,1984089.6838509,1984546.92929536,1989326.69706604,1996299.09314786,2003768.76522239,2009332.36537289,2015475.22740178,2017676.85518804,2024277.40412547,2027256.00573544,2029464.44896645,2036020.56764377,2046480.03388153,2054521.87096173,2054946.58941216,2051136.88868564,2053101.77544083,2053162.32700148,2053180.55817031,2058885.28950656,2058995.55388509,2059100.65103795,2060440.38794513,2062973.36952238,2067051.36079701,2068582.232377,2068198.93765546,2058644.26581823,2055732.1151618,2055072.28681626,2052532.71836304,2058810.08158254,2062042.32079144,2061407.39784347,2060660.72609951,2065649.5964406,2066084.38966429,2070179.09802798,2072401.29339682,2075107.4052364,2074962.69741927,2074724.15539357,2075576.5633196,2077379.78240117,2078862.99814997,2086426.11350511,2087612.14636441,2095724.75988683,2098973.53292303,2103094.12481976,2109599.26618388,2116134.52211108,2120542.15763927,2124913.06856669,2111338.87336202,2103205.24552699,2086956.19358833,2086948.6987801,2071762.0941647,2067457.17265461,2050703.57923899,2035697.66468008,2035671.78376344,2035563.43221461,2014455.75083412,2012245.27455856,2002962.10057176,1964368.95868391,1962880.0644887,1951522.74799009,1938979.82357955,1931549.63536718,1915202.71824929,1903752.59920934,1899233.95274451,1879942.17978844,1874590.30916919,1862036.02322886,1845136.66705681,1838236.45475246,1827495.96806082,1816553.73043053,1813053.74266526,1812794.54867667,1795408.40849994,1780118.90142457,1768387.190174,1768381.13623401,1766119.64243059,1745172.62483016,1733220.93397333,1732455.28818583,1717394.14996007,1709272.25381038,1697548.88587316,1692225.9472745,1692220.32633562,1678210.98068198,1668134.82098451,1652716.70270423,1639904.76185006,1624280.851448,1626412.10550342,1610725.22794311,1602355.76025659,1601838.95635888,1583438.49966616,1580965.17481827,1574918.51732368,1570496.03697403,1553662.85427371,1543053.03822115,1523792.04897245,1510324.41765103,1484790.71966473,1467662.17207011,1449865.37569731,1454528.30713853,1461522.247422,1461522.247422,null,2090754.51468632,2089396.89284924,2088912.38226375,2088842.49780979,2090281.0591376,2091565.03699942,2094118.82142442,2092360.80201912,2098480.1945241,2100236.46889158,2094043.55591605,2099961.5403123,2102427.21708687,2133159.10783823,2129197.79863056,2127020.16006234,2121626.44547578,2118558.49150382,2115885.9248817,2115100.1203463,2114832.36087807,2116851.57708202,2113710.8346922,2114826.34901476,2115879.17010229,2112996.10506826,2112851.39815693,2110375.74680523,2110486.6194525,2110205.39483433,2105697.96790781,2102730.22248244,2099272.07136775,2095073.97939471,2090035.42781522,2090754.51468632,2090754.51468632],"y":[-150619.96116282,-144054.36827681,-139177.47275987,-133392.52728401,-128896.33082294,-119073.78039981,-103408.14142196,-100589.5374267,-91288.10646071,-81723.30938515,-72389.93950171,-70025.85089943,-68349.25131519,-60980.84383944,-55767.00785817,-45975.70526673,-39583.32797768,-44906.3037439,-49248.28613466,-53220.27882653,-56039.03922842,-57753.83540117,-60068.40501546,-62151.77244292,-63663.08313149,-66660.12687171,-72174.30391593,-78477.19479482,-83291.4399479,-83296.47490431,-87681.65775169,-93589.06850459,-97618.19275864,-102880.55500646,-103062.81823687,-107040.31768391,-112074.48682185,-115317.43459161,-119205.92157209,-123139.49911167,-129565.7425647,-133243.87000877,-146262.29735467,-174157.03459602,-221450.76502392,-256090.0495673,-271900.80965984,-315453.47903957,-336655.25380172,-355141.89219363,-380588.63223577,-400542.18396763,-410732.22602472,-424698.97082072,-427438.35137353,-441158.62402388,-446940.09134231,-451875.88653716,-459294.06324365,-468510.56052967,-498822.39027376,-499041.23627363,-523573.97057115,-528483.99800803,-540393.94291065,-560256.87656572,-603978.17053319,-611157.4765386,-651013.42072147,-669622.59816711,-684681.96058172,-728074.45671293,-735972.97137478,-752481.63635026,-804156.73767989,-815603.12391359,-844242.79038406,-864752.69759643,-869539.98615545,-889755.24648852,-889790.83616442,-914867.59141972,-925237.98473612,-940103.9933983,-952098.93633699,-977053.64144976,-994892.22022427,-1001408.74062075,-1009037.97468994,-1016273.74213408,-1027546.42667706,-1031643.15366286,-1044444.70060779,-1052180.8859605,-1059434.20407944,-1060146.98748735,-1066595.87214488,-1074192.92648964,-1078972.27567571,-1079280.5843957,-1084094.82907192,-1085645.32061472,-1090674.08273605,-1091916.38066202,-1094600.72231633,-1096213.57333781,-1097926.68227642,-1099415.37581313,-1103317.23135555,-1106488.3690736,-1111521.5931681,-1114277.60080807,-1117750.1696019,-1121789.80125963,-1125561.55830519,-1133195.63140988,-1137860.38196058,-1140595.34383523,-1143726.12623719,-1149691.41766439,-1155735.83578836,-1161338.6472548,-1167096.51174209,-1168187.13034916,-1168053.60883583,-1168683.00706547,-1172088.8353966,-1177915.83151106,-1181546.87064613,-1185893.26863767,-1188610.47333804,-1196354.55714419,-1201867.02908221,-1209823.07166239,-1211265.11077987,-1211512.12390552,-1213727.74395512,-1213963.78418781,-1220078.28730669,-1225466.07349545,-1228065.70012629,-1234196.28008203,-1240070.6704074,-1243297.68017033,-1243247.81196654,-1243191.5821193,-1241769.10298383,-1244046.73222968,-1241554.69706671,-1237361.97686656,-1232097.44658143,-1231569.15823786,-1227595.12896204,-1226840.78316677,-1224667.24875513,-1222220.21801964,-1216460.63853622,-1212748.94654865,-1206326.55270273,-1205606.96737873,-1203953.05057878,-1205153.3497321,-1201625.10882546,-1192129.02470314,-1187777.92046779,-1185863.91818518,-1184720.0714728,-1185156.88228975,-1184180.2374437,-1184155.64313288,-1179762.75441471,-1171187.54443734,-1166998.93011586,-1157472.50536647,-1148383.68478119,-1135864.31564909,-1123313.53181435,-1120079.23023986,-1120036.57977958,-1113211.02039467,-1109699.01694668,-1106984.36696035,-1106377.96374855,-1097767.796147,-1094933.48814655,-1089746.54230054,-1082977.57464151,-1072995.91884529,-1070952.57658173,-1069576.9219405,-1070437.34020634,-1071756.38427763,-1072487.09354678,-1070331.52996608,-1069097.1496943,-1067454.2666275,-1066223.68870551,-1061350.61462141,-1058801.16212101,-1049741.59405018,-1039479.67061957,-1031921.4767557,-1028968.84564432,-1028068.2601227,-1026862.4642847,-1029005.22755745,-1024394.44022837,-1021186.13486724,-1020819.7777215,-1013828.36810869,-1012557.18426891,-1002780.50409395,-996544.61776583,-991952.60008702,-991442.68400791,-988571.76587435,-982304.00059809,-974739.75543214,-973863.17053028,-970802.11654056,-966330.81286415,-966274.17048622,-967160.3902603,-963275.38655322,-962228.44884079,-962171.21782497,-956155.52981451,-952599.75052342,-949354.53585869,-946295.51775286,-945414.29852874,-935829.67843944,-932812.81015149,-930578.35163249,-929980.25367342,-926524.15403626,-915412.25255069,-910923.77476215,-909867.56698764,-897153.41530906,-890808.61748398,-883533.37096101,-877602.05365907,-872763.21741727,-867680.31379108,-863624.85295628,-860259.66737703,-861017.27965863,-854210.12945883,-848361.06741164,-843709.89986646,-836857.72465423,-828798.65034432,-824643.68586949,-822818.5526878,-808247.00900805,-800136.69786289,-794336.45547852,-788308.33064575,-780316.33985944,-778670.54832564,-771933.74438523,-766210.78314215,-756455.97857893,-750625.97875355,-748472.62670986,-739284.68162267,-730762.52135714,-721768.83338148,-719119.52538534,-711059.73630131,-700860.75219513,-689979.85970086,-678762.84443145,-674222.3349329,-678232.71755061,-671513.11533081,-661639.42121233,-657673.9202366,-653399.95837318,-643407.93450214,-638326.20082444,-637007.91330054,-637457.51202581,-636257.23413167,-635099.7577924,-626462.81060778,-618831.96318204,-615091.4734739,-614501.65671148,-612708.18883834,-609106.26518743,-603176.28849519,-596027.33348318,-589126.07612785,-586836.36568423,-582550.98591186,-575110.2534471,-572280.40087742,-567812.50924457,-564127.43718927,-558154.1420462,-554755.0967306,-546701.06214037,-544256.9197246,-541166.82900375,-537161.3828174,-535034.16228832,-536099.46252323,-538016.25295176,-543880.28646768,-545323.28342036,-546778.64064294,-546844.12155461,-546851.90413963,-560098.78625022,-566537.84795652,-574166.03556228,-573215.66033735,-572798.54247734,-566294.03134801,-559705.9442553,-556600.88768785,-556523.55825587,-552006.20885727,-548160.57048953,-544983.71996345,-541172.08463751,-537157.0705719,-535652.97982877,-528161.44753285,-526403.49534253,-525760.24080496,-519196.24844661,-518108.23803206,-514848.78297984,-515316.8844031,-515694.93210146,-512602.34589868,-511486.73899254,-505875.90381249,-499580.64191059,-499643.97398816,-501080.75395104,-501124.58290256,-509161.55787513,-514155.44469325,-516510.01040807,-521423.63802653,-525402.47386804,-530516.79571319,-531806.26790351,-530147.75435962,-523780.15060259,-518540.37100408,-519351.7466887,-513597.42390437,-508122.43390891,-502371.45010132,-498736.88711321,-502179.7830148,-500095.09763511,-489452.41121694,-482836.40523576,-475334.58853344,-471497.33073109,-468653.61199701,-468488.75311822,-467046.77172135,-462810.01174926,-456410.82340856,-445328.21006611,-439410.07399682,-431526.80566881,-427715.60424693,-414343.98241846,-408000.32636731,-404585.12164214,-400525.72428468,-393958.176647,-390340.66502699,-384698.92626052,-379637.29524492,-373507.27813952,-361512.38267337,-353041.89796238,-343836.40674938,-333527.18393438,-324529.59091422,-314232.34844782,-306426.84640894,-299409.60451179,-294301.80563959,-281993.24444314,-277278.29995317,-269712.7966832,-259469.18287596,-257909.04313819,-256234.97505263,-249622.58192806,-244229.87887221,-241515.76969836,-233975.31566229,-225437.78152113,-223100.06674882,-215760.58412087,-210775.04767437,-202861.69743566,-196213.74867744,-181659.70047067,-164891.19994562,-150619.96116282,-150619.96116282,null,-998678.10717667,-1006073.46370312,-1010820.8086883,-1012210.9894528,-1012691.00541963,-1007923.58523243,-1004314.58293056,-996891.61650313,-990963.51851096,-987596.85470932,-992466.75287849,-998186.20281955,-998678.10717667,-998678.10717667,null,-1007458.54997393,-1009430.61691127,-1010005.83928295,-1012023.15573879,-1017526.03229202,-1017570.94453242,-1015338.2852989,-1013782.14302579,-1012777.17483521,-1014396.40871525,-1012429.26394676,-1008862.03929222,-1004083.96482345,-999441.99677789,-999301.81540202,-1004228.67984753,-1007458.54997393,-1007458.54997393,null,-1110407.96557366,-1115349.4833397,-1112065.92727949,-1109590.73710579,-1104455.50287088,-1095785.54307326,-1091585.2669098,-1091577.13199711,-1102413.87493138,-1110407.96557366,-1110407.96557366,null,-1156972.90066603,-1166871.29515941,-1167750.3758583,-1161689.33353525,-1150285.83151665,-1139736.86667368,-1138650.98570593,-1145751.50482511,-1156972.90066603,-1156972.90066603,null,-1096252.54176621,-1100328.40330404,-1100969.85664437,-1097282.75290997,-1091648.19013873,-1089986.58520593,-1096252.54176621,-1096252.54176621,null,-284614.03177277,-280242.06095026,-275638.27600059,-271148.62508639,-268016.6188856,-266924.04555814,-265763.48422796,-267038.43147338,-272047.7650105,-277981.85091323,-281904.82285415,-286737.32689157,-289223.7643145,-292480.79114378,-293636.1986639,-298618.59596997,-302636.22633414,-306310.95198756,-310122.28730096,-314362.39561177,-315842.47992683,-319192.51471447,-324778.65104138,-332664.63699909,-338878.49306862,-346769.05744291,-349447.86341014,-356368.49781099,-357197.12078675,-360021.94231736,-365605.2221941,-369556.29433901,-369154.67164589,-367009.11662981,-377403.71298312,-394207.43953315,-403237.68976288,-406796.17753123,-410650.27814718,-414042.30978076,-418791.91455789,-410043.61999757,-408133.57152418,-400231.39762913,-400226.06460286,-379633.20552252,-346452.25290893,-335485.22970561,-330179.23028405,-321631.85441059,-321615.62957295,-284982.2202922,-284614.03177277,-284614.03177277,null,-1056621.73572975,-1054981.94141033,-1053112.60447213,-1048458.46969505,-1044102.67257706,-1044527.28080883,-1039528.97462408,-1035177.72129773,-1030074.34640004,-1028088.03865816,-1024309.19259892,-1017466.49397355,-1012554.5863431,-1010658.10362641,-1011255.37388484,-1006378.48119042,-1002311.40212176,-996287.16223734,-996389.79210962,-994188.53850125,-988808.35792839,-986129.28306435,-983695.78209266,-979398.71440741,-972396.81913615,-972646.09844659,-968049.75751101,-964292.43423605,-960138.75750968,-957184.58678231,-954013.27298569,-952952.89486711,-951140.05313828,-948625.8430819,-943297.11676952,-940654.14795737,-933676.95630923,-930936.98882306,-926839.42255147,-921950.37323694,-921735.4758392,-918093.409307,-915358.72507539,-915645.80203552,-910736.39397745,-907917.06573208,-904051.27775415,-903292.48124677,-902986.24752231,-899144.46432665,-894893.91163726,-890039.90537,-886269.84141194,-884783.27686264,-883713.68691474,-881714.43361241,-879226.75720484,-877715.99659996,-877629.25315461,-877507.26314456,-873938.66876911,-873885.22959968,-873624.86016515,-869428.24501112,-868329.831161,-868286.90931038,-862379.72881162,-853980.69357268,-848917.54351497,-848291.91145567,-847680.51767375,-851083.04142331,-848621.7282927,-847794.89880478,-843522.66838938,-843348.66369229,-840067.62216146,-839255.32524867,-835500.61999214,-834684.39674448,-832092.98513893,-832711.34496408,-832861.33208378,-830647.78993264,-829725.90168729,-827720.68361666,-826495.13666152,-825491.69158357,-824518.207431,-823446.68263499,-822730.21261801,-819605.73606573,-818472.92364716,-815393.02679338,-815279.03635927,-815087.06730044,-812656.47205382,-811596.92112488,-811324.20796974,-809785.03458789,-809784.45699931,-809690.9043956,-805864.18529742,-802337.85479975,-801830.63172409,-801828.48267233,-798071.71368256,-798068.63068832,-797308.32087867,-796820.50721185,-793741.92330086,-791478.36712933,-788079.05722702,-784764.19609109,-779854.74082076,-777227.28228046,-773023.3215795,-770684.22403638,-767156.89658096,-766223.29421853,-764942.17719309,-764409.36337621,-760417.16837044,-757791.77162746,-756110.50577785,-752931.77820559,-756128.50615175,-762168.60718631,-769608.7252221,-776329.56081383,-778735.1786816,-783957.15048541,-784902.98631295,-785458.07257329,-791857.43416974,-793657.70433566,-796438.95041452,-800932.65903068,-813597.44808377,-816614.45657888,-816636.72170536,-817653.69218479,-814437.7008097,-813282.32302535,-814020.69063218,-817746.47227162,-817705.33867811,-820634.12499931,-825288.66169813,-826570.83444915,-834733.22862684,-838225.05359043,-842230.50536753,-840968.65513448,-835040.8202511,-834005.73776559,-831700.71699114,-838292.02050331,-842104.03097598,-846668.26603123,-850278.65997709,-848529.89324715,-850619.49432489,-851685.5956939,-857214.79112026,-863079.14081012,-867100.84469065,-868720.24527881,-869436.0331882,-871591.31155601,-874143.43125782,-878951.22161535,-880990.31635845,-881125.59990332,-882597.69823978,-888143.28754116,-888739.70459077,-895460.76264444,-896913.89347724,-902101.59828958,-903243.60543894,-904242.88340036,-904469.4784367,-906991.07113562,-913020.50797922,-919204.16094305,-921321.70093128,-921652.11475417,-922480.16428608,-928265.7919267,-931941.97106317,-935019.07556195,-940533.10071645,-941030.2293789,-947106.42432935,-949222.3502754,-946876.03221837,-952543.37700868,-954883.35156144,-979312.40621821,-982495.92569888,-984332.85282124,-986115.98371113,-986920.19473792,-987494.18011692,-988334.21580737,-990276.04532346,-990324.21868295,-991414.49515469,-995129.31370221,-995338.965797,-996880.41583318,-997254.88197375,-998582.62074586,-1000510.71839079,-1004230.18269664,-1010489.58449585,-1010602.12941192,-1012830.00681609,-1017246.64059386,-1017246.916643,-1017898.62191284,-1022448.60722086,-1022519.37541484,-1022611.78930426,-1027321.72710158,-1027550.97562418,-1030337.26379152,-1032041.59151305,-1032234.04640899,-1034606.50158617,-1035934.7553263,-1036690.14053907,-1037987.26657529,-1038194.86041115,-1039283.68386594,-1043252.72408005,-1043697.47075298,-1046042.18720289,-1046154.87887429,-1048226.65938919,-1050061.98804332,-1051029.55355444,-1053353.43790181,-1054232.97648599,-1054617.56514459,-1055003.82048661,-1060363.98261463,-1056621.73572975,-1056621.73572975,null,-781754.69419114,-780580.01089326,-780144.76975592,-777022.03601451,-769957.69593596,-766400.39636471,-760207.71538228,-753538.72984007,-752768.65016471,-746837.66075662,-744985.2869251,-742043.97287266,-736285.58916694,-731701.67803733,-728666.56474348,-724442.98448131,-718616.59908101,-706467.13967889,-705931.06978735,-705645.67917472,-699070.78863598,-694997.50852075,-690833.64027303,-690329.9490289,-680108.31121887,-657915.68799684,-660056.32003005,-667357.42931317,-670207.06103602,-673499.78530712,-679041.60455717,-683270.62948147,-682962.89235698,-685903.49564489,-686139.42713256,-689019.41002278,-686272.87372495,-683906.41167737,-679970.45518086,-676653.40119327,-668081.29305375,-676605.79200311,-669609.0884465,-664983.32286709,-664536.65713957,-662720.64347696,-657904.93270821,-653509.34499728,-649217.15483964,-648958.28846498,-648929.08679171,-648155.40389598,-652486.71331718,-645786.95648051,-636738.41888142,-640174.78294514,-640391.35262595,-635110.36867455,-624784.95466096,-619255.6327352,-613920.80115754,-613851.96778616,-608749.14159406,-608441.02423955,-604022.86051407,-596371.78214361,-591158.88409505,-582995.76866431,-574611.94017299,-572455.22356479,-562771.16748672,-560477.00702413,-554764.2725369,-546360.40129623,-539646.46394401,-534827.70802235,-533971.34538972,-529896.50349506,-523769.21134547,-514685.07489606,-511197.93783816,-505601.42940415,-496399.30668289,-498307.07982129,-507347.13435003,-508330.60541511,-508016.85153484,-507944.32628224,-500250.00937414,-499560.8236449,-493748.04454215,-484169.03767307,-477073.28258568,-473639.7749468,-465218.18950187,-460429.78264682,-455398.97372078,-460941.63199266,-452496.56476608,-444613.28064206,-439115.76455934,-431597.29207957,-427427.10932008,-422021.18095721,-417590.08563301,-407915.23874469,-405117.31051518,-399074.62191726,-394797.51705894,-385098.70209628,-378980.74410494,-373033.23501014,-378570.97157697,-380527.09305267,-387824.64382952,-387824.72763381,-387840.90157122,-397491.42847603,-397498.24248808,-393132.83597415,-385835.39423959,-374516.70542018,-373920.18627625,-373754.89812471,-373588.40183435,-375233.98261595,-376981.21813473,-379620.41773248,-379633.60353278,-383817.58852704,-387303.06226103,-391621.51124073,-392376.81168547,-395128.55970314,-394267.58317396,-394228.06583126,-394201.7806316,-395455.82057651,-395458.07295879,-399928.8419634,-400762.99984425,-399842.85751634,-402438.1477225,-402441.06617252,-405002.40472112,-407696.16026363,-410600.80989325,-415971.53698278,-416660.03410905,-420877.54168379,-421835.5452112,-425157.22299952,-425826.48324308,-426434.35578821,-430951.26343617,-435097.79317609,-437307.29802667,-437836.48897971,-446900.6363707,-448483.32033845,-453830.59631187,-457836.58814392,-466762.57958193,-469443.83400606,-470993.79731771,-467168.66213598,-464788.15455777,-462904.53949398,-465596.59895554,-468603.47391914,-470444.66696456,-470852.27658146,-473402.25356239,-476661.85059457,-477263.93411559,-479162.39219181,-477152.09213149,-476185.76105271,-475312.66178976,-479160.26039859,-481955.9745209,-484586.82183421,-486536.07900864,-489294.76809428,-491117.49891241,-494073.30153006,-500501.45776614,-506097.34751584,-514216.57392322,-518608.4445396,-519957.27421024,-524426.49628888,-527998.14906831,-531437.83359699,-533558.32881249,-537566.11520493,-544931.31307236,-549936.07978154,-557658.78408731,-552951.76564086,-551308.08978021,-551892.30345888,-554139.30764704,-560701.03797335,-564117.21399324,-566723.91956204,-569784.0821024,-572456.0156606,-572688.66920678,-577087.25506232,-579269.85148801,-581926.12656669,-585663.87842823,-591745.10166949,-592378.54460127,-593718.05671257,-594819.34805224,-596441.0397876,-596428.30933957,-596336.0178054,-593158.43324098,-592567.96396005,-604878.64077489,-615530.08384783,-621368.55102162,-629402.38059527,-633493.86584119,-635917.29757286,-640726.99148375,-640729.18964265,-645164.88337689,-646415.5795837,-651254.91770048,-656141.92140675,-656150.31807932,-656185.46990759,-662184.92645268,-662809.14574474,-665442.19819288,-676243.30399272,-676661.99661728,-679844.33753726,-683335.38621521,-685391.80375371,-689948.08925251,-693114.62896812,-694358.63259145,-699382.15428858,-700765.62904277,-703993.70735847,-708410.47252311,-710201.27295298,-712974.20252318,-715781.05185126,-716674.98634433,-716739.10140834,-721016.53266709,-724740.32367277,-727573.66593044,-727575.10569698,-728112.5554942,-733054.1560363,-735214.82074335,-735354.03842383,-738075.42347719,-739529.39760947,-742334.41883195,-743601.20765548,-743602.54311592,-746259.65953487,-748025.31582479,-751063.97304664,-753562.7012541,-756128.50615175,-752931.77820559,-756110.50577785,-757791.77162746,-760417.16837044,-764409.36337621,-764942.17719309,-766223.29421853,-767156.89658096,-770684.22403638,-773023.3215795,-777227.28228046,-779854.74082076,-784764.19609109,-788079.05722702,-791478.36712933,-786785.65626522,-781754.69419114,-781754.69419114,null,-544086.62876836,-535570.78129555,-523536.51182387,-521826.89297172,-513019.78107419,-504712.519972,-498509.82642219,-494104.08028051,-489334.05053316,-484922.99768567,-480455.94674352,-473160.51282597,-467319.69638112,-453956.73596186,-470704.95245615,-476456.84163942,-476055.53742033,-481324.95363245,-492031.04031109,-502224.62679915,-508618.39676649,-513692.29519244,-523669.57618711,-525250.00250592,-526741.30368772,-536830.53016644,-541287.14655078,-546514.1306008,-552339.75597546,-558701.62520903,-568879.31768298,-573095.69641793,-572867.0226349,-563807.65768971,-553592.67079296,-544086.62876836,-544086.62876836],"text":"any_mental_per: 20.5","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(63,80,137,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[720434.54614759,720690.02278796,720801.20011196,722185.55659587,725802.79249127,729486.94552302,728310.36906855,728672.74254642,726170.40729649,727334.34566061,729887.4424426,737312.66781527,742428.97101145,742547.08413693,747568.71052646,747479.0651399,747392.90797055,748776.13134704,748191.05354667,751683.24761613,756115.26671298,758396.64421611,758206.01684827,757063.78497201,756999.25123268,756133.67443707,752147.72016956,748478.58461925,744599.66677834,741467.25514031,743796.72932528,743815.89226785,743964.06632412,744159.12839383,746609.46378765,751594.43285169,755182.9814604,759604.26968011,766250.16601085,773269.41548271,779731.71665767,783264.05651666,788016.07007487,792236.80603537,795508.96492962,799565.32064032,801354.5917811,800751.2750439,802182.61818636,801987.47863692,801908.1363478,806534.7627336,807011.75783657,811709.98864197,811226.39904166,812062.33399799,812033.49864036,812028.14891619,812613.71529107,810570.81046028,810167.80668444,809499.68738569,805164.07439141,799798.09910202,795788.2020003,793784.8853734,788224.71937104,785264.13950377,785858.34186541,783008.88092149,779600.61789335,776629.30068092,772295.25100934,770137.32855627,765251.02890634,765113.37744613,781866.23606187,782730.33875483,799237.58709553,823368.7014066,823370.17764833,830599.57525966,858604.10700574,866068.80648153,868964.82375143,895211.29939127,899298.92542039,903535.37889215,916832.11900482,922446.29584006,922449.60992283,938672.08309338,955037.52684313,962140.05513767,963560.65040959,987994.87887579,995898.22010418,996815.69942549,996350.8349216,996189.12142348,996362.25671042,1000438.60494735,1000510.90204936,1004727.7083737,1006543.28801637,1006546.17656441,1006575.51921093,1011559.68522055,1012222.02582087,1014067.39627183,1018452.44797086,1019642.52651822,1019760.49135299,1020897.76390475,1020938.60035104,1020935.58008521,1021912.49542397,1024191.24072084,1024331.72820199,1024923.96478895,1027192.03258488,1029928.5145808,1030865.29444609,1031129.21303571,1033972.08969915,1034902.70591532,1037591.65566555,1037593.70314359,1039746.40381567,1042046.34080366,1042285.79891617,1044179.22334188,1046731.15679187,1049962.67443949,1050624.25327362,1050838.88886754,1054217.1068209,1055778.01459346,1057849.0386715,1059886.20440765,1063333.21058854,1064273.42140521,1066397.3262035,1066523.36278227,1068442.99167924,1064598.4332223,1063155.85554799,1064476.62044231,1064771.08051346,1066741.39124093,1062040.75837352,1062356.08703373,1064337.64750848,1069534.66340927,1069850.41219458,1074551.31475288,1075718.70650648,1075654.44502669,1074536.11612795,1075934.33237107,1077502.09227556,1080527.99553194,1077792.12378209,1071989.35777658,1071266.70296231,1070694.83848518,1070026.60168245,1071041.95361694,1066386.54286729,1064744.08641072,1064133.83104646,1062379.55841588,1058867.27104992,1052845.59888101,1048097.56439088,1048097.85787611,1048098.7722022,1052967.0632784,1050740.63383067,1049106.54827491,1045829.71245078,1048121.6945718,1047028.9298838,1045784.80886055,1045256.74572901,1049516.26886433,1047610.26039291,1041948.15721918,1040161.30175054,1043727.56487049,1043832.04618395,1049660.66301952,1050547.23032326,1051132.28990619,1043162.37142489,1032483.15419679,1026458.03102784,1026454.32415659,1021176.65919638,1020951.4796813,1017122.00441812,1016140.89674713,1014401.09084121,1019164.07711854,1024282.67985813,1023268.77760106,1020928.2406453,1020255.48904298,1019670.23987775,1016068.3726598,1013240.69486367,1008410.79947116,1000763.05294161,995385.1200829,987610.08819018,979050.84187452,978695.88348651,978542.03998944,972661.7052896,968129.49475094,965165.74417328,959981.75883719,960138.84147627,964180.68053595,964303.88905996,958727.08722455,952874.61803756,948245.66891667,943547.40621313,940580.72357446,933151.57290672,931039.92101124,929855.59548206,926586.20884126,927953.00218386,929646.18448313,933422.52124807,932951.31884438,928218.44959064,923790.53006553,924342.02159744,924552.05291475,924743.78117585,923067.06631626,920797.02669348,914393.14672243,907238.36419665,905087.61824155,904045.54149697,896075.83453469,889445.03693707,883577.59904431,882596.04759491,878525.19363125,879615.56524827,874919.61004419,868041.17138908,863690.26499786,856467.90887878,855094.60672488,851755.4984862,851730.24301745,845032.84689248,842074.46401299,840764.80040358,838973.64597082,840293.22211183,840802.13652615,841001.18623934,844829.92057111,845642.44852939,846254.57244347,846601.70597519,846983.71509106,851723.76131234,851425.69727199,851400.11119946,849865.36412982,848125.00390258,851295.87808365,851305.434997,855076.13560337,854910.99580113,846223.82778652,844093.77924163,840026.42864386,838066.32143695,829280.5633836,824527.93537604,823079.01177282,820917.72847193,816612.24962842,813150.55550675,807294.27219092,806752.29226026,804898.46235134,800881.86616256,803125.2323073,800235.68790584,798058.23289032,797113.70006108,786709.00854161,777895.81851634,777698.5636877,768544.10647307,765797.53592535,762228.42234296,758059.56495897,755328.51500875,754522.01504315,745827.47593485,743080.05032549,737334.33367524,737274.00307213,737215.05623846,733763.81883181,730253.20359006,730173.97150639,729094.17080738,729060.40070449,724283.71029706,722490.2763163,720277.42402855,720434.54614759,720434.54614759],"y":[-496526.64709705,-491071.04623591,-488686.55694467,-482673.29186227,-476049.73904848,-473332.58668656,-467527.16446405,-460959.69973911,-458530.3165902,-453033.38769436,-449308.02207943,-445734.45245132,-445309.35815783,-445205.49379916,-440784.74557255,-437799.7421723,-434940.15419384,-428685.72957577,-424118.63462364,-418446.24836013,-413058.80595674,-408115.66182872,-400833.06262535,-395294.46832343,-394981.48179882,-390782.76465933,-385458.14210487,-385460.46790288,-380477.71401817,-376833.06882366,-367220.23822206,-367140.98417969,-366528.06886336,-363209.62604513,-356839.16708657,-355568.33075247,-355976.21254407,-352644.28627052,-351375.06435417,-350372.30493633,-346240.08617647,-342326.15782139,-341417.20785747,-340477.30693238,-335678.0003265,-333328.52363898,-330987.05523483,-323670.59498109,-320104.07131222,-316348.56428055,-314824.08132195,-310057.74728108,-309668.35681683,-305828.66086444,-302223.23597675,-297733.96285817,-292570.86156392,-291636.36502216,-285080.66658073,-281167.83037187,-280395.52912177,-273077.51563782,-268806.91191591,-266602.77857399,-264926.00734514,-264087.12529822,-260711.59279662,-256694.72330764,-251948.11035647,-248123.91155892,-245770.25812973,-243715.77961875,-240215.25858383,-239484.29602536,-237311.75528646,-233228.09824846,-231428.78832952,-231323.65470329,-229293.18428772,-226567.76194975,-226567.59898858,-225765.54674645,-222582.97879311,-221733.02917657,-221400.97830874,-218332.85224658,-217824.44143572,-217294.79944506,-215614.44417295,-214896.76081349,-214896.33572192,-212470.36337298,-210046.93393697,-208982.15217944,-208794.29274719,-205514.11813243,-204433.29262213,-212332.12893976,-219056.67898901,-225850.71129631,-226247.17690464,-235573.91693797,-235739.19956167,-241389.40641894,-243819.38315075,-243823.24786804,-243849.42262187,-248291.38928572,-248881.06503175,-253852.76566969,-264034.54284594,-266794.87712311,-267068.42305896,-268123.4489026,-269115.61270655,-270643.93297014,-273391.95891707,-276899.63285003,-277115.78650853,-278026.87411738,-281514.1530383,-283101.24717412,-285691.28202958,-287416.05866123,-307118.38398449,-313679.27493636,-332671.22788195,-332685.05177624,-347232.54948953,-362804.23860102,-364402.20893674,-377048.24712705,-394546.06634512,-416760.41299841,-421639.07829319,-423222.66827371,-448199.67736704,-459527.03243887,-474585.9603977,-488763.5082044,-512813.14446119,-519154.59198893,-533497.20631332,-534349.08898769,-547741.45740957,-549174.37014032,-552482.62226881,-558310.05201044,-559609.17208265,-563402.25382717,-569110.68357839,-570067.0042896,-576074.46881912,-580302.81536881,-586524.52126377,-589154.8669015,-596211.19459821,-596417.34873522,-600001.99864673,-602393.67543698,-605073.95541569,-612361.56883937,-621801.9634325,-626969.08482157,-632815.51411426,-635364.31968745,-638338.5618293,-641470.56907797,-645771.11887296,-651000.875915,-652973.61516072,-658635.13855665,-666309.19234343,-671542.83398688,-675744.50045197,-676544.8390486,-680192.03678696,-684641.41339375,-690801.40400098,-696038.40224498,-699310.83439916,-706750.88354873,-714756.0417667,-717754.77271446,-719026.50299162,-724798.01377106,-731436.7383633,-737360.59923079,-742426.66739194,-750797.76159239,-751042.85061432,-755165.28395539,-757812.51699967,-759559.05156638,-763051.19180897,-766180.30049481,-772390.04476285,-772389.2708425,-771285.36032997,-771238.16961461,-774179.03555623,-781157.67869385,-786859.5389572,-794145.36182344,-801319.1004106,-807218.72391698,-810953.58242341,-811062.91532336,-811157.97551389,-811741.94718407,-810244.76946329,-807683.83853199,-805541.06593085,-804751.51662105,-801113.36045695,-798909.25672976,-798817.61197609,-798847.23799022,-799977.06055743,-804570.86446524,-810319.1210198,-818478.71144155,-818694.47809698,-824242.24572041,-828244.46045552,-828106.67830217,-825981.43994885,-825070.37345428,-824142.50661803,-817725.20125908,-809163.91927245,-802122.99446304,-801422.18911766,-799486.03379938,-794510.26271355,-793208.69965605,-790302.68641273,-784612.99863015,-778603.06029232,-772066.73430336,-768738.08807625,-767468.8733781,-766309.52669121,-761486.68524597,-753770.1156245,-751536.99084168,-748410.91345129,-744539.75351759,-742662.95964427,-739083.48335426,-734421.82628545,-738867.46233498,-737930.95362856,-734043.5309159,-728600.30535973,-728772.10081711,-724531.36189956,-721116.13802426,-717853.59679496,-717232.14314248,-713908.33691568,-713888.60247141,-708649.16490082,-704746.30497479,-703017.17364961,-693487.98312745,-687261.59047131,-686439.0525859,-686117.26747345,-679920.13173727,-673376.23168013,-670817.48675928,-669365.14358776,-667765.80792127,-659725.47252518,-654385.68410793,-654337.31776523,-651435.21124449,-647329.99355911,-641734.93095856,-641724.42788402,-637576.80752167,-632717.60332276,-628216.34640881,-627110.31893024,-626642.97329981,-626416.90845399,-623340.62262158,-623739.51798886,-623860.49314854,-629863.49686183,-634792.07672073,-634709.38478183,-630312.64735851,-628758.64428049,-623440.34396992,-616072.28646086,-610603.02979849,-605302.56736186,-597350.33721445,-593898.47959437,-585598.9028216,-579965.57461177,-579839.2791354,-575510.02762922,-570638.74213309,-566096.61599067,-565750.66904093,-560878.16577608,-560264.43675496,-553636.59172498,-551638.96395772,-547454.77554605,-544140.97029777,-540923.07506761,-537529.48361374,-535167.9382063,-528218.56323701,-524135.7315339,-524008.0088371,-516349.56552735,-509945.72983159,-499865.68800888,-496526.64709705,-496526.64709705],"text":"any_mental_per: 20.7","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(62,85,137,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[-295377.38366991,-246303.99613343,-214470.22973039,-208014.9941213,-161807.42530966,-147522.20015343,-118640.21259071,-109234.24248982,-82148.96115022,-31510.31334554,-13329.49577122,6293.73429492,34616.31369401,45543.82629479,73005.82601357,82550.66653392,149616.2722782,162330.41743656,202211.8025291,202517.48946044,205791.39694962,208723.84535932,211263.92730913,213012.50927134,210208.21410562,210017.74220993,210002.66722849,209962.23068756,211112.10388902,211558.02988685,212532.83932987,211879.85117316,211670.82785145,211623.13928046,214990.9916231,217982.40429656,220726.25921911,224158.39322412,229654.09004034,232591.36268395,233525.45189041,235987.83391956,236170.98833226,236318.13711137,238345.73905859,238837.4055141,239941.17945272,240818.38541005,240043.82246825,245755.67872034,244480.06383992,245011.21043782,244982.55934096,245043.83712186,245376.71495864,248821.43972792,252122.21065104,257213.05073259,260943.8969022,261829.28312332,265644.73798568,264539.30032541,264443.94496346,265649.16262601,225593.45169836,214296.80754063,190007.29023979,171885.77039482,156289.5826413,154022.48919268,149197.14262408,122601.19869823,106294.70043489,98639.76430025,76890.12374924,76881.43623999,70145.3216462,50652.47001274,39417.44746028,30067.78077806,21800.65785013,9274.37784445,9256.59029968,-11759.93497073,-22743.00354905,-38611.620064,-39573.39396087,-39585.45812549,-58927.9451831,-85580.00940732,-105561.59034768,-120404.01249201,-138749.39398437,-154527.19050641,-154677.66350941,-161392.18718031,-179992.34890205,-197202.6927057,-209096.25557575,-222646.85837618,-227422.73139127,-231530.97402661,-248768.71786301,-265487.14115047,-282935.32121317,-312635.23539565,-310751.93937928,-310501.19196358,-309421.63959186,-309251.89236032,-308701.56991143,-308305.31171362,-307052.90755697,-305893.32104645,-304774.96788574,-304764.94057535,-304367.19506283,-303106.17599726,-301843.46851419,-300990.49711696,-300860.81893249,-300860.73176984,-299562.82157001,-298787.11518547,-298235.95393491,-297463.02720592,-296279.41281297,-295377.38366991,-295377.38366991],"y":[452187.03540141,449793.91711065,448575.21822281,448349.41551972,446780.8748648,446423.24262572,445807.54083624,445620.55728411,445167.19441762,444707.67974781,444618.90900472,444586.90260435,444711.25999613,444796.13306929,445146.10839347,445298.1419361,446672.3013093,447020.16193236,448284.14902615,442197.77345443,433608.1470464,423146.76247875,416674.71983252,411658.62271784,402192.53741809,397754.14180695,397403.48734422,396463.35573712,385183.55401157,375639.57990723,366022.39418628,358866.40366305,356581.46552515,356060.54401923,347594.35553387,340461.70959695,330217.75348123,320457.19440175,309593.7200977,301611.59530932,299077.35293848,290604.01424824,282506.27838961,275978.31945758,257866.58295827,253546.0835346,243858.76369282,236171.75646793,228235.12974793,217600.73951293,202532.59165766,193119.47992293,186894.2003688,186770.51405471,186098.70466154,179155.39719655,164746.51731349,156408.99726565,152230.53122079,141169.66045096,126207.30083813,119248.9122562,118649.68668438,109650.92553431,108139.05665773,107719.92748473,106888.17958016,106377.45637601,106027.35951051,105979.71702883,105881.05814658,105337.73106572,105230.3406613,105154.3036073,104989.51649515,104989.44382017,104936.73417764,104760.83713932,104686.75694249,104716.53873965,104660.9418842,104714.69270446,104714.78691122,104809.51236127,104926.94088175,105045.32218483,105053.79436415,105053.87872295,105219.1340681,105551.92023073,105870.03551089,106139.74597498,106553.87496009,106940.40404498,106944.28270273,107121.05855389,107653.31601798,108197.12712134,108591.01285524,109059.91564825,109235.15799982,109388.83653341,110063.23851645,110762.31604484,111524.66737445,112952.23144629,150139.43500945,155078.50240212,175653.31271537,179105.09861527,190285.04966442,198324.97029468,222761.20249323,244254.62257422,266770.22372425,266971.8028255,274201.61580258,297093.54682432,319301.14892881,337991.63721874,340720.22806559,340722.06168745,367968.11312955,384392.28358193,396035.79619551,411555.95260588,435259.17940173,452187.03540141,452187.03540141],"text":"any_mental_per: 20.8","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(61,87,138,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[275657.69654637,279019.84619859,282051.22679898,281698.82164775,281535.30743591,284729.52704036,283023.81163249,285134.52468387,283435.78806873,287640.74038574,288064.87011666,288950.8899632,287228.62696537,285506.98351087,281742.35528044,279121.1420935,278583.0540745,276827.69251855,280702.00860906,280975.34692119,281015.36480861,274925.86245045,275541.58462469,274245.64900095,285982.87139183,306508.46970271,318215.00123833,333697.40153387,335833.74564651,363823.09421991,366428.77947273,371793.09360389,385704.39668603,409876.32128218,413125.72255999,414709.28665605,447830.47670212,452033.17744802,463505.74408904,485798.45150522,511698.21292892,517468.3805087,523846.17319149,545414.29900507,559843.50373128,561838.46751926,574208.7874505,599654.1573244,599656.79778419,608014.9579629,629677.35635529,637621.67846484,658062.60052134,665647.50141948,675214.65274894,684812.92194086,706708.38540135,706125.87205067,708229.98608583,709326.39535173,709034.60291983,713713.1549361,717785.08363908,722461.80380444,720469.43391554,717275.07438504,714436.92120325,715104.44054584,715613.92056292,717478.14080977,717904.22507448,720170.41443028,723805.56587754,727136.88607564,732138.34042442,738704.8600656,742438.91241325,746162.08231351,755228.44301327,758939.60940224,761840.19646892,765113.37744613,765251.02890634,770137.32855627,772295.25100934,776629.30068092,779600.61789335,783008.88092149,785858.34186541,785264.13950377,788224.71937104,793784.8853734,795788.2020003,799798.09910202,805164.07439141,809499.68738569,810167.80668444,810570.81046028,812613.71529107,812028.14891619,812033.49864036,812062.33399799,811226.39904166,811709.98864197,807011.75783657,806534.7627336,801908.1363478,801987.47863692,802182.61818636,800751.2750439,801354.5917811,799565.32064032,795508.96492962,792236.80603537,788016.07007487,783264.05651666,779731.71665767,773269.41548271,766250.16601085,759604.26968011,755182.9814604,751594.43285169,746609.46378765,744159.12839383,743964.06632412,743815.89226785,743796.72932528,741467.25514031,744599.66677834,748478.58461925,752147.72016956,756133.67443707,756999.25123268,757063.78497201,758206.01684827,758396.64421611,756115.26671298,751683.24761613,748191.05354667,748776.13134704,747392.90797055,747479.0651399,747568.71052646,742547.08413693,742428.97101145,737312.66781527,729887.4424426,727334.34566061,726170.40729649,728672.74254642,728310.36906855,729486.94552302,725802.79249127,718918.56398516,716809.62689829,712740.88417239,708574.61585434,707256.93031588,702760.40595616,701251.50577385,698359.11723304,697207.24498142,679638.8936252,679318.55267069,659495.41013399,645156.7390154,636523.81932518,621083.08703552,616991.32695017,614646.89704019,595571.43298646,582507.52485634,579275.58027249,561652.29037018,559216.88528073,543858.08593695,540453.15184558,525564.52299797,519962.29593207,505278.87410314,498919.05405476,487031.49396595,480421.04444637,466898.79506087,461617.57945331,453336.46629813,437476.74995567,429465.08953162,416463.98661454,405208.74187531,393954.64273763,390718.17047544,377272.83733018,357644.47718192,358980.703854,355901.2250912,350338.80702018,346458.76448771,350798.05713875,350786.52362104,349859.0319916,352207.41113049,351472.88471495,349728.96528921,350263.54947001,346872.29322591,346773.39129283,346687.67241861,346060.21472014,346436.55326942,346719.30322209,342311.20419651,342255.14908021,341883.38739564,343441.48408362,340241.41973012,339728.17694293,339743.53290406,339793.56220414,334688.80832291,333573.8434899,332459.82238733,326270.88733576,325160.58518042,322709.14865437,322978.45311815,323231.99289908,324684.98030235,326231.1003007,322396.80639502,320700.65747268,317808.40728473,319675.34382919,311915.07544122,307728.58759277,307730.07582122,300975.38638206,301610.41480854,301664.17526321,301468.22235535,300078.98161461,295204.25911785,294542.12089215,296800.11961809,291402.16605327,288696.59344323,287390.11609133,288520.28163631,288244.49686994,284051.08430311,278539.88738146,275668.60803553,275657.69654637,275657.69654637],"y":[-241227.88143152,-235702.49673751,-229917.523682,-226580.01115107,-225030.91974147,-220797.27297784,-218838.64019162,-215693.48363136,-211888.60079425,-208632.47044363,-206944.52684294,-203414.89602752,-200212.83374814,-191638.76276991,-191810.79144395,-188992.350887,-187871.44288006,-184212.19659147,-183053.5585156,-177790.38135239,-173511.4952362,-168368.76440727,-164396.42173232,-161017.15720395,-160524.20725293,-159604.69102005,-159064.35034886,-158317.5721073,-158211.65165311,-156689.03631344,-156535.61578902,-156216.49509949,-155368.37434656,-153935.0554958,-153735.54892652,-153636.0221791,-151466.17903891,-151178.8099865,-150410.37493607,-148859.38560679,-146895.2344238,-146443.57108747,-145935.26636947,-144169.81987836,-142952.40974838,-142781.56151023,-141708.43757701,-139340.70925729,-139340.463017,-138555.59374452,-136470.96381808,-135701.33951619,-133676.02078266,-132906.9178634,-131924.0509373,-130923.66786732,-128604.1046632,-134221.81496905,-137522.90456566,-139241.79483656,-142563.09397041,-146403.56141297,-148330.69049164,-154501.27171671,-158313.67704291,-163982.44984093,-168742.59976664,-174763.03762506,-179360.68001396,-184895.92555417,-186160.29735784,-193977.21039517,-197987.14803801,-207580.97243079,-213295.33543264,-216568.38234247,-217218.54363582,-217864.60075185,-218996.80500531,-220715.45783398,-225969.62439409,-233228.09824846,-237311.75528646,-239484.29602536,-240215.25858383,-243715.77961875,-245770.25812973,-248123.91155892,-251948.11035647,-256694.72330764,-260711.59279662,-264087.12529822,-264926.00734514,-266602.77857399,-268806.91191591,-273077.51563782,-280395.52912177,-281167.83037187,-285080.66658073,-291636.36502216,-292570.86156392,-297733.96285817,-302223.23597675,-305828.66086444,-309668.35681683,-310057.74728108,-314824.08132195,-316348.56428055,-320104.07131222,-323670.59498109,-330987.05523483,-333328.52363898,-335678.0003265,-340477.30693238,-341417.20785747,-342326.15782139,-346240.08617647,-350372.30493633,-351375.06435417,-352644.28627052,-355976.21254407,-355568.33075247,-356839.16708657,-363209.62604513,-366528.06886336,-367140.98417969,-367220.23822206,-376833.06882366,-380477.71401817,-385460.46790288,-385458.14210487,-390782.76465933,-394981.48179882,-395294.46832343,-400833.06262535,-408115.66182872,-413058.80595674,-418446.24836013,-424118.63462364,-428685.72957577,-434940.15419384,-437799.7421723,-440784.74557255,-445205.49379916,-445309.35815783,-445734.45245132,-449308.02207943,-453033.38769436,-458530.3165902,-460959.69973911,-467527.16446405,-473332.58668656,-476049.73904848,-474118.5287284,-470881.03578884,-468149.83826836,-464209.27330565,-459977.67070645,-459109.46904905,-456136.48658305,-453650.30819827,-452659.45631046,-455242.72595633,-455284.13356452,-457816.89368108,-459531.35290157,-460548.9501752,-462432.08636247,-462925.21185953,-463158.48784872,-465026.65337732,-466572.21787983,-466950.70183204,-468658.90053762,-468868.3733279,-470169.52062681,-470453.32862433,-471813.99565145,-472317.61593294,-473702.81004934,-474293.01805388,-475233.6612113,-475747.86238484,-476731.05925009,-477107.86246972,-477538.36743625,-478335.26539432,-478699.54821128,-479271.03345086,-479768.4052136,-480247.49896511,-480378.41304572,-480906.14331736,-481611.94597539,-479523.55648999,-474126.11959312,-471143.89343996,-465363.52441419,-459945.67161088,-459860.7364387,-453027.27508555,-448336.47844109,-447119.75254424,-444229.21377893,-438896.8634792,-434056.492136,-430116.63378295,-426708.21301617,-422154.98175065,-418173.10317439,-415176.32100019,-415697.37993194,-414918.49861311,-409752.72739823,-405188.30795765,-400462.34336297,-395156.24495382,-392941.3417627,-385617.09294684,-384308.80132945,-380232.3278719,-376155.5775294,-378212.79832007,-374605.33381108,-368888.40557557,-362748.18437992,-361850.09267232,-356697.64722761,-348740.68139262,-343654.50492229,-340867.89750281,-336110.6394837,-328835.99882146,-323851.94008842,-321307.01578304,-313921.85829335,-308303.13881219,-302927.5964281,-302471.92365,-297373.75887153,-295645.07383107,-289570.64427772,-281420.79146107,-275667.30381617,-272683.25631977,-270690.14708728,-269890.05811354,-265523.52908182,-264951.55609462,-256242.7193476,-251255.22396296,-247210.23792375,-241227.88143152,-241227.88143152],"text":"any_mental_per: 21.0","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(60,91,138,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[800546.22100966,806045.00799059,811027.115535,807997.89711044,807861.06257189,809488.02654589,808279.30642021,810549.3788713,815368.05336601,813084.19420968,812172.95579509,818396.33428694,818943.45930762,819016.67852049,824716.59731718,824514.23104489,820318.3910899,821199.32918804,826541.36975105,830543.71134758,831334.31974757,835984.66753201,835804.39100599,841325.40907686,844410.22594727,844300.32884613,847968.94960541,847450.14416323,839941.12438873,850904.11399008,854277.57920918,856178.5711868,849930.26938304,851121.93269677,842830.76074909,841364.92443327,845935.19117372,841849.84541056,841789.76264283,841163.1613777,838687.44852792,836025.24178516,839518.46704836,834077.54587617,829604.57412975,828857.24801183,830706.90144199,836580.14724861,835939.28500256,829693.66085908,826504.670076,827034.60040919,830246.4725208,824173.91674162,826388.53298646,830953.00131334,832302.62943589,833221.74252512,831184.41562271,827459.01969942,825207.70745019,827393.63539002,823902.724599,821306.96591989,819366.22884056,816561.86841942,816560.85676541,817252.28629024,818556.63816878,823567.86214852,818773.44252436,825821.30935702,827627.14534904,821021.53049292,823672.07360192,826050.03116649,831600.57428529,831307.16824471,828568.16682748,827235.99311976,830129.13089255,828872.99557584,823836.02599565,827299.41591005,831375.464911,833435.5941055,836674.68532188,841200.32044439,842362.07115141,839678.49323854,835371.61600911,835432.70521554,835464.27700285,835712.54250827,839591.77548486,840414.0932052,838899.22926041,843777.80746205,845800.22942847,851204.20181261,849479.37910988,852545.80371804,859146.6451468,860357.49765489,866053.62633735,864803.72011747,865379.19610784,865383.77555406,866737.75638928,862743.65481925,863694.60908907,865591.76298072,865534.66681533,868527.79425562,871163.54066733,871528.90007851,876599.04196994,877175.80136238,884771.9096496,884943.18416616,890118.36245215,890278.50624956,883727.19909408,930354.77863919,933579.21151599,936778.29057109,944052.17977675,962996.74558858,970444.39293353,984417.00390198,999955.44337552,1000807.11628421,1018363.38264376,1021658.88344572,1050288.98895195,1058371.55770416,1059905.20555564,1069435.58936009,1074677.87928323,1079812.27054719,1085367.35049269,1085856.76062663,1085948.69483296,1086209.96779346,1086512.77249462,1086989.43449009,1087044.77922016,1087573.53913018,1087646.93986452,1088044.15515847,1088610.75434122,1088841.803224,1089305.1899966,1089450.74645379,1089943.67323544,1090235.40458061,1090796.33284846,1090913.43277266,1090940.30927696,1091139.9450531,1091267.95498953,1091778.85322839,1093117.35960261,1094795.12868488,1096174.06089371,1099523.58724118,1099785.89422449,1105318.76071685,1107378.02223567,1112035.05648987,1112102.83753468,1115306.31263194,1118375.29316723,1117296.80394132,1113725.88519716,1111647.72348685,1106549.10929823,1100972.92230954,1097711.56141208,1092746.3298342,1089455.15385796,1084967.86524074,1079736.28611975,1077931.92354507,1070334.36147263,1062965.51022658,1052513.04662806,1043026.18904339,1032989.06898422,1031825.02084175,1028333.68183713,1021225.7004799,1019498.84873919,1016931.45651261,1012379.61850374,1003977.89773886,1000392.66438205,994943.87985138,992438.2925366,990969.5494295,982555.45505689,978627.38005193,977936.79307174,976311.69383941,979518.68342055,982444.09324427,983512.65787156,983514.05397478,973258.69475764,967394.70691279,932924.04896613,924689.56789982,924565.93970855,905482.51039087,903612.52209633,885350.83971541,878957.11859073,856611.24474353,845543.78202335,840970.96640099,801559.88177433,802336.28757141,808401.50723337,804734.45488704,801738.2856687,804146.49181114,804220.44107856,798668.36264012,800546.22100966,800546.22100966],"y":[-1484331.78122693,-1484478.70421468,-1480654.10077104,-1475765.92734293,-1470012.96829975,-1464447.95075633,-1457962.17623448,-1453752.00628432,-1451949.56030175,-1447578.04364689,-1444024.80050973,-1440757.10555247,-1430889.62506214,-1430864.13745496,-1428877.51635423,-1428621.79152605,-1423315.8911914,-1418391.93528642,-1418872.38320525,-1414453.22361876,-1413579.45601176,-1408298.40177894,-1402401.83421758,-1400295.03166095,-1395925.49636156,-1392956.42312733,-1386921.9551666,-1386207.23849278,-1375849.06685212,-1373974.44967376,-1365959.72467494,-1359238.2766011,-1358823.43056962,-1350568.90073842,-1349926.29410167,-1341854.90837126,-1340902.69171561,-1335078.54773062,-1334992.83349032,-1334450.64553158,-1332307.42216389,-1323169.91245656,-1318319.70757767,-1317288.07371835,-1313740.45798663,-1309763.4870988,-1305507.55590766,-1300476.01476173,-1295069.33675232,-1290969.44740762,-1288677.38438863,-1287827.90273646,-1282674.18299063,-1278426.76084137,-1274107.57711161,-1274020.01472375,-1268393.94228705,-1262498.13862345,-1258178.25860552,-1257833.31235655,-1250414.6744694,-1245271.19988994,-1241844.40410406,-1238198.26102135,-1234985.31895873,-1231222.05869028,-1231220.70047837,-1229344.32282179,-1225801.37905709,-1221414.59306182,-1217438.44106503,-1215649.80018441,-1209460.67183129,-1206506.88657395,-1203173.8010848,-1202718.6458483,-1203554.99712664,-1198871.72077059,-1197130.59717734,-1191329.78581464,-1187627.80833194,-1183774.00129098,-1182347.49536598,-1179336.00088803,-1179802.66583536,-1177009.39661322,-1174663.28680118,-1173195.24993561,-1168033.50562979,-1165800.48333487,-1164623.45512998,-1163831.32963075,-1163421.77680239,-1160197.17689799,-1158420.32102541,-1155721.68098012,-1151423.71495631,-1149588.05324207,-1144537.58210928,-1142851.80768315,-1137068.33991007,-1134346.87984623,-1136792.03404056,-1131291.55446744,-1127167.74634814,-1122434.42917522,-1115060.44362712,-1115001.60793681,-1110025.92761493,-1105157.93968609,-1103275.03396292,-1099515.03375085,-1095210.36646135,-1087899.32249574,-1084893.10362801,-1079707.25965189,-1079093.00923261,-1079022.91798049,-1074089.56838213,-1073942.50576231,-1069494.38890837,-1066094.7547219,-1060363.98261463,-1055003.82048661,-1054617.56514459,-1054232.97648599,-1053353.43790181,-1051029.55355444,-1050061.98804332,-1048226.65938919,-1046154.87887429,-1046042.18720289,-1043697.47075298,-1043252.72408005,-1039283.68386594,-1038194.86041115,-1037987.26657529,-1036690.14053907,-1035934.7553263,-1043421.8531656,-1046019.91369553,-1076167.66141325,-1080746.0170415,-1094008.10084283,-1109876.86706425,-1136082.47948682,-1139232.8967664,-1174259.26781631,-1179413.78901941,-1197805.2908809,-1225223.58837369,-1236850.8770972,-1258363.01074818,-1265303.76793393,-1289528.06994601,-1304437.55718312,-1334479.78463195,-1341005.68574582,-1343517.19313328,-1362997.83724386,-1376372.37580687,-1380694.98298214,-1392033.03336244,-1402167.58568853,-1410500.31959855,-1430794.16948203,-1432384.17813811,-1465901.62001383,-1478570.23860368,-1507249.10969559,-1507666.81365182,-1528250.14764021,-1547232.74338308,-1550424.07620296,-1550277.52585752,-1553649.45632074,-1552095.80117069,-1553846.91075586,-1551727.91122953,-1551479.14633698,-1553965.39770309,-1554117.14740596,-1553727.53196476,-1553592.38431888,-1550924.14056272,-1552164.68562665,-1556030.21387028,-1561340.53089818,-1565226.19836262,-1565772.1531656,-1567408.25442455,-1573607.49587997,-1578303.78813353,-1580125.00697308,-1581883.74450134,-1578860.50682217,-1569151.78572599,-1558041.66088669,-1553889.26513737,-1551453.66133179,-1544223.30234499,-1534398.10350463,-1531720.66739962,-1525417.99294416,-1514666.324215,-1504016.58319243,-1493938.06919978,-1493924.86352071,-1495185.20491648,-1495899.96646097,-1500030.95330077,-1500995.8803756,-1501010.07686058,-1503178.69446264,-1503388.76435377,-1505417.42502119,-1506110.23987554,-1508491.83821513,-1509648.51384282,-1510122.00290576,-1514030.46166407,-1513324.18557903,-1507800.11447727,-1503504.16696875,-1498753.86707845,-1492397.41071663,-1492202.02027333,-1488223.23575748,-1484331.78122693,-1484331.78122693],"text":"any_mental_per: 21.1","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(59,93,139,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[1091778.85322839,1091267.95498953,1091139.9450531,1090940.30927696,1090913.43277266,1090796.33284846,1090235.40458061,1089943.67323544,1089450.74645379,1089305.1899966,1088841.803224,1088610.75434122,1088044.15515847,1087646.93986452,1087573.53913018,1087044.77922016,1086989.43449009,1086512.77249462,1086209.96779346,1085948.69483296,1085856.76062663,1085367.35049269,1079812.27054719,1074677.87928323,1074242.85711509,1092599.69512623,1093965.01367824,1105978.86541309,1126480.78532433,1128191.6322052,1162712.05600562,1163377.79897527,1163913.39730031,1197755.99056514,1202511.26750709,1202513.06863982,1230970.11189579,1244375.99437861,1245049.29890086,1285343.54525579,1308635.68507185,1310566.84938028,1312765.16167298,1316573.18361127,1321163.02466381,1322439.4925943,1324794.23432486,1326592.40693579,1331295.07000794,1333362.5985778,1339159.34044038,1340679.02876893,1344684.92092637,1346858.29976072,1351516.81833168,1355516.70956184,1359813.90884234,1361446.92101799,1363348.13887844,1373717.68907208,1374464.15912162,1382767.80689278,1383075.82445504,1385825.24816311,1390462.05333842,1391771.69216141,1395380.61572671,1397381.54762876,1398381.30997266,1405196.99693088,1405983.59848087,1406160.73551665,1409846.45222243,1410072.42618457,1410128.1830605,1408295.70869645,1413680.31494701,1420333.34627731,1418281.56305212,1417537.29067059,1411826.28198277,1406994.86827078,1408903.92082337,1408923.96366885,1408977.80307061,1408995.7438459,1405932.00527382,1404243.97465224,1406413.7006726,1407050.56924326,1408165.69994079,1408178.72169364,1415730.02704059,1416576.80973382,1418520.54100314,1418023.54289711,1417010.03637387,1418154.72759278,1416811.4839232,1417925.60074833,1418057.24161528,1418195.09551465,1417069.67521687,1418329.81308278,1426395.5807923,1428306.0613207,1429585.889128,1431303.60355187,1428590.96808555,1417779.6923104,1400128.82301624,1385532.41398974,1384618.32641463,1376940.15625866,1360897.70061693,1347333.84009723,1333969.17730146,1319578.58152008,1302769.32183464,1300529.42082798,1283980.24962058,1272161.69137409,1262927.06933361,1258540.19582495,1249459.0338422,1227203.42908203,1227108.63544283,1213042.08034724,1202282.32857749,1193403.33112818,1185887.08643445,1185876.8434593,1187161.05670077,1184265.7196633,1194421.80991656,1196596.82647614,1204962.38991108,1209460.06783615,1210098.53387057,1207966.54622382,1207292.90424213,1210850.80858419,1215723.32898465,1209966.81287629,1208824.21524404,1203387.25612459,1190555.16219756,1175344.18155084,1168084.54104299,1175843.54738303,1176182.14469093,1168863.49875288,1163337.94395951,1160956.06519593,1163130.66124463,1161401.47988856,1158976.59513667,1151182.90257877,1146605.0841833,1147073.27851023,1146029.86112647,1144510.90765948,1145621.16164603,1143764.78603024,1138066.49816558,1132154.29827795,1126360.88725403,1121103.50103851,1118375.29316723,1115306.31263194,1112102.83753468,1112035.05648987,1107378.02223567,1105318.76071685,1099785.89422449,1099523.58724118,1096174.06089371,1094795.12868488,1093117.35960261,1091778.85322839,1091778.85322839,null,560121.50736624,559412.2734229,558843.87187591,557903.09331359,579244.4225304,579942.69154745,587777.5273771,606681.37380261,609525.24871379,620123.14545359,633059.04920027,636911.29336915,656397.1207823,658044.41972499,681068.4936324,681179.69564611,701932.13588498,727948.20546267,742300.14646124,742308.22959004,760387.68172343,796379.84768064,799065.53509345,801345.0920815,817323.11215613,826504.670076,829693.66085908,835939.28500256,836580.14724861,830706.90144199,828857.24801183,829604.57412975,834077.54587617,839518.46704836,836025.24178516,838687.44852792,841163.1613777,841789.76264283,841849.84541056,845935.19117372,841364.92443327,842830.76074909,851121.93269677,849930.26938304,856178.5711868,854277.57920918,850904.11399008,839941.12438873,847450.14416323,847968.94960541,844300.32884613,844410.22594727,841325.40907686,835804.39100599,835984.66753201,831334.31974757,830543.71134758,826541.36975105,821199.32918804,820318.3910899,824514.23104489,824716.59731718,819016.67852049,818943.45930762,818396.33428694,812172.95579509,813084.19420968,815368.05336601,810549.3788713,808279.30642021,809488.02654589,807861.06257189,807997.89711044,811027.115535,806045.00799059,800546.22100966,798668.36264012,804220.44107856,804146.49181114,801738.2856687,804734.45488704,808401.50723337,802336.28757141,801559.88177433,840970.96640099,845543.78202335,856611.24474353,878957.11859073,885350.83971541,903612.52209633,905482.51039087,924565.93970855,924689.56789982,932924.04896613,967394.70691279,973258.69475764,983514.05397478,983512.65787156,982444.09324427,979518.68342055,976311.69383941,977936.79307174,978627.38005193,982555.45505689,990969.5494295,992438.2925366,994943.87985138,1000392.66438205,1003977.89773886,1012379.61850374,1005068.91524928,1000356.45996637,998263.84457781,989097.54749075,983376.96393613,983377.07244874,983379.53666396,989043.04825507,994207.95898763,998797.01197747,1004185.7010373,1008702.89336134,1009826.33373621,1016907.95771789,1021434.8820262,1031309.19802884,1034694.44611008,1040898.8622137,1045523.42427804,1046288.07062677,1044244.09577474,1043550.62231605,1043624.57598661,1038998.60437414,1041685.18154638,1029157.51719465,1029715.51068844,1024108.05033144,1020894.66280234,1020552.27992728,1017414.20140309,1011378.48224051,1015754.88669242,1015832.573627,1020131.22546924,1025280.22288477,1035359.14318665,1041982.84779952,1047829.59429848,1053311.77694627,1060474.41376412,1062889.36952517,1071739.66410949,1073443.63122061,1069256.6718927,1064600.40900843,1061981.22551196,1062999.82896055,1055267.66332568,1050898.1411724,1045355.5828494,1038539.79783246,1037347.21586583,1040850.27068536,1037401.14054702,1032989.96747089,1027393.97747761,1019151.01998137,1014957.27707727,1011322.94679101,1002778.37280181,991311.21873862,987476.875744,985761.76144317,980967.20959843,971801.61354478,968960.3736582,965972.90238322,956783.56779332,946161.7822335,938942.23582165,935740.28600817,931290.95492632,915320.59255749,906113.62373001,899836.59963821,894308.18528822,892882.03261356,886058.13756151,880319.3987469,870997.79077105,864463.37995492,852438.42316724,846502.46596072,851876.8961346,852672.50691713,852584.21143079,845717.65316028,842538.46367333,843915.18370542,838880.0163046,832658.52079935,829998.37180844,825290.07875228,824352.18973553,823652.21662656,817671.13759144,813442.66581463,814759.69348403,810142.72673503,803318.47036024,796667.4102153,792509.66409612,791903.62582136,791218.38988914,798241.90657106,807470.57024533,802623.28827395,797588.80311816,788089.71865306,776464.6834437,775189.38388674,773020.16059004,763917.49223875,755218.10942148,748326.21021016,739799.41312243,733496.56510356,724187.95768116,719429.31320138,712655.48048518,693082.06273949,681767.53120882,672353.24279272,663583.84396794,652040.03028128,640887.48519672,628554.73417395,608986.03437078,603563.30478724,599966.72738767,597292.35887864,594360.46146441,590361.11296294,595545.51870018,597361.91355279,599339.53419758,601120.65359031,607128.37188543,610294.85543855,610498.35889019,610242.09010086,609692.37630936,608412.18812583,608505.16536401,608661.60153167,603160.66233052,604146.52240821,604798.64960992,608031.27612183,606784.59632903,604682.78075737,608667.63691893,608364.46135399,613287.61240705,614048.56973727,618234.8427925,618786.12556754,619116.02733664,621044.2438126,618928.9022898,619619.78325976,620104.50402541,618683.80138909,618770.5911042,617114.67335055,612536.3180491,612361.19933163,610716.31638462,604554.17459236,604726.29093083,601543.65106935,596321.58662015,598314.94983674,592275.94651176,587375.150147,588842.92264663,589574.25770946,584105.45999601,581480.26184214,578177.46897444,571518.24623519,566237.59998383,564977.94972242,563917.33820754,563523.85946963,562387.52193016,562188.38215392,560994.16842221,560121.50736624,560121.50736624,null,-858977.56038424,-855957.70218396,-852381.03543212,-848709.87218943,-848707.5591805,-844239.81300321,-844239.08492612,-842147.29478576,-838225.95307569,-837180.56223223,-830298.05059842,-829687.70009053,-825592.65265178,-825591.59568486,-823319.41091084,-821331.14449694,-818574.16770153,-815664.98191234,-814312.11521368,-813051.36823908,-804699.21340799,-803303.10568755,-765732.63173614,-744410.67480884,-710893.70154811,-664944.30283755,-659555.99963072,-611377.77110154,-610778.12171141,-575865.03478461,-564054.86581936,-534159.76209637,-533374.632653,-508607.59330883,-508430.14572757,-492223.34651342,-482046.79664829,-467128.04004439,-464393.68860638,-458580.08346067,-455538.90221831,-421013.12939309,-386069.65939109,-356635.4431771,-332211.46899971,-274652.090887,-267188.20287015,-267500.00233633,-268408.72232934,-268644.289923,-269040.03722703,-272576.58669281,-274118.09322873,-275322.68232473,-275767.40986093,-277460.95961451,-277608.59330336,-278300.13637264,-279048.04583793,-279534.36555141,-280475.71359125,-280705.76173921,-280740.5243053,-281392.54083861,-281507.22061957,-282767.17259603,-284156.78210783,-284156.91592765,-285163.08197741,-286097.31621733,-287328.6322147,-287847.54347165,-288751.41062655,-288975.18010699,-290262.28583636,-290463.30648997,-290763.07987396,-315615.8874899,-353197.7798772,-377591.26534887,-381790.94971725,-440445.94580143,-459791.19957109,-466480.03241071,-488796.70537526,-545261.69373157,-568680.01277403,-587862.13971534,-604559.68573579,-627387.36994968,-628705.80239524,-628502.55671411,-629997.70635177,-625259.62608522,-620452.58619105,-620777.8039917,-664555.70990845,-693289.19051601,-705173.07166521,-779598.58097361,-782230.43842653,-783757.02326648,-831218.53189797,-845804.99784643,-863764.5957698,-858977.56038424,-858977.56038424],"y":[-1380694.98298214,-1376372.37580687,-1362997.83724386,-1343517.19313328,-1341005.68574582,-1334479.78463195,-1304437.55718312,-1289528.06994601,-1265303.76793393,-1258363.01074818,-1236850.8770972,-1225223.58837369,-1197805.2908809,-1179413.78901941,-1174259.26781631,-1139232.8967664,-1136082.47948682,-1109876.86706425,-1094008.10084283,-1080746.0170415,-1076167.66141325,-1046019.91369553,-1043421.8531656,-1035934.7553263,-1034606.50158617,-1032234.04640899,-1032041.59151305,-1030337.26379152,-1027550.97562418,-1027321.72710158,-1022611.78930426,-1022519.37541484,-1022448.60722086,-1017898.62191284,-1017246.916643,-1017246.64059386,-1012830.00681609,-1010602.12941192,-1010489.58449585,-1004230.18269664,-1000510.71839079,-1007000.77985047,-1013808.37286127,-1025594.21021342,-1039039.72889235,-1042776.76087328,-1049668.01163066,-1054928.19897089,-1068863.29904623,-1074985.76477177,-1092138.07066297,-1096865.23009065,-1109320.03065427,-1115977.45510017,-1130238.60229452,-1142482.5987728,-1155627.10979706,-1160643.06574703,-1166481.07063713,-1198289.2512599,-1200576.86814894,-1225920.81605701,-1226860.25221292,-1230278.31535013,-1237912.99467399,-1240067.62505016,-1247594.59655172,-1252860.02176287,-1255490.04237117,-1260956.73295721,-1262361.51752702,-1262677.82461357,-1269255.91480171,-1276402.86048977,-1278178.73647138,-1281490.74870433,-1283996.85165051,-1287595.82531909,-1291629.76310454,-1293091.62916109,-1297894.5923718,-1304317.38637134,-1309454.21097928,-1312280.17180012,-1320195.68581172,-1322950.22734437,-1331819.4546999,-1338204.34837072,-1344459.64660781,-1346295.26388109,-1349508.84349999,-1353748.14834154,-1360826.25526245,-1366233.44051372,-1368832.87388053,-1371749.56663812,-1377683.46373812,-1381646.11743176,-1389585.66146217,-1394027.04140132,-1395465.9640404,-1396973.66641473,-1401268.96742344,-1409159.5747442,-1416539.52300222,-1419882.57936182,-1422121.17021897,-1427762.05200631,-1428245.05387784,-1430139.75352766,-1433336.93809922,-1436023.30945339,-1436190.62011719,-1437591.71713081,-1440494.43271184,-1442962.0151624,-1445135.1603639,-1447449.55335223,-1450119.39975424,-1450467.74784716,-1453021.64796454,-1454766.05137546,-1456116.73505745,-1456754.58408002,-1458116.92060592,-1461349.38172398,-1461364.12374215,-1463539.03097764,-1465171.52309044,-1466532.24596809,-1467642.93488336,-1467644.44362076,-1472595.17863705,-1482582.60569027,-1492100.41079295,-1495045.84179191,-1498919.04201681,-1502220.22680345,-1508029.74776053,-1514393.54787974,-1519271.92437119,-1524357.92085978,-1525946.55172902,-1530532.66522145,-1537303.11511356,-1545209.92023328,-1550501.90212182,-1555068.30491047,-1554878.26829143,-1549250.24939248,-1544245.36895301,-1538670.95464041,-1532454.05709723,-1528189.48337838,-1520790.7672889,-1517125.92161718,-1510009.83650331,-1507504.34981383,-1512617.46418275,-1518869.79097275,-1523700.16683241,-1528979.79872522,-1539877.14660955,-1549187.22241087,-1549917.04667566,-1550986.91373599,-1546205.0073264,-1544790.61241638,-1547232.74338308,-1528250.14764021,-1507666.81365182,-1507249.10969559,-1478570.23860368,-1465901.62001383,-1432384.17813811,-1430794.16948203,-1410500.31959855,-1402167.58568853,-1392033.03336244,-1380694.98298214,-1380694.98298214,null,-1346346.3658483,-1334813.96377842,-1325581.06107089,-1310326.68537368,-1308788.34080764,-1308737.03608502,-1308157.15610139,-1306822.12670126,-1306617.38258614,-1305845.39406346,-1304853.76214915,-1304554.36984768,-1303052.40910848,-1302923.23382137,-1301306.54061803,-1301298.56982483,-1299739.0869377,-1297747.25007508,-1296489.32228387,-1296488.60643806,-1294866.70440434,-1291519.12330973,-1291270.46875663,-1291058.69548243,-1289555.74779442,-1288677.38438863,-1290969.44740762,-1295069.33675232,-1300476.01476173,-1305507.55590766,-1309763.4870988,-1313740.45798663,-1317288.07371835,-1318319.70757767,-1323169.91245656,-1332307.42216389,-1334450.64553158,-1334992.83349032,-1335078.54773062,-1340902.69171561,-1341854.90837126,-1349926.29410167,-1350568.90073842,-1358823.43056962,-1359238.2766011,-1365959.72467494,-1373974.44967376,-1375849.06685212,-1386207.23849278,-1386921.9551666,-1392956.42312733,-1395925.49636156,-1400295.03166095,-1402401.83421758,-1408298.40177894,-1413579.45601176,-1414453.22361876,-1418872.38320525,-1418391.93528642,-1423315.8911914,-1428621.79152605,-1428877.51635423,-1430864.13745496,-1430889.62506214,-1440757.10555247,-1444024.80050973,-1447578.04364689,-1451949.56030175,-1453752.00628432,-1457962.17623448,-1464447.95075633,-1470012.96829975,-1475765.92734293,-1480654.10077104,-1484478.70421468,-1484331.78122693,-1488223.23575748,-1492202.02027333,-1492397.41071663,-1498753.86707845,-1503504.16696875,-1507800.11447727,-1513324.18557903,-1514030.46166407,-1510122.00290576,-1509648.51384282,-1508491.83821513,-1506110.23987554,-1505417.42502119,-1503388.76435377,-1503178.69446264,-1501010.07686058,-1500995.8803756,-1500030.95330077,-1495899.96646097,-1495185.20491648,-1493924.86352071,-1493938.06919978,-1504016.58319243,-1514666.324215,-1525417.99294416,-1531720.66739962,-1534398.10350463,-1544223.30234499,-1551453.66133179,-1553889.26513737,-1558041.66088669,-1569151.78572599,-1578860.50682217,-1581883.74450134,-1586992.02102297,-1590278.15159613,-1595241.18013961,-1599743.2359891,-1603418.27628416,-1603643.74891535,-1610720.77054414,-1612132.14633473,-1613336.75421781,-1617632.25559168,-1618151.50709018,-1615626.80606313,-1604110.40783987,-1596882.26144873,-1594104.22225586,-1593084.79701699,-1589058.86261958,-1583454.9761797,-1581272.53354393,-1590683.80650136,-1598777.51374477,-1606436.36013736,-1611813.29109821,-1620627.06061397,-1625487.72983797,-1625456.07795366,-1635262.01311877,-1639293.7584034,-1641718.90848102,-1641977.15165566,-1640462.12993693,-1645447.66167091,-1652312.23632992,-1657832.13626002,-1663922.44235382,-1666446.78100955,-1666816.64956485,-1666414.97224147,-1671377.77000928,-1669854.00106277,-1676191.49785996,-1682538.09041117,-1681903.96719601,-1687052.28861995,-1696057.70079069,-1698493.65634254,-1703762.48649308,-1707864.04889817,-1705398.61400378,-1701958.95215798,-1707992.83191295,-1717325.76567731,-1708232.81432635,-1701703.22425175,-1696378.71274843,-1694091.55600315,-1687436.77454755,-1685383.97099471,-1684834.69761815,-1680992.79500601,-1680514.61458424,-1680227.70638258,-1681979.66809508,-1683742.73008624,-1688665.49009607,-1697504.2965707,-1699963.40844718,-1702546.52383082,-1710162.73761895,-1713716.90344151,-1715116.01846053,-1715734.44346872,-1715924.42598422,-1717779.86622966,-1720727.45857561,-1721165.51803431,-1720206.47881752,-1714943.57472674,-1709287.36768287,-1709098.06487301,-1708041.49720123,-1705343.08130535,-1703274.14908255,-1698218.51157661,-1694237.18537652,-1690704.1286199,-1690670.06668653,-1688017.64304874,-1685105.98102751,-1682333.28355787,-1676996.97150946,-1680623.3880598,-1677654.512152,-1674523.14666987,-1670808.62009827,-1667722.32692426,-1664226.72794651,-1664695.4740218,-1656963.47840351,-1652247.07312463,-1652509.34540603,-1655832.55912155,-1658681.18341532,-1662676.08720512,-1667185.31655435,-1669992.82362226,-1672062.9328617,-1681274.87476717,-1683573.26372453,-1679527.11633286,-1674607.50413571,-1674192.03672269,-1673484.82698399,-1674763.37696638,-1680226.842673,-1681710.95528917,-1680693.96453184,-1679738.48903541,-1678736.92552833,-1677883.72171386,-1676664.33194397,-1669965.56910021,-1666069.03539702,-1664029.2621101,-1662361.88545477,-1662757.12678438,-1664466.93368345,-1665845.48642315,-1670263.64092494,-1672984.58469978,-1675965.27696755,-1672458.55625988,-1668507.77539325,-1664225.77245068,-1658476.68645186,-1656087.84127293,-1653484.95134993,-1646702.09658857,-1638857.68381444,-1635227.5497337,-1634994.10017002,-1628549.79690342,-1621818.35466116,-1616233.75568867,-1614157.1495837,-1610656.14910396,-1605035.54148497,-1597540.41226956,-1596881.79985237,-1593614.75393659,-1585245.42899624,-1581144.25539032,-1575569.53747075,-1571981.91861805,-1565560.71967127,-1559024.1802028,-1551573.13933596,-1544173.89117469,-1543258.34361868,-1537902.13741979,-1533345.19385911,-1528710.8131155,-1523892.22737691,-1515449.67353288,-1509157.69167975,-1509369.98465316,-1509955.15820447,-1509977.48865476,-1501589.32826152,-1497429.87214958,-1489213.17007154,-1483542.12856874,-1479461.50111016,-1475394.26392073,-1473257.46819829,-1467089.42067218,-1462962.57134042,-1454248.32661877,-1443031.90019171,-1438919.37681051,-1433739.72343716,-1430523.14128751,-1424990.24621081,-1423669.02360686,-1407613.40566138,-1401200.84562602,-1382715.28528091,-1379545.11599659,-1360562.91895378,-1346346.3658483,-1346346.3658483,null,-1419628.55447332,-1387965.53546652,-1350260.48261149,-1311560.80662664,-1311536.11557835,-1264008.8441459,-1264001.12568682,-1241856.21427085,-1201316.28564611,-1190546.56007338,-1119120.11737807,-1112840.790948,-1070850.42054412,-1070839.32151131,-1047021.21035573,-1026247.21567207,-998572.40677825,-969245.04010954,-955670.48029409,-943042.22882264,-859338.03213995,-845580.85332591,-849535.05075597,-851674.92488608,-854912.99192756,-859169.16762925,-859649.41345926,-863753.28545212,-864661.66535789,-867295.98192274,-868149.71685169,-870226.08478532,-870278.98695691,-871963.87507521,-871975.64754104,-873061.24068472,-873728.69357071,-874706.70521213,-874882.22719885,-875252.05619943,-875443.70148164,-877693.48418755,-879574.24665251,-880767.14967708,-881668.67671612,-883802.99950981,-884047.20081193,-894085.75125413,-920069.54218686,-928104.29752958,-939445.51875193,-939313.76163158,-988659.2230503,-1023648.11738893,-1036603.31856666,-1085261.09957266,-1089515.80311704,-1110620.81710758,-1133514.96898946,-1147637.37233036,-1174224.56085188,-1181618.45430569,-1182736.48049166,-1203742.43425747,-1207444.14800604,-1235611.78894333,-1263698.7744399,-1263701.45190404,-1283834.30616402,-1302530.61977662,-1331276.88025256,-1343403.25643533,-1372290.49218562,-1379560.59895002,-1421232.47871242,-1427633.90662307,-1437191.24958311,-1436282.6165433,-1434762.08534686,-1433682.06650434,-1433488.72862463,-1430477.92722163,-1429405.21859331,-1429023.56290054,-1427710.20447434,-1423929.69011117,-1422350.02461151,-1421005.45043944,-1419839.97066701,-1418190.62533338,-1421330.50316529,-1427691.07987847,-1432289.66432839,-1439041.68019241,-1442818.84928765,-1442709.61156775,-1439279.8832813,-1436890.54601249,-1435872.3633367,-1429077.74562421,-1460350.23027501,-1478673.78802053,-1474013.30416681,-1472615.19910134,-1470716.83458436,-1419628.55447332,-1419628.55447332],"text":"any_mental_per: 21.2","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(58,95,139,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[357644.47718192,377272.83733018,390718.17047544,393954.64273763,405208.74187531,416463.98661454,429465.08953162,437476.74995567,453336.46629813,461617.57945331,466898.79506087,480421.04444637,487031.49396595,498919.05405476,505278.87410314,519962.29593207,525564.52299797,540453.15184558,543858.08593695,559216.88528073,561652.29037018,579275.58027249,582507.52485634,595571.43298646,614646.89704019,616991.32695017,621083.08703552,636523.81932518,645156.7390154,659495.41013399,679318.55267069,679638.8936252,697207.24498142,698359.11723304,701251.50577385,702760.40595616,707256.93031588,708574.61585434,712740.88417239,716809.62689829,718918.56398516,725802.79249127,722185.55659587,720801.20011196,720690.02278796,720434.54614759,720277.42402855,722490.2763163,724283.71029706,729060.40070449,729094.17080738,730173.97150639,730253.20359006,733763.81883181,737215.05623846,737274.00307213,737334.33367524,743080.05032549,745827.47593485,754522.01504315,755328.51500875,758059.56495897,762228.42234296,765797.53592535,768544.10647307,777698.5636877,777895.81851634,786709.00854161,797113.70006108,798058.23289032,800235.68790584,803125.2323073,800881.86616256,804898.46235134,806752.29226026,807294.27219092,813150.55550675,816612.24962842,820917.72847193,823079.01177282,824527.93537604,829280.5633836,838066.32143695,840026.42864386,844093.77924163,846223.82778652,854910.99580113,855076.13560337,851305.434997,851295.87808365,848125.00390258,849865.36412982,851400.11119946,851425.69727199,851723.76131234,846983.71509106,846601.70597519,846254.57244347,845642.44852939,844829.92057111,841001.18623934,840802.13652615,840293.22211183,838973.64597082,840764.80040358,842074.46401299,845032.84689248,851730.24301745,851755.4984862,855094.60672488,856467.90887878,863690.26499786,868041.17138908,874919.61004419,879615.56524827,878525.19363125,882596.04759491,883577.59904431,889445.03693707,896075.83453469,904045.54149697,905087.61824155,907238.36419665,914393.14672243,920797.02669348,923067.06631626,924743.78117585,924552.05291475,924342.02159744,923790.53006553,928218.44959064,932951.31884438,933422.52124807,929646.18448313,927953.00218386,926586.20884126,929855.59548206,931039.92101124,933151.57290672,940580.72357446,943547.40621313,948245.66891667,952874.61803756,958727.08722455,964303.88905996,967629.17751015,967425.28617267,966600.01634026,964793.21105282,964835.83288268,964865.02509829,965177.32097097,961671.02767246,965661.22923463,964908.12888843,963166.32551354,961407.70835061,956723.66325805,952068.81519371,951834.11921068,947303.97674776,945488.14864301,939102.46433624,933224.69075739,931287.76181648,934659.74054476,936734.62789419,935372.26545334,938743.5025195,938074.78681916,936094.21568864,931171.41232553,930594.82490296,936112.26971006,932329.09778484,925458.8162921,924450.19538853,930738.04597747,931109.49367512,934533.72987814,930390.77756054,927349.95684343,927012.69415917,923624.81884445,908608.64378809,903407.9593423,890494.1598187,873937.02909455,866816.51760307,868848.33096018,872088.81883413,877039.87239356,877858.68128058,880485.83516562,883266.84357027,886309.03671803,890399.93981805,889791.73451046,889205.69983689,883084.42728054,881626.41755666,880093.2147175,874141.69757315,849767.69142292,842509.8896568,825652.79711801,824019.93187776,803206.30965735,793545.75444067,768766.56371543,768592.14966734,764744.81742765,747573.428418,744924.39507359,716998.96180536,705003.85707671,702337.48092757,684510.42436875,668554.9245831,665423.17262681,646859.51391196,640922.42196445,639572.20254122,615301.10086027,600380.22584576,598392.70647828,588419.86040702,574372.26239741,564017.86104355,549144.67169655,540881.4234012,530344.93863939,504948.83653,482000.98632423,481269.16327752,480890.72681285,480215.20853817,478716.8077032,478322.67700882,477617.82445597,476491.37196529,476328.30356801,476032.16071608,474389.76095993,474257.31124196,474195.5704216,472454.74154921,472156.68866116,472017.4408575,470939.22798388,469909.27526466,469301.98959072,469301.814336,468907.85808223,467833.11510751,467818.42048871,467138.74921978,466278.05497913,465894.10487122,465465.96468946,466510.44276843,465645.48100645,463743.87198387,458700.38722809,453491.26855558,448976.33738798,448285.00343278,445813.30087274,442902.28361566,438195.92881263,439390.43343695,434391.76325574,432613.22405806,431086.04471002,424939.53266606,421133.31009833,419108.13337105,422122.77056512,424534.61269205,424684.06978961,424999.5861017,430441.19950779,430226.00656554,436349.90870436,439509.12928939,438435.73774342,437550.66464272,437442.69403682,432873.5889101,430751.00651709,427199.58318482,425045.79100545,419919.97569941,414517.73295357,406666.56776506,399756.49936896,396136.7347795,393242.36432102,390288.28723396,391805.41977672,388389.21634463,383964.77376415,384407.1035178,377948.17585349,377866.67814326,377830.91893595,377244.80965581,373295.1088668,368558.17046,369388.18024667,368511.22383341,365180.71714309,364136.91209449,362487.01379916,362298.12038114,358688.9973088,357644.47718192,357644.47718192,null,-318890.80593433,-317427.67219202,-316791.97539262,-316316.08109666,-315648.87161726,-314895.30676782,-314533.97020719,-313510.79777899,-312959.01539698,-312889.71614487,-312635.23539565,-282935.32121317,-265487.14115047,-248768.71786301,-231530.97402661,-227422.73139127,-222646.85837618,-209096.25557575,-197202.6927057,-179992.34890205,-161392.18718031,-154677.66350941,-154527.19050641,-138749.39398437,-120404.01249201,-105561.59034768,-85580.00940732,-58927.9451831,-39585.45812549,-39573.39396087,-38611.620064,-22743.00354905,-11759.93497073,9256.59029968,9274.37784445,21800.65785013,30067.78077806,39417.44746028,50652.47001274,70145.3216462,76881.43623999,76890.12374924,98639.76430025,106294.70043489,122601.19869823,149197.14262408,154022.48919268,156289.5826413,171885.77039482,190007.29023979,214296.80754063,225593.45169836,265649.16262601,265317.53315856,264402.60941353,261206.18740666,258165.86478269,252689.2782532,246607.6549076,244781.96702846,245488.35802825,246186.49260483,250637.57304651,253892.95093352,256553.52904054,259430.51640515,263941.40989842,268380.08078472,271578.11743165,274781.28712667,275850.05228083,276903.87033078,277110.50947137,278664.49313521,279578.27583842,280503.49171769,280968.69475408,281940.82335591,282710.7068899,282710.81067721,284341.55306308,284341.56224217,285730.7248185,285982.87139183,274245.64900095,275541.58462469,274925.86245045,281015.36480861,280975.34692119,280702.00860906,276827.69251855,278583.0540745,279121.1420935,281742.35528044,285506.98351087,287228.62696537,288950.8899632,288064.87011666,287640.74038574,283435.78806873,285134.52468387,283023.81163249,284729.52704036,281535.30743591,281698.82164775,282051.22679898,279019.84619859,275657.69654637,275668.60803553,278539.88738146,284051.08430311,288244.49686994,288520.28163631,287390.11609133,288696.59344323,291402.16605327,286866.61012143,284788.20242104,277735.21293588,276293.31101201,273596.24755082,269296.93284527,270007.4252205,263409.86593899,261339.99430065,260864.92533381,252609.49106926,247841.03867985,243636.14584822,242860.56051055,234136.77692184,231310.04838077,227217.28471084,225146.6415466,219870.35289085,216719.4441805,210502.11405064,207709.32956848,205028.02745281,202486.94755474,195690.33033328,192756.00458352,187435.69237522,179217.92545634,174584.3372764,173077.09872598,170936.07155102,167333.35278225,160419.7309907,154621.71237229,151007.24253441,150635.40848297,144120.68258651,140170.09223727,137848.06384414,131403.96283626,127468.23326586,123782.57154291,122115.0264136,93697.5893753,60639.75371502,37898.58141205,12197.62415241,-16138.4402214,-16138.53686762,-81370.83454403,-99879.49599703,-169358.94677764,-169363.96488557,-195873.03255711,-227041.67184006,-243985.7679708,-282622.14356607,-284975.50971829,-329490.32052611,-327981.77511541,-327023.40240792,-326893.12785065,-326610.67919601,-325034.51427821,-323449.56435429,-323232.5122167,-322847.85564324,-321099.77470017,-320442.3739117,-318890.80593433,-318890.80593433],"y":[-481611.94597539,-480906.14331736,-480378.41304572,-480247.49896511,-479768.4052136,-479271.03345086,-478699.54821128,-478335.26539432,-477538.36743625,-477107.86246972,-476731.05925009,-475747.86238484,-475233.6612113,-474293.01805388,-473702.81004934,-472317.61593294,-471813.99565145,-470453.32862433,-470169.52062681,-468868.3733279,-468658.90053762,-466950.70183204,-466572.21787983,-465026.65337732,-463158.48784872,-462925.21185953,-462432.08636247,-460548.9501752,-459531.35290157,-457816.89368108,-455284.13356452,-455242.72595633,-452659.45631046,-453650.30819827,-456136.48658305,-459109.46904905,-459977.67070645,-464209.27330565,-468149.83826836,-470881.03578884,-474118.5287284,-476049.73904848,-482673.29186227,-488686.55694467,-491071.04623591,-496526.64709705,-499865.68800888,-509945.72983159,-516349.56552735,-524008.0088371,-524135.7315339,-528218.56323701,-535167.9382063,-537529.48361374,-540923.07506761,-544140.97029777,-547454.77554605,-551638.96395772,-553636.59172498,-560264.43675496,-560878.16577608,-565750.66904093,-566096.61599067,-570638.74213309,-575510.02762922,-579839.2791354,-579965.57461177,-585598.9028216,-593898.47959437,-597350.33721445,-605302.56736186,-610603.02979849,-616072.28646086,-623440.34396992,-628758.64428049,-630312.64735851,-634709.38478183,-634792.07672073,-629863.49686183,-623860.49314854,-623739.51798886,-623340.62262158,-626416.90845399,-626642.97329981,-627110.31893024,-628216.34640881,-632717.60332276,-637576.80752167,-641724.42788402,-641734.93095856,-647329.99355911,-651435.21124449,-654337.31776523,-654385.68410793,-659725.47252518,-667765.80792127,-669365.14358776,-670817.48675928,-673376.23168013,-679920.13173727,-686117.26747345,-686439.0525859,-687261.59047131,-693487.98312745,-703017.17364961,-704746.30497479,-708649.16490082,-713888.60247141,-713908.33691568,-717232.14314248,-717853.59679496,-721116.13802426,-724531.36189956,-728772.10081711,-728600.30535973,-734043.5309159,-737930.95362856,-738867.46233498,-734421.82628545,-739083.48335426,-742662.95964427,-744539.75351759,-748410.91345129,-751536.99084168,-753770.1156245,-761486.68524597,-766309.52669121,-767468.8733781,-768738.08807625,-772066.73430336,-778603.06029232,-784612.99863015,-790302.68641273,-793208.69965605,-794510.26271355,-799486.03379938,-801422.18911766,-802122.99446304,-809163.91927245,-817725.20125908,-824142.50661803,-825070.37345428,-825981.43994885,-828106.67830217,-828244.46045552,-830522.61378072,-832016.43410231,-838049.59145762,-843300.49899323,-849797.1470665,-850110.85169796,-853468.35141524,-858333.11210553,-863887.07855317,-865229.44483639,-868331.6148574,-874863.764586,-874535.17241853,-869942.63503986,-869982.29152037,-870746.22689532,-877690.97076176,-878061.72028364,-877876.40178764,-882196.707206,-886269.84141194,-890039.90537,-894893.91163726,-899144.46432665,-902986.24752231,-903292.48124677,-904051.27775415,-907917.06573208,-910736.39397745,-915645.80203552,-915358.72507539,-918093.409307,-921735.4758392,-921950.37323694,-926839.42255147,-930936.98882306,-933676.95630923,-940654.14795737,-943297.11676952,-945263.92364964,-945929.0420557,-947564.66725806,-949685.95452139,-950586.75255971,-944619.63307033,-936886.32272736,-933345.2795408,-928186.62016626,-926287.55237096,-924275.21037405,-918155.44128087,-913483.21532585,-907530.55069895,-904316.50249326,-901821.46252053,-896983.00988139,-893197.16615175,-893830.05403194,-896371.70758586,-897189.53918685,-899061.32683745,-899245.04447817,-901554.98741854,-902615.8399638,-905278.83004954,-905294.711105,-905643.97906738,-907178.43749088,-907451.23453781,-910269.06686087,-911433.96800565,-911690.26579985,-913379.12345752,-914776.80973719,-915047.11596281,-916688.76115391,-917203.98566433,-917320.29324156,-919369.09802598,-920532.08737858,-920684.74335601,-921442.71675648,-922495.16311683,-923253.9524662,-924385.89498299,-925001.94321563,-925724.20201495,-927403.93697175,-928930.83604177,-916394.01850566,-910268.12549074,-899344.27181075,-873604.30346837,-867191.65031304,-855735.85373366,-835987.53807349,-833133.59292509,-827953.78216846,-801064.49579044,-798899.97486768,-797891.19359184,-764003.41328407,-758541.5896709,-755991.64078013,-736285.03159312,-719551.82414764,-709701.90620915,-709698.4471346,-701929.08638722,-680797.51081313,-680509.22918471,-668696.4442606,-653768.28471558,-646859.53637781,-639165.20820355,-634470.04629053,-634470.68576785,-634471.72448819,-631712.85279096,-633614.71516496,-630442.08006148,-629955.80645138,-626134.96241669,-622743.07668325,-617485.62021455,-609756.7451568,-609252.26275411,-606915.44418155,-604907.49346027,-599281.47572951,-595184.29940774,-593001.80505527,-590282.86390549,-588096.11103817,-586022.08760309,-581635.38934147,-577577.11697327,-573500.38176778,-573025.88956569,-569992.58779455,-567446.63080389,-562189.67579607,-561548.12153868,-556282.27529258,-553718.89441375,-554153.86537571,-554416.7633537,-558692.85103545,-555260.230438,-550333.30689729,-544471.22411095,-541414.48230348,-541819.90654364,-537230.73256783,-532867.47993211,-529410.45789068,-524366.89189961,-519049.72569296,-516842.16577025,-516432.8062776,-516253.18000573,-513308.21555981,-511443.93871446,-510273.21981856,-505352.89221473,-502088.08795972,-494781.91487363,-491471.27985652,-488201.33129239,-487826.7752742,-488148.83357343,-481611.94597539,-481611.94597539,null,7702.20679975,7750.28648012,21803.02896312,31568.81630781,45239.89371622,62446.75394264,69904.34388654,91244.88658988,103992.00519089,105911.74773885,112952.23144629,111524.66737445,110762.31604484,110063.23851645,109388.83653341,109235.15799982,109059.91564825,108591.01285524,108197.12712134,107653.31601798,107121.05855389,106944.28270273,106940.40404498,106553.87496009,106139.74597498,105870.03551089,105551.92023073,105219.1340681,105053.87872295,105053.79436415,105045.32218483,104926.94088175,104809.51236127,104714.78691122,104714.69270446,104660.9418842,104716.53873965,104686.75694249,104760.83713932,104936.73417764,104989.44382017,104989.51649515,105154.3036073,105230.3406613,105337.73106572,105881.05814658,105979.71702883,106027.35951051,106377.45637601,106888.17958016,107719.92748473,108139.05665773,109650.92553431,102579.39459084,96373.5222555,92311.06561531,86750.52263455,83103.34028117,77584.05697292,73644.68696264,70844.25965341,69995.17188513,64588.53472682,58346.90630785,53802.79923403,50946.98760995,50897.75048786,48635.83725078,47609.92831249,44478.73784443,42357.43224299,40267.19803456,35966.51824787,3576.59796387,-15508.97471207,-34863.32586833,-44606.23957667,-64990.7369414,-83141.75877827,-83144.20856682,-121732.19092488,-121732.40867142,-154756.83312641,-160524.20725293,-161017.15720395,-164396.42173232,-168368.76440727,-173511.4952362,-177790.38135239,-183053.5585156,-184212.19659147,-187871.44288006,-188992.350887,-191810.79144395,-191638.76276991,-200212.83374814,-203414.89602752,-206944.52684294,-208632.47044363,-211888.60079425,-215693.48363136,-218838.64019162,-220797.27297784,-225030.91974147,-226580.01115107,-229917.523682,-235702.49673751,-241227.88143152,-247210.23792375,-251255.22396296,-256242.7193476,-264951.55609462,-265523.52908182,-269890.05811354,-270690.14708728,-272683.25631977,-273755.81679253,-270785.45376773,-271542.60348088,-269264.2325678,-264998.01321712,-261018.36967102,-254825.74882668,-254660.43977713,-250760.01858398,-250566.59800042,-247198.33432508,-248408.23556742,-245003.16251856,-244374.45444805,-243629.30993024,-241537.48760346,-238504.44175545,-234903.74586671,-233686.96788479,-234878.00879925,-233960.87259968,-236258.92199437,-235901.96225012,-235562.63938525,-235490.15283487,-236067.31511202,-237110.24315255,-235756.16813353,-235090.58789439,-236512.39692303,-242550.29906105,-245895.06021987,-246666.84615491,-241880.28064965,-238455.71078275,-238337.29878942,-236258.62316118,-234801.99868188,-233572.33058038,-230153.18974709,-229026.49858853,-225280.52869048,-221416.98166045,-221912.19509228,-222299.71085342,-222470.84314195,-222570.61378201,-222583.79755278,-222583.7973918,-222155.11642342,-221865.13758895,-220316.45588807,-220316.31778005,-219533.78170893,-218496.05807442,-217870.44790452,-216281.85867277,-216182.28518809,-214141.20084345,-182011.6342532,-161122.92825614,-158288.47988792,-152147.21085003,-119388.6575235,-87439.23677425,-83073.25513829,-75341.43443973,-39679.29541117,-26308.75819245,7702.20679975,7702.20679975],"text":"any_mental_per: 21.3","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(58,97,139,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[2136645.80019691,2135816.34583689,2135030.4150739,2144450.10514323,2153635.02371306,2153970.81842877,2159319.80741486,2160762.11416202,2160996.35107962,2165829.24842342,2170066.25386037,2192576.78122347,2197053.13543275,2197616.39567044,2200628.12237468,2210543.88009929,2216645.90722747,2222720.10657591,2223754.19395456,2226033.65014559,2237723.32887704,2240044.48270884,2247204.92373375,2249721.85968905,2251771.37738544,2260147.16567708,2281874.18317201,2286269.42393084,2287687.89894465,2287724.89355291,2288451.9430353,2293203.65441582,2290861.21091415,2292656.50780588,2295300.01224641,2299437.95998505,2299655.4580012,2299899.78837009,2304379.16262705,2306460.00906159,2311966.59805734,2315448.00656173,2319840.88827438,2325041.79070477,2329831.91368804,2333739.46239184,2335436.70305805,2339091.62478259,2341382.21567713,2338854.36758428,2335738.77244097,2328394.61833348,2325483.63194025,2328715.57488117,2325678.57981964,2325491.32474972,2325391.6036324,2325285.09897365,2322192.29520481,2320146.770096,2320324.50791199,2323355.84955121,2323337.68118962,2323206.1627993,2322935.97383103,2323614.33822973,2327265.07387547,2328154.85368203,2329616.11665245,2332554.32652334,2336075.98353144,2337365.14844189,2341351.57548314,2342095.60833423,2347406.35203993,2353824.99545209,2354542.19920204,2359353.90064744,2360277.9187256,2359205.63644904,2362167.05298345,2367062.3701709,2368576.82149691,2372683.31329675,2376496.94649351,2376968.29492466,2377478.7788218,2382157.86479388,2386955.42623311,2396594.3721187,2401091.02706844,2404537.63510023,2411087.10362685,2417374.08427127,2418136.49284924,2416250.46395613,2410204.51507561,2407729.28319316,2404123.64446511,2398480.82614117,2395697.99851997,2389863.37095271,2393387.91750507,2394201.67119401,2396788.99357966,2404670.50877438,2411414.5966751,2414554.00825913,2415784.6916364,2423259.4789603,2428448.19147027,2430926.73507849,2431136.01790729,2427885.90109634,2424877.36375569,2423237.38592064,2419803.68137466,2412503.35824833,2405291.00293239,2400836.30242983,2395729.69562204,2392870.94396678,2391779.22837167,2385780.97114767,2379664.18738071,2378749.60502938,2374755.05193135,2371974.22512727,2367583.56801148,2361217.48857481,2360537.70715788,2368759.98940707,2373224.69514445,2374763.31927603,2373321.46820608,2371308.65825283,2366833.11761258,2366472.24531765,2365043.95698632,2364376.28120643,2361813.90218093,2361499.30538008,2357901.94655541,2357826.90760797,2356795.21992927,2354861.69526195,2352192.37911598,2351141.70404726,2346902.28683461,2344662.4541715,2339422.45331138,2337617.16992968,2332241.8472944,2331555.45978585,2330677.72651826,2324309.91319611,2319084.6245731,2317965.92358828,2315339.57136329,2313068.09005458,2309831.6774519,2309031.29561291,2307648.83072982,2306420.11691452,2305162.09630173,2299377.73321877,2296348.3548664,2291727.22217786,2289337.99575629,2288160.62007192,2273616.42671452,2272937.28508912,2266450.45578583,2258522.26778101,2249658.6339465,2247066.33720754,2242191.69540404,2233050.46969038,2226851.76142507,2218227.68846187,2216764.0290902,2210757.01202232,2200748.40836978,2199534.83239178,2198948.32260983,2196364.99926888,2192141.16153155,2180345.02187579,2179626.50887885,2176145.39626475,2170385.5946687,2162282.65132231,2142346.57288863,2142019.56910463,2139468.39178405,2137730.75940873,2136645.80019691,2136645.80019691,null,2377523.10539421,2380104.07720068,2384935.82378141,2389914.30349003,2395363.9381377,2398066.89062748,2401767.27197284,2392015.02253689,2383324.16310688,2379031.09662885,2376969.24484643,2373554.71735263,2372141.63501206,2377523.10539421,2377523.10539421,null,2431399.27606976,2430906.73185754,2437096.31113631,2442648.26278223,2439457.39401326,2433072.57951401,2423974.85395152,2416683.84082758,2422833.83967779,2431399.27606976,2431399.27606976,null,-1702413.26707426,-1699012.52756163,-1696527.90321385,-1691717.00500384,-1685564.93414988,-1681184.67921189,-1676115.05725441,-1665948.71784737,-1662346.03836584,-1654160.02420228,-1642714.21161035,-1636094.93744324,-1632948.87067417,-1611123.66814871,-1582024.06518917,-1579161.31772416,-1569926.14599833,-1553355.04525929,-1535382.99674117,-1513322.50165882,-1488966.39254631,-1488951.92908648,-1462964.65230544,-1442918.71620515,-1425220.11178586,-1408653.03409812,-1394863.21257144,-1394221.25151214,-1362698.51971106,-1339072.78148474,-1301760.29105289,-1282017.11776028,-1256819.32500953,-1234457.53407743,-1223188.2834645,-1198915.29194002,-1173267.21351829,-1173262.71129048,-1153792.49212094,-1158067.44188942,-1162908.90897649,-1168205.04942209,-1172053.23406055,-1172053.78201996,-1177140.23178984,-1181488.07138391,-1183300.38458847,-1188389.69034475,-1188733.33813148,-1192252.76325117,-1194302.6219185,-1198747.22415807,-1199502.20534154,-1208461.41337495,-1210615.9282253,-1214287.63233843,-1216187.50611935,-1216188.51031226,-1219145.50256039,-1221857.75482107,-1223608.83360533,-1223611.6350807,-1228255.01996904,-1230789.97996612,-1233307.36054324,-1235282.17174658,-1238807.6210416,-1242168.62966586,-1243582.72973243,-1246244.37422753,-1250278.28065813,-1254857.73871323,-1255878.52862964,-1257026.4277311,-1262950.45476854,-1267512.3642152,-1269198.39836531,-1274843.84735488,-1279545.95411123,-1283101.06821555,-1284198.45029056,-1286672.12603119,-1290592.17475371,-1293733.34222564,-1297075.69229873,-1298881.15216874,-1304201.04116228,-1309322.2768502,-1313160.42094326,-1319546.46315816,-1320782.69262956,-1320860.69495829,-1321809.34673217,-1321952.36375266,-1319960.85376395,-1317896.26712038,-1321806.73534486,-1322665.87398976,-1323412.6254359,-1320922.6301259,-1323300.20419579,-1324738.81096256,-1322103.88761708,-1321091.02728886,-1321948.26236598,-1324617.91741262,-1326470.45759004,-1327856.51054857,-1329768.16610165,-1342668.30922967,-1360670.18264217,-1369380.06200492,-1380096.83182067,-1387598.23723171,-1405593.40349825,-1405619.21190473,-1420221.52241542,-1423662.90730264,-1438340.66099552,-1458884.3169024,-1467005.79124591,-1503821.70217393,-1515584.95980033,-1521185.68314713,-1551912.17817771,-1562633.62981936,-1575792.04044283,-1603876.97672092,-1608887.25930815,-1639548.39852081,-1653543.51305269,-1661879.38856207,-1665325.68948808,-1682438.51288709,-1682590.37216474,-1703683.15616413,-1710093.47928559,-1708463.25422802,-1707377.52485303,-1706104.72108781,-1703079.62941576,-1702413.26707426,-1702413.26707426],"y":[77039.02102146,91356.67919386,104578.24457857,107557.11531345,110477.62916414,110584.69892619,112293.08411921,112754.648309,112829.64499384,114379.30162738,115741.47717679,122784.93533828,124196.78063563,124374.82773402,125327.8395471,128477.46249075,130424.81876997,132370.20677855,132702.51151744,133435.72388482,137211.15108844,137963.86986197,140292.28881417,141113.03417341,141782.2413195,144596.04181563,151896.72935003,153408.58388042,158689.27335242,158704.18912092,158997.38374696,160916.27458234,166431.27039461,170100.44036079,170669.75319454,171563.31947278,174634.86793472,178109.10659624,181010.81797176,183688.66774432,184064.96583088,185645.43356068,176398.66449019,169849.70931203,166681.12641714,167308.5473785,171237.55184838,171232.4074214,166957.16677949,159596.44503351,157810.43789114,153079.4839889,150587.47175838,144615.72206092,141003.43088174,138483.73766043,137147.02180228,135723.2678652,134275.31278429,133318.83269651,132931.13619497,126317.88940445,126129.56738601,124767.99119772,121979.89470878,121235.07912499,117228.51024931,119278.65086932,122650.58081829,123165.41845443,120600.6499262,120670.18214088,120886.84280851,120533.94787858,118017.99542666,111071.39352906,110540.62913031,106982.49995379,103026.21139063,97734.48115416,93446.43751543,92927.14914692,94635.61063059,92200.47524477,86659.29692955,81646.10676597,81345.19203914,78589.33595544,77908.72595736,79614.39395671,79585.41796602,83550.61680552,88036.57560421,93965.28252401,96831.10330988,101408.53075026,102971.71343036,108511.4923927,115990.90715563,115534.96978847,113651.27447884,116662.3157625,120295.90237692,120921.26065175,122911.12769716,122590.11617673,117313.70373594,112090.91479536,110043.76798477,98962.72105876,86731.76924566,79335.9801032,70741.08857811,68590.27331004,76603.35378887,82235.72230972,80067.86060827,75458.07640847,68685.1873321,68491.51421612,63589.23278948,60719.992608,56270.05038968,52725.84874613,46833.92293714,45747.00581427,41006.43950657,35117.60933466,30962.94117849,26546.48371772,31773.89767547,40073.67429441,47288.97675545,49781.37810358,54486.00132189,55099.18574101,56465.01135143,56575.28463421,51195.41598968,48687.54356684,48251.32644637,48033.92882921,45550.17742428,45498.4098285,40651.38671865,36295.96302416,34332.2167652,33559.90353746,33193.04525502,30922.16352679,41606.27204287,47855.76757829,47637.29764781,48183.30046302,48881.65963993,53953.05502753,54998.25491597,55222.58805597,60183.5846299,66721.15781851,65487.12296432,67788.60076012,71762.10609143,75266.0832416,78851.90283768,76462.33974013,75213.62373913,73312.4098375,72326.73909518,71841.44597423,65870.01335167,67481.19567462,65279.98868334,62600.43344763,59584.65614643,58705.44552075,57055.57159155,53973.66097583,51855.29114016,48920.11012638,48423.34648155,45865.44915869,42985.08322228,38568.18013732,38257.68722866,36891.08050751,40006.54959318,36076.13502773,35854.65461937,34782.9356405,33014.51568259,30536.86996268,24224.66895655,24607.24058911,27592.88723565,58576.79367303,77039.02102146,77039.02102146,null,27506.83123731,37622.29440352,44433.79817267,42794.6178966,41506.86652179,41854.30988153,35367.75579686,31064.81994137,26965.34621626,20602.15189216,13460.80030246,20091.834142,23968.81350761,27506.83123731,27506.83123731,null,42773.13032127,51327.43143535,49775.58674735,40533.75917899,36056.69506237,33901.37557186,31303.87307805,35930.32157777,38729.50665903,42773.13032127,42773.13032127,null,-424698.97082072,-410732.22602472,-400542.18396763,-380588.63223577,-355141.89219363,-336655.25380172,-315453.47903957,-271900.80965984,-256090.0495673,-221450.76502392,-174157.03459602,-146262.29735467,-133243.87000877,-138497.01658842,-145900.42768032,-146621.02787576,-148936.25611401,-152839.69616878,-157224.81130329,-162062.59525402,-167482.07799899,-167485.26732641,-173195.87868794,-177628.50234916,-181406.59758488,-184860.37947356,-187860.79156703,-188002.83769567,-194894.98209934,-199755.32891327,-207289.60874758,-211080.77612226,-216072.08531989,-219997.01162342,-221945.0697363,-226996.35514516,-231618.77629598,-231619.58561443,-235089.58186152,-261511.16195734,-290339.87659217,-321559.88782411,-344413.98918992,-344417.22406261,-374498.57667276,-399826.43211562,-410542.93158653,-441495.5962949,-443590.04368656,-464677.52382164,-476984.5700755,-504651.60653077,-509361.52867128,-563722.44487573,-577687.64718026,-599813.45312726,-611285.08312456,-611291.15069582,-629812.69021816,-646814.18857229,-657947.98758331,-657965.81375667,-687360.4689317,-702217.73635509,-717737.39971563,-730134.52609624,-752963.62585355,-774527.66621058,-784225.06169822,-801522.0817075,-827818.13553342,-858462.49956742,-864685.8469334,-872929.80510661,-880093.72044874,-887044.33596855,-889983.24301869,-890028.33636206,-886952.49411195,-883249.00097945,-877990.36434413,-873600.69569872,-872621.29393087,-874259.30271373,-873338.8566187,-870588.38914649,-869581.12488276,-869875.98349619,-871871.40359408,-872204.48270121,-875807.27542578,-876313.12999414,-882468.47461751,-889904.93078032,-895019.15990984,-899528.67302419,-904540.33983131,-913525.46170673,-922685.04700133,-927712.18640816,-937036.90941897,-945250.40642616,-950229.58741691,-967014.38673303,-980818.48583262,-982345.4037345,-981954.69046664,-987709.89021753,-994892.22022427,-977053.64144976,-952098.93633699,-940103.9933983,-925237.98473612,-914867.59141972,-889790.83616442,-889755.24648852,-869539.98615545,-864752.69759643,-844242.79038406,-815603.12391359,-804156.73767989,-752481.63635026,-735972.97137478,-728074.45671293,-684681.96058172,-669622.59816711,-651013.42072147,-611157.4765386,-603978.17053319,-560256.87656572,-540393.94291065,-528483.99800803,-523573.97057115,-499041.23627363,-498822.39027376,-468510.56052967,-459294.06324365,-451875.88653716,-446940.09134231,-441158.62402388,-427438.35137353,-424698.97082072,-424698.97082072],"text":"any_mental_per: 21.4","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(57,99,139,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[2204064.13577594,2204596.86723705,2209673.79475685,2213749.96021751,2217396.00908947,2221061.23372874,2220329.73674049,2220032.04237202,2220572.64425833,2218607.11842722,2218158.70204107,2215825.09452317,2217759.40206478,2219726.2818316,2222716.95916756,2226640.07943865,2230174.18255809,2228344.05108393,2224540.22169904,2218752.4164837,2219122.08126059,2220510.31170844,2223366.47203907,2224606.47926791,2224607.47420225,2230681.44323336,2233936.30257781,2229575.55249003,2230023.36187027,2232924.85357086,2236421.77994423,2235157.38788024,2233041.81583772,2229713.46300602,2228902.65620982,2227051.86166387,2226097.28643912,2227326.66573522,2227505.40832753,2222128.56399073,2222138.91481567,2222184.87504456,2223444.89205583,2222034.31065011,2224046.46287648,2226084.32218507,2227682.07464055,2228767.18942957,2224944.38229371,2221700.35980825,2226596.95935863,2233480.96985902,2236912.01118669,2243045.81740841,2247668.25304127,2251586.3667028,2256874.0581258,2257791.66813496,2264453.12502935,2270897.11644817,2276853.32672135,2281891.77633717,2289450.40053406,2294004.09247094,2293689.24193695,2298573.77477314,2302262.75013576,2307737.52574727,2305621.45248572,2305903.13626192,2312224.3627903,2317287.44201187,2321871.75839158,2328536.05972248,2336696.17388117,2340781.74465663,2348521.6693095,2357652.61607284,2369737.32514983,2378424.80786539,2393163.74061528,2403935.05031869,2408392.97721468,2411343.71643242,2409775.27509196,2414278.90082816,2413641.73657586,2417377.90165822,2418208.20766727,2418224.71423571,2424648.94992436,2429232.29438018,2432705.61955694,2440623.3907046,2445769.73231409,2449431.09762437,2452980.01485204,2449030.861096,2450511.75025,2457977.09044633,2458881.61494384,2458919.02863648,2461997.0021642,2470267.24486564,2475099.28559539,2477098.43555825,2477037.25796308,2482630.97942543,2486010.5743246,2491694.7937526,2495158.65014613,2497514.23672346,2504934.06277778,2510087.82461264,2511835.91689582,2516293.00006168,2513095.30826648,2510915.14683406,2509438.30553266,2507620.6892919,2504148.84259715,2501620.19088465,2495180.55334022,2493964.17144537,2490541.79178468,2489398.55037613,2489321.970105,2492044.39651485,2488665.77975299,2482209.51803463,2479214.77099814,2476428.27283204,2470531.33480842,2468663.55550577,2469389.96741053,2467299.70072843,2463913.96226823,2463569.66638972,2461918.75150548,2459262.31799926,2459281.74376317,2453932.33599646,2451387.52355713,2447394.96257296,2450453.68766793,2450064.7989915,2449058.26274351,2454778.60341617,2444876.66070663,2445881.3687541,2448511.11077615,2440380.30890912,2436417.19331567,2434773.52630036,2431728.88228661,2431923.17402062,2429289.71260272,2425352.11049474,2418139.16111018,2412634.73381419,2408222.49968234,2403821.76234651,2405992.55596443,2400826.17075632,2398942.91198768,2393446.50764674,2391927.59351481,2393467.6402765,2393659.02628561,2398950.40226893,2397945.76954811,2401089.72450646,2400033.83044595,2395966.11048865,2392767.86688522,2392290.89239524,2390219.26439936,2389124.53666314,2387061.00869799,2382109.78794327,2379159.17094264,2377702.26420955,2376969.25679031,2376351.95759279,2374517.38578358,2370760.10840492,2369596.23926312,2365095.05110534,2362110.9601652,2360700.50718673,2359946.49991499,2356672.79467964,2355833.85268089,2354106.57254841,2351406.27187301,2349245.5250953,2346833.77670188,2343064.45567316,2343133.30424281,2338490.60045801,2337846.80077634,2337733.19946592,2337682.33435231,2332251.75552763,2331770.76006307,2331765.73201912,2334126.26490593,2331931.52927454,2326832.89256571,2325496.65860808,2323792.11847918,2323649.73419958,2329090.14734741,2326689.51975587,2326537.32629619,2326333.54407522,2323465.27351736,2322726.52277303,2319476.70518106,2318649.42376178,2317657.89895287,2317351.94342461,2319605.14563606,2319934.88585537,2320693.1352012,2319856.05116424,2318882.36402131,2316691.55136783,2311982.1727141,2305591.95809369,2304727.06898447,2303016.52982677,2303015.32019441,2302433.77067736,2295954.72366642,2290017.91318332,2283539.97475206,2282676.49507575,2281507.74532502,2280574.80639118,2278727.33713287,2276903.46283326,2274965.69656713,2271159.44309158,2267200.16600158,2265208.29569816,2254508.72279674,2247507.08303561,2246378.47963564,2245644.04842207,2243954.29555347,2239638.86737895,2237048.90449939,2226798.34902822,2214925.56803684,2201031.88284258,2204064.13577594,2204064.13577594,null,2417609.85086248,2421768.64986783,2420806.85778285,2415419.51427955,2414829.24535452,2417609.85086248,2417609.85086248],"y":[437739.59307917,441916.49783838,442275.58982712,439574.74164312,434083.59410463,434939.49339521,439169.74476987,440888.28243138,444085.07603321,446934.11162411,451013.64095665,452983.07507903,457472.10378529,457898.81584144,455550.05711516,456475.34582372,456553.28171018,461197.370138,462690.0771754,467459.6149384,474099.14090559,478784.39459131,483833.75053234,488840.54823296,488844.57389327,495632.1104121,500662.33274108,505166.90902086,508056.06183664,514710.92934614,520593.49522274,525248.05084321,527994.61387594,526569.27513318,530759.20447698,532467.37644411,537225.53629173,542535.4670218,547686.39606293,550782.34980482,558156.64856791,562795.1911991,565176.49694109,568439.3751629,572854.67445465,576501.51121229,580345.07893134,583059.40559617,599092.73664471,612619.39919512,636530.57308215,669882.829096,686587.50746435,714503.62165965,715684.80628321,715461.13561233,716004.47572927,710954.84304592,697460.09436555,696194.60203278,694506.87902148,701245.86775929,707725.52014002,710502.51267066,714343.67190778,718270.04308727,718550.35600392,721668.90141713,725031.69542442,728686.25356679,731184.85136604,731649.61798868,730467.68058892,728164.98451727,725041.80739017,724145.18230176,717967.71379654,715416.36675216,687212.52090385,667143.21907042,633733.16072933,608662.60380027,598216.04187755,597002.47186307,590319.02134154,587419.11110467,581163.86175778,576563.71643368,570468.52297938,570346.9973925,573340.22921692,569363.02007043,569706.33825783,569975.38199999,573390.74668174,570983.24820604,563861.98377973,561528.88037205,556575.86111348,550182.107513,541504.14325214,537535.31109704,535543.6157966,528422.91311699,527028.75592794,530526.57683773,536003.3417034,536051.77913448,536499.96990602,532764.54226602,528901.5526789,525100.5625405,517288.0735924,515047.00191743,509114.038504,507168.46279447,499625.72670121,495395.31157921,490289.63779549,484024.74341205,479396.27414043,473576.52436599,473876.23246367,470611.60849523,468818.54937541,462848.86338261,457100.80379789,454216.08557876,446828.42216469,451162.76948273,454644.27708838,450483.73756856,447030.57820939,442505.29103136,437240.09128428,433208.68555783,433855.1743483,433192.36142912,430017.51966621,429270.10750959,421945.89966295,423790.50405058,425501.93944736,422156.17498143,417873.19826796,415033.94624963,409712.91595877,407111.22398038,403984.89729203,399781.16905436,389888.72732217,387497.87544861,383802.15531807,381897.29728232,378373.80335569,370912.19116892,369037.2850928,376280.0970582,370980.81805309,364718.2540369,369248.27098597,373912.48007344,378386.32736915,381546.78862769,382700.16415678,381854.64864252,381621.90451924,374658.34802092,369655.25435405,365610.19922689,360391.94411238,357602.24736986,353169.24335526,351789.57406362,350578.29852726,343595.62056396,342429.71176263,337189.12823448,333552.68661875,338982.71020231,340936.33985351,341901.62401039,337530.90320253,335631.67671703,326121.51029124,325045.92144576,322377.12585708,318178.70998503,316034.27114499,315021.72859508,308809.7337279,305574.81710351,301978.00603504,301708.0811592,307222.39114428,307286.42673044,307358.78631843,302121.2898837,298015.59650726,296531.6185059,296326.16364464,292787.08386065,291220.69679854,289418.54797645,285641.06022472,279708.63552642,275895.94714594,272847.83735958,269342.24244183,268920.53221943,268383.07964354,263216.65658715,261892.850967,255426.35308224,252665.11111757,248999.76299804,245358.29786144,245155.26204731,244263.27474797,242720.80792747,240873.75455967,234487.72621546,230267.31941104,229649.69416174,222876.7488994,219056.21205958,211622.06645393,208791.49253678,209413.77280203,212182.16573605,212557.42815893,218014.93059694,218023.90482618,222331.16064828,226235.13444425,230557.34338484,234281.8533381,240371.106796,245335.63393347,249292.36620137,252259.49127586,255189.21605711,259775.35004825,268778.97612964,278378.54659361,283205.00009792,309757.01091157,327119.14631698,329836.00051374,331603.64120992,335667.67750667,346040.44845537,352261.47266762,376905.76749666,404205.92078453,435790.98239659,437739.59307917,437739.59307917,null,352016.02678972,347027.30844081,340988.49842307,342613.44090286,348497.40774005,352016.02678972,352016.02678972],"text":"any_mental_per: 21.6","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(54,104,140,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[1515353.35480049,1517715.14461878,1516781.69516531,1519618.28251288,1521898.25363386,1525873.71616042,1530481.17789135,1531325.38460447,1531823.83508375,1531841.13419864,1540229.73810528,1549518.98093717,1549524.02521733,1559091.13208772,1561080.52268279,1562503.40483996,1566944.25014964,1576122.27489435,1579945.47123066,1586327.2485575,1589737.79332721,1594975.86245323,1600186.0738647,1607263.61503444,1622206.79237293,1622985.86721574,1629272.42176266,1637762.46044341,1647263.23472168,1671735.8275046,1683076.40693372,1686613.60565787,1712137.74114909,1712243.75963974,1713279.33336656,1712507.38367284,1714612.16330949,1722626.76896738,1725896.19415308,1726210.43798912,1733382.85240626,1740057.56766179,1741274.01764349,1762292.48227518,1762297.08574573,1783733.78523119,1805402.27941249,1818707.70632251,1818948.64859483,1839515.53295421,1841081.10980697,1864182.86876258,1865430.40372677,1875400.82254036,1906869.87710463,1906871.04000391,1906879.2341678,1935317.53192491,1953008.35377482,1956855.94259235,1965132.15515135,1954266.10642607,1946508.62776715,1939992.85409319,1934879.54670381,1931405.04542529,1929366.55538699,1925539.47288829,1922898.27083032,1922323.86960851,1922825.90206624,1924314.06977395,1921653.53271736,1917174.76209144,1915876.660652,1912887.85390227,1912979.48813975,1912148.3126297,1906210.04182147,1901105.49766329,1896781.54567784,1892189.02248052,1890646.54155413,1895048.91756569,1892858.84312766,1885466.1470272,1883661.97283234,1876240.36475612,1872413.03175631,1872062.18860649,1865488.12390571,1863316.79417528,1856431.95102272,1850492.31403193,1847405.16977342,1842628.74372368,1842387.09969877,1835407.40519111,1829624.01394687,1828712.64504142,1823407.53484079,1823071.75815979,1822442.51221684,1826046.48012861,1828946.73974293,1828117.23451964,1821277.01616246,1816355.39772741,1811526.58828153,1804383.02505457,1800391.84443992,1804560.42482039,1810930.13060995,1807363.26358363,1800105.09895413,1796077.10543729,1795734.21742706,1795018.75487043,1789210.26868155,1782437.76941601,1779897.03752795,1772378.4979865,1770458.77654158,1766796.32481655,1766026.60819009,1767542.26295746,1765831.77991672,1761051.356142,1758516.3071033,1757379.96036792,1748357.98397939,1747442.83042086,1743068.25106033,1736945.65312071,1735871.6058068,1735155.98838046,1731615.94345637,1731465.16657228,1728932.47712801,1723554.82927917,1719344.92036251,1717605.59725964,1713166.41105213,1707062.99577228,1705663.32704045,1701506.40574319,1691690.04052941,1690060.03968962,1689832.48820032,1681489.12118496,1681377.18497549,1680226.08701926,1671532.37109973,1671274.77788992,1669620.87273767,1663111.49062738,1660061.57673959,1658675.76580913,1650557.3582111,1649748.39131161,1647075.4051276,1645205.45227191,1640809.21126894,1638721.62337148,1635736.90611163,1626182.2695569,1615580.76651401,1606766.37847221,1602633.86548936,1601849.90042276,1598179.72170021,1597802.28790894,1592118.74627272,1584225.16811095,1581009.35223856,1579605.06969757,1576059.27069831,1575380.267111,1570250.52398846,1567757.39311476,1563454.24673566,1558585.99701016,1552871.97135449,1552549.55870568,1547358.81598503,1547117.90650015,1542237.37746492,1541580.05683816,1535933.28235031,1529509.29061817,1523748.72713536,1517573.55939253,1517367.63288094,1515907.17921269,1515353.35480049,1515353.35480049],"y":[-990895.33720122,-986907.84164859,-983680.89108331,-979328.05452266,-975413.70466576,-971071.69845131,-965565.56587948,-961950.63683055,-956691.75797248,-956682.0932066,-951987.98620851,-946772.35631544,-946769.51908418,-941423.72920392,-941438.18657001,-941448.20739653,-935356.52784852,-930934.13303456,-929087.1731607,-925253.64237526,-921676.4866878,-920988.11476495,-920299.69171024,-918973.50233604,-916150.27808509,-916002.22365865,-914918.41893299,-913445.97968472,-911786.3115597,-907453.10804167,-905557.64008623,-904962.76817687,-900618.51486527,-900877.53095642,-903407.37804432,-909227.87276282,-911999.60868903,-902978.69163519,-905905.75971459,-906186.95902212,-912598.56095243,-918553.94292239,-931070.76222058,-926868.77911739,-926867.85194578,-922212.68956397,-917440.1341664,-914413.46381291,-914358.41898979,-909628.76888506,-909266.22843321,-923581.74316495,-924351.93431913,-930496.85543448,-950815.0881241,-950815.83546262,-950821.10144392,-968634.5118574,-979702.125265,-982101.55380931,-987360.39428946,-994050.75962036,-1001707.20378746,-1010616.55757306,-1019497.56962307,-1028105.93384392,-1033141.99487617,-1039825.02946623,-1049661.32047033,-1058605.97490677,-1068731.81859255,-1071958.93064169,-1078484.9452887,-1083686.13821759,-1085191.65220832,-1088210.27700493,-1092736.08146615,-1097952.36492845,-1098467.45936118,-1101320.19935024,-1098484.01809229,-1102932.16087577,-1107231.81834305,-1111366.78808958,-1115177.62514549,-1122465.00734812,-1127992.22264446,-1134342.67711784,-1138879.08461281,-1144737.6485845,-1151439.11843294,-1155833.63001003,-1157783.10069711,-1162045.40676899,-1166398.74136759,-1169333.07634473,-1169591.00563431,-1177029.79970168,-1179140.33492778,-1179472.43747483,-1177964.99558414,-1179408.39154578,-1182110.4142131,-1187054.37935512,-1190377.09281209,-1196135.92505956,-1202239.00829151,-1204924.76321752,-1204000.33814158,-1201760.32966124,-1206451.83186179,-1208556.77984392,-1212661.51430787,-1219914.67858334,-1227366.54621912,-1229450.32527609,-1231932.66091537,-1237098.21377485,-1235779.94380402,-1232387.17724482,-1234865.03269106,-1233296.22673388,-1226449.13222425,-1221579.56587264,-1220555.62857292,-1215815.8389409,-1209539.84655346,-1204912.52057428,-1202456.37330419,-1196608.11501094,-1189633.00310619,-1189502.20698513,-1188875.48159031,-1185947.80519704,-1185433.59252424,-1180139.41696294,-1171184.09237875,-1170628.12167063,-1161291.18420682,-1154906.95196726,-1150616.07084897,-1142873.88463648,-1140524.65467718,-1137289.16698971,-1137069.01923747,-1136413.67585912,-1133062.80556354,-1128217.78832309,-1127541.38580556,-1125030.34729677,-1124428.31979594,-1118240.68364966,-1115616.47082686,-1108026.26200186,-1102448.6809986,-1100300.17959998,-1096995.23395955,-1095492.67487723,-1091476.59016509,-1091392.68938697,-1091114.85872591,-1090919.94234803,-1086521.44511064,-1083540.73817606,-1079276.40780283,-1071176.38263208,-1068079.7165509,-1061993.07551263,-1061908.79738219,-1060800.58897769,-1055609.5066147,-1055177.33631371,-1048664.31278846,-1042715.83313599,-1035740.48872493,-1032693.04353076,-1028487.56160611,-1027681.77796048,-1021683.05843551,-1017554.13481796,-1010294.9769563,-1010129.03890738,-1012303.75928972,-1012426.30563845,-1011129.91379196,-1010974.81533282,-1007830.20474285,-1007293.57429821,-1002679.3846136,-1001512.35722573,-998714.18835865,-995741.40134706,-995292.02383968,-992104.39931659,-990895.33720122,-990895.33720122],"text":"any_mental_per: 21.7","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(53,106,140,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[1045784.80886055,1047028.9298838,1048121.6945718,1045829.71245078,1049106.54827491,1050740.63383067,1052967.0632784,1048098.7722022,1048097.85787611,1048097.56439088,1052845.59888101,1058867.27104992,1062379.55841588,1064133.83104646,1064744.08641072,1066386.54286729,1071041.95361694,1070026.60168245,1070694.83848518,1071266.70296231,1071989.35777658,1077792.12378209,1080527.99553194,1077502.09227556,1075934.33237107,1074536.11612795,1075654.44502669,1075718.70650648,1074551.31475288,1069850.41219458,1069534.66340927,1064337.64750848,1062356.08703373,1062040.75837352,1066741.39124093,1064771.08051346,1064476.62044231,1063155.85554799,1064598.4332223,1068442.99167924,1066523.36278227,1066397.3262035,1064273.42140521,1063333.21058854,1059886.20440765,1057849.0386715,1055778.01459346,1054217.1068209,1050838.88886754,1050624.25327362,1049962.67443949,1046731.15679187,1044179.22334188,1042285.79891617,1042046.34080366,1039746.40381567,1037593.70314359,1037591.65566555,1034902.70591532,1033972.08969915,1031129.21303571,1036074.75065171,1040319.44470572,1045413.46156689,1054078.37530258,1057108.42819153,1064688.16939693,1072290.80481046,1079348.19791251,1081107.55806533,1087420.08138888,1102409.85273881,1102514.29935689,1111967.51916369,1113799.23719819,1136274.33490631,1136276.31894833,1149610.39494016,1171714.6183458,1171716.90089646,1182427.1688221,1212324.84300732,1217148.89255365,1220080.2434525,1250273.52345484,1251836.17327185,1253096.22141801,1256485.23366439,1258607.28493111,1258969.03457741,1261717.06878803,1262091.61773212,1264716.26982332,1267350.89891621,1268682.10360208,1272549.14020509,1272549.47251539,1275582.9079376,1276950.24811832,1277630.95357026,1279731.68491727,1279733.15469939,1280499.77113185,1284136.97938061,1286000.9884226,1287606.99628513,1291065.56711054,1291066.66507811,1294002.34802724,1294846.57881766,1297245.79806179,1298790.70157738,1298791.1042407,1300179.29767135,1302514.01276622,1299606.50456175,1297008.05334345,1299071.38194608,1302033.51852702,1304213.79306824,1301167.93552763,1302433.03510783,1305621.77445454,1309649.622442,1309045.57407176,1308822.01429278,1309237.88348935,1305416.04029299,1296664.33031464,1292053.50606848,1288041.73160629,1282522.16808575,1279223.52700437,1277806.68579956,1274197.58740736,1270718.01375416,1265963.63711964,1265272.43523098,1260161.8856086,1256451.98071476,1258302.12223603,1259635.69388322,1260260.79085367,1262341.16560685,1261261.21676725,1261251.58376982,1258088.520376,1256642.20032236,1249354.71890575,1247055.59555523,1246651.86286553,1246280.11964591,1243923.69622721,1238628.92938858,1234711.14075407,1232762.13822591,1231506.84772353,1227673.42797789,1227724.812817,1228136.98618318,1228095.43821156,1225806.46938616,1223909.08644004,1222284.33352098,1219536.90725396,1213487.05289044,1203715.88045961,1196177.12717109,1191670.69087302,1188849.91450925,1186375.49266567,1183012.64919369,1182978.09609641,1180394.88274463,1179043.93107166,1176218.24380081,1177102.56702923,1179562.35911656,1171671.46157718,1171236.65560629,1168310.36547429,1167226.7289384,1161314.00877453,1155267.9959952,1151928.43705069,1151715.68254473,1146742.93885072,1142837.71448855,1138660.62005751,1135938.15814982,1133821.26957085,1133303.68540119,1130116.6990145,1126717.98385477,1122484.23965217,1115554.55685063,1114114.49327992,1110912.23766468,1108277.95712507,1100183.9533739,1097745.1025671,1094694.89594112,1088986.79277497,1084437.91130005,1083650.7651897,1078748.66741886,1075599.41584645,1074553.09631151,1067487.80819411,1061198.1658392,1057126.48782556,1056934.09437215,1056262.00469305,1060034.84407575,1057669.18495353,1054796.01217164,1049516.26886433,1045256.74572901,1045784.80886055,1045784.80886055,null,552702.18792546,554797.3648352,555862.97575639,559153.03373496,560012.63576894,562478.00031545,567069.75059544,572659.13731339,575094.91993168,580670.71502102,582141.30940898,586333.14776933,589516.26474401,590166.26109637,593320.24329435,592446.56587808,591532.04293526,589735.86107847,588921.57218077,587126.82375789,593688.82799453,595054.26779193,597667.99096647,600900.599653,604912.29581595,607650.12379709,611966.62721655,617559.56556391,622633.10616681,635336.23770023,640458.0054055,642194.53826194,645241.10536367,652363.6313308,656115.57164387,659241.59475659,663507.10692414,666540.00582252,670137.32713579,672625.43243582,675760.05740671,679448.54311625,682924.78706619,681848.50852137,686509.18577714,692378.09836934,696190.848856,701360.8899302,698237.43181596,694287.01459039,693119.54628927,695764.13228765,691563.60829543,690762.43367917,689331.53823767,691701.43242345,693798.97149907,698627.46029069,701108.38235404,703823.06894856,704591.46012758,710801.54442543,718995.62451384,720264.52259426,723452.44303815,729003.32505861,730416.40939584,733194.31852115,737124.74257709,741091.76164934,746721.19268236,752107.49939416,756127.02668835,771196.45715067,794115.78788399,837305.92443251,845595.65098955,850425.40975453,860419.49409448,865818.96107553,870349.3612609,870676.67219446,872688.48536926,876077.68073769,877154.82020622,882187.29365789,891752.94207702,893823.85735669,899735.2428645,904498.19237481,909967.1008245,915031.67973271,915156.82481603,919086.1748382,915304.17424694,917939.2476924,921877.55113723,922567.51867233,926379.14418024,929112.11114889,935932.36683631,940048.99054515,942513.24562715,944855.80840873,941859.82287011,946203.91994358,946044.36170433,945591.93340092,946337.71813996,943620.62307204,943751.61700921,943908.57026077,948753.80184543,952545.15149496,955459.04964822,959518.58131078,959631.95146616,957438.6230134,955909.78143424,960306.09550986,964676.06384392,969349.03377021,967450.13882985,968255.03428506,963168.15421134,958231.92591023,954472.53744572,952604.15435047,953835.93236443,952837.13971803,949612.02904423,947768.37224565,945083.13217782,944682.47891805,944553.66008862,945712.19688598,942992.85341065,946325.98912008,951306.72797257,954085.38410872,956018.10797156,962663.02593011,963502.9034183,964284.40051423,964963.88378996,966078.5342761,965467.67697494,970024.14718091,974177.2275306,977988.25496896,979012.08647972,984059.10229022,987344.63531477,990387.26595548,994743.83130526,995300.43693588,1000072.37637282,1003547.47581896,1003703.29835664,1007003.1742594,1010012.86104622,1013187.0489143,1014245.0603322,1009923.43806266,1010725.37186281,1010369.22167566,1005655.29972591,1002995.74526557,1002695.95161123,998203.82447596,995940.08726791,993197.88080838,991923.64404901,989158.43296049,987262.12128653,986023.73700327,985966.26239229,988858.34702345,990815.82754512,989124.90573141,984804.42651833,981365.46877804,979850.72794149,978732.57525808,978451.05057222,980258.14173332,983041.78054727,983149.89211616,984024.46443071,979282.8125914,979541.25889621,980188.53360278,977569.37076468,975560.68165716,976786.57850685,976843.63273668,977602.47349201,981024.52223818,979758.17398387,985179.29900966,987222.05036995,987943.44150595,988559.00052771,993874.51438897,993758.80700897,992920.02564531,992292.12083114,993453.02540041,995898.22010418,987994.87887579,963560.65040959,962140.05513767,955037.52684313,938672.08309338,922449.60992283,922446.29584006,916832.11900482,903535.37889215,899298.92542039,895211.29939127,868964.82375143,866068.80648153,858604.10700574,830599.57525966,823370.17764833,823368.7014066,799237.58709553,782730.33875483,781866.23606187,765113.37744613,761840.19646892,758939.60940224,755228.44301327,746162.08231351,742438.91241325,738704.8600656,732138.34042442,727136.88607564,723805.56587754,720170.41443028,717904.22507448,717478.14080977,715613.92056292,715104.44054584,714436.92120325,717275.07438504,720469.43391554,722461.80380444,717785.08363908,713713.1549361,709034.60291983,709326.39535173,708229.98608583,706125.87205067,706708.38540135,704740.76205955,702713.62556988,700309.94386811,700912.33241376,701393.57209838,697039.37250498,696706.26343928,690664.42155988,684625.47719351,683078.05996033,673390.37125642,672242.41925612,665897.49285464,659517.18361166,651336.51043197,648023.47798994,644624.49379357,641809.18695529,637579.71831894,627566.36198428,625368.988299,615450.54886837,614339.82122633,610410.05477805,608040.17632513,607801.3810768,604082.66888588,601113.82958239,589095.83813739,583325.20398305,576382.49482715,573366.11317935,568156.70229615,567048.88036744,569081.99414973,569125.48497296,569128.29231103,569610.18877053,567937.91001888,564306.90174133,568705.00737393,568343.35813338,565829.76444848,565746.99153538,565330.15566907,566277.82202153,569709.28784896,572253.48248176,572739.20524226,569285.9019201,565551.48362955,562994.19531879,559486.017024,553213.09888623,552042.0595229,552086.78773463,552702.18792546,552702.18792546,null,706402.3426693,713359.01110628,714826.86006274,718072.85232555,717480.2382185,715862.97728378,709348.92005189,705514.92839332,702680.57931762,698249.4227155,697291.94232793,699900.73932747,706402.3426693,706402.3426693,null,1024196.25163766,1020527.80368067,1019099.66189948,1013748.09885944,1014189.98997881,1021226.73995931,1024196.25163766,1024196.25163766],"y":[-717754.77271446,-714756.0417667,-706750.88354873,-699310.83439916,-696038.40224498,-690801.40400098,-684641.41339375,-680192.03678696,-676544.8390486,-675744.50045197,-671542.83398688,-666309.19234343,-658635.13855665,-652973.61516072,-651000.875915,-645771.11887296,-641470.56907797,-638338.5618293,-635364.31968745,-632815.51411426,-626969.08482157,-621801.9634325,-612361.56883937,-605073.95541569,-602393.67543698,-600001.99864673,-596417.34873522,-596211.19459821,-589154.8669015,-586524.52126377,-580302.81536881,-576074.46881912,-570067.0042896,-569110.68357839,-563402.25382717,-559609.17208265,-558310.05201044,-552482.62226881,-549174.37014032,-547741.45740957,-534349.08898769,-533497.20631332,-519154.59198893,-512813.14446119,-488763.5082044,-474585.9603977,-459527.03243887,-448199.67736704,-423222.66827371,-421639.07829319,-416760.41299841,-394546.06634512,-377048.24712705,-364402.20893674,-362804.23860102,-347232.54948953,-332685.05177624,-332671.22788195,-313679.27493636,-307118.38398449,-287416.05866123,-290657.68981169,-288269.98874782,-294093.87806133,-293777.40820767,-292335.87297683,-288721.20301795,-284760.16787243,-278903.1871955,-277440.2242229,-272656.00600928,-270265.1026151,-270248.32073985,-268693.2876866,-268390.3644562,-264551.93810129,-264551.59576715,-262309.13871726,-258530.52865178,-258530.12298733,-256617.62823266,-251183.2894769,-250293.23178944,-249752.74853299,-244106.57773539,-243810.42909028,-250855.68290714,-269062.90223218,-280483.00471981,-282431.31563857,-297473.91520351,-299526.31692443,-313922.983395,-328418.34910991,-335752.29855547,-357094.49055681,-357096.36503401,-374226.5331006,-381960.74978726,-385967.00421707,-398345.77096657,-398354.77531833,-403053.13103147,-425394.18266981,-436635.77910583,-446337.29084136,-467279.94857947,-467286.60804329,-484756.02135342,-489788.22910161,-504109.92930004,-513642.01912969,-513644.50549933,-522222.32595346,-535593.30319906,-539233.08056957,-542631.56914984,-544646.73579098,-547537.38754374,-551606.84165191,-556831.16630525,-557340.8960922,-558624.4398509,-559580.31324745,-562299.93183568,-563305.43463526,-570556.04218219,-570796.01964547,-573792.59005901,-576849.07024949,-579503.82600943,-585734.45673649,-587217.58917441,-586360.46970166,-584175.18350216,-582687.03054338,-584259.99828382,-584488.36110495,-585165.2236982,-588384.61182516,-594172.3403007,-600841.33730178,-602088.88605953,-606239.10440572,-608946.56484143,-608970.70096608,-611776.83849634,-616086.78264301,-619378.82294509,-623560.41194818,-628006.46888394,-632084.04758159,-637860.42594437,-641901.49982063,-641440.46904386,-641210.30496923,-646309.18637658,-652765.72046155,-653723.01679189,-661431.4720529,-670747.03788934,-672690.25459561,-674299.64421457,-675969.57054898,-678790.62201688,-675461.89511744,-675644.43684747,-668253.94006555,-663483.68663473,-665322.24927923,-666933.36735201,-671718.3332875,-671767.45156423,-676767.03765754,-677276.82551837,-678342.0737609,-686104.7225059,-693072.59539906,-693923.79006098,-700072.36564394,-699187.6055348,-698859.62531166,-697190.26669283,-690961.09979822,-686916.21149484,-687072.31563158,-690717.19984349,-695373.62786194,-697077.48451441,-698186.28015538,-703545.88169928,-708988.28670197,-716225.61265744,-712292.10282134,-709109.14763533,-707259.93084992,-706570.45866032,-705035.88861211,-703772.05447184,-700899.95893088,-702499.01878482,-704496.75972696,-704774.35672189,-708454.10614027,-713845.79443265,-714128.54686742,-711546.25569899,-710687.70301334,-713630.79302631,-709405.07950978,-711475.91255616,-712436.48270071,-715788.34953567,-721183.31592608,-724683.47214063,-725984.14302858,-724798.01377106,-719026.50299162,-717754.77271446,-717754.77271446,null,103945.29405146,105724.2317964,106629.69013711,112887.55979035,118030.33641324,123669.24605491,128628.88142647,131580.1012267,134473.72970394,135310.62270705,138724.48816213,141053.12691851,140924.51383812,145063.94535107,147851.56780041,157043.27447144,166653.42624934,185846.85462379,194531.99396962,213107.90274407,213910.99837765,217455.39783148,221777.63652775,222414.74563206,220135.33084523,219955.11650016,217710.10330277,219133.10355469,219645.89268833,225946.14035384,229031.00504266,229212.87482196,229533.16535101,233898.24297238,235254.16083023,238806.17545562,240398.53241231,244084.84794866,242010.0146507,245114.39854283,246523.70553122,249579.08059424,252497.47340391,258726.78093904,261453.19345583,257715.26879001,255483.42112043,251094.20562717,242760.98030215,235860.36474821,232849.15144471,228625.98367899,223531.82850316,218832.84589714,215892.0450779,215598.64261506,215339.75027224,219592.5918791,220872.7993742,223579.56919264,228823.35371599,224283.33050747,218469.09745924,218769.8720227,219526.81184493,217034.58424839,217720.19814649,214415.73740091,217090.87170558,213708.84233066,212275.30351892,204018.99133658,195128.00767913,192862.70782917,189491.45795375,183406.55336665,179823.38645117,177742.64271315,173453.05572324,174853.7334336,174048.79177487,173990.77351737,171546.15888589,172179.61025587,175092.66079826,176454.90299172,173204.44187821,174853.67103339,172079.97467702,173187.12121436,172206.62731261,170220.32064032,170171.30643287,165502.64148,158862.96240957,156679.02351533,155704.58817591,155534.16047761,157559.20550347,154428.74227293,154426.08606386,151433.22286342,149644.09383902,146660.94880271,143865.38572429,139565.25004654,135671.74235913,129936.44573611,124236.92660783,120556.06645882,114815.83536177,110318.60676931,111122.70494165,111863.94888186,115559.6021451,114484.66983199,108590.42444135,100226.36130651,94556.86418974,89982.78321716,85674.56509828,85145.03388939,79196.35528815,71614.69624925,70533.46119329,68481.44663416,66922.12891269,63293.05256405,57799.4899219,55819.07849323,50927.60569652,43586.19884687,39137.09525576,34282.05311047,32726.30037421,26727.73954964,22183.63987052,18920.07668752,18593.0434114,24022.49932306,28182.27621568,32670.74803042,34425.08053579,36058.74573446,37278.28075518,39280.32309425,42717.89900565,51788.8814857,58417.85616038,59647.53386668,61179.49244182,63833.05050798,69800.76964923,79217.04651055,87569.46111244,97360.14947304,98778.6417898,103487.89219106,108848.27219129,113431.54580357,114645.52320827,114194.19079769,107206.52080732,101938.96995902,96197.4384258,89848.79466753,81545.75870219,73833.55635982,66765.3404132,60091.20576288,52747.83633807,41494.8433037,36290.35606709,30785.63865094,16313.67070353,1091.3806265,390.93108194,-6091.99780175,-11334.77650192,-17365.7788695,-21193.47655484,-27341.83078993,-40654.95799356,-49141.84543314,-51270.01104031,-58131.11281483,-62566.69796676,-67564.34938347,-72320.5501322,-86179.24960266,-88399.69799701,-93965.94160919,-102492.15522388,-115536.77844926,-127814.20735951,-128366.27382426,-135717.5694479,-142136.37700488,-147804.5616827,-155072.49416927,-164617.52859149,-165387.51291029,-166044.37105388,-171710.19872838,-181206.64701421,-184998.0387042,-187831.02175554,-194960.81401075,-204433.29262213,-205514.11813243,-208794.29274719,-208982.15217944,-210046.93393697,-212470.36337298,-214896.33572192,-214896.76081349,-215614.44417295,-217294.79944506,-217824.44143572,-218332.85224658,-221400.97830874,-221733.02917657,-222582.97879311,-225765.54674645,-226567.59898858,-226567.76194975,-229293.18428772,-231323.65470329,-231428.78832952,-233228.09824846,-225969.62439409,-220715.45783398,-218996.80500531,-217864.60075185,-217218.54363582,-216568.38234247,-213295.33543264,-207580.97243079,-197987.14803801,-193977.21039517,-186160.29735784,-184895.92555417,-179360.68001396,-174763.03762506,-168742.59976664,-163982.44984093,-158313.67704291,-154501.27171671,-148330.69049164,-146403.56141297,-142563.09397041,-139241.79483656,-137522.90456566,-134221.81496905,-128604.1046632,-121616.80925394,-117857.83492558,-110696.65836946,-104020.24294623,-98661.13513053,-90841.4123193,-90242.51253474,-83667.5889553,-76800.71387282,-75038.34450741,-73514.00920192,-73332.37286759,-69825.5404328,-63235.28411161,-60108.40169153,-56751.22143624,-53302.12414168,-43851.20486047,-39348.20955515,-35581.7942828,-34752.62785824,-32191.8518009,-31312.48187591,-28198.0114028,-22547.53898743,-22429.13258679,-20583.53901843,-20935.412052,-19884.5809974,-16483.46543312,-8556.97159528,-5980.69332141,-1523.6711063,-574.59194718,9218.07277113,10020.67102204,10072.50123054,19010.1253004,27900.8214465,32374.00613747,38131.48477837,39246.70883748,47005.07786282,48663.96129232,56998.67605301,58326.7546456,63142.2365061,70044.20910344,74768.50447213,78292.32822544,83920.01757214,87248.55710454,87532.23545763,88153.73350562,95379.70355428,95958.19893135,103945.29405146,103945.29405146,null,269669.20422119,268508.0335115,266480.45071078,260587.9898014,257630.21170531,255172.43564471,253424.41998755,258504.31824218,261450.77745207,262849.726503,265204.94326837,266828.02702955,269669.20422119,269669.20422119,null,129820.82722688,122449.3724348,115670.93834371,121217.09677271,129105.19680919,133545.83847211,129820.82722688,129820.82722688],"text":"any_mental_per: 21.8","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(52,108,140,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[933224.69075739,939102.46433624,945488.14864301,947303.97674776,951834.11921068,952068.81519371,956723.66325805,961407.70835061,963166.32551354,964908.12888843,965661.22923463,961671.02767246,965177.32097097,964865.02509829,964835.83288268,964793.21105282,966600.01634026,967425.28617267,967629.17751015,964303.88905996,964180.68053595,960138.84147627,959981.75883719,965165.74417328,968129.49475094,972661.7052896,978542.03998944,978695.88348651,979050.84187452,987610.08819018,995385.1200829,1000763.05294161,1008410.79947116,1013240.69486367,1016068.3726598,1019670.23987775,1020255.48904298,1020928.2406453,1023268.77760106,1024282.67985813,1019164.07711854,1014401.09084121,1016140.89674713,1017122.00441812,1020951.4796813,1021176.65919638,1026454.32415659,1026458.03102784,1032483.15419679,1043162.37142489,1051132.28990619,1050547.23032326,1049660.66301952,1043832.04618395,1043727.56487049,1040161.30175054,1041948.15721918,1047610.26039291,1049516.26886433,1054796.01217164,1057669.18495353,1060034.84407575,1056262.00469305,1056934.09437215,1057126.48782556,1061198.1658392,1067487.80819411,1074553.09631151,1075599.41584645,1078748.66741886,1083650.7651897,1084437.91130005,1088986.79277497,1094694.89594112,1097745.1025671,1100183.9533739,1108277.95712507,1110912.23766468,1114114.49327992,1115554.55685063,1122484.23965217,1126717.98385477,1130116.6990145,1133303.68540119,1133821.26957085,1135938.15814982,1138660.62005751,1142837.71448855,1146742.93885072,1151715.68254473,1151928.43705069,1155267.9959952,1161314.00877453,1167226.7289384,1168310.36547429,1171236.65560629,1171671.46157718,1179562.35911656,1177102.56702923,1176218.24380081,1179043.93107166,1180394.88274463,1182978.09609641,1183012.64919369,1186375.49266567,1188849.91450925,1191670.69087302,1196177.12717109,1203715.88045961,1213487.05289044,1219536.90725396,1222284.33352098,1223909.08644004,1225806.46938616,1228095.43821156,1228136.98618318,1227724.812817,1227673.42797789,1231506.84772353,1232762.13822591,1234711.14075407,1238628.92938858,1243923.69622721,1246280.11964591,1246651.86286553,1247055.59555523,1249354.71890575,1256642.20032236,1258088.520376,1261251.58376982,1261261.21676725,1262341.16560685,1260260.79085367,1259635.69388322,1258302.12223603,1256451.98071476,1260161.8856086,1265272.43523098,1265963.63711964,1270718.01375416,1274197.58740736,1277806.68579956,1279223.52700437,1282522.16808575,1288041.73160629,1292053.50606848,1296664.33031464,1305416.04029299,1309237.88348935,1308822.01429278,1309045.57407176,1309649.622442,1305621.77445454,1302433.03510783,1301167.93552763,1304213.79306824,1302033.51852702,1299071.38194608,1297008.05334345,1299606.50456175,1302514.01276622,1307580.17762172,1310966.65925271,1314743.55546664,1319799.15128099,1321092.62588658,1325412.67422921,1329113.47731513,1329725.47418921,1330180.01091237,1330982.03284189,1332481.43919905,1334044.4658676,1335683.19142792,1339128.47193027,1345794.75464491,1346381.69143154,1349019.30298521,1350459.66368118,1356698.16163487,1356798.02541836,1357351.79039467,1358210.64032973,1359811.81510782,1366736.67553914,1374091.88522482,1374178.17988354,1380040.80858576,1384564.26268512,1386753.92806751,1391509.99319648,1393761.40679222,1398452.07352247,1400187.60927246,1406228.19684226,1408631.58211431,1411151.85715381,1411459.22928204,1412082.5602778,1419553.40736469,1428113.49057042,1433714.53296467,1439254.44479627,1442631.94410231,1444228.73021745,1446004.29136734,1451851.16097862,1455132.73025152,1455874.33151693,1461028.89726107,1461863.19953857,1463149.78073311,1468677.84832872,1472967.12570977,1473862.15243967,1475299.60998882,1476298.53989336,1479432.53073744,1483490.7145208,1484657.48699327,1491158.85606404,1496234.99738612,1497387.84358586,1501924.758796,1505231.01283006,1505925.57130531,1506535.66929592,1509387.40683803,1510002.48733912,1509931.08290805,1509580.74923374,1508684.06648275,1516786.54471072,1525866.29903405,1525465.56258239,1525238.83474424,1532097.93304251,1534467.01980229,1537806.23877852,1542318.33364423,1543246.14518367,1546657.87680459,1553385.2187199,1561911.81679662,1569649.58155864,1578048.84033813,1561570.144026,1553930.64785803,1553585.09213536,1550725.79489587,1543090.13249786,1534979.26756358,1534626.60221807,1534092.55459456,1521955.04761498,1523444.90702029,1521693.70180753,1516412.27614096,1512470.18259327,1513931.37785478,1512816.94163976,1512114.36048017,1502657.82525839,1497110.86000757,1494832.30428623,1494032.32136481,1485650.17871439,1473414.69478052,1469427.61032841,1467294.80993281,1461522.247422,1454528.30713853,1449865.37569731,1448889.06092317,1430993.04065203,1427789.51600014,1422777.45002108,1422757.07895624,1401752.89430566,1401740.77718956,1398753.32352284,1377773.60126572,1353235.21989628,1352628.43577201,1352623.20030521,1338547.8206021,1335798.47523616,1325015.7457455,1309137.76478581,1307873.77157164,1307423.92516501,1295223.63571061,1290713.77300184,1269221.482677,1264215.82724747,1256683.49336324,1247641.73385592,1238210.51948002,1227245.11491885,1208974.98117037,1200431.94164455,1196837.52687551,1195843.55044334,1191755.24674277,1177993.23370312,1173628.48745304,1151838.87234673,1147072.84749389,1127626.44736116,1126586.21318754,1100752.48543164,1096088.64286289,1082100.83445177,1081971.58768673,1067453.46359085,1062250.88444805,1064250.05394457,1067334.29979835,1066610.72308269,1066356.19516079,1059824.05832755,1027751.75071502,1025725.49059128,1025332.18189396,998701.69119184,997778.2393604,997121.05805669,985602.04616821,963653.89224687,951839.04564146,945470.05102832,934659.74054476,931287.76181648,933224.69075739,933224.69075739],"y":[-877876.40178764,-878061.72028364,-877690.97076176,-870746.22689532,-869982.29152037,-869942.63503986,-874535.17241853,-874863.764586,-868331.6148574,-865229.44483639,-863887.07855317,-858333.11210553,-853468.35141524,-850110.85169796,-849797.1470665,-843300.49899323,-838049.59145762,-832016.43410231,-830522.61378072,-828244.46045552,-824242.24572041,-818694.47809698,-818478.71144155,-810319.1210198,-804570.86446524,-799977.06055743,-798847.23799022,-798817.61197609,-798909.25672976,-801113.36045695,-804751.51662105,-805541.06593085,-807683.83853199,-810244.76946329,-811741.94718407,-811157.97551389,-811062.91532336,-810953.58242341,-807218.72391698,-801319.1004106,-794145.36182344,-786859.5389572,-781157.67869385,-774179.03555623,-771238.16961461,-771285.36032997,-772389.2708425,-772390.04476285,-766180.30049481,-763051.19180897,-759559.05156638,-757812.51699967,-755165.28395539,-751042.85061432,-750797.76159239,-742426.66739194,-737360.59923079,-731436.7383633,-724798.01377106,-725984.14302858,-724683.47214063,-721183.31592608,-715788.34953567,-712436.48270071,-711475.91255616,-709405.07950978,-713630.79302631,-710687.70301334,-711546.25569899,-714128.54686742,-713845.79443265,-708454.10614027,-704774.35672189,-704496.75972696,-702499.01878482,-700899.95893088,-703772.05447184,-705035.88861211,-706570.45866032,-707259.93084992,-709109.14763533,-712292.10282134,-716225.61265744,-708988.28670197,-703545.88169928,-698186.28015538,-697077.48451441,-695373.62786194,-690717.19984349,-687072.31563158,-686916.21149484,-690961.09979822,-697190.26669283,-698859.62531166,-699187.6055348,-700072.36564394,-693923.79006098,-693072.59539906,-686104.7225059,-678342.0737609,-677276.82551837,-676767.03765754,-671767.45156423,-671718.3332875,-666933.36735201,-665322.24927923,-663483.68663473,-668253.94006555,-675644.43684747,-675461.89511744,-678790.62201688,-675969.57054898,-674299.64421457,-672690.25459561,-670747.03788934,-661431.4720529,-653723.01679189,-652765.72046155,-646309.18637658,-641210.30496923,-641440.46904386,-641901.49982063,-637860.42594437,-632084.04758159,-628006.46888394,-623560.41194818,-619378.82294509,-616086.78264301,-611776.83849634,-608970.70096608,-608946.56484143,-606239.10440572,-602088.88605953,-600841.33730178,-594172.3403007,-588384.61182516,-585165.2236982,-584488.36110495,-584259.99828382,-582687.03054338,-584175.18350216,-586360.46970166,-587217.58917441,-585734.45673649,-579503.82600943,-576849.07024949,-573792.59005901,-570796.01964547,-570556.04218219,-563305.43463526,-562299.93183568,-559580.31324745,-558624.4398509,-557340.8960922,-556831.16630525,-551606.84165191,-547537.38754374,-544646.73579098,-542631.56914984,-539233.08056957,-535593.30319906,-529899.80035789,-530933.34770356,-534126.88587689,-535436.25662222,-535770.61590117,-531990.15969281,-531015.16646479,-530853.72233111,-530733.77729134,-528958.22805865,-528105.21411832,-528635.74480584,-531785.17784845,-535395.03347469,-536262.66885989,-536930.65329469,-539930.96144262,-543503.50412764,-550851.37246536,-551487.90540463,-555019.01893451,-556318.80082484,-558741.10864941,-559240.65852362,-559837.90453009,-559844.86604922,-556911.49434562,-557444.62135169,-557842.45964829,-558704.13807526,-562285.2589402,-563669.66317996,-567587.12588748,-568670.04183611,-569099.40701363,-567252.81793662,-567027.4787537,-562794.63520827,-558705.39474028,-560697.26186263,-560454.77199012,-563735.24140849,-565715.62806039,-563806.22595373,-561681.22525822,-561425.28499681,-558470.65277015,-554733.62917666,-549488.07869428,-548340.01651621,-546568.50859175,-543904.90158919,-541545.37766703,-543006.64602551,-545352.75235045,-549725.84182928,-557484.89441586,-560273.45130357,-561074.49621813,-560334.23956215,-564056.75158612,-564699.39917038,-567225.88943973,-572826.15511741,-577346.06700401,-581320.50023835,-584033.72109705,-591567.33887952,-592504.24337473,-597085.65970268,-604824.56925782,-611280.50221948,-619167.03743784,-623622.48956937,-626133.99415698,-629747.00744129,-632581.77298194,-636574.09891057,-640107.47583025,-641762.990229,-647847.28002228,-650161.01072502,-654912.67428619,-658999.49411434,-657915.68799684,-680108.31121887,-690329.9490289,-690833.64027303,-694997.50852075,-699070.78863598,-705645.67917472,-705931.06978735,-706467.13967889,-718616.59908101,-724442.98448131,-728666.56474348,-731701.67803733,-736285.58916694,-742043.97287266,-744985.2869251,-746837.66075662,-752768.65016471,-753538.72984007,-760207.71538228,-766400.39636471,-769957.69593596,-777022.03601451,-780144.76975592,-780580.01089326,-781754.69419114,-786785.65626522,-791478.36712933,-793741.92330086,-796820.50721185,-797308.32087867,-798068.63068832,-798071.71368256,-801828.48267233,-801830.63172409,-802337.85479975,-805864.18529742,-809690.9043956,-809784.45699931,-809785.03458789,-811324.20796974,-811596.92112488,-812656.47205382,-815087.06730044,-815279.03635927,-815393.02679338,-818472.92364716,-819605.73606573,-822730.21261801,-823446.68263499,-824518.207431,-825491.69158357,-826495.13666152,-827720.68361666,-829725.90168729,-830647.78993264,-832861.33208378,-832711.34496408,-832092.98513893,-834684.39674448,-835500.61999214,-839255.32524867,-840067.62216146,-843348.66369229,-843522.66838938,-847794.89880478,-848621.7282927,-851083.04142331,-847680.51767375,-848291.91145567,-848917.54351497,-853980.69357268,-862379.72881162,-868286.90931038,-868329.831161,-869428.24501112,-873624.86016515,-873885.22959968,-873938.66876911,-877507.26314456,-877629.25315461,-877715.99659996,-879226.75720484,-881714.43361241,-883713.68691474,-884783.27686264,-886269.84141194,-882196.707206,-877876.40178764,-877876.40178764],"text":"any_mental_per: 21.9","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(51,110,141,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[-1491277.45092564,-1478951.96505872,-1467701.91946851,-1459926.86808375,-1459840.44193313,-1449498.48674187,-1445688.36289997,-1448213.03464463,-1449778.39398558,-1451355.65139603,-1451306.35808663,-1451420.70624963,-1453082.72444315,-1453088.90309719,-1451438.86790057,-1449633.97362122,-1445848.28735149,-1443572.79471908,-1439529.84468045,-1436709.27870841,-1432110.31822108,-1429931.61942897,-1426229.64048941,-1424583.21671656,-1420839.72621123,-1415485.14644011,-1414169.97276119,-1410873.13499416,-1409477.31005902,-1408236.68509836,-1405625.66674644,-1405340.26776168,-1403134.2765489,-1399298.91600734,-1400833.23587174,-1404949.42870538,-1409492.67120742,-1411666.66721256,-1415871.35269147,-1414545.56424097,-1414574.9816723,-1418368.95432861,-1419391.43984694,-1422384.71100451,-1425048.89687655,-1426825.82419234,-1425861.497844,-1423603.19187778,-1423515.84274688,-1426412.87834473,-1430130.0311941,-1432956.69458708,-1437908.05131231,-1442916.58945771,-1444788.30137565,-1444967.57780986,-1446320.6085179,-1448511.63090081,-1451581.717843,-1455919.47738698,-1464210.1365169,-1467928.65982323,-1468653.71713209,-1473186.05001558,-1476137.7288817,-1477644.33688907,-1478982.23760205,-1482209.35494576,-1486647.89106245,-1490561.47831011,-1485946.96940822,-1481322.13522487,-1479983.41581674,-1478414.13792389,-1476972.77602954,-1476364.02270247,-1471532.27720647,-1465109.87261807,-1455906.32049491,-1448514.93948716,-1443982.61355743,-1438260.16067701,-1431822.68137769,-1425488.18835168,-1423302.26988009,-1422275.99073011,-1420317.65264816,-1418523.37555832,-1414802.65066627,-1409447.2202746,-1405784.50656264,-1398636.21298015,-1394200.62704878,-1389712.81578777,-1382056.1293327,-1372174.24070447,-1366370.30446556,-1362717.74172429,-1355271.29230314,-1354600.22634613,-1350730.93592709,-1346502.10800206,-1343300.98336666,-1338230.06602269,-1334150.8818963,-1328718.59598888,-1324830.39399084,-1320565.60984376,-1319059.27505926,-1315400.43979111,-1314927.87492408,-1311703.09215495,-1308232.63328242,-1307849.72422487,-1305617.40319462,-1301059.63199713,-1300104.17197616,-1300312.96988131,-1302922.99519589,-1303796.85006754,-1306669.51082782,-1307118.69541494,-1306352.41710285,-1303444.82567549,-1300577.05932923,-1299694.66370521,-1300080.95738903,-1297811.8176717,-1296254.6642216,-1293217.4683095,-1291461.35429453,-1286041.0847856,-1286439.72680043,-1285873.82469627,-1283718.4033831,-1281592.20389822,-1279096.08430982,-1275571.91796762,-1272178.83153819,-1268552.2279616,-1265749.78940232,-1262877.57117884,-1260643.55904065,-1257501.08539112,-1253319.45688517,-1250212.15712657,-1249688.22660552,-1251962.08613439,-1251929.32613564,-1253754.26159699,-1253021.98464284,-1250889.25371018,-1247503.02744194,-1245873.71700057,-1241550.80529747,-1242011.26366358,-1241929.50672714,-1238271.87013486,-1234983.89087105,-1233011.98254109,-1230788.00989859,-1229066.63908667,-1227258.89345754,-1223782.90897137,-1221497.63461906,-1219605.88528256,-1216168.02847337,-1213231.30844538,-1211231.04119682,-1207020.50182759,-1202523.84961363,-1198394.44823304,-1194357.73877264,-1191069.21072351,-1190674.29927111,-1188844.38926622,-1186769.13111465,-1182832.52355082,-1181199.64269085,-1179260.32714965,-1173875.79532425,-1170890.09829211,-1169459.73397284,-1166743.65442246,-1165332.69802001,-1159437.06519743,-1153346.49907158,-1151295.61536439,-1149158.33796696,-1144908.44121556,-1141610.89988788,-1137195.36103966,-1132698.44066388,-1131091.89086884,-1129099.10773363,-1126237.97793818,-1123519.5235589,-1118437.77259559,-1112446.90720155,-1110895.63829605,-1108894.87682251,-1103942.59516922,-1099577.850019,-1094192.14271806,-1093034.96845348,-1090262.55480096,-1086167.31037009,-1080926.25645404,-1075505.68599869,-1071908.0712192,-1068214.42862755,-1055800.66171373,-1025438.04989699,-1025430.30636659,-976430.65009473,-956333.63297487,-955175.53794536,-943675.64152514,-943479.41102139,-930988.64393741,-926764.11321369,-913513.48772126,-912915.99582698,-912085.50113889,-907288.94391045,-898292.34597001,-895194.91083583,-893272.81602279,-863226.56864925,-856696.97704716,-856058.03048301,-856040.44809695,-854279.51333149,-851629.14775523,-844771.77296942,-844258.59387985,-838829.25166694,-838356.52292751,-838240.47311319,-841417.58857225,-838576.7040694,-837066.39855696,-837707.82557182,-840913.77992581,-838026.01153739,-832998.8390633,-829060.33905903,-824952.20288129,-817737.26386184,-816793.51214157,-813870.40933095,-810892.1835136,-809301.10551271,-809284.7050631,-807293.43601624,-807089.61320512,-807088.28523114,-804438.60785964,-798061.52957598,-796012.99890207,-792884.42030049,-790967.57129187,-787010.95090732,-786424.24359245,-784550.5111853,-784542.40641037,-783775.92851279,-780889.32693736,-769252.00586612,-763833.29552196,-753218.69209155,-754271.54534028,-749426.21369194,-743333.81823873,-743314.2075188,-738149.32410648,-730375.52494435,-725112.33955319,-720754.9249343,-716617.84291756,-709128.10141029,-703799.47706111,-704189.97600527,-695827.15450288,-694214.99597098,-694048.77969467,-686677.56199818,-686337.98279005,-681709.25128941,-675953.50463388,-671801.93992238,-662818.58429367,-660048.26183311,-660010.99484914,-652779.34650605,-650536.41223568,-646170.29611083,-641898.84964383,-638824.13910124,-636598.86802102,-633661.02214651,-633629.63846368,-630673.26392229,-625698.7633818,-624257.69272249,-623970.95523413,-624541.5979716,-623943.9852966,-623456.39683092,-621572.68333895,-619237.53833568,-616847.1648904,-614416.30650314,-612054.90568546,-610279.82532448,-609935.99296108,-610792.17471481,-610553.07904757,-610108.40409361,-610728.34939832,-612991.22968665,-614929.94848246,-613881.35665596,-614828.21952933,-616866.85106429,-618873.64812797,-619746.27520381,-620373.27899451,-622785.80149021,-624840.19587274,-626153.0126471,-627380.78264581,-628737.14386824,-629383.9088311,-630744.09782826,-632288.33782734,-634089.57832988,-634837.79671812,-636589.47350314,-635447.56465768,-634072.78060393,-634316.87778251,-633287.21219452,-631607.78826484,-631928.91134776,-633583.76608127,-636964.9964064,-639095.41451074,-641640.3593778,-642632.35494751,-643127.39803195,-643434.03291327,-645075.7945558,-644789.62140713,-645562.36993779,-647731.31872861,-649497.60805198,-652895.10715662,-655585.99926374,-658099.76564275,-658585.11054094,-662533.74702631,-667067.19610581,-669491.48974744,-670817.31811155,-672785.40747641,-674995.12610004,-672741.59873268,-672514.69422074,-675881.46988799,-678635.17691171,-678207.98845483,-680536.30123793,-683352.83370547,-686591.97419488,-688139.23576834,-692685.10169801,-695010.43897272,-698432.69139527,-699271.20955081,-700958.48070858,-702369.72706838,-704395.41884813,-705659.50629141,-705949.59438904,-705964.73566732,-705571.43092528,-704004.3968169,-701342.36584752,-697701.75158399,-696668.62566428,-695514.34091917,-698835.26459243,-700430.01698277,-700731.48371924,-701853.23825147,-709353.45375862,-714393.73140952,-716532.90211984,-722527.34656719,-725521.19523118,-726816.69006653,-731106.23866422,-734523.21158861,-734428.8828354,-735226.82748688,-738223.68691647,-739423.06587175,-742690.1735974,-744859.46376599,-746023.6144493,-748624.18968381,-748628.02704054,-754682.24942016,-761665.65432871,-763990.97146659,-766432.67911429,-768413.54790083,-771858.60669719,-774243.51099396,-778430.48052221,-783774.35105112,-789219.49704286,-791964.47851716,-792902.49363805,-790739.01466449,-789135.29124906,-790034.42243313,-788073.47414115,-791950.5858055,-793870.85203676,-797977.96991432,-798871.44157987,-800882.22391548,-803212.1106484,-806277.90834934,-810367.0668228,-813199.27331272,-814165.35057169,-817235.01307557,-820983.08199105,-823711.93404814,-823795.99317872,-823035.22206865,-823127.98269631,-825687.84914034,-826967.65423978,-830940.22257398,-833093.50909775,-835382.5068228,-837392.38441149,-842038.72827243,-845360.46427983,-851829.83829866,-854128.88572577,-855549.80390446,-860477.93405263,-863740.51512032,-863870.93072274,-864136.86551355,-865434.73342602,-869177.86300755,-873969.29508967,-877598.75212822,-884904.20714061,-889987.01044001,-893153.75271134,-897188.41298865,-902477.81582936,-906495.02081234,-912503.50008957,-918942.97870312,-917383.71286318,-914121.16064579,-915158.19005044,-917253.62382515,-921201.70154617,-922869.4789723,-926908.68926503,-928775.97559684,-929587.84690247,-933576.2794398,-942574.61107201,-945832.20375356,-951956.4778421,-958046.91053597,-960863.8101581,-963833.13353224,-967002.06787333,-971587.42994718,-975147.01132683,-983938.15008346,-991383.40785417,-995024.24412457,-998354.50574261,-1002719.23792048,-1010499.95568214,-1013738.62196502,-1015985.7196952,-1016060.29851496,-1018838.86291396,-1020228.6312044,-1022195.71852322,-1024128.22331791,-1027492.73234561,-1029951.88754966,-1033132.61348683,-1035676.97986759,-1042116.74112763,-1043414.96881982,-1046713.00932195,-1047525.09130953,-1050343.05519566,-1053601.50693197,-1056174.40972896,-1058891.70304869,-1063714.32540635,-1067632.80044654,-1069642.86839278,-1071928.22083677,-1072631.03565077,-1076133.40432,-1078008.87639073,-1080116.38083566,-1081109.35352232,-1082443.68941977,-1087575.91975548,-1088823.5044583,-1091604.34782039,-1093556.94648386,-1095389.21080539,-1094044.29484354,-1096533.50043579,-1096502.2077797,-1094435.80333036,-1096764.07061737,-1099694.48456903,-1102222.5997463,-1104483.85801645,-1105878.30171207,-1105999.28064123,-1104982.44893423,-1108103.6875847,-1111344.65570683,-1114656.26949219,-1114280.24661439,-1116919.29785594,-1118430.3377862,-1119828.93023622,-1123223.1012442,-1123627.95617834,-1124723.90369632,-1127351.127589,-1128443.43029029,-1130446.8542367,-1132642.41860846,-1134847.66125463,-1136840.82331177,-1137430.13569564,-1139567.72407642,-1142311.32363596,-1144205.35937622,-1144293.16682265,-1142034.90187281,-1142002.18541509,-1144495.37396615,-1146711.56528868,-1146490.69136832,-1149222.72379985,-1150920.56569006,-1152357.95679911,-1154828.83244567,-1157551.8266255,-1157607.89956786,-1158857.31839924,-1159031.12372315,-1160087.25202936,-1161792.55886701,-1162542.93348551,-1164374.45340512,-1164593.89087,-1165656.65672609,-1166514.14356823,-1169158.99541545,-1171075.95118944,-1170218.88047233,-1171237.92170459,-1172554.30121676,-1175382.35330341,-1179236.42251866,-1180518.04314266,-1183684.00962331,-1182063.7342126,-1187131.37129642,-1192105.49484319,-1194012.96233004,-1195954.32852002,-1195899.26500119,-1194611.27224321,-1191578.88553961,-1186680.66764108,-1182642.31766564,-1180203.58463621,-1182780.70541818,-1185958.84453677,-1190452.07331845,-1193113.82210007,-1196489.2409426,-1195688.27857573,-1194877.51978962,-1194562.74122562,-1192605.87276447,-1189126.57112322,-1188777.92049939,-1188935.03654513,-1187654.51218304,-1187824.62309133,-1188734.86808073,-1190272.08771572,-1192115.70983234,-1191369.53544311,-1189158.43592415,-1184826.58510773,-1181533.26303752,-1177878.62377376,-1173828.69853383,-1171804.77610276,-1170385.6786901,-1166229.96741282,-1164260.54344267,-1161417.33245566,-1159968.94701569,-1159138.72288421,-1157053.47738265,-1156434.20792281,-1159459.66459146,-1163745.42851118,-1165175.23296087,-1169433.56870205,-1168861.80579004,-1168913.34948811,-1169019.86577523,-1173772.15177007,-1176383.9065731,-1179528.25243901,-1182527.4275158,-1184878.80924963,-1185542.59428927,-1186952.68115582,-1188087.5131221,-1188842.84726075,-1190705.37763586,-1192659.99337922,-1195583.46133091,-1197965.81123229,-1200275.93925079,-1201739.23306972,-1200961.48645282,-1198832.77912139,-1198978.21656211,-1203120.27175174,-1205925.4889703,-1207610.94726326,-1210197.45933065,-1211393.47329244,-1210378.07294029,-1208721.54993649,-1211666.92309586,-1212110.39150264,-1214764.0012808,-1215358.32254635,-1215231.55823068,-1214250.70820218,-1214437.24018253,-1216357.2163321,-1216570.23032516,-1219989.55878689,-1222475.89701204,-1223150.6414919,-1222866.50805063,-1223341.54278787,-1225527.08242959,-1227374.67420455,-1228933.50886907,-1231325.02252803,-1234377.7698024,-1234447.25513951,-1234799.0811072,-1237272.26497036,-1239002.4618187,-1237124.8766453,-1238067.52951665,-1240722.07552934,-1242096.79331311,-1243700.23653748,-1244157.58346309,-1246106.59471711,-1246176.61032831,-1246696.32896002,-1246625.49117954,-1243598.25086942,-1240466.57352331,-1237239.04806265,-1234935.19347152,-1232185.44821131,-1229404.06944133,-1227098.67275203,-1225185.5914952,-1223634.5733161,-1224204.2587186,-1225786.09121815,-1226114.98151068,-1226934.04875347,-1229371.48635183,-1230031.25144884,-1233178.62260237,-1236076.06345854,-1237194.6584861,-1237331.14217175,-1239015.39729013,-1240376.86600051,-1238057.23702998,-1239979.93901474,-1240284.68766223,-1240912.79787126,-1242347.97199564,-1244979.25424457,-1248107.76557612,-1250446.54933054,-1254830.46424644,-1257658.18229394,-1261153.14203152,-1263174.03637943,-1261541.35714081,-1262206.33367523,-1266294.21176671,-1266276.57121268,-1267744.660417,-1271701.65496183,-1274297.16069,-1274017.06350956,-1274227.68038988,-1276433.99163217,-1276252.13888183,-1280678.55788032,-1283875.0029952,-1282699.98035174,-1284593.65647135,-1287789.41905545,-1291099.05886777,-1290183.77998446,-1289957.1003617,-1289452.85342238,-1289624.48668875,-1291877.46729782,-1292551.85898446,-1293966.3724414,-1296189.55797677,-1297819.19964928,-1300485.21521538,-1303325.94984278,-1305658.8840611,-1306443.33215405,-1308928.49518572,-1311757.10784421,-1314692.98183784,-1317596.83454737,-1318235.56109964,-1315188.43656511,-1316204.74540571,-1318965.58201479,-1320671.21508123,-1321957.09908446,-1323857.61579639,-1326951.26881349,-1325445.13312645,-1323933.28657263,-1325017.7775565,-1327691.33896126,-1331579.58276806,-1334605.95322522,-1335634.17808853,-1337797.38200765,-1339347.72889737,-1340358.83559235,-1338447.35987266,-1335155.39962077,-1333018.1769588,-1330506.64413893,-1334518.98134846,-1336709.95793158,-1336990.8201752,-1337679.05845316,-1339637.4390967,-1342982.64744646,-1343244.73782145,-1345694.8197513,-1349506.68376485,-1354478.2786172,-1353970.60749056,-1361552.03083324,-1365006.87972528,-1365644.52537877,-1365882.2962374,-1368951.01303702,-1369905.13673782,-1370718.29584692,-1368733.51521094,-1368846.88796381,-1367815.66025149,-1369261.59835495,-1371627.3784414,-1373477.19197978,-1375790.1843482,-1378059.02957896,-1378707.80644075,-1380464.15098945,-1384224.96938563,-1387048.30217406,-1388740.35222056,-1388636.84272616,-1390080.93574891,-1393614.08581481,-1393826.98629564,-1396782.12666736,-1398264.73222766,-1401892.66732923,-1404463.1218161,-1408870.0374219,-1414915.73820248,-1415691.54432575,-1414854.45366546,-1414716.82798998,-1412429.91344894,-1412957.41855099,-1415277.62675329,-1417966.98604852,-1419714.73069701,-1420725.5350019,-1420206.01616942,-1422444.74510185,-1424585.11682399,-1423239.06397418,-1420624.84125923,-1416822.53719101,-1416064.43847538,-1419755.14052611,-1422381.4295488,-1425449.45665076,-1426780.67872174,-1429253.43653249,-1431009.11041979,-1432832.08581638,-1433537.59151701,-1433872.23405812,-1433784.85466485,-1434940.37826068,-1436680.84862377,-1438838.88413334,-1439073.66849159,-1438636.2577027,-1440170.8613565,-1442679.35409674,-1443130.43900047,-1446276.16419013,-1449543.91047681,-1451652.64880795,-1452966.22579607,-1455616.94750208,-1457787.24530399,-1460508.69628082,-1463075.3225724,-1461163.8033434,-1458604.83613402,-1455505.6224686,-1454616.47775099,-1459543.82101761,-1463992.49438635,-1468727.55253795,-1474844.39167436,-1481037.21915576,-1486815.97726487,-1488919.51074203,-1489308.00118921,-1492052.28531599,-1496928.13344803,-1499675.07777389,-1502788.78839776,-1503908.17523774,-1504974.57816653,-1505074.37584773,-1502837.87065238,-1499603.63372873,-1497833.18441612,-1495247.6777573,-1495223.96113834,-1491528.44397908,-1489124.72885234,-1485494.75993886,-1483256.01188589,-1479986.81749256,-1477399.35246835,-1474252.78017852,-1467789.64084012,-1465185.40363106,-1462950.05141923,-1461340.6241308,-1462288.03189743,-1457559.24306732,-1454952.05644672,-1450521.82801563,-1451572.67212574,-1449355.7939805,-1444984.2018843,-1443079.99204137,-1438050.03264331,-1434402.92048039,-1431906.66888238,-1430149.07961649,-1426304.78591822,-1424041.96938155,-1421608.46336025,-1414971.43071866,-1407549.76908078,-1402655.31928531,-1398623.42088893,-1398574.77399436,-1397996.29482998,-1392062.42270352,-1390646.48705616,-1389436.03689832,-1391490.86042185,-1392971.7833245,-1390589.3438806,-1388752.8733634,-1388396.75242808,-1384399.09620182,-1382572.73417794,-1378615.3594768,-1374850.76880641,-1367657.81354213,-1360023.72689656,-1354100.30548537,-1352020.42574127,-1350961.57726512,-1348238.32034087,-1346069.78320388,-1345942.8410965,-1347123.46271278,-1347179.98291949,-1343918.30945454,-1339128.39519391,-1337015.50718212,-1333512.76800145,-1330139.61020671,-1326453.32699268,-1324206.77613262,-1324495.20583957,-1325265.71887245,-1324952.64733323,-1324328.01785673,-1323936.06948,-1323159.37959389,-1321535.14629196,-1323348.32116761,-1323516.16405311,-1322412.1993419,-1318659.49513622,-1316932.15690331,-1314794.75511636,-1313236.21206888,-1311925.69118854,-1312549.34187838,-1314440.37959981,-1314952.96374022,-1316778.71362114,-1321207.78678497,-1325414.19647714,-1330165.82483721,-1338565.57938479,-1340774.11193803,-1343270.54259331,-1344540.28343899,-1345709.0871576,-1349135.14535865,-1348203.25769726,-1350677.28486576,-1354082.95327666,-1354493.73173226,-1354141.81975107,-1355946.45638177,-1355003.3625469,-1351721.5961445,-1353738.75424165,-1355755.4043758,-1360204.67393448,-1364513.56750718,-1369139.11174938,-1372145.76502243,-1374798.50493136,-1373872.60301266,-1374279.82814152,-1376545.06309476,-1377321.28687306,-1378306.97985853,-1380983.83349541,-1382739.7131106,-1386829.75993354,-1388814.38227983,-1390998.01857928,-1389474.8065741,-1390990.63846552,-1395612.3721189,-1400600.35756996,-1402721.03764665,-1403901.91868503,-1406936.12504255,-1407648.08358536,-1408641.44146952,-1412126.19709681,-1414861.7096897,-1414898.22658377,-1415646.42715603,-1419865.05484936,-1424647.66214447,-1425851.08242985,-1431206.63243133,-1434633.28568562,-1430426.62350185,-1426383.28819969,-1424985.64926426,-1425911.17968107,-1428395.67846701,-1430406.66330111,-1431591.60159947,-1430266.73171271,-1426893.86431154,-1425524.87554253,-1423483.33141074,-1425096.96896391,-1427401.5164304,-1427649.09521009,-1431273.00660758,-1432653.4619249,-1433404.23939127,-1435282.33803971,-1438454.16252827,-1440239.23040344,-1441257.25738444,-1441341.55959503,-1441210.60025675,-1441890.56026881,-1444341.94712498,-1446961.04883654,-1448625.85323449,-1451410.54233199,-1457057.10455878,-1463638.37727742,-1470849.0341565,-1474460.24422997,-1479005.91601926,-1480531.35343631,-1479795.90583073,-1478667.87112759,-1481748.79593103,-1484761.60575361,-1486925.15113898,-1489131.59377103,-1490758.192951,-1492525.45432841,-1497022.52269859,-1500019.89935373,-1498604.29030972,-1497354.98689058,-1495886.86000925,-1496516.40666319,-1498932.26826272,-1501187.39379533,-1503066.91732972,-1505006.29918014,-1506142.34154625,-1504871.5345719,-1501194.28779422,-1498003.58172661,-1496153.0593189,-1496429.36715717,-1497016.09069631,-1496577.27061796,-1497548.82016003,-1498022.98274964,-1499769.78196981,-1498307.5301055,-1496480.80707435,-1498158.43588242,-1499373.46826081,-1501967.60934449,-1503588.43850501,-1505189.60954333,-1507253.96414578,-1508948.51149713,-1508454.02892784,-1508057.83502939,-1511500.89621691,-1512466.78352985,-1514031.43373376,-1512966.37478001,-1511034.30996162,-1509913.86075096,-1512303.41631417,-1513225.59762699,-1515165.81132347,-1516992.8594925,-1518505.44819364,-1519437.22880246,-1517480.58022504,-1515317.14425027,-1516038.9687555,-1512618.55650015,-1509798.31740543,-1506204.42662042,-1506321.00168069,-1507947.38930535,-1507787.09652144,-1505697.79080085,-1500609.81324109,-1496055.99208002,-1492059.94031542,-1490845.94876259,-1488743.52135188,-1486047.48121875,-1486344.35679665,-1486367.40279749,-1484693.34721493,-1481604.74467782,-1479659.94256533,-1475942.38774737,-1471007.55250276,-1468061.63986978,-1464483.6967307,-1461396.919219,-1459243.51900144,-1457490.09492193,-1453386.0804193,-1447926.21943265,-1444997.313467,-1443363.17747573,-1442748.374807,-1440735.11918348,-1438094.74221387,-1436437.7140895,-1434069.09226912,-1432550.80648744,-1436606.81408781,-1439450.0560493,-1436895.41361498,-1433104.42532005,-1430314.32059151,-1426737.78411977,-1425031.87620962,-1418767.53204436,-1413570.46780715,-1408835.57094502,-1406332.59907849,-1400174.21444557,-1399711.90459462,-1402167.90127297,-1402871.52292709,-1403030.20855211,-1407080.06798679,-1408666.71454409,-1413370.96218493,-1412482.64289323,-1410839.4762705,-1407180.3545506,-1403065.35112639,-1399012.30205619,-1398643.65067551,-1401416.58253042,-1404111.01650251,-1405084.27867044,-1406679.12946234,-1409009.23450503,-1410091.12449838,-1412883.1294316,-1415302.65370688,-1417847.69318436,-1419999.76883812,-1423586.02247174,-1426132.64353994,-1427184.50671805,-1433411.16536445,-1434802.60032787,-1435654.38396047,-1438493.00576205,-1439511.4116981,-1439722.95962678,-1441212.40998989,-1443096.05010696,-1443114.70789775,-1444509.07726195,-1445514.20873986,-1447535.08502941,-1450495.82705557,-1455666.93151736,-1458436.27356174,-1461346.90451402,-1464655.98216071,-1467786.63743714,-1472673.12430639,-1478033.68847646,-1481894.77218723,-1487312.45035744,-1497258.90290919,-1505096.28200254,-1508121.30902557,-1508831.66906153,-1508511.48246818,-1506812.17605606,-1507105.09361629,-1509599.95628852,-1511506.4641804,-1512029.27275677,-1514712.40361346,-1514153.72919951,-1509470.10008412,-1506295.04186412,-1505340.93955533,-1503128.16698043,-1504600.20256073,-1507450.08167199,-1510352.22630373,-1512965.57602547,-1515946.91587716,-1521108.21235757,-1523341.97141375,-1526717.24875068,-1529457.21562829,-1532862.55759179,-1533713.97791568,-1530430.85376019,-1523876.60919156,-1516419.84889993,-1505861.03344872,-1491277.45092564,-1491277.45092564,null,-1766547.983042,-1762797.60469317,-1758642.20098758,-1755614.70865348,-1753742.09121931,-1755847.0428311,-1755713.8345792,-1752332.25569736,-1745591.65963602,-1742124.66682011,-1738134.9200354,-1732549.62996327,-1726421.77011117,-1727502.4416274,-1732791.6035788,-1739021.20591115,-1742304.07943878,-1747155.75502212,-1750648.65611143,-1752818.86789926,-1758140.34167948,-1762924.09678036,-1765815.31296823,-1766894.69689016,-1770797.95072248,-1775883.3477479,-1780063.39903063,-1783476.89570025,-1787290.90769658,-1791881.73842946,-1791002.73529666,-1783432.65345002,-1779305.26983946,-1774630.16726133,-1770076.10094554,-1767291.46622017,-1766547.983042,-1766547.983042,null,-1829515.44612838,-1826033.75992462,-1825520.51941156,-1825978.92291186,-1827022.68964447,-1822962.56466217,-1819622.14952624,-1815811.14269916,-1815244.55734866,-1815303.94970721,-1815636.39779749,-1813619.55252365,-1811141.23655018,-1810109.91061019,-1807304.80843419,-1805174.13632509,-1801243.91206463,-1795311.66391089,-1794857.57006876,-1800946.30775212,-1805103.62198075,-1810299.89658718,-1811547.59616528,-1816113.01262331,-1819882.83022808,-1824813.22564997,-1827095.27786688,-1830421.65841463,-1832297.00511752,-1834880.64739569,-1838599.24112486,-1839813.46759109,-1838249.37612923,-1836590.15093534,-1832674.20001128,-1831904.20524334,-1832797.55028892,-1831543.38900231,-1829515.44612838,-1829515.44612838,null,-1610031.8135647,-1608770.94766982,-1603642.96353006,-1599985.03855824,-1599208.08635379,-1598380.1590233,-1596790.04725547,-1593905.82283066,-1588145.11325207,-1585193.1761846,-1581818.7845255,-1582403.913333,-1583792.39316741,-1583469.03195204,-1586699.01718622,-1590386.41949575,-1596026.53675023,-1597401.17749953,-1599397.5980568,-1600711.72477406,-1605069.75355071,-1607181.83835578,-1609127.00344789,-1611730.18972167,-1616096.73600496,-1620729.52798999,-1623276.61808251,-1623885.23378019,-1617034.95921316,-1614625.6083858,-1611777.44689274,-1609655.61186796,-1610031.8135647,-1610031.8135647,null,-1371844.65651831,-1370918.10732919,-1367106.53506575,-1363423.65455332,-1362375.11435648,-1357972.30125905,-1353964.84350676,-1355612.8103177,-1356603.47508226,-1360503.87095439,-1362269.60141354,-1365738.04901253,-1368914.24127822,-1370394.93499735,-1375982.95136746,-1377716.35068149,-1380799.58365709,-1381616.65389619,-1380366.40755125,-1380461.01334298,-1379292.99814002,-1376456.56290221,-1372645.38206471,-1371844.65651831,-1371844.65651831,null,-2076821.24519332,-2077411.73470236,-2080878.87359934,-2082550.72263189,-2084249.99245547,-2086119.06843344,-2088869.84831731,-2091241.96619305,-2093175.77929559,-2093817.63355238,-2093266.79189686,-2094826.62407323,-2096790.78986258,-2100000,-2099400.11892932,-2094144.34692656,-2090422.69498808,-2082593.01997501,-2080056.64091962,-2076821.24519332,-2076821.24519332,null,-1380040.2935345,-1380289.83612435,-1384070.21610285,-1384842.48534057,-1388252.02951615,-1389720.964816,-1388462.54375008,-1389345.5122653,-1392832.57811094,-1394888.29461632,-1397073.4822303,-1397808.46480496,-1398446.27665939,-1397318.12903467,-1394229.63102607,-1389755.59201592,-1385108.74971863,-1383283.10614468,-1380040.2935345,-1380040.2935345,null,-1521156.4904975,-1527454.05417031,-1529894.73479517,-1530586.69551595,-1534464.16568562,-1536159.88087077,-1534760.90283471,-1532026.54170791,-1529596.59692072,-1523098.21801721,-1519194.03066712,-1516713.4992613,-1521156.4904975,-1521156.4904975,null,-1635644.04862093,-1633974.70691729,-1633716.37835725,-1634056.2455094,-1635299.4787987,-1638390.1892326,-1642023.28997247,-1645655.48913512,-1649240.70112855,-1648007.40789089,-1645484.2981584,-1643621.70463031,-1639137.83298016,-1636372.3612973,-1637687.01397405,-1635644.04862093,-1635644.04862093,null,-1856410.51997385,-1859488.40361012,-1861905.87698486,-1863246.81033312,-1864984.35547358,-1868437.58116298,-1870030.55849638,-1868117.10743156,-1866053.65692854,-1865921.36543587,-1868171.06771781,-1871453.09164933,-1870407.35466733,-1867432.87680873,-1863732.71163251,-1862480.21940149,-1858998.29329048,-1855097.4025953,-1856410.51997385,-1856410.51997385,null,-1224561.38213077,-1224581.7326463,-1227627.47375315,-1233929.55587912,-1240629.61246961,-1242867.26579543,-1245444.18930807,-1248027.28334883,-1245209.3090612,-1240840.06029331,-1233206.55349729,-1230366.75011802,-1228298.2427674,-1224561.38213077,-1224561.38213077,null,-1239103.80057675,-1234093.45977127,-1232750.388231,-1233550.99782237,-1230167.98052057,-1228783.42288132,-1226956.15563675,-1223797.77049908,-1224507.09575123,-1223538.85058119,-1220906.23691361,-1219082.53484938,-1221028.01456882,-1222468.94901988,-1221361.73321648,-1220449.16963156,-1218346.41657129,-1218124.31773727,-1215995.65767078,-1214910.09754616,-1212260.44073362,-1211621.93351552,-1209401.09360366,-1208421.40044508,-1206237.90356998,-1207334.64097063,-1206507.1120074,-1205285.51760668,-1202739.38098038,-1200503.79519012,-1199762.28269917,-1200530.49293043,-1202132.40224973,-1202895.83117081,-1202198.83534434,-1200493.23773568,-1199442.26513905,-1198635.39585426,-1199117.05502817,-1197847.06810462,-1195721.98275762,-1193489.74132971,-1192332.17815037,-1189613.47728375,-1185058.37555712,-1184170.92456245,-1185475.82639811,-1189734.43511465,-1191377.3820388,-1194987.16006055,-1197524.84502524,-1200210.91090265,-1201093.10356525,-1203972.75314151,-1206433.83591442,-1205083.35785932,-1205445.46675909,-1206506.74192541,-1205881.26222423,-1204828.66682858,-1203340.2047602,-1202509.3970892,-1199817.93674,-1197963.13190766,-1197533.73948181,-1194919.40265028,-1195016.29278671,-1191325.83381832,-1193122.89388733,-1196448.82322836,-1194737.48885969,-1192733.23860157,-1188903.98830462,-1188646.04210847,-1190632.35716663,-1191791.24913072,-1189469.82205405,-1190907.85066353,-1195283.10529274,-1197743.18918527,-1198039.76059382,-1198354.41632788,-1199685.7531622,-1202611.71079876,-1205660.06959999,-1205338.52714038,-1203471.85744749,-1203752.76455961,-1207638.04451882,-1210613.40163338,-1211995.60856237,-1213763.09962994,-1215950.92280045,-1218035.00825314,-1220150.55254473,-1218873.97332202,-1218135.94845601,-1219688.63283457,-1221885.0216101,-1223658.81879179,-1225192.12531664,-1226443.2095264,-1228029.33915042,-1228823.46893199,-1232204.67360158,-1231966.97995714,-1237036.29707714,-1237642.19483166,-1240300.83728798,-1243520.28884319,-1244120.3869335,-1246621.51274151,-1249174.11600214,-1251728.63682322,-1251799.03486419,-1250099.18076048,-1248635.96178105,-1246602.36803222,-1243995.87082595,-1241331.90597719,-1239103.80057675,-1239103.80057675,null,-1937520.38375786,-1943877.47381413,-1948777.97601324,-1950726.49515886,-1952096.8947242,-1954708.82950555,-1958568.76377289,-1958299.17539041,-1956428.38286105,-1949957.84274596,-1944128.33648773,-1941976.72992824,-1938714.88363056,-1937520.38375786,-1937520.38375786,null,-1840554.00431406,-1839353.15490852,-1841291.28259516,-1842243.40804295,-1844703.68605865,-1847138.55885073,-1849006.31928769,-1852802.8004282,-1857559.9148138,-1858725.63007694,-1857407.48440569,-1852385.47126894,-1847474.8594028,-1844987.35967675,-1843451.2739423,-1842721.36586183,-1840554.00431406,-1840554.00431406,null,-1657877.01350502,-1658526.56099198,-1661938.37596355,-1666436.70819951,-1671250.96138484,-1674443.30120588,-1674202.56372992,-1672922.50879129,-1670301.33342568,-1669634.54314483,-1663961.95966347,-1660608.19414767,-1657877.01350502,-1657877.01350502,null,-1501805.50632121,-1500193.99660724,-1501589.04326265,-1505325.03191344,-1508857.66084377,-1514193.13531419,-1521366.35455105,-1522599.4867696,-1519006.88824461,-1513992.0855543,-1510258.27714394,-1506706.38188389,-1503376.17284533,-1501805.50632121,-1501805.50632121,null,-1403891.98430546,-1405800.31654295,-1408522.02183471,-1408644.36218407,-1408164.4810739,-1404917.45002622,-1399803.59189135,-1399268.33806946,-1403891.98430546,-1403891.98430546,null,-1980078.72199343,-1978472.19994265,-1978174.71648108,-1980604.01832687,-1981858.68210542,-1981369.950907,-1981951.21157523,-1984620.42462658,-1986876.8103367,-1988191.04218498,-1989541.67723377,-1990571.59380545,-1991482.50030296,-1993478.35481491,-1992131.66786461,-1989434.01027741,-1987574.1865715,-1984798.16356728,-1982534.72429058,-1980078.72199343,-1980078.72199343,null,-2075297.38039385,-2076349.07941388,-2078224.72937316,-2080434.39216456,-2082204.43428949,-2085783.45317188,-2081995.38576609,-2078948.90097489,-2076275.23243516,-2073092.17047617,-2075880.80478892,-2075297.38039385,-2075297.38039385,null,-1446926.66976644,-1449695.43426861,-1449339.62703856,-1442376.54828248,-1435907.78604717,-1437023.70761619,-1439068.86444786,-1442883.56302293,-1446926.66976644,-1446926.66976644,null,-1930973.47331582,-1932253.39852183,-1931832.94511224,-1928750.99239967,-1927237.12994815,-1924111.06985112,-1925476.14823368,-1928315.91834258,-1930973.47331582,-1930973.47331582,null,-1714285.00401507,-1717389.17251481,-1716365.38798364,-1714312.22001177,-1711523.15580416,-1708302.32084252,-1707768.75666228,-1711079.18540851,-1714285.00401507,-1714285.00401507,null,-718763.19346444,-719630.64967967,-718341.30754171,-714022.66371208,-708737.87960918,-707453.35864704,-704206.77526904,-703135.10722291,-701096.04469209,-698181.94651698,-695528.43056399,-696949.96427072,-695140.42994014,-694043.6245295,-686521.15568339,-680366.18085599,-677993.37920285,-675882.83972173,-671600.04073451,-665869.78574968,-667822.58369976,-662014.96936712,-659564.47546251,-656177.05711174,-655841.14993204,-653215.54703251,-650510.36400275,-647690.83556361,-647499.97563267,-647612.20906417,-650818.40817845,-653016.73122349,-654859.08928594,-656968.9535212,-658568.25435326,-661120.49943238,-663766.5301101,-663054.14998892,-664981.55967803,-668345.20465812,-669686.89691876,-671309.31216225,-673847.01919926,-678489.83741033,-681267.69608724,-683202.29184962,-685407.06538106,-685679.58061769,-687333.06232385,-688912.09968184,-690146.42144127,-691886.4688911,-694185.58693069,-694763.4346454,-698205.7464857,-696687.07280184,-698487.2593008,-700668.24904524,-700370.22331803,-701387.18387352,-703780.99912997,-706077.616825,-706863.96791748,-707215.09608394,-708224.09183182,-707769.31021895,-710263.53379465,-711257.23283107,-715379.70856565,-717039.04696963,-718555.98022025,-716509.92213744,-715700.55043475,-715016.2658742,-715491.32271471,-718003.11784159,-718763.19346444,-718763.19346444,null,-1667020.23341434,-1666112.33281913,-1661920.87366584,-1658175.58171426,-1659903.00367512,-1662681.57438479,-1665616.11906227,-1667020.23341434,-1667020.23341434,null,-1901850.37435009,-1895896.72511064,-1894280.53334971,-1894137.18384391,-1899304.46272222,-1901040.89033716,-1901850.37435009,-1901850.37435009,null,-1636844.78364763,-1636532.66280527,-1633572.14078775,-1629696.68229541,-1629758.99079589,-1633725.1413942,-1636844.78364763,-1636844.78364763,null,-1263520.66791697,-1266872.17650058,-1267950.30510224,-1266588.33766795,-1264807.70606372,-1262794.16913172,-1263040.60979726,-1263036.87903217,-1263520.66791697,-1263520.66791697,null,-1621781.3582662,-1624637.3787881,-1619636.69547143,-1616185.0568591,-1615853.25778546,-1619239.91929927,-1621781.3582662,-1621781.3582662,null,-1891755.0441357,-1885596.3366637,-1882295.99182424,-1883564.34285974,-1887792.90029034,-1890228.38562053,-1891755.0441357,-1891755.0441357,null,-2068537.32015597,-2066971.06128171,-2062371.47068478,-2060644.38217377,-2060792.57044185,-2065352.38331617,-2068537.32015597,-2068537.32015597,null,-1204906.09857143,-1205009.22318744,-1203056.69675177,-1200346.08323688,-1201245.67133146,-1202263.37191849,-1204906.09857143,-1204906.09857143,null,-1307572.27481338,-1311531.26855279,-1310752.55081324,-1307935.76116709,-1305822.15000562,-1302727.07028131,-1304451.78475066,-1307572.27481338,-1307572.27481338,null,-1232850.37469834,-1234339.58335112,-1231963.39374264,-1230176.72499946,-1228457.90524505,-1229107.82212348,-1232057.60220988,-1232850.37469834,-1232850.37469834,null,-814321.42544974,-811225.31683188,-807328.00428539,-805626.03027321,-803031.60130059,-796973.7105148,-790569.25712249,-786556.96586587,-781984.1763118,-779342.19264889,-780486.21330798,-777334.76361894,-776794.28546063,-769320.71819778,-767002.27345989,-765731.75711043,-757667.7277566,-755276.13048754,-752730.62502719,-750162.9997159,-748492.6838509,-747205.3868862,-747680.32692863,-745545.09211387,-743511.91831131,-742025.93878713,-741230.27340803,-741132.08703485,-744108.26778082,-745879.87479903,-747781.09485475,-750573.99891058,-753463.85213447,-757110.46581527,-760019.13045686,-762647.05447449,-763377.686719,-766625.94768992,-768581.0719889,-771322.20055983,-774577.40606968,-773974.15864424,-773710.7085133,-773808.2711448,-773107.17952572,-776476.60136468,-779811.84763094,-779527.38399721,-779654.29478411,-783780.997992,-784623.77204804,-785910.6077282,-784496.76601716,-785229.9107996,-787159.01282762,-788968.66597228,-789259.1740316,-790436.63132383,-792767.13760189,-794877.0168846,-798285.74064944,-799964.92952866,-801791.90502563,-804724.13997887,-806040.44671515,-808793.29725213,-811422.32822053,-811437.5661803,-813825.34431351,-815148.42770214,-817746.73990911,-819355.20082322,-819779.45850234,-817970.63954239,-816703.85304686,-818973.68538854,-816724.75891695,-814321.42544974,-814321.42544974,null,-1886505.7748771,-1885812.00396992,-1887710.28805942,-1890226.15222458,-1889228.67171022,-1886505.7748771,-1886505.7748771,null,-1963661.24956959,-1962830.34918572,-1963384.77543292,-1965938.87275434,-1967028.28496869,-1963661.24956959,-1963661.24956959,null,-1294504.05905848,-1293306.77364366,-1291401.60833316,-1291265.77228777,-1292786.85481876,-1294291.23406093,-1294504.05905848,-1294504.05905848,null,-1958606.97058396,-1956396.25287725,-1955582.10467375,-1957454.54077573,-1958464.90086554,-1959647.27174443,-1958606.97058396,-1958606.97058396,null,-1416577.74313055,-1419992.72298656,-1420223.23654477,-1415732.87316778,-1416577.74313055,-1416577.74313055,null,-1967631.94424781,-1965964.41895906,-1965052.26590749,-1965478.87159061,-1967726.33322098,-1968387.38623602,-1967631.94424781,-1967631.94424781,null,-1678457.05236481,-1676894.86439126,-1677960.95753808,-1680027.08598745,-1680107.18220938,-1678457.05236481,-1678457.05236481,null,-1411290.95951797,-1410586.36284168,-1410841.71512539,-1413679.61133633,-1413090.92068111,-1411290.95951797,-1411290.95951797,null,-735607.12832238,-734619.41933853,-738050.4260554,-742347.74745497,-742249.35250679,-739836.10566265,-735852.23954257,-730427.40108552,-724973.64826752,-724591.85273236,-719630.8255997,-715206.82472815,-710945.9692177,-707904.78818275,-705399.74777424,-701422.46100618,-700030.53052855,-700325.58184614,-702808.63815283,-706139.29024861,-708650.62214416,-710778.19947232,-713730.23942921,-716357.79702842,-717394.20001799,-721825.29300636,-724834.49957733,-723771.70347994,-723943.31151361,-723044.70135679,-723687.64277968,-722691.09978542,-722440.16398676,-723770.23985741,-725577.80250554,-725173.43188417,-723767.33710412,-722886.31085033,-724357.46072737,-724888.09716553,-725655.61844227,-727102.33521646,-729395.26842697,-727329.76240165,-727220.19119679,-730495.13073475,-733311.96506232,-735142.03664967,-735031.51518832,-736162.3202041,-736499.3360499,-738013.53697972,-739865.6332006,-740646.87538795,-743347.50672629,-747227.0239117,-747402.05558703,-745826.15409871,-743970.87926862,-743304.59309303,-740312.48957128,-737989.99522642,-735607.12832238,-735607.12832238,null,-779919.68086711,-778449.98168634,-776540.35628091,-772932.68935046,-769456.22892562,-767944.53277728,-767894.28030417,-765704.19661466,-765038.87171642,-763427.7590706,-761322.74298379,-757783.54510078,-753580.88353159,-751111.30756713,-747627.97643449,-747067.91028093,-746740.58681814,-744441.69890959,-741492.70265568,-742005.27622049,-742755.65551219,-745948.03641129,-747998.84027542,-748674.23261159,-750343.09003608,-751726.80913475,-751394.58595594,-752292.70035756,-752991.53689013,-754462.90925398,-757684.55622055,-760212.60727448,-761309.37203816,-764470.28246616,-769677.21813499,-771730.28254491,-775620.27884356,-778945.1276472,-782575.11933377,-787278.4179992,-788796.74065162,-785777.57383798,-782791.96120169,-780599.30036665,-779919.68086711,-779919.68086711,null,-1615422.65473314,-1615281.42485652,-1610917.85606774,-1604319.66191072,-1602364.43935009,-1596673.66293519,-1594154.14653089,-1591359.67741756,-1589989.5100529,-1588604.91336321,-1587118.72196052,-1586788.69290038,-1586470.69749766,-1583737.23326789,-1579841.02153351,-1578362.12726596,-1576502.34726753,-1569153.92129332,-1566191.63298103,-1561394.13496136,-1563266.2607209,-1565522.37117734,-1567600.37341039,-1570056.92748191,-1573219.40129181,-1577800.43561863,-1580067.45692754,-1581262.71300961,-1581450.23874462,-1583162.05992947,-1585401.90877789,-1585411.20477465,-1586803.56863504,-1589742.75095346,-1592343.04466827,-1593895.48853491,-1594233.9594576,-1596159.38910025,-1600281.60030233,-1604543.03536418,-1607877.68139925,-1611271.08770574,-1612690.33519859,-1616137.57333353,-1617861.44268342,-1620332.48356446,-1621938.99762657,-1622763.49819419,-1621769.29513504,-1620374.5637541,-1619702.13639417,-1617927.29762316,-1615374.00841036,-1615422.65473314,-1615422.65473314,null,-1538332.93315961,-1538762.44747857,-1535789.61715105,-1533656.5608557,-1531968.7912707,-1530560.50963641,-1528050.10392942,-1525001.01693479,-1522786.0478139,-1522005.44776377,-1520704.34456573,-1517168.14971079,-1512790.80133377,-1513934.57285833,-1513184.95582869,-1514196.9920395,-1513046.89745412,-1514195.8352444,-1512642.34104485,-1510556.67371531,-1511822.37112239,-1514721.33189614,-1516102.36372346,-1518176.4687803,-1521019.05687235,-1523458.40873652,-1523657.95311956,-1526161.78162609,-1527808.05487381,-1529754.13756979,-1533144.31317269,-1536485.52009057,-1539283.85755255,-1542336.11361545,-1545090.24118636,-1548468.26536107,-1550774.2620247,-1550740.7862388,-1552375.68597646,-1549693.51744081,-1545115.14491739,-1541288.17195068,-1539154.25110109,-1538332.93315961,-1538332.93315961,null,-1565607.76639196,-1564163.05281525,-1564794.38692291,-1563312.45667829,-1562303.81513552,-1561430.12286316,-1560419.77943628,-1562839.80033358,-1563978.02241446,-1563897.85106471,-1560859.30502529,-1556752.28895706,-1553067.70238492,-1550455.61690106,-1548985.98722207,-1546909.83260211,-1544972.91465236,-1542793.37010682,-1540340.95098492,-1539294.8715213,-1537861.73209222,-1535287.63968337,-1537603.25254415,-1538950.04192955,-1540058.17650528,-1541914.81335878,-1544241.1995853,-1542430.72871732,-1538689.49896295,-1536378.12865543,-1535979.75053252,-1537146.11972412,-1539995.2766041,-1542072.42532619,-1545455.41219247,-1547228.44321793,-1549216.586463,-1551285.95945113,-1553839.97960384,-1557338.96745013,-1560484.47970459,-1562681.62257623,-1565156.02021012,-1568610.43734952,-1569088.41301162,-1572062.96862524,-1574053.64046743,-1575425.97661606,-1577713.05985278,-1581084.86967616,-1583841.63206878,-1582159.73300066,-1579470.7802186,-1576671.28546331,-1572984.24800999,-1570608.08893283,-1568115.23566055,-1565607.76639196,-1565607.76639196],"y":[-1798707.50711856,-1792434.42092143,-1788318.83912322,-1786247.9052899,-1786252.25960183,-1786719.7885649,-1788795.36388689,-1791638.78883103,-1794676.52870774,-1796999.54298596,-1801200.59171225,-1803653.42262985,-1805294.42867923,-1807077.56054518,-1811891.71839179,-1814140.70023073,-1813136.34169516,-1813344.73987472,-1814984.05612412,-1814307.75973487,-1813960.37672465,-1816715.25611642,-1816477.00615154,-1817485.78962377,-1815296.59639164,-1818475.26796471,-1815922.99877425,-1810816.23957722,-1807646.11668132,-1806553.72139465,-1807053.98594106,-1808681.54701312,-1809428.32645947,-1808386.56360493,-1804191.40503195,-1801272.67838164,-1799602.74084586,-1799521.57087594,-1801684.37633464,-1796116.29351884,-1793449.18795747,-1787521.74366315,-1784110.97233624,-1781919.0740558,-1780927.94617167,-1774786.90249987,-1772557.2143535,-1770315.29683535,-1768800.2278696,-1767679.08941305,-1767776.75077446,-1765584.17750353,-1763572.63460271,-1761506.83744905,-1760460.26318946,-1755257.49143125,-1744496.27895181,-1736529.23262329,-1731811.68645831,-1727527.21131773,-1715895.77382875,-1710572.19424534,-1710020.87997315,-1706546.86848484,-1705131.40758044,-1703321.99105983,-1698957.41644646,-1694968.14134984,-1691998.7587427,-1691217.71258427,-1688357.14822812,-1687128.74866018,-1683212.09183414,-1678624.04995817,-1672958.41985566,-1665422.03204139,-1666355.50940727,-1667880.06967858,-1667635.98323304,-1666699.53837808,-1666529.23802816,-1663525.88649817,-1657808.77741397,-1649025.50349348,-1642828.54452327,-1633530.59077263,-1627272.63612735,-1622921.02402268,-1617901.06611955,-1609538.00561008,-1604492.56231521,-1598601.16096307,-1600253.60401528,-1600844.82209115,-1597176.73290928,-1588308.72547862,-1581009.09293501,-1576643.07129621,-1572732.78396289,-1575688.24463766,-1577041.54938433,-1576973.4037344,-1575748.28234844,-1575141.367482,-1572930.36190463,-1567778.80112545,-1561714.71337188,-1554347.58038835,-1551925.3904586,-1548525.98579436,-1551367.03056478,-1553139.61794468,-1553925.44048175,-1556842.61918473,-1556305.86854508,-1557224.49311147,-1560737.06373287,-1562507.6816521,-1565015.17760583,-1566795.4017137,-1567948.58743737,-1570310.1861704,-1573620.22248718,-1574610.51786342,-1573688.61049776,-1571690.76361407,-1568936.85035437,-1566126.79732179,-1561756.77911756,-1558261.86183254,-1559146.31630626,-1564879.28556707,-1568187.04798281,-1574049.76835771,-1573655.15878718,-1574020.28712459,-1576056.38630536,-1570378.30430173,-1570254.01215972,-1569645.94151277,-1567791.91643298,-1568031.96643853,-1569321.47030481,-1569137.74446644,-1569937.25647677,-1571364.82392175,-1572794.86587518,-1575588.62864794,-1577940.55299882,-1578827.58776319,-1582133.62677,-1582670.06972838,-1583235.25700197,-1584146.44596864,-1584476.07001287,-1586762.73618969,-1590156.48146185,-1590016.7799999,-1591181.68038696,-1592227.91108979,-1589018.45351013,-1587443.04024395,-1587103.24550443,-1585740.21181516,-1586557.74640393,-1588400.28675452,-1586883.17091347,-1582868.13367525,-1583227.36081812,-1581607.67922231,-1582591.4546988,-1584941.32705343,-1584143.96643765,-1587210.9544998,-1589448.67422717,-1589612.7562706,-1587053.46797006,-1588109.03501075,-1588886.02136613,-1592273.67843655,-1592886.90861009,-1591393.24718574,-1593763.18134181,-1593661.89120259,-1591451.99542282,-1590307.4099773,-1590468.01873617,-1590991.95349539,-1589251.42528601,-1592508.91426014,-1594214.6231619,-1595559.26880899,-1595946.24385759,-1594806.83602865,-1595012.47771295,-1590873.9161655,-1589554.77007807,-1584934.78505463,-1582316.11414494,-1582619.93343527,-1580786.92466348,-1582735.39868961,-1583947.34668421,-1586846.80813748,-1588667.79830814,-1588943.98148677,-1590834.25250715,-1591871.96632397,-1595186.93555413,-1594721.90061484,-1595634.8566761,-1650998.61933167,-1779109.66890154,-1779141.15260341,-1968214.03740229,-2040642.50233569,-2044736.78167689,-2045342.84931112,-2040772.34962462,-2043228.43940481,-2033700.45674771,-2028274.1789624,-2029841.26311898,-2041779.6967774,-2044967.51505366,-2046429.77147805,-2051519.69674009,-2052941.336697,-2068811.79312156,-2079908.40695152,-2083776.57637788,-2083883.11809696,-2083077.67316734,-2077161.91485731,-2067322.1924807,-2066067.8528035,-2063606.74940521,-2058348.98846067,-2057042.25193044,-2048741.50650063,-2048386.77934271,-2043809.9213332,-2042258.36280637,-2041371.36035547,-2038076.05354011,-2034796.07244325,-2029682.34800183,-2024306.67234424,-2026800.96842289,-2028162.10769613,-2029133.8250709,-2031082.16891597,-2035173.20033216,-2037986.49432756,-2039322.05647104,-2041143.57125964,-2041155.4561524,-2043519.22712523,-2042572.52963978,-2045271.72408096,-2046773.11748269,-2045965.84143391,-2049259.99602246,-2052157.06938866,-2052037.09766995,-2052058.21368199,-2054054.56184796,-2056110.70084308,-2058023.84301128,-2062128.20674367,-2067065.88515895,-2069822.25488844,-2073831.82670324,-2077582.81014568,-2077594.82135612,-2083377.45944923,-2088309.91058478,-2093353.72964644,-2096940.99712642,-2100325.8606549,-2105256.65391372,-2109981.5348336,-2116707.17453674,-2115159.90828383,-2123096.88590129,-2123917.52895213,-2124207.2797028,-2126867.48586529,-2132898.6501175,-2129505.16812964,-2131062.87987971,-2132117.85181147,-2133014.14437706,-2133026.16184429,-2131389.98562863,-2131814.58093825,-2133749.21203183,-2133149.41342794,-2137047.30703579,-2136665.56712914,-2136824.5532245,-2136826.22199748,-2134229.01820032,-2138480.46275466,-2141986.97192462,-2146933.05949593,-2148159.30271419,-2150279.42161841,-2152010.28706009,-2153530.52698996,-2158848.18636838,-2161616.6148949,-2163795.11399014,-2167612.1453376,-2168696.24384807,-2170590.19277983,-2175199.67225757,-2179685.07833619,-2183837.48619413,-2189919.31698857,-2197151.47584033,-2199915.63344986,-2201538.95954245,-2203249.81620459,-2202260.13323807,-2201549.77205794,-2203029.96821719,-2203164.06985977,-2202288.64704454,-2198931.22074242,-2197007.44024147,-2195358.73753843,-2194859.53195369,-2192545.85637881,-2190707.7682873,-2189933.06718043,-2188364.375824,-2187182.9565583,-2187712.17390056,-2192052.53657279,-2194928.11561982,-2197987.3598976,-2200168.80524149,-2200476.1445997,-2203539.23761502,-2204773.57819848,-2204383.80333407,-2203572.70270011,-2204773.72596148,-2204414.12203629,-2202700.32984865,-2201639.08184779,-2200732.42325503,-2197675.34329246,-2197039.78438081,-2197455.74770581,-2197792.41076175,-2195615.58638607,-2191954.32235089,-2185970.06772025,-2184256.70242587,-2183886.55572731,-2183198.76239435,-2182308.87438588,-2180449.02426616,-2177683.32869842,-2175441.36195704,-2171690.19253871,-2168113.80737667,-2167310.1501453,-2168309.50205115,-2172078.15033982,-2171707.77990124,-2168827.80564594,-2164354.69003417,-2167501.04156334,-2164717.90596956,-2160067.86111714,-2160502.19060373,-2160814.31631359,-2160190.27042557,-2159215.19952333,-2159087.73551868,-2158841.29463461,-2158141.60359344,-2157495.5820716,-2152910.89842839,-2151197.56412662,-2150445.65061105,-2148012.23909126,-2143925.21748123,-2141493.38158084,-2139034.29857394,-2136307.26400731,-2135811.82581699,-2133966.93239699,-2132081.98024265,-2126988.48580373,-2124975.87791606,-2125661.76244129,-2124288.87466438,-2126176.66504868,-2125591.89442285,-2122633.41483686,-2119211.21945783,-2116144.01263492,-2111837.93526088,-2109280.22499067,-2108139.71872405,-2106611.28692734,-2102359.02871605,-2099292.76512114,-2099288.23271359,-2094250.81725967,-2090508.44734226,-2086685.21675796,-2085222.11273294,-2086182.71618608,-2087057.78839993,-2087082.59953739,-2087801.2411868,-2082356.55545681,-2081129.84079268,-2082610.99971159,-2083115.68997429,-2086225.69994467,-2089022.16309623,-2090291.80007881,-2094419.06183653,-2094071.03436877,-2094548.77498253,-2090905.38881695,-2091484.47421631,-2092784.93725904,-2094045.79409061,-2091429.88906449,-2093935.34234997,-2095136.1270151,-2097527.91236753,-2100248.27171095,-2102380.92321509,-2102702.28863318,-2104792.10053515,-2106234.77852917,-2107719.88069532,-2108644.13947962,-2106273.43995595,-2105549.41068267,-2103527.09256035,-2102621.66306727,-2103745.38283987,-2102577.77931254,-2101767.75387457,-2099156.40056527,-2098944.86162593,-2096933.37765103,-2094274.59499589,-2092697.93104328,-2091884.27653486,-2090226.07454446,-2088483.51312051,-2086110.32353016,-2083903.05790012,-2083261.76314724,-2082666.37209666,-2080361.12684567,-2079389.13133135,-2078775.21864215,-2077974.92993897,-2077138.15495319,-2074988.21757499,-2072617.08363063,-2068050.88283903,-2065956.55394886,-2062840.34745804,-2057632.3403459,-2058343.56214643,-2060537.24791437,-2064305.05043472,-2065985.4646642,-2068765.99328994,-2069457.00354299,-2070850.78756111,-2070682.33544,-2069386.68971902,-2068342.07941214,-2066347.97749869,-2065339.101225,-2066303.53566524,-2065198.14190311,-2065534.4755928,-2065668.81786513,-2066622.49559965,-2067856.07371351,-2069920.65446966,-2071653.92525813,-2074897.06961899,-2077163.4938324,-2078987.49690385,-2079047.92152281,-2078390.63505892,-2077272.32628749,-2074838.48839401,-2074415.38736378,-2076623.67765949,-2074327.07475954,-2073572.64620233,-2072860.05659881,-2073276.9275389,-2070514.08312476,-2069689.813994,-2071115.30280635,-2071021.21008033,-2069682.17977814,-2072078.57535417,-2073566.83117509,-2072219.31768976,-2071222.92937342,-2072840.06828524,-2074221.37353352,-2074866.72103557,-2076243.73662635,-2078335.27624977,-2081564.6372835,-2081692.02582695,-2080106.20424611,-2080643.46326187,-2083523.94374653,-2087646.72358065,-2091314.62778635,-2096402.23907902,-2098893.51346772,-2099829.80568622,-2102247.39845086,-2103300.97069174,-2105623.07159869,-2107466.16794427,-2109105.02063611,-2111206.94227499,-2110464.20810065,-2107757.34529366,-2105772.56476529,-2101918.28128732,-2102901.65747577,-2104599.28410309,-2102273.12523507,-2099843.16003746,-2103003.40105907,-2105423.64511705,-2107096.43981146,-2106773.48857277,-2105897.93287505,-2105975.68400378,-2107631.33651293,-2106516.37082808,-2107496.18167021,-2106545.58689179,-2108428.92336928,-2111943.75111849,-2114174.16650182,-2111191.11195431,-2114147.58362289,-2116953.19004023,-2117928.90084677,-2121198.71316976,-2120223.92831367,-2122017.92138756,-2125516.25558163,-2122726.68534187,-2123497.41207388,-2126869.17465813,-2131049.06973698,-2136091.08096723,-2138249.80089371,-2139732.99804432,-2142709.13363632,-2142808.45579581,-2139060.48365515,-2137434.6911397,-2138290.80738214,-2141333.84788873,-2145631.95396536,-2146446.66925823,-2144883.49458426,-2146482.73726461,-2148254.90856082,-2150186.74526618,-2150846.1650082,-2151999.19196204,-2152087.41742734,-2152131.9724082,-2151551.50173746,-2156781.72391007,-2159843.4188684,-2157758.50507382,-2153772.79243184,-2151427.41026877,-2148040.88290404,-2143985.94121113,-2141158.06111824,-2137651.28400751,-2134542.9745819,-2131265.56286156,-2128246.62905735,-2131189.70832503,-2131887.94797539,-2130255.83860729,-2126490.19809975,-2122549.79378973,-2118699.13064162,-2113973.19240276,-2109108.58929569,-2102837.64059522,-2098503.40450537,-2094665.34420707,-2093737.54593219,-2088214.93568483,-2085016.03879673,-2081496.00856256,-2077863.51286043,-2076608.58978174,-2074446.82463114,-2072920.78514538,-2069081.9448579,-2064215.9087678,-2060015.13167472,-2058257.41727312,-2058647.93522557,-2064256.1518932,-2064499.17981772,-2064613.79500298,-2061260.85484223,-2059727.01807124,-2057651.42313253,-2057033.56648007,-2054225.91088685,-2051747.87228354,-2051341.01602609,-2053233.64482315,-2051345.95079419,-2049741.6484273,-2046423.62146301,-2047886.04471823,-2047057.18676868,-2047732.55876093,-2050095.2396903,-2051366.00068214,-2052270.75190185,-2054188.73819388,-2058295.17756166,-2060299.14517519,-2060894.00765811,-2062698.56295124,-2063061.7933807,-2065699.80616443,-2069139.87840306,-2071914.72397803,-2074012.54258646,-2077704.5499977,-2078843.65133182,-2078821.96508783,-2082311.70044248,-2086711.34160977,-2089093.29425412,-2092542.2593158,-2095430.2016625,-2096260.61228233,-2099094.58669058,-2102093.01561119,-2104778.41399667,-2106644.8661709,-2108493.23895572,-2111233.6938994,-2114592.14743927,-2118914.75603856,-2121373.63099701,-2124092.55362015,-2124057.47923339,-2126727.39038256,-2130745.59930522,-2133836.02309389,-2135985.32323758,-2137313.17581942,-2137831.75885465,-2137557.56063141,-2138202.70151211,-2139901.02088435,-2142030.59283783,-2142455.24838751,-2143119.89705677,-2146986.69629342,-2148815.99724293,-2149376.0778528,-2150479.39928377,-2151689.22873772,-2154673.94445211,-2156877.96656798,-2160502.80085165,-2162801.08473118,-2165303.35169561,-2167601.87233549,-2167762.39528105,-2166978.53679805,-2166600.94844417,-2170062.43150496,-2170004.91686488,-2171997.65327847,-2173983.86567173,-2175876.18336604,-2176562.64894622,-2178465.2119278,-2182510.51912732,-2184300.11476596,-2185701.30141567,-2188174.2161372,-2190142.73030909,-2190268.37315816,-2192968.21752736,-2196229.83675818,-2196668.28956433,-2199475.8380081,-2201738.00230629,-2203885.64757952,-2207611.13676383,-2211203.24520555,-2215342.86804817,-2217730.10698687,-2220003.06672273,-2221915.89294915,-2223124.29575734,-2222161.68825561,-2223924.02616127,-2226413.62918993,-2228796.48371917,-2230840.58928241,-2233302.40983397,-2236625.06461177,-2238963.58481129,-2236963.02893169,-2236320.13085197,-2240863.25426505,-2242494.77079204,-2243837.23337759,-2248087.33808935,-2249161.26446868,-2249888.13476405,-2253588.0321731,-2254316.10070022,-2254266.62215278,-2256779.68372123,-2259997.12956153,-2264465.59217777,-2267780.34499548,-2268018.92739182,-2271144.27521431,-2273794.94610635,-2278157.81131509,-2277830.43943464,-2278283.19015934,-2283006.14110775,-2282037.76709791,-2283990.11189865,-2286386.68615491,-2290058.08045041,-2288399.83935933,-2289900.48837754,-2291302.83298619,-2293900.50307165,-2296811.45119566,-2298205.55895552,-2298120.83404264,-2298806.67185567,-2296648.42993584,-2295841.03630399,-2297386.22053395,-2301206.32786294,-2303818.18280699,-2306803.37151495,-2305898.48496095,-2306877.28761697,-2306729.18336668,-2306006.88123258,-2306790.56316849,-2308879.63466825,-2313279.43337056,-2313496.86982679,-2314397.18975981,-2315419.11499469,-2318556.0445251,-2321653.26831266,-2323710.97277096,-2327279.03411303,-2330886.43196206,-2331715.70148906,-2331064.02939158,-2332914.42730681,-2332958.50699343,-2333503.00708884,-2335495.53460292,-2339553.96326038,-2345858.04269483,-2347896.54306787,-2349720.1520486,-2350399.50625511,-2353230.5779126,-2353416.80295428,-2351124.69958101,-2349015.01849047,-2344169.01457945,-2341483.87204401,-2339698.45880826,-2339044.52773411,-2341614.09534214,-2341606.66288486,-2342196.45863833,-2345803.40154758,-2347878.96634299,-2349955.45168069,-2351945.16884015,-2355502.25063676,-2356858.45171125,-2358510.06121318,-2356572.76113692,-2359268.80581587,-2359679.47275681,-2358588.58684169,-2358600.57421492,-2361869.05263659,-2364526.31737209,-2364291.71398659,-2362957.75607864,-2360141.0237908,-2357270.54627093,-2353569.76062728,-2350579.7326522,-2350257.86480909,-2350932.31707375,-2353951.76589,-2356288.97685395,-2361730.69523851,-2365713.61349518,-2368864.03047238,-2373509.46906629,-2374693.87937178,-2377317.59013872,-2379272.58136517,-2378571.88420497,-2379871.32700014,-2377364.30113531,-2376733.77359438,-2378624.45503978,-2377120.46545495,-2378915.91836984,-2380842.10251156,-2384226.71942007,-2388367.10978403,-2390405.48420572,-2390627.16201566,-2387536.05037909,-2385801.10888296,-2380326.6477232,-2379498.87138841,-2381847.46421791,-2383500.62356267,-2384096.41281219,-2385607.57888927,-2384336.9427797,-2382076.70758788,-2385425.78719226,-2387403.07356212,-2389699.98610154,-2391064.25506624,-2392855.48899424,-2393050.99011823,-2396357.02986868,-2399746.05146808,-2398029.71795672,-2398789.10581484,-2400387.44945212,-2399416.78677267,-2399702.66041301,-2402045.57742766,-2404407.95831199,-2407421.57195706,-2409574.067625,-2410744.12269576,-2410411.33020414,-2408300.094043,-2404743.34834721,-2402940.33511263,-2400522.78247463,-2398607.88107719,-2397528.98444621,-2394712.8664056,-2388622.72521886,-2384993.55906789,-2383287.63452002,-2385432.98722884,-2383743.99181807,-2381914.39602895,-2381382.29473519,-2378660.73947073,-2377968.93338488,-2379044.69283189,-2383571.462155,-2382660.91874935,-2379733.18173788,-2374914.15386936,-2372379.7303923,-2372863.88865737,-2371685.41295909,-2368878.66305306,-2366552.45468009,-2361934.09703401,-2358194.6745347,-2351297.80635588,-2345960.65433309,-2344068.58457806,-2341972.60229439,-2339880.55534954,-2336936.00466351,-2336353.35549953,-2333888.14542784,-2331019.7386235,-2330463.82090625,-2330467.70596142,-2334386.25144117,-2337515.40422321,-2338649.31712861,-2338356.62604514,-2335910.10921819,-2333736.42724206,-2332560.30115453,-2327748.93857893,-2321070.82635359,-2317406.49204132,-2313958.19816806,-2311225.02126173,-2308660.72010689,-2303812.28159346,-2299491.90177167,-2293577.9800589,-2288202.58781831,-2289820.72902427,-2290642.05615442,-2290435.50194537,-2289609.03014573,-2287719.82041881,-2284465.18690714,-2280537.78779843,-2273117.47436068,-2265337.86193791,-2263223.23693721,-2261272.19165991,-2255068.96871715,-2251300.27083011,-2250341.62127016,-2248006.21136273,-2245621.11356911,-2240702.78273727,-2234809.94081633,-2223586.33181207,-2220504.78878418,-2216917.953796,-2213935.02423911,-2208858.5311591,-2203535.36040904,-2199063.54874252,-2196348.11542083,-2192975.94404922,-2189865.94133834,-2184874.58552241,-2183547.65196431,-2183483.92672918,-2183466.20669033,-2184484.04513192,-2186939.86890392,-2189907.18931859,-2192529.97103006,-2197343.03659878,-2197168.45443742,-2194932.98686485,-2190753.65649052,-2189676.45021772,-2188095.89475307,-2185297.30288476,-2182611.41838983,-2185079.55329914,-2188126.26555352,-2190715.36554913,-2193724.89012761,-2197230.71160435,-2204479.35880794,-2208339.99558898,-2209272.3993128,-2207709.45934006,-2198607.27875694,-2189969.33118472,-2186940.77943008,-2186380.00835608,-2184350.60557146,-2181958.5922424,-2182084.1938265,-2184827.44066229,-2187480.46251114,-2189742.65910421,-2186907.34771487,-2185351.52584509,-2183557.53635495,-2180852.22317049,-2178787.37669879,-2174899.64239614,-2177898.6584439,-2182454.53542207,-2187134.80327051,-2184597.84563931,-2186025.63967374,-2186519.9075378,-2187208.57454706,-2189615.65016635,-2191342.48656757,-2191524.50045173,-2195251.22525099,-2197969.84168469,-2200881.8970186,-2197753.11115119,-2197859.70469437,-2195624.59605092,-2193697.82608751,-2191481.38330012,-2185805.14566256,-2178331.17077821,-2173043.22139009,-2168848.56361621,-2164708.02353832,-2160441.15352874,-2155733.96230072,-2153949.26167018,-2152848.91235439,-2148942.63116057,-2144605.63427002,-2142092.91546683,-2134215.05985534,-2130555.18348498,-2128097.39212607,-2123471.17137684,-2117662.53907559,-2117205.76841665,-2119420.49212588,-2122048.31128329,-2124662.54627063,-2127292.75677714,-2127402.76195083,-2127252.71015956,-2129135.14444124,-2130318.9584088,-2133243.040019,-2134655.35560721,-2134926.70491178,-2134255.52384854,-2131780.37506304,-2127094.92779787,-2125743.03852818,-2124316.33237136,-2121251.81291604,-2118365.36520504,-2112947.10338613,-2110938.12827871,-2107638.61881748,-2107613.09636454,-2104320.84453,-2099722.45435518,-2098452.14213803,-2098024.90693661,-2095249.20898136,-2094440.26849996,-2094760.36487178,-2096294.63025861,-2096061.60807406,-2095467.45846049,-2093092.19625192,-2091645.08955617,-2090502.36199549,-2086986.91313569,-2086404.72896383,-2084008.82178651,-2082516.2716644,-2079183.60941917,-2075185.38708477,-2074479.12171108,-2071868.5223563,-2070081.74562364,-2067753.22563012,-2065879.25176379,-2062798.2964145,-2061562.27805325,-2066034.06351748,-2065672.61912943,-2064981.85476057,-2062458.15187544,-2057863.34500345,-2055296.50475308,-2053290.95923195,-2053358.25970198,-2048199.67456888,-2046866.03373648,-2046111.65095002,-2044193.46396824,-2041564.1615387,-2040366.53275691,-2041000.30880252,-2043210.99381766,-2041984.57701084,-2036950.96918335,-2031173.715513,-2029232.82916175,-2026706.52877237,-2025276.69252775,-2026804.69784302,-2026096.12553733,-2024679.46121435,-2019929.40347866,-2015113.45083711,-2011001.71778367,-2004158.7657516,-1997167.27777861,-1992661.89105872,-1988870.10143584,-1985978.99450154,-1984847.47084387,-1981370.9956813,-1978569.48749931,-1973689.84196692,-1967881.18755235,-1963383.69068523,-1959096.6137329,-1957021.2927382,-1956718.17681584,-1959075.0178334,-1959788.31514615,-1963664.16152341,-1964095.82793539,-1969417.28216879,-1968732.46134168,-1965745.43460307,-1964099.763681,-1961497.13017323,-1961157.63586077,-1958101.85187379,-1956176.64101803,-1951564.07313126,-1949335.54020444,-1944841.8913583,-1942590.38367857,-1940305.16368415,-1940050.02328774,-1944956.5747518,-1946577.50005355,-1950121.23892984,-1949448.72357571,-1949908.78117832,-1948548.83185958,-1944965.49143857,-1935367.32718472,-1931500.76827024,-1922747.68013321,-1919246.13503571,-1911345.19483513,-1904907.69285345,-1902049.8511888,-1900580.88616776,-1896340.27602722,-1894295.68333335,-1897064.2419513,-1894926.34468732,-1891066.37707429,-1886071.04392042,-1880594.97770435,-1878083.08028397,-1876578.32316644,-1877279.07205669,-1879924.44373217,-1882789.15237311,-1883682.02575689,-1882382.20305652,-1883654.34188328,-1885587.00924092,-1886250.93800506,-1887161.49818924,-1889825.34412993,-1893994.77783585,-1896528.99365222,-1901312.95122253,-1903813.62992829,-1898443.22677887,-1895186.79982407,-1892893.1598842,-1893949.33010324,-1896075.35730606,-1898044.19173678,-1900846.73326259,-1896872.4877542,-1893108.80270409,-1890438.51567463,-1889888.26017263,-1890852.53460635,-1889877.02918329,-1889745.76588821,-1891586.6843489,-1894525.51719518,-1894924.70175075,-1891913.7950301,-1887676.59450381,-1884443.22695564,-1880532.52744129,-1875040.85078183,-1872904.82434374,-1870262.12256508,-1868618.58939914,-1864509.42557616,-1862400.33675574,-1860437.75403213,-1854933.92717882,-1854347.9999835,-1855679.45466793,-1853964.37085336,-1850511.32833007,-1848722.56098444,-1846304.20242347,-1845019.31121698,-1844772.26240127,-1842968.52333808,-1841258.11360206,-1839815.81196987,-1838696.30690721,-1834179.44169296,-1831171.8823863,-1828990.8153357,-1824317.739679,-1821089.57471941,-1818619.96485054,-1814483.56108215,-1807138.28025425,-1798707.50711856,-1798707.50711856,null,-2478237.85569618,-2475969.6180317,-2474610.16050144,-2476752.72615489,-2481004.35934093,-2484799.97014812,-2490220.03331928,-2490657.56706069,-2491831.07734922,-2491899.95498451,-2495444.24222311,-2495687.67639375,-2497956.73013904,-2500000,-2499952.99892234,-2499423.02234463,-2498890.39619914,-2496254.29032966,-2496109.22064324,-2495301.76241728,-2492905.78259041,-2490887.81748317,-2490625.43126789,-2493995.28734033,-2491815.03735472,-2492148.70373121,-2490482.75969113,-2490314.98963455,-2489131.87670206,-2488192.89087644,-2485872.82027835,-2485835.14761286,-2484924.06819565,-2486123.31630683,-2485473.67982375,-2483362.72600229,-2478237.85569618,-2478237.85569618,null,-2480458.26983452,-2479367.27612198,-2482042.9216229,-2484345.36065777,-2487645.36075869,-2487760.33137289,-2488072.31094867,-2488572.69654663,-2485247.82371397,-2482533.43254073,-2478952.96636044,-2476692.95994045,-2477788.08178942,-2480355.79615889,-2484865.77656235,-2485715.8963027,-2486518.0927954,-2487044.88055579,-2489296.44511088,-2489780.86150073,-2489458.18789608,-2491960.84288212,-2493998.71363633,-2494511.28887876,-2494939.21649787,-2494392.68513266,-2495249.18068235,-2496475.27518652,-2497966.13476262,-2497466.22627276,-2497760.91681759,-2496571.38128693,-2492767.81825519,-2487370.55030956,-2486595.32362771,-2484923.6805952,-2481523.30676246,-2479812.4821914,-2480458.26983452,-2480458.26983452,null,-2465062.43663742,-2461983.40717298,-2457295.36241535,-2458860.07655878,-2455992.81569435,-2452221.52346447,-2448381.79881826,-2446371.50296229,-2444967.85184054,-2447387.43378344,-2447958.175947,-2450235.71602608,-2452408.14388981,-2454618.83711392,-2456545.10286161,-2458865.51477482,-2461325.22870065,-2464080.86021531,-2466922.20707854,-2469588.72242965,-2471462.45183768,-2473377.76140104,-2476166.38919929,-2475794.47916023,-2479242.57031836,-2481365.54746175,-2482136.80713454,-2480506.86903629,-2475808.57567838,-2473922.16441257,-2470187.24321852,-2468988.41309664,-2465062.43663742,-2465062.43663742,null,-2369799.59720227,-2373420.48707362,-2373131.40138806,-2369431.75317674,-2372700.64643543,-2379838.76874059,-2386449.62760529,-2389076.65920899,-2389021.62051832,-2385270.11651846,-2380931.03449042,-2380498.48042026,-2379090.65879927,-2381089.49440143,-2381513.39528961,-2384497.85215601,-2389573.21691198,-2387074.21348852,-2380689.88294104,-2376599.49700377,-2373873.20728567,-2372187.21287547,-2368001.20983124,-2369799.59720227,-2369799.59720227,null,-2335280.41685198,-2337234.29136191,-2335526.76526013,-2333478.46193325,-2335673.47310942,-2335198.55578006,-2333538.15529506,-2333994.05594037,-2331410.22697277,-2329108.24693774,-2326311.98269266,-2323459.95986475,-2321950.79386738,-2322041.70859124,-2318664.6969835,-2318542.97246365,-2320286.24398665,-2325381.34452577,-2329304.93249727,-2335280.41685198,-2335280.41685198,null,-2359643.50588191,-2363379.64794452,-2367203.51553439,-2369835.92411936,-2367965.56244266,-2369634.23502235,-2373424.58204658,-2376086.61669116,-2374550.70978547,-2375012.3060544,-2376722.08485518,-2372303.05399981,-2366481.84520345,-2363847.15051949,-2362207.95457963,-2363358.25768863,-2360393.45945716,-2359014.02290962,-2359643.50588191,-2359643.50588191,null,-2423344.85893781,-2425035.58011851,-2426529.26303974,-2425111.7814153,-2425740.04710483,-2421563.60068635,-2418469.80615822,-2416862.0921288,-2417382.54353592,-2413597.17375707,-2414092.30665698,-2419346.03943831,-2423344.85893781,-2423344.85893781,null,-2462820.60701747,-2466083.16131573,-2470439.38764461,-2474917.64517263,-2479252.8846075,-2478041.88699094,-2477644.30022588,-2480621.59850784,-2480659.11640714,-2476908.85512463,-2470327.17608345,-2469292.61768548,-2471866.50170453,-2468680.21726919,-2463881.40433535,-2462820.60701747,-2462820.60701747,null,-2481344.11334774,-2481971.95114135,-2484489.76917749,-2485832.81504441,-2489726.98048119,-2486890.19918676,-2483845.61485767,-2482991.81742645,-2483042.4078914,-2479556.79702813,-2477448.25245299,-2473389.93375707,-2471540.52899136,-2471714.26260088,-2473066.30919198,-2476895.62781459,-2478154.15066734,-2478893.33918848,-2481344.11334774,-2481344.11334774,null,-2293277.1558819,-2294925.27610388,-2297894.74367784,-2297845.24461245,-2298220.74349725,-2299846.61596033,-2303847.94767418,-2303150.22465766,-2297730.88471282,-2293074.78678794,-2291993.1673423,-2291274.71061159,-2293356.16056414,-2293277.1558819,-2293277.1558819,null,-2238852.1606997,-2238718.48103083,-2236541.46030936,-2230703.23338635,-2227105.98175088,-2226229.56463333,-2226561.60371291,-2224723.3389288,-2223175.22522107,-2221261.23743997,-2222994.92088115,-2220278.87139491,-2217783.11689251,-2216900.74871258,-2214369.42280387,-2212550.26970558,-2211195.41202348,-2208826.3507609,-2206030.94279986,-2203433.02689219,-2201410.20691785,-2198234.25849041,-2197404.66868365,-2194766.03037542,-2194020.8844828,-2190375.69990995,-2187325.62545087,-2186260.87330527,-2185992.27495365,-2184692.65076068,-2187103.36552073,-2190581.54672119,-2193149.67015811,-2195760.55583444,-2198474.85716644,-2199126.22521955,-2198770.15251048,-2197025.06983086,-2195464.8420698,-2195030.18266855,-2197412.61071358,-2196091.72576245,-2197401.71693419,-2198031.73145344,-2201707.47303492,-2204252.9686622,-2206622.88006082,-2206427.09531936,-2208447.39091476,-2209590.88756269,-2210731.09593365,-2210584.80160603,-2212537.5010864,-2214578.13073396,-2216480.06941538,-2218477.28776915,-2221271.69242774,-2223154.44186053,-2225172.14230939,-2226242.49059725,-2223950.34531449,-2221654.05306534,-2221577.52133064,-2218132.89991507,-2219472.02810339,-2220759.30829707,-2224946.72913625,-2226659.35967631,-2229224.49706878,-2230653.01927317,-2233420.36282837,-2234758.27542655,-2234906.67234725,-2236385.17330323,-2240047.8374768,-2243230.26863288,-2247192.18365467,-2249498.17698429,-2245415.47495815,-2244990.29020953,-2248433.62171949,-2251509.56247349,-2253791.97009532,-2254982.0503606,-2255797.2525451,-2259306.69870788,-2260220.69027896,-2261925.14008502,-2263855.00704548,-2267370.06908868,-2269699.85014872,-2270770.32696582,-2266050.74620977,-2266020.92595276,-2268146.7640604,-2270741.30334398,-2276128.88984153,-2276337.05716265,-2278218.82398303,-2279698.42188349,-2280289.9585705,-2283023.72286509,-2284542.27254223,-2287460.89108729,-2288215.80275173,-2285108.314151,-2280309.51607643,-2276713.57225985,-2274457.12002358,-2273073.00827936,-2266650.85861815,-2260373.8116178,-2259249.42119983,-2259251.84188563,-2255311.3595265,-2251085.90007881,-2247434.8187564,-2244035.53390137,-2242723.49385586,-2240121.69927706,-2238852.1606997,-2238852.1606997,null,-2478333.53837301,-2477492.41331947,-2469586.61465136,-2464505.71652256,-2462533.79305133,-2461717.28936135,-2456894.04305154,-2454855.19915719,-2454043.8461171,-2459684.04917679,-2469765.21774179,-2473729.36135215,-2475068.40677183,-2478333.53837301,-2478333.53837301,null,-2478832.43951338,-2481175.46430312,-2484291.47713374,-2489892.23335805,-2490361.77576844,-2490546.91110033,-2489150.29416158,-2488795.9857935,-2488916.65538719,-2485916.76924635,-2484168.77453146,-2484222.93573058,-2485241.38357767,-2484602.33888662,-2479374.44603585,-2477831.03989752,-2478832.43951338,-2478832.43951338,null,-2079642.02396125,-2081573.03030115,-2079893.55935621,-2077756.65170679,-2070474.29929231,-2066937.80067587,-2058681.71809903,-2056566.23299835,-2062547.29873095,-2067349.29527303,-2074237.08870348,-2076575.52546114,-2079642.02396125,-2079642.02396125,null,-2418923.89815386,-2419151.02636875,-2422362.8021393,-2427128.47756134,-2426295.18021135,-2427664.59770886,-2427880.85762931,-2426668.72224488,-2425183.32222085,-2423712.92682004,-2423190.00360138,-2423240.8330874,-2420324.54285998,-2418923.89815386,-2418923.89815386,null,-2199787.06821698,-2201173.07543769,-2201327.72327776,-2196946.13209869,-2193547.3398028,-2191308.26808116,-2187768.86106105,-2189672.27778778,-2199787.06821698,-2199787.06821698,null,-2419531.93682096,-2420949.48080796,-2423198.17363952,-2425722.7986539,-2426686.79595075,-2429686.16419417,-2431023.54807027,-2429961.33161037,-2428564.67617608,-2429620.43213156,-2431007.54822616,-2432834.30794915,-2430484.51527653,-2428712.05429171,-2426997.36949524,-2427389.28644939,-2426213.96553986,-2425613.58760711,-2423045.1339761,-2419531.93682096,-2419531.93682096,null,-2363088.80904691,-2364596.27668584,-2363678.26076428,-2360517.51465519,-2360998.38495598,-2356728.05125593,-2355311.0754658,-2356329.53470872,-2355122.76500855,-2357513.95893043,-2360392.26811026,-2363088.80904691,-2363088.80904691,null,-2414055.5892021,-2411280.37377642,-2406911.78453746,-2410312.69145182,-2412862.24894857,-2414558.54182439,-2415782.22051015,-2414328.96971907,-2414055.5892021,-2414055.5892021,null,-2452087.3385555,-2449980.72866965,-2447197.92833537,-2446049.1578493,-2446108.90726363,-2450203.66871918,-2452915.91949461,-2453972.55012437,-2452087.3385555,-2452087.3385555,null,-2492734.23416198,-2492613.01907109,-2489574.53948242,-2487318.37885201,-2486118.8530103,-2488057.55555822,-2490069.04948523,-2492198.8568238,-2492734.23416198,-2492734.23416198,null,-2167469.60911758,-2165391.53559713,-2163430.43334526,-2162584.63626172,-2160136.75973331,-2160538.35143677,-2162733.64109122,-2162662.61966507,-2162525.52498567,-2163965.40298882,-2166483.01021535,-2167365.8154772,-2169077.38350514,-2170112.83562315,-2172741.71014028,-2176886.99949797,-2181661.72687232,-2181131.23092828,-2185332.99486584,-2187679.30351043,-2190884.63064106,-2195082.10755146,-2194635.38840972,-2198151.17856431,-2202151.67939821,-2205077.75153713,-2210883.22634693,-2215346.1572605,-2218489.80823955,-2220224.12872076,-2222148.31559838,-2221499.74918585,-2222727.97018344,-2221959.06534755,-2220897.13640048,-2222284.20033403,-2225052.48273388,-2228993.64393828,-2229972.34180835,-2230065.88288646,-2227789.63763186,-2226942.14810361,-2226069.32761704,-2222894.76771157,-2221032.66835079,-2218857.89768603,-2216669.93728641,-2214384.95174123,-2211784.78306331,-2211516.18072189,-2212698.15241837,-2212987.62695059,-2212270.9663511,-2210684.79176136,-2210775.59610438,-2214988.38262832,-2215019.47388662,-2212122.98520211,-2208913.03073782,-2206407.51474572,-2205395.69488479,-2206256.67881852,-2201941.88338033,-2199460.29315372,-2196287.839236,-2192365.11536906,-2190452.83694711,-2188075.26610289,-2189301.59426946,-2189422.32947652,-2186838.00644436,-2183588.34105811,-2179726.35545991,-2176451.39996497,-2174292.09784068,-2170287.8322694,-2167469.60911758,-2167469.60911758,null,-2485589.01087143,-2481682.39794559,-2479171.11714528,-2480728.38678735,-2485264.52721637,-2485116.07966404,-2486756.79997839,-2485589.01087143,-2485589.01087143,null,-2495124.66980885,-2489788.1788846,-2491968.82829856,-2494327.50584259,-2497466.65291024,-2498571.70588389,-2495124.66980885,-2495124.66980885,null,-2250874.80139812,-2248227.03235644,-2247442.07410548,-2247873.50138028,-2251073.40424083,-2253155.87877406,-2250874.80139812,-2250874.80139812,null,-2338122.29918438,-2337866.52477765,-2335435.68506558,-2333128.95056975,-2329720.33628887,-2330393.01590606,-2333764.09514093,-2336666.11334652,-2338122.29918438,-2338122.29918438,null,-2285881.56374513,-2280519.59778538,-2281903.75952641,-2282331.59925339,-2284539.46845283,-2286437.57310301,-2285881.56374513,-2285881.56374513,null,-2482755.28288871,-2481744.68814091,-2483642.99935982,-2485725.46845593,-2485534.55816117,-2484497.54471691,-2482755.28288871,-2482755.28288871,null,-2345592.29866797,-2344512.71669053,-2348747.38220098,-2349980.44913359,-2352436.06509224,-2350129.53427783,-2345592.29866797,-2345592.29866797,null,-2098452.33907066,-2094595.17982956,-2089574.28264469,-2090474.00571253,-2092923.17254718,-2096745.7405448,-2098452.33907066,-2098452.33907066,null,-2302150.1760588,-2302629.65840311,-2300504.47945041,-2298715.45482769,-2299454.11908266,-2301342.06520803,-2302491.00084501,-2302150.1760588,-2302150.1760588,null,-2153263.01184825,-2150598.73253103,-2148892.11022317,-2148700.60819745,-2150399.38772319,-2152879.04811357,-2153709.48262953,-2153263.01184825,-2153263.01184825,null,-2101710.98975945,-2099848.33632839,-2099171.19760943,-2097047.78953322,-2098912.27620643,-2099787.53828557,-2100972.04793855,-2099763.67000252,-2100584.06661681,-2105629.52490142,-2108124.63932254,-2112313.68544141,-2113030.30758188,-2123981.61541507,-2129853.02784048,-2135069.33973649,-2147130.8773155,-2150128.68878705,-2154195.32136273,-2158197.49822749,-2161361.97063312,-2165288.65773447,-2167090.7324442,-2170396.23448388,-2174902.42612885,-2178531.56806502,-2181812.8725195,-2183461.12491695,-2182408.05766619,-2181308.70796385,-2178664.45939787,-2177112.22963579,-2174225.99715357,-2170831.87246422,-2168129.67055096,-2165216.90618374,-2166196.05003381,-2164291.13653226,-2163377.23273584,-2163842.7184153,-2161461.06930778,-2159887.33297496,-2158427.30220892,-2155733.58627211,-2151239.21038141,-2150008.00552011,-2149491.4284697,-2152573.02532408,-2154547.03524037,-2157357.01312472,-2157349.4276266,-2153182.04204947,-2150445.62263643,-2148440.03192502,-2149044.71553014,-2147062.88260061,-2143956.78490826,-2142341.13695307,-2138666.62285068,-2136819.44171565,-2135270.51745741,-2133736.03245036,-2134282.43097609,-2131885.474397,-2129280.39671685,-2125792.56513676,-2123586.04750884,-2123573.23186986,-2123388.9091436,-2121650.54775474,-2121063.04931218,-2115947.18936959,-2113009.51818823,-2111238.26209523,-2108846.8609141,-2104242.14505183,-2103381.92720305,-2101710.98975945,-2101710.98975945,null,-2469340.68559232,-2473195.62684413,-2474619.85610158,-2472025.13274596,-2469192.95479411,-2469340.68559232,-2469340.68559232,null,-2442896.06923283,-2445629.6930768,-2447864.08470306,-2445934.86938222,-2441919.23071651,-2442896.06923283,-2442896.06923283,null,-2324397.98412501,-2323237.3584952,-2324821.57841105,-2327225.58506779,-2328524.18188355,-2327183.14096366,-2324397.98412501,-2324397.98412501,null,-2436575.93918032,-2438177.65022285,-2439651.19937605,-2441638.20994007,-2441450.30386051,-2437397.7015808,-2436575.93918032,-2436575.93918032,null,-2372049.0436661,-2372439.69833561,-2369847.85284978,-2368759.32796126,-2372049.0436661,-2372049.0436661,null,-2429402.80403865,-2429709.56362753,-2431703.2527878,-2433746.9157181,-2433647.01931095,-2431090.32564544,-2429402.80403865,-2429402.80403865,null,-2485156.58385753,-2486912.59878216,-2490151.4868463,-2488971.69577819,-2486690.80905663,-2485156.58385753,-2485156.58385753,null,-2371380.56861317,-2371481.02608774,-2374589.21258676,-2373564.76225376,-2371602.96840007,-2371380.56861317,-2371380.56861317,null,-2146683.43307895,-2144069.362971,-2139359.62838015,-2137608.56961571,-2135121.88494078,-2132808.6938604,-2132418.65250345,-2131801.22265372,-2131303.20059164,-2131117.92083403,-2128700.37660154,-2130916.59673283,-2135663.56842041,-2135707.29358175,-2137976.13695324,-2139002.12183227,-2141657.69479375,-2144879.85456199,-2148069.41161779,-2148700.11983262,-2150061.72191457,-2154505.71494181,-2155410.50767025,-2156919.71743793,-2157513.45123731,-2160145.20104294,-2164224.05241482,-2167624.71383584,-2170070.26060689,-2172512.99687281,-2175123.36175736,-2176522.82075208,-2179355.81740552,-2180116.64193632,-2180550.78467456,-2183878.00505639,-2185723.8892116,-2189081.20715864,-2191773.367012,-2193735.58573269,-2195813.47501548,-2194614.41788281,-2191192.21239978,-2190411.05573875,-2184494.36454237,-2180585.15452665,-2175338.87526923,-2171773.73086019,-2168501.44450118,-2166370.97061074,-2161863.10060293,-2161207.2641715,-2162072.82660877,-2158871.58728255,-2157450.59970101,-2150870.31179772,-2148690.92964469,-2144170.84086061,-2143466.90285811,-2141917.28112279,-2142432.01902783,-2145255.24182851,-2146683.43307895,-2146683.43307895,null,-2090364.44523588,-2092416.42130444,-2091057.55423044,-2090172.4454615,-2089977.05053711,-2088795.85571447,-2088797.56766421,-2088870.51151509,-2091159.58176383,-2092080.35958095,-2093883.11622889,-2096725.46779262,-2100657.45209338,-2106130.31428059,-2108679.90127217,-2110654.1497153,-2115044.56022194,-2120292.34073372,-2122021.89310389,-2124429.18700179,-2124947.76082583,-2124459.40147337,-2127328.08930074,-2132003.73661792,-2135330.14062744,-2137089.83069531,-2138430.46583967,-2140168.7207221,-2142141.9294787,-2143177.4737682,-2139939.17790445,-2134047.1925368,-2125523.35269088,-2121213.05589139,-2114200.07676821,-2109973.95348168,-2103137.8223125,-2096871.07618251,-2093150.68553556,-2087558.44651937,-2083826.05060604,-2085039.88887722,-2087426.51565457,-2089414.1881217,-2090364.44523588,-2090364.44523588,null,-1910270.96509146,-1912917.48381907,-1916291.19514505,-1920429.59900602,-1919930.01121388,-1916629.83812909,-1915886.92946477,-1916591.80314203,-1917840.16583119,-1920770.2921053,-1921740.06704258,-1925740.48245962,-1929094.26628843,-1931386.64313369,-1932765.28627178,-1935208.52044618,-1937039.52456729,-1939399.12492479,-1940297.08388096,-1943082.05081747,-1946868.5543706,-1949836.74056465,-1950323.74445949,-1947794.28685334,-1947477.57145815,-1949757.84347685,-1951397.69674709,-1953660.25320809,-1956258.04945229,-1958004.98008693,-1956398.32876545,-1952039.11987481,-1948469.92624244,-1944873.48272536,-1943400.51665078,-1943221.18917108,-1940016.8028846,-1935643.39275115,-1931532.27080197,-1928434.64875353,-1927356.44096931,-1928174.92008687,-1929378.27139131,-1931730.45120161,-1930424.30389408,-1928208.4175079,-1926489.53130803,-1920811.48843454,-1916804.14364385,-1914169.01814511,-1909241.63606842,-1906119.08705652,-1906595.68551442,-1910270.96509146,-1910270.96509146,null,-2105064.50056684,-2104027.22761265,-2101357.13039512,-2102036.77260812,-2100030.68384085,-2098768.16187514,-2100839.1203104,-2099447.35874735,-2097220.41963104,-2100896.94568686,-2103516.55079218,-2102664.00687175,-2105756.9099329,-2108529.99130373,-2110577.65074332,-2112256.0010563,-2114416.1131062,-2117309.72243844,-2119865.54731599,-2123492.01244136,-2125698.61363306,-2126679.61574584,-2125662.92138597,-2127036.32170902,-2126636.02371219,-2128025.91417515,-2131291.89263865,-2132354.07433713,-2129002.68417382,-2127377.83474942,-2126581.70579057,-2124542.87148346,-2122390.32711819,-2119302.46310676,-2117789.23145713,-2114608.06584919,-2112968.25890424,-2109875.67724936,-2105984.6400026,-2104550.95939242,-2105154.48723535,-2106513.13410473,-2106999.61431923,-2105064.50056684,-2105064.50056684,null,-2449509.61084403,-2448262.58526262,-2445379.72026326,-2444136.64689063,-2442567.45718756,-2440475.78050392,-2438132.7482979,-2435587.00834593,-2434078.97628658,-2432034.56722677,-2428312.67684342,-2426493.8614572,-2425484.55380883,-2425793.25079778,-2428749.15956432,-2430793.83570313,-2429345.41571662,-2427145.54592694,-2428644.94764363,-2428292.97817986,-2427809.48088144,-2429504.14092198,-2431045.25340094,-2431939.19646109,-2433848.89829099,-2434057.45877753,-2436939.22055794,-2438249.95064964,-2436066.53333212,-2435364.5782099,-2436776.03453348,-2441601.14034409,-2442396.94224928,-2444083.53915328,-2445503.51065864,-2448262.34289818,-2450819.65785117,-2452851.79306911,-2454981.09751373,-2455206.1901954,-2454925.2100733,-2454917.89484525,-2455288.6385624,-2457431.77462233,-2458914.42502855,-2458824.26510785,-2461736.34059262,-2461134.40088856,-2462297.01569646,-2460718.62622566,-2458589.70363752,-2457399.86833696,-2455000.26172553,-2455042.91882697,-2452903.48947281,-2452758.14536877,-2451587.89295988,-2449509.61084403,-2449509.61084403],"text":"any_mental_per: 22.2","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(46,116,142,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[1108071.69167037,1110027.9795126,1116171.78273245,1116794.91688406,1120057.01061043,1120209.41082185,1120943.34317987,1120270.80407129,1120154.53311302,1119468.78079001,1119363.21739208,1116786.7989322,1113891.2290875,1109882.23240184,1107703.00481626,1102923.8708876,1093022.03341063,1088070.55892622,1086165.87848092,1084135.45146121,1078740.09239823,1076921.80737853,1078351.07548868,1082171.22318389,1082056.77733079,1082005.28862268,1079273.13221296,1077108.28417571,1077101.38647798,1073143.18062629,1071464.23405126,1075157.9994293,1076994.05089327,1079018.15986863,1079205.22132773,1081103.16392798,1085435.23081315,1085707.01437639,1084409.17495054,1084675.08896969,1085037.67307427,1080927.90104168,1080397.92097642,1086693.45614538,1091953.57424748,1092082.38724459,1092231.60970335,1091076.70517225,1097247.92610795,1099799.49407126,1106357.93506925,1111286.63667189,1112478.69017932,1116698.881314,1118850.30645575,1124365.15233078,1126535.66369726,1126515.67417218,1127690.04072588,1131445.2808604,1134562.03576337,1137425.68957097,1140740.47394136,1140703.04783415,1138059.39053303,1137725.05382099,1136934.31175177,1141895.82284424,1148510.09878148,1156157.54793163,1159291.13273569,1166360.14872422,1169186.2465488,1163588.26983901,1158857.51224703,1151899.65790227,1150128.17940576,1153113.86201973,1159029.84687028,1154187.89115432,1165556.5449671,1171921.0046309,1175178.62320741,1176250.98462455,1190488.06875659,1198430.22595568,1201711.22599697,1208202.37162165,1218034.03817468,1219265.2559711,1225959.52525681,1229585.58558614,1237138.97074138,1244015.08538601,1250301.31690419,1262146.26714356,1270589.96968383,1278921.67383525,1288676.58574863,1288161.9587127,1290197.43215423,1297016.19614671,1303427.25586932,1297403.63018989,1292235.82648733,1289400.67163029,1291033.84339042,1292141.00875541,1299978.44685591,1302584.10888081,1303409.66758605,1307170.65742491,1310293.6205483,1309225.15326088,1311237.76479468,1311768.64675344,1313734.63319402,1309412.34194168,1307059.60300995,1300776.73460233,1299867.22675002,1299795.90390539,1300725.29012011,1293731.04595578,1293722.17191204,1286415.0830973,1280586.49128337,1279229.37570857,1278833.67900119,1279880.94590208,1279347.90109538,1283700.68395474,1290861.27985644,1298778.98403862,1301734.13696164,1303237.72854996,1312457.85332046,1313491.62130925,1313727.66940783,1314725.84458909,1316352.71942338,1317568.19022569,1326894.93743893,1327713.54022167,1337132.18623166,1343489.51145291,1344523.64716056,1351406.75289634,1363018.16747586,1371246.70659363,1379912.03282637,1383720.78603035,1385322.4265656,1388861.4316905,1396799.19079888,1402725.32171597,1405387.21403196,1408512.79434426,1416312.25968512,1416564.49301397,1414803.57888883,1417919.8358986,1417443.02293452,1413475.49448214,1406635.19680948,1402194.34159573,1406575.04197453,1400827.36350085,1394470.22337603,1397930.04602359,1399545.95310167,1391819.68772909,1391833.77823037,1391915.83273055,1392701.78356415,1393001.77681779,1393003.35401221,1390951.51597043,1389071.60927551,1386221.58301724,1378529.74801419,1378514.62233929,1378311.13060324,1378099.20107313,1380054.86928832,1376667.85814776,1376332.43895936,1375549.23281109,1372399.45716565,1368152.99009746,1367884.303831,1364060.55368154,1361352.61241103,1364248.94362788,1362016.84556765,1351440.13860986,1337177.63691565,1337168.64401355,1327740.22077516,1307296.40345818,1289080.73898448,1285925.29157797,1282818.69724939,1253096.22141801,1251836.17327185,1250273.52345484,1220080.2434525,1217148.89255365,1212324.84300732,1182427.1688221,1171716.90089646,1171714.6183458,1149610.39494016,1136276.31894833,1136274.33490631,1113799.23719819,1111967.51916369,1102514.29935689,1102409.85273881,1087420.08138888,1096848.31084002,1103163.50733509,1108071.69167037,1108071.69167037,null,757226.06132044,765802.47051872,768021.7748105,771421.50366334,779456.36881259,785404.99596122,790764.4203642,795944.55866862,802224.74131575,815266.78287677,820577.99687793,828850.53062795,833947.03830249,835507.75606603,836039.28653975,837773.29008362,842687.75796996,850283.42342224,858240.69333041,862896.37189706,863682.46351115,868525.87730887,877599.42721139,882162.29056353,891655.89688831,903051.63746666,912634.90782264,921913.11195875,929027.62661347,928669.98453024,914099.39218459,903647.34025857,904439.57433342,899507.06124543,894284.24059594,887902.96613021,887596.81402068,885654.83489039,879146.33041753,876982.54248596,873974.57063621,873074.93790725,872562.25901062,880109.09570567,888783.52132633,895714.34345145,902395.77456977,903962.81128618,914893.11386396,924699.40891638,932027.72628678,939933.71799146,942679.18731618,949225.00925923,959539.04206975,961942.84487619,976559.80195119,980827.18243257,990952.14823027,997566.27727564,1004856.75647855,1008892.84885644,1011586.03212187,1017114.41628989,1023218.13021673,1029355.42157882,1047802.82278567,1051161.43483202,1061871.98463141,1071378.98569345,1073094.57603633,1100102.99594215,1115426.33765138,1116794.45045568,1121464.3902198,1136801.78705349,1134106.95184717,1136713.60719019,1142669.84118243,1151973.17736634,1164217.51155812,1170154.47723194,1179081.90424079,1180876.56129324,1183235.14127304,1192926.62870632,1199306.52332784,1205457.88453898,1205978.46931415,1207104.60512674,1212743.51150484,1212306.52423664,1213273.52933022,1220855.81878985,1225917.17927159,1233697.0167043,1237207.64164194,1244592.5290775,1253944.32077,1264954.74374503,1263284.39513562,1259073.72899594,1252782.78515883,1242155.8449661,1233253.64440393,1220380.97407959,1217840.97914862,1207513.18807536,1198866.19224716,1190025.67949085,1184096.01429539,1179087.4209411,1172373.66743906,1175697.78104772,1168945.79442983,1157997.72970314,1149914.84864403,1137778.41872687,1128831.28129973,1119812.21899062,1107812.63349449,1101578.17044843,1098362.0550878,1089387.73780787,1085826.54578821,1082740.74015697,1069841.18444527,1054658.51455702,1051297.26716352,1045786.87113868,1044441.42487675,1039007.96619654,1034861.14998788,1034785.85873397,1027748.49151025,1026826.95599937,1030475.29025796,1019423.81428569,1016055.74841125,1007363.76289874,998426.00064582,991658.70547967,987411.24855894,985557.15679778,982425.43484445,975951.44649106,970893.11173268,969349.03377021,964676.06384392,960306.09550986,955909.78143424,957438.6230134,959631.95146616,959518.58131078,955459.04964822,952545.15149496,948753.80184543,943908.57026077,943751.61700921,943620.62307204,946337.71813996,945591.93340092,946044.36170433,946203.91994358,941859.82287011,944855.80840873,942513.24562715,940048.99054515,935932.36683631,929112.11114889,926379.14418024,922567.51867233,921877.55113723,917939.2476924,915304.17424694,919086.1748382,915156.82481603,915031.67973271,909967.1008245,904498.19237481,899735.2428645,893823.85735669,891752.94207702,882187.29365789,877154.82020622,876077.68073769,872688.48536926,870676.67219446,870349.3612609,865818.96107553,860419.49409448,850425.40975453,845595.65098955,837305.92443251,794115.78788399,771196.45715067,756127.02668835,752107.49939416,746721.19268236,741091.76164934,737124.74257709,733194.31852115,730416.40939584,736710.77260773,743296.22241085,757226.06132044,757226.06132044,null,819517.38671606,822745.62486231,828094.16075992,833826.28243133,840137.27868421,845921.67930823,854253.7010187,854816.27456648,846859.94466417,845751.01330692,836248.85357369,826843.41700873,824474.6867971,814455.44115475,806588.46802458,802932.55560107,798597.9725505,800606.40517004,803300.38592732,814249.23888099,819517.38671606,819517.38671606,null,1126720.0691445,1126473.28703138,1119884.06086731,1116375.16235381,1111439.49568412,1103589.04929772,1102445.24375991,1106106.03595426,1114062.43342633,1126720.0691445,1126720.0691445,null,1091838.31647749,1095173.74683496,1094501.79567484,1087822.11958616,1081927.73365112,1082447.47966325,1087441.43808079,1091838.31647749,1091838.31647749,null,1203870.60708624,1201945.34569528,1195048.79968417,1185585.8546593,1179683.03802511,1181548.32814853,1190395.34342725,1198446.18772288,1203870.60708624,1203870.60708624],"y":[-232604.09733661,-226638.67529267,-213312.42100842,-211956.3788777,-195520.9680884,-192695.09470001,-178913.83137515,-168899.20449485,-167175.14319366,-153953.04324999,-153432.96762907,-140743.95594388,-129386.23517131,-119305.59078773,-115721.2153345,-107850.38251137,-93312.77354689,-83561.88621321,-79321.86315554,-74798.66908943,-66867.41834731,-61388.68128538,-55036.80954292,-46141.25225132,-40744.79539622,-38344.44845929,-30052.15593928,-24433.87402794,-24425.01862879,-19339.58044537,-15525.94613941,-10245.11057916,-7615.40574134,-1170.06272276,-573.3089909,5491.97292142,19352.35710141,25700.71291243,34764.0097086,38806.03028112,44353.80971584,52855.80740025,58535.34491071,62923.19597349,65344.68705821,69539.80720723,74458.77628481,84395.2888437,84924.64959108,92474.08911926,90161.81592558,95549.27132515,104073.14733274,109532.37638404,118790.31779235,124308.87173391,120902.97801825,105740.01450753,104069.88998203,98734.349768,101237.47026453,104665.53764637,108640.85765089,114907.99561108,123421.78602409,126398.87290092,133426.39977732,139515.95760611,145767.35377542,147475.58138494,148178.50087423,150863.77052924,155242.33078629,156408.93043086,156347.23148658,164687.86211997,169740.52488241,178309.26871252,184749.02174377,192241.89925261,193463.21471688,198916.939871,198542.82910184,198420.0639289,192190.63797036,188490.6506135,191073.49205394,191780.45733402,189389.47752277,189091.27422576,183043.49817704,177012.0163636,177834.69892549,178616.41066402,174139.09697198,172114.8642692,168875.99584492,170987.60331876,163703.99462299,158223.94907675,156361.08062209,150130.68878398,138558.56151076,138967.12438808,141172.73948003,138374.16836111,132887.43366541,126362.980959,121761.84763547,121671.21616636,119334.53059524,108693.51166961,101454.18742901,92019.35732244,81359.29656729,78544.29947646,61468.37076105,57013.47999926,52358.97705827,50618.96899126,39243.61322682,38358.72539775,27237.53158786,23473.53129942,18043.21285706,16152.82078151,12169.35887026,5934.51642888,4121.3997964,-8902.03243042,-13787.10884525,-20037.23573854,-18455.45781116,-22592.80942941,-24467.39837109,-25420.36957033,-8847.60026236,-6981.39293506,-5628.11572922,109.75669725,10907.90808511,15103.17532598,19136.71474048,23362.524914,27594.69891377,31525.87807056,35114.36045101,39358.00701319,36587.54075055,29792.59051089,18294.99969653,8661.95891997,3367.83544767,-8330.00086839,-24797.99442686,-46047.19118143,-51933.31728995,-58839.8774172,-68217.76308988,-74293.08846703,-82068.85516837,-95753.57627066,-110119.42694209,-120511.90218206,-125639.83607431,-115292.43255295,-109752.84125505,-109368.6583552,-115995.25552873,-118621.56970551,-122347.22431506,-126578.9848012,-126699.56774984,-127401.89607448,-134140.06364497,-136717.25391559,-136730.81104064,-148461.60861838,-149754.03907697,-151711.39269987,-158171.73702973,-158646.14622932,-164968.51983894,-171438.55160855,-180913.51605651,-185723.04129244,-187977.44569259,-193225.72494152,-199534.50466102,-202024.78286983,-207214.76770628,-211085.47247151,-216698.86724418,-223845.72828657,-225228.3594178,-227838.59069471,-231329.05800657,-231331.23759256,-233609.02728163,-238497.62090366,-242739.68766874,-243469.00713704,-244185.44440618,-250855.68290714,-243810.42909028,-244106.57773539,-249752.74853299,-250293.23178944,-251183.2894769,-256617.62823266,-258530.12298733,-258530.52865178,-262309.13871726,-264551.59576715,-264551.93810129,-268390.3644562,-268693.2876866,-270248.32073985,-270265.1026151,-272656.00600928,-262623.16618268,-252213.99385715,-232604.09733661,-232604.09733661,null,232467.57042162,241634.47099671,244739.41424979,249504.79585386,253496.40367124,253696.9150857,255128.65416024,256906.30779178,258003.19566124,267506.77936849,276314.99342219,279281.56128009,280814.5687676,283856.04706979,284892.89205152,291708.5002429,296992.31059603,305207.56065423,310571.53108575,316169.76923851,317116.58228652,326571.40540164,333673.36354079,337318.71383961,341017.96035726,343845.87558536,344701.53190009,344150.9146284,341699.21883019,337637.77656938,335772.25168523,333937.62611843,327948.86764176,323860.23239269,318008.52548011,311180.98168749,310061.90138379,302979.96189518,295378.06908145,286501.78421732,279017.95658336,276785.11979875,268515.23813118,272060.66446016,279797.52591467,285004.03352669,280582.52271945,280692.78610764,281473.28439064,279257.8737599,276443.38905817,271039.50736398,264416.89589599,257206.80332702,251223.57745604,243389.54023432,244630.56785977,246293.61194325,250254.99746493,244510.26019077,243854.73658971,247857.5017623,256895.75703321,255414.16761113,251209.90412179,259553.79688497,274297.99548355,277029.24573674,278998.95019115,282151.2970853,282722.08457926,286660.35275583,297781.16710396,298300.63428065,300076.78987792,304025.61199741,292405.82444582,279106.05679153,271432.33368761,271385.61288748,276870.58705303,274504.47140161,274381.72882428,277723.47127541,282117.9173431,283098.14782128,289741.19603421,288436.61198786,283130.74101035,272197.89191118,260146.41059944,258317.56858787,250862.37326316,247552.51868918,242867.43885707,239949.07421162,248248.54558376,248912.97983221,249601.78880147,241177.32259391,231975.4594112,230787.51612878,232853.65048749,229763.48552074,231140.01193782,229124.92338899,228281.49587603,224865.17923016,220404.00477746,223877.41843861,219295.45637311,218696.4450112,212393.56104474,206396.08073395,206236.51639088,212326.39921441,219368.23296361,222148.04458649,222186.79978904,222362.48708269,219880.96849912,207868.92969406,204618.06826733,205266.44350278,200944.14560833,197206.36290684,200129.13749759,194851.58523776,182055.23783918,172792.624222,171381.42134052,165692.90707848,155089.80943814,146193.01378493,152807.78116441,161698.47488134,167028.31038993,174092.02158241,163460.42745424,156429.28799691,160173.54853801,152640.14488996,139343.79237562,133568.85891079,122470.96969223,106276.27084158,96256.50127484,85145.03388939,85674.56509828,89982.78321716,94556.86418974,100226.36130651,108590.42444135,114484.66983199,115559.6021451,111863.94888186,111122.70494165,110318.60676931,114815.83536177,120556.06645882,124236.92660783,129936.44573611,135671.74235913,139565.25004654,143865.38572429,146660.94880271,149644.09383902,151433.22286342,154426.08606386,154428.74227293,157559.20550347,155534.16047761,155704.58817591,156679.02351533,158862.96240957,165502.64148,170171.30643287,170220.32064032,172206.62731261,173187.12121436,172079.97467702,174853.67103339,173204.44187821,176454.90299172,175092.66079826,172179.61025587,171546.15888589,173990.77351737,174048.79177487,174853.7334336,173453.05572324,177742.64271315,179823.38645117,183406.55336665,189491.45795375,192862.70782917,195128.00767913,204018.99133658,212275.30351892,213708.84233066,217090.87170558,214415.73740091,217720.19814649,223151.83908784,225831.98853246,232467.57042162,232467.57042162,null,392564.10995107,394724.12124866,397979.64101375,403847.62544094,409973.64948922,413801.8362627,419043.06552743,414182.24155421,405742.23053042,398673.31980881,392173.44397308,387485.46212483,379879.29862296,373428.96543234,368777.62388113,371227.89232959,373546.34692202,377413.41434632,380812.32465673,388785.93137064,392564.10995107,392564.10995107,null,193609.8817369,188053.58362245,167261.61802097,163869.52324593,164541.60273984,175740.25921117,179943.93159738,181399.5116527,192676.06607997,193609.8817369,193609.8817369,null,111728.51812703,108713.55395867,102178.64001972,92786.14374506,93153.03229438,97846.97976117,111921.34784648,111728.51812703,111728.51812703,null,203166.56221272,197745.39600512,196740.89400276,203540.38812807,208367.90774323,212741.87828788,206964.97050888,205276.02862181,203166.56221272,203166.56221272],"text":"any_mental_per: 22.3","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(44,118,142,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[482000.98632423,504948.83653,530344.93863939,540881.4234012,549144.67169655,564017.86104355,574372.26239741,588419.86040702,598392.70647828,600380.22584576,615301.10086027,639572.20254122,640922.42196445,646859.51391196,665423.17262681,668554.9245831,684510.42436875,702337.48092757,705003.85707671,716998.96180536,744924.39507359,747573.428418,764744.81742765,768592.14966734,768766.56371543,793545.75444067,803206.30965735,824019.93187776,825652.79711801,842509.8896568,849767.69142292,874141.69757315,880093.2147175,881626.41755666,883084.42728054,889205.69983689,889791.73451046,890399.93981805,886309.03671803,883266.84357027,880485.83516562,877858.68128058,877039.87239356,872088.81883413,868848.33096018,866816.51760307,873937.02909455,890494.1598187,903407.9593423,908608.64378809,923624.81884445,928410.1755522,931836.85192054,932328.35874312,932615.89135705,926130.66382592,925836.46362323,926854.7630485,920582.16113854,915015.80775563,910294.95288629,907323.30976599,913042.97625492,915347.16604171,910544.40231398,910015.29121831,909002.30966624,901778.56815958,901682.1968035,904287.56543989,902692.07459402,900322.86664218,896695.35504251,899468.64946785,897096.35036339,893407.83095537,899899.9968633,900872.27282882,900742.49338469,902116.15049987,895705.75873703,894211.84265261,893258.16711879,887202.71495974,884126.20326641,883727.19909408,890278.50624956,890118.36245215,884943.18416616,884771.9096496,877175.80136238,876599.04196994,871528.90007851,871163.54066733,868527.79425562,865534.66681533,865591.76298072,863694.60908907,862743.65481925,866737.75638928,865383.77555406,865379.19610784,864803.72011747,866053.62633735,860357.49765489,859146.6451468,852545.80371804,849479.37910988,851204.20181261,845800.22942847,843777.80746205,838899.22926041,840414.0932052,839591.77548486,835712.54250827,835464.27700285,835432.70521554,835371.61600911,839678.49323854,842362.07115141,841200.32044439,836674.68532188,833435.5941055,831375.464911,827299.41591005,823836.02599565,828872.99557584,830129.13089255,827235.99311976,828568.16682748,831307.16824471,831600.57428529,826050.03116649,823672.07360192,821021.53049292,827627.14534904,825821.30935702,818773.44252436,823567.86214852,818556.63816878,817252.28629024,816560.85676541,816561.86841942,819366.22884056,821306.96591989,823902.724599,827393.63539002,825207.70745019,827459.01969942,831184.41562271,833221.74252512,832302.62943589,830953.00131334,826388.53298646,824173.91674162,830246.4725208,827034.60040919,826504.670076,817323.11215613,801345.0920815,799065.53509345,796379.84768064,760387.68172343,742308.22959004,742300.14646124,727948.20546267,701932.13588498,681179.69564611,681068.4936324,658044.41972499,656397.1207823,636911.29336915,633059.04920027,620123.14545359,609525.24871379,606681.37380261,587777.5273771,579942.69154745,579244.4225304,557903.09331359,556959.18289469,556176.06647724,555757.25989392,555039.27242495,554200.85048285,551342.54801244,544773.8462549,540928.26098187,538269.02664361,535882.62603116,529940.1632124,526702.57419905,525310.20610886,522103.88838822,519148.66671337,512555.77620841,511960.52683464,511406.9527635,511117.9382122,510453.48370769,509788.59203581,509216.35126862,508720.06611856,508388.90047801,507815.72656187,507671.03582414,507241.96937366,506521.95606356,506244.78439831,505893.81303549,505792.75810684,503751.45495163,500690.33275727,498089.81388887,497894.85814612,493062.33385675,490527.01944394,489200.80841072,486147.1770725,482000.98632423,482000.98632423],"y":[-928930.83604177,-927403.93697175,-925724.20201495,-925001.94321563,-924385.89498299,-923253.9524662,-922495.16311683,-921442.71675648,-920684.74335601,-920532.08737858,-919369.09802598,-917320.29324156,-917203.98566433,-916688.76115391,-915047.11596281,-914776.80973719,-913379.12345752,-911690.26579985,-911433.96800565,-910269.06686087,-907451.23453781,-907178.43749088,-905643.97906738,-905294.711105,-905278.83004954,-902615.8399638,-901554.98741854,-899245.04447817,-899061.32683745,-897189.53918685,-896371.70758586,-893830.05403194,-893197.16615175,-896983.00988139,-901821.46252053,-904316.50249326,-907530.55069895,-913483.21532585,-918155.44128087,-924275.21037405,-926287.55237096,-928186.62016626,-933345.2795408,-936886.32272736,-944619.63307033,-950586.75255971,-949685.95452139,-947564.66725806,-945929.0420557,-945263.92364964,-943297.11676952,-948625.8430819,-951140.05313828,-952952.89486711,-954013.27298569,-957184.58678231,-960138.75750968,-964292.43423605,-968049.75751101,-972646.09844659,-972396.81913615,-979398.71440741,-983695.78209266,-986129.28306435,-988808.35792839,-994188.53850125,-996389.79210962,-996287.16223734,-1002311.40212176,-1006378.48119042,-1011255.37388484,-1010658.10362641,-1012554.5863431,-1017466.49397355,-1024309.19259892,-1028088.03865816,-1030074.34640004,-1035177.72129773,-1039528.97462408,-1044527.28080883,-1044102.67257706,-1048458.46969505,-1053112.60447213,-1054981.94141033,-1056621.73572975,-1060363.98261463,-1066094.7547219,-1069494.38890837,-1073942.50576231,-1074089.56838213,-1079022.91798049,-1079093.00923261,-1079707.25965189,-1084893.10362801,-1087899.32249574,-1095210.36646135,-1099515.03375085,-1103275.03396292,-1105157.93968609,-1110025.92761493,-1115001.60793681,-1115060.44362712,-1122434.42917522,-1127167.74634814,-1131291.55446744,-1136792.03404056,-1134346.87984623,-1137068.33991007,-1142851.80768315,-1144537.58210928,-1149588.05324207,-1151423.71495631,-1155721.68098012,-1158420.32102541,-1160197.17689799,-1163421.77680239,-1163831.32963075,-1164623.45512998,-1165800.48333487,-1168033.50562979,-1173195.24993561,-1174663.28680118,-1177009.39661322,-1179802.66583536,-1179336.00088803,-1182347.49536598,-1183774.00129098,-1187627.80833194,-1191329.78581464,-1197130.59717734,-1198871.72077059,-1203554.99712664,-1202718.6458483,-1203173.8010848,-1206506.88657395,-1209460.67183129,-1215649.80018441,-1217438.44106503,-1221414.59306182,-1225801.37905709,-1229344.32282179,-1231220.70047837,-1231222.05869028,-1234985.31895873,-1238198.26102135,-1241844.40410406,-1245271.19988994,-1250414.6744694,-1257833.31235655,-1258178.25860552,-1262498.13862345,-1268393.94228705,-1274020.01472375,-1274107.57711161,-1278426.76084137,-1282674.18299063,-1287827.90273646,-1288677.38438863,-1289555.74779442,-1291058.69548243,-1291270.46875663,-1291519.12330973,-1294866.70440434,-1296488.60643806,-1296489.32228387,-1297747.25007508,-1299739.0869377,-1301298.56982483,-1301306.54061803,-1302923.23382137,-1303052.40910848,-1304554.36984768,-1304853.76214915,-1305845.39406346,-1306617.38258614,-1306822.12670126,-1308157.15610139,-1308737.03608502,-1308788.34080764,-1310326.68537368,-1294744.20411041,-1282490.34799766,-1275945.25635955,-1264308.99684405,-1251539.82996884,-1249430.27146437,-1249275.9415074,-1247932.29420709,-1250509.23919522,-1249994.37501897,-1251752.08176951,-1251680.16330716,-1252951.97754746,-1252159.09655296,-1251054.85749173,-1244756.60748539,-1228027.4608181,-1211217.80475558,-1202489.53221168,-1183608.13640654,-1164851.91355501,-1148469.62710612,-1134347.65559948,-1123932.12523479,-1106023.03323938,-1101199.66465584,-1086965.67507459,-1063307.64374982,-1052916.59021147,-1050952.91281147,-1050387.42831119,-1038956.58461059,-1023398.84730444,-1010156.91775244,-1009163.26005413,-985079.25574933,-972543.28070091,-965977.08106723,-950835.39793577,-928930.83604177,-928930.83604177],"text":"any_mental_per: 22.6","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(43,124,141,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[1950824.82565971,1955558.1133137,1959597.0187727,1969384.74124283,1965188.20779463,1961600.04641605,1960166.50043758,1959390.76233412,1954131.42559589,1950824.82565971,1950824.82565971],"y":[-402441.06617252,-393947.31043194,-396281.40912597,-401924.58480888,-409555.93602048,-415971.53698278,-410600.80989325,-407696.16026363,-405002.40472112,-402441.06617252,-402441.06617252],"text":"any_mental_per: 23.0","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(44,132,140,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[-787764.87118457,-779902.82202983,-777120.66748909,-775601.04267433,-773710.26936402,-771211.411312,-767696.09942861,-767189.96464802,-761957.21817067,-761852.87225219,-759955.28656743,-758041.60988538,-691378.55714782,-663635.96036041,-617600.13697997,-613454.12273891,-575241.23224951,-530164.08610506,-521499.87357358,-519238.8603928,-442763.52712844,-442740.24194546,-414803.46774091,-407421.94691524,-377379.49246935,-340177.78799833,-300031.46596103,-299968.72738504,-283923.83015531,-258256.36781972,-222758.6045972,-220037.16185281,-214646.02764608,-172256.34766536,-172247.658408,-172893.30742993,-173031.68151274,-173714.91837921,-173955.17400473,-173983.84087527,-174904.23434082,-175345.60296599,-175878.20095187,-175890.94268646,-176311.55583875,-176784.31303002,-176952.73747138,-177779.47794075,-177973.62466982,-178515.68660514,-178785.6855587,-178800.46182561,-179148.27136844,-179897.76676269,-179926.96709275,-180129.48046425,-180776.86404082,-181108.43454905,-181490.54910268,-181663.92599931,-181797.49262178,-209652.08645657,-240156.4092524,-252938.58369449,-267188.20287015,-274652.090887,-332211.46899971,-356635.4431771,-386069.65939109,-421013.12939309,-455538.90221831,-458580.08346067,-464393.68860638,-467128.04004439,-482046.79664829,-492223.34651342,-508430.14572757,-508607.59330883,-533374.632653,-534159.76209637,-564054.86581936,-575865.03478461,-610778.12171141,-611377.77110154,-659555.99963072,-664944.30283755,-710893.70154811,-744410.67480884,-765732.63173614,-803303.10568755,-797776.79456583,-793240.1203219,-790112.05044485,-789977.69179853,-790316.74084608,-787764.87118457,-787764.87118457,null,202211.8025291,223954.42791034,262274.4623209,293618.53222524,339850.08669519,341385.0368079,353486.99873634,352214.32823261,351340.24893863,350814.24353836,357896.35203934,362807.07303982,365468.30296566,371055.17587013,375647.51733241,377823.82970181,380166.79340256,382101.43711043,385135.20555479,388635.36881395,388780.12802288,388537.60461023,394443.86445812,402794.34300693,407411.49907726,408569.08401791,411486.25774196,419374.89239714,421795.90122245,422092.13350564,433841.2618216,445979.94238555,452075.87208296,455438.97275908,455100.90374574,465513.10828803,473654.10591291,480434.42657405,480236.25334713,486934.78604638,488459.70122106,498563.1358287,503490.45149823,507414.58482932,517149.1495026,521925.73002211,534704.49326808,541489.01329348,542134.20433075,540664.35746005,546918.47568183,551295.16388206,555962.44896249,555634.35912905,560190.57058755,564477.21074525,568271.39392182,569256.73616722,568770.63518922,570864.04871091,578127.21290145,586028.33675034,590508.4052867,592774.58026977,599317.09757975,606768.48286351,608019.33457085,612913.86710727,615521.67018467,625470.09106469,627369.33699234,632890.64769998,642368.92340287,648567.687158,654788.83854436,663041.26181951,663240.45729442,671888.86412599,676451.78599451,680210.71137495,683019.96469892,688687.8923512,698463.59886736,705687.06028026,717038.01983493,730242.14785874,738428.93727351,743523.62945799,751717.51413911,759986.25052034,769306.04691508,779262.44120736,775009.8780505,767577.37883273,762388.59953101,758646.24225693,749459.66390391,746166.96942245,739214.44462273,731120.48930946,721398.46279137,714393.9135001,706245.52184863,698650.65850884,692525.12087153,683558.89138967,673196.98480121,665003.46352148,657627.89788727,649420.11213847,644751.10000542,636557.63202204,631983.39287932,625522.83120604,621672.25315437,620831.36039153,613797.34370528,606367.36748389,603017.12465983,607650.12379709,604912.29581595,600900.599653,597667.99096647,595054.26779193,593688.82799453,587126.82375789,588921.57218077,589735.86107847,591532.04293526,592446.56587808,593320.24329435,590166.26109637,589516.26474401,586333.14776933,582141.30940898,580670.71502102,575094.91993168,572659.13731339,567069.75059544,562478.00031545,560012.63576894,559153.03373496,555862.97575639,554797.3648352,552702.18792546,552086.78773463,552042.0595229,553213.09888623,559486.017024,562994.19531879,565551.48362955,569285.9019201,572739.20524226,572253.48248176,569709.28784896,566277.82202153,565330.15566907,565746.99153538,565829.76444848,568343.35813338,568705.00737393,564306.90174133,567937.91001888,569610.18877053,569128.29231103,569125.48497296,569081.99414973,567048.88036744,568156.70229615,573366.11317935,576382.49482715,583325.20398305,589095.83813739,601113.82958239,604082.66888588,607801.3810768,608040.17632513,610410.05477805,614339.82122633,615450.54886837,625368.988299,627566.36198428,637579.71831894,641809.18695529,644624.49379357,648023.47798994,651336.51043197,659517.18361166,665897.49285464,672242.41925612,673390.37125642,683078.05996033,684625.47719351,690664.42155988,696706.26343928,697039.37250498,701393.57209838,700912.33241376,700309.94386811,702713.62556988,704740.76205955,706708.38540135,684812.92194086,675214.65274894,665647.50141948,658062.60052134,637621.67846484,629677.35635529,608014.9579629,599656.79778419,599654.1573244,574208.7874505,561838.46751926,559843.50373128,545414.29900507,523846.17319149,517468.3805087,511698.21292892,485798.45150522,463505.74408904,452033.17744802,447830.47670212,414709.28665605,413125.72255999,409876.32128218,385704.39668603,371793.09360389,366428.77947273,363823.09421991,335833.74564651,333697.40153387,318215.00123833,306508.46970271,285982.87139183,285730.7248185,284341.56224217,284341.55306308,282710.81067721,282710.7068899,281940.82335591,280968.69475408,280503.49171769,279578.27583842,278664.49313521,277110.50947137,276903.87033078,275850.05228083,274781.28712667,271578.11743165,268380.08078472,263941.40989842,259430.51640515,256553.52904054,253892.95093352,250637.57304651,246186.49260483,245488.35802825,244781.96702846,246607.6549076,252689.2782532,258165.86478269,261206.18740666,264402.60941353,265317.53315856,265649.16262601,264443.94496346,264539.30032541,265644.73798568,261829.28312332,260943.8969022,257213.05073259,252122.21065104,248821.43972792,245376.71495864,245043.83712186,244982.55934096,245011.21043782,244480.06383992,245755.67872034,240043.82246825,240818.38541005,239941.17945272,238837.4055141,238345.73905859,236318.13711137,236170.98833226,235987.83391956,233525.45189041,232591.36268395,229654.09004034,224158.39322412,220726.25921911,217982.40429656,214990.9916231,211623.13928046,211670.82785145,211879.85117316,212532.83932987,211558.02988685,211112.10388902,209962.23068756,210002.66722849,210017.74220993,210208.21410562,213012.50927134,211263.92730913,208723.84535932,205791.39694962,202517.48946044,202211.8025291,202211.8025291],"y":[-679501.90042785,-610331.41640533,-583720.84783822,-569223.49650278,-551222.0168182,-527493.04970511,-493646.04941744,-489022.48313015,-441359.40089773,-440363.27395739,-422270.61750318,-402936.02975308,-410032.13498937,-412641.82765369,-416722.36695088,-417118.87521044,-420654.24599908,-424548.78158181,-425263.18843677,-425432.40642282,-430716.19121683,-430717.69372015,-432463.43946411,-432905.72059867,-434193.88199949,-436169.69821169,-437993.47987082,-437996.1128644,-438650.74631972,-439620.40132861,-440857.52435093,-440944.83882465,-441114.64216927,-442282.01339853,-442282.22604809,-470367.24975129,-476149.04171162,-504758.60308133,-514843.34874073,-516047.49427159,-553289.72303559,-573735.7973878,-600939.37773502,-601592.08164936,-623188.41033035,-649902.79602312,-659464.35078787,-698262.48960846,-707409.68494659,-733022.36945953,-745860.599223,-746563.99620621,-763144.85177775,-804701.71773311,-806329.06049661,-815160.14676863,-843458.71748433,-857992.7097311,-874808.92659816,-882735.4606827,-887392.75988344,-886505.16336696,-885515.39650992,-884599.61627292,-884047.20081193,-883802.99950981,-881668.67671612,-880767.14967708,-879574.24665251,-877693.48418755,-875443.70148164,-875252.05619943,-874882.22719885,-874706.70521213,-873728.69357071,-873061.24068472,-871975.64754104,-871963.87507521,-870278.98695691,-870226.08478532,-868149.71685169,-867295.98192274,-864661.66535789,-863753.28545212,-859649.41345926,-859169.16762925,-854912.99192756,-851674.92488608,-849535.05075597,-845580.85332591,-791903.44677289,-748104.45307606,-718042.05692155,-716753.28532973,-704327.55636843,-679501.90042785,-679501.90042785,null,448284.14902615,449003.7483587,450608.44550372,452109.67052937,454495.69654145,454587.9065546,455329.22612864,475966.43963772,489769.39442052,498098.34248738,495061.42804962,497121.22152993,497265.63199861,493670.46066418,492608.80195548,480862.69263875,471067.64510868,468383.82592879,457467.10194789,444766.59862177,439893.92248683,434220.01874129,428823.90371849,425269.19188568,424757.94571617,425441.85369923,427167.10134038,426983.16419627,424733.60093657,421723.15231549,421173.23586567,420699.22696648,420964.41289795,414632.80182342,409720.9970528,409400.55245823,411459.86858916,413884.16442321,419016.31018008,421054.76522408,423586.0552041,426210.73998519,424674.49549551,425225.23592878,426603.25145383,422943.21292159,417885.63225675,418911.03586731,415102.27309145,410347.17311096,408013.10191155,409260.35169668,405889.46858155,398887.3096245,393019.24470204,385023.56153206,387653.89189384,391952.02218229,397029.83266966,400696.50669398,402341.6572053,402671.81846244,398887.06924334,390888.03440225,390421.81720835,387615.98800111,387146.15675982,387508.78575081,378850.56915823,378660.73853641,372705.91862375,374807.68881982,376153.27478455,378451.97726309,385456.85375925,391869.91005567,392013.05062519,398241.48076282,399465.23400855,392531.4327791,386624.87358124,384346.91485683,388484.25334453,387492.15778552,388610.59457825,391174.01727946,389442.73492844,382537.09280355,380159.49940396,384976.34966842,384862.55373765,386512.91570543,381491.94459933,377862.38662801,373477.74007176,369981.99230981,365517.90633364,361558.86113393,358506.18479756,353799.09588377,349873.0770478,346935.31398602,342359.3483046,336203.75519428,331917.77756143,323321.15207805,311839.58457645,301567.16378742,289307.9050945,278111.72817691,272219.42680484,265835.49520799,258254.58656832,252698.03877165,247787.68856233,246716.90352052,241245.36826416,234063.86198268,230408.98992426,219955.11650016,220135.33084523,222414.74563206,221777.63652775,217455.39783148,213910.99837765,213107.90274407,194531.99396962,185846.85462379,166653.42624934,157043.27447144,147851.56780041,145063.94535107,140924.51383812,141053.12691851,138724.48816213,135310.62270705,134473.72970394,131580.1012267,128628.88142647,123669.24605491,118030.33641324,112887.55979035,106629.69013711,105724.2317964,103945.29405146,95958.19893135,95379.70355428,88153.73350562,87532.23545763,87248.55710454,83920.01757214,78292.32822544,74768.50447213,70044.20910344,63142.2365061,58326.7546456,56998.67605301,48663.96129232,47005.07786282,39246.70883748,38131.48477837,32374.00613747,27900.8214465,19010.1253004,10072.50123054,10020.67102204,9218.07277113,-574.59194718,-1523.6711063,-5980.69332141,-8556.97159528,-16483.46543312,-19884.5809974,-20935.412052,-20583.53901843,-22429.13258679,-22547.53898743,-28198.0114028,-31312.48187591,-32191.8518009,-34752.62785824,-35581.7942828,-39348.20955515,-43851.20486047,-53302.12414168,-56751.22143624,-60108.40169153,-63235.28411161,-69825.5404328,-73332.37286759,-73514.00920192,-75038.34450741,-76800.71387282,-83667.5889553,-90242.51253474,-90841.4123193,-98661.13513053,-104020.24294623,-110696.65836946,-117857.83492558,-121616.80925394,-128604.1046632,-130923.66786732,-131924.0509373,-132906.9178634,-133676.02078266,-135701.33951619,-136470.96381808,-138555.59374452,-139340.463017,-139340.70925729,-141708.43757701,-142781.56151023,-142952.40974838,-144169.81987836,-145935.26636947,-146443.57108747,-146895.2344238,-148859.38560679,-150410.37493607,-151178.8099865,-151466.17903891,-153636.0221791,-153735.54892652,-153935.0554958,-155368.37434656,-156216.49509949,-156535.61578902,-156689.03631344,-158211.65165311,-158317.5721073,-159064.35034886,-159604.69102005,-160524.20725293,-154756.83312641,-121732.40867142,-121732.19092488,-83144.20856682,-83141.75877827,-64990.7369414,-44606.23957667,-34863.32586833,-15508.97471207,3576.59796387,35966.51824787,40267.19803456,42357.43224299,44478.73784443,47609.92831249,48635.83725078,50897.75048786,50946.98760995,53802.79923403,58346.90630785,64588.53472682,69995.17188513,70844.25965341,73644.68696264,77584.05697292,83103.34028117,86750.52263455,92311.06561531,96373.5222555,102579.39459084,109650.92553431,118649.68668438,119248.9122562,126207.30083813,141169.66045096,152230.53122079,156408.99726565,164746.51731349,179155.39719655,186098.70466154,186770.51405471,186894.2003688,193119.47992293,202532.59165766,217600.73951293,228235.12974793,236171.75646793,243858.76369282,253546.0835346,257866.58295827,275978.31945758,282506.27838961,290604.01424824,299077.35293848,301611.59530932,309593.7200977,320457.19440175,330217.75348123,340461.70959695,347594.35553387,356060.54401923,356581.46552515,358866.40366305,366022.39418628,375639.57990723,385183.55401157,396463.35573712,397403.48734422,397754.14180695,402192.53741809,411658.62271784,416674.71983252,423146.76247875,433608.1470464,442197.77345443,448284.14902615,448284.14902615],"text":"any_mental_per: 23.2","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(44,136,139,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[-1161496.43054968,-1122477.5963851,-1101616.12785912,-1067267.80448717,-1063776.92254712,-1042164.14463292,-1028198.49121151,-1020189.6892309,-1008697.94351735,-993360.25311801,-970618.93883135,-952003.36187377,-885695.57264716,-882124.90969072,-861296.14561657,-835875.40671412,-819229.09635297,-800049.47145547,-781223.99058948,-765956.34930566,-759196.22192795,-739942.80304792,-691427.42397667,-690618.32701112,-673342.79656802,-655254.06219023,-622110.83492939,-599867.76850805,-561299.95655377,-542167.75330975,-536539.10757973,-523196.38246481,-482350.42834596,-454469.10523574,-445604.16686737,-441130.52182727,-421142.00169609,-390586.24594187,-383983.26718151,-368874.5705006,-355615.64417242,-331438.57660441,-295377.38366991,-296279.41281297,-297463.02720592,-298235.95393491,-298787.11518547,-299562.82157001,-300860.73176984,-300860.81893249,-300990.49711696,-301843.46851419,-303106.17599726,-304367.19506283,-304764.94057535,-304774.96788574,-305893.32104645,-307052.90755697,-308305.31171362,-308701.56991143,-309251.89236032,-309421.63959186,-310501.19196358,-310751.93937928,-312635.23539565,-312889.71614487,-312959.01539698,-313510.79777899,-314533.97020719,-314895.30676782,-315648.87161726,-316316.08109666,-316791.97539262,-317427.67219202,-318890.80593433,-394801.18216502,-395819.76456699,-398827.60680494,-459311.52202208,-473190.38262711,-491924.96009488,-491935.06966356,-540864.2522008,-577013.54540115,-620803.98284948,-627511.44735807,-647146.20319891,-666850.49890068,-676283.65161278,-710682.55286208,-713816.82521892,-750571.75135728,-768034.69591556,-783341.57438197,-809041.22267289,-838769.91778132,-844814.10884906,-864991.29943258,-865001.72004736,-868010.1651604,-870037.83283066,-870915.29629132,-871528.77977955,-873311.51657269,-878793.15398556,-879793.3732041,-883718.68857516,-884765.60286793,-887562.45056323,-890984.50776722,-894741.98876689,-895294.43372178,-900029.17640337,-901835.10222324,-903018.02776149,-908458.87113333,-912311.56240407,-916528.32715772,-923292.2849799,-932179.84186565,-936231.34919395,-949450.1710107,-956712.12869494,-964012.47896189,-968633.0447095,-974978.31295438,-978564.09732236,-984734.39246424,-994601.22721713,-1002670.43931607,-1004866.81638359,-1013125.8947021,-1013244.51284714,-1013669.03452211,-1018400.86857843,-1023187.18617006,-1026567.71370282,-1025739.58074154,-1028923.93432042,-1027085.21799567,-1029703.56842596,-1031047.36927806,-1038983.78684906,-1043633.24536194,-1048845.31650915,-1052208.47905442,-1054995.89763786,-1052228.03478581,-1050376.7795605,-1050514.03406486,-1054303.43237423,-1058696.75219911,-1062515.7229544,-1067384.67718463,-1066008.93354001,-1067576.18631618,-1066312.76422041,-1068786.94944641,-1067579.93837355,-1071343.94605964,-1073811.3474169,-1076843.46754407,-1078266.91551287,-1081712.20780585,-1082476.98496796,-1088647.53130158,-1097674.82983142,-1102818.34543914,-1106034.5395444,-1112620.73812489,-1118341.14810448,-1121819.8733475,-1122626.81701443,-1123290.38663592,-1122232.38963492,-1119111.9024819,-1118445.85449118,-1121667.59928947,-1117095.3744767,-1109558.97328851,-1106386.86618089,-1107696.32561995,-1105871.63923519,-1108280.53288613,-1110396.67034027,-1107529.53342786,-1111588.8669129,-1110235.49683834,-1104921.36479157,-1103945.94586748,-1102569.14625145,-1101102.8940517,-1098873.33844342,-1095544.60349163,-1095171.8360892,-1091129.52305818,-1088211.92377124,-1086028.16139077,-1086988.46671932,-1088580.67797921,-1095899.48841371,-1103032.37307499,-1106142.63791774,-1108298.43354975,-1107568.378307,-1110922.26779205,-1112405.14027836,-1117519.97413184,-1118399.44093995,-1124459.18869022,-1127951.81156983,-1125805.9890166,-1127939.60946469,-1132341.13635305,-1134211.3551389,-1137061.71006131,-1140648.13593075,-1144616.5880275,-1146544.40430779,-1148119.59530294,-1151231.29499568,-1158111.2203409,-1161966.4507617,-1164239.82301827,-1172800.14318247,-1170648.11777478,-1165832.00675394,-1170742.14886608,-1170079.68456175,-1167062.7386296,-1169437.48069185,-1167591.3856031,-1174300.42982289,-1173825.27433814,-1177232.05464765,-1180281.18861168,-1183717.79920931,-1184028.04618716,-1184447.87874747,-1181578.933124,-1179497.3028472,-1177355.71780933,-1173445.13406319,-1172968.41835006,-1161496.43054968,-1161496.43054968,null,-339572.93642644,-338650.64709182,-338028.3355627,-338027.8319781,-337150.40083091,-336896.44032797,-336456.68955068,-335474.1163125,-334831.62671738,-334751.2358606,-333506.46972171,-332190.14473267,-331552.08678038,-331442.71411296,-329490.32052611,-284975.50971829,-282622.14356607,-243985.7679708,-227041.67184006,-195873.03255711,-169363.96488557,-169358.94677764,-99879.49599703,-81370.83454403,-16138.53686762,-16138.4402214,12197.62415241,37898.58141205,60639.75371502,93697.5893753,122115.0264136,123782.57154291,127468.23326586,131403.96283626,137848.06384414,140170.09223727,144120.68258651,150635.40848297,151007.24253441,154621.71237229,160419.7309907,167333.35278225,170936.07155102,173077.09872598,174584.3372764,179217.92545634,187435.69237522,192756.00458352,195690.33033328,202486.94755474,205028.02745281,207709.32956848,210502.11405064,216719.4441805,219870.35289085,225146.6415466,227217.28471084,231310.04838077,234136.77692184,242860.56051055,243636.14584822,247841.03867985,252609.49106926,260864.92533381,261339.99430065,263409.86593899,270007.4252205,269296.93284527,273596.24755082,276293.31101201,277735.21293588,284788.20242104,286866.61012143,291402.16605327,296800.11961809,294542.12089215,295204.25911785,300078.98161461,301468.22235535,301664.17526321,301610.41480854,300975.38638206,307730.07582122,307728.58759277,311915.07544122,319675.34382919,317808.40728473,320700.65747268,322396.80639502,326231.1003007,324684.98030235,323231.99289908,322978.45311815,322709.14865437,325160.58518042,326270.88733576,332459.82238733,333573.8434899,334688.80832291,339793.56220414,339743.53290406,339728.17694293,340241.41973012,343441.48408362,341883.38739564,342255.14908021,342311.20419651,346719.30322209,346436.55326942,346060.21472014,346687.67241861,346773.39129283,346872.29322591,350263.54947001,349728.96528921,351472.88471495,352207.41113049,349859.0319916,350786.52362104,350798.05713875,346458.76448771,350338.80702018,355901.2250912,358980.703854,357644.47718192,358688.9973088,362298.12038114,362487.01379916,364136.91209449,365180.71714309,368511.22383341,369388.18024667,368558.17046,373295.1088668,377244.80965581,377830.91893595,377866.67814326,377948.17585349,384407.1035178,383964.77376415,388389.21634463,391805.41977672,390288.28723396,393242.36432102,396136.7347795,399756.49936896,397066.86912217,359218.10314974,358917.08461508,339968.39510794,338826.5167378,327735.66174063,320513.45819844,320510.40288994,301390.87805412,300860.02378273,272255.32370532,266458.82546803,262830.34239474,254928.39767067,224252.4088099,220278.6866042,189488.43691546,185709.17390504,176306.79848253,164016.01618421,147141.29580051,127499.06436757,118182.04150242,108582.06514005,79542.64279349,77958.78711886,69984.59080056,42476.28379903,31944.16652599,31694.60864419,15909.33417242,-15158.89044205,-16505.33898602,-40669.85672157,-62990.02671712,-64695.52244411,-90397.88153579,-110317.63586439,-112878.81063716,-120294.37855619,-131481.73064872,-156189.87765618,-174904.23434082,-173983.84087527,-173955.17400473,-173714.91837921,-173031.68151274,-172893.30742993,-172247.658408,-172256.34766536,-214646.02764608,-220037.16185281,-222758.6045972,-258256.36781972,-283923.83015531,-299968.72738504,-300031.46596103,-340177.78799833,-339572.93642644,-339572.93642644],"y":[562603.28335539,554683.37832468,550412.67955155,543987.09168434,543346.30036608,539407.76566909,536668.69862834,535184.61662286,533075.86302059,530235.7699522,526415.49811165,523261.35667385,512629.18197725,512079.31021493,508806.6878953,504911.50810124,502535.45345374,499859.54834771,497316.30303673,495300.28128506,494491.60219964,491986.0944992,486076.8156599,485977.45656059,483883.73805171,481709.2386155,478050.78165115,475713.79388777,471868.0834092,469983.06648306,469530.76040484,468294.99573466,464705.76608658,462430.40087795,461725.02330426,461374.26179286,459933.67160183,457761.35541907,457335.93441157,456324.31761411,455469.21404634,454098.02902253,452187.03540141,435259.17940173,411555.95260588,396035.79619551,384392.28358193,367968.11312955,340722.06168745,340720.22806559,337991.63721874,319301.14892881,297093.54682432,274201.61580258,266971.8028255,266770.22372425,244254.62257422,222761.20249323,198324.97029468,190285.04966442,179105.09861527,175653.31271537,155078.50240212,150139.43500945,112952.23144629,105911.74773885,103992.00519089,91244.88658988,69904.34388654,62446.75394264,45239.89371622,31568.81630781,21803.02896312,7750.28648012,7702.20679975,12282.60936297,12346.18096885,12534.86480489,16633.40420364,17339.46889751,18340.85831839,18341.69065269,22561.00282154,26367.83211519,30527.41628066,31191.68933679,33066.18392054,35009.47000638,36010.56279068,39782.60692563,40840.30340246,44740.30560744,46876.67597994,48790.00173301,51588.86949242,54714.41875089,56718.57100419,59282.77598242,59231.8976021,44545.89032834,28926.89473076,22401.07525884,17835.29761839,1109.70490023,4069.25287837,8941.68546805,13984.48492216,19499.29320089,24941.68264144,31748.42362058,35288.03005365,35808.99913944,32588.7959589,30042.16438936,28375.09456507,18296.74653207,15730.26555038,16555.03967304,17884.27247782,13722.67453875,20216.06224281,19218.83935714,19276.30137176,22075.18317005,25596.06066761,22100.89986259,13538.7044474,18102.81581437,20886.36859251,23516.46559505,23428.85330182,18344.03748361,14405.58360297,14221.23183545,12168.9308684,17051.12096987,23815.55957284,28961.14819803,36135.09682869,41718.0752364,51097.74964447,57666.65054829,65557.90111588,63619.99924916,68547.71933429,69987.13788059,78178.64454265,82543.13049075,88275.8165394,94214.15683585,99454.8660115,103427.36025942,116112.24991486,127202.03735517,133735.61103839,138838.76370246,144622.81542123,149856.02333261,158592.87657595,161684.57923697,164438.48473559,169321.50895293,171617.81073406,171713.5135801,167075.04285481,162497.38290599,157475.68748734,157519.68398413,151610.5775256,154169.95720002,161024.00897205,163386.8367654,166497.51851374,169059.88550733,173834.83738656,175354.84340143,181263.83720174,188408.45269067,193933.81879509,194759.16989889,197241.81951104,200785.52851455,206128.08278788,209625.65599065,214763.17882319,221817.77434002,225758.6422309,230327.29744037,230060.221295,237052.33792436,240963.55888227,244888.34516077,253145.79600491,255341.06486223,265131.99002785,265468.85261808,272842.71418438,280295.18823623,281411.90045416,283264.85532641,282352.81466983,283118.76570938,284607.7771076,285641.21797068,291721.85720747,294495.72987044,295723.64991511,296519.57884256,301216.59213429,306111.85570637,313156.11198515,318001.715402,320532.30228219,325763.2561904,331865.51669966,336863.52605828,345490.88866293,351228.18016327,355599.54144943,361145.56552993,362811.17575816,366398.04873295,370487.99323327,376959.76794243,384448.03127485,388512.02032059,390344.45051761,397126.61794163,401964.39680742,406730.23761156,410771.97940561,415176.33631341,423851.7961483,429911.2032518,433803.94714497,440703.1520151,449980.91047458,451331.45788668,453161.12913784,466829.16240757,476802.74328044,487051.38603231,505795.64653706,508069.33206303,562603.28335539,562603.28335539,null,-423617.33847977,-405437.80654494,-392667.00748074,-392656.6807403,-373669.39722631,-368183.01303035,-358837.85969527,-337998.24518309,-325081.65807519,-323466.76322663,-297516.97585191,-269748.16199544,-257331.79022116,-255204.95823684,-214141.20084345,-216182.28518809,-216281.85867277,-217870.44790452,-218496.05807442,-219533.78170893,-220316.31778005,-220316.45588807,-221865.13758895,-222155.11642342,-222583.7973918,-222583.79755278,-222570.61378201,-222470.84314195,-222299.71085342,-221912.19509228,-221416.98166045,-225280.52869048,-229026.49858853,-230153.18974709,-233572.33058038,-234801.99868188,-236258.62316118,-238337.29878942,-238455.71078275,-241880.28064965,-246666.84615491,-245895.06021987,-242550.29906105,-236512.39692303,-235090.58789439,-235756.16813353,-237110.24315255,-236067.31511202,-235490.15283487,-235562.63938525,-235901.96225012,-236258.92199437,-233960.87259968,-234878.00879925,-233686.96788479,-234903.74586671,-238504.44175545,-241537.48760346,-243629.30993024,-244374.45444805,-245003.16251856,-248408.23556742,-247198.33432508,-250566.59800042,-250760.01858398,-254660.43977713,-254825.74882668,-261018.36967102,-264998.01321712,-269264.2325678,-271542.60348088,-270785.45376773,-273755.81679253,-272683.25631977,-275667.30381617,-281420.79146107,-289570.64427772,-295645.07383107,-297373.75887153,-302471.92365,-302927.5964281,-308303.13881219,-313921.85829335,-321307.01578304,-323851.94008842,-328835.99882146,-336110.6394837,-340867.89750281,-343654.50492229,-348740.68139262,-356697.64722761,-361850.09267232,-362748.18437992,-368888.40557557,-374605.33381108,-378212.79832007,-376155.5775294,-380232.3278719,-384308.80132945,-385617.09294684,-392941.3417627,-395156.24495382,-400462.34336297,-405188.30795765,-409752.72739823,-414918.49861311,-415697.37993194,-415176.32100019,-418173.10317439,-422154.98175065,-426708.21301617,-430116.63378295,-434056.492136,-438896.8634792,-444229.21377893,-447119.75254424,-448336.47844109,-453027.27508555,-459860.7364387,-459945.67161088,-465363.52441419,-471143.89343996,-474126.11959312,-479523.55648999,-481611.94597539,-488148.83357343,-487826.7752742,-488201.33129239,-491471.27985652,-494781.91487363,-502088.08795972,-505352.89221473,-510273.21981856,-511443.93871446,-513308.21555981,-516253.18000573,-516432.8062776,-516842.16577025,-519049.72569296,-524366.89189961,-529410.45789068,-532867.47993211,-537230.73256783,-541819.90654364,-541414.48230348,-544471.22411095,-544619.87901586,-546602.43358555,-546617.34688907,-547530.15486267,-547583.52954166,-548132.69962632,-548442.8729296,-548443.00704405,-549256.27508506,-549278.11398957,-550395.41763175,-550607.66519978,-550743.3195582,-551032.27098947,-552020.88839802,-552139.18240231,-553014.53347562,-553112.76513305,-553348.36679309,-553637.44345964,-554005.26266887,-554382.57593182,-554542.43263284,-554703.66322227,-555111.89731632,-555130.72784154,-555216.92718485,-555445.17047681,-555528.2318582,-555530.00948193,-555624.52851101,-555607.75894769,-555603.94230453,-555486.24324408,-555265.67045475,-555245.91476309,-554963.11778928,-554652.01519198,-554610.86440971,-554486.47633763,-554284.07636972,-553744.6981372,-553289.72303559,-516047.49427159,-514843.34874073,-504758.60308133,-476149.04171162,-470367.24975129,-442282.22604809,-442282.01339853,-441114.64216927,-440944.83882465,-440857.52435093,-439620.40132861,-438650.74631972,-437996.1128644,-437993.47987082,-436169.69821169,-423617.33847977,-423617.33847977],"text":"any_mental_per: 23.4","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(43,140,138,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[-868010.1651604,-865001.72004736,-864991.29943258,-844814.10884906,-838769.91778132,-809041.22267289,-783341.57438197,-768034.69591556,-750571.75135728,-713816.82521892,-710682.55286208,-676283.65161278,-666850.49890068,-647146.20319891,-627511.44735807,-620803.98284948,-577013.54540115,-540864.2522008,-491935.06966356,-491924.96009488,-473190.38262711,-459311.52202208,-398827.60680494,-395819.76456699,-394801.18216502,-318890.80593433,-320442.3739117,-321099.77470017,-322847.85564324,-323232.5122167,-323449.56435429,-325034.51427821,-326610.67919601,-326893.12785065,-327023.40240792,-327981.77511541,-329490.32052611,-331442.71411296,-331552.08678038,-332190.14473267,-333506.46972171,-334751.2358606,-334831.62671738,-335474.1163125,-336456.68955068,-336896.44032797,-337150.40083091,-338027.8319781,-338028.3355627,-338650.64709182,-339572.93642644,-340177.78799833,-377379.49246935,-407421.94691524,-414803.46774091,-442740.24194546,-442763.52712844,-519238.8603928,-521499.87357358,-530164.08610506,-575241.23224951,-613454.12273891,-617600.13697997,-663635.96036041,-691378.55714782,-758041.60988538,-774757.90244939,-813491.39519128,-837246.88023542,-841222.87016746,-847311.61112172,-882096.0848928,-924187.46287981,-920536.58569345,-918962.91844979,-915939.31330146,-915735.43360978,-909692.8853144,-904654.62576625,-902122.98193574,-898903.98543969,-895379.83200845,-894577.59447174,-893803.97118175,-890246.28643726,-887559.28291318,-884843.76475797,-881590.49787584,-880525.81029819,-878658.82768589,-874814.90859074,-873311.51657269,-871528.77977955,-870915.29629132,-870037.83283066,-868010.1651604,-868010.1651604],"y":[44545.89032834,59231.8976021,59282.77598242,56718.57100419,54714.41875089,51588.86949242,48790.00173301,46876.67597994,44740.30560744,40840.30340246,39782.60692563,36010.56279068,35009.47000638,33066.18392054,31191.68933679,30527.41628066,26367.83211519,22561.00282154,18341.69065269,18340.85831839,17339.46889751,16633.40420364,12534.86480489,12346.18096885,12282.60936297,7702.20679975,-26308.75819245,-39679.29541117,-75341.43443973,-83073.25513829,-87439.23677425,-119388.6575235,-152147.21085003,-158288.47988792,-161122.92825614,-182011.6342532,-214141.20084345,-255204.95823684,-257331.79022116,-269748.16199544,-297516.97585191,-323466.76322663,-325081.65807519,-337998.24518309,-358837.85969527,-368183.01303035,-373669.39722631,-392656.6807403,-392667.00748074,-405437.80654494,-423617.33847977,-436169.69821169,-434193.88199949,-432905.72059867,-432463.43946411,-430717.69372015,-430716.19121683,-425432.40642282,-425263.18843677,-424548.78158181,-420654.24599908,-417118.87521044,-416722.36695088,-412641.82765369,-410032.13498937,-402936.02975308,-401029.39244892,-396858.50943954,-394082.18500247,-393609.2927739,-392880.54660116,-388569.94351799,-382827.55462013,-354813.02805225,-342767.93028466,-320149.18892076,-318572.36571701,-271984.86196183,-233560.90292351,-215410.10147804,-192380.03903841,-165666.63114996,-159595.7780251,-153745.88038276,-126863.13997756,-106386.34600556,-85748.052391,-61388.69386001,-53092.14816404,-38567.56428072,-9837.17961407,1109.70490023,17835.29761839,22401.07525884,28926.89473076,44545.89032834,44545.89032834],"text":"any_mental_per: 23.6","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(43,144,137,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[2184589.63389173,2185305.12574058,2183179.28907593,2185710.9004868,2187969.2324621,2186855.39412682,2185212.56681066,2185705.54985554,2182009.17829611,2181832.58706978,2180596.03315015,2180473.24063725,2180258.89950312,2179602.33594703,2178647.68411506,2177233.1947893,2176039.16333575,2176033.97306442,2174865.51622922,2172002.85377914,2174266.23529164,2174467.15237282,2173662.24453175,2176871.67498008,2177168.30855263,2177956.65046908,2176533.90855548,2178442.15935452,2176046.87692468,2177346.01010854,2177354.75573147,2177503.22427042,2177789.3779358,2174401.42109543,2172909.25915755,2171122.41873674,2169994.28707404,2171995.28281069,2175715.74763407,2180828.00402668,2183233.68986289,2184430.61296183,2185605.20222534,2186593.98466725,2191224.70243819,2192658.04492822,2196274.08162623,2193914.17252167,2195862.89158039,2193508.73853411,2189659.22264419,2183426.04951416,2185310.29554671,2185890.1359906,2186725.10019719,2181543.72250969,2182312.556432,2180329.62900578,2182402.03371966,2182154.78717668,2182048.64818436,2178083.13584656,2182499.99295226,2186791.11591639,2190938.29649775,2196460.17853551,2199495.23136404,2200117.21087668,2201031.88284258,2214925.56803684,2226798.34902822,2237048.90449939,2239638.86737895,2243954.29555347,2245644.04842207,2246378.47963564,2247507.08303561,2254508.72279674,2265208.29569816,2267200.16600158,2271159.44309158,2274965.69656713,2276903.46283326,2278727.33713287,2280574.80639118,2281507.74532502,2282676.49507575,2283539.97475206,2290017.91318332,2295954.72366642,2302433.77067736,2303015.32019441,2303016.52982677,2304727.06898447,2305591.95809369,2311982.1727141,2316691.55136783,2316170.6956265,2315371.18694139,2314841.35278049,2315258.0271287,2315448.00656173,2311966.59805734,2306460.00906159,2304379.16262705,2299899.78837009,2299655.4580012,2299437.95998505,2295300.01224641,2292656.50780588,2290861.21091415,2293203.65441582,2288451.9430353,2287724.89355291,2287687.89894465,2286269.42393084,2281874.18317201,2260147.16567708,2251771.37738544,2249721.85968905,2247204.92373375,2240044.48270884,2237723.32887704,2226033.65014559,2223754.19395456,2222720.10657591,2216645.90722747,2210543.88009929,2200628.12237468,2197616.39567044,2197053.13543275,2194354.10438023,2188069.75499738,2185055.36746418,2184589.63389173,2184589.63389173,null,2075543.41118201,2074866.90152522,2074687.70473676,2075797.73156887,2077284.74703505,2077015.7604979,2074841.54788618,2072384.99037919,2072471.21649185,2072410.53727944,2068581.72431626,2064584.03643154,2062911.14522075,2062388.61719659,2058837.9877247,2057730.21593031,2056480.63850071,2056341.63348977,2055571.13076739,2053166.84575083,2051022.11350715,2051828.13749958,2049493.69209396,2048149.1970717,2059114.37905865,2060748.39517763,2069581.58750751,2077786.30609053,2103743.67144022,2105908.12880736,2107518.77161322,2121010.76316232,2144646.84518073,2152481.40952899,2153612.26587233,2168547.10278306,2174451.7165235,2182312.556432,2181543.72250969,2186725.10019719,2185890.1359906,2185310.29554671,2183426.04951416,2189659.22264419,2193508.73853411,2195862.89158039,2193914.17252167,2196274.08162623,2192658.04492822,2191224.70243819,2186593.98466725,2185605.20222534,2184430.61296183,2183233.68986289,2180828.00402668,2175715.74763407,2171995.28281069,2169994.28707404,2171122.41873674,2172909.25915755,2174401.42109543,2177789.3779358,2177503.22427042,2177354.75573147,2177346.01010854,2176046.87692468,2178442.15935452,2176533.90855548,2177956.65046908,2177168.30855263,2176871.67498008,2173662.24453175,2174467.15237282,2174266.23529164,2172002.85377914,2174865.51622922,2176033.97306442,2176039.16333575,2177233.1947893,2178647.68411506,2179602.33594703,2180258.89950312,2180473.24063725,2180596.03315015,2181832.58706978,2182009.17829611,2185705.54985554,2185212.56681066,2186855.39412682,2187969.2324621,2185710.9004868,2183179.28907593,2185305.12574058,2184589.63389173,2185055.36746418,2188069.75499738,2194354.10438023,2197053.13543275,2192576.78122347,2170066.25386037,2165829.24842342,2160996.35107962,2160762.11416202,2159319.80741486,2153970.81842877,2153635.02371306,2144450.10514323,2135030.4150739,2131074.16454558,2130896.23294372,2127366.69535328,2124573.16173493,2124405.93201699,2115596.96479069,2114050.85522213,2108750.36997569,2103217.95628675,2099068.79059591,2096011.25830421,2092725.56459461,2091398.45995759,2091503.7805783,2092024.99012948,2092189.84084109,2088462.60390951,2087552.07317333,2086692.73092792,2082235.99307418,2080343.38173053,2079455.72817533,2076040.40272109,2075543.41118201,2075543.41118201],"y":[136407.12241505,140454.99609518,146511.95136438,148939.67621321,154151.52071252,155675.58829711,157924.01094369,163177.77611154,169852.10081252,170713.64421076,176738.27707536,178802.689136,182386.64537274,188968.43423273,190668.20535725,193186.94296333,200663.75154086,200696.18144751,207981.50607868,216611.6148844,221208.04434614,221616.61118434,234745.56555242,240646.04597459,242335.92361814,246840.72495152,254149.34307836,263961.36948923,268195.45703464,273238.92683084,273272.94443205,273850.57256712,282181.81862716,287758.84251516,290215.76152014,297001.97139547,301998.75217303,306686.26643782,309605.95455327,311452.25538758,313594.12309368,314660.75668027,320734.27157602,321555.75759204,325408.30329157,331678.91770348,336997.2154782,341661.61514608,346179.77604745,351117.15829281,354219.69821536,361743.77454775,369445.06140173,378766.79212267,382821.86629696,388606.28318434,393399.4954298,399433.68524832,404965.00601089,412288.69320776,415584.61419809,419012.37787793,424408.04484572,429921.43035993,427416.67901861,426256.69455473,427647.16199573,432631.52101487,435790.98239659,404205.92078453,376905.76749666,352261.47266762,346040.44845537,335667.67750667,331603.64120992,329836.00051374,327119.14631698,309757.01091157,283205.00009792,278378.54659361,268778.97612964,259775.35004825,255189.21605711,252259.49127586,249292.36620137,245335.63393347,240371.106796,234281.8533381,230557.34338484,226235.13444425,222331.16064828,218023.90482618,218014.93059694,212557.42815893,212182.16573605,209413.77280203,208791.49253678,202832.46590107,198069.87428522,191695.26946762,187544.39338324,185645.43356068,184064.96583088,183688.66774432,181010.81797176,178109.10659624,174634.86793472,171563.31947278,170669.75319454,170100.44036079,166431.27039461,160916.27458234,158997.38374696,158704.18912092,158689.27335242,153408.58388042,151896.72935003,144596.04181563,141782.2413195,141113.03417341,140292.28881417,137963.86986197,137211.15108844,133435.72388482,132702.51151744,132370.20677855,130424.81876997,128477.46249075,125327.8395471,124374.82773402,124196.78063563,127343.36292223,130305.86754883,135590.50793486,136407.12241505,136407.12241505,null,245202.21335766,251330.21349513,252947.65010353,260898.25099094,264685.41840125,265277.66698659,270064.57766482,274795.1754932,277901.14571165,284784.76365086,291401.50091225,294647.47536891,296006.95641278,296431.73057604,301403.97461077,310638.63147709,316251.95393771,322307.10826734,322740.1801446,324092.34952509,326991.85973199,334507.25341705,339988.58916618,344334.97311254,348423.06218479,349034.39904108,352348.78482223,355198.33386439,364175.21101168,364704.09226163,365098.20536951,369729.79190941,378543.62677527,381564.37454351,382014.81223171,387989.37636982,390359.33540472,393399.4954298,388606.28318434,382821.86629696,378766.79212267,369445.06140173,361743.77454775,354219.69821536,351117.15829281,346179.77604745,341661.61514608,336997.2154782,331678.91770348,325408.30329157,321555.75759204,320734.27157602,314660.75668027,313594.12309368,311452.25538758,309605.95455327,306686.26643782,301998.75217303,297001.97139547,290215.76152014,287758.84251516,282181.81862716,273850.57256712,273272.94443205,273238.92683084,268195.45703464,263961.36948923,254149.34307836,246840.72495152,242335.92361814,240646.04597459,234745.56555242,221616.61118434,221208.04434614,216611.6148844,207981.50607868,200696.18144751,200663.75154086,193186.94296333,190668.20535725,188968.43423273,182386.64537274,178802.689136,176738.27707536,170713.64421076,169852.10081252,163177.77611154,157924.01094369,155675.58829711,154151.52071252,148939.67621321,146511.95136438,140454.99609518,136407.12241505,135590.50793486,130305.86754883,127343.36292223,124196.78063563,122784.93533828,115741.47717679,114379.30162738,112829.64499384,112754.648309,112293.08411921,110584.69892619,110477.62916414,107557.11531345,104578.24457857,109874.22425702,113563.86505216,125470.40012112,134876.15979075,135438.71701343,165600.60761726,170876.94783226,189467.38727815,193450.86057177,196942.48104014,188990.54425409,191508.18656861,198128.71500944,203048.94234271,209668.65891836,211779.36939031,214977.09431044,215758.78673819,222395.24203923,227321.73703285,232111.87457337,236080.63864797,238600.83488523,245202.21335766,245202.21335766],"text":"any_mental_per: 23.7","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(43,146,137,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[-1386135.56314063,-1386636.95852244,-1381983.02888819,-1376627.06719403,-1374957.95525362,-1371550.6644704,-1366807.55067641,-1362385.97467593,-1358206.29110298,-1351370.83307202,-1349891.52997728,-1350777.03141146,-1350403.57847374,-1352314.46747157,-1352859.66914801,-1357971.52346524,-1362954.46096653,-1366750.40690338,-1368867.18494001,-1365486.42786224,-1364173.95186998,-1363415.02513152,-1367339.17373688,-1365336.1925435,-1364376.35543763,-1365536.12566872,-1360604.81163705,-1356983.47859148,-1356247.57341416,-1352364.92377593,-1344676.18326721,-1344179.36492243,-1342889.47376529,-1340514.13514217,-1339304.54190492,-1339365.70482153,-1339652.28785965,-1337684.42925043,-1337349.61421993,-1339270.89656655,-1336470.23382404,-1330580.64630015,-1328291.51713446,-1327187.17659765,-1326765.86769395,-1324443.23519924,-1318799.16965364,-1313240.98615974,-1307174.75716468,-1301602.53491212,-1297739.33045521,-1297176.55813471,-1297140.49451958,-1299384.98417078,-1306730.2690692,-1312342.63221335,-1316270.29534836,-1315094.77496177,-1317995.67017672,-1319981.41705957,-1321725.07257613,-1327869.09309866,-1332084.49826182,-1330454.47751274,-1329768.16610165,-1327856.51054857,-1326470.45759004,-1324617.91741262,-1321948.26236598,-1321091.02728886,-1322103.88761708,-1324738.81096256,-1323300.20419579,-1320922.6301259,-1323412.6254359,-1322665.87398976,-1321806.73534486,-1317896.26712038,-1319960.85376395,-1321952.36375266,-1321809.34673217,-1320860.69495829,-1320782.69262956,-1319546.46315816,-1313160.42094326,-1309322.2768502,-1304201.04116228,-1298881.15216874,-1297075.69229873,-1293733.34222564,-1290592.17475371,-1286672.12603119,-1284198.45029056,-1283101.06821555,-1279545.95411123,-1274843.84735488,-1269198.39836531,-1267512.3642152,-1262950.45476854,-1257026.4277311,-1255878.52862964,-1254857.73871323,-1250278.28065813,-1246244.37422753,-1243582.72973243,-1236179.33406962,-1148620.09955062,-1142717.25917349,-1136602.1297917,-1111635.75596929,-1111062.92544561,-1095175.25161823,-1012095.11227758,-1011486.51844217,-1000271.19038069,-981597.62521707,-953767.57391733,-929111.14962459,-887697.36289756,-843071.49708534,-803303.10568755,-804699.21340799,-813051.36823908,-814312.11521368,-815664.98191234,-818574.16770153,-821331.14449694,-823319.41091084,-825591.59568486,-825592.65265178,-829687.70009053,-830298.05059842,-837180.56223223,-838225.95307569,-842147.29478576,-844239.08492612,-844239.81300321,-848707.5591805,-848709.87218943,-852381.03543212,-855957.70218396,-858977.56038424,-863764.5957698,-937778.923333,-997547.9136961,-1055833.03772295,-1082296.56401939,-1172191.35027817,-1258658.22333499,-1295609.73409805,-1389100.70424824,-1388426.76378397,-1386480.57102047,-1387963.98342101,-1386135.56314063,-1386135.56314063],"y":[-1256471.68826306,-1253737.44593992,-1250920.49422275,-1244046.73222968,-1241769.10298383,-1243191.5821193,-1243247.81196654,-1243297.68017033,-1240070.6704074,-1234196.28008203,-1228065.70012629,-1225466.07349545,-1220078.28730669,-1213963.78418781,-1213727.74395512,-1211512.12390552,-1211265.11077987,-1209823.07166239,-1201867.02908221,-1196354.55714419,-1188610.47333804,-1185893.26863767,-1181546.87064613,-1177915.83151106,-1172088.8353966,-1168683.00706547,-1168053.60883583,-1168187.13034916,-1167096.51174209,-1161338.6472548,-1155735.83578836,-1149691.41766439,-1143726.12623719,-1140595.34383523,-1137860.38196058,-1133195.63140988,-1125561.55830519,-1121789.80125963,-1117750.1696019,-1114277.60080807,-1111521.5931681,-1106488.3690736,-1103317.23135555,-1099415.37581313,-1097926.68227642,-1096213.57333781,-1094600.72231633,-1091916.38066202,-1090674.08273605,-1085645.32061472,-1084094.82907192,-1079280.5843957,-1078972.27567571,-1074192.92648964,-1066595.87214488,-1060146.98748735,-1059434.20407944,-1052180.8859605,-1044444.70060779,-1031643.15366286,-1027546.42667706,-1016273.74213408,-1009037.97468994,-1001408.74062075,-994892.22022427,-987709.89021753,-981954.69046664,-982345.4037345,-980818.48583262,-967014.38673303,-950229.58741691,-945250.40642616,-937036.90941897,-927712.18640816,-922685.04700133,-913525.46170673,-904540.33983131,-899528.67302419,-895019.15990984,-889904.93078032,-882468.47461751,-876313.12999414,-875807.27542578,-872204.48270121,-871871.40359408,-869875.98349619,-869581.12488276,-870588.38914649,-873338.8566187,-874259.30271373,-872621.29393087,-873600.69569872,-877990.36434413,-883249.00097945,-886952.49411195,-890028.33636206,-889983.24301869,-887044.33596855,-880093.72044874,-872929.80510661,-864685.8469334,-858462.49956742,-827818.13553342,-801522.0817075,-784225.06169822,-785521.63111517,-799747.63588548,-800659.80991298,-801599.60261628,-805381.8137975,-805467.32040749,-807820.49011844,-819663.11481591,-819746.30392031,-821390.90022783,-823684.70881003,-827244.29376329,-830970.71086299,-836064.63175762,-841157.68041012,-845580.85332591,-859338.03213995,-943042.22882264,-955670.48029409,-969245.04010954,-998572.40677825,-1026247.21567207,-1047021.21035573,-1070839.32151131,-1070850.42054412,-1112840.790948,-1119120.11737807,-1190546.56007338,-1201316.28564611,-1241856.21427085,-1264001.12568682,-1264008.8441459,-1311536.11557835,-1311560.80662664,-1350260.48261149,-1387965.53546652,-1419628.55447332,-1470716.83458436,-1462380.80472156,-1455393.02261533,-1448147.20516133,-1434344.67770505,-1386470.30210449,-1339877.68352076,-1319520.40253724,-1267136.96779397,-1264039.92979636,-1261215.323613,-1259397.09252282,-1256471.68826306,-1256471.68826306],"text":"any_mental_per: 23.9","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(42,150,136,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[2294775.72584617,2292366.18943505,2295443.14619261,2295436.50123663,2289490.20500151,2289488.29047968,2287899.07952166,2284773.24961329,2284754.85995349,2281513.16383584,2273616.42671452,2288160.62007192,2289337.99575629,2291727.22217786,2296348.3548664,2299377.73321877,2305162.09630173,2306420.11691452,2307648.83072982,2309031.29561291,2309831.6774519,2313068.09005458,2315339.57136329,2317965.92358828,2319084.6245731,2324309.91319611,2330677.72651826,2331555.45978585,2332241.8472944,2337617.16992968,2339422.45331138,2344662.4541715,2343584.95466871,2340566.23678785,2338729.51164548,2336194.18440546,2335616.04418253,2332321.50630245,2331592.88307841,2328656.12077535,2325349.1653347,2323366.10399704,2322553.67502127,2322203.17073437,2321387.31995949,2315760.72347345,2310877.13785038,2305790.09964004,2303737.13855778,2299675.04041067,2294308.13973178,2294102.16005146,2294775.72584617,2294775.72584617,null,2317824.16126512,2321340.5338523,2324457.09110501,2326795.72455366,2321140.46176999,2317465.26533447,2317824.16126512,2317824.16126512],"y":[-4844.14630333,1251.34858731,2928.57025147,2950.29392159,22355.30230847,22361.53901783,26950.17130089,35967.40354468,36016.35614993,44641.7977424,65870.01335167,71841.44597423,72326.73909518,73312.4098375,75213.62373913,76462.33974013,78851.90283768,75266.0832416,71762.10609143,67788.60076012,65487.12296432,66721.15781851,60183.5846299,55222.58805597,54998.25491597,53953.05502753,48881.65963993,48183.30046302,47637.29764781,47855.76757829,41606.27204287,30922.16352679,29120.42932182,24623.7035631,24977.72047635,25467.25888722,25579.031568,25127.51974125,20475.9446107,19306.91601867,19252.38606877,17963.95860216,17436.43424991,11753.8229353,7096.07124271,5202.56559489,1903.5707951,-2839.28786989,-4046.37872722,-6431.58356049,-10307.891853,-9129.48237648,-4844.14630333,-4844.14630333,null,-10352.46392285,-8416.23652961,-14573.04895445,-17579.22179969,-20063.89243087,-18977.84938837,-10352.46392285,-10352.46392285],"text":"any_mental_per: 24.1","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(41,154,135,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[1298791.1042407,1298790.70157738,1297245.79806179,1294846.57881766,1294002.34802724,1291066.66507811,1291065.56711054,1287606.99628513,1286000.9884226,1284136.97938061,1280499.77113185,1279733.15469939,1279731.68491727,1277630.95357026,1276950.24811832,1275582.9079376,1272549.47251539,1272549.14020509,1268682.10360208,1267350.89891621,1264716.26982332,1262091.61773212,1261717.06878803,1258969.03457741,1258607.28493111,1256485.23366439,1253096.22141801,1282818.69724939,1285925.29157797,1289080.73898448,1307296.40345818,1327740.22077516,1337168.64401355,1337177.63691565,1351440.13860986,1362016.84556765,1366500.40010551,1372970.45852508,1381928.55081949,1387863.4846255,1396373.50749393,1400373.23233507,1408885.91674927,1413564.22966053,1415371.65852584,1425808.23275136,1429041.29651995,1429354.67554203,1436553.21243025,1444191.79600407,1450191.84957642,1457278.44962112,1458379.52853313,1464740.69787,1470829.34338342,1479174.23497011,1484954.3267002,1487311.09282439,1488048.07947026,1490078.17655797,1499310.16210193,1500249.87323467,1503756.37815672,1506235.18603917,1513479.88360272,1522900.845655,1524368.44007388,1529187.03383985,1536062.2874404,1543644.86235511,1552956.66621458,1556695.26553705,1564363.97022454,1571305.79493891,1587581.34595438,1592057.96505096,1595328.38465339,1599914.03131796,1604246.98655199,1604522.54010294,1608482.9920494,1611047.74581212,1613530.847985,1613738.3354289,1617179.99068448,1619194.62152708,1619355.96612967,1620602.73917033,1626002.50138759,1621314.76910198,1617653.12370878,1615257.83883143,1620539.06074862,1623793.13045393,1623236.79695059,1623131.52118963,1627208.55273029,1625398.28902131,1623740.51402722,1622966.8123662,1622822.87661462,1622052.31028106,1623081.154502,1624467.22861256,1622963.92456185,1620525.63148466,1620551.73624812,1620552.71323931,1621620.54966362,1618817.03337708,1622743.97643568,1623401.30712132,1621630.45157456,1616500.70771109,1610393.94066108,1607870.11844963,1605346.26753263,1604941.35020367,1600608.12754999,1596318.55815427,1589156.20161425,1587183.61314997,1585160.7905481,1582573.76976737,1578608.52985517,1575530.67496151,1571811.99730602,1572617.29424154,1568571.72730288,1563223.26606234,1561699.98887457,1561067.56454933,1559055.13570292,1559177.27357979,1561674.69867054,1561120.29673094,1556752.77819036,1558973.98020362,1561816.43448786,1558277.69527352,1552671.50228224,1547578.18050783,1541275.0184614,1538641.94489752,1535595.97470831,1535112.07860073,1533335.74222874,1532894.14846471,1529362.41245794,1530961.24468971,1534560.18178416,1536579.81769479,1533249.91523334,1528526.96401375,1528168.23654673,1527659.53577352,1528148.3012178,1527511.63185096,1522930.86281871,1517561.55623417,1512578.52779752,1508413.94837631,1505231.01283006,1501924.758796,1497387.84358586,1496234.99738612,1491158.85606404,1484657.48699327,1483490.7145208,1479432.53073744,1476298.53989336,1475299.60998882,1473862.15243967,1472967.12570977,1468677.84832872,1463149.78073311,1461863.19953857,1461028.89726107,1455874.33151693,1455132.73025152,1451851.16097862,1446004.29136734,1444228.73021745,1442631.94410231,1439254.44479627,1433714.53296467,1428113.49057042,1419553.40736469,1412082.5602778,1411459.22928204,1411151.85715381,1408631.58211431,1406228.19684226,1400187.60927246,1398452.07352247,1393761.40679222,1391509.99319648,1386753.92806751,1384564.26268512,1380040.80858576,1374178.17988354,1374091.88522482,1366736.67553914,1359811.81510782,1358210.64032973,1357351.79039467,1356798.02541836,1356698.16163487,1350459.66368118,1349019.30298521,1346381.69143154,1345794.75464491,1339128.47193027,1335683.19142792,1334044.4658676,1332481.43919905,1330982.03284189,1330180.01091237,1329725.47418921,1329113.47731513,1325412.67422921,1321092.62588658,1319799.15128099,1314743.55546664,1310966.65925271,1307580.17762172,1302514.01276622,1300179.29767135,1298791.1042407,1298791.1042407,null,1413013.29155488,1417135.21476952,1417784.74962154,1413810.86691182,1410627.36054793,1413013.29155488,1413013.29155488],"y":[-513644.50549933,-513642.01912969,-504109.92930004,-489788.22910161,-484756.02135342,-467286.60804329,-467279.94857947,-446337.29084136,-436635.77910583,-425394.18266981,-403053.13103147,-398354.77531833,-398345.77096657,-385967.00421707,-381960.74978726,-374226.5331006,-357096.36503401,-357094.49055681,-335752.29855547,-328418.34910991,-313922.983395,-299526.31692443,-297473.91520351,-282431.31563857,-280483.00471981,-269062.90223218,-250855.68290714,-244185.44440618,-243469.00713704,-242739.68766874,-238497.62090366,-233609.02728163,-231331.23759256,-231329.05800657,-227838.59069471,-225228.3594178,-229025.09385871,-226509.5450733,-231187.57492059,-232238.72611305,-233736.32036594,-237422.8001083,-240335.63472266,-232255.69917307,-230588.2214132,-233565.92124534,-238037.96754715,-238471.20308314,-244219.72598754,-246822.72911157,-246068.08006911,-239901.60085018,-239588.57024779,-237776.06125569,-231757.05508668,-227001.62984348,-223697.68317539,-224379.56468453,-224592.604635,-225178.97009423,-222652.86413367,-222394.92341268,-222074.11177355,-221846.20229341,-214235.43196371,-201277.27260222,-199251.81702791,-191473.98537722,-183769.59618132,-178951.02526041,-170668.72413223,-168673.71045938,-164571.13977317,-158217.62157957,-148747.93948704,-145360.12343001,-159300.0953507,-178888.25453703,-197390.47743084,-198568.60341336,-215521.11660807,-226519.08704038,-237331.92618725,-238236.15445628,-253250.88228911,-262054.08023663,-262744.29607577,-268079.88733701,-291229.78646981,-295047.68942144,-295426.30317222,-300312.13212452,-306168.65910217,-313875.35409098,-319933.99282853,-321075.57438985,-329476.78986782,-335964.15912147,-343752.75825757,-347374.25054907,-348047.0333315,-356454.59438438,-361556.7774052,-368437.87658706,-371159.20010866,-375360.93350123,-383252.62609212,-383582.52531828,-388621.19068063,-393601.12984657,-397756.55470829,-398451.66341505,-404512.28113022,-412140.30188206,-421488.15794783,-425340.53808567,-431895.38826032,-432945.12259628,-436096.37093307,-441767.82253548,-448497.94602935,-448617.30769107,-448739.12732106,-444415.93177974,-443647.7143931,-448482.74313422,-454198.59410537,-460269.7271386,-461286.84026542,-462682.3672625,-469270.63485268,-470360.10100193,-473823.51922055,-474212.806757,-482172.84515274,-482589.40480769,-485867.66908974,-490361.10820009,-496544.66557208,-501326.49775822,-504445.62513363,-498296.19815341,-495548.49420313,-497470.51886974,-502935.23558392,-504768.26795134,-511481.54777165,-520830.59617754,-524115.36046119,-528598.34590974,-539325.72439733,-544721.34526538,-547370.62953714,-548174.08049845,-549831.10763138,-552178.08459835,-559378.16895133,-564888.52123731,-567536.29061778,-569587.44294384,-572068.5963518,-574138.25383343,-572826.15511741,-567225.88943973,-564699.39917038,-564056.75158612,-560334.23956215,-561074.49621813,-560273.45130357,-557484.89441586,-549725.84182928,-545352.75235045,-543006.64602551,-541545.37766703,-543904.90158919,-546568.50859175,-548340.01651621,-549488.07869428,-554733.62917666,-558470.65277015,-561425.28499681,-561681.22525822,-563806.22595373,-565715.62806039,-563735.24140849,-560454.77199012,-560697.26186263,-558705.39474028,-562794.63520827,-567027.4787537,-567252.81793662,-569099.40701363,-568670.04183611,-567587.12588748,-563669.66317996,-562285.2589402,-558704.13807526,-557842.45964829,-557444.62135169,-556911.49434562,-559844.86604922,-559837.90453009,-559240.65852362,-558741.10864941,-556318.80082484,-555019.01893451,-551487.90540463,-550851.37246536,-543503.50412764,-539930.96144262,-536930.65329469,-536262.66885989,-535395.03347469,-531785.17784845,-528635.74480584,-528105.21411832,-528958.22805865,-530733.77729134,-530853.72233111,-531015.16646479,-531990.15969281,-535770.61590117,-535436.25662222,-534126.88587689,-530933.34770356,-529899.80035789,-535593.30319906,-522222.32595346,-513644.50549933,-513644.50549933,null,-215643.46456238,-218051.58666224,-223734.87707602,-226268.03617211,-219480.16737892,-215643.46456238,-215643.46456238],"text":"any_mental_per: 24.3","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(39,158,134,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[-1357254.5911593,-1354250.64456298,-1353867.55922204,-1348310.58521198,-1345653.67005647,-1339755.5350691,-1335495.36553959,-1331083.35371,-1324085.65493022,-1319593.55433424,-1317063.78127365,-1313290.87754621,-1314034.44107357,-1311532.72537365,-1306070.16529097,-1306008.70484855,-1303000.36874276,-1295305.20472262,-1294586.70455592,-1292309.4095102,-1282797.38324501,-1273497.06159057,-1269405.48516531,-1272814.37788827,-1272172.30674094,-1275487.61772899,-1280869.05824934,-1285200.06588743,-1288738.70368685,-1289367.58052831,-1292621.95997219,-1293457.52470489,-1294786.88790999,-1295250.71621308,-1297636.53552856,-1292799.23129218,-1291267.97911402,-1293511.48317779,-1292354.410312,-1293634.38945641,-1297326.85766636,-1293961.08719539,-1293661.56975631,-1292810.49062064,-1291150.42086187,-1277192.81461024,-1276535.65334451,-1274055.32147329,-1271518.91094378,-1262718.77341378,-1256847.51725996,-1255195.51677276,-1253264.17808267,-1245618.70196676,-1239803.55280079,-1235121.28982406,-1231350.67314885,-1211819.83071605,-1187695.70590405,-1161496.43054968,-1172968.41835006,-1173445.13406319,-1177355.71780933,-1179497.3028472,-1181578.933124,-1184447.87874747,-1184028.04618716,-1183717.79920931,-1180281.18861168,-1177232.05464765,-1173825.27433814,-1174300.42982289,-1167591.3856031,-1169437.48069185,-1167062.7386296,-1170079.68456175,-1170742.14886608,-1165832.00675394,-1170648.11777478,-1172800.14318247,-1164239.82301827,-1161966.4507617,-1158111.2203409,-1151231.29499568,-1148119.59530294,-1146544.40430779,-1144616.5880275,-1140648.13593075,-1137061.71006131,-1134211.3551389,-1132341.13635305,-1127939.60946469,-1125805.9890166,-1127951.81156983,-1124459.18869022,-1118399.44093995,-1117519.97413184,-1112405.14027836,-1110922.26779205,-1107568.378307,-1108298.43354975,-1106142.63791774,-1103032.37307499,-1095899.48841371,-1088580.67797921,-1086988.46671932,-1086028.16139077,-1088211.92377124,-1091129.52305818,-1095171.8360892,-1095544.60349163,-1098873.33844342,-1101102.8940517,-1102569.14625145,-1103945.94586748,-1104921.36479157,-1110235.49683834,-1111588.8669129,-1107529.53342786,-1110396.67034027,-1108280.53288613,-1105871.63923519,-1107696.32561995,-1106386.86618089,-1109558.97328851,-1117095.3744767,-1121667.59928947,-1118445.85449118,-1119111.9024819,-1122232.38963492,-1123290.38663592,-1122626.81701443,-1121819.8733475,-1118341.14810448,-1112620.73812489,-1106034.5395444,-1102818.34543914,-1097674.82983142,-1088647.53130158,-1082476.98496796,-1081712.20780585,-1078266.91551287,-1076843.46754407,-1073811.3474169,-1071343.94605964,-1067579.93837355,-1068786.94944641,-1066312.76422041,-1067576.18631618,-1066008.93354001,-1067384.67718463,-1062515.7229544,-1058696.75219911,-1054303.43237423,-1050514.03406486,-1050376.7795605,-1052228.03478581,-1054995.89763786,-1052208.47905442,-1048845.31650915,-1043633.24536194,-1038983.78684906,-1031047.36927806,-1029703.56842596,-1027085.21799567,-1028923.93432042,-1025739.58074154,-1026567.71370282,-1023187.18617006,-1018400.86857843,-1013669.03452211,-1013244.51284714,-1013125.8947021,-1004866.81638359,-1002670.43931607,-994601.22721713,-984734.39246424,-978564.09732236,-974978.31295438,-968633.0447095,-964012.47896189,-956712.12869494,-949450.1710107,-936231.34919395,-932179.84186565,-923292.2849799,-916528.32715772,-912311.56240407,-908458.87113333,-903018.02776149,-901835.10222324,-900029.17640337,-895294.43372178,-894741.98876689,-890984.50776722,-887562.45056323,-884765.60286793,-883718.68857516,-879793.3732041,-878793.15398556,-873311.51657269,-874814.90859074,-878658.82768589,-880525.81029819,-881590.49787584,-884843.76475797,-887559.28291318,-890246.28643726,-893803.97118175,-894577.59447174,-895379.83200845,-898903.98543969,-902122.98193574,-904654.62576625,-909692.8853144,-936455.11065565,-944414.62795586,-947389.73201891,-947390.29062707,-967229.0874972,-996515.33230237,-996522.59218091,-1000553.40561903,-1009138.15221545,-1040361.69536685,-1069053.93075353,-1069117.55144497,-1089354.84825669,-1109519.41510237,-1135719.22871286,-1153792.49212094,-1173262.71129048,-1173267.21351829,-1198915.29194002,-1223188.2834645,-1234457.53407743,-1256819.32500953,-1282017.11776028,-1301760.29105289,-1339072.78148474,-1362698.51971106,-1394221.25151214,-1394863.21257144,-1386398.68263655,-1376702.8251349,-1371804.00249889,-1358823.26103362,-1356800.4511541,-1353350.78559417,-1349070.05303072,-1347999.10143827,-1344741.54532232,-1341925.92476458,-1343754.03430161,-1336039.17941725,-1335852.63406382,-1335806.64379313,-1340338.26114881,-1339884.87098742,-1346620.61465831,-1350463.90477873,-1354714.68374561,-1357637.41226059,-1357063.53375802,-1354782.83244841,-1355957.18592393,-1357254.5911593,-1357254.5911593],"y":[77405.17712141,80892.4680443,86784.58914529,90616.9194162,93908.48774813,103473.85953323,111147.53313847,113594.08786309,115562.72876789,120701.39952096,123598.86493203,129467.4679315,135315.51852919,140742.51337032,144845.8277075,144917.40423254,148422.80202062,162870.99827043,164353.50461951,169054.44872169,181738.98796797,193915.49897702,198676.2921646,206888.35262163,212778.39242859,218534.64489516,220063.79517893,226028.8597821,228383.91254705,229756.9755904,236878.09899712,242928.02551698,247420.45281391,255020.03572315,258269.14314111,263806.48873213,266732.93268878,270505.01208647,276385.83214695,282366.0098293,288939.81445952,294660.68232178,296436.2714861,301477.40456486,309117.51051143,373078.9840405,376078.43173387,387499.51594538,399162.18233851,439496.56529818,465923.73727635,473344.9536831,482012.92679527,514420.96381077,539943.73446874,560632.54989266,577258.51403951,573099.06780862,567972.58538896,562603.28335539,508069.33206303,505795.64653706,487051.38603231,476802.74328044,466829.16240757,453161.12913784,451331.45788668,449980.91047458,440703.1520151,433803.94714497,429911.2032518,423851.7961483,415176.33631341,410771.97940561,406730.23761156,401964.39680742,397126.61794163,390344.45051761,388512.02032059,384448.03127485,376959.76794243,370487.99323327,366398.04873295,362811.17575816,361145.56552993,355599.54144943,351228.18016327,345490.88866293,336863.52605828,331865.51669966,325763.2561904,320532.30228219,318001.715402,313156.11198515,306111.85570637,301216.59213429,296519.57884256,295723.64991511,294495.72987044,291721.85720747,285641.21797068,284607.7771076,283118.76570938,282352.81466983,283264.85532641,281411.90045416,280295.18823623,272842.71418438,265468.85261808,265131.99002785,255341.06486223,253145.79600491,244888.34516077,240963.55888227,237052.33792436,230060.221295,230327.29744037,225758.6422309,221817.77434002,214763.17882319,209625.65599065,206128.08278788,200785.52851455,197241.81951104,194759.16989889,193933.81879509,188408.45269067,181263.83720174,175354.84340143,173834.83738656,169059.88550733,166497.51851374,163386.8367654,161024.00897205,154169.95720002,151610.5775256,157519.68398413,157475.68748734,162497.38290599,167075.04285481,171713.5135801,171617.81073406,169321.50895293,164438.48473559,161684.57923697,158592.87657595,149856.02333261,144622.81542123,138838.76370246,133735.61103839,127202.03735517,116112.24991486,103427.36025942,99454.8660115,94214.15683585,88275.8165394,82543.13049075,78178.64454265,69987.13788059,68547.71933429,63619.99924916,65557.90111588,57666.65054829,51097.74964447,41718.0752364,36135.09682869,28961.14819803,23815.55957284,17051.12096987,12168.9308684,14221.23183545,14405.58360297,18344.03748361,23428.85330182,23516.46559505,20886.36859251,18102.81581437,13538.7044474,22100.89986259,25596.06066761,22075.18317005,19276.30137176,19218.83935714,20216.06224281,13722.67453875,17884.27247782,16555.03967304,15730.26555038,18296.74653207,28375.09456507,30042.16438936,32588.7959589,35808.99913944,35288.03005365,31748.42362058,24941.68264144,19499.29320089,13984.48492216,8941.68546805,4069.25287837,1109.70490023,-9837.17961407,-38567.56428072,-53092.14816404,-61388.69386001,-85748.052391,-106386.34600556,-126863.13997756,-153745.88038276,-159595.7780251,-165666.63114996,-192380.03903841,-215410.10147804,-233560.90292351,-271984.86196183,-268368.75620018,-267379.32652794,-266964.46704817,-266964.38902587,-264163.14001849,-260052.85207483,-260051.81676982,-259326.7178355,-257773.87465359,-253053.23269285,-248745.56370717,-248735.87018868,-245682.91883316,-242677.61781288,-238786.83823379,-235089.58186152,-231619.58561443,-231618.77629598,-226996.35514516,-221945.0697363,-219997.01162342,-216072.08531989,-211080.77612226,-207289.60874758,-199755.32891327,-194894.98209934,-188002.83769567,-187860.79156703,-146405.40306504,-99469.00323461,-75639.74435621,-13165.6644394,-3967.23563873,11699.4498118,17341.88551658,18754.77238112,28045.98731377,32754.26794024,39543.70411588,45590.34057774,45736.76053088,48603.58165695,51245.55994161,55898.17158825,57521.59899286,62962.70098443,61743.34490599,65747.88283802,66549.27949284,69735.69192841,73597.97266384,77405.17712141,77405.17712141],"text":"any_mental_per: 24.9","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(40,169,131,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[-1784699.83007917,-1778562.07728032,-1769441.99248606,-1761066.94785857,-1752298.70714144,-1750065.55661701,-1738703.24190626,-1728029.16136597,-1724086.93965669,-1715959.09958375,-1709199.79926824,-1700598.29801731,-1695146.56627613,-1686619.4245047,-1682910.89085134,-1679517.83723891,-1675171.00736563,-1672310.32628753,-1666054.35221326,-1660647.32456958,-1657571.79156297,-1660605.45974056,-1661951.71303832,-1660065.49162178,-1658799.4603729,-1657500.4543278,-1653634.26148901,-1651212.28203669,-1650005.67531075,-1653453.53138098,-1650267.21400943,-1651037.17864,-1655579.71410757,-1656323.14648384,-1651346.48012561,-1645401.55472574,-1645157.85942428,-1644875.7178062,-1640440.5688747,-1638025.2972572,-1638192.96783151,-1638409.74806748,-1636925.54197997,-1636204.28370284,-1639009.93570191,-1639025.28521007,-1632630.67062312,-1597487.82906554,-1586898.02238578,-1562921.9654079,-1538082.88866204,-1519261.85199483,-1500113.10222872,-1490699.70032071,-1466881.48401905,-1440654.22727568,-1402493.52345929,-1379606.56690133,-1358809.34694232,-1313736.8168111,-1299942.52343405,-1272027.8351238,-1259490.44467845,-1248051.05193075,-1231350.67314885,-1235121.28982406,-1239803.55280079,-1245618.70196676,-1253264.17808267,-1255195.51677276,-1256847.51725996,-1262718.77341378,-1271518.91094378,-1274055.32147329,-1276535.65334451,-1277192.81461024,-1291150.42086187,-1292810.49062064,-1293661.56975631,-1293961.08719539,-1297326.85766636,-1293634.38945641,-1292354.410312,-1293511.48317779,-1291267.97911402,-1292799.23129218,-1297636.53552856,-1295250.71621308,-1294786.88790999,-1327638.60349901,-1337058.80394488,-1346286.13560503,-1354832.36856958,-1374277.42018386,-1375722.17669056,-1403442.28425769,-1421289.12013547,-1426593.87330958,-1449693.76307941,-1449702.54928153,-1456324.74146047,-1461825.99699415,-1471411.94275225,-1479897.38659547,-1485172.98237591,-1489510.14285764,-1495234.85299261,-1497551.54072804,-1504418.80472071,-1514571.17560533,-1519707.40869174,-1527360.80625053,-1530226.19043577,-1536224.46938617,-1541864.16373019,-1548350.82658674,-1553806.28135096,-1563504.09701601,-1569790.54523437,-1571077.18531138,-1576114.17837411,-1579394.04342954,-1584297.07554739,-1597944.92755535,-1601737.67979603,-1602957.70604655,-1604953.20187495,-1615691.56125913,-1619389.01288725,-1624257.54318586,-1624743.94944517,-1632820.32723994,-1639514.89412642,-1640634.64950004,-1646083.95489727,-1646678.68797929,-1657346.54969289,-1662624.83533981,-1667891.58152527,-1672436.13051496,-1675874.34177114,-1677802.11083377,-1680167.94673945,-1684889.39914531,-1693138.56708975,-1699398.21451337,-1705100.76683908,-1706270.1909005,-1711257.78612619,-1714024.22830087,-1718728.9986182,-1722089.97553378,-1732491.16411324,-1738381.46923029,-1739164.06260271,-1739934.09602471,-1737833.64864291,-1736505.27161122,-1737427.27100358,-1735586.51767777,-1734837.30854974,-1735369.4314619,-1734033.78169001,-1735441.7261593,-1736767.36846452,-1740385.74415892,-1742503.59238948,-1749022.17539972,-1752590.69570993,-1756527.41127772,-1762311.36499106,-1768366.74806781,-1768923.65198046,-1772110.12119966,-1770335.52126647,-1772831.10106085,-1778106.26509217,-1786715.61662743,-1787726.94950051,-1790156.33085819,-1792990.86094563,-1796094.38049545,-1802580.3890409,-1804846.31180375,-1807074.09786785,-1807690.63121414,-1816565.85791654,-1813414.15575274,-1807313.03770425,-1803630.59865776,-1795587.28797988,-1791683.60087888,-1794046.02021026,-1800957.20158228,-1800112.445175,-1799874.78004522,-1799339.05275507,-1801638.27725615,-1798552.08371872,-1794420.60434937,-1794398.25062206,-1793437.69832211,-1797013.54814031,-1793360.36943414,-1793109.64941025,-1792084.03764703,-1793674.11745401,-1796051.62675585,-1799677.26708956,-1800290.62041532,-1800918.70906341,-1798868.61849545,-1797263.23305156,-1797773.66125036,-1793261.90486649,-1789112.8494888,-1789903.26010816,-1784699.83007917,-1784699.83007917,null,-1664208.04052307,-1659978.84017354,-1655204.31381902,-1652032.63774376,-1645217.75641844,-1642652.92250731,-1648415.65954476,-1647846.12767957,-1650134.47432022,-1653658.47848761,-1654440.22112133,-1659726.79917355,-1662788.08763986,-1669905.9709388,-1675565.48801484,-1677032.06927072,-1676345.48213511,-1664208.04052307,-1664208.04052307],"y":[656844.62078159,650465.91015229,639384.31504002,634348.65650066,625908.29237193,620586.67584472,614987.71746479,611905.23190411,610667.94921965,606815.07043762,601542.43927697,597667.55225624,596531.4925849,600715.56243231,593083.93527204,588547.1412711,588181.97389621,588642.00234693,589653.19920188,589075.31833164,583459.9049794,574172.79844135,569522.04017728,562875.37503169,562740.90695819,562603.23115184,564489.42746572,565672.76236144,568732.97915604,573797.878522,582176.52216025,588569.13311812,593463.2505291,601471.94353419,606459.59476404,616074.33886678,616468.75986642,623457.57738414,628382.82811315,634478.87797211,641198.58179754,650273.9899998,657674.88639264,663188.33816077,669302.92738749,676132.65047101,681365.39852931,671004.73444164,667887.08154852,660451.88994687,653732.5683921,648689.41572946,643351.59715408,640754.73420946,634441.76658857,627406.2403962,617727.62694718,612002.21029536,606893.81047047,596112.06227731,592891.0913815,586524.84691998,583631.95549474,581018.81226047,577258.51403951,560632.54989266,539943.73446874,514420.96381077,482012.92679527,473344.9536831,465923.73727635,439496.56529818,399162.18233851,387499.51594538,376078.43173387,373078.9840405,309117.51051143,301477.40456486,296436.2714861,294660.68232178,288939.81445952,282366.0098293,276385.83214695,270505.01208647,266732.93268878,263806.48873213,258269.14314111,255020.03572315,247420.45281391,254679.729868,256905.59215168,259101.42687814,261148.9247699,265602.62393736,265936.2437686,272410.16924413,276647.49413131,277918.11711661,283350.32684836,283346.14762421,280201.05254733,278585.54866744,281752.16510793,281734.70886507,282075.13818988,282358.45992728,285999.68172681,285902.17257945,280385.97096939,281872.61888834,282102.15754718,282452.25179828,281719.53773903,280190.51197696,280255.29077491,276470.33106809,277341.96024766,277323.70822451,279049.08630486,279403.12698688,286120.47183621,286907.14057235,284729.02361088,283229.95817514,280927.65071299,281849.59266701,283358.71202957,285265.20291829,282570.97444492,282776.23519439,290439.10044126,296568.64552246,297136.09645375,298036.41193072,302424.9295456,302904.60533045,303374.5955264,303564.37265106,306524.53902286,306232.61517303,303558.02801017,303209.73986021,302783.18186368,300737.13062574,299302.26596164,300411.10398817,298812.6831733,298485.62674007,300378.57116574,304412.38877559,304330.2191236,307607.11769233,313733.80587035,319486.19204717,321855.87163186,324191.01905176,329216.10082425,332394.25951115,338616.11626867,342872.85762109,344605.52730061,350033.27626506,355288.11778444,361966.93813592,370471.86237185,374017.90309829,378048.12724302,386029.61217207,387536.54259206,386625.62217993,385292.30271648,387291.73020004,387475.98408018,392607.97055189,397647.44061714,403080.9233651,403517.53332741,407070.93397376,411903.1336664,411013.98482192,409978.01433443,411941.18656014,408802.21488278,410179.00973116,414583.14330684,416470.76492095,416406.18698745,422444.40998274,440134.96329852,455154.45810743,453304.41920011,456363.21804091,461960.91969246,466608.46957937,473304.4097026,475182.30612986,486195.52029163,489377.16580969,496435.36911133,514387.09863443,516283.3388015,529339.07996477,538532.44888918,558370.15223151,559725.36506623,576574.12207769,586026.16925393,595069.75653293,601396.55319341,602469.1016979,611712.14147091,621076.14575754,626398.02623188,633013.78428663,639415.84156795,647124.7980923,657987.71148656,656844.62078159,656844.62078159,null,655413.70905172,656637.53868814,662278.9158182,662332.75226324,654930.55413812,644481.42092805,639487.78382404,634366.45537248,628779.67188202,626900.61783616,620673.06220116,621018.59687834,624489.59094459,628984.69988791,636013.31658749,646428.27695206,657168.16718328,655413.70905172,655413.70905172],"text":"any_mental_per: 25.5","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(71,179,120,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[-268408.72232934,-267500.00233633,-267188.20287015,-252938.58369449,-240156.4092524,-209652.08645657,-181797.49262178,-180548.18997712,-169353.96345141,-138449.94437028,-132224.72369964,-107847.37911167,-94936.30128489,-84166.26051612,-76169.2305721,-56378.44583059,-49199.47171391,-7965.5925892,-228.91374188,427.20231353,30475.44926317,40850.22121143,48409.19935822,52787.89758622,77496.24683585,88992.41826957,107539.62227845,129550.31330885,146514.64599537,147130.90115282,168059.5967898,173990.27900451,195616.30200972,198606.83645686,225865.79056928,232753.9387327,253856.15457906,258043.21843202,289247.65075259,309192.98989591,311442.4869353,336579.52729945,355849.83452917,359097.90441644,362311.24429668,374876.36753835,393821.42139717,398369.9117259,408560.58033453,416128.04696577,438254.37927342,444106.64447481,445201.5755367,470298.69053497,478716.8077032,480215.20853817,480890.72681285,481269.16327752,482000.98632423,486147.1770725,489200.80841072,490527.01944394,493062.33385675,497894.85814612,498089.81388887,500690.33275727,503751.45495163,505792.75810684,505893.81303549,506244.78439831,506521.95606356,507241.96937366,507671.03582414,507815.72656187,508388.90047801,508720.06611856,509216.35126862,509788.59203581,510453.48370769,511117.9382122,511406.9527635,511960.52683464,512555.77620841,508662.42171286,504280.85000367,498904.98405073,490878.58834908,489212.72298256,485874.94104529,478929.3417963,473088.74965639,469432.13506651,465289.01653978,459219.03138241,454493.39169825,449275.57777533,448667.22068836,442016.4678993,439676.88912925,437203.63936744,434724.86602322,430879.34792052,422073.82808564,414768.3716682,411628.01782268,407301.47710762,401271.52252886,395068.95100591,390357.51751477,387558.30900975,385299.30225085,381335.23402781,376850.69177581,365092.41138805,357007.01132943,355163.7456414,350201.58086279,345630.57109251,342985.47039209,337983.89160715,336359.53852432,334017.01580364,330819.26193277,324738.9648149,322556.3612216,318001.81645165,316101.33326442,316164.56819413,315732.48497257,309558.10022269,307656.08985687,305018.87578447,299013.78881582,297289.83959442,292149.6557122,287627.54778837,286721.0797406,284033.20009797,283083.90732296,282372.76412321,279090.76933558,279497.46333403,273090.80707892,271127.70439498,270399.58098933,270232.66174375,264860.7713842,259350.29393198,262846.77345487,258964.82747319,255299.94135146,248732.0241155,243800.56597202,237177.73687691,236362.75070422,233207.44119539,232979.5113606,226386.43538639,226105.28960406,222804.94941771,221478.02798005,215610.19509957,207630.39249027,203702.13346116,198003.38996585,190008.3743106,189913.74174759,189668.77958628,190076.43219943,184686.0112803,177526.54164276,175918.79010269,175773.60750748,173439.63740075,172072.58212217,169299.35161004,164079.90053234,155402.08124582,151197.55388926,148070.8245829,146673.64216391,145837.07858479,141101.99028652,136133.286151,131517.57710369,128449.99515054,124936.94706065,121104.02256675,116747.63607587,110280.62415569,104228.71596485,97891.70600481,96772.44130198,92094.86764285,86941.75497921,80213.37849964,74855.63064128,72723.42053036,71789.88309627,66782.28143866,59825.96411809,55719.62541521,53415.54610538,48747.95595275,48374.23560398,38283.04379658,36866.26918252,27975.39173106,21654.53423702,16733.95884756,14532.71723175,6496.6254262,217.98949687,-35.03423177,-35.06023998,-35.09842438,-35.11824341,-35.35771689,-35.55234985,-35.80875416,-35.97764015,-36.39042722,-337.19346324,-27876.96621803,-48951.56545669,-53116.564292,-79248.14951512,-85520.12058265,-97261.54408475,-145543.2996696,-163702.19516245,-182139.06258503,-193797.07419006,-269040.03722703,-268644.289923,-268408.72232934,-268408.72232934],"y":[-920069.54218686,-894085.75125413,-884047.20081193,-884599.61627292,-885515.39650992,-886505.16336696,-887392.75988344,-887416.15486493,-887616.45792879,-888076.6201701,-888153.84560855,-888377.52471639,-888484.76609954,-888557.16041094,-888600.87465153,-888604.68443676,-888593.11441565,-888668.21660003,-888656.96327129,-888655.6405513,-888752.58977126,-888734.96360182,-888713.05298291,-888696.86405747,-888498.93189786,-888377.97706965,-888145.55035458,-887877.47689356,-887626.61582426,-887613.59687883,-887141.26476051,-886996.74899544,-886420.58964033,-886335.98346236,-885553.2801707,-885339.73124406,-884637.93297768,-884491.5818218,-883349.13875762,-882584.15303514,-882494.5240621,-881355.90715448,-880447.31719162,-880289.25354744,-880131.48356772,-879507.8346653,-878527.3606561,-878284.72229201,-877730.98875846,-877310.7416217,-876028.54607848,-875678.37490659,-875612.34652147,-874152.69407077,-873604.30346837,-899344.27181075,-910268.12549074,-916394.01850566,-928930.83604177,-950835.39793577,-965977.08106723,-972543.28070091,-985079.25574933,-1009163.26005413,-1010156.91775244,-1023398.84730444,-1038956.58461059,-1050387.42831119,-1050952.91281147,-1052916.59021147,-1063307.64374982,-1086965.67507459,-1101199.66465584,-1106023.03323938,-1123932.12523479,-1134347.65559948,-1148469.62710612,-1164851.91355501,-1183608.13640654,-1202489.53221168,-1211217.80475558,-1228027.4608181,-1244756.60748539,-1246785.85811744,-1241736.89126596,-1241688.15260101,-1238435.09852918,-1237033.35545527,-1234222.45221073,-1235600.63990083,-1231865.00419124,-1228288.88514228,-1223900.70728517,-1223116.48876238,-1218704.85285556,-1215508.74334674,-1215305.40827163,-1213078.80655355,-1216785.38559371,-1222685.01246877,-1223254.87212915,-1224137.24749793,-1224495.94896727,-1223039.27739213,-1218599.56923827,-1218805.06542196,-1221481.31045966,-1222889.48869169,-1225732.19431509,-1227418.87175949,-1227312.64688958,-1227124.67618933,-1226094.18269285,-1230367.9502436,-1231799.01665342,-1235359.82489323,-1241402.4489377,-1239197.90505707,-1243160.78287241,-1247894.83050996,-1245602.7051695,-1242294.61271927,-1238689.0142487,-1239671.2097561,-1234813.94675549,-1234889.62888636,-1233656.77341578,-1228143.12936568,-1227899.69175756,-1224416.96220121,-1228924.78605382,-1234013.16976486,-1233097.16860947,-1230181.55575116,-1232774.26611513,-1226766.10721661,-1221896.05998598,-1222173.92305438,-1222271.83420091,-1222345.10598982,-1225354.40664912,-1228878.31434639,-1232511.67901633,-1237339.80751252,-1241645.74901464,-1245968.50857375,-1247606.06724978,-1238059.79941637,-1233792.89468805,-1226504.6606215,-1228167.46259064,-1232277.79632719,-1237488.43763436,-1237211.74975539,-1232014.49976712,-1227351.36760327,-1227014.28334717,-1229409.19285205,-1229199.94522486,-1226742.11578706,-1221687.27239727,-1219272.43504248,-1226812.36522291,-1231899.33951127,-1235453.9270466,-1232436.24597922,-1231021.2145717,-1227357.2602141,-1219964.74248587,-1219549.15481411,-1218999.77391477,-1213917.61205685,-1207758.40297234,-1202246.68049671,-1203753.18884072,-1206806.88576268,-1205469.89793529,-1203522.96427441,-1202421.55496597,-1205653.54623791,-1210482.83066133,-1210844.30583937,-1212888.05341302,-1209577.60346219,-1203677.475426,-1202929.39822284,-1202071.05490246,-1205594.80839025,-1205900.15351391,-1203235.8302544,-1202815.22321392,-1198109.5791291,-1198014.51844653,-1197615.49648753,-1198507.4314746,-1197682.71606078,-1197186.4884263,-1186173.0783223,-1184919.10118051,-1178184.45380592,-1172650.87264567,-1172125.79032229,-1178966.31407787,-1177224.44572033,-1177182.47605792,-1176042.30790562,-1179701.21413132,-1179035.17503401,-1173050.81722169,-1167241.61629063,-1165131.90652453,-1157415.69290573,-1159143.34649666,-1159212.84870662,-1138631.29173824,-1107222.5149298,-1090298.32892644,-1063744.51785418,-1041941.62791334,-1012890.35869025,-993553.29692536,-944322.98228233,-944322.9916067,-944273.02149289,-944185.97019275,-944161.79750109,-943908.88441227,-943857.28835604,-943746.67545529,-942937.94024944,-942551.6085786,-942083.11288304,-941763.58105,-939445.51875193,-928104.29752958,-920069.54218686,-920069.54218686],"text":"any_mental_per: 25.6","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(75,181,118,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[-174904.23434082,-156189.87765618,-131481.73064872,-120294.37855619,-112878.81063716,-110317.63586439,-90397.88153579,-64695.52244411,-62990.02671712,-40669.85672157,-16505.33898602,-15158.89044205,15909.33417242,31694.60864419,31944.16652599,42476.28379903,69984.59080056,77958.78711886,79542.64279349,108582.06514005,118182.04150242,127499.06436757,147141.29580051,164016.01618421,176306.79848253,185709.17390504,189488.43691546,220278.6866042,224252.4088099,254928.39767067,262830.34239474,266458.82546803,272255.32370532,300860.02378273,301390.87805412,320510.40288994,320513.45819844,327735.66174063,338826.5167378,339968.39510794,358917.08461508,359218.10314974,397066.86912217,399756.49936896,406666.56776506,414517.73295357,419919.97569941,425045.79100545,427199.58318482,430751.00651709,432873.5889101,437442.69403682,437550.66464272,438435.73774342,439509.12928939,436349.90870436,430226.00656554,430441.19950779,424999.5861017,424684.06978961,424534.61269205,422122.77056512,419108.13337105,421133.31009833,424939.53266606,431086.04471002,432613.22405806,434391.76325574,439390.43343695,438195.92881263,442902.28361566,445813.30087274,448285.00343278,448976.33738798,453491.26855558,458700.38722809,463743.87198387,465645.48100645,466510.44276843,465465.96468946,465894.10487122,466278.05497913,467138.74921978,467818.42048871,467833.11510751,468907.85808223,469301.814336,469301.98959072,469909.27526466,470939.22798388,472017.4408575,472156.68866116,472454.74154921,474195.5704216,474257.31124196,474389.76095993,476032.16071608,476328.30356801,476491.37196529,477617.82445597,478322.67700882,478716.8077032,470298.69053497,445201.5755367,444106.64447481,438254.37927342,416128.04696577,408560.58033453,398369.9117259,393821.42139717,374876.36753835,362311.24429668,359097.90441644,355849.83452917,336579.52729945,311442.4869353,309192.98989591,289247.65075259,258043.21843202,253856.15457906,232753.9387327,225865.79056928,198606.83645686,195616.30200972,173990.27900451,168059.5967898,147130.90115282,146514.64599537,129550.31330885,107539.62227845,88992.41826957,77496.24683585,52787.89758622,48409.19935822,40850.22121143,30475.44926317,427.20231353,-228.91374188,-7965.5925892,-49199.47171391,-56378.44583059,-76169.2305721,-84166.26051612,-94936.30128489,-107847.37911167,-132224.72369964,-138449.94437028,-169353.96345141,-180548.18997712,-181797.49262178,-181663.92599931,-181490.54910268,-181108.43454905,-180776.86404082,-180129.48046425,-179926.96709275,-179897.76676269,-179148.27136844,-178800.46182561,-178785.6855587,-178515.68660514,-177973.62466982,-177779.47794075,-176952.73747138,-176784.31303002,-176311.55583875,-175890.94268646,-175878.20095187,-175345.60296599,-174904.23434082,-174904.23434082],"y":[-553289.72303559,-553744.6981372,-554284.07636972,-554486.47633763,-554610.86440971,-554652.01519198,-554963.11778928,-555245.91476309,-555265.67045475,-555486.24324408,-555603.94230453,-555607.75894769,-555624.52851101,-555530.00948193,-555528.2318582,-555445.17047681,-555216.92718485,-555130.72784154,-555111.89731632,-554703.66322227,-554542.43263284,-554382.57593182,-554005.26266887,-553637.44345964,-553348.36679309,-553112.76513305,-553014.53347562,-552139.18240231,-552020.88839802,-551032.27098947,-550743.3195582,-550607.66519978,-550395.41763175,-549278.11398957,-549256.27508506,-548443.00704405,-548442.8729296,-548132.69962632,-547583.52954166,-547530.15486267,-546617.34688907,-546602.43358555,-544619.87901586,-544471.22411095,-550333.30689729,-555260.230438,-558692.85103545,-554416.7633537,-554153.86537571,-553718.89441375,-556282.27529258,-561548.12153868,-562189.67579607,-567446.63080389,-569992.58779455,-573025.88956569,-573500.38176778,-577577.11697327,-581635.38934147,-586022.08760309,-588096.11103817,-590282.86390549,-593001.80505527,-595184.29940774,-599281.47572951,-604907.49346027,-606915.44418155,-609252.26275411,-609756.7451568,-617485.62021455,-622743.07668325,-626134.96241669,-629955.80645138,-630442.08006148,-633614.71516496,-631712.85279096,-634471.72448819,-634470.68576785,-634470.04629053,-639165.20820355,-646859.53637781,-653768.28471558,-668696.4442606,-680509.22918471,-680797.51081313,-701929.08638722,-709698.4471346,-709701.90620915,-719551.82414764,-736285.03159312,-755991.64078013,-758541.5896709,-764003.41328407,-797891.19359184,-798899.97486768,-801064.49579044,-827953.78216846,-833133.59292509,-835987.53807349,-855735.85373366,-867191.65031304,-873604.30346837,-874152.69407077,-875612.34652147,-875678.37490659,-876028.54607848,-877310.7416217,-877730.98875846,-878284.72229201,-878527.3606561,-879507.8346653,-880131.48356772,-880289.25354744,-880447.31719162,-881355.90715448,-882494.5240621,-882584.15303514,-883349.13875762,-884491.5818218,-884637.93297768,-885339.73124406,-885553.2801707,-886335.98346236,-886420.58964033,-886996.74899544,-887141.26476051,-887613.59687883,-887626.61582426,-887877.47689356,-888145.55035458,-888377.97706965,-888498.93189786,-888696.86405747,-888713.05298291,-888734.96360182,-888752.58977126,-888655.6405513,-888656.96327129,-888668.21660003,-888593.11441565,-888604.68443676,-888600.87465153,-888557.16041094,-888484.76609954,-888377.52471639,-888153.84560855,-888076.6201701,-887616.45792879,-887416.15486493,-887392.75988344,-882735.4606827,-874808.92659816,-857992.7097311,-843458.71748433,-815160.14676863,-806329.06049661,-804701.71773311,-763144.85177775,-746563.99620621,-745860.599223,-733022.36945953,-707409.68494659,-698262.48960846,-659464.35078787,-649902.79602312,-623188.41033035,-601592.08164936,-600939.37773502,-573735.7973878,-553289.72303559,-553289.72303559],"text":"any_mental_per: 26.0","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(88,187,110,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[1509580.74923374,1509931.08290805,1510002.48733912,1509387.40683803,1506535.66929592,1505925.57130531,1505231.01283006,1508413.94837631,1512578.52779752,1517561.55623417,1522930.86281871,1527511.63185096,1528148.3012178,1527659.53577352,1528168.23654673,1528526.96401375,1533249.91523334,1536579.81769479,1534560.18178416,1530961.24468971,1529362.41245794,1532894.14846471,1533335.74222874,1535112.07860073,1535595.97470831,1538641.94489752,1541275.0184614,1547578.18050783,1552671.50228224,1558277.69527352,1561816.43448786,1558973.98020362,1556752.77819036,1561120.29673094,1561674.69867054,1559177.27357979,1559055.13570292,1561067.56454933,1561699.98887457,1563223.26606234,1568571.72730288,1572617.29424154,1571811.99730602,1575530.67496151,1578608.52985517,1582573.76976737,1585160.7905481,1587183.61314997,1589156.20161425,1596318.55815427,1600608.12754999,1604941.35020367,1605346.26753263,1607870.11844963,1610393.94066108,1616500.70771109,1621630.45157456,1623401.30712132,1622743.97643568,1618817.03337708,1621620.54966362,1620552.71323931,1620551.73624812,1620525.63148466,1622963.92456185,1624467.22861256,1623081.154502,1622052.31028106,1622822.87661462,1622966.8123662,1623740.51402722,1625398.28902131,1627208.55273029,1623131.52118963,1623236.79695059,1623793.13045393,1620539.06074862,1615257.83883143,1617653.12370878,1621314.76910198,1626002.50138759,1630047.27004227,1631991.30588122,1633429.16800409,1637978.86699653,1641543.54231627,1642888.26933523,1648848.88334694,1656951.77066812,1685480.96416459,1698686.09324742,1711249.27693709,1734900.64678938,1739363.86458611,1744065.50882168,1747442.82861831,1752050.21177514,1756611.66546923,1761587.36040882,1762918.62146517,1768889.36500091,1773208.99982709,1775169.61798452,1777781.9949265,1785171.52333828,1785288.87609129,1790848.98105243,1795155.56018161,1798568.38028155,1802650.57874529,1807246.16315906,1812930.04691242,1823109.24919418,1823717.84585722,1824565.37119178,1827494.84026998,1831441.98160007,1832995.7296176,1839444.45975801,1850813.51667861,1856699.12951428,1858951.5440589,1865396.95169753,1873852.6933739,1876074.03662147,1877833.14944497,1879582.43679855,1886444.58261138,1887321.89238978,1890392.10268397,1888155.33879597,1887295.30386951,1886737.5922735,1886723.02603889,1866175.09596829,1866140.73891891,1866140.5609011,1850685.33173563,1846510.49388805,1834728.29565561,1837105.93212633,1838355.14296169,1835391.62332332,1836186.39628502,1835609.03846733,1837612.80555208,1831709.98507784,1830680.08552956,1829419.69320082,1825256.32137591,1821699.74031515,1814977.85351346,1812622.95498242,1810418.86840054,1797570.38778369,1796658.86388921,1794784.4265355,1794082.80566671,1794474.50579496,1790725.40038351,1788831.2363951,1787819.93303022,1787699.74067687,1783642.33406561,1782453.98368703,1777274.61504665,1767578.76340937,1759590.7963507,1749684.91202536,1750053.13478587,1749405.5196899,1750343.18471001,1748455.80808149,1743684.8629839,1746101.39178961,1745454.92226522,1741812.86115657,1737481.47607841,1737372.83560587,1736621.02818205,1736318.05765133,1732709.43662885,1731447.46702729,1726530.9394029,1722305.09838877,1721774.20772782,1719943.06002871,1718068.27673052,1717937.39358369,1725180.74593843,1725278.56526162,1721163.13364182,1721567.70812713,1714120.38693378,1709439.55539675,1708964.22479452,1701433.6680482,1692600.53346292,1684591.37946965,1677679.93015521,1675965.01414541,1675900.26222722,1675326.17248394,1674621.92042358,1679871.61478219,1673358.65009805,1668197.83318822,1666926.5060067,1657405.76428037,1648745.06315626,1634606.33926034,1630475.11582818,1626155.97963886,1622511.81306561,1620518.43333051,1610451.32347439,1604413.43452206,1603919.4113976,1600548.73804005,1593842.47299274,1588837.91214237,1584330.78161655,1583360.687595,1578476.92345258,1581715.02690621,1578048.84033813,1569649.58155864,1561911.81679662,1553385.2187199,1546657.87680459,1543246.14518367,1542318.33364423,1537806.23877852,1534467.01980229,1532097.93304251,1525238.83474424,1525465.56258239,1525866.29903405,1516786.54471072,1508684.06648275,1509580.74923374,1509580.74923374],"y":[-597085.65970268,-592504.24337473,-591567.33887952,-584033.72109705,-581320.50023835,-577346.06700401,-572826.15511741,-574138.25383343,-572068.5963518,-569587.44294384,-567536.29061778,-564888.52123731,-559378.16895133,-552178.08459835,-549831.10763138,-548174.08049845,-547370.62953714,-544721.34526538,-539325.72439733,-528598.34590974,-524115.36046119,-520830.59617754,-511481.54777165,-504768.26795134,-502935.23558392,-497470.51886974,-495548.49420313,-498296.19815341,-504445.62513363,-501326.49775822,-496544.66557208,-490361.10820009,-485867.66908974,-482589.40480769,-482172.84515274,-474212.806757,-473823.51922055,-470360.10100193,-469270.63485268,-462682.3672625,-461286.84026542,-460269.7271386,-454198.59410537,-448482.74313422,-443647.7143931,-444415.93177974,-448739.12732106,-448617.30769107,-448497.94602935,-441767.82253548,-436096.37093307,-432945.12259628,-431895.38826032,-425340.53808567,-421488.15794783,-412140.30188206,-404512.28113022,-398451.66341505,-397756.55470829,-393601.12984657,-388621.19068063,-383582.52531828,-383252.62609212,-375360.93350123,-371159.20010866,-368437.87658706,-361556.7774052,-356454.59438438,-348047.0333315,-347374.25054907,-343752.75825757,-335964.15912147,-329476.78986782,-321075.57438985,-319933.99282853,-313875.35409098,-306168.65910217,-300312.13212452,-295426.30317222,-295047.68942144,-291229.78646981,-308826.20860762,-317298.05949669,-323570.14944615,-343456.57985898,-359074.10863926,-364984.43039212,-391238.62472309,-389294.66352595,-382261.21484963,-379003.8468164,-375878.77819243,-369830.64933632,-390555.43038916,-410985.84413563,-426090.87574545,-422348.32200525,-415418.93900714,-410486.39092692,-408224.22204945,-398050.73495167,-388657.79949288,-388099.27444883,-387354.09009722,-389242.18406443,-384659.05575163,-374580.13924354,-363675.26924775,-366090.50125395,-371239.08894594,-371342.78259894,-371466.81357875,-369192.04571517,-369055.52313466,-364475.30786459,-356874.47132259,-355075.92591031,-354367.07934834,-349376.61758755,-344836.24191772,-349082.04414263,-350704.84298452,-348191.16088323,-348209.55101208,-354725.84084499,-357161.57534304,-359582.72484961,-366274.42343262,-371664.61158392,-374516.70542018,-385835.39423959,-393132.83597415,-397498.24248808,-397491.42847603,-387840.90157122,-387824.72763381,-387824.64382952,-380527.09305267,-378570.97157697,-373033.23501014,-378980.74410494,-385098.70209628,-394797.51705894,-399074.62191726,-405117.31051518,-407915.23874469,-417590.08563301,-422021.18095721,-427427.10932008,-431597.29207957,-439115.76455934,-444613.28064206,-452496.56476608,-460941.63199266,-455398.97372078,-460429.78264682,-465218.18950187,-473639.7749468,-477073.28258568,-484169.03767307,-493748.04454215,-499560.8236449,-500250.00937414,-507944.32628224,-508016.85153484,-508330.60541511,-507347.13435003,-498307.07982129,-496399.30668289,-505601.42940415,-511197.93783816,-514685.07489606,-523769.21134547,-529896.50349506,-533971.34538972,-534827.70802235,-539646.46394401,-546360.40129623,-554764.2725369,-560477.00702413,-562771.16748672,-572455.22356479,-574611.94017299,-582995.76866431,-591158.88409505,-596371.78214361,-604022.86051407,-608441.02423955,-608749.14159406,-613851.96778616,-613920.80115754,-619255.6327352,-624784.95466096,-635110.36867455,-640391.35262595,-640174.78294514,-636738.41888142,-645786.95648051,-652486.71331718,-648155.40389598,-648929.08679171,-648958.28846498,-649217.15483964,-653509.34499728,-657904.93270821,-662720.64347696,-664536.65713957,-664983.32286709,-669609.0884465,-676605.79200311,-668081.29305375,-676653.40119327,-679970.45518086,-683906.41167737,-686272.87372495,-689019.41002278,-686139.42713256,-685903.49564489,-682962.89235698,-683270.62948147,-679041.60455717,-673499.78530712,-670207.06103602,-667357.42931317,-660056.32003005,-657915.68799684,-658999.49411434,-654912.67428619,-650161.01072502,-647847.28002228,-641762.990229,-640107.47583025,-636574.09891057,-632581.77298194,-629747.00744129,-626133.99415698,-623622.48956937,-619167.03743784,-611280.50221948,-604824.56925782,-597085.65970268,-597085.65970268],"text":"any_mental_per: 26.1","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(92,189,108,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[-1964655.27151369,-1955553.4823043,-1955380.57425737,-1948229.72792725,-1943454.42820138,-1940166.69619121,-1937659.1738822,-1937992.43185814,-1933079.59190013,-1924971.92687966,-1916989.92374971,-1914145.20644842,-1909115.92474964,-1901483.86470615,-1899202.63601079,-1890813.62461181,-1885712.74160747,-1884624.5529485,-1884352.04027172,-1877834.80575429,-1874989.15441363,-1869313.32823992,-1866887.07479579,-1864580.31789564,-1862549.77764604,-1855879.07634077,-1851745.31153413,-1851646.84161215,-1845886.11796093,-1843366.67737204,-1840547.19339892,-1839577.72054348,-1835439.18561823,-1834681.40437137,-1830078.90269471,-1826261.04391299,-1824751.96407388,-1825298.93146707,-1824272.33713189,-1822144.5550381,-1820256.31168538,-1820884.75149501,-1815758.99383585,-1813029.90407883,-1811908.75817541,-1816009.71880123,-1811629.55693825,-1807255.36491048,-1801480.08873012,-1794888.03347703,-1792806.2344796,-1787742.42649693,-1781904.51650625,-1778106.26509217,-1772831.10106085,-1770335.52126647,-1772110.12119966,-1768923.65198046,-1768366.74806781,-1762311.36499106,-1756527.41127772,-1752590.69570993,-1749022.17539972,-1742503.59238948,-1740385.74415892,-1736767.36846452,-1735441.7261593,-1734033.78169001,-1735369.4314619,-1734837.30854974,-1735586.51767777,-1737427.27100358,-1736505.27161122,-1737833.64864291,-1739934.09602471,-1739164.06260271,-1738381.46923029,-1732491.16411324,-1722089.97553378,-1718728.9986182,-1714024.22830087,-1711257.78612619,-1706270.1909005,-1705100.76683908,-1699398.21451337,-1693138.56708975,-1684889.39914531,-1680167.94673945,-1677802.11083377,-1675874.34177114,-1672436.13051496,-1667891.58152527,-1662624.83533981,-1657346.54969289,-1646678.68797929,-1646083.95489727,-1640634.64950004,-1639514.89412642,-1632820.32723994,-1624743.94944517,-1624257.54318586,-1619389.01288725,-1615691.56125913,-1604953.20187495,-1602957.70604655,-1601737.67979603,-1597944.92755535,-1584297.07554739,-1579394.04342954,-1576114.17837411,-1571077.18531138,-1569790.54523437,-1563504.09701601,-1553806.28135096,-1548350.82658674,-1541864.16373019,-1536224.46938617,-1530226.19043577,-1527360.80625053,-1519707.40869174,-1514571.17560533,-1504418.80472071,-1497551.54072804,-1495234.85299261,-1489510.14285764,-1485172.98237591,-1479897.38659547,-1471411.94275225,-1461825.99699415,-1456324.74146047,-1449702.54928153,-1449693.76307941,-1426593.87330958,-1421289.12013547,-1403442.28425769,-1375722.17669056,-1374277.42018386,-1354832.36856958,-1346286.13560503,-1337058.80394488,-1327638.60349901,-1294786.88790999,-1293457.52470489,-1292621.95997219,-1289367.58052831,-1288738.70368685,-1285200.06588743,-1280869.05824934,-1275487.61772899,-1272172.30674094,-1272814.37788827,-1269405.48516531,-1273497.06159057,-1282797.38324501,-1292309.4095102,-1294586.70455592,-1295305.20472262,-1303000.36874276,-1306008.70484855,-1306070.16529097,-1311532.72537365,-1314034.44107357,-1313290.87754621,-1317063.78127365,-1319593.55433424,-1324085.65493022,-1331083.35371,-1335495.36553959,-1339755.5350691,-1345653.67005647,-1348310.58521198,-1353867.55922204,-1354250.64456298,-1357254.5911593,-1355957.18592393,-1354782.83244841,-1357063.53375802,-1357637.41226059,-1354714.68374561,-1350463.90477873,-1346620.61465831,-1339884.87098742,-1340338.26114881,-1335806.64379313,-1335852.63406382,-1336039.17941725,-1343754.03430161,-1341925.92476458,-1344741.54532232,-1347999.10143827,-1349070.05303072,-1353350.78559417,-1356800.4511541,-1358823.26103362,-1371804.00249889,-1376702.8251349,-1386398.68263655,-1394863.21257144,-1408653.03409812,-1425220.11178586,-1442918.71620515,-1462964.65230544,-1488951.92908648,-1488966.39254631,-1513322.50165882,-1535382.99674117,-1553355.04525929,-1569926.14599833,-1579161.31772416,-1582024.06518917,-1611123.66814871,-1632948.87067417,-1647462.89081872,-1672886.37835615,-1688071.29938921,-1702973.84184355,-1715292.6269757,-1732284.63047848,-1747224.40763688,-1747848.94657363,-1765780.46067122,-1779246.69138848,-1799320.43400492,-1814060.94336268,-1814078.43398495,-1830717.71840174,-1854382.70808257,-1873692.41526845,-1881417.15518171,-1888225.92806754,-1897555.49480272,-1904321.18452171,-1911012.98629642,-1921948.46857326,-1934864.50257743,-1948873.31080992,-1965257.76296961,-1968361.03505584,-1971072.03303069,-1972001.04598516,-1971110.56999977,-1971386.56242916,-1972764.53786844,-1970906.27019035,-1970643.76043644,-1968545.2303119,-1962542.76815683,-1960831.99004841,-1959827.73782323,-1962156.33000264,-1961521.17263171,-1964822.39294176,-1964655.27151369,-1964655.27151369],"y":[59326.14246721,69522.62031443,69801.18731989,81329.19300517,90254.97128872,96765.08573768,101424.83295793,105292.53473097,108524.30069508,117006.92992942,128734.31100793,134178.08301706,143806.85019338,159977.49265393,164812.50912927,184979.62601603,198762.52768998,203262.86818327,204389.14657636,217554.18207442,226730.88866597,240424.10203747,247985.43280557,258439.09280887,262187.40053929,273583.59448075,283496.87798796,283733.01247952,293497.53342971,301104.85371503,307692.36691585,315334.68852536,323820.61549177,330522.8926566,337933.62377452,348166.01901711,353212.44537357,359058.57044385,361806.63803135,367501.32273456,375235.30453667,379978.41497598,382013.71360419,388775.28047651,400161.17365698,408037.50950049,411100.31265771,403156.5598479,402862.00746994,403264.50716903,399797.27931685,401446.24306572,401103.79778608,403517.53332741,403080.9233651,397647.44061714,392607.97055189,387475.98408018,387291.73020004,385292.30271648,386625.62217993,387536.54259206,386029.61217207,378048.12724302,374017.90309829,370471.86237185,361966.93813592,355288.11778444,350033.27626506,344605.52730061,342872.85762109,338616.11626867,332394.25951115,329216.10082425,324191.01905176,321855.87163186,319486.19204717,313733.80587035,307607.11769233,304330.2191236,304412.38877559,300378.57116574,298485.62674007,298812.6831733,300411.10398817,299302.26596164,300737.13062574,302783.18186368,303209.73986021,303558.02801017,306232.61517303,306524.53902286,303564.37265106,303374.5955264,302904.60533045,302424.9295456,298036.41193072,297136.09645375,296568.64552246,290439.10044126,282776.23519439,282570.97444492,285265.20291829,283358.71202957,281849.59266701,280927.65071299,283229.95817514,284729.02361088,286907.14057235,286120.47183621,279403.12698688,279049.08630486,277323.70822451,277341.96024766,276470.33106809,280255.29077491,280190.51197696,281719.53773903,282452.25179828,282102.15754718,281872.61888834,280385.97096939,285902.17257945,285999.68172681,282358.45992728,282075.13818988,281734.70886507,281752.16510793,278585.54866744,280201.05254733,283346.14762421,283350.32684836,277918.11711661,276647.49413131,272410.16924413,265936.2437686,265602.62393736,261148.9247699,259101.42687814,256905.59215168,254679.729868,247420.45281391,242928.02551698,236878.09899712,229756.9755904,228383.91254705,226028.8597821,220063.79517893,218534.64489516,212778.39242859,206888.35262163,198676.2921646,193915.49897702,181738.98796797,169054.44872169,164353.50461951,162870.99827043,148422.80202062,144917.40423254,144845.8277075,140742.51337032,135315.51852919,129467.4679315,123598.86493203,120701.39952096,115562.72876789,113594.08786309,111147.53313847,103473.85953323,93908.48774813,90616.9194162,86784.58914529,80892.4680443,77405.17712141,73597.97266384,69735.69192841,66549.27949284,65747.88283802,61743.34490599,62962.70098443,57521.59899286,55898.17158825,51245.55994161,48603.58165695,45736.76053088,45590.34057774,39543.70411588,32754.26794024,28045.98731377,18754.77238112,17341.88551658,11699.4498118,-3967.23563873,-13165.6644394,-75639.74435621,-99469.00323461,-146405.40306504,-187860.79156703,-184860.37947356,-181406.59758488,-177628.50234916,-173195.87868794,-167485.26732641,-167482.07799899,-162062.59525402,-157224.81130329,-152839.69616878,-148936.25611401,-146621.02787576,-145900.42768032,-138497.01658842,-133243.87000877,-129565.7425647,-123139.49911167,-119205.92157209,-115317.43459161,-112074.48682185,-107040.31768391,-103062.81823687,-102880.55500646,-97618.19275864,-93589.06850459,-87681.65775169,-83296.47490431,-83291.4399479,-78477.19479482,-72174.30391593,-66660.12687171,-63663.08313149,-62151.77244292,-60068.40501546,-57753.83540117,-56039.03922842,-53220.27882653,-49248.28613466,-44906.3037439,-39583.32797768,-33084.30701373,-29617.5664469,-22043.57791655,-16327.01650889,-10780.77121972,-7597.85651851,-1485.25815602,3663.07197252,13397.29603303,23259.06646326,29501.66508231,36298.60883633,39132.60392561,40594.53627463,46913.18426061,59326.14246721,59326.14246721],"text":"any_mental_per: 27.3","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(125,209,81,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[-1233307.36054324,-1230789.97996612,-1228255.01996904,-1223611.6350807,-1223608.83360533,-1221857.75482107,-1219145.50256039,-1216188.51031226,-1216187.50611935,-1214287.63233843,-1210615.9282253,-1208461.41337495,-1199502.20534154,-1198747.22415807,-1194302.6219185,-1192252.76325117,-1188733.33813148,-1188389.69034475,-1183300.38458847,-1181488.07138391,-1177140.23178984,-1172053.78201996,-1172053.23406055,-1168205.04942209,-1162908.90897649,-1158067.44188942,-1153792.49212094,-1135719.22871286,-1109519.41510237,-1089354.84825669,-1069117.55144497,-1069053.93075353,-1040361.69536685,-1009138.15221545,-1000553.40561903,-996522.59218091,-996515.33230237,-967229.0874972,-947390.29062707,-947389.73201891,-944414.62795586,-936455.11065565,-909692.8853144,-915735.43360978,-915939.31330146,-918962.91844979,-920536.58569345,-924187.46287981,-882096.0848928,-847311.61112172,-841222.87016746,-837246.88023542,-813491.39519128,-774757.90244939,-758041.60988538,-759955.28656743,-761852.87225219,-761957.21817067,-767189.96464802,-767696.09942861,-771211.411312,-773710.26936402,-775601.04267433,-777120.66748909,-779902.82202983,-787764.87118457,-790316.74084608,-789977.69179853,-790112.05044485,-793240.1203219,-797776.79456583,-803303.10568755,-843071.49708534,-887697.36289756,-929111.14962459,-953767.57391733,-981597.62521707,-1000271.19038069,-1011486.51844217,-1012095.11227758,-1095175.25161823,-1111062.92544561,-1111635.75596929,-1136602.1297917,-1142717.25917349,-1148620.09955062,-1236179.33406962,-1243582.72973243,-1242168.62966586,-1238807.6210416,-1235282.17174658,-1233307.36054324,-1233307.36054324],"y":[-717737.39971563,-702217.73635509,-687360.4689317,-657965.81375667,-657947.98758331,-646814.18857229,-629812.69021816,-611291.15069582,-611285.08312456,-599813.45312726,-577687.64718026,-563722.44487573,-509361.52867128,-504651.60653077,-476984.5700755,-464677.52382164,-443590.04368656,-441495.5962949,-410542.93158653,-399826.43211562,-374498.57667276,-344417.22406261,-344413.98918992,-321559.88782411,-290339.87659217,-261511.16195734,-235089.58186152,-238786.83823379,-242677.61781288,-245682.91883316,-248735.87018868,-248745.56370717,-253053.23269285,-257773.87465359,-259326.7178355,-260051.81676982,-260052.85207483,-264163.14001849,-266964.38902587,-266964.46704817,-267379.32652794,-268368.75620018,-271984.86196183,-318572.36571701,-320149.18892076,-342767.93028466,-354813.02805225,-382827.55462013,-388569.94351799,-392880.54660116,-393609.2927739,-394082.18500247,-396858.50943954,-401029.39244892,-402936.02975308,-422270.61750318,-440363.27395739,-441359.40089773,-489022.48313015,-493646.04941744,-527493.04970511,-551222.0168182,-569223.49650278,-583720.84783822,-610331.41640533,-679501.90042785,-704327.55636843,-716753.28532973,-718042.05692155,-748104.45307606,-791903.44677289,-845580.85332591,-841157.68041012,-836064.63175762,-830970.71086299,-827244.29376329,-823684.70881003,-821390.90022783,-819746.30392031,-819663.11481591,-807820.49011844,-805467.32040749,-805381.8137975,-801599.60261628,-800659.80991298,-799747.63588548,-785521.63111517,-784225.06169822,-774527.66621058,-752963.62585355,-730134.52609624,-717737.39971563,-717737.39971563],"text":"any_mental_per: 29.7","type":"scatter","mode":"lines","line":{"width":1.88976377952756,"color":"rgba(0,0,0,1)","dash":"solid"},"fill":"toself","fillcolor":"rgba(253,231,37,1)","hoveron":"fills","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[1245764.3056731,-1207922.26323685,-1073378.60939474,679584.12212172,-1686122.49690973,-479799.07996654,2194986.6092372,2098575.40703571,1958221.24523484,1843603.11354837,1588051.64401228,-187343.1780051,-1185882.88237928,900412.92984045,1178615.3245232,535395.26258787,147825.63994255,1359588.27285833,699406.31136858,2345304.11146195,1952046.84350336,2186993.67045873,1234642.60056851,416754.38092901,959109.05051646,654501.62746328,-699884.02543263,30351.34700323,-1433631.75940564,2237160.72704075,2120271.52230006,-555630.76275121,2005763.05696285,1940021.54603206,-35330.20964752,1430337.50984274,329819.91363032,-1567827.19792762,1844595.45353651,2308742.59405774,1787036.8940423,-22071.25762182,1226004.39359106,183406.49618253,-995227.76767287,2117966.7487503,1887217.37169797,-1503988.0714222,1630252.96398288,789563.86567751,-620855.75091487],"y":[-1299748.48815209,-1848886.94443324,-1161723.87195119,-1086852.70036524,-811984.06689016,-650936.9345296,-6195.83908209,-388457.70385755,-401371.08955224,-1757749.95867019,-1267172.77166474,-2252467.41747023,-49488.58182059,-474930.28616922,-498709.91941171,-307807.3090142,-720182.75480071,-684028.22349955,-1416729.95185598,484189.45274909,-353181.17629435,79746.11145099,-127092.15575219,238185.59121083,-1231809.88644049,-730897.85694642,263582.63844382,-388990.80111195,-429090.03128686,198875.62002827,-268279.57413845,-1146019.44332879,95577.9002847,-817519.09713217,275101.94086911,-395263.96315469,-1054012.40253654,67269.59063683,-208004.07633771,34962.14449595,-1044547.67112732,-58336.17945961,-920653.92458396,-1558446.37259344,-595718.48234599,312422.87758131,-571875.8283234,461676.41368696,-564449.9826754,34971.06324201,-193038.3885429],"text":["AL","AK","AZ","AR","CA","CO","CT","DE","DC","FL","GA","HI","ID","IL","IN","IA","KS","KY","LA","ME","MD","MA","MI","MN","MS","MO","MT","NE","NV","NH","NJ","NM","NY","NC","ND","OH","OK","OR","PA","RI","SC","SD","TN","TX","UT","VT","VA","WA","WV","WI","WY"],"hovertext":["x: 1245764.31<br />y: -1299748.488<br />abbr: AL","x: -1207922.26<br />y: -1848886.944<br />abbr: AK","x: -1073378.61<br />y: -1161723.872<br />abbr: AZ","x: 679584.12<br />y: -1086852.700<br />abbr: AR","x: -1686122.50<br />y: -811984.067<br />abbr: CA","x: -479799.08<br />y: -650936.935<br />abbr: CO","x: 2194986.61<br />y: -6195.839<br />abbr: CT","x: 2098575.41<br />y: -388457.704<br />abbr: DE","x: 1958221.25<br />y: -401371.090<br />abbr: DC","x: 1843603.11<br />y: -1757749.959<br />abbr: FL","x: 1588051.64<br />y: -1267172.772<br />abbr: GA","x: -187343.18<br />y: -2252467.417<br />abbr: HI","x: -1185882.88<br />y: -49488.582<br />abbr: ID","x: 900412.93<br />y: -474930.286<br />abbr: IL","x: 1178615.32<br />y: -498709.919<br />abbr: IN","x: 535395.26<br />y: -307807.309<br />abbr: IA","x: 147825.64<br />y: -720182.755<br />abbr: KS","x: 1359588.27<br />y: -684028.223<br />abbr: KY","x: 699406.31<br />y: -1416729.952<br />abbr: LA","x: 2345304.11<br />y: 484189.453<br />abbr: ME","x: 1952046.84<br />y: -353181.176<br />abbr: MD","x: 2186993.67<br />y: 79746.111<br />abbr: MA","x: 1234642.60<br />y: -127092.156<br />abbr: MI","x: 416754.38<br />y: 238185.591<br />abbr: MN","x: 959109.05<br />y: -1231809.886<br />abbr: MS","x: 654501.63<br />y: -730897.857<br />abbr: MO","x: -699884.03<br />y: 263582.638<br />abbr: MT","x: 30351.35<br />y: -388990.801<br />abbr: NE","x: -1433631.76<br />y: -429090.031<br />abbr: NV","x: 2237160.73<br />y: 198875.620<br />abbr: NH","x: 2120271.52<br />y: -268279.574<br />abbr: NJ","x: -555630.76<br />y: -1146019.443<br />abbr: NM","x: 2005763.06<br />y: 95577.900<br />abbr: NY","x: 1940021.55<br />y: -817519.097<br />abbr: NC","x: -35330.21<br />y: 275101.941<br />abbr: ND","x: 1430337.51<br />y: -395263.963<br />abbr: OH","x: 329819.91<br />y: -1054012.403<br />abbr: OK","x: -1567827.20<br />y: 67269.591<br />abbr: OR","x: 1844595.45<br />y: -208004.076<br />abbr: PA","x: 2308742.59<br />y: 34962.144<br />abbr: RI","x: 1787036.89<br />y: -1044547.671<br />abbr: SC","x: -22071.26<br />y: -58336.179<br />abbr: SD","x: 1226004.39<br />y: -920653.925<br />abbr: TN","x: 183406.50<br />y: -1558446.373<br />abbr: TX","x: -995227.77<br />y: -595718.482<br />abbr: UT","x: 2117966.75<br />y: 312422.878<br />abbr: VT","x: 1887217.37<br />y: -571875.828<br />abbr: VA","x: -1503988.07<br />y: 461676.414<br />abbr: WA","x: 1630252.96<br />y: -564449.983<br />abbr: WV","x: 789563.87<br />y: 34971.063<br />abbr: WI","x: -620855.75<br />y: -193038.389<br />abbr: WY"],"textfont":{"size":14.6645669291339,"color":"rgba(255,255,255,1)"},"type":"scatter","mode":"text","hoveron":"points","showlegend":false,"xaxis":"x","yaxis":"y","hoverinfo":"text","frame":null},{"x":[-2000000],"y":[-2000000],"name":"99_304ad96a98621e54ee02c4630802902e","type":"scatter","mode":"markers","opacity":0,"hoverinfo":"skip","showlegend":false,"marker":{"color":[0,1],"colorscale":[[0,"#440154"],[0.00334448160535107,"#440355"],[0.00668896321070243,"#440456"],[0.0100334448160535,"#440656"],[0.0133779264214046,"#450857"],[0.0167224080267559,"#450958"],[0.020066889632107,"#450B59"],[0.0234113712374581,"#450D5A"],[0.0267558528428094,"#450E5B"],[0.0301003344481605,"#45105B"],[0.0334448160535116,"#45115C"],[0.0367892976588629,"#45135D"],[0.040133779264214,"#45145E"],[0.0434782608695651,"#45155F"],[0.0468227424749164,"#451760"],[0.0501672240802675,"#451860"],[0.0535117056856189,"#451961"],[0.0568561872909699,"#461A62"],[0.060200668896321,"#461B63"],[0.0635451505016724,"#461D64"],[0.0668896321070235,"#461E65"],[0.0702341137123745,"#461F65"],[0.0735785953177259,"#462066"],[0.0769230769230769,"#462167"],[0.080267558528428,"#462268"],[0.0836120401337794,"#462369"],[0.0869565217391304,"#46246A"],[0.0903010033444815,"#46256B"],[0.0936454849498329,"#46266B"],[0.096989966555184,"#46276C"],[0.100334448160535,"#46286D"],[0.103678929765886,"#46296E"],[0.107023411371237,"#462A6F"],[0.110367892976589,"#452B70"],[0.11371237458194,"#452C70"],[0.117056856187291,"#452D71"],[0.120401337792642,"#452E72"],[0.123745819397993,"#452F73"],[0.127090301003344,"#453074"],[0.130434782608696,"#453175"],[0.133779264214047,"#453276"],[0.137123745819398,"#453377"],[0.140468227424749,"#453477"],[0.1438127090301,"#443578"],[0.147157190635451,"#443679"],[0.150501672240803,"#44367A"],[0.153846153846154,"#44377B"],[0.157190635451505,"#44387C"],[0.160535117056856,"#44397D"],[0.163879598662207,"#443A7D"],[0.167224080267558,"#433B7E"],[0.17056856187291,"#433C7F"],[0.173913043478261,"#433D80"],[0.177257525083612,"#433E81"],[0.180602006688963,"#433F82"],[0.183946488294314,"#424083"],[0.187290969899665,"#424184"],[0.190635451505017,"#424185"],[0.193979933110368,"#424285"],[0.197324414715719,"#414386"],[0.20066889632107,"#414487"],[0.204013377926421,"#414587"],[0.207357859531772,"#414687"],[0.210702341137124,"#414787"],[0.214046822742475,"#414888"],[0.217391304347826,"#404988"],[0.220735785953177,"#404A88"],[0.224080267558528,"#404A88"],[0.227424749163879,"#404B88"],[0.230769230769231,"#404C88"],[0.234113712374582,"#404D88"],[0.237458193979933,"#404E88"],[0.240802675585284,"#3F4F89"],[0.244147157190635,"#3F5089"],[0.247491638795987,"#3F5189"],[0.250836120401338,"#3F5289"],[0.254180602006689,"#3F5289"],[0.25752508361204,"#3E5389"],[0.260869565217391,"#3E5489"],[0.264214046822742,"#3E5589"],[0.267558528428094,"#3E568A"],[0.270903010033445,"#3D578A"],[0.274247491638796,"#3D588A"],[0.277591973244147,"#3D598A"],[0.280936454849498,"#3D598A"],[0.284280936454849,"#3C5A8A"],[0.287625418060201,"#3C5B8A"],[0.290969899665552,"#3C5C8A"],[0.294314381270903,"#3B5D8A"],[0.297658862876254,"#3B5E8B"],[0.301003344481605,"#3B5F8B"],[0.304347826086956,"#3A5F8B"],[0.307692307692308,"#3A608B"],[0.311036789297659,"#3A618B"],[0.31438127090301,"#39628B"],[0.317725752508361,"#39638B"],[0.321070234113712,"#38648B"],[0.324414715719063,"#38658C"],[0.327759197324415,"#38658C"],[0.331103678929766,"#37668C"],[0.334448160535117,"#37678C"],[0.337792642140468,"#36688C"],[0.341137123745819,"#36698C"],[0.344481605351171,"#356A8C"],[0.347826086956522,"#356B8C"],[0.351170568561873,"#346B8C"],[0.354515050167224,"#346C8D"],[0.357859531772575,"#336D8D"],[0.361204013377926,"#326E8D"],[0.364548494983278,"#326F8D"],[0.367892976588629,"#31708D"],[0.37123745819398,"#31718D"],[0.374581939799331,"#30718D"],[0.377926421404682,"#2F728D"],[0.381270903010033,"#2F738D"],[0.384615384615385,"#2E748E"],[0.387959866220736,"#2D758E"],[0.391304347826087,"#2C768E"],[0.394648829431438,"#2B778E"],[0.397993311036789,"#2B778E"],[0.40133779264214,"#2A788E"],[0.404682274247492,"#2A798E"],[0.408026755852843,"#2A7A8E"],[0.411371237458194,"#2B7B8E"],[0.414715719063545,"#2B7B8D"],[0.418060200668896,"#2B7C8D"],[0.421404682274247,"#2B7D8D"],[0.424749163879599,"#2B7E8D"],[0.42809364548495,"#2B7F8D"],[0.431438127090301,"#2B7F8D"],[0.434782608695652,"#2B808D"],[0.438127090301003,"#2B818C"],[0.441471571906355,"#2B828C"],[0.444816053511706,"#2B838C"],[0.448160535117057,"#2C838C"],[0.451505016722408,"#2C848C"],[0.454849498327759,"#2C858C"],[0.45819397993311,"#2C868B"],[0.461538461538462,"#2C878B"],[0.464882943143813,"#2C878B"],[0.468227424749164,"#2C888B"],[0.471571906354515,"#2C898B"],[0.474916387959866,"#2C8A8B"],[0.478260869565217,"#2C8B8B"],[0.481605351170569,"#2B8B8A"],[0.48494983277592,"#2B8C8A"],[0.488294314381271,"#2B8D8A"],[0.491638795986622,"#2B8E8A"],[0.494983277591973,"#2B8F8A"],[0.498327759197324,"#2B8F8A"],[0.501672240802676,"#2B9089"],[0.505016722408027,"#2B9189"],[0.508361204013378,"#2B9289"],[0.511705685618729,"#2B9389"],[0.51505016722408,"#2A9389"],[0.518394648829431,"#2A9489"],[0.521739130434783,"#2A9588"],[0.525083612040134,"#2A9688"],[0.528428093645485,"#2A9788"],[0.531772575250836,"#2A9788"],[0.535117056856187,"#299888"],[0.538461538461538,"#299987"],[0.54180602006689,"#299A87"],[0.545150501672241,"#299B87"],[0.548494983277592,"#289B87"],[0.551839464882943,"#289C87"],[0.555183946488294,"#289D87"],[0.558528428093646,"#279E86"],[0.561872909698997,"#279F86"],[0.565217391304348,"#27A086"],[0.568561872909699,"#26A086"],[0.57190635451505,"#26A186"],[0.575250836120401,"#26A285"],[0.578595317725753,"#25A385"],[0.581939799331104,"#25A485"],[0.585284280936455,"#24A485"],[0.588628762541806,"#24A585"],[0.591973244147157,"#23A684"],[0.595317725752508,"#23A784"],[0.59866220735786,"#22A884"],[0.602006688963211,"#24A884"],[0.605351170568562,"#27A983"],[0.608695652173913,"#2AAA82"],[0.612040133779264,"#2DAA81"],[0.615384615384615,"#2FAB81"],[0.618729096989967,"#32AC80"],[0.622073578595318,"#34AC7F"],[0.625418060200669,"#36AD7E"],[0.62876254180602,"#38AE7E"],[0.632107023411371,"#3AAE7D"],[0.635451505016722,"#3CAF7C"],[0.638795986622074,"#3EB07B"],[0.642140468227425,"#40B07B"],[0.645484949832776,"#42B17A"],[0.648829431438127,"#43B279"],[0.652173913043478,"#45B278"],[0.65551839464883,"#47B378"],[0.658862876254181,"#48B477"],[0.662207357859532,"#4AB476"],[0.665551839464883,"#4BB575"],[0.668896321070234,"#4DB675"],[0.672240802675585,"#4EB674"],[0.675585284280937,"#50B773"],[0.678929765886288,"#51B872"],[0.682274247491639,"#53B971"],[0.68561872909699,"#54B971"],[0.688963210702341,"#55BA70"],[0.692307692307692,"#57BB6F"],[0.695652173913044,"#58BB6E"],[0.698996655518395,"#59BC6D"],[0.702341137123746,"#5BBD6C"],[0.705685618729097,"#5CBD6C"],[0.709030100334448,"#5DBE6B"],[0.712374581939799,"#5EBF6A"],[0.715719063545151,"#5FBF69"],[0.719063545150502,"#61C068"],[0.722408026755853,"#62C167"],[0.725752508361204,"#63C166"],[0.729096989966555,"#64C266"],[0.732441471571907,"#65C365"],[0.735785953177258,"#66C464"],[0.739130434782609,"#67C463"],[0.74247491638796,"#69C562"],[0.745819397993311,"#6AC661"],[0.749163879598662,"#6BC660"],[0.752508361204014,"#6CC75F"],[0.755852842809365,"#6DC85E"],[0.759197324414716,"#6EC85D"],[0.762541806020067,"#6FC95C"],[0.765886287625418,"#70CA5B"],[0.769230769230769,"#71CB5A"],[0.772575250836121,"#72CB59"],[0.775919732441472,"#73CC58"],[0.779264214046823,"#74CD57"],[0.782608695652174,"#75CD56"],[0.785953177257525,"#76CE55"],[0.789297658862876,"#77CF54"],[0.792642140468228,"#78CF53"],[0.795986622073579,"#79D052"],[0.79933110367893,"#7AD151"],[0.802675585284281,"#7CD151"],[0.806020066889632,"#7FD250"],[0.809364548494983,"#81D250"],[0.812709030100335,"#84D34F"],[0.816053511705686,"#87D34F"],[0.819397993311037,"#89D34E"],[0.822742474916388,"#8CD44D"],[0.826086956521739,"#8ED44D"],[0.82943143812709,"#91D54C"],[0.832775919732442,"#93D54C"],[0.836120401337793,"#95D54B"],[0.839464882943144,"#98D64B"],[0.842809364548495,"#9AD64A"],[0.846153846153846,"#9DD74A"],[0.849498327759197,"#9FD749"],[0.852842809364549,"#A1D748"],[0.8561872909699,"#A3D848"],[0.859531772575251,"#A6D847"],[0.862876254180602,"#A8D947"],[0.866220735785953,"#AAD946"],[0.869565217391304,"#ACD946"],[0.872909698996655,"#AFDA45"],[0.876254180602007,"#B1DA44"],[0.879598662207358,"#B3DB44"],[0.882943143812709,"#B5DB43"],[0.88628762541806,"#B7DB42"],[0.889632107023411,"#BADC42"],[0.892976588628763,"#BCDC41"],[0.896321070234114,"#BEDC40"],[0.899665551839465,"#C0DD40"],[0.903010033444816,"#C2DD3F"],[0.906354515050167,"#C4DE3E"],[0.909698996655518,"#C6DE3E"],[0.91304347826087,"#C8DE3D"],[0.916387959866221,"#CBDF3C"],[0.919732441471572,"#CDDF3B"],[0.923076923076923,"#CFDF3B"],[0.926421404682274,"#D1E03A"],[0.929765886287625,"#D3E039"],[0.933110367892977,"#D5E038"],[0.936454849498328,"#D7E138"],[0.939799331103679,"#D9E137"],[0.94314381270903,"#DBE136"],[0.946488294314381,"#DDE235"],[0.949832775919732,"#DFE234"],[0.953177257525084,"#E1E233"],[0.956521739130435,"#E3E333"],[0.959866220735786,"#E5E332"],[0.963210702341137,"#E7E331"],[0.966555183946488,"#E9E430"],[0.969899665551839,"#EBE42F"],[0.973244147157191,"#EDE42E"],[0.976588628762542,"#EFE52D"],[0.979933110367893,"#F1E52C"],[0.983277591973244,"#F3E52B"],[0.986622073578595,"#F5E62A"],[0.989966555183946,"#F7E629"],[0.993311036789298,"#F9E627"],[0.996655518394649,"#FBE726"],[1,"#FDE725"]],"colorbar":{"bgcolor":"rgba(255,255,255,1)","bordercolor":"transparent","borderwidth":1.546170365068,"thickness":23.04,"title":"Mental illness percent (%)","titlefont":{"color":"rgba(0,0,0,1)","family":"","size":11.9551681195517},"tickmode":"array","ticktext":["17.5","20.0","22.5","25.0","27.5"],"tickvals":[0,0.204918032786885,0.409836065573771,0.614754098360656,0.819672131147541],"tickfont":{"color":"rgba(0,0,0,1)","family":"","size":9.56413449564135},"ticklen":2,"len":0.5}},"xaxis":"x","yaxis":"y","frame":null}],"layout":{"margin":{"t":43.8953922789539,"r":5.97758405977584,"b":14.9439601494396,"l":8.96637608966376},"font":{"color":"rgba(0,0,0,1)","family":"","size":11.9551681195517},"title":{"text":"Percent of adults reporting any mental illness for each state, 2019-2022","font":{"color":"rgba(0,0,0,1)","family":"","size":15.9402241594022},"x":0,"xref":"paper"},"xaxis":{"domain":[0,1],"automargin":true,"type":"linear","autorange":false,"range":[-2330814.65000308,2747107.65006476],"tickmode":"array","ticktext":["-2e+06","-1e+06","0e+00","1e+06","2e+06"],"tickvals":[-2000000,-1000000,0,1000000,2000000],"categoryorder":"array","categoryarray":["-2e+06","-1e+06","0e+00","1e+06","2e+06"],"nticks":null,"ticks":"","tickcolor":null,"ticklen":2.98879202988792,"tickwidth":0,"showticklabels":false,"tickfont":{"color":null,"family":null,"size":0},"tickangle":-0,"showline":false,"linecolor":null,"linewidth":0,"showgrid":false,"gridcolor":null,"gridwidth":0,"zeroline":false,"anchor":"y","title":{"text":"","font":{"color":null,"family":null,"size":0}},"scaleanchor":"y","scaleratio":1,"hoverformat":".2f"},"yaxis":{"domain":[0,1],"automargin":true,"type":"linear","autorange":false,"range":[-2661582.48089943,893232.098888114],"tickmode":"array","ticktext":["-2e+06","-1e+06","0e+00"],"tickvals":[-2000000,-1000000,0],"categoryorder":"array","categoryarray":["-2e+06","-1e+06","0e+00"],"nticks":null,"ticks":"","tickcolor":null,"ticklen":2.98879202988792,"tickwidth":0,"showticklabels":false,"tickfont":{"color":null,"family":null,"size":0},"tickangle":-0,"showline":false,"linecolor":null,"linewidth":0,"showgrid":false,"gridcolor":null,"gridwidth":0,"zeroline":false,"anchor":"x","title":{"text":"","font":{"color":null,"family":null,"size":0}},"scaleanchor":"x","scaleratio":1,"hoverformat":".2f"},"shapes":[{"type":"rect","fillcolor":null,"line":{"color":null,"width":0,"linetype":[]},"yref":"paper","xref":"paper","x0":0,"x1":1,"y0":0,"y1":1}],"showlegend":false,"legend":{"bgcolor":"rgba(255,255,255,1)","bordercolor":"transparent","borderwidth":1.546170365068,"font":{"color":"rgba(0,0,0,1)","family":"","size":9.56413449564135},"title":{"text":"","font":{"color":"rgba(0,0,0,1)","family":"","size":11.9551681195517}}},"hovermode":"closest","barmode":"relative"},"config":{"doubleClick":"reset","modeBarButtonsToAdd":["hoverclosest","hovercompare"],"showSendToCloud":false},"source":"A","attrs":{"67a8710c6757":{"x":{},"y":{},"fill":{},"type":"scatter"},"67a85b3d1b9f":{"x":{},"y":{},"label":{}}},"cur_data":"67a8710c6757","visdat":{"67a8710c6757":["function (y) ","x"],"67a85b3d1b9f":["function (y) ","x"]},"highlight":{"on":"plotly_click","persistent":false,"dynamic":false,"selectize":false,"opacityDim":0.2,"selected":{"opacity":1},"debounce":0},"shinyEvents":["plotly_hover","plotly_click","plotly_selected","plotly_relayout","plotly_brushed","plotly_brushing","plotly_clickannotation","plotly_doubleclick","plotly_deselect","plotly_afterplot","plotly_sunburstclick"],"base_url":"https://plot.ly"},"evals":[],"jsHooks":[]}</script>
</div>
<div id="region-statistic-2019-2020" class="section level2">
<h2>Region Statistic (2019-2020)</h2>
<p>Both any mental illness and serious mental illness are highest in the
South, lowest in the Northeast. And the number of mental illness in the
South is more than twice that of the Northeast.</p>
<pre class="r"><code>any_mental_plot =
mental_df %>%
group_by(region) %>%
drop_na() %>%
summarize(any_mental_num = sum(any_mental_num)) %>%
ggplot(
aes(x = region, y = any_mental_num, fill = region)) +
geom_bar(stat = "identity") +
labs(
title = "Any Mental Illness Number, by Region, 2019-2020",
x = "Region",
y = "Mental illness number (million)",
fill = "Region") +
theme(legend.position = "bottom")
ser_mental_plot =
mental_df %>%
group_by(region) %>%
drop_na() %>%
summarize(ser_mental_num = sum(ser_mental_num)) %>%
ggplot(
aes(x = region, y = ser_mental_num, fill = region)) +
geom_bar(stat = "identity") +
labs(
title = "Serious Mental Illness Number, by Region, 2019-2020",
x = "Region",
y = "Mental illness number (million)",
fill = "Region") +
theme(legend.position = "bottom")
grid.arrange(any_mental_plot, ser_mental_plot, ncol =2) </code></pre>
<p><img src="mental_illness_report_files/figure-html/unnamed-chunk-3-1.png" width="90%" /></p>
</div>
<div id="top-10-states-2019-2020" class="section level2">
<h2>Top 10 States (2019-2020)</h2>
<p>The top 10 states for any and serious mental illness are 8/10 the
same, except Washington, Rhode Island, Arkansas and Indiana. Utah has
the highest any/serious mental illness percent.</p>
<pre class="r"><code>any_top10_plot =
mental_df %>%
filter(row_number(desc(any_mental_per)) <= 10) %>%
mutate(
state = fct_reorder(state, any_mental_per)
) %>%
ggplot(
aes(x = any_mental_per, y = state, fill = state)) +
geom_bar(stat = "identity") +
labs(
title = "Any Mental Illness Percent, Top 10 States",
x = "Any Mental illness percent (%)",
y = "State",
fill = "State") +
theme(legend.position = "bottom")
ser_top10_plot =
mental_df %>%
filter(row_number(desc(ser_mental_per)) <= 10) %>%
mutate(
state = fct_reorder(state, ser_mental_per)
) %>%
ggplot(
aes(x = ser_mental_per, y = state, fill = state)) +
geom_bar(stat = "identity") +
labs(
title = "Serious Mental Illness Percent, Top 10 States",
x = "Serious mental illness percent (%)",
y = "State",
fill = "State") +
theme(legend.position = "bottom")
grid.arrange(any_top10_plot, ser_top10_plot, ncol =2) </code></pre>
<p><img src="mental_illness_report_files/figure-html/unnamed-chunk-4-1.png" width="90%" /></p>
</div>
</div>
</div>
</div>
<script>
// add bootstrap table styles to pandoc tables
function bootstrapStylePandocTables() {
$('tr.odd').parent('tbody').parent('table').addClass('table table-condensed');
}
$(document).ready(function () {
bootstrapStylePandocTables();
});
</script>
<!-- tabsets -->
<script>
$(document).ready(function () {
window.buildTabsets("TOC");
});
$(document).ready(function () {
$('.tabset-dropdown > .nav-tabs > li').click(function () {
$(this).parent().toggleClass('nav-tabs-open');
});
});
</script>
<!-- code folding -->
<script>
$(document).ready(function () {
window.initializeCodeFolding("hide" === "show");
});
</script>
<script>
$(document).ready(function () {
// temporarily add toc-ignore selector to headers for the consistency with Pandoc
$('.unlisted.unnumbered').addClass('toc-ignore')
// move toc-ignore selectors from section div to header
$('div.section.toc-ignore')
.removeClass('toc-ignore')
.children('h1,h2,h3,h4,h5').addClass('toc-ignore');
// establish options
var options = {
selectors: "h1,h2,h3",
theme: "bootstrap3",
context: '.toc-content',
hashGenerator: function (text) {
return text.replace(/[.\\/?&!#<>]/g, '').replace(/\s/g, '_');
},
ignoreSelector: ".toc-ignore",
scrollTo: 0
};
options.showAndHide = true;
options.smoothScroll = true;
// tocify
var toc = $("#TOC").tocify(options).data("toc-tocify");
});
</script>
<!-- dynamically load mathjax for compatibility with self-contained -->
<script>
(function () {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
document.getElementsByTagName("head")[0].appendChild(script);
})();
</script>
</body>
</html>