b07e7b079c81dcccb59818b0ca69e37ac9ae3b50
COL4A2.md
| ... | ... | @@ -1,4 +1,8 @@ |
| 1 | 1 | # COL4A2 |
| 2 | +## Overview |
|
| 3 | + |
|
| 4 | +Due to [minimal support](COL4A2#representative-mutations) in the original primary data and very few mutations reported in subsequent studies, this gene is very unlikely to be relevant in BL. |
|
| 5 | + |
|
| 2 | 6 | |
| 3 | 7 | ## History |
| 4 | 8 | |
| ... | ... | @@ -47,5 +51,10 @@ View all variants in GenomePaint [hg19](https://morinlab.github.io/LLMPP/GAMBL/C |
| 47 | 51 | <!-- ORIGIN: loveGeneticLandscapeMutations2012 --> |
| 48 | 52 | <!-- BL: loveGeneticLandscapeMutations2012 --> |
| 49 | 53 | |
| 54 | +## Representative Mutation |
|
| 55 | + |
|
| 56 | +★ ☆ ☆ ☆ ☆ |
|
| 57 | + |
|
| 58 | + |
|
| 50 | 59 | ## References |
| 51 | 60 | 1. Love C, Sun Z, Jima D, Li G, Zhang J, Miles R, Richards KL, Dunphy CH, Choi WWL, Srivastava G, Lugar PL, Rizzieri DA, Lagoo AS, Bernal-Mizrachi L, Mann KP, Flowers CR, Naresh KN, Evens AM, Chadburn A, Gordon LI, Czader MB, Gill JI, Hsi ED, Greenough A, Moffitt AB, McKinney M, Banerjee A, Grubor V, Levy S, Dunson DB, Dave SS. The genetic landscape of mutations in Burkitt lymphoma. Nat Genet. 2012 Dec;44(12):1321–1325. PMCID: PMC3674561 |
papers/loveGeneticLandscapeMutations2012.md
| ... | ... | @@ -55,7 +55,7 @@ All other BL studies, BL Tier 2, 101 |
| 55 | 55 | |[CCT6B](../CCT6B)|2 |*Germline*| |
| 56 | 56 | |[CDC73](../CDC73)|2 |★ ★ ★ ☆ ☆| |
| 57 | 57 | |[CDH17](../CDH17)|2 |★ ☆ ☆ ☆ ☆| |
| 58 | -|[COL4A2](../COL4A2)|2 || |
|
| 58 | +|[COL4A2](../COL4A2)|2 |★ ☆ ☆ ☆ ☆| |
|
| 59 | 59 | |[CREBBP](../CREBBP)|2 || |
| 60 | 60 | |[CYB5D1](../CYB5D1)|2 || |
| 61 | 61 | |[CYP4F22](../CYP4F22)|2 || |
papers/loveGeneticLandscapeMutations2012_tmp.html
| ... | ... | @@ -0,0 +1,729 @@ |
| 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_COL4A2.svg
| ... | ... | @@ -0,0 +1 @@ |
| 1 | +<svg xmlns="http://www.w3.org/2000/svg" width="1005" height="631" overflow="visible" viewBox="0 0 1005 631"><defs><clipPath id="ideogram_referenceFrame_0_guid_onhv_clip_rect"><rect x="0" y="0" width="901" height="16"/></clipPath><clipPath id="PMaNhrfwukzp"><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_0d7r_clip_rect"><rect x="0" y="0" width="901" height="40"/></clipPath><clipPath id="sequence_referenceFrame_0_guid_glnp_clip_rect"><rect x="0" y="0" width="901" height="25"/></clipPath><clipPath id="1061_axis_guid_3n2l_clip_rect"><rect x="0" y="0" width="50" height="250"/></clipPath><clipPath id="1061_referenceFrame_0_guid_qoqa_clip_rect"><rect x="0" y="0" width="901" height="250"/></clipPath><clipPath id="1061_track_label_guid_l7eq_clip_rect"><rect x="0" y="0" width="38.921875" height="15"/></clipPath><clipPath id="N1061_axis_guid_g5bj_clip_rect"><rect x="0" y="0" width="50" height="200"/></clipPath><clipPath id="N1061_referenceFrame_0_guid_wor0_clip_rect"><rect x="0" y="0" width="901" height="200"/></clipPath><clipPath id="N1061_track_label_guid_nrdq_clip_rect"><rect x="0" y="0" width="48.3125" height="15"/></clipPath><clipPath id="RefseqGenes_referenceFrame_0_guid_jj1g_clip_rect"><rect x="0" y="0" width="901" height="70"/></clipPath><clipPath id="RefseqGenes_track_label_guid_0zvu_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(#PMaNhrfwukzp)"><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(230,230,230)" stroke="none" x="30" y="1" width="35.52123836262204" height="14"/><rect fill="rgb(230,230,230)" stroke="none" x="66" y="1" width="41.046764330141016" height="14"/><path fill="rgb(150, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M 106.56371508786611 16 L 106.56371508786611 0 L 126.29773640043392 8 Z"/><path fill="rgb(150, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M 145.242396860499 16 L 145.242396860499 0 L 126.29773640043392 8 Z"/><rect fill="rgb(230,230,230)" stroke="none" x="145" y="1" width="29.995712395103055" height="14"/><rect fill="rgb(172,172,172)" stroke="none" x="175" y="1" width="17.36593875505966" height="14"/><rect fill="rgb(230,230,230)" stroke="none" x="193" y="1" width="18.15529960756237" height="14"/><rect fill="rgb(172,172,172)" stroke="none" x="211" y="1" width="8.682969377529844" height="14"/><rect fill="rgb(230,230,230)" stroke="none" x="219" y="1" width="26.048908132589474" height="14"/><rect fill="rgb(115,115,115)" stroke="none" x="245" y="1" width="14.208495345048817" height="14"/><rect fill="rgb(230,230,230)" stroke="none" x="260" y="1" width="14.208495345048846" height="14"/><rect fill="rgb(57,57,57)" stroke="none" x="274" y="1" width="37.88932092013016" height="14"/><rect fill="rgb(230,230,230)" stroke="none" x="312" y="1" width="37.88932092013016" height="14"/><rect fill="rgb(172,172,172)" stroke="none" x="350" y="1" width="12.629773640043425" height="14"/><rect fill="rgb(230,230,230)" stroke="none" x="362" y="1" width="2.368082557508103" height="14"/><rect fill="rgb(115,115,115)" stroke="none" x="365" y="1" width="21.31274301757321" height="14"/><rect fill="rgb(230,230,230)" stroke="none" x="386" y="1" width="26.04890813258953" height="14"/><rect fill="rgb(0,0,0)" stroke="none" x="412" y="1" width="42.62548603514642" height="14"/><rect fill="rgb(230,230,230)" stroke="none" x="455" y="1" width="22.89146472257869" height="14"/><rect fill="rgb(57,57,57)" stroke="none" x="478" y="1" width="28.416990690097577" height="14"/><rect fill="rgb(230,230,230)" stroke="none" x="506" y="1" width="24.47018642758411" height="14"/><rect fill="rgb(0,0,0)" stroke="none" x="530" y="1" width="38.6786817726329" height="14"/><rect fill="rgb(230,230,230)" stroke="none" x="569" y="1" width="16.576577902556892" height="14"/><rect fill="rgb(115,115,115)" stroke="none" x="586" y="1" width="14.208495345048846" height="14"/><rect fill="rgb(230,230,230)" stroke="none" x="600" y="1" width="14.208495345048846" height="14"/><rect fill="rgb(0,0,0)" stroke="none" x="614" y="1" width="68.67439416773595" height="14"/><rect fill="rgb(230,230,230)" stroke="none" x="683" y="1" width="18.15529960756237" height="14"/><rect fill="rgb(0,0,0)" stroke="none" x="701" y="1" width="39.46804262513558" height="14"/><rect fill="rgb(230,230,230)" stroke="none" x="740" y="1" width="25.259547280086736" height="14"/><rect fill="rgb(172,172,172)" stroke="none" x="766" y="1" width="8.682969377529844" height="14"/><rect fill="rgb(230,230,230)" stroke="none" x="774" y="1" width="18.944660460065165" height="14"/><rect fill="rgb(0,0,0)" stroke="none" x="793" y="1" width="25.259547280086736" height="14"/><rect fill="rgb(230,230,230)" stroke="none" x="819" y="1" width="16.576577902556892" height="14"/><rect fill="rgb(0,0,0)" stroke="none" x="835" y="1" width="26.04890813258953" height="14"/><rect fill="rgb(230,230,230)" stroke="none" x="861" y="1" width="39.80730991954124" 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="867.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_0d7r_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 54.5 34.5 L 54.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="75" y="32" text-anchor="start" dominant-baseline="alphabetic">109,958,475 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 110.5 34.5 L 110.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 166.5 34.5 L 166.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="188" y="32" text-anchor="start" dominant-baseline="alphabetic">109,958,480 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 223.5 34.5 L 223.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 279.5 34.5 L 279.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="301" y="32" text-anchor="start" dominant-baseline="alphabetic">109,958,485 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 336.5 34.5 L 336.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 392.5 34.5 L 392.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="413" y="32" text-anchor="start" dominant-baseline="alphabetic">109,958,490 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 448.5 34.5 L 448.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 504.5 34.5 L 504.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="526" y="32" text-anchor="start" dominant-baseline="alphabetic">109,958,495 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 561.5 34.5 L 561.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 617.5 34.5 L 617.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="638" y="32" text-anchor="start" dominant-baseline="alphabetic">109,958,500 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 673.5 34.5 L 673.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 729.5 34.5 L 729.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="751" y="32" text-anchor="start" dominant-baseline="alphabetic">109,958,505 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 786.5 34.5 L 786.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 842.5 34.5 L 842.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="864" y="32" text-anchor="start" dominant-baseline="alphabetic">109,958,510 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 899.5 34.5 L 899.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 955.5 34.5 L 955.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="976" y="32" text-anchor="start" dominant-baseline="alphabetic">109,958,515 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1011.5 34.5 L 1011.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1067.5 34.5 L 1067.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_glnp_clip_rect)"><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="-6.151659666746854" 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="16.373340333253147" 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="39.176660645753145" 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="61.70166064575315" 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="84.22666064575316" 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="106.75166064575315" 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="128.99834033325314" 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="151.52334033325315" 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="174.32666064575315" 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="196.85166064575313" 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="219.65253955200313" 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="242.45830127075314" 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="264.42666064575315" 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="286.6733403332531" 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="309.47666064575316" 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="332.00166064575313" 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="354.80253955200317" 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="377.60830127075315" 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="399.5766606457531" 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="421.82334033325316" 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="444.62666064575313" 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="466.87334033325317" 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="489.39834033325315" 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="512.7583012707531" 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="534.7266606457532" 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="557.2516606457532" 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="580.0525395520032" 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="602.3016606457533" 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="625.1025395520032" 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="647.0733403332532" 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="670.4333012707532" 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="692.4016606457532" 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="715.2025395520033" 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="737.1733403332532" 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="759.6983403332532" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</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="782.7775395520032" 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="805.5833012707532" 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="827.2733403332533" 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="850.6333012707532" 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="872.6016606457532" 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="895.6833012707532" 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="917.6516606457532" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g></g><g transform="translate(0,101)" clip-path="url(#1061_axis_guid_3n2l_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">11</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(#1061_referenceFrame_0_guid_qoqa_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="901" height="250"/></g><rect fill="rgb(150, 150, 150)" stroke="none" x="9" y="9" width="23" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="31" y="14" width="23" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="54" y="14" width="23" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="76" y="14" width="23" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="99" y="14" width="23" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="121" y="14" width="23" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="144" y="14" width="23" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="166" y="14" width="23" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="189" y="14" width="23" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="211" y="14" width="23" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="234" y="14" width="23" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="256" y="18" width="23" height="32"/><rect fill="rgb(150, 150, 150)" stroke="none" x="279" y="18" width="23" height="32"/><rect fill="rgb(150, 150, 150)" stroke="none" x="301" y="18" width="23" height="32"/><rect fill="rgb(150, 150, 150)" stroke="none" x="324" y="14" width="23" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="346" y="14" width="23" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="369" y="9" width="23" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="391" y="5" width="23" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="414" y="5" width="23" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="436" y="5" width="23" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="459" y="5" width="23" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="482" y="5" width="23" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="504" y="5" width="23" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="527" y="5" width="23" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="549" y="5" width="23" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="572" y="0" width="23" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="594" y="0" width="23" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="617" y="0" width="23" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="639" y="0" width="23" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="662" y="0" width="23" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="684" y="0" width="23" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="707" y="0" width="23" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="729" y="0" width="23" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="752" y="0" width="23" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="774" y="0" width="23" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="797" y="0" width="23" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="819" y="0" width="23" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="842" y="0" width="23" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="864" y="0" width="23" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="887" y="0" width="23" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="910" y="-5" width="23" height="55"/><g transform="translate(0,55)"><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2577 0 L 324 0 L 317 6 L 324 12 L 2577 12 L 2577 0 Z"/></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="445.18330127075313" y="9" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -667 0 L 1428 0 L 1435 6 L 1428 12 L -667 12 L -667 0 Z"/></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="445.18330127075313" y="9" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -149 14 L 1946 14 L 1953 20 L 1946 26 L -149 26 L -149 14 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -532 28 L 1721 28 L 1728 34 L 1721 40 L -532 40 L -532 28 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2487 28 L 392 28 L 385 34 L 392 40 L 2487 40 L 2487 28 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1451 42 L -802 42 L -809 48 L -802 54 L 1451 54 L 1451 42 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2063 42 L 32 42 L 39 48 L 32 54 L -2063 54 L -2063 42 Z"/></g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 256.5 62.5 L 369.5 62.5" stroke-miterlimit="10" stroke-dasharray=""/><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1996 56 L 257 56 L 264 62 L 257 68 L -1996 68 L -1996 56 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2464 56 L 369 56 L 362 62 L 369 68 L 2464 68 L 2464 56 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -915 70 L 1338 70 L 1345 76 L 1338 82 L -915 82 L -915 70 Z"/></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="714.9266606457533" y="79" 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="759.9766606457532" y="79" 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="782.5016606457532" y="79" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -419 84 L 1834 84 L 1841 90 L 1834 96 L -419 96 L -419 84 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3005 84 L 910 84 L 903 90 L 910 96 L 3005 96 L 3005 84 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -14 98 L 2036 98 L 2043 104 L 2036 110 L -14 110 L -14 98 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 572 112 L 2825 112 L 2832 118 L 2825 124 L 572 124 L 572 112 Z"/></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="579.7766606457532" y="121" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g></g></g><g transform="translate(58,109)" clip-path="url(#1061_track_label_guid_l7eq_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">1061</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,356)" clip-path="url(#N1061_axis_guid_g5bj_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">8.0</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,356)" clip-path="url(#N1061_referenceFrame_0_guid_wor0_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="9" y="12" width="23" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="31" y="12" width="23" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="54" y="19" width="23" height="31"/><rect fill="rgb(150, 150, 150)" stroke="none" x="76" y="19" width="23" height="31"/><rect fill="rgb(150, 150, 150)" stroke="none" x="99" y="19" width="23" height="31"/><rect fill="rgb(150, 150, 150)" stroke="none" x="121" y="19" width="23" height="31"/><rect fill="rgb(150, 150, 150)" stroke="none" x="144" y="19" width="23" height="31"/><rect fill="rgb(150, 150, 150)" stroke="none" x="166" y="19" width="23" height="31"/><rect fill="rgb(150, 150, 150)" stroke="none" x="189" y="19" width="23" height="31"/><rect fill="rgb(150, 150, 150)" stroke="none" x="211" y="19" width="23" height="31"/><rect fill="rgb(150, 150, 150)" stroke="none" x="234" y="19" width="23" height="31"/><rect fill="rgb(150, 150, 150)" stroke="none" x="256" y="19" width="23" height="31"/><rect fill="rgb(150, 150, 150)" stroke="none" x="279" y="12" width="23" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="301" y="12" width="23" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="324" y="12" width="23" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="346" y="12" width="23" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="369" y="12" width="23" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="391" y="6" width="23" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="414" y="6" width="23" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="436" y="6" width="23" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="459" y="6" width="23" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="482" y="6" width="23" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="504" y="6" width="23" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="527" y="6" width="23" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="549" y="6" width="23" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="572" y="0" width="23" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="594" y="6" width="23" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="617" y="6" width="23" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="639" y="6" width="23" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="662" y="6" width="23" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="684" y="6" width="23" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="707" y="6" width="23" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="729" y="6" width="23" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="752" y="6" width="23" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="774" y="0" width="23" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="797" y="0" width="23" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="819" y="0" width="23" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="842" y="0" width="23" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="864" y="0" width="23" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="887" y="0" width="23" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="910" y="0" width="23" height="50"/><g transform="translate(0,55)"><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1676 0 L -419 0 L -426 6 L -419 12 L 1676 12 L 1676 0 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -59 14 L 1901 14 L 1908 20 L 1901 26 L -59 26 L -59 14 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2176 28 L 77 28 L 84 34 L 77 40 L -2176 40 L -2176 28 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 279 28 L 2532 28 L 2539 34 L 2532 40 L 279 40 L 279 28 Z"/></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="287.5083012707531" y="37" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 77 42 L 1473 42 L 1480 48 L 1473 54 L 77 54 L 77 42 Z"/></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="83.94834033325316" y="51" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 595 56 L -1658 56 L -1665 62 L -1658 68 L 595 68 L 595 56 Z"/></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="579.7766606457532" y="65" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2870 56 L 775 56 L 768 62 L 775 68 L 2870 68 L 2870 56 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 54 70 L -1590 70 L -1597 76 L -1590 82 L 54 82 L 54 70 Z"/></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="38.898340333253145" y="79" text-anchor="start" dominant-baseline="alphabetic" stroke-opacity="0.9" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2644 70 L 392 70 L 385 76 L 392 82 L 2644 82 L 2644 70 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -757 84 L 1338 84 L 1345 90 L 1338 96 L -757 96 L -757 84 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2442 98 L 572 98 L 565 104 L 572 110 L 2442 110 L 2442 98 Z"/></g><g><text fill="none" stroke="rgb(80,80,80)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="579.7766606457532" y="107" text-anchor="start" dominant-baseline="alphabetic" stroke-opacity="0.1" stroke-miterlimit="10" stroke-dasharray="">N</text></g></g></g><g transform="translate(58,364)" clip-path="url(#N1061_track_label_guid_nrdq_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">N1061</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,561)" clip-path="url(#RefseqGenes_referenceFrame_0_guid_jj1g_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 -4523888.5 17.5 L 114592.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 13.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 13.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 43.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 43.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 73.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 73.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 103.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 103.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 133.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 133.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 163.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 163.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 193.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 193.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 223.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 223.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 253.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 253.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 283.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 283.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 313.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 313.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 343.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 343.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 373.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 373.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 403.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 403.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 433.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 433.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 463.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 463.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 493.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 493.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 523.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 523.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 553.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 553.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 583.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 583.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 613.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 613.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 643.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 643.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 673.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 673.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 703.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 703.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 733.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 733.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 763.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 763.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 793.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 793.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 823.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 823.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 853.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 853.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 883.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 883.5 19.5 L 885.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><rect fill="rgb(0, 0, 150)" stroke="none" x="-4226" y="10" width="6465" height="14"/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4212.5 15.5 L -4210.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4212.5 19.5 L -4210.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4182.5 15.5 L -4180.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4182.5 19.5 L -4180.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4152.5 15.5 L -4150.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4152.5 19.5 L -4150.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4122.5 15.5 L -4120.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4122.5 19.5 L -4120.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4092.5 15.5 L -4090.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4092.5 19.5 L -4090.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4062.5 15.5 L -4060.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4062.5 19.5 L -4060.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4032.5 15.5 L -4030.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4032.5 19.5 L -4030.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4002.5 15.5 L -4000.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4002.5 19.5 L -4000.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3972.5 15.5 L -3970.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3972.5 19.5 L -3970.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3942.5 15.5 L -3940.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3942.5 19.5 L -3940.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3912.5 15.5 L -3910.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3912.5 19.5 L -3910.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3882.5 15.5 L -3880.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3882.5 19.5 L -3880.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3852.5 15.5 L -3850.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3852.5 19.5 L -3850.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3822.5 15.5 L -3820.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3822.5 19.5 L -3820.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3792.5 15.5 L -3790.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3792.5 19.5 L -3790.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3762.5 15.5 L -3760.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3762.5 19.5 L -3760.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3732.5 15.5 L -3730.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3732.5 19.5 L -3730.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3702.5 15.5 L -3700.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3702.5 19.5 L -3700.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3672.5 15.5 L -3670.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3672.5 19.5 L -3670.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3642.5 15.5 L -3640.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3642.5 19.5 L -3640.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3612.5 15.5 L -3610.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3612.5 19.5 L -3610.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3582.5 15.5 L -3580.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3582.5 19.5 L -3580.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3552.5 15.5 L -3550.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3552.5 19.5 L -3550.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3522.5 15.5 L -3520.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3522.5 19.5 L -3520.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3492.5 15.5 L -3490.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3492.5 19.5 L -3490.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3462.5 15.5 L -3460.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3462.5 19.5 L -3460.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3432.5 15.5 L -3430.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3432.5 19.5 L -3430.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3402.5 15.5 L -3400.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3402.5 19.5 L -3400.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3372.5 15.5 L -3370.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3372.5 19.5 L -3370.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3342.5 15.5 L -3340.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3342.5 19.5 L -3340.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3312.5 15.5 L -3310.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3312.5 19.5 L -3310.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3282.5 15.5 L -3280.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3282.5 19.5 L -3280.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3252.5 15.5 L -3250.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3252.5 19.5 L -3250.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3222.5 15.5 L -3220.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3222.5 19.5 L -3220.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3192.5 15.5 L -3190.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3192.5 19.5 L -3190.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3162.5 15.5 L -3160.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3162.5 19.5 L -3160.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3132.5 15.5 L -3130.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3132.5 19.5 L -3130.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3102.5 15.5 L -3100.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3102.5 19.5 L -3100.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3072.5 15.5 L -3070.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3072.5 19.5 L -3070.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3042.5 15.5 L -3040.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3042.5 19.5 L -3040.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3012.5 15.5 L -3010.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3012.5 19.5 L -3010.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2982.5 15.5 L -2980.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2982.5 19.5 L -2980.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2952.5 15.5 L -2950.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2952.5 19.5 L -2950.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2922.5 15.5 L -2920.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2922.5 19.5 L -2920.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2892.5 15.5 L -2890.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2892.5 19.5 L -2890.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2862.5 15.5 L -2860.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2862.5 19.5 L -2860.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2832.5 15.5 L -2830.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2832.5 19.5 L -2830.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2802.5 15.5 L -2800.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2802.5 19.5 L -2800.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2772.5 15.5 L -2770.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2772.5 19.5 L -2770.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2742.5 15.5 L -2740.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2742.5 19.5 L -2740.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2712.5 15.5 L -2710.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2712.5 19.5 L -2710.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2682.5 15.5 L -2680.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2682.5 19.5 L -2680.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2652.5 15.5 L -2650.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2652.5 19.5 L -2650.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2622.5 15.5 L -2620.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2622.5 19.5 L -2620.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2592.5 15.5 L -2590.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2592.5 19.5 L -2590.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2562.5 15.5 L -2560.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2562.5 19.5 L -2560.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2532.5 15.5 L -2530.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2532.5 19.5 L -2530.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2502.5 15.5 L -2500.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2502.5 19.5 L -2500.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2472.5 15.5 L -2470.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2472.5 19.5 L -2470.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2442.5 15.5 L -2440.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2442.5 19.5 L -2440.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2412.5 15.5 L -2410.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2412.5 19.5 L -2410.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2382.5 15.5 L -2380.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2382.5 19.5 L -2380.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2352.5 15.5 L -2350.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2352.5 19.5 L -2350.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2322.5 15.5 L -2320.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2322.5 19.5 L -2320.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2292.5 15.5 L -2290.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2292.5 19.5 L -2290.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2262.5 15.5 L -2260.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2262.5 19.5 L -2260.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2232.5 15.5 L -2230.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2232.5 19.5 L -2230.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2202.5 15.5 L -2200.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2202.5 19.5 L -2200.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2172.5 15.5 L -2170.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2172.5 19.5 L -2170.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2142.5 15.5 L -2140.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2142.5 19.5 L -2140.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2112.5 15.5 L -2110.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2112.5 19.5 L -2110.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2082.5 15.5 L -2080.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2082.5 19.5 L -2080.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2052.5 15.5 L -2050.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2052.5 19.5 L -2050.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2022.5 15.5 L -2020.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2022.5 19.5 L -2020.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1992.5 15.5 L -1990.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1992.5 19.5 L -1990.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1962.5 15.5 L -1960.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1962.5 19.5 L -1960.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1932.5 15.5 L -1930.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1932.5 19.5 L -1930.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1902.5 15.5 L -1900.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1902.5 19.5 L -1900.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1872.5 15.5 L -1870.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1872.5 19.5 L -1870.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1842.5 15.5 L -1840.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1842.5 19.5 L -1840.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1812.5 15.5 L -1810.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1812.5 19.5 L -1810.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1782.5 15.5 L -1780.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1782.5 19.5 L -1780.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1752.5 15.5 L -1750.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1752.5 19.5 L -1750.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1722.5 15.5 L -1720.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1722.5 19.5 L -1720.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1692.5 15.5 L -1690.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1692.5 19.5 L -1690.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1662.5 15.5 L -1660.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1662.5 19.5 L -1660.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1632.5 15.5 L -1630.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1632.5 19.5 L -1630.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1602.5 15.5 L -1600.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1602.5 19.5 L -1600.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1572.5 15.5 L -1570.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1572.5 19.5 L -1570.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1542.5 15.5 L -1540.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1542.5 19.5 L -1540.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1512.5 15.5 L -1510.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1512.5 19.5 L -1510.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1482.5 15.5 L -1480.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1482.5 19.5 L -1480.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1452.5 15.5 L -1450.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1452.5 19.5 L -1450.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1422.5 15.5 L -1420.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1422.5 19.5 L -1420.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1392.5 15.5 L -1390.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1392.5 19.5 L -1390.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1362.5 15.5 L -1360.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1362.5 19.5 L -1360.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1332.5 15.5 L -1330.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1332.5 19.5 L -1330.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1302.5 15.5 L -1300.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1302.5 19.5 L -1300.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1272.5 15.5 L -1270.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1272.5 19.5 L -1270.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1242.5 15.5 L -1240.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1242.5 19.5 L -1240.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1212.5 15.5 L -1210.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1212.5 19.5 L -1210.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1182.5 15.5 L -1180.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1182.5 19.5 L -1180.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1152.5 15.5 L -1150.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1152.5 19.5 L -1150.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1122.5 15.5 L -1120.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1122.5 19.5 L -1120.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1092.5 15.5 L -1090.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1092.5 19.5 L -1090.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1062.5 15.5 L -1060.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1062.5 19.5 L -1060.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1032.5 15.5 L -1030.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1032.5 19.5 L -1030.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1002.5 15.5 L -1000.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1002.5 19.5 L -1000.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -972.5 15.5 L -970.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -972.5 19.5 L -970.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -942.5 15.5 L -940.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -942.5 19.5 L -940.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -912.5 15.5 L -910.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -912.5 19.5 L -910.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -882.5 15.5 L -880.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -882.5 19.5 L -880.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -852.5 15.5 L -850.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -852.5 19.5 L -850.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -822.5 15.5 L -820.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -822.5 19.5 L -820.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -792.5 15.5 L -790.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -792.5 19.5 L -790.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -762.5 15.5 L -760.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -762.5 19.5 L -760.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -732.5 15.5 L -730.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -732.5 19.5 L -730.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -702.5 15.5 L -700.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -702.5 19.5 L -700.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -672.5 15.5 L -670.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -672.5 19.5 L -670.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -642.5 15.5 L -640.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -642.5 19.5 L -640.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -612.5 15.5 L -610.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -612.5 19.5 L -610.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -582.5 15.5 L -580.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -582.5 19.5 L -580.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -552.5 15.5 L -550.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -552.5 19.5 L -550.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -522.5 15.5 L -520.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -522.5 19.5 L -520.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -492.5 15.5 L -490.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -492.5 19.5 L -490.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -462.5 15.5 L -460.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -462.5 19.5 L -460.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -432.5 15.5 L -430.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -432.5 19.5 L -430.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -402.5 15.5 L -400.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -402.5 19.5 L -400.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -372.5 15.5 L -370.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -372.5 19.5 L -370.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -342.5 15.5 L -340.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -342.5 19.5 L -340.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -312.5 15.5 L -310.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -312.5 19.5 L -310.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -282.5 15.5 L -280.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -282.5 19.5 L -280.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -252.5 15.5 L -250.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -252.5 19.5 L -250.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -222.5 15.5 L -220.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -222.5 19.5 L -220.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -192.5 15.5 L -190.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -192.5 19.5 L -190.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -162.5 15.5 L -160.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -162.5 19.5 L -160.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -132.5 15.5 L -130.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -132.5 19.5 L -130.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -102.5 15.5 L -100.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -102.5 19.5 L -100.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -72.5 15.5 L -70.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -72.5 19.5 L -70.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -42.5 15.5 L -40.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -42.5 19.5 L -40.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12.5 15.5 L -10.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12.5 19.5 L -10.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17.5 15.5 L 19.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17.5 19.5 L 19.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 47.5 15.5 L 49.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 47.5 19.5 L 49.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 77.5 15.5 L 79.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 77.5 19.5 L 79.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 107.5 15.5 L 109.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 107.5 19.5 L 109.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 137.5 15.5 L 139.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 137.5 19.5 L 139.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 167.5 15.5 L 169.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 167.5 19.5 L 169.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 197.5 15.5 L 199.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 197.5 19.5 L 199.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 227.5 15.5 L 229.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 227.5 19.5 L 229.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 257.5 15.5 L 259.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 257.5 19.5 L 259.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 287.5 15.5 L 289.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 287.5 19.5 L 289.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 317.5 15.5 L 319.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 317.5 19.5 L 319.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 347.5 15.5 L 349.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 347.5 19.5 L 349.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 377.5 15.5 L 379.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 377.5 19.5 L 379.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 407.5 15.5 L 409.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 407.5 19.5 L 409.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 437.5 15.5 L 439.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 437.5 19.5 L 439.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 467.5 15.5 L 469.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 467.5 19.5 L 469.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 497.5 15.5 L 499.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 497.5 19.5 L 499.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 527.5 15.5 L 529.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 527.5 19.5 L 529.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 557.5 15.5 L 559.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 557.5 19.5 L 559.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 587.5 15.5 L 589.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 587.5 19.5 L 589.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 617.5 15.5 L 619.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 617.5 19.5 L 619.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 647.5 15.5 L 649.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 647.5 19.5 L 649.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 677.5 15.5 L 679.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 677.5 19.5 L 679.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 707.5 15.5 L 709.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 707.5 19.5 L 709.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 737.5 15.5 L 739.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 737.5 19.5 L 739.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 767.5 15.5 L 769.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 767.5 19.5 L 769.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 797.5 15.5 L 799.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 797.5 19.5 L 799.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 827.5 15.5 L 829.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 827.5 19.5 L 829.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 857.5 15.5 L 859.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 857.5 19.5 L 859.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 887.5 15.5 L 889.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 887.5 19.5 L 889.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 917.5 15.5 L 919.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 917.5 19.5 L 919.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 947.5 15.5 L 949.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 947.5 19.5 L 949.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 977.5 15.5 L 979.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 977.5 19.5 L 979.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1007.5 15.5 L 1009.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1007.5 19.5 L 1009.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1037.5 15.5 L 1039.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1037.5 19.5 L 1039.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1067.5 15.5 L 1069.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1067.5 19.5 L 1069.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1097.5 15.5 L 1099.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1097.5 19.5 L 1099.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1127.5 15.5 L 1129.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1127.5 19.5 L 1129.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1157.5 15.5 L 1159.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1157.5 19.5 L 1159.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1187.5 15.5 L 1189.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1187.5 19.5 L 1189.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1217.5 15.5 L 1219.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1217.5 19.5 L 1219.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1247.5 15.5 L 1249.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1247.5 19.5 L 1249.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1277.5 15.5 L 1279.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1277.5 19.5 L 1279.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1307.5 15.5 L 1309.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1307.5 19.5 L 1309.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1337.5 15.5 L 1339.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1337.5 19.5 L 1339.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1367.5 15.5 L 1369.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1367.5 19.5 L 1369.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1397.5 15.5 L 1399.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1397.5 19.5 L 1399.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1427.5 15.5 L 1429.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1427.5 19.5 L 1429.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1457.5 15.5 L 1459.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1457.5 19.5 L 1459.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1487.5 15.5 L 1489.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1487.5 19.5 L 1489.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1517.5 15.5 L 1519.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1517.5 19.5 L 1519.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1547.5 15.5 L 1549.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1547.5 19.5 L 1549.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1577.5 15.5 L 1579.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1577.5 19.5 L 1579.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1607.5 15.5 L 1609.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1607.5 19.5 L 1609.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1637.5 15.5 L 1639.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1637.5 19.5 L 1639.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1667.5 15.5 L 1669.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1667.5 19.5 L 1669.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1697.5 15.5 L 1699.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1697.5 19.5 L 1699.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1727.5 15.5 L 1729.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1727.5 19.5 L 1729.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1757.5 15.5 L 1759.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1757.5 19.5 L 1759.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1787.5 15.5 L 1789.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1787.5 19.5 L 1789.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1817.5 15.5 L 1819.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1817.5 19.5 L 1819.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1847.5 15.5 L 1849.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1847.5 19.5 L 1849.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1877.5 15.5 L 1879.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1877.5 19.5 L 1879.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1907.5 15.5 L 1909.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1907.5 19.5 L 1909.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1937.5 15.5 L 1939.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1937.5 19.5 L 1939.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1967.5 15.5 L 1969.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1967.5 19.5 L 1969.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1997.5 15.5 L 1999.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1997.5 19.5 L 1999.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2027.5 15.5 L 2029.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2027.5 19.5 L 2029.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2057.5 15.5 L 2059.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2057.5 19.5 L 2059.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2087.5 15.5 L 2089.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2087.5 19.5 L 2089.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2117.5 15.5 L 2119.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2117.5 19.5 L 2119.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2147.5 15.5 L 2149.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2147.5 19.5 L 2149.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2177.5 15.5 L 2179.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2177.5 19.5 L 2179.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2207.5 15.5 L 2209.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2207.5 19.5 L 2209.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">COL4A2</text></g></g></g><g><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M -124936.5 47.5 L 1291.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="-532" y="43.5" width="1825" height="7"/><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">COL4A2-AS1</text></g></g></g></g><g transform="translate(58,569)" clip-path="url(#RefseqGenes_track_label_guid_0zvu_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 |