CREBBP.md
... ...
@@ -101,6 +101,13 @@ View all variants in GenomePaint [hg19](https://morinlab.github.io/LLMPP/GAMBL/C
101 101
<!-- DLBCL: pasqualucciInactivatingMutationsAcetyltransferase2011a -->
102 102
<!-- MZL: parryWholeExomeSequencing2013 -->
103 103
104
+## Representative Mutations
105
+
106
+### BL
107
+![](primary/Love_CREBBP.svg)
108
+**Rating**
109
+&starf; &starf; &starf; &starf; &star;
110
+
104 111
# References
105 112
106 113
<!-- PMBL: dunsCharacterizationDLBCLPMBL2021b -->
papers/loveGeneticLandscapeMutations2012.md
... ...
@@ -56,7 +56,7 @@ All other BL studies, BL Tier 2, 101
56 56
|[CDC73](../CDC73)|2 |&starf; &starf; &starf; &star; &star;|
57 57
|[CDH17](../CDH17)|2 |&starf; &star; &star; &star; &star;|
58 58
|[COL4A2](../COL4A2)|2 |&starf; &star; &star; &star; &star;|
59
-|[CREBBP](../CREBBP)|2 ||
59
+|[CREBBP](../CREBBP)|2 |&starf; &starf; &starf; &starf; &star;|
60 60
|[CYB5D1](../CYB5D1)|2 ||
61 61
|[CYP4F22](../CYP4F22)|2 ||
62 62
|[DLGAP1](../DLGAP1)|2 |&starf; &star; &star; &star; &star;|
papers/loveGeneticLandscapeMutations2012.pdf
papers/loveGeneticLandscapeMutations2012_tmp.html
... ...
@@ -1,729 +0,0 @@
1
-<!DOCTYPE html>
2
-<html>
3
-<head>
4
-<title>loveGeneticLandscapeMutations2012.md</title>
5
-<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
6
-
7
-<style>
8
-/* https://github.com/microsoft/vscode/blob/master/extensions/markdown-language-features/media/markdown.css */
9
-/*---------------------------------------------------------------------------------------------
10
- * Copyright (c) Microsoft Corporation. All rights reserved.
11
- * Licensed under the MIT License. See License.txt in the project root for license information.
12
- *--------------------------------------------------------------------------------------------*/
13
-
14
-body {
15
- font-family: var(--vscode-markdown-font-family, -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "Ubuntu", "Droid Sans", sans-serif);
16
- font-size: var(--vscode-markdown-font-size, 14px);
17
- padding: 0 26px;
18
- line-height: var(--vscode-markdown-line-height, 22px);
19
- word-wrap: break-word;
20
-}
21
-
22
-#code-csp-warning {
23
- position: fixed;
24
- top: 0;
25
- right: 0;
26
- color: white;
27
- margin: 16px;
28
- text-align: center;
29
- font-size: 12px;
30
- font-family: sans-serif;
31
- background-color:#444444;
32
- cursor: pointer;
33
- padding: 6px;
34
- box-shadow: 1px 1px 1px rgba(0,0,0,.25);
35
-}
36
-
37
-#code-csp-warning:hover {
38
- text-decoration: none;
39
- background-color:#007acc;
40
- box-shadow: 2px 2px 2px rgba(0,0,0,.25);
41
-}
42
-
43
-body.scrollBeyondLastLine {
44
- margin-bottom: calc(100vh - 22px);
45
-}
46
-
47
-body.showEditorSelection .code-line {
48
- position: relative;
49
-}
50
-
51
-body.showEditorSelection .code-active-line:before,
52
-body.showEditorSelection .code-line:hover:before {
53
- content: "";
54
- display: block;
55
- position: absolute;
56
- top: 0;
57
- left: -12px;
58
- height: 100%;
59
-}
60
-
61
-body.showEditorSelection li.code-active-line:before,
62
-body.showEditorSelection li.code-line:hover:before {
63
- left: -30px;
64
-}
65
-
66
-.vscode-light.showEditorSelection .code-active-line:before {
67
- border-left: 3px solid rgba(0, 0, 0, 0.15);
68
-}
69
-
70
-.vscode-light.showEditorSelection .code-line:hover:before {
71
- border-left: 3px solid rgba(0, 0, 0, 0.40);
72
-}
73
-
74
-.vscode-light.showEditorSelection .code-line .code-line:hover:before {
75
- border-left: none;
76
-}
77
-
78
-.vscode-dark.showEditorSelection .code-active-line:before {
79
- border-left: 3px solid rgba(255, 255, 255, 0.4);
80
-}
81
-
82
-.vscode-dark.showEditorSelection .code-line:hover:before {
83
- border-left: 3px solid rgba(255, 255, 255, 0.60);
84
-}
85
-
86
-.vscode-dark.showEditorSelection .code-line .code-line:hover:before {
87
- border-left: none;
88
-}
89
-
90
-.vscode-high-contrast.showEditorSelection .code-active-line:before {
91
- border-left: 3px solid rgba(255, 160, 0, 0.7);
92
-}
93
-
94
-.vscode-high-contrast.showEditorSelection .code-line:hover:before {
95
- border-left: 3px solid rgba(255, 160, 0, 1);
96
-}
97
-
98
-.vscode-high-contrast.showEditorSelection .code-line .code-line:hover:before {
99
- border-left: none;
100
-}
101
-
102
-img {
103
- max-width: 100%;
104
- max-height: 100%;
105
-}
106
-
107
-a {
108
- text-decoration: none;
109
-}
110
-
111
-a:hover {
112
- text-decoration: underline;
113
-}
114
-
115
-a:focus,
116
-input:focus,
117
-select:focus,
118
-textarea:focus {
119
- outline: 1px solid -webkit-focus-ring-color;
120
- outline-offset: -1px;
121
-}
122
-
123
-hr {
124
- border: 0;
125
- height: 2px;
126
- border-bottom: 2px solid;
127
-}
128
-
129
-h1 {
130
- padding-bottom: 0.3em;
131
- line-height: 1.2;
132
- border-bottom-width: 1px;
133
- border-bottom-style: solid;
134
-}
135
-
136
-h1, h2, h3 {
137
- font-weight: normal;
138
-}
139
-
140
-table {
141
- border-collapse: collapse;
142
-}
143
-
144
-table > thead > tr > th {
145
- text-align: left;
146
- border-bottom: 1px solid;
147
-}
148
-
149
-table > thead > tr > th,
150
-table > thead > tr > td,
151
-table > tbody > tr > th,
152
-table > tbody > tr > td {
153
- padding: 5px 10px;
154
-}
155
-
156
-table > tbody > tr + tr > td {
157
- border-top: 1px solid;
158
-}
159
-
160
-blockquote {
161
- margin: 0 7px 0 5px;
162
- padding: 0 16px 0 10px;
163
- border-left-width: 5px;
164
- border-left-style: solid;
165
-}
166
-
167
-code {
168
- font-family: Menlo, Monaco, Consolas, "Droid Sans Mono", "Courier New", monospace, "Droid Sans Fallback";
169
- font-size: 1em;
170
- line-height: 1.357em;
171
-}
172
-
173
-body.wordWrap pre {
174
- white-space: pre-wrap;
175
-}
176
-
177
-pre:not(.hljs),
178
-pre.hljs code > div {
179
- padding: 16px;
180
- border-radius: 3px;
181
- overflow: auto;
182
-}
183
-
184
-pre code {
185
- color: var(--vscode-editor-foreground);
186
- tab-size: 4;
187
-}
188
-
189
-/** Theming */
190
-
191
-.vscode-light pre {
192
- background-color: rgba(220, 220, 220, 0.4);
193
-}
194
-
195
-.vscode-dark pre {
196
- background-color: rgba(10, 10, 10, 0.4);
197
-}
198
-
199
-.vscode-high-contrast pre {
200
- background-color: rgb(0, 0, 0);
201
-}
202
-
203
-.vscode-high-contrast h1 {
204
- border-color: rgb(0, 0, 0);
205
-}
206
-
207
-.vscode-light table > thead > tr > th {
208
- border-color: rgba(0, 0, 0, 0.69);
209
-}
210
-
211
-.vscode-dark table > thead > tr > th {
212
- border-color: rgba(255, 255, 255, 0.69);
213
-}
214
-
215
-.vscode-light h1,
216
-.vscode-light hr,
217
-.vscode-light table > tbody > tr + tr > td {
218
- border-color: rgba(0, 0, 0, 0.18);
219
-}
220
-
221
-.vscode-dark h1,
222
-.vscode-dark hr,
223
-.vscode-dark table > tbody > tr + tr > td {
224
- border-color: rgba(255, 255, 255, 0.18);
225
-}
226
-
227
-</style>
228
-
229
-<style>
230
-/* Tomorrow Theme */
231
-/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
232
-/* Original theme - https://github.com/chriskempson/tomorrow-theme */
233
-
234
-/* Tomorrow Comment */
235
-.hljs-comment,
236
-.hljs-quote {
237
- color: #8e908c;
238
-}
239
-
240
-/* Tomorrow Red */
241
-.hljs-variable,
242
-.hljs-template-variable,
243
-.hljs-tag,
244
-.hljs-name,
245
-.hljs-selector-id,
246
-.hljs-selector-class,
247
-.hljs-regexp,
248
-.hljs-deletion {
249
- color: #c82829;
250
-}
251
-
252
-/* Tomorrow Orange */
253
-.hljs-number,
254
-.hljs-built_in,
255
-.hljs-builtin-name,
256
-.hljs-literal,
257
-.hljs-type,
258
-.hljs-params,
259
-.hljs-meta,
260
-.hljs-link {
261
- color: #f5871f;
262
-}
263
-
264
-/* Tomorrow Yellow */
265
-.hljs-attribute {
266
- color: #eab700;
267
-}
268
-
269
-/* Tomorrow Green */
270
-.hljs-string,
271
-.hljs-symbol,
272
-.hljs-bullet,
273
-.hljs-addition {
274
- color: #718c00;
275
-}
276
-
277
-/* Tomorrow Blue */
278
-.hljs-title,
279
-.hljs-section {
280
- color: #4271ae;
281
-}
282
-
283
-/* Tomorrow Purple */
284
-.hljs-keyword,
285
-.hljs-selector-tag {
286
- color: #8959a8;
287
-}
288
-
289
-.hljs {
290
- display: block;
291
- overflow-x: auto;
292
- color: #4d4d4c;
293
- padding: 0.5em;
294
-}
295
-
296
-.hljs-emphasis {
297
- font-style: italic;
298
-}
299
-
300
-.hljs-strong {
301
- font-weight: bold;
302
-}
303
-</style>
304
-
305
-<style>
306
-/*
307
- * Markdown PDF CSS
308
- */
309
-
310
- body {
311
- font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "Ubuntu", "Droid Sans", sans-serif, "Meiryo";
312
- padding: 0 12px;
313
-}
314
-
315
-pre {
316
- background-color: #f8f8f8;
317
- border: 1px solid #cccccc;
318
- border-radius: 3px;
319
- overflow-x: auto;
320
- white-space: pre-wrap;
321
- overflow-wrap: break-word;
322
-}
323
-
324
-pre:not(.hljs) {
325
- padding: 23px;
326
- line-height: 19px;
327
-}
328
-
329
-blockquote {
330
- background: rgba(127, 127, 127, 0.1);
331
- border-color: rgba(0, 122, 204, 0.5);
332
-}
333
-
334
-.emoji {
335
- height: 1.4em;
336
-}
337
-
338
-code {
339
- font-size: 14px;
340
- line-height: 19px;
341
-}
342
-
343
-/* for inline code */
344
-:not(pre):not(.hljs) > code {
345
- color: #C9AE75; /* Change the old color so it seems less like an error */
346
- font-size: inherit;
347
-}
348
-
349
-/* Page Break : use <div class="page"/> to insert page break
350
--------------------------------------------------------- */
351
-.page {
352
- page-break-after: always;
353
-}
354
-
355
-</style>
356
-
357
-<script src="https://unpkg.com/mermaid/dist/mermaid.min.js"></script>
358
-</head>
359
-<body>
360
- <script>
361
- mermaid.initialize({
362
- startOnLoad: true,
363
- theme: document.body.classList.contains('vscode-dark') || document.body.classList.contains('vscode-high-contrast')
364
- ? 'dark'
365
- : 'default'
366
- });
367
- </script>
368
-<h1 id="lovegeneticlandscapemutations2012">@loveGeneticLandscapeMutations2012</h1>
369
-<h2 id="summary-of-novel-genes">Summary of novel genes</h2>
370
-<table>
371
-<thead>
372
-<tr>
373
-<th style="text-align:center">Entity</th>
374
-<th style="text-align:center">Tier 1 genes</th>
375
-<th style="text-align:center">Tier 2 genes</th>
376
-</tr>
377
-</thead>
378
-<tbody>
379
-<tr>
380
-<td style="text-align:center">BL</td>
381
-<td style="text-align:center">3</td>
382
-<td style="text-align:center">56</td>
383
-</tr>
384
-</tbody>
385
-</table>
386
-<pre><code class="language-mermaid"><div class="mermaid">---
387
-config:
388
- sankey:
389
- showValues: true
390
- linkColor: target
391
- width: 600
392
- height: 300
393
- nodeAlignment: right
394
- prefix: '('
395
- suffix: ' genes)'
396
----
397
-sankey-beta
398
-This study, New Tier 1, 3
399
-New Tier 1, BL Tier 1, 3
400
-This study, New Tier 2, 56
401
-New Tier 2, BL Tier 2, 56
402
-All other BL studies, BL Tier 1, 26
403
-All other BL studies, BL Tier 2, 101
404
-</div></code></pre>
405
-<h2 id="novel-genes-reported-in-this-study">Novel genes reported in this study</h2>
406
-<h3 id="tier-1">Tier 1</h3>
407
-<table>
408
-<thead>
409
-<tr>
410
-<th style="text-align:left">New gene</th>
411
-<th style="text-align:center">BL tier</th>
412
-</tr>
413
-</thead>
414
-<tbody>
415
-<tr>
416
-<td style="text-align:left"><a href="../ARID1A">ARID1A</a></td>
417
-<td style="text-align:center">1</td>
418
-</tr>
419
-<tr>
420
-<td style="text-align:left"><a href="../GNA13">GNA13</a></td>
421
-<td style="text-align:center">1</td>
422
-</tr>
423
-<tr>
424
-<td style="text-align:left"><a href="../PTEN">PTEN</a></td>
425
-<td style="text-align:center">1</td>
426
-</tr>
427
-</tbody>
428
-</table>
429
-<h3 id="tier-2">Tier 2</h3>
430
-<table>
431
-<thead>
432
-<tr>
433
-<th style="text-align:left">New gene</th>
434
-<th style="text-align:center">BL tier</th>
435
-<th style="text-align:center">Rating of reviewed variants</th>
436
-</tr>
437
-</thead>
438
-<tbody>
439
-<tr>
440
-<td style="text-align:left"><a href="../ACAD9">ACAD9</a></td>
441
-<td style="text-align:center">2</td>
442
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
443
-</tr>
444
-<tr>
445
-<td style="text-align:left"><a href="../ACE">ACE</a></td>
446
-<td style="text-align:center">2</td>
447
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
448
-</tr>
449
-<tr>
450
-<td style="text-align:left"><a href="../ATP2C2">ATP2C2</a></td>
451
-<td style="text-align:center">2</td>
452
-<td style="text-align:center">★ ★ ☆ ☆ ☆</td>
453
-</tr>
454
-<tr>
455
-<td style="text-align:left"><a href="../BCL6">BCL6</a></td>
456
-<td style="text-align:center">2</td>
457
-<td style="text-align:center">★ ★ ★ ★ ☆</td>
458
-</tr>
459
-<tr>
460
-<td style="text-align:left"><a href="../BRAF">BRAF</a></td>
461
-<td style="text-align:center">2</td>
462
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
463
-</tr>
464
-<tr>
465
-<td style="text-align:left"><a href="../BRD4">BRD4</a></td>
466
-<td style="text-align:center">2</td>
467
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
468
-</tr>
469
-<tr>
470
-<td style="text-align:left"><a href="../BTG2">BTG2</a></td>
471
-<td style="text-align:center">2</td>
472
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
473
-</tr>
474
-<tr>
475
-<td style="text-align:left"><a href="../C6orf27">C6orf27</a></td>
476
-<td style="text-align:center">2</td>
477
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
478
-</tr>
479
-<tr>
480
-<td style="text-align:left"><a href="../CAD">CAD</a></td>
481
-<td style="text-align:center">2</td>
482
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
483
-</tr>
484
-<tr>
485
-<td style="text-align:left"><a href="../CARD4">CARD4</a></td>
486
-<td style="text-align:center">2</td>
487
-<td style="text-align:center">★ ★ ★ ★ ☆</td>
488
-</tr>
489
-<tr>
490
-<td style="text-align:left"><a href="../CCT6B">CCT6B</a></td>
491
-<td style="text-align:center">2</td>
492
-<td style="text-align:center"><em>Germline</em></td>
493
-</tr>
494
-<tr>
495
-<td style="text-align:left"><a href="../CDC73">CDC73</a></td>
496
-<td style="text-align:center">2</td>
497
-<td style="text-align:center">★ ★ ★ ☆ ☆</td>
498
-</tr>
499
-<tr>
500
-<td style="text-align:left"><a href="../CDH17">CDH17</a></td>
501
-<td style="text-align:center">2</td>
502
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
503
-</tr>
504
-<tr>
505
-<td style="text-align:left"><a href="../COL4A2">COL4A2</a></td>
506
-<td style="text-align:center">2</td>
507
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
508
-</tr>
509
-<tr>
510
-<td style="text-align:left"><a href="../CREBBP">CREBBP</a></td>
511
-<td style="text-align:center">2</td>
512
-<td style="text-align:center"></td>
513
-</tr>
514
-<tr>
515
-<td style="text-align:left"><a href="../CYB5D1">CYB5D1</a></td>
516
-<td style="text-align:center">2</td>
517
-<td style="text-align:center"></td>
518
-</tr>
519
-<tr>
520
-<td style="text-align:left"><a href="../CYP4F22">CYP4F22</a></td>
521
-<td style="text-align:center">2</td>
522
-<td style="text-align:center"></td>
523
-</tr>
524
-<tr>
525
-<td style="text-align:left"><a href="../DLGAP1">DLGAP1</a></td>
526
-<td style="text-align:center">2</td>
527
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
528
-</tr>
529
-<tr>
530
-<td style="text-align:left"><a href="../DTX1">DTX1</a></td>
531
-<td style="text-align:center">2</td>
532
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
533
-</tr>
534
-<tr>
535
-<td style="text-align:left"><a href="../EIF2C4">EIF2C4</a></td>
536
-<td style="text-align:center">2</td>
537
-<td style="text-align:center"></td>
538
-</tr>
539
-<tr>
540
-<td style="text-align:left"><a href="../EML2">EML2</a></td>
541
-<td style="text-align:center">2</td>
542
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
543
-</tr>
544
-<tr>
545
-<td style="text-align:left"><a href="../ENTPD3">ENTPD3</a></td>
546
-<td style="text-align:center">2</td>
547
-<td style="text-align:center"></td>
548
-</tr>
549
-<tr>
550
-<td style="text-align:left"><a href="../EPHB2">EPHB2</a></td>
551
-<td style="text-align:center">2</td>
552
-<td style="text-align:center"></td>
553
-</tr>
554
-<tr>
555
-<td style="text-align:left"><a href="../EZH2">EZH2</a></td>
556
-<td style="text-align:center">2</td>
557
-<td style="text-align:center"></td>
558
-</tr>
559
-<tr>
560
-<td style="text-align:left"><a href="../FAM129B">FAM129B</a></td>
561
-<td style="text-align:center">2</td>
562
-<td style="text-align:center"></td>
563
-</tr>
564
-<tr>
565
-<td style="text-align:left"><a href="../FGFR3">FGFR3</a></td>
566
-<td style="text-align:center">2</td>
567
-<td style="text-align:center"></td>
568
-</tr>
569
-<tr>
570
-<td style="text-align:left"><a href="../FTCD">FTCD</a></td>
571
-<td style="text-align:center">2</td>
572
-<td style="text-align:center"></td>
573
-</tr>
574
-<tr>
575
-<td style="text-align:left"><a href="../GGTLA4">GGTLA4</a></td>
576
-<td style="text-align:center">2</td>
577
-<td style="text-align:center"></td>
578
-</tr>
579
-<tr>
580
-<td style="text-align:left"><a href="../GRIK5">GRIK5</a></td>
581
-<td style="text-align:center">2</td>
582
-<td style="text-align:center"></td>
583
-</tr>
584
-<tr>
585
-<td style="text-align:left"><a href="../ICK">ICK</a></td>
586
-<td style="text-align:center">2</td>
587
-<td style="text-align:center"></td>
588
-</tr>
589
-<tr>
590
-<td style="text-align:left"><a href="../ITPR3">ITPR3</a></td>
591
-<td style="text-align:center">2</td>
592
-<td style="text-align:center"></td>
593
-</tr>
594
-<tr>
595
-<td style="text-align:left"><a href="../KIFC3">KIFC3</a></td>
596
-<td style="text-align:center">2</td>
597
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
598
-</tr>
599
-<tr>
600
-<td style="text-align:left"><a href="../MAP3K6">MAP3K6</a></td>
601
-<td style="text-align:center">2</td>
602
-<td style="text-align:center"></td>
603
-</tr>
604
-<tr>
605
-<td style="text-align:left"><a href="../MYH10">MYH10</a></td>
606
-<td style="text-align:center">2</td>
607
-<td style="text-align:center"></td>
608
-</tr>
609
-<tr>
610
-<td style="text-align:left"><a href="../NBEAL1">NBEAL1</a></td>
611
-<td style="text-align:center">2</td>
612
-<td style="text-align:center"></td>
613
-</tr>
614
-<tr>
615
-<td style="text-align:left"><a href="../NOTCH1">NOTCH1</a></td>
616
-<td style="text-align:center">2</td>
617
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
618
-</tr>
619
-<tr>
620
-<td style="text-align:left"><a href="../NRXN2">NRXN2</a></td>
621
-<td style="text-align:center">2</td>
622
-<td style="text-align:center"></td>
623
-</tr>
624
-<tr>
625
-<td style="text-align:left"><a href="../P2RY2">P2RY2</a></td>
626
-<td style="text-align:center">2</td>
627
-<td style="text-align:center"></td>
628
-</tr>
629
-<tr>
630
-<td style="text-align:left"><a href="../PC">PC</a></td>
631
-<td style="text-align:center">2</td>
632
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
633
-</tr>
634
-<tr>
635
-<td style="text-align:left"><a href="../POLRMT">POLRMT</a></td>
636
-<td style="text-align:center">2</td>
637
-<td style="text-align:center"></td>
638
-</tr>
639
-<tr>
640
-<td style="text-align:left"><a href="../POR">POR</a></td>
641
-<td style="text-align:center">2</td>
642
-<td style="text-align:center"></td>
643
-</tr>
644
-<tr>
645
-<td style="text-align:left"><a href="../PRSS22">PRSS22</a></td>
646
-<td style="text-align:center">2</td>
647
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
648
-</tr>
649
-<tr>
650
-<td style="text-align:left"><a href="../PTPRN">PTPRN</a></td>
651
-<td style="text-align:center">2</td>
652
-<td style="text-align:center"></td>
653
-</tr>
654
-<tr>
655
-<td style="text-align:left"><a href="../RANBP6">RANBP6</a></td>
656
-<td style="text-align:center">2</td>
657
-<td style="text-align:center"></td>
658
-</tr>
659
-<tr>
660
-<td style="text-align:left"><a href="../RBP3">RBP3</a></td>
661
-<td style="text-align:center">2</td>
662
-<td style="text-align:center"></td>
663
-</tr>
664
-<tr>
665
-<td style="text-align:left"><a href="../RET">RET</a></td>
666
-<td style="text-align:center">2</td>
667
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
668
-</tr>
669
-<tr>
670
-<td style="text-align:left"><a href="../SALL3">SALL3</a></td>
671
-<td style="text-align:center">2</td>
672
-<td style="text-align:center"></td>
673
-</tr>
674
-<tr>
675
-<td style="text-align:left"><a href="../SAPS2">SAPS2</a></td>
676
-<td style="text-align:center">2</td>
677
-<td style="text-align:center"></td>
678
-</tr>
679
-<tr>
680
-<td style="text-align:left"><a href="../SBF1">SBF1</a></td>
681
-<td style="text-align:center">2</td>
682
-<td style="text-align:center"></td>
683
-</tr>
684
-<tr>
685
-<td style="text-align:left"><a href="../SF3B1">SF3B1</a></td>
686
-<td style="text-align:center">2</td>
687
-<td style="text-align:center"></td>
688
-</tr>
689
-<tr>
690
-<td style="text-align:left"><a href="../SHANK1">SHANK1</a></td>
691
-<td style="text-align:center">2</td>
692
-<td style="text-align:center"></td>
693
-</tr>
694
-<tr>
695
-<td style="text-align:left"><a href="../SLC29A2">SLC29A2</a></td>
696
-<td style="text-align:center">2</td>
697
-<td style="text-align:center"></td>
698
-</tr>
699
-<tr>
700
-<td style="text-align:left"><a href="../SYNGAP1">SYNGAP1</a></td>
701
-<td style="text-align:center">2</td>
702
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
703
-</tr>
704
-<tr>
705
-<td style="text-align:left"><a href="../TBC1D9B">TBC1D9B</a></td>
706
-<td style="text-align:center">2</td>
707
-<td style="text-align:center"></td>
708
-</tr>
709
-<tr>
710
-<td style="text-align:left"><a href="../TIGD6">TIGD6</a></td>
711
-<td style="text-align:center">2</td>
712
-<td style="text-align:center"></td>
713
-</tr>
714
-<tr>
715
-<td style="text-align:left"><a href="../TPST2">TPST2</a></td>
716
-<td style="text-align:center">2</td>
717
-<td style="text-align:center"></td>
718
-</tr>
719
-<tr>
720
-<td style="text-align:left"><a href="../ZNF229">ZNF229</a></td>
721
-<td style="text-align:center">2</td>
722
-<td style="text-align:center"><em>Germline</em></td>
723
-</tr>
724
-</tbody>
725
-</table>
726
-<h1 id="details">Details</h1>
727
-
728
-</body>
729
-</html>
primary/Love_CREBBP.svg
... ...
@@ -0,0 +1 @@
1
+<svg xmlns="http://www.w3.org/2000/svg" width="1005" height="581" overflow="visible" viewBox="0 0 1005 581"><defs><clipPath id="ideogram_referenceFrame_0_guid_u6xo_clip_rect"><rect x="0" y="0" width="901" height="16"/></clipPath><clipPath id="GeOzLkhwouRD"><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 8 0.5 L 893 0.5 Q 900.5 0.5 900.5 8 L 900.5 8 Q 900.5 15.5 893 15.5 L 8 15.5 Q 0.5 15.5 0.5 8 L 0.5 8 Q 0.5 0.5 8 0.5 Z" stroke-miterlimit="10" stroke-dasharray=""/></clipPath><clipPath id="ruler_referenceFrame_0_guid_f4t7_clip_rect"><rect x="0" y="0" width="901" height="40"/></clipPath><clipPath id="sequence_referenceFrame_0_guid_hga1_clip_rect"><rect x="0" y="0" width="901" height="25"/></clipPath><clipPath id="1093_axis_guid_z74k_clip_rect"><rect x="0" y="0" width="50" height="200"/></clipPath><clipPath id="1093_referenceFrame_0_guid_vvk1_clip_rect"><rect x="0" y="0" width="901" height="200"/></clipPath><clipPath id="1093_track_label_guid_1lso_clip_rect"><rect x="0" y="0" width="38.921875" height="15"/></clipPath><clipPath id="N1093_axis_guid_rmrc_clip_rect"><rect x="0" y="0" width="50" height="200"/></clipPath><clipPath id="N1093_referenceFrame_0_guid_2dk7_clip_rect"><rect x="0" y="0" width="901" height="200"/></clipPath><clipPath id="N1093_track_label_guid_uexd_clip_rect"><rect x="0" y="0" width="48.3125" height="15"/></clipPath><clipPath id="RefseqGenes_referenceFrame_0_guid_nmwo_clip_rect"><rect x="0" y="0" width="901" height="70"/></clipPath><clipPath id="RefseqGenes_track_label_guid_82th_clip_rect"><rect x="0" y="0" width="93.109375" height="15"/></clipPath></defs><rect id="svg_output_backdrop" width="100%" height="100%" fill="white"/><g id="root-group"><g transform="translate(50,5)" clip-path="url(#GeOzLkhwouRD)"><g><rect fill="rgb(255,255,255)" stroke="none" x="0" y="0" width="901" height="16"/></g><path fill="none" stroke="none"/><g><rect fill="rgb(115,115,115)" stroke="none" x="64" y="1" width="40.57313310619734" height="14"/><rect fill="rgb(230,230,230)" stroke="none" x="104" y="1" width="22.31522320840854" height="14"/><rect fill="rgb(115,115,115)" stroke="none" x="127" y="1" width="22.31522320840854" height="14"/><rect fill="rgb(230,230,230)" stroke="none" x="149" y="1" width="20.28656655309868" height="14"/><rect fill="rgb(115,115,115)" stroke="none" x="169" y="1" width="38.54447645088746" height="14"/><rect fill="rgb(230,230,230)" stroke="none" x="208" y="1" width="12.171939931859214" height="14"/><rect fill="rgb(115,115,115)" stroke="none" x="220" y="1" width="59.845371331641076" height="14"/><rect fill="rgb(230,230,230)" stroke="none" x="280" y="1" width="68.97432628053548" height="14"/><path fill="rgb(150, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M 348.92894471329714 16 L 348.92894471329714 0 L 387.47342116418463 8 Z"/><path fill="rgb(150, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M 412.83162935555794 16 L 412.83162935555794 0 L 387.47342116418463 8 Z"/><rect fill="rgb(230,230,230)" stroke="none" x="413" y="1" width="48.6877597274368" height="14"/><rect fill="rgb(230,230,230)" stroke="none" x="462" y="1" width="57.81671467633123" height="14"/><rect fill="rgb(115,115,115)" stroke="none" x="519" y="1" width="33.47283481261286" height="14"/><rect fill="rgb(230,230,230)" stroke="none" x="553" y="1" width="22.315223208408497" height="14"/><rect fill="rgb(0,0,0)" stroke="none" x="575" y="1" width="86.21790785066935" height="14"/><rect fill="rgb(230,230,230)" stroke="none" x="661" y="1" width="42.601789761507234" height="14"/><rect fill="rgb(115,115,115)" stroke="none" x="704" y="1" width="4.057313310619747" height="14"/><rect fill="rgb(230,230,230)" stroke="none" x="708" y="1" width="35.50149146792262" height="14"/><rect fill="rgb(57,57,57)" stroke="none" x="744" y="1" width="49.702088055091735" height="14"/><rect fill="rgb(230,230,230)" stroke="none" x="793" y="1" width="23.32955153606349" height="14"/><rect fill="rgb(115,115,115)" stroke="none" x="817" y="1" width="22.315223208408497" height="14"/><rect fill="rgb(230,230,230)" stroke="none" x="839" y="1" width="29.415521501993112" height="14"/><rect fill="rgb(172,172,172)" stroke="none" x="868" y="1" width="16.22925324247899" height="14"/><rect fill="rgb(230,230,230)" stroke="none" x="884" y="1" width="16.505698284898017" height="14"/><path fill="none" stroke="rgb(41,41,41)" paint-order="fill stroke markers" d=" M 8 0.5 L 893 0.5 Q 900.5 0.5 900.5 8 L 900.5 8 Q 900.5 15.5 893 15.5 L 8 15.5 Q 0.5 15.5 0.5 8 L 0.5 8 Q 0.5 0.5 8 0.5 Z" stroke-miterlimit="10" stroke-dasharray=""/><g><rect fill="none" stroke="red" x="37.5" y="0.5" width="1" height="15" stroke-miterlimit="10" stroke-dasharray=""/></g></g></g><g transform="translate(50,26)" clip-path="url(#ruler_referenceFrame_0_guid_f4t7_clip_rect)"><rect fill="#FFFFFF" stroke="none" x="0" y="0" width="901" height="40"/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1.5 34.5 L 1.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 57.5 34.5 L 57.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="84" y="32" text-anchor="start" dominant-baseline="alphabetic">3,726,705 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 113.5 34.5 L 113.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 169.5 34.5 L 169.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="197" y="32" text-anchor="start" dominant-baseline="alphabetic">3,726,710 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 226.5 34.5 L 226.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 282.5 34.5 L 282.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="310" y="32" text-anchor="start" dominant-baseline="alphabetic">3,726,715 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 339.5 34.5 L 339.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 395.5 34.5 L 395.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="422" y="32" text-anchor="start" dominant-baseline="alphabetic">3,726,720 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 451.5 34.5 L 451.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 507.5 34.5 L 507.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="535" y="32" text-anchor="start" dominant-baseline="alphabetic">3,726,725 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 564.5 34.5 L 564.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 620.5 34.5 L 620.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="647" y="32" text-anchor="start" dominant-baseline="alphabetic">3,726,730 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 676.5 34.5 L 676.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 732.5 34.5 L 732.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="760" y="32" text-anchor="start" dominant-baseline="alphabetic">3,726,735 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 789.5 34.5 L 789.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 845.5 34.5 L 845.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="873" y="32" text-anchor="start" dominant-baseline="alphabetic">3,726,740 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 902.5 34.5 L 902.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 958.5 34.5 L 958.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 0.5 38.5 L 901.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(50,71)" clip-path="url(#sequence_referenceFrame_0_guid_hga1_clip_rect)"><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="-2.3166991954203695" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="20.208300804579633" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="42.733300804579635" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="64.42333986707963" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="87.78330080457964" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="110.02753908582963" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="132.27666017957964" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="154.8016601795796" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="177.60253908582962" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="199.85166017957962" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="222.93330080457963" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="244.90166017957964" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="267.42666017957964" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="290.5083008045796" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="312.19833986707965" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="335.00166017957963" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="357.8025390858296" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="379.77333986707964" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="403.1333008045796" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="425.10166017957965" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="447.34833986707963" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="470.7083008045796" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="493.23330080457964" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="515.7583008045797" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="538.2833008045797" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="559.9733398670796" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="582.4983398670797" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="605.3016601795797" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="628.3833008045797" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="650.9083008045797" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="672.5983398670797" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="695.1233398670797" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="717.6483398670797" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="741.0083008045797" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="763.2525390858297" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="786.0583008045797" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="808.5833008045797" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="831.1083008045797" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="853.6333008045797" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="876.1583008045797" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="898.6833008045797" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="920.3733398670797" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g></g><g transform="translate(0,101)" clip-path="url(#1093_axis_guid_z74k_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="50" height="50"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 0.5 L 47.5 0.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="12.5" text-anchor="end" dominant-baseline="alphabetic">50</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 49.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="45.5" text-anchor="end" dominant-baseline="alphabetic">0</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 47.5 0.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g></g><g transform="translate(50,101)" clip-path="url(#1093_referenceFrame_0_guid_vvk1_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="901" height="200"/></g><rect fill="rgb(150, 150, 150)" stroke="none" x="12" y="0" width="23" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="34" y="0" width="23" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="57" y="1" width="23" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="79" y="1" width="23" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="102" y="2" width="23" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="124" y="2" width="23" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="147" y="2" width="23" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="169" y="4" width="23" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="192" y="4" width="23" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="214" y="4" width="23" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="237" y="5" width="23" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="259" y="5" width="23" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="282" y="6" width="23" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="304" y="6" width="23" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="327" y="7" width="23" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="349" y="7" width="23" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="372" y="7" width="23" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="394" y="6" width="23" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="417" y="6" width="23" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="439" y="8" width="23" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="462" y="7" width="23" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="485" y="7" width="23" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="507" y="6" width="23" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="530" y="7" width="23" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="552" y="7" width="23" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="575" y="8" width="23" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="597" y="9" width="23" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="620" y="8" width="23" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="642" y="8" width="23" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="665" y="8" width="23" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="687" y="8" width="23" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="710" y="7" width="23" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="732" y="7" width="23" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="755" y="8" width="23" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="777" y="8" width="23" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="800" y="8" width="23" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="822" y="9" width="23" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="845" y="6" width="23" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="867" y="6" width="23" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="890" y="6" width="23" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="913" y="6" width="23" height="44"/><rect fill="rgb(209,113, 5)" stroke="none" x="439" y="8" width="23" height="42"/><rect fill="rgb( 0, 200, 0)" stroke="none" x="439" y="36" width="23" height="14.000000000000002"/><rect fill="rgb( 0,0,200)" stroke="none" x="439" y="36" width="23" height="0"/><rect fill="rgb(255,0,0)" stroke="none" x="439" y="36" width="23" height="0"/><rect fill="rgb(209,113, 5)" stroke="none" x="439" y="8" width="23" height="28.000000000000004"/><g transform="translate(0,55)"><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -596 0 L 1499 0 L 1500 2 L 1499 3 L -596 3 L -596 0 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 57 3 L -2195 3 L -2197 5 L -2195 6 L 57 6 L 57 3 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="35" y="3" width="22.525000000000002" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 125 3 L 2377 3 L 2379 5 L 2377 6 L 125 6 L 125 3 Z"/></g><g><rect fill="rgb(209,113, 5)" stroke="none" x="125" y="3" width="22.525000000000002" height="3"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="440" y="3" width="22.525000000000002" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 12 6 L -2083 6 L -2084 8 L -2083 9 L 12 9 L 12 6 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 350 6 L 1589 6 L 1590 8 L 1589 9 L 350 9 L 350 6 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -258 9 L 1521 9 L 1523 11 L 1521 12 L -258 12 L -258 9 Z"/></g><g><rect fill="rgb(209,113,5)" stroke="none" x="-11" y="9" width="22.525000000000002" height="3" fill-opacity="0.5"/></g><g><rect fill="rgb(0,0,200)" stroke="none" x="57" y="9" width="22.525000000000002" height="3" fill-opacity="0.5"/></g><g><rect fill="rgb(209,113,5)" stroke="none" x="530" y="9" width="22.525000000000002" height="3" fill-opacity="0.3"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="575" y="9" width="22.525000000000002" height="3" fill-opacity="0.7"/></g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -5731.5 13.5 L 845.5 13.5" stroke-miterlimit="10" stroke-dasharray=""/><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2940 12 L 845 12 L 844 14 L 845 15 L 2940 15 L 2940 12 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1093 15 L -1159 15 L -1161 17 L -1159 18 L 1093 18 L 1093 15 Z"/></g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -5146.5 19.5 L 1678.5 19.5" stroke-miterlimit="10" stroke-dasharray=""/><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1048 21 L -1204 21 L -1206 23 L -1204 24 L 1048 24 L 1048 21 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 530 24 L -1565 24 L -1566 26 L -1565 27 L 530 27 L 530 24 Z"/></g><g><rect fill="rgb(209,113, 5)" stroke="none" x="508" y="24" width="22.525000000000002" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 845 24 L 2940 24 L 2942 26 L 2940 27 L 845 27 L 845 24 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -123 27 L 958 27 L 960 29 L 958 30 L -123 30 L -123 27 Z"/></g><g><rect fill="rgb(0,200,0)" stroke="none" x="395" y="27" width="22.525000000000002" height="3" fill-opacity="0.4"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="575" y="27" width="22.525000000000002" height="3" fill-opacity="0.8"/></g><g><rect fill="rgb(0,200,0)" stroke="none" x="733" y="27" width="22.525000000000002" height="3" fill-opacity="0.3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 237 30 L -1858 30 L -1859 32 L -1858 33 L 237 33 L 237 30 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 102 33 L -2150 33 L -2152 35 L -2150 36 L 102 36 L 102 33 Z"/></g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -3929.5 37.5 L 462.5 37.5" stroke-miterlimit="10" stroke-dasharray=""/><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2017 36 L 463 36 L 461 38 L 463 39 L 2017 39 L 2017 36 Z"/></g><g><rect fill="rgb(80,80,80)" stroke="none" x="463" y="36" width="22.525000000000002" height="3" fill-opacity="0.1"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="598" y="36" width="22.525000000000002" height="3" fill-opacity="0.2"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 170 39 L -1925 39 L -1927 41 L -1925 42 L 170 42 L 170 39 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 350 42 L -844 42 L -845 44 L -844 45 L 350 45 L 350 42 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -731 45 L 57 45 L 59 47 L 57 48 L -731 48 L -731 45 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1206 48 L -1047 48 L -1048 50 L -1047 51 L 1206 51 L 1206 48 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="440" y="48" width="22.525000000000002" height="3"/></g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -3659.5 52.5 L 845.5 52.5" stroke-miterlimit="10" stroke-dasharray=""/><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2940 51 L 845 51 L 844 53 L 845 54 L 2940 54 L 2940 51 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1026 54 L -1069 54 L -1071 56 L -1069 57 L 1026 57 L 1026 54 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="440" y="54" width="22.525000000000002" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 57 57 L -1903 57 L -1904 59 L -1903 60 L 57 60 L 57 57 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 372 60 L -1880 60 L -1882 62 L -1880 63 L 372 63 L 372 60 Z"/></g><g><rect fill="rgb(209,113, 5)" stroke="none" x="350" y="60" width="22.525000000000002" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1724 63 L -529 63 L -530 65 L -529 66 L 1724 66 L 1724 63 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="170" y="63" width="22.525000000000002" height="3" fill-opacity="0.8"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="440" y="63" width="22.525000000000002" height="3"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="575" y="63" width="22.525000000000002" height="3"/></g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -3209.5 67.5 L 1453.5 67.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -3164.5 70.5 L 1048.5 70.5" stroke-miterlimit="10" stroke-dasharray=""/><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 12 72 L -2240 72 L -2242 74 L -2240 75 L 12 75 L 12 72 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="-11" y="72" width="22.525000000000002" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 823 75 L -326 75 L -327 77 L -326 78 L 823 78 L 823 75 Z"/></g><g><rect fill="rgb(209,113,5)" stroke="none" x="170" y="75" width="22.525000000000002" height="3" fill-opacity="0.3"/></g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -596.5 79.5 L 4990.5 79.5" stroke-miterlimit="10" stroke-dasharray=""/><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1521 81 L -731 81 L -733 83 L -731 84 L 1521 84 L 1521 81 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 125 84 L -1970 84 L -1972 86 L -1970 87 L 125 87 L 125 84 Z"/></g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -528.5 88.5 L 2039.5 88.5" stroke-miterlimit="10" stroke-dasharray=""/><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 327 90 L -1925 90 L -1927 92 L -1925 93 L 327 93 L 327 90 Z"/></g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -663.5 94.5 L 642.5 94.5" stroke-miterlimit="10" stroke-dasharray=""/><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2895 93 L 643 93 L 641 95 L 643 96 L 2895 96 L 2895 93 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1544 96 L -551 96 L -553 98 L -551 99 L 1544 99 L 1544 96 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 755 99 L -1339 99 L -1341 101 L -1339 102 L 755 102 L 755 99 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1251 102 L -844 102 L -845 104 L -844 105 L 1251 105 L 1251 102 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 327 105 L -1767 105 L -1769 107 L -1767 108 L 327 108 L 327 105 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="80" y="105" width="22.525000000000002" height="3"/></g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -55.5 109.5 L 710.5 109.5" stroke-miterlimit="10" stroke-dasharray=""/><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2805 108 L 710 108 L 709 110 L 710 111 L 2805 111 L 2805 108 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2195 111 L 57 111 L 59 113 L 57 114 L -2195 114 L -2195 111 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 440 111 L -1655 111 L -1656 113 L -1655 114 L 440 114 L 440 111 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1679 114 L -416 114 L -417 116 L -416 117 L 1679 117 L 1679 114 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="440" y="114" width="22.525000000000002" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2083 114 L 170 114 L 171 116 L 170 117 L -2083 117 L -2083 114 Z"/></g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 282.5 118.5 L 372.5 118.5" stroke-miterlimit="10" stroke-dasharray=""/><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2467 117 L 372 117 L 371 119 L 372 120 L 2467 120 L 2467 117 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="440" y="117" width="22.525000000000002" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1970 117 L 282 117 L 284 119 L 282 120 L -1970 120 L -1970 117 Z"/></g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 575.5 121.5 L 507.5 121.5" stroke-miterlimit="10" stroke-dasharray=""/><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2602 120 L 508 120 L 506 122 L 508 123 L 2602 123 L 2602 120 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1677 120 L 575 120 L 577 122 L 575 123 L -1677 123 L -1677 120 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="440" y="120" width="22.525000000000002" height="3"/></g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 439.5 124.5 L 57.5 124.5" stroke-miterlimit="10" stroke-dasharray=""/><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2310 123 L 57 123 L 56 125 L 57 126 L 2310 126 L 2310 123 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1655 123 L 440 123 L 441 125 L 440 126 L -1655 126 L -1655 123 Z"/></g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 642.5 127.5 L 327.5 127.5" stroke-miterlimit="10" stroke-dasharray=""/><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2580 126 L 327 126 L 326 128 L 327 129 L 2580 129 L 2580 126 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1452 126 L 643 126 L 644 128 L 643 129 L -1452 129 L -1452 126 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1499 129 L -596 129 L -598 131 L -596 132 L 1499 132 L 1499 129 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="440" y="129" width="22.525000000000002" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1272 129 L 981 129 L 982 131 L 981 132 L -1272 132 L -1272 129 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="440" y="129" width="22.525000000000002" height="3"/></g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 597.5 133.5 L 2467.5 133.5" stroke-miterlimit="10" stroke-dasharray=""/><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1204 132 L 598 132 L 599 134 L 598 135 L -1204 135 L -1204 132 Z"/></g><g><rect fill="rgb(80,80,80)" stroke="none" x="575" y="132" width="22.525000000000002" height="3" fill-opacity="0.1"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 135 L -461 135 L -463 137 L -461 138 L 1791 138 L 1791 135 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1114 135 L 981 135 L 982 137 L 981 138 L -1114 138 L -1114 135 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1114 138 L 981 138 L 982 140 L 981 141 L -1114 141 L -1114 138 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1047 141 L 1048 141 L 1050 143 L 1048 144 L -1047 144 L -1047 141 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -979 144 L 1116 144 L 1117 146 L 1116 147 L -979 147 L -979 144 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -979 147 L 1273 147 L 1275 149 L 1273 150 L -979 150 L -979 147 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1746 147 L -348 147 L -350 149 L -348 150 L 1746 150 L 1746 147 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -799 150 L 1454 150 L 1455 152 L 1454 153 L -799 153 L -799 150 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -754 153 L 1499 153 L 1500 155 L 1499 156 L -754 156 L -754 153 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -754 156 L 1499 156 L 1500 158 L 1499 159 L -754 159 L -754 156 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="440" y="156" width="22.525000000000002" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -641 159 L 1454 159 L 1455 161 L 1454 162 L -641 162 L -641 159 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2873 159 L 620 159 L 619 161 L 620 162 L 2873 162 L 2873 159 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -484 162 L 1611 162 L 1613 164 L 1611 165 L -484 165 L -484 162 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -484 165 L 1611 165 L 1613 167 L 1611 168 L -484 168 L -484 165 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="440" y="165" width="22.525000000000002" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -101 168 L 2152 168 L 2153 170 L 2152 171 L -101 171 L -101 168 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="440" y="168" width="22.525000000000002" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2647 171 L 395 171 L 393 173 L 395 174 L 2647 174 L 2647 171 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="440" y="171" width="22.525000000000002" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 57 171 L 2152 171 L 2153 173 L 2152 174 L 57 174 L 57 171 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="440" y="171" width="22.525000000000002" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 57 174 L 2152 174 L 2153 176 L 2152 177 L 57 177 L 57 174 Z"/></g></g></g><g transform="translate(58,109)" clip-path="url(#1093_track_label_guid_1lso_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="38.921875" height="15"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="3.056640625" y="12.9" text-anchor="start" dominant-baseline="alphabetic">1093</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="38.921875" height="15" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(0,306)" clip-path="url(#N1093_axis_guid_rmrc_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="50" height="50"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 0.5 L 47.5 0.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="12.5" text-anchor="end" dominant-baseline="alphabetic">41</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 49.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="45.5" text-anchor="end" dominant-baseline="alphabetic">0</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 47.5 0.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g></g><g transform="translate(50,306)" clip-path="url(#N1093_referenceFrame_0_guid_2dk7_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="901" height="200"/></g><rect fill="rgb(150, 150, 150)" stroke="none" x="12" y="1" width="23" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="34" y="0" width="23" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="57" y="0" width="23" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="79" y="2" width="23" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="102" y="1" width="23" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="124" y="1" width="23" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="147" y="1" width="23" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="169" y="1" width="23" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="192" y="1" width="23" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="214" y="1" width="23" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="237" y="1" width="23" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="259" y="2" width="23" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="282" y="0" width="23" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="304" y="1" width="23" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="327" y="0" width="23" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="349" y="1" width="23" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="372" y="0" width="23" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="394" y="0" width="23" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="417" y="0" width="23" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="439" y="0" width="23" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="462" y="0" width="23" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="485" y="1" width="23" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="507" y="1" width="23" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="530" y="1" width="23" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="552" y="1" width="23" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="575" y="2" width="23" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="597" y="2" width="23" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="620" y="2" width="23" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="642" y="2" width="23" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="665" y="1" width="23" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="687" y="1" width="23" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="710" y="1" width="23" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="732" y="2" width="23" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="755" y="2" width="23" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="777" y="2" width="23" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="800" y="2" width="23" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="822" y="2" width="23" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="845" y="4" width="23" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="867" y="4" width="23" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="890" y="2" width="23" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="913" y="2" width="23" height="48"/><g transform="translate(0,55)"><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1746 0 L -348 0 L -350 2 L -348 3 L 1746 3 L 1746 0 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 80 3 L -551 3 L -553 5 L -551 6 L 80 6 L 80 3 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 553 3 L 2647 3 L 2649 5 L 2647 6 L 553 6 L 553 3 Z"/></g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -5078.5 7.5 L 349.5 7.5" stroke-miterlimit="10" stroke-dasharray=""/><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2445 6 L 350 6 L 348 8 L 350 9 L 2445 9 L 2445 6 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1454 9 L -641 9 L -643 11 L -641 12 L 1454 12 L 1454 9 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 575 12 L -1677 12 L -1679 14 L -1677 15 L 575 15 L 575 12 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="553" y="12" width="22.525000000000002" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 665 12 L 2918 12 L 2919 14 L 2918 15 L 665 15 L 665 12 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1228 15 L -866 15 L -868 17 L -866 18 L 1228 18 L 1228 15 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 102 18 L 2355 18 L 2356 20 L 2355 21 L 102 21 L 102 18 Z"/></g><g><rect fill="rgb(209,113,5)" stroke="none" x="102" y="18" width="22.525000000000002" height="3" fill-opacity="0.2"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1071 21 L -1024 21 L -1026 23 L -1024 24 L 1071 24 L 1071 21 Z"/></g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -3118.5 25.5 L 327.5 25.5" stroke-miterlimit="10" stroke-dasharray=""/><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2422 24 L 327 24 L 326 26 L 327 27 L 2422 27 L 2422 24 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 958 27 L -1294 27 L -1296 29 L -1294 30 L 958 30 L 958 27 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 485 30 L -1610 30 L -1611 32 L -1610 33 L 485 33 L 485 30 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 778 33 L -1317 33 L -1318 35 L -1317 36 L 778 36 L 778 33 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1814 36 L -438 36 L -440 38 L -438 39 L 1814 39 L 1814 36 Z"/></g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -618.5 40.5 L 34.5 40.5" stroke-miterlimit="10" stroke-dasharray=""/><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2287 39 L 35 39 L 33 41 L 35 42 L 2287 42 L 2287 39 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1138 42 L -1114 42 L -1116 44 L -1114 45 L 1138 45 L 1138 42 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1071 45 L -281 45 L -282 47 L -281 48 L 1071 48 L 1071 45 Z"/></g><g><rect fill="rgb(209,113,5)" stroke="none" x="350" y="45" width="22.525000000000002" height="3" fill-opacity="0.3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2240 48 L 12 48 L 14 50 L 12 51 L -2240 51 L -2240 48 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1364 48 L -731 48 L -733 50 L -731 51 L 1364 51 L 1364 48 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1499 51 L -596 51 L -598 53 L -596 54 L 1499 54 L 1499 51 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2173 51 L 80 51 L 81 53 L 80 54 L -2173 54 L -2173 51 Z"/></g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -663.5 55.5 L 1453.5 55.5" stroke-miterlimit="10" stroke-dasharray=""/><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1903 57 L 350 57 L 351 59 L 350 60 L -1903 60 L -1903 57 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1251 57 L -844 57 L -845 59 L -844 60 L 1251 60 L 1251 57 Z"/></g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 349.5 61.5 L 1025.5 61.5" stroke-miterlimit="10" stroke-dasharray=""/><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1903 60 L 350 60 L 351 62 L 350 63 L -1903 63 L -1903 60 Z"/></g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 259.5 64.5 L 1363.5 64.5" stroke-miterlimit="10" stroke-dasharray=""/><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1835 63 L 260 63 L 261 65 L 260 66 L -1835 66 L -1835 63 Z"/></g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 462.5 67.5 L 2061.5 67.5" stroke-miterlimit="10" stroke-dasharray=""/><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1632 66 L 463 66 L 464 68 L 463 69 L -1632 69 L -1632 66 Z"/></g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 507.5 70.5 L 777.5 70.5" stroke-miterlimit="10" stroke-dasharray=""/><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1587 69 L 508 69 L 509 71 L 508 72 L -1587 72 L -1587 69 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3030 69 L 778 69 L 776 71 L 778 72 L 3030 72 L 3030 69 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1542 72 L 553 72 L 554 74 L 553 75 L -1542 75 L -1542 72 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1927 72 L -326 72 L -327 74 L -326 75 L 1927 75 L 1927 72 Z"/></g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 755.5 76.5 L 282.5 76.5" stroke-miterlimit="10" stroke-dasharray=""/><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2377 75 L 282 75 L 281 77 L 282 78 L 2377 78 L 2377 75 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1475 75 L 755 75 L 757 77 L 755 78 L -1475 78 L -1475 75 Z"/></g><g><rect fill="rgb(0,200,0)" stroke="none" x="463" y="75" width="22.525000000000002" height="3" fill-opacity="0.2"/></g><g><rect fill="rgb(80,80,80)" stroke="none" x="733" y="75" width="22.525000000000002" height="3" fill-opacity="0.1"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1679 78 L -416 78 L -417 80 L -416 81 L 1679 81 L 1679 78 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1317 78 L 936 78 L 937 80 L 936 81 L -1317 81 L -1317 78 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2850 81 L 755 81 L 754 83 L 755 84 L 2850 84 L 2850 81 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1272 81 L 981 81 L 982 83 L 981 84 L -1272 84 L -1272 81 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2557 84 L 463 84 L 461 86 L 463 87 L 2557 87 L 2557 84 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1249 84 L 1003 84 L 1005 86 L 1003 87 L -1249 87 L -1249 84 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1249 87 L 845 87 L 847 89 L 845 90 L -1249 90 L -1249 87 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2084 87 L -168 87 L -170 89 L -168 90 L 2084 90 L 2084 87 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1114 90 L 981 90 L 982 92 L 981 93 L -1114 93 L -1114 90 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2129 90 L -123 90 L -125 92 L -123 93 L 2129 93 L 2129 90 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2377 93 L 282 93 L 281 95 L 282 96 L 2377 96 L 2377 93 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1047 93 L 1206 93 L 1207 95 L 1206 96 L -1047 96 L -1047 93 Z"/></g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 304.5 97.5 L 507.5 97.5" stroke-miterlimit="10" stroke-dasharray=""/><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -484 96 L 305 96 L 306 98 L 305 99 L -484 99 L -484 96 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1296 96 L 508 96 L 506 98 L 508 99 L 1296 99 L 1296 96 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="553" y="96" width="22.525000000000002" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2985 99 L 890 99 L 889 101 L 890 102 L 2985 102 L 2985 99 Z"/></g><g><rect fill="rgb(80,80,80)" stroke="none" x="890" y="99" width="22.525000000000002" height="3" fill-opacity="0.1"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -416 99 L 1837 99 L 1838 101 L 1837 102 L -416 102 L -416 99 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -393 102 L 1701 102 L 1703 104 L 1701 105 L -393 105 L -393 102 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2467 105 L 372 105 L 371 107 L 372 108 L 2467 108 L 2467 105 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="688" y="105" width="22.525000000000002" height="3" fill-opacity="0.2"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -213 105 L 2039 105 L 2041 107 L 2039 108 L -213 108 L -213 105 Z"/></g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 732.5 109.5 L 3480.5 109.5" stroke-miterlimit="10" stroke-dasharray=""/><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -191 108 L 733 108 L 734 110 L 733 111 L -191 111 L -191 108 Z"/></g><g><rect fill="rgb(80,80,80)" stroke="none" x="710" y="108" width="22.525000000000002" height="3" fill-opacity="0.1"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -123 111 L 2129 111 L 2131 113 L 2129 114 L -123 114 L -123 111 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -101 114 L 1994 114 L 1996 116 L 1994 117 L -101 117 L -101 114 Z"/></g></g></g><g transform="translate(58,314)" clip-path="url(#N1093_track_label_guid_uexd_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="48.3125" height="15"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="3.23779296875" y="12.9" text-anchor="start" dominant-baseline="alphabetic">N1093</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="48.3125" height="15" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(50,511)" clip-path="url(#RefseqGenes_referenceFrame_0_guid_nmwo_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="901" height="70"/></g><g><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M -262290.5 17.5 L 3243948.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 17.5 15.5 L 15.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 17.5 19.5 L 15.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 47.5 15.5 L 45.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 47.5 19.5 L 45.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 77.5 15.5 L 75.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 77.5 19.5 L 75.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 107.5 15.5 L 105.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 107.5 19.5 L 105.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 137.5 15.5 L 135.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 137.5 19.5 L 135.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 167.5 15.5 L 165.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 167.5 19.5 L 165.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 197.5 15.5 L 195.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 197.5 19.5 L 195.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 227.5 15.5 L 225.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 227.5 19.5 L 225.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 257.5 15.5 L 255.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 257.5 19.5 L 255.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 287.5 15.5 L 285.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 287.5 19.5 L 285.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 317.5 15.5 L 315.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 317.5 19.5 L 315.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 347.5 15.5 L 345.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 347.5 19.5 L 345.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 377.5 15.5 L 375.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 377.5 19.5 L 375.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 407.5 15.5 L 405.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 407.5 19.5 L 405.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 437.5 15.5 L 435.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 437.5 19.5 L 435.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 467.5 15.5 L 465.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 467.5 19.5 L 465.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 497.5 15.5 L 495.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 497.5 19.5 L 495.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 527.5 15.5 L 525.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 527.5 19.5 L 525.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 557.5 15.5 L 555.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 557.5 19.5 L 555.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 587.5 15.5 L 585.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 587.5 19.5 L 585.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 617.5 15.5 L 615.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 617.5 19.5 L 615.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 647.5 15.5 L 645.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 647.5 19.5 L 645.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 677.5 15.5 L 675.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 677.5 19.5 L 675.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 707.5 15.5 L 705.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 707.5 19.5 L 705.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 737.5 15.5 L 735.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 737.5 19.5 L 735.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 767.5 15.5 L 765.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 767.5 19.5 L 765.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 797.5 15.5 L 795.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 797.5 19.5 L 795.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 827.5 15.5 L 825.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 827.5 19.5 L 825.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 857.5 15.5 L 855.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 857.5 19.5 L 855.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 887.5 15.5 L 885.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 887.5 19.5 L 885.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><rect fill="rgb(0, 0, 150)" stroke="none" x="-1092" y="10" width="3739" height="14"/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1074.5 15.5 L -1076.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1074.5 19.5 L -1076.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1044.5 15.5 L -1046.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1044.5 19.5 L -1046.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1014.5 15.5 L -1016.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1014.5 19.5 L -1016.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -984.5 15.5 L -986.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -984.5 19.5 L -986.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -954.5 15.5 L -956.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -954.5 19.5 L -956.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -924.5 15.5 L -926.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -924.5 19.5 L -926.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -894.5 15.5 L -896.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -894.5 19.5 L -896.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -864.5 15.5 L -866.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -864.5 19.5 L -866.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -834.5 15.5 L -836.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -834.5 19.5 L -836.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -804.5 15.5 L -806.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -804.5 19.5 L -806.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -774.5 15.5 L -776.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -774.5 19.5 L -776.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -744.5 15.5 L -746.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -744.5 19.5 L -746.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -714.5 15.5 L -716.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -714.5 19.5 L -716.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -684.5 15.5 L -686.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -684.5 19.5 L -686.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -654.5 15.5 L -656.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -654.5 19.5 L -656.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -624.5 15.5 L -626.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -624.5 19.5 L -626.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -594.5 15.5 L -596.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -594.5 19.5 L -596.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -564.5 15.5 L -566.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -564.5 19.5 L -566.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -534.5 15.5 L -536.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -534.5 19.5 L -536.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -504.5 15.5 L -506.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -504.5 19.5 L -506.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -474.5 15.5 L -476.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -474.5 19.5 L -476.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -444.5 15.5 L -446.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -444.5 19.5 L -446.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -414.5 15.5 L -416.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -414.5 19.5 L -416.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -384.5 15.5 L -386.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -384.5 19.5 L -386.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -354.5 15.5 L -356.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -354.5 19.5 L -356.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -324.5 15.5 L -326.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -324.5 19.5 L -326.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -294.5 15.5 L -296.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -294.5 19.5 L -296.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -264.5 15.5 L -266.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -264.5 19.5 L -266.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -234.5 15.5 L -236.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -234.5 19.5 L -236.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -204.5 15.5 L -206.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -204.5 19.5 L -206.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -174.5 15.5 L -176.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -174.5 19.5 L -176.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -144.5 15.5 L -146.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -144.5 19.5 L -146.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -114.5 15.5 L -116.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -114.5 19.5 L -116.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -84.5 15.5 L -86.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -84.5 19.5 L -86.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -54.5 15.5 L -56.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -54.5 19.5 L -56.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24.5 15.5 L -26.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24.5 19.5 L -26.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5.5 15.5 L 3.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5.5 19.5 L 3.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 35.5 15.5 L 33.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 35.5 19.5 L 33.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 65.5 15.5 L 63.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 65.5 19.5 L 63.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 95.5 15.5 L 93.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 95.5 19.5 L 93.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 125.5 15.5 L 123.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 125.5 19.5 L 123.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 155.5 15.5 L 153.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 155.5 19.5 L 153.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 185.5 15.5 L 183.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 185.5 19.5 L 183.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 215.5 15.5 L 213.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 215.5 19.5 L 213.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 245.5 15.5 L 243.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 245.5 19.5 L 243.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 275.5 15.5 L 273.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 275.5 19.5 L 273.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 305.5 15.5 L 303.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 305.5 19.5 L 303.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 335.5 15.5 L 333.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 335.5 19.5 L 333.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 365.5 15.5 L 363.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 365.5 19.5 L 363.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 395.5 15.5 L 393.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 395.5 19.5 L 393.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 425.5 15.5 L 423.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 425.5 19.5 L 423.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 455.5 15.5 L 453.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 455.5 19.5 L 453.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 485.5 15.5 L 483.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 485.5 19.5 L 483.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 515.5 15.5 L 513.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 515.5 19.5 L 513.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 545.5 15.5 L 543.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 545.5 19.5 L 543.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 575.5 15.5 L 573.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 575.5 19.5 L 573.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 605.5 15.5 L 603.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 605.5 19.5 L 603.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 635.5 15.5 L 633.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 635.5 19.5 L 633.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 665.5 15.5 L 663.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 665.5 19.5 L 663.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 695.5 15.5 L 693.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 695.5 19.5 L 693.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 725.5 15.5 L 723.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 725.5 19.5 L 723.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 755.5 15.5 L 753.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 755.5 19.5 L 753.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 785.5 15.5 L 783.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 785.5 19.5 L 783.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 815.5 15.5 L 813.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 815.5 19.5 L 813.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 845.5 15.5 L 843.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 845.5 19.5 L 843.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 875.5 15.5 L 873.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 875.5 19.5 L 873.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 905.5 15.5 L 903.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 905.5 19.5 L 903.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 935.5 15.5 L 933.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 935.5 19.5 L 933.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 965.5 15.5 L 963.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 965.5 19.5 L 963.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 995.5 15.5 L 993.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 995.5 19.5 L 993.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1025.5 15.5 L 1023.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1025.5 19.5 L 1023.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1055.5 15.5 L 1053.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1055.5 19.5 L 1053.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1085.5 15.5 L 1083.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1085.5 19.5 L 1083.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1115.5 15.5 L 1113.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1115.5 19.5 L 1113.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1145.5 15.5 L 1143.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1145.5 19.5 L 1143.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1175.5 15.5 L 1173.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1175.5 19.5 L 1173.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1205.5 15.5 L 1203.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1205.5 19.5 L 1203.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1235.5 15.5 L 1233.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1235.5 19.5 L 1233.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1265.5 15.5 L 1263.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1265.5 19.5 L 1263.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1295.5 15.5 L 1293.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1295.5 19.5 L 1293.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1325.5 15.5 L 1323.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1325.5 19.5 L 1323.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1355.5 15.5 L 1353.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1355.5 19.5 L 1353.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1385.5 15.5 L 1383.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1385.5 19.5 L 1383.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1415.5 15.5 L 1413.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1415.5 19.5 L 1413.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1445.5 15.5 L 1443.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1445.5 19.5 L 1443.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1475.5 15.5 L 1473.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1475.5 19.5 L 1473.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1505.5 15.5 L 1503.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1505.5 19.5 L 1503.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1535.5 15.5 L 1533.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1535.5 19.5 L 1533.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1565.5 15.5 L 1563.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1565.5 19.5 L 1563.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1595.5 15.5 L 1593.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1595.5 19.5 L 1593.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1625.5 15.5 L 1623.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1625.5 19.5 L 1623.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1655.5 15.5 L 1653.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1655.5 19.5 L 1653.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1685.5 15.5 L 1683.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1685.5 19.5 L 1683.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1715.5 15.5 L 1713.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1715.5 19.5 L 1713.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1745.5 15.5 L 1743.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1745.5 19.5 L 1743.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1775.5 15.5 L 1773.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1775.5 19.5 L 1773.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1805.5 15.5 L 1803.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1805.5 19.5 L 1803.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1835.5 15.5 L 1833.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1835.5 19.5 L 1833.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1865.5 15.5 L 1863.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1865.5 19.5 L 1863.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1895.5 15.5 L 1893.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1895.5 19.5 L 1893.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1925.5 15.5 L 1923.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1925.5 19.5 L 1923.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1955.5 15.5 L 1953.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1955.5 19.5 L 1953.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1985.5 15.5 L 1983.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1985.5 19.5 L 1983.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2015.5 15.5 L 2013.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2015.5 19.5 L 2013.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2045.5 15.5 L 2043.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2045.5 19.5 L 2043.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2075.5 15.5 L 2073.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2075.5 19.5 L 2073.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2105.5 15.5 L 2103.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2105.5 19.5 L 2103.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2135.5 15.5 L 2133.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2135.5 19.5 L 2133.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2165.5 15.5 L 2163.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2165.5 19.5 L 2163.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2195.5 15.5 L 2193.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2195.5 19.5 L 2193.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2225.5 15.5 L 2223.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2225.5 19.5 L 2223.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2255.5 15.5 L 2253.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2255.5 19.5 L 2253.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2285.5 15.5 L 2283.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2285.5 19.5 L 2283.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2315.5 15.5 L 2313.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2315.5 19.5 L 2313.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2345.5 15.5 L 2343.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2345.5 19.5 L 2343.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2375.5 15.5 L 2373.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2375.5 19.5 L 2373.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2405.5 15.5 L 2403.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2405.5 19.5 L 2403.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2435.5 15.5 L 2433.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2435.5 19.5 L 2433.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2465.5 15.5 L 2463.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2465.5 19.5 L 2463.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2495.5 15.5 L 2493.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2495.5 19.5 L 2493.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2525.5 15.5 L 2523.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2525.5 19.5 L 2523.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2555.5 15.5 L 2553.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2555.5 19.5 L 2553.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2585.5 15.5 L 2583.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2585.5 19.5 L 2583.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2615.5 15.5 L 2613.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2615.5 19.5 L 2613.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2645.5 15.5 L 2643.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2645.5 19.5 L 2643.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><g><g><text fill="rgb(0, 0, 150)" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="450.5" y="35" text-anchor="middle" dominant-baseline="alphabetic">CREBBP</text></g></g></g><g><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M -262268.5 47.5 L 3230591.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 17.5 45.5 L 15.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 17.5 49.5 L 15.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 47.5 45.5 L 45.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 47.5 49.5 L 45.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 77.5 45.5 L 75.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 77.5 49.5 L 75.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 107.5 45.5 L 105.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 107.5 49.5 L 105.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 137.5 45.5 L 135.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 137.5 49.5 L 135.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 167.5 45.5 L 165.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 167.5 49.5 L 165.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 197.5 45.5 L 195.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 197.5 49.5 L 195.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 227.5 45.5 L 225.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 227.5 49.5 L 225.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 257.5 45.5 L 255.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 257.5 49.5 L 255.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 287.5 45.5 L 285.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 287.5 49.5 L 285.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 317.5 45.5 L 315.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 317.5 49.5 L 315.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 347.5 45.5 L 345.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 347.5 49.5 L 345.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 377.5 45.5 L 375.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 377.5 49.5 L 375.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 407.5 45.5 L 405.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 407.5 49.5 L 405.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 437.5 45.5 L 435.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 437.5 49.5 L 435.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 467.5 45.5 L 465.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 467.5 49.5 L 465.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 497.5 45.5 L 495.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 497.5 49.5 L 495.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 527.5 45.5 L 525.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 527.5 49.5 L 525.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 557.5 45.5 L 555.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 557.5 49.5 L 555.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 587.5 45.5 L 585.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 587.5 49.5 L 585.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 617.5 45.5 L 615.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 617.5 49.5 L 615.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 647.5 45.5 L 645.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 647.5 49.5 L 645.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 677.5 45.5 L 675.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 677.5 49.5 L 675.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 707.5 45.5 L 705.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 707.5 49.5 L 705.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 737.5 45.5 L 735.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 737.5 49.5 L 735.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 767.5 45.5 L 765.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 767.5 49.5 L 765.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 797.5 45.5 L 795.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 797.5 49.5 L 795.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 827.5 45.5 L 825.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 827.5 49.5 L 825.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 857.5 45.5 L 855.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 857.5 49.5 L 855.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 887.5 45.5 L 885.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 887.5 49.5 L 885.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><rect fill="rgb(0, 0, 150)" stroke="none" x="-1092" y="40" width="3739" height="14"/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1074.5 45.5 L -1076.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1074.5 49.5 L -1076.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1044.5 45.5 L -1046.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1044.5 49.5 L -1046.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1014.5 45.5 L -1016.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1014.5 49.5 L -1016.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -984.5 45.5 L -986.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -984.5 49.5 L -986.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -954.5 45.5 L -956.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -954.5 49.5 L -956.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -924.5 45.5 L -926.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -924.5 49.5 L -926.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -894.5 45.5 L -896.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -894.5 49.5 L -896.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -864.5 45.5 L -866.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -864.5 49.5 L -866.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -834.5 45.5 L -836.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -834.5 49.5 L -836.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -804.5 45.5 L -806.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -804.5 49.5 L -806.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -774.5 45.5 L -776.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -774.5 49.5 L -776.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -744.5 45.5 L -746.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -744.5 49.5 L -746.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -714.5 45.5 L -716.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -714.5 49.5 L -716.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -684.5 45.5 L -686.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -684.5 49.5 L -686.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -654.5 45.5 L -656.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -654.5 49.5 L -656.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -624.5 45.5 L -626.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -624.5 49.5 L -626.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -594.5 45.5 L -596.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -594.5 49.5 L -596.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -564.5 45.5 L -566.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -564.5 49.5 L -566.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -534.5 45.5 L -536.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -534.5 49.5 L -536.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -504.5 45.5 L -506.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -504.5 49.5 L -506.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -474.5 45.5 L -476.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -474.5 49.5 L -476.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -444.5 45.5 L -446.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -444.5 49.5 L -446.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -414.5 45.5 L -416.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -414.5 49.5 L -416.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -384.5 45.5 L -386.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -384.5 49.5 L -386.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -354.5 45.5 L -356.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -354.5 49.5 L -356.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -324.5 45.5 L -326.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -324.5 49.5 L -326.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -294.5 45.5 L -296.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -294.5 49.5 L -296.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -264.5 45.5 L -266.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -264.5 49.5 L -266.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -234.5 45.5 L -236.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -234.5 49.5 L -236.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -204.5 45.5 L -206.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -204.5 49.5 L -206.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -174.5 45.5 L -176.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -174.5 49.5 L -176.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -144.5 45.5 L -146.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -144.5 49.5 L -146.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -114.5 45.5 L -116.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -114.5 49.5 L -116.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -84.5 45.5 L -86.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -84.5 49.5 L -86.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -54.5 45.5 L -56.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -54.5 49.5 L -56.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24.5 45.5 L -26.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24.5 49.5 L -26.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5.5 45.5 L 3.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5.5 49.5 L 3.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 35.5 45.5 L 33.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 35.5 49.5 L 33.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 65.5 45.5 L 63.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 65.5 49.5 L 63.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 95.5 45.5 L 93.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 95.5 49.5 L 93.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 125.5 45.5 L 123.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 125.5 49.5 L 123.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 155.5 45.5 L 153.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 155.5 49.5 L 153.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 185.5 45.5 L 183.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 185.5 49.5 L 183.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 215.5 45.5 L 213.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 215.5 49.5 L 213.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 245.5 45.5 L 243.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 245.5 49.5 L 243.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 275.5 45.5 L 273.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 275.5 49.5 L 273.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 305.5 45.5 L 303.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 305.5 49.5 L 303.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 335.5 45.5 L 333.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 335.5 49.5 L 333.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 365.5 45.5 L 363.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 365.5 49.5 L 363.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 395.5 45.5 L 393.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 395.5 49.5 L 393.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 425.5 45.5 L 423.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 425.5 49.5 L 423.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 455.5 45.5 L 453.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 455.5 49.5 L 453.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 485.5 45.5 L 483.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 485.5 49.5 L 483.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 515.5 45.5 L 513.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 515.5 49.5 L 513.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 545.5 45.5 L 543.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 545.5 49.5 L 543.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 575.5 45.5 L 573.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 575.5 49.5 L 573.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 605.5 45.5 L 603.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 605.5 49.5 L 603.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 635.5 45.5 L 633.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 635.5 49.5 L 633.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 665.5 45.5 L 663.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 665.5 49.5 L 663.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 695.5 45.5 L 693.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 695.5 49.5 L 693.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 725.5 45.5 L 723.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 725.5 49.5 L 723.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 755.5 45.5 L 753.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 755.5 49.5 L 753.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 785.5 45.5 L 783.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 785.5 49.5 L 783.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 815.5 45.5 L 813.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 815.5 49.5 L 813.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 845.5 45.5 L 843.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 845.5 49.5 L 843.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 875.5 45.5 L 873.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 875.5 49.5 L 873.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 905.5 45.5 L 903.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 905.5 49.5 L 903.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 935.5 45.5 L 933.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 935.5 49.5 L 933.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 965.5 45.5 L 963.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 965.5 49.5 L 963.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 995.5 45.5 L 993.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 995.5 49.5 L 993.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1025.5 45.5 L 1023.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1025.5 49.5 L 1023.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1055.5 45.5 L 1053.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1055.5 49.5 L 1053.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1085.5 45.5 L 1083.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1085.5 49.5 L 1083.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1115.5 45.5 L 1113.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1115.5 49.5 L 1113.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1145.5 45.5 L 1143.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1145.5 49.5 L 1143.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1175.5 45.5 L 1173.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1175.5 49.5 L 1173.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1205.5 45.5 L 1203.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1205.5 49.5 L 1203.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1235.5 45.5 L 1233.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1235.5 49.5 L 1233.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1265.5 45.5 L 1263.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1265.5 49.5 L 1263.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1295.5 45.5 L 1293.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1295.5 49.5 L 1293.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1325.5 45.5 L 1323.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1325.5 49.5 L 1323.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1355.5 45.5 L 1353.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1355.5 49.5 L 1353.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1385.5 45.5 L 1383.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1385.5 49.5 L 1383.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1415.5 45.5 L 1413.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1415.5 49.5 L 1413.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1445.5 45.5 L 1443.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1445.5 49.5 L 1443.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1475.5 45.5 L 1473.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1475.5 49.5 L 1473.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1505.5 45.5 L 1503.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1505.5 49.5 L 1503.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1535.5 45.5 L 1533.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1535.5 49.5 L 1533.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1565.5 45.5 L 1563.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1565.5 49.5 L 1563.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1595.5 45.5 L 1593.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1595.5 49.5 L 1593.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1625.5 45.5 L 1623.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1625.5 49.5 L 1623.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1655.5 45.5 L 1653.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1655.5 49.5 L 1653.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1685.5 45.5 L 1683.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1685.5 49.5 L 1683.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1715.5 45.5 L 1713.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1715.5 49.5 L 1713.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1745.5 45.5 L 1743.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1745.5 49.5 L 1743.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1775.5 45.5 L 1773.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1775.5 49.5 L 1773.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1805.5 45.5 L 1803.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1805.5 49.5 L 1803.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1835.5 45.5 L 1833.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1835.5 49.5 L 1833.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1865.5 45.5 L 1863.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1865.5 49.5 L 1863.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1895.5 45.5 L 1893.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1895.5 49.5 L 1893.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1925.5 45.5 L 1923.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1925.5 49.5 L 1923.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1955.5 45.5 L 1953.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1955.5 49.5 L 1953.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1985.5 45.5 L 1983.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1985.5 49.5 L 1983.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2015.5 45.5 L 2013.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2015.5 49.5 L 2013.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2045.5 45.5 L 2043.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2045.5 49.5 L 2043.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2075.5 45.5 L 2073.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2075.5 49.5 L 2073.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2105.5 45.5 L 2103.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2105.5 49.5 L 2103.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2135.5 45.5 L 2133.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2135.5 49.5 L 2133.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2165.5 45.5 L 2163.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2165.5 49.5 L 2163.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2195.5 45.5 L 2193.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2195.5 49.5 L 2193.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2225.5 45.5 L 2223.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2225.5 49.5 L 2223.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2255.5 45.5 L 2253.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2255.5 49.5 L 2253.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2285.5 45.5 L 2283.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2285.5 49.5 L 2283.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2315.5 45.5 L 2313.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2315.5 49.5 L 2313.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2345.5 45.5 L 2343.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2345.5 49.5 L 2343.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2375.5 45.5 L 2373.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2375.5 49.5 L 2373.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2405.5 45.5 L 2403.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2405.5 49.5 L 2403.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2435.5 45.5 L 2433.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2435.5 49.5 L 2433.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2465.5 45.5 L 2463.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2465.5 49.5 L 2463.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2495.5 45.5 L 2493.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2495.5 49.5 L 2493.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2525.5 45.5 L 2523.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2525.5 49.5 L 2523.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2555.5 45.5 L 2553.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2555.5 49.5 L 2553.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2585.5 45.5 L 2583.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2585.5 49.5 L 2583.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2615.5 45.5 L 2613.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2615.5 49.5 L 2613.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2645.5 45.5 L 2643.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2645.5 49.5 L 2643.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><g><g><text fill="rgb(0, 0, 150)" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="450.5" y="65" text-anchor="middle" dominant-baseline="alphabetic">CREBBP</text></g></g></g></g><g transform="translate(58,519)" clip-path="url(#RefseqGenes_track_label_guid_82th_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="93.109375" height="15"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="4.099609375" y="12.9" text-anchor="start" dominant-baseline="alphabetic">Refseq Genes</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="93.109375" height="15" stroke-miterlimit="10" stroke-dasharray=""/></g></g></svg>
... ...
\ No newline at end of file