aboutsummaryrefslogblamecommitdiff
path: root/tests/testthat/_snaps/plot/mixed-model-fit-for-saem-object-with-mkin-transformations.svg
blob: 84a69d24543844c6458f7d995dc4bf8d7793d68d (plain) (tree)
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493

































































































                                                                                                                                                                                            











































                                                                                                                                                                                                   















                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 

                                                                                                                     















                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 



                                                                                                   































                                                                                                     
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           



                                                                                                   































                                                                                                     
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 

                                                                                                                                  















                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

                                                                                                                     















                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    





                                                                                                     















































                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 







                                                                                  































































                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                





                                                                                                                                  















































                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           





                                                                                                   















































                                                                                                     
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 



                                                                                                                     































                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           





                                                                                                     















































                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    





                                                                                                   















































                                                                                                     
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 



                                                                                                                     































                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 

                                                                                                                                  















                                                                                                                                      

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           








                                                                
                                                                                    
                                                                                    




                                                                                    
                                                                                                                                                           








                                                                                                                                                              
                                                                                    





                                                                                                                                                                                       
                                                                                                                                                                                      


                                                                                                                                                                                      












                                                                                                                                                                                                           































































































































































































































































































































































































































































































































































































                                                                                                                                      






                                                                
















                                                                                                                                                              
                                                                                  
                                                                                  



                                                                                  
                                                                                                                                                                                     



                                                                                                                                                                                      











                                                                                                                                                                                               















                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 















                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 































                                                                                                     
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           































                                                                                                     
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 















                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           















                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    















































                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 































































                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                















































                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           















































                                                                                                     
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 































                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           















































                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    















































                                                                                                     
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 































                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 















                                                                                                                                      

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           








                                                                 
                                                                                    
                                                                                    



                                                                                    
                                                                                                                                                           







                                                                                                                                                            
                                                                                    





                                                                                                                                                                                       
                                                                                                                                                                                      


                                                                                                                                                                                      












                                                                                                                                                                                                           































































































































































































































































































































































































































































































































                                                                                                                                      








                                                               
<?xml version='1.0' encoding='UTF-8' ?>
<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' class='svglite' data-engine-version='2.0' width='720.00pt' height='576.00pt' viewBox='0 0 720.00 576.00'>
<defs>
  <style type='text/css'><![CDATA[
    .svglite line, .svglite polyline, .svglite polygon, .svglite path, .svglite rect, .svglite circle {
      fill: none;
      stroke: #000000;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-miterlimit: 10.00;
    }
  ]]></style>
</defs>
<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
<defs>
  <clipPath id='cpMC4wMHw3MjAuMDB8MC4wMHw1NzYuMDA='>
    <rect x='0.00' y='0.00' width='720.00' height='576.00' />
  </clipPath>
</defs>
<g clip-path='url(#cpMC4wMHw3MjAuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
  <clipPath id='cpMTkuOTZ8NzAwLjA0fDAuOTV8NzEuMDU='>
    <rect x='19.96' y='0.95' width='680.08' height='70.10' />
  </clipPath>
</defs>
<g clip-path='url(#cpMTkuOTZ8NzAwLjA0fDAuOTV8NzEuMDU=)'>
<line x1='238.45' y1='21.74' x2='252.70' y2='21.74' style='stroke-width: 1.50;' />
<line x1='238.45' y1='31.25' x2='252.70' y2='31.25' style='stroke-width: 0.75; stroke: #DF536B; stroke-dasharray: 4.00,4.00;' />
<line x1='238.45' y1='40.75' x2='252.70' y2='40.75' style='stroke-width: 0.75; stroke: #61D04F; stroke-dasharray: 1.00,3.00;' />
<line x1='238.45' y1='50.26' x2='252.70' y2='50.26' style='stroke-width: 0.75; stroke: #2297E6; stroke-dasharray: 1.00,3.00,4.00,3.00;' />
<line x1='299.40' y1='21.74' x2='313.66' y2='21.74' style='stroke-width: 0.75; stroke: #28E2E5; stroke-dasharray: 7.00,3.00;' />
<line x1='299.40' y1='31.25' x2='313.66' y2='31.25' style='stroke-width: 0.75; stroke: #CD0BBC; stroke-dasharray: 2.00,2.00,6.00,2.00;' />
<line x1='299.40' y1='40.75' x2='313.66' y2='40.75' style='stroke-width: 0.75; stroke: #F5C710;' />
<line x1='299.40' y1='50.26' x2='313.66' y2='50.26' style='stroke-width: 0.75; stroke: #9E9E9E; stroke-dasharray: 4.00,4.00;' />
<line x1='360.36' y1='21.74' x2='374.61' y2='21.74' style='stroke-width: 0.75; stroke-dasharray: 1.00,3.00;' />
<line x1='360.36' y1='31.25' x2='374.61' y2='31.25' style='stroke-width: 0.75; stroke: #DF536B; stroke-dasharray: 1.00,3.00,4.00,3.00;' />
<line x1='360.36' y1='40.75' x2='374.61' y2='40.75' style='stroke-width: 0.75; stroke: #61D04F; stroke-dasharray: 7.00,3.00;' />
<line x1='360.36' y1='50.26' x2='374.61' y2='50.26' style='stroke-width: 0.75; stroke: #2297E6; stroke-dasharray: 2.00,2.00,6.00,2.00;' />
<line x1='421.31' y1='21.74' x2='435.57' y2='21.74' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='421.31' y1='31.25' x2='435.57' y2='31.25' style='stroke-width: 0.75; stroke: #CD0BBC; stroke-dasharray: 4.00,4.00;' />
<line x1='421.31' y1='40.75' x2='435.57' y2='40.75' style='stroke-width: 0.75; stroke: #F5C710; stroke-dasharray: 1.00,3.00;' />
<line x1='421.31' y1='50.26' x2='435.57' y2='50.26' style='stroke-width: 0.75; stroke: #9E9E9E; stroke-dasharray: 1.00,3.00,4.00,3.00;' />
<circle cx='245.58' cy='31.25' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='245.58,37.98 247.98,42.14 243.18,42.14 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<line x1='243.06' y1='50.26' x2='248.10' y2='50.26' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='245.58' y1='52.78' x2='245.58' y2='47.74' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='304.75' y1='23.53' x2='308.31' y2='19.96' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='304.75' y1='19.96' x2='308.31' y2='23.53' style='stroke-width: 0.75; stroke: #28E2E5;' />
<polygon points='304.01,31.25 306.53,28.73 309.05,31.25 306.53,33.77 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='306.53,43.52 308.93,39.37 304.13,39.37 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='304.75' y='48.47' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='304.75' y1='52.04' x2='308.31' y2='48.47' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='304.75' y1='48.47' x2='308.31' y2='52.04' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='365.70' y1='23.53' x2='369.27' y2='19.96' style='stroke-width: 0.75;' />
<line x1='365.70' y1='19.96' x2='369.27' y2='23.53' style='stroke-width: 0.75;' />
<line x1='364.96' y1='21.74' x2='370.00' y2='21.74' style='stroke-width: 0.75;' />
<line x1='367.48' y1='24.26' x2='367.48' y2='19.22' style='stroke-width: 0.75;' />
<line x1='364.96' y1='31.25' x2='370.00' y2='31.25' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='367.48' y1='33.77' x2='367.48' y2='28.73' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='364.96,31.25 367.48,28.73 370.00,31.25 367.48,33.77 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<circle cx='367.48' cy='40.75' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='365.70' y1='40.75' x2='369.27' y2='40.75' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='367.48' y1='42.53' x2='367.48' y2='38.97' style='stroke-width: 0.75; stroke: #61D04F;' />
<polygon points='367.48,53.03 369.88,48.18 365.08,48.18 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='367.48,47.48 369.88,52.33 365.08,52.33 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<line x1='426.66' y1='21.74' x2='430.22' y2='21.74' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='428.44' y1='23.53' x2='428.44' y2='19.96' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='426.66' y='19.96' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<circle cx='428.44' cy='31.25' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='426.66' y1='33.03' x2='430.22' y2='29.47' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='426.66' y1='29.47' x2='430.22' y2='33.03' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<polygon points='428.44,38.97 430.22,42.53 426.66,42.53 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='426.66' y='38.97' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='426.66,52.04 430.22,52.04 430.22,48.47 426.66,48.47 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<text x='259.83' y='24.47' style='font-size: 7.92px; font-family: sans;' textLength='37.43px' lengthAdjust='spacingAndGlyphs'>Population</text>
<text x='259.83' y='33.97' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>1</text>
<text x='259.83' y='43.48' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>2</text>
<text x='259.83' y='52.98' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>3</text>
<text x='320.79' y='24.47' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>4</text>
<text x='320.79' y='33.97' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>5</text>
<text x='320.79' y='43.48' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>6</text>
<text x='320.79' y='52.98' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>7</text>
<text x='381.74' y='24.47' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>8</text>
<text x='381.74' y='33.97' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>9</text>
<text x='381.74' y='43.48' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>10</text>
<text x='381.74' y='52.98' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>11</text>
<text x='442.69' y='24.47' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>12</text>
<text x='442.69' y='33.97' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>13</text>
<text x='442.69' y='43.48' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>14</text>
<text x='442.69' y='52.98' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>15</text>
</g>
<defs>
  <clipPath id='cpMzguOTd8MzQwLjA0fDgyLjQ1fDI4My40OQ=='>
    <rect x='38.97' y='82.45' width='301.08' height='201.03' />
  </clipPath>
</defs>
<g clip-path='url(#cpMzguOTd8MzQwLjA0fDgyLjQ1fDI4My40OQ==)'>
</g>
<g clip-path='url(#cpMC4wMHw3MjAuMDB8MC4wMHw1NzYuMDA=)'>
<line x1='50.12' y1='283.49' x2='328.89' y2='283.49' style='stroke-width: 0.75;' />
<line x1='50.12' y1='283.49' x2='50.12' y2='288.24' style='stroke-width: 0.75;' />
<line x1='96.58' y1='283.49' x2='96.58' y2='288.24' style='stroke-width: 0.75;' />
<line x1='143.04' y1='283.49' x2='143.04' y2='288.24' style='stroke-width: 0.75;' />
<line x1='189.50' y1='283.49' x2='189.50' y2='288.24' style='stroke-width: 0.75;' />
<line x1='235.97' y1='283.49' x2='235.97' y2='288.24' style='stroke-width: 0.75;' />
<line x1='282.43' y1='283.49' x2='282.43' y2='288.24' style='stroke-width: 0.75;' />
<line x1='328.89' y1='283.49' x2='328.89' y2='288.24' style='stroke-width: 0.75;' />
<text x='50.12' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>0</text>
<text x='96.58' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>20</text>
<text x='143.04' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>40</text>
<text x='189.50' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>60</text>
<text x='235.97' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>80</text>
<text x='282.43' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='13.22px' lengthAdjust='spacingAndGlyphs'>100</text>
<text x='328.89' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='13.22px' lengthAdjust='spacingAndGlyphs'>120</text>
<line x1='38.97' y1='276.04' x2='38.97' y2='111.75' style='stroke-width: 0.75;' />
<line x1='38.97' y1='276.04' x2='34.21' y2='276.04' style='stroke-width: 0.75;' />
<line x1='38.97' y1='243.18' x2='34.21' y2='243.18' style='stroke-width: 0.75;' />
<line x1='38.97' y1='210.33' x2='34.21' y2='210.33' style='stroke-width: 0.75;' />
<line x1='38.97' y1='177.47' x2='34.21' y2='177.47' style='stroke-width: 0.75;' />
<line x1='38.97' y1='144.61' x2='34.21' y2='144.61' style='stroke-width: 0.75;' />
<line x1='38.97' y1='111.75' x2='34.21' y2='111.75' style='stroke-width: 0.75;' />
<text transform='translate(27.56,276.04) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>0</text>
<text transform='translate(27.56,243.18) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>20</text>
<text transform='translate(27.56,210.33) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>40</text>
<text transform='translate(27.56,177.47) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>60</text>
<text transform='translate(27.56,144.61) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>80</text>
<text transform='translate(27.56,111.75) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='13.22px' lengthAdjust='spacingAndGlyphs'>100</text>
<polygon points='38.97,283.49 340.04,283.49 340.04,82.45 38.97,82.45 ' style='stroke-width: 0.75; fill: none;' />
</g>
<defs>
  <clipPath id='cpMC4wMHwzNjAuMDB8NzIuMDB8MzEyLjAw'>
    <rect x='0.00' y='72.00' width='360.00' height='240.00' />
  </clipPath>
</defs>
<g clip-path='url(#cpMC4wMHwzNjAuMDB8NzIuMDB8MzEyLjAw)'>
<text x='189.50' y='319.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='17.60px' lengthAdjust='spacingAndGlyphs'>Time</text>
<text transform='translate(8.55,182.97) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='57.68px' lengthAdjust='spacingAndGlyphs'>Residues parent</text>
</g>
<g clip-path='url(#cpMzguOTd8MzQwLjA0fDgyLjQ1fDI4My40OQ==)'>
<circle cx='50.12' cy='104.69' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='50.12' cy='114.05' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='52.44' cy='125.06' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='52.44' cy='121.61' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='57.09' cy='124.40' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='57.09' cy='134.26' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='66.38' cy='159.07' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='66.38' cy='152.17' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='82.64' cy='189.30' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='82.64' cy='196.36' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='115.16' cy='224.78' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='115.16' cy='225.28' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='189.50' cy='248.77' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='189.50' cy='246.14' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='259.20' cy='259.28' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='259.20' cy='261.09' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='328.89' cy='269.31' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='328.89' cy='266.35' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<polyline points='50.12,111.05 52.44,120.53 55.81,132.89 57.09,137.20 61.50,150.59 66.38,163.16 67.19,165.03 72.87,176.89 78.56,186.71 82.64,192.73 84.25,194.91 89.94,201.81 95.63,207.68 101.32,212.72 107.01,217.10 112.70,220.93 115.16,222.45 118.39,224.33 124.08,227.36 129.77,230.08 135.46,232.56 141.15,234.83 146.83,236.92 152.52,238.85 158.21,240.65 163.90,242.34 169.59,243.92 175.28,245.41 180.97,246.81 186.66,248.14 189.50,248.77 192.35,249.40 198.04,250.59 203.73,251.73 209.42,252.81 215.11,253.84 220.79,254.82 226.48,255.75 232.17,256.65 237.86,257.50 243.55,258.31 249.24,259.09 254.93,259.83 259.20,260.37 260.62,260.54 266.31,261.22 272.00,261.87 277.69,262.49 283.38,263.08 289.07,263.65 294.76,264.19 300.44,264.71 306.13,265.20 311.82,265.68 317.51,266.13 323.20,266.56 328.89,266.97 ' style='stroke-width: 0.75; stroke: #DF536B; stroke-dasharray: 4.00,4.00;' />
<polygon points='50.12,95.84 52.52,99.99 47.72,99.99 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='50.12,100.44 52.52,104.59 47.72,104.59 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='52.44,109.31 54.84,113.47 50.04,113.47 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='52.44,126.39 54.84,130.55 50.04,130.55 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='57.09,140.52 59.49,144.68 54.69,144.68 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='57.09,125.90 59.49,130.06 54.69,130.06 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='66.38,155.97 68.78,160.12 63.98,160.12 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='66.38,162.37 68.78,166.53 63.98,166.53 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='82.64,184.72 85.04,188.87 80.24,188.87 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='82.64,187.84 85.04,192.00 80.24,192.00 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='115.16,218.40 117.56,222.55 112.76,222.55 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='115.16,215.44 117.56,219.60 112.76,219.60 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='189.50,239.43 191.90,243.58 187.10,243.58 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='189.50,244.68 191.90,248.84 187.10,248.84 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='259.20,257.50 261.60,261.66 256.80,261.66 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='259.20,255.03 261.60,259.19 256.80,259.19 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='328.89,260.78 331.29,264.94 326.49,264.94 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='328.89,258.81 331.29,262.97 326.49,262.97 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polyline points='50.12,111.05 52.44,119.87 55.81,131.46 57.09,135.53 61.50,148.27 66.38,160.37 67.19,162.18 72.87,173.76 78.56,183.44 82.64,189.43 84.25,191.60 89.94,198.52 95.63,204.43 101.32,209.52 107.01,213.94 112.70,217.81 115.16,219.34 118.39,221.23 124.08,224.27 129.77,227.00 135.46,229.47 141.15,231.72 146.83,233.79 152.52,235.70 158.21,237.47 163.90,239.12 169.59,240.67 175.28,242.13 180.97,243.50 186.66,244.80 189.50,245.43 192.35,246.04 198.04,247.22 203.73,248.34 209.42,249.41 215.11,250.43 220.79,251.41 226.48,252.35 232.17,253.25 237.86,254.12 243.55,254.95 249.24,255.74 254.93,256.51 259.20,257.06 260.62,257.24 266.31,257.95 272.00,258.63 277.69,259.28 283.38,259.91 289.07,260.51 294.76,261.10 300.44,261.66 306.13,262.19 311.82,262.71 317.51,263.21 323.20,263.69 328.89,264.15 ' style='stroke-width: 0.75; stroke: #61D04F; stroke-dasharray: 1.00,3.00;' />
<line x1='47.60' y1='126.87' x2='52.64' y2='126.87' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='50.12' y1='129.39' x2='50.12' y2='124.35' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='47.60' y1='108.14' x2='52.64' y2='108.14' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='50.12' y1='110.66' x2='50.12' y2='105.62' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='49.92' y1='131.63' x2='54.96' y2='131.63' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='52.44' y1='134.15' x2='52.44' y2='129.11' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='49.92' y1='112.57' x2='54.96' y2='112.57' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='52.44' y1='115.09' x2='52.44' y2='110.05' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='54.57' y1='140.67' x2='59.61' y2='140.67' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='57.09' y1='143.19' x2='57.09' y2='138.15' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='54.57' y1='135.08' x2='59.61' y2='135.08' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='57.09' y1='137.60' x2='57.09' y2='132.56' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='63.86' y1='169.58' x2='68.90' y2='169.58' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='66.38' y1='172.10' x2='66.38' y2='167.06' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='63.86' y1='174.02' x2='68.90' y2='174.02' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='66.38' y1='176.54' x2='66.38' y2='171.50' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='80.12' y1='185.52' x2='85.16' y2='185.52' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='82.64' y1='188.04' x2='82.64' y2='183.00' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='80.12' y1='194.06' x2='85.16' y2='194.06' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='82.64' y1='196.58' x2='82.64' y2='191.54' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='112.64' y1='229.88' x2='117.68' y2='229.88' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='115.16' y1='232.40' x2='115.16' y2='227.36' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='112.64' y1='223.63' x2='117.68' y2='223.63' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='115.16' y1='226.15' x2='115.16' y2='221.11' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='186.98' y1='258.30' x2='192.02' y2='258.30' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='189.50' y1='260.82' x2='189.50' y2='255.78' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='186.98' y1='256.16' x2='192.02' y2='256.16' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='189.50' y1='258.68' x2='189.50' y2='253.64' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='256.68' y1='265.86' x2='261.72' y2='265.86' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='259.20' y1='268.38' x2='259.20' y2='263.34' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='256.68' y1='266.51' x2='261.72' y2='266.51' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='259.20' y1='269.03' x2='259.20' y2='263.99' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='326.37' y1='271.28' x2='331.41' y2='271.28' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='328.89' y1='273.80' x2='328.89' y2='268.76' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='326.37' y1='272.43' x2='331.41' y2='272.43' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='328.89' y1='274.95' x2='328.89' y2='269.91' style='stroke-width: 0.75; stroke: #2297E6;' />
<polyline points='50.12,111.12 52.44,120.10 55.81,131.99 57.09,136.20 61.50,149.46 66.38,162.22 67.19,164.15 72.87,176.56 78.56,187.11 82.64,193.71 84.25,196.12 89.94,203.88 95.63,210.58 101.32,216.42 107.01,221.54 112.70,226.05 115.16,227.83 118.39,230.04 124.08,233.60 129.77,236.79 135.46,239.67 141.15,242.27 146.83,244.63 152.52,246.79 158.21,248.76 163.90,250.58 169.59,252.25 175.28,253.79 180.97,255.22 186.66,256.55 189.50,257.18 192.35,257.78 198.04,258.93 203.73,260.00 209.42,260.99 215.11,261.92 220.79,262.79 226.48,263.61 232.17,264.37 237.86,265.08 243.55,265.75 249.24,266.38 254.93,266.97 259.20,267.38 260.62,267.52 266.31,268.03 272.00,268.52 277.69,268.98 283.38,269.40 289.07,269.80 294.76,270.18 300.44,270.54 306.13,270.87 311.82,271.18 317.51,271.47 323.20,271.75 328.89,272.01 ' style='stroke-width: 0.75; stroke: #2297E6; stroke-dasharray: 1.00,3.00,4.00,3.00;' />
<line x1='48.34' y1='121.58' x2='51.90' y2='118.02' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='48.34' y1='118.02' x2='51.90' y2='121.58' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='48.34' y1='103.02' x2='51.90' y2='99.45' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='48.34' y1='99.45' x2='51.90' y2='103.02' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='50.66' y1='128.98' x2='54.22' y2='125.41' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='50.66' y1='125.41' x2='54.22' y2='128.98' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='50.66' y1='120.10' x2='54.22' y2='116.54' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='50.66' y1='116.54' x2='54.22' y2='120.10' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='55.30' y1='138.18' x2='58.87' y2='134.61' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='55.30' y1='134.61' x2='58.87' y2='138.18' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='55.30' y1='141.13' x2='58.87' y2='137.57' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='55.30' y1='137.57' x2='58.87' y2='141.13' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='64.60' y1='164.30' x2='68.16' y2='160.73' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='64.60' y1='160.73' x2='68.16' y2='164.30' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='64.60' y1='165.12' x2='68.16' y2='161.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='64.60' y1='161.56' x2='68.16' y2='165.12' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='80.86' y1='198.14' x2='84.42' y2='194.58' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='80.86' y1='194.58' x2='84.42' y2='198.14' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='80.86' y1='189.44' x2='84.42' y2='185.87' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='80.86' y1='185.87' x2='84.42' y2='189.44' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='113.38' y1='230.84' x2='116.95' y2='227.27' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='113.38' y1='227.27' x2='116.95' y2='230.84' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='113.38' y1='230.18' x2='116.95' y2='226.62' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='113.38' y1='226.62' x2='116.95' y2='230.18' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='187.72' y1='259.75' x2='191.29' y2='256.19' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='187.72' y1='256.19' x2='191.29' y2='259.75' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='187.72' y1='264.85' x2='191.29' y2='261.28' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='187.72' y1='261.28' x2='191.29' y2='264.85' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='257.42' y1='275.69' x2='260.98' y2='272.12' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='257.42' y1='272.12' x2='260.98' y2='275.69' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='257.42' y1='275.36' x2='260.98' y2='271.80' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='257.42' y1='271.80' x2='260.98' y2='275.36' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='327.11' y1='276.67' x2='330.67' y2='273.11' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='327.11' y1='273.11' x2='330.67' y2='276.67' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='327.11' y1='274.54' x2='330.67' y2='270.97' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='327.11' y1='270.97' x2='330.67' y2='274.54' style='stroke-width: 0.75; stroke: #28E2E5;' />
<polyline points='50.12,111.05 52.44,119.24 55.81,130.28 57.09,134.24 61.50,146.95 66.38,159.49 67.19,161.42 72.87,174.03 78.56,185.04 82.64,192.07 84.25,194.67 89.94,203.12 95.63,210.55 101.32,217.10 107.01,222.89 112.70,228.02 115.16,230.06 118.39,232.58 124.08,236.64 129.77,240.26 135.46,243.51 141.15,246.41 146.83,249.02 152.52,251.38 158.21,253.50 163.90,255.41 169.59,257.15 175.28,258.72 180.97,260.15 186.66,261.45 189.50,262.06 192.35,262.64 198.04,263.72 203.73,264.71 209.42,265.61 215.11,266.44 220.79,267.19 226.48,267.89 232.17,268.52 237.86,269.11 243.55,269.64 249.24,270.14 254.93,270.59 259.20,270.91 260.62,271.01 266.31,271.39 272.00,271.75 277.69,272.08 283.38,272.38 289.07,272.66 294.76,272.91 300.44,273.15 306.13,273.37 311.82,273.57 317.51,273.76 323.20,273.93 328.89,274.09 ' style='stroke-width: 0.75; stroke: #28E2E5; stroke-dasharray: 7.00,3.00;' />
<polygon points='47.60,102.06 50.12,99.54 52.64,102.06 50.12,104.58 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='47.60,118.49 50.12,115.97 52.64,118.49 50.12,121.01 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='49.92,120.29 52.44,117.77 54.96,120.29 52.44,122.81 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='49.92,141.49 52.44,138.97 54.96,141.49 52.44,144.01 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='54.57,151.02 57.09,148.50 59.61,151.02 57.09,153.54 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='54.57,146.25 57.09,143.73 59.61,146.25 57.09,148.77 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='63.86,176.15 66.38,173.63 68.90,176.15 66.38,178.67 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='63.86,172.54 66.38,170.02 68.90,172.54 66.38,175.06 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='80.12,204.74 82.64,202.22 85.16,204.74 82.64,207.26 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='80.12,202.44 82.64,199.92 85.16,202.44 82.64,204.96 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='112.64,226.75 115.16,224.23 117.68,226.75 115.16,229.28 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='112.64,222.48 115.16,219.96 117.68,222.48 115.16,225.00 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='186.98,254.36 189.50,251.84 192.02,254.36 189.50,256.88 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='186.98,249.76 189.50,247.24 192.02,249.76 189.50,252.28 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='256.68,263.23 259.20,260.71 261.72,263.23 259.20,265.75 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='256.68,263.23 259.20,260.71 261.72,263.23 259.20,265.75 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='326.37,270.95 328.89,268.43 331.41,270.95 328.89,273.47 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='326.37,270.29 328.89,267.77 331.41,270.29 328.89,272.81 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polyline points='50.12,111.04 52.44,124.25 55.81,140.41 57.09,145.77 61.50,161.51 66.38,175.04 67.19,176.96 72.87,188.52 78.56,197.40 82.64,202.59 84.25,204.42 89.94,210.12 95.63,214.88 101.32,218.96 107.01,222.54 112.70,225.73 115.16,227.01 118.39,228.62 124.08,231.27 129.77,233.72 135.46,236.01 141.15,238.14 146.83,240.15 152.52,242.04 158.21,243.82 163.90,245.51 169.59,247.10 175.28,248.61 180.97,250.04 186.66,251.39 189.50,252.04 192.35,252.67 198.04,253.89 203.73,255.04 209.42,256.13 215.11,257.16 220.79,258.15 226.48,259.07 232.17,259.96 237.86,260.79 243.55,261.58 249.24,262.33 254.93,263.05 259.20,263.56 260.62,263.72 266.31,264.36 272.00,264.97 277.69,265.54 283.38,266.09 289.07,266.60 294.76,267.09 300.44,267.56 306.13,268.00 311.82,268.42 317.51,268.81 323.20,269.19 328.89,269.54 ' style='stroke-width: 0.75; stroke: #CD0BBC; stroke-dasharray: 2.00,2.00,6.00,2.00;' />
<polygon points='50.12,119.94 52.52,115.79 47.72,115.79 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='50.12,114.85 52.52,110.69 47.72,110.69 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='52.44,115.67 54.84,111.52 50.04,111.52 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='52.44,122.41 54.84,118.25 50.04,118.25 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='57.09,138.51 59.49,134.35 54.69,134.35 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='57.09,133.42 59.49,129.26 54.69,129.26 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='66.38,174.98 68.78,170.82 63.98,170.82 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='66.38,170.38 68.78,166.22 63.98,166.22 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='82.64,195.85 85.04,191.69 80.24,191.69 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='82.64,189.60 85.04,185.45 80.24,185.45 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='115.16,223.12 117.56,218.96 112.76,218.96 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='115.16,219.18 117.56,215.02 112.76,215.02 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='189.50,240.53 191.90,236.38 187.10,236.38 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='189.50,242.67 191.90,238.51 187.10,238.51 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='259.20,257.46 261.60,253.30 256.80,253.30 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='259.20,256.31 261.60,252.15 256.80,252.15 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='328.89,264.52 331.29,260.36 326.49,260.36 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='328.89,265.18 331.29,261.02 326.49,261.02 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polyline points='50.12,111.04 52.44,121.85 55.81,135.45 57.09,140.06 61.50,153.91 66.38,166.25 67.19,168.03 72.87,178.97 78.56,187.59 82.64,192.69 84.25,194.50 89.94,200.14 95.63,204.85 101.32,208.85 107.01,212.33 112.70,215.39 115.16,216.62 118.39,218.14 124.08,220.65 129.77,222.96 135.46,225.10 141.15,227.11 146.83,229.01 152.52,230.81 158.21,232.52 163.90,234.16 169.59,235.72 175.28,237.22 180.97,238.66 186.66,240.04 189.50,240.71 192.35,241.36 198.04,242.64 203.73,243.87 209.42,245.05 215.11,246.18 220.79,247.28 226.48,248.33 232.17,249.35 237.86,250.33 243.55,251.27 249.24,252.18 254.93,253.05 259.20,253.69 260.62,253.89 266.31,254.71 272.00,255.49 277.69,256.24 283.38,256.96 289.07,257.66 294.76,258.34 300.44,258.99 306.13,259.61 311.82,260.21 317.51,260.79 323.20,261.35 328.89,261.89 ' style='stroke-width: 0.75; stroke: #F5C710;' />
<rect x='48.34' y='106.03' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='48.34' y1='109.59' x2='51.90' y2='106.03' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='48.34' y1='106.03' x2='51.90' y2='109.59' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='48.34' y='113.75' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='48.34' y1='117.31' x2='51.90' y2='113.75' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='48.34' y1='113.75' x2='51.90' y2='117.31' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='50.66' y='121.14' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='50.66' y1='124.70' x2='54.22' y2='121.14' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='50.66' y1='121.14' x2='54.22' y2='124.70' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='50.66' y='114.90' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='50.66' y1='118.46' x2='54.22' y2='114.90' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='50.66' y1='114.90' x2='54.22' y2='118.46' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='55.30' y='142.17' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='55.30' y1='145.73' x2='58.87' y2='142.17' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='55.30' y1='142.17' x2='58.87' y2='145.73' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='55.30' y='152.36' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='55.30' y1='155.92' x2='58.87' y2='152.36' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='55.30' y1='152.36' x2='58.87' y2='155.92' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='64.60' y='195.07' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='64.60' y1='198.64' x2='68.16' y2='195.07' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='64.60' y1='195.07' x2='68.16' y2='198.64' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='64.60' y='186.86' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='64.60' y1='190.42' x2='68.16' y2='186.86' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='64.60' y1='186.86' x2='68.16' y2='190.42' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='80.86' y='219.22' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='80.86' y1='222.79' x2='84.42' y2='219.22' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='80.86' y1='219.22' x2='84.42' y2='222.79' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='80.86' y='219.39' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='80.86' y1='222.95' x2='84.42' y2='219.39' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='80.86' y1='219.39' x2='84.42' y2='222.95' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='113.38' y='246.17' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='113.38' y1='249.73' x2='116.95' y2='246.17' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='113.38' y1='246.17' x2='116.95' y2='249.73' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='113.38' y='246.99' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='113.38' y1='250.55' x2='116.95' y2='246.99' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='113.38' y1='246.99' x2='116.95' y2='250.55' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='187.72' y='264.24' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='187.72' y1='267.80' x2='191.29' y2='264.24' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='187.72' y1='264.24' x2='191.29' y2='267.80' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='187.72' y='261.45' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='187.72' y1='265.01' x2='191.29' y2='261.45' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='187.72' y1='261.45' x2='191.29' y2='265.01' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='257.42' y='267.36' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='257.42' y1='270.92' x2='260.98' y2='267.36' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='257.42' y1='267.36' x2='260.98' y2='270.92' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='257.42' y='270.97' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='257.42' y1='274.54' x2='260.98' y2='270.97' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='257.42' y1='270.97' x2='260.98' y2='274.54' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='327.11' y='270.81' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='327.11' y1='274.37' x2='330.67' y2='270.81' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='327.11' y1='270.81' x2='330.67' y2='274.37' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='327.11' y='273.27' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='327.11' y1='276.84' x2='330.67' y2='273.27' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='327.11' y1='273.27' x2='330.67' y2='276.84' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<polyline points='50.12,111.05 52.44,127.15 55.81,146.87 57.09,153.41 61.50,172.57 66.38,188.95 67.19,191.26 72.87,205.06 78.56,215.45 82.64,221.36 84.25,223.42 89.94,229.69 95.63,234.72 101.32,238.86 107.01,242.34 112.70,245.31 115.16,246.47 118.39,247.90 124.08,250.18 129.77,252.22 135.46,254.06 141.15,255.72 146.83,257.25 152.52,258.64 158.21,259.92 163.90,261.10 169.59,262.19 175.28,263.20 180.97,264.13 186.66,264.99 189.50,265.40 192.35,265.79 198.04,266.53 203.73,267.22 209.42,267.85 215.11,268.44 220.79,268.99 226.48,269.50 232.17,269.97 237.86,270.41 243.55,270.82 249.24,271.19 254.93,271.54 259.20,271.79 260.62,271.87 266.31,272.17 272.00,272.45 277.69,272.71 283.38,272.95 289.07,273.17 294.76,273.38 300.44,273.57 306.13,273.75 311.82,273.91 317.51,274.07 323.20,274.21 328.89,274.34 ' style='stroke-width: 0.75; stroke: #9E9E9E; stroke-dasharray: 4.00,4.00;' />
<line x1='48.34' y1='112.38' x2='51.90' y2='108.82' style='stroke-width: 0.75;' />
<line x1='48.34' y1='108.82' x2='51.90' y2='112.38' style='stroke-width: 0.75;' />
<line x1='47.60' y1='110.60' x2='52.64' y2='110.60' style='stroke-width: 0.75;' />
<line x1='50.12' y1='113.12' x2='50.12' y2='108.08' style='stroke-width: 0.75;' />
<line x1='48.34' y1='109.26' x2='51.90' y2='105.70' style='stroke-width: 0.75;' />
<line x1='48.34' y1='105.70' x2='51.90' y2='109.26' style='stroke-width: 0.75;' />
<line x1='47.60' y1='107.48' x2='52.64' y2='107.48' style='stroke-width: 0.75;' />
<line x1='50.12' y1='110.00' x2='50.12' y2='104.96' style='stroke-width: 0.75;' />
<line x1='50.66' y1='150.66' x2='54.22' y2='147.10' style='stroke-width: 0.75;' />
<line x1='50.66' y1='147.10' x2='54.22' y2='150.66' style='stroke-width: 0.75;' />
<line x1='49.92' y1='148.88' x2='54.96' y2='148.88' style='stroke-width: 0.75;' />
<line x1='52.44' y1='151.40' x2='52.44' y2='146.36' style='stroke-width: 0.75;' />
<line x1='50.66' y1='129.14' x2='54.22' y2='125.58' style='stroke-width: 0.75;' />
<line x1='50.66' y1='125.58' x2='54.22' y2='129.14' style='stroke-width: 0.75;' />
<line x1='49.92' y1='127.36' x2='54.96' y2='127.36' style='stroke-width: 0.75;' />
<line x1='52.44' y1='129.88' x2='52.44' y2='124.84' style='stroke-width: 0.75;' />
<line x1='55.30' y1='158.55' x2='58.87' y2='154.98' style='stroke-width: 0.75;' />
<line x1='55.30' y1='154.98' x2='58.87' y2='158.55' style='stroke-width: 0.75;' />
<line x1='54.57' y1='156.77' x2='59.61' y2='156.77' style='stroke-width: 0.75;' />
<line x1='57.09' y1='159.29' x2='57.09' y2='154.25' style='stroke-width: 0.75;' />
<line x1='55.30' y1='166.11' x2='58.87' y2='162.54' style='stroke-width: 0.75;' />
<line x1='55.30' y1='162.54' x2='58.87' y2='166.11' style='stroke-width: 0.75;' />
<line x1='54.57' y1='164.32' x2='59.61' y2='164.32' style='stroke-width: 0.75;' />
<line x1='57.09' y1='166.84' x2='57.09' y2='161.80' style='stroke-width: 0.75;' />
<line x1='64.60' y1='201.92' x2='68.16' y2='198.36' style='stroke-width: 0.75;' />
<line x1='64.60' y1='198.36' x2='68.16' y2='201.92' style='stroke-width: 0.75;' />
<line x1='63.86' y1='200.14' x2='68.90' y2='200.14' style='stroke-width: 0.75;' />
<line x1='66.38' y1='202.66' x2='66.38' y2='197.62' style='stroke-width: 0.75;' />
<line x1='64.60' y1='193.38' x2='68.16' y2='189.81' style='stroke-width: 0.75;' />
<line x1='64.60' y1='189.81' x2='68.16' y2='193.38' style='stroke-width: 0.75;' />
<line x1='63.86' y1='191.60' x2='68.90' y2='191.60' style='stroke-width: 0.75;' />
<line x1='66.38' y1='194.12' x2='66.38' y2='189.08' style='stroke-width: 0.75;' />
<line x1='80.86' y1='221.47' x2='84.42' y2='217.91' style='stroke-width: 0.75;' />
<line x1='80.86' y1='217.91' x2='84.42' y2='221.47' style='stroke-width: 0.75;' />
<line x1='80.12' y1='219.69' x2='85.16' y2='219.69' style='stroke-width: 0.75;' />
<line x1='82.64' y1='222.21' x2='82.64' y2='217.17' style='stroke-width: 0.75;' />
<line x1='80.86' y1='217.37' x2='84.42' y2='213.80' style='stroke-width: 0.75;' />
<line x1='80.86' y1='213.80' x2='84.42' y2='217.37' style='stroke-width: 0.75;' />
<line x1='80.12' y1='215.58' x2='85.16' y2='215.58' style='stroke-width: 0.75;' />
<line x1='82.64' y1='218.10' x2='82.64' y2='213.06' style='stroke-width: 0.75;' />
<line x1='113.38' y1='235.27' x2='116.95' y2='231.71' style='stroke-width: 0.75;' />
<line x1='113.38' y1='231.71' x2='116.95' y2='235.27' style='stroke-width: 0.75;' />
<line x1='112.64' y1='233.49' x2='117.68' y2='233.49' style='stroke-width: 0.75;' />
<line x1='115.16' y1='236.01' x2='115.16' y2='230.97' style='stroke-width: 0.75;' />
<line x1='113.38' y1='235.44' x2='116.95' y2='231.87' style='stroke-width: 0.75;' />
<line x1='113.38' y1='231.87' x2='116.95' y2='235.44' style='stroke-width: 0.75;' />
<line x1='112.64' y1='233.66' x2='117.68' y2='233.66' style='stroke-width: 0.75;' />
<line x1='115.16' y1='236.18' x2='115.16' y2='231.13' style='stroke-width: 0.75;' />
<line x1='187.72' y1='260.25' x2='191.29' y2='256.68' style='stroke-width: 0.75;' />
<line x1='187.72' y1='256.68' x2='191.29' y2='260.25' style='stroke-width: 0.75;' />
<line x1='186.98' y1='258.46' x2='192.02' y2='258.46' style='stroke-width: 0.75;' />
<line x1='189.50' y1='260.98' x2='189.50' y2='255.94' style='stroke-width: 0.75;' />
<line x1='187.72' y1='252.03' x2='191.29' y2='248.47' style='stroke-width: 0.75;' />
<line x1='187.72' y1='248.47' x2='191.29' y2='252.03' style='stroke-width: 0.75;' />
<line x1='186.98' y1='250.25' x2='192.02' y2='250.25' style='stroke-width: 0.75;' />
<line x1='189.50' y1='252.77' x2='189.50' y2='247.73' style='stroke-width: 0.75;' />
<line x1='257.42' y1='267.15' x2='260.98' y2='263.58' style='stroke-width: 0.75;' />
<line x1='257.42' y1='263.58' x2='260.98' y2='267.15' style='stroke-width: 0.75;' />
<line x1='256.68' y1='265.36' x2='261.72' y2='265.36' style='stroke-width: 0.75;' />
<line x1='259.20' y1='267.88' x2='259.20' y2='262.84' style='stroke-width: 0.75;' />
<line x1='257.42' y1='266.65' x2='260.98' y2='263.09' style='stroke-width: 0.75;' />
<line x1='257.42' y1='263.09' x2='260.98' y2='266.65' style='stroke-width: 0.75;' />
<line x1='256.68' y1='264.87' x2='261.72' y2='264.87' style='stroke-width: 0.75;' />
<line x1='259.20' y1='267.39' x2='259.20' y2='262.35' style='stroke-width: 0.75;' />
<line x1='327.11' y1='272.90' x2='330.67' y2='269.33' style='stroke-width: 0.75;' />
<line x1='327.11' y1='269.33' x2='330.67' y2='272.90' style='stroke-width: 0.75;' />
<line x1='326.37' y1='271.11' x2='331.41' y2='271.11' style='stroke-width: 0.75;' />
<line x1='328.89' y1='273.63' x2='328.89' y2='268.59' style='stroke-width: 0.75;' />
<line x1='327.11' y1='271.09' x2='330.67' y2='267.52' style='stroke-width: 0.75;' />
<line x1='327.11' y1='267.52' x2='330.67' y2='271.09' style='stroke-width: 0.75;' />
<line x1='326.37' y1='269.31' x2='331.41' y2='269.31' style='stroke-width: 0.75;' />
<line x1='328.89' y1='271.83' x2='328.89' y2='266.79' style='stroke-width: 0.75;' />
<polyline points='50.12,111.05 52.44,132.04 55.81,155.16 57.09,162.18 61.50,180.89 66.38,194.67 67.19,196.46 72.87,206.38 78.56,213.14 82.64,216.83 84.25,218.10 89.94,222.01 95.63,225.28 101.32,228.15 107.01,230.73 112.70,233.12 115.16,234.10 118.39,235.34 124.08,237.43 129.77,239.40 135.46,241.26 141.15,243.03 146.83,244.70 152.52,246.29 158.21,247.80 163.90,249.23 169.59,250.59 175.28,251.88 180.97,253.10 186.66,254.27 189.50,254.83 192.35,255.37 198.04,256.42 203.73,257.41 209.42,258.36 215.11,259.25 220.79,260.10 226.48,260.91 232.17,261.68 237.86,262.40 243.55,263.10 249.24,263.75 254.93,264.37 259.20,264.82 260.62,264.97 266.31,265.53 272.00,266.06 277.69,266.57 283.38,267.05 289.07,267.50 294.76,267.93 300.44,268.34 306.13,268.73 311.82,269.11 317.51,269.46 323.20,269.79 328.89,270.11 ' style='stroke-width: 0.75; stroke-dasharray: 1.00,3.00;' />
<line x1='47.60' y1='100.09' x2='52.64' y2='100.09' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='50.12' y1='102.61' x2='50.12' y2='97.57' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='47.60,100.09 50.12,97.57 52.64,100.09 50.12,102.61 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='47.60' y1='114.54' x2='52.64' y2='114.54' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='50.12' y1='117.06' x2='50.12' y2='112.02' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='47.60,114.54 50.12,112.02 52.64,114.54 50.12,117.06 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='49.92' y1='130.15' x2='54.96' y2='130.15' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='52.44' y1='132.67' x2='52.44' y2='127.63' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='49.92,130.15 52.44,127.63 54.96,130.15 52.44,132.67 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='49.92' y1='132.45' x2='54.96' y2='132.45' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='52.44' y1='134.97' x2='52.44' y2='129.93' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='49.92,132.45 52.44,129.93 54.96,132.45 52.44,134.97 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='54.57' y1='142.31' x2='59.61' y2='142.31' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='57.09' y1='144.83' x2='57.09' y2='139.79' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='54.57,142.31 57.09,139.79 59.61,142.31 57.09,144.83 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='54.57' y1='145.43' x2='59.61' y2='145.43' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='57.09' y1='147.95' x2='57.09' y2='142.91' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='54.57,145.43 57.09,142.91 59.61,145.43 57.09,147.95 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='63.86' y1='185.19' x2='68.90' y2='185.19' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='66.38' y1='187.71' x2='66.38' y2='182.67' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='63.86,185.19 66.38,182.67 68.90,185.19 66.38,187.71 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='63.86' y1='191.43' x2='68.90' y2='191.43' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='66.38' y1='193.95' x2='66.38' y2='188.91' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='63.86,191.43 66.38,188.91 68.90,191.43 66.38,193.95 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='80.12' y1='210.33' x2='85.16' y2='210.33' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='82.64' y1='212.85' x2='82.64' y2='207.81' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='80.12,210.33 82.64,207.81 85.16,210.33 82.64,212.85 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='80.12' y1='214.93' x2='85.16' y2='214.93' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='82.64' y1='217.45' x2='82.64' y2='212.41' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='80.12,214.93 82.64,212.41 85.16,214.93 82.64,217.45 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='112.64' y1='229.71' x2='117.68' y2='229.71' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='115.16' y1='232.23' x2='115.16' y2='227.19' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='112.64,229.71 115.16,227.19 117.68,229.71 115.16,232.23 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='112.64' y1='230.20' x2='117.68' y2='230.20' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='115.16' y1='232.73' x2='115.16' y2='227.68' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='112.64,230.20 115.16,227.68 117.68,230.20 115.16,232.73 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='186.98' y1='254.36' x2='192.02' y2='254.36' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='189.50' y1='256.88' x2='189.50' y2='251.84' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='186.98,254.36 189.50,251.84 192.02,254.36 189.50,256.88 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='186.98' y1='255.18' x2='192.02' y2='255.18' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='189.50' y1='257.70' x2='189.50' y2='252.66' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='186.98,255.18 189.50,252.66 192.02,255.18 189.50,257.70 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='256.68' y1='263.56' x2='261.72' y2='263.56' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='259.20' y1='266.08' x2='259.20' y2='261.04' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='256.68,263.56 259.20,261.04 261.72,263.56 259.20,266.08 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='256.68' y1='267.01' x2='261.72' y2='267.01' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='259.20' y1='269.53' x2='259.20' y2='264.49' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='256.68,267.01 259.20,264.49 261.72,267.01 259.20,269.53 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='326.37' y1='272.26' x2='331.41' y2='272.26' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='328.89' y1='274.78' x2='328.89' y2='269.74' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='326.37,272.26 328.89,269.74 331.41,272.26 328.89,274.78 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='326.37' y1='270.78' x2='331.41' y2='270.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='328.89' y1='273.31' x2='328.89' y2='268.26' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='326.37,270.78 328.89,268.26 331.41,270.78 328.89,273.31 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<polyline points='50.12,111.06 52.44,125.22 55.81,142.57 57.09,148.33 61.50,165.24 66.38,179.75 67.19,181.80 72.87,194.11 78.56,203.46 82.64,208.85 84.25,210.74 89.94,216.54 95.63,221.30 101.32,225.30 107.01,228.74 112.70,231.76 115.16,232.96 118.39,234.46 124.08,236.90 129.77,239.13 135.46,241.20 141.15,243.12 146.83,244.91 152.52,246.59 158.21,248.17 163.90,249.66 169.59,251.07 175.28,252.40 180.97,253.65 186.66,254.84 189.50,255.41 192.35,255.96 198.04,257.02 203.73,258.03 209.42,258.98 215.11,259.88 220.79,260.74 226.48,261.55 232.17,262.31 237.86,263.04 243.55,263.73 249.24,264.38 254.93,264.99 259.20,265.43 260.62,265.58 266.31,266.13 272.00,266.65 277.69,267.15 283.38,267.62 289.07,268.07 294.76,268.49 300.44,268.89 306.13,269.26 311.82,269.62 317.51,269.96 323.20,270.28 328.89,270.59 ' style='stroke-width: 0.75; stroke: #DF536B; stroke-dasharray: 1.00,3.00,4.00,3.00;' />
<circle cx='50.12' cy='103.37' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='48.34' y1='103.37' x2='51.90' y2='103.37' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='50.12' y1='105.15' x2='50.12' y2='101.59' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='50.12' cy='122.43' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='48.34' y1='122.43' x2='51.90' y2='122.43' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='50.12' y1='124.21' x2='50.12' y2='120.65' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='52.44' cy='107.15' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='50.66' y1='107.15' x2='54.22' y2='107.15' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='52.44' y1='108.93' x2='52.44' y2='105.37' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='52.44' cy='124.24' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='50.66' y1='124.24' x2='54.22' y2='124.24' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='52.44' y1='126.02' x2='52.44' y2='122.46' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='57.09' cy='123.42' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='55.30' y1='123.42' x2='58.87' y2='123.42' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='57.09' y1='125.20' x2='57.09' y2='121.63' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='57.09' cy='127.36' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='55.30' y1='127.36' x2='58.87' y2='127.36' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='57.09' y1='129.14' x2='57.09' y2='125.58' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='66.38' cy='164.82' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='64.60' y1='164.82' x2='68.16' y2='164.82' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='66.38' y1='166.60' x2='66.38' y2='163.03' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='66.38' cy='153.65' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='64.60' y1='153.65' x2='68.16' y2='153.65' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='66.38' y1='155.43' x2='66.38' y2='151.86' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='82.64' cy='195.21' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='80.86' y1='195.21' x2='84.42' y2='195.21' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='82.64' y1='196.99' x2='82.64' y2='193.43' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='82.64' cy='182.40' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='80.86' y1='182.40' x2='84.42' y2='182.40' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='82.64' y1='184.18' x2='82.64' y2='180.61' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='115.16' cy='220.18' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='113.38' y1='220.18' x2='116.95' y2='220.18' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='115.16' y1='221.97' x2='115.16' y2='218.40' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='115.16' cy='223.14' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='113.38' y1='223.14' x2='116.95' y2='223.14' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='115.16' y1='224.92' x2='115.16' y2='221.36' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='189.50' cy='250.91' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='187.72' y1='250.91' x2='191.29' y2='250.91' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='189.50' y1='252.69' x2='189.50' y2='249.12' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='189.50' cy='251.23' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='187.72' y1='251.23' x2='191.29' y2='251.23' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='189.50' y1='253.02' x2='189.50' y2='249.45' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='259.20' cy='262.08' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='257.42' y1='262.08' x2='260.98' y2='262.08' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='259.20' y1='263.86' x2='259.20' y2='260.30' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='259.20' cy='263.72' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='257.42' y1='263.72' x2='260.98' y2='263.72' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='259.20' y1='265.50' x2='259.20' y2='261.94' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='328.89' cy='269.14' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='327.11' y1='269.14' x2='330.67' y2='269.14' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='328.89' y1='270.92' x2='328.89' y2='267.36' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='328.89' cy='268.81' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='327.11' y1='268.81' x2='330.67' y2='268.81' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='328.89' y1='270.60' x2='328.89' y2='267.03' style='stroke-width: 0.75; stroke: #61D04F;' />
<polyline points='50.12,111.02 52.44,118.83 55.81,129.25 57.09,132.95 61.50,144.71 66.38,156.14 67.19,157.89 72.87,169.19 78.56,178.95 82.64,185.14 84.25,187.42 89.94,194.83 95.63,201.35 101.32,207.11 107.01,212.25 112.70,216.85 115.16,218.69 118.39,220.99 124.08,224.73 129.77,228.14 135.46,231.25 141.15,234.11 146.83,236.74 152.52,239.16 158.21,241.41 163.90,243.49 169.59,245.43 175.28,247.24 180.97,248.93 186.66,250.51 189.50,251.26 192.35,251.99 198.04,253.37 203.73,254.67 209.42,255.90 215.11,257.05 220.79,258.13 226.48,259.14 232.17,260.10 237.86,261.00 243.55,261.85 249.24,262.65 254.93,263.40 259.20,263.94 260.62,264.12 266.31,264.79 272.00,265.42 277.69,266.02 283.38,266.58 289.07,267.11 294.76,267.61 300.44,268.08 306.13,268.53 311.82,268.95 317.51,269.35 323.20,269.72 328.89,270.08 ' style='stroke-width: 0.75; stroke: #61D04F; stroke-dasharray: 7.00,3.00;' />
<polygon points='50.12,128.16 52.52,123.31 47.72,123.31 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='50.12,122.62 52.52,127.47 47.72,127.47 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='50.12,105.49 52.52,100.64 47.72,100.64 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='50.12,99.94 52.52,104.79 47.72,104.79 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='52.44,131.61 54.84,126.76 50.04,126.76 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='52.44,126.07 54.84,130.92 50.04,130.92 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='52.44,104.99 54.84,100.14 50.04,100.14 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='52.44,99.45 54.84,104.30 50.04,104.30 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='57.09,146.23 59.49,141.38 54.69,141.38 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='57.09,140.69 59.49,145.54 54.69,145.54 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='57.09,128.49 59.49,123.64 54.69,123.64 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='57.09,122.94 59.49,127.79 54.69,127.79 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='66.38,141.79 68.78,136.94 63.98,136.94 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='66.38,136.25 68.78,141.10 63.98,141.10 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='66.38,158.06 68.78,153.21 63.98,153.21 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='66.38,152.52 68.78,157.37 63.98,157.37 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='82.64,176.95 85.04,172.10 80.24,172.10 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='82.64,171.41 85.04,176.26 80.24,176.26 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='82.64,174.00 85.04,169.15 80.24,169.15 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='82.64,168.45 85.04,173.30 80.24,173.30 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='115.16,211.78 117.56,206.93 112.76,206.93 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='115.16,206.24 117.56,211.09 112.76,211.09 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='115.16,212.60 117.56,207.75 112.76,207.75 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='115.16,207.06 117.56,211.91 112.76,211.91 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='189.50,241.19 191.90,236.34 187.10,236.34 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='189.50,235.65 191.90,240.50 187.10,240.50 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='189.50,241.36 191.90,236.51 187.10,236.51 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='189.50,235.81 191.90,240.66 187.10,240.66 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='259.20,254.01 261.60,249.16 256.80,249.16 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='259.20,248.46 261.60,253.31 256.80,253.31 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='259.20,258.11 261.60,253.26 256.80,253.26 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='259.20,252.57 261.60,257.42 256.80,257.42 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='328.89,265.34 331.29,260.49 326.49,260.49 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='328.89,259.80 331.29,264.65 326.49,264.65 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='328.89,265.01 331.29,260.16 326.49,260.16 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='328.89,259.47 331.29,264.32 326.49,264.32 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polyline points='50.12,111.05 52.44,117.93 55.81,127.16 57.09,130.46 61.50,141.00 66.38,151.35 67.19,152.94 72.87,163.26 78.56,172.23 82.64,177.95 84.25,180.07 89.94,186.93 95.63,192.98 101.32,198.33 107.01,203.10 112.70,207.36 115.16,209.08 118.39,211.20 124.08,214.67 129.77,217.82 135.46,220.70 141.15,223.34 146.83,225.77 152.52,228.03 158.21,230.12 163.90,232.08 169.59,233.91 175.28,235.63 180.97,237.26 186.66,238.79 189.50,239.53 192.35,240.25 198.04,241.63 203.73,242.94 209.42,244.19 215.11,245.38 220.79,246.52 226.48,247.62 232.17,248.66 237.86,249.66 243.55,250.62 249.24,251.55 254.93,252.43 259.20,253.08 260.62,253.29 266.31,254.11 272.00,254.89 277.69,255.65 283.38,256.38 289.07,257.09 294.76,257.76 300.44,258.41 306.13,259.04 311.82,259.65 317.51,260.23 323.20,260.80 328.89,261.34 ' style='stroke-width: 0.75; stroke: #2297E6; stroke-dasharray: 2.00,2.00,6.00,2.00;' />
<line x1='48.34' y1='116.19' x2='51.90' y2='116.19' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='50.12' y1='117.97' x2='50.12' y2='114.40' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='48.34' y='114.40' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='48.34' y1='104.19' x2='51.90' y2='104.19' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='50.12' y1='105.98' x2='50.12' y2='102.41' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='48.34' y='102.41' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='50.66' y1='120.13' x2='54.22' y2='120.13' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='52.44' y1='121.91' x2='52.44' y2='118.35' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='50.66' y='118.35' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='50.66' y1='117.34' x2='54.22' y2='117.34' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='52.44' y1='119.12' x2='52.44' y2='115.55' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='50.66' y='115.55' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='55.30' y1='132.29' x2='58.87' y2='132.29' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='57.09' y1='134.07' x2='57.09' y2='130.51' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='55.30' y='130.51' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='55.30' y1='131.30' x2='58.87' y2='131.30' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='57.09' y1='133.08' x2='57.09' y2='129.52' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='55.30' y='129.52' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='64.60' y1='153.15' x2='68.16' y2='153.15' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='66.38' y1='154.93' x2='66.38' y2='151.37' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='64.60' y='151.37' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='64.60' y1='157.92' x2='68.16' y2='157.92' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='66.38' y1='159.70' x2='66.38' y2='156.13' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='64.60' y='156.13' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='80.86' y1='190.28' x2='84.42' y2='190.28' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='82.64' y1='192.06' x2='82.64' y2='188.50' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='80.86' y='188.50' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='80.86' y1='195.54' x2='84.42' y2='195.54' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='82.64' y1='197.32' x2='82.64' y2='193.76' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='80.86' y='193.76' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='113.38' y1='222.48' x2='116.95' y2='222.48' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='115.16' y1='224.27' x2='115.16' y2='220.70' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='113.38' y='220.70' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='113.38' y1='221.50' x2='116.95' y2='221.50' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='115.16' y1='223.28' x2='115.16' y2='219.72' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='113.38' y='219.72' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='187.72' y1='252.55' x2='191.29' y2='252.55' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='189.50' y1='254.33' x2='189.50' y2='250.77' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='187.72' y='250.77' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='187.72' y1='256.33' x2='191.29' y2='256.33' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='189.50' y1='258.11' x2='189.50' y2='254.55' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='187.72' y='254.55' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='257.42' y1='262.24' x2='260.98' y2='262.24' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='259.20' y1='264.02' x2='259.20' y2='260.46' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='257.42' y='260.46' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='257.42' y1='266.68' x2='260.98' y2='266.68' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='259.20' y1='268.46' x2='259.20' y2='264.90' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='257.42' y='264.90' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='327.11' y1='271.94' x2='330.67' y2='271.94' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='328.89' y1='273.72' x2='328.89' y2='270.15' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='327.11' y='270.15' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='327.11' y1='267.66' x2='330.67' y2='267.66' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='328.89' y1='269.45' x2='328.89' y2='265.88' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='327.11' y='265.88' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<polyline points='50.12,111.05 52.44,118.98 55.81,129.62 57.09,133.41 61.50,145.55 66.38,157.45 67.19,159.27 72.87,171.12 78.56,181.39 82.64,187.92 84.25,190.33 89.94,198.13 95.63,204.96 101.32,210.98 107.01,216.29 112.70,221.01 115.16,222.89 118.39,225.21 124.08,228.97 129.77,232.34 135.46,235.39 141.15,238.14 146.83,240.65 152.52,242.93 158.21,245.02 163.90,246.94 169.59,248.71 175.28,250.34 180.97,251.85 186.66,253.25 189.50,253.92 192.35,254.56 198.04,255.77 203.73,256.91 209.42,257.97 215.11,258.96 220.79,259.90 226.48,260.77 232.17,261.60 237.86,262.37 243.55,263.10 249.24,263.79 254.93,264.44 259.20,264.90 260.62,265.05 266.31,265.63 272.00,266.18 277.69,266.70 283.38,267.19 289.07,267.65 294.76,268.09 300.44,268.50 306.13,268.90 311.82,269.27 317.51,269.62 323.20,269.95 328.89,270.27 ' style='stroke-width: 0.75; stroke: #28E2E5;' />
<circle cx='50.12' cy='113.23' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='48.34' y1='115.01' x2='51.90' y2='111.45' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='48.34' y1='111.45' x2='51.90' y2='115.01' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='50.12' cy='114.05' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='48.34' y1='115.83' x2='51.90' y2='112.27' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='48.34' y1='112.27' x2='51.90' y2='115.83' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='52.44' cy='118.98' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='50.66' y1='120.76' x2='54.22' y2='117.20' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='50.66' y1='117.20' x2='54.22' y2='120.76' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='52.44' cy='124.73' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='50.66' y1='126.51' x2='54.22' y2='122.95' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='50.66' y1='122.95' x2='54.22' y2='126.51' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='57.09' cy='140.50' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='55.30' y1='142.28' x2='58.87' y2='138.72' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='55.30' y1='138.72' x2='58.87' y2='142.28' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='57.09' cy='142.80' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='55.30' y1='144.58' x2='58.87' y2='141.02' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='55.30' y1='141.02' x2='58.87' y2='144.58' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='66.38' cy='156.60' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='64.60' y1='158.38' x2='68.16' y2='154.82' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='64.60' y1='154.82' x2='68.16' y2='158.38' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='66.38' cy='168.92' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='64.60' y1='170.71' x2='68.16' y2='167.14' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='64.60' y1='167.14' x2='68.16' y2='170.71' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='82.64' cy='202.28' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='80.86' y1='204.06' x2='84.42' y2='200.49' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='80.86' y1='200.49' x2='84.42' y2='204.06' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='82.64' cy='194.72' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='80.86' y1='196.50' x2='84.42' y2='192.94' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='80.86' y1='192.94' x2='84.42' y2='196.50' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='115.16' cy='234.31' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='113.38' y1='236.09' x2='116.95' y2='232.53' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='113.38' y1='232.53' x2='116.95' y2='236.09' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='115.16' cy='232.18' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='113.38' y1='233.96' x2='116.95' y2='230.39' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='113.38' y1='230.39' x2='116.95' y2='233.96' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='189.50' cy='259.94' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='187.72' y1='261.72' x2='191.29' y2='258.16' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='187.72' y1='258.16' x2='191.29' y2='261.72' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='189.50' cy='256.82' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='187.72' y1='258.60' x2='191.29' y2='255.04' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='187.72' y1='255.04' x2='191.29' y2='258.60' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='259.20' cy='265.03' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='257.42' y1='266.82' x2='260.98' y2='263.25' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='257.42' y1='263.25' x2='260.98' y2='266.82' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='259.20' cy='267.50' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='257.42' y1='269.28' x2='260.98' y2='265.72' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='257.42' y1='265.72' x2='260.98' y2='269.28' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='328.89' cy='272.76' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='327.11' y1='274.54' x2='330.67' y2='270.97' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='327.11' y1='270.97' x2='330.67' y2='274.54' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='328.89' cy='273.74' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='327.11' y1='275.52' x2='330.67' y2='271.96' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='327.11' y1='271.96' x2='330.67' y2='275.52' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<polyline points='50.12,111.07 52.44,120.75 55.81,133.48 57.09,137.95 61.50,151.99 66.38,165.36 67.19,167.37 72.87,180.20 78.56,190.98 82.64,197.65 84.25,200.08 89.94,207.82 95.63,214.44 101.32,220.15 107.01,225.09 112.70,229.41 115.16,231.12 118.39,233.21 124.08,236.58 129.77,239.57 135.46,242.25 141.15,244.67 146.83,246.86 152.52,248.85 158.21,250.67 163.90,252.33 169.59,253.87 175.28,255.28 180.97,256.60 186.66,257.81 189.50,258.39 192.35,258.94 198.04,259.99 203.73,260.97 209.42,261.89 215.11,262.75 220.79,263.55 226.48,264.30 232.17,265.00 237.86,265.66 243.55,266.28 249.24,266.86 254.93,267.41 259.20,267.80 260.62,267.92 266.31,268.40 272.00,268.85 277.69,269.28 283.38,269.68 289.07,270.06 294.76,270.41 300.44,270.74 306.13,271.06 311.82,271.35 317.51,271.63 323.20,271.89 328.89,272.13 ' style='stroke-width: 0.75; stroke: #CD0BBC; stroke-dasharray: 4.00,4.00;' />
<polygon points='50.12,121.96 51.90,125.53 48.34,125.53 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='48.34' y='121.96' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='50.12,103.89 51.90,107.45 48.34,107.45 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='48.34' y='103.89' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='52.44,120.81 54.22,124.38 50.66,124.38 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='50.66' y='120.81' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='52.44,134.12 54.22,137.68 50.66,137.68 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='50.66' y='134.12' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='57.09,140.20 58.87,143.76 55.30,143.76 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='55.30' y='140.20' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='57.09,140.53 58.87,144.09 55.30,144.09 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='55.30' y='140.53' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='66.38,173.55 68.16,177.11 64.60,177.11 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='64.60' y='173.55' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='66.38,159.42 68.16,162.98 64.60,162.98 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='64.60' y='159.42' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='82.64,202.46 84.42,206.03 80.86,206.03 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='80.86' y='202.46' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='82.64,206.90 84.42,210.46 80.86,210.46 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='80.86' y='206.90' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='115.16,227.27 116.95,230.84 113.38,230.84 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='113.38' y='227.27' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='115.16,231.22 116.95,234.78 113.38,234.78 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='113.38' y='231.22' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='189.50,256.35 191.29,259.92 187.72,259.92 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='187.72' y='256.35' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='189.50,256.85 191.29,260.41 187.72,260.41 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='187.72' y='256.85' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='259.20,266.37 260.98,269.94 257.42,269.94 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='257.42' y='266.37' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='259.20,266.70 260.98,270.27 257.42,270.27 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='257.42' y='266.70' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='328.89,271.47 330.67,275.03 327.11,275.03 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='327.11' y='271.47' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='328.89,272.45 330.67,276.02 327.11,276.02 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='327.11' y='272.45' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polyline points='50.12,110.99 52.44,123.09 55.81,138.41 57.09,143.63 61.50,159.42 66.38,173.65 67.19,175.72 72.87,188.52 78.56,198.73 82.64,204.81 84.25,206.98 89.94,213.77 95.63,219.45 101.32,224.27 107.01,228.43 112.70,232.06 115.16,233.50 118.39,235.27 124.08,238.15 129.77,240.75 135.46,243.11 141.15,245.27 146.83,247.26 152.52,249.10 158.21,250.81 163.90,252.39 169.59,253.87 175.28,255.25 180.97,256.54 186.66,257.75 189.50,258.32 192.35,258.87 198.04,259.93 203.73,260.92 209.42,261.85 215.11,262.72 220.79,263.54 226.48,264.31 232.17,265.03 237.86,265.70 243.55,266.34 249.24,266.93 254.93,267.49 259.20,267.89 260.62,268.01 266.31,268.51 272.00,268.97 277.69,269.40 283.38,269.81 289.07,270.19 294.76,270.55 300.44,270.88 306.13,271.20 311.82,271.50 317.51,271.78 323.20,272.04 328.89,272.28 ' style='stroke-width: 0.75; stroke: #F5C710; stroke-dasharray: 1.00,3.00;' />
<polygon points='48.34,115.83 51.90,115.83 51.90,112.27 48.34,112.27 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='48.34,91.68 51.90,91.68 51.90,88.12 48.34,88.12 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='50.66,123.39 54.22,123.39 54.22,119.83 50.66,119.83 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='50.66,125.69 54.22,125.69 54.22,122.13 50.66,122.13 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='55.30,148.69 58.87,148.69 58.87,145.13 55.30,145.13 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='55.30,143.11 58.87,143.11 58.87,139.54 55.30,139.54 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='64.60,164.30 68.16,164.30 68.16,160.73 64.60,160.73 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='64.60,173.99 68.16,173.99 68.16,170.43 64.60,170.43 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='80.86,194.86 84.42,194.86 84.42,191.29 80.86,191.29 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='80.86,200.61 84.42,200.61 84.42,197.04 80.86,197.04 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='113.38,223.44 116.95,223.44 116.95,219.88 113.38,219.88 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='113.38,223.61 116.95,223.61 116.95,220.04 113.38,220.04 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='187.72,249.40 191.29,249.40 191.29,245.84 187.72,245.84 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='187.72,247.10 191.29,247.10 191.29,243.54 187.72,243.54 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='257.42,258.27 260.98,258.27 260.98,254.71 257.42,254.71 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='257.42,261.72 260.98,261.72 260.98,258.16 257.42,258.16 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='327.11,266.00 330.67,266.00 330.67,262.43 327.11,262.43 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='327.11,269.12 330.67,269.12 330.67,265.55 327.11,265.55 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polyline points='50.12,111.08 52.44,122.18 55.81,136.25 57.09,141.04 61.50,155.57 66.38,168.64 67.19,170.54 72.87,182.27 78.56,191.58 82.64,197.11 84.25,199.08 89.94,205.21 95.63,210.31 101.32,214.62 107.01,218.33 112.70,221.57 115.16,222.86 118.39,224.45 124.08,227.04 129.77,229.40 135.46,231.56 141.15,233.57 146.83,235.45 152.52,237.21 158.21,238.87 163.90,240.44 169.59,241.94 175.28,243.36 180.97,244.72 186.66,246.01 189.50,246.64 192.35,247.25 198.04,248.43 203.73,249.56 209.42,250.65 215.11,251.69 220.79,252.68 226.48,253.64 232.17,254.55 237.86,255.43 243.55,256.27 249.24,257.08 254.93,257.85 259.20,258.41 260.62,258.59 266.31,259.30 272.00,259.99 277.69,260.64 283.38,261.27 289.07,261.87 294.76,262.45 300.44,263.00 306.13,263.53 311.82,264.04 317.51,264.53 323.20,265.00 328.89,265.45 ' style='stroke-width: 0.75; stroke: #9E9E9E; stroke-dasharray: 1.00,3.00,4.00,3.00;' />
<polyline points='50.12,111.05 52.44,119.33 55.81,130.52 57.09,134.54 61.50,147.50 66.38,160.35 67.19,162.33 72.87,175.30 78.56,186.66 82.64,193.93 84.25,196.62 89.94,205.38 95.63,213.08 101.32,219.86 107.01,225.85 112.70,231.14 115.16,233.24 118.39,235.82 124.08,239.97 129.77,243.65 135.46,246.93 141.15,249.84 146.83,252.44 152.52,254.75 158.21,256.83 163.90,258.68 169.59,260.34 175.28,261.83 180.97,263.17 186.66,264.37 189.50,264.93 192.35,265.46 198.04,266.43 203.73,267.31 209.42,268.11 215.11,268.83 220.79,269.48 226.48,270.06 232.17,270.60 237.86,271.08 243.55,271.52 249.24,271.92 254.93,272.28 259.20,272.53 260.62,272.61 266.31,272.91 272.00,273.18 277.69,273.43 283.38,273.65 289.07,273.86 294.76,274.05 300.44,274.22 306.13,274.37 311.82,274.52 317.51,274.65 323.20,274.77 328.89,274.87 ' style='stroke-width: 1.50;' />
</g>
<defs>
  <clipPath id='cpMzk4Ljk3fDcwMC4wNHw4Mi40NXwyODMuNDk='>
    <rect x='398.97' y='82.45' width='301.08' height='201.03' />
  </clipPath>
</defs>
<g clip-path='url(#cpMzk4Ljk3fDcwMC4wNHw4Mi40NXwyODMuNDk=)'>
</g>
<g clip-path='url(#cpMC4wMHw3MjAuMDB8MC4wMHw1NzYuMDA=)'>
<line x1='410.12' y1='283.49' x2='687.61' y2='283.49' style='stroke-width: 0.75;' />
<line x1='410.12' y1='283.49' x2='410.12' y2='288.24' style='stroke-width: 0.75;' />
<line x1='465.62' y1='283.49' x2='465.62' y2='288.24' style='stroke-width: 0.75;' />
<line x1='521.11' y1='283.49' x2='521.11' y2='288.24' style='stroke-width: 0.75;' />
<line x1='576.61' y1='283.49' x2='576.61' y2='288.24' style='stroke-width: 0.75;' />
<line x1='632.11' y1='283.49' x2='632.11' y2='288.24' style='stroke-width: 0.75;' />
<line x1='687.61' y1='283.49' x2='687.61' y2='288.24' style='stroke-width: 0.75;' />
<text x='410.12' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>0</text>
<text x='465.62' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>20</text>
<text x='521.11' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>40</text>
<text x='576.61' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>60</text>
<text x='632.11' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>80</text>
<text x='687.61' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='13.22px' lengthAdjust='spacingAndGlyphs'>100</text>
<line x1='398.97' y1='278.00' x2='398.97' y2='87.94' style='stroke-width: 0.75;' />
<line x1='398.97' y1='278.00' x2='394.21' y2='278.00' style='stroke-width: 0.75;' />
<line x1='398.97' y1='246.32' x2='394.21' y2='246.32' style='stroke-width: 0.75;' />
<line x1='398.97' y1='214.65' x2='394.21' y2='214.65' style='stroke-width: 0.75;' />
<line x1='398.97' y1='182.97' x2='394.21' y2='182.97' style='stroke-width: 0.75;' />
<line x1='398.97' y1='151.29' x2='394.21' y2='151.29' style='stroke-width: 0.75;' />
<line x1='398.97' y1='119.62' x2='394.21' y2='119.62' style='stroke-width: 0.75;' />
<line x1='398.97' y1='87.94' x2='394.21' y2='87.94' style='stroke-width: 0.75;' />
<text transform='translate(387.56,278.00) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='7.04px' lengthAdjust='spacingAndGlyphs'>-3</text>
<text transform='translate(387.56,246.32) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='7.04px' lengthAdjust='spacingAndGlyphs'>-2</text>
<text transform='translate(387.56,214.65) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='7.04px' lengthAdjust='spacingAndGlyphs'>-1</text>
<text transform='translate(387.56,182.97) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>0</text>
<text transform='translate(387.56,151.29) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>1</text>
<text transform='translate(387.56,119.62) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>2</text>
<text transform='translate(387.56,87.94) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>3</text>
<polygon points='398.97,283.49 700.04,283.49 700.04,82.45 398.97,82.45 ' style='stroke-width: 0.75; fill: none;' />
</g>
<defs>
  <clipPath id='cpMzYwLjAwfDcyMC4wMHw3Mi4wMHwzMTIuMDA='>
    <rect x='360.00' y='72.00' width='360.00' height='240.00' />
  </clipPath>
</defs>
<g clip-path='url(#cpMzYwLjAwfDcyMC4wMHw3Mi4wMHwzMTIuMDA=)'>
<text x='549.50' y='319.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='33.46px' lengthAdjust='spacingAndGlyphs'>Predicted</text>
<text transform='translate(368.55,182.97) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='76.62px' lengthAdjust='spacingAndGlyphs'>Standardized residual</text>
</g>
<g clip-path='url(#cpMzk4Ljk3fDcwMC4wNHw4Mi40NXwyODMuNDk=)'>
<line x1='398.97' y1='182.97' x2='700.04' y2='182.97' style='stroke-width: 0.75; stroke-dasharray: 4.00,4.00;' />
<circle cx='688.79' cy='159.66' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='688.79' cy='193.96' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='672.77' cy='200.52' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='672.77' cy='187.14' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='644.62' cy='127.63' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='644.62' cy='170.25' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='600.78' cy='161.44' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='600.78' cy='125.15' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='550.83' cy='159.14' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='550.83' cy='208.18' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='500.63' cy='206.34' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='500.63' cy='211.28' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='456.17' cy='182.90' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='456.17' cy='142.82' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='436.59' cy='163.12' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='436.59' cy='196.23' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='425.43' cy='229.17' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='425.43' cy='170.57' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='688.79,134.63 691.19,138.79 686.39,138.79 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='688.79,151.48 691.19,155.63 686.39,155.63 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='673.89,150.11 676.29,154.27 671.49,154.27 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='673.89,216.10 676.29,220.25 671.49,220.25 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='647.45,213.40 649.85,217.56 645.05,217.56 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='647.45,150.90 649.85,155.06 645.05,155.06 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='605.50,171.83 607.90,175.99 603.10,175.99 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='605.50,204.77 607.90,208.93 603.10,208.93 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='556.41,167.20 558.81,171.36 554.01,171.36 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='556.41,188.14 558.81,192.29 554.01,192.29 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='505.88,197.73 508.28,201.88 503.48,201.88 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='505.88,169.35 508.28,173.51 503.48,173.51 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='461.82,133.62 464.22,137.78 459.42,137.78 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='461.82,209.39 464.22,213.54 459.42,213.54 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='442.18,236.20 444.58,240.36 439.78,240.36 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='442.18,193.20 444.58,197.36 439.78,197.36 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='430.20,168.71 432.60,172.87 427.80,172.87 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='430.20,130.79 432.60,134.95 427.80,134.95 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<line x1='686.16' y1='240.67' x2='691.20' y2='240.67' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='688.68' y1='243.19' x2='688.68' y2='238.15' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='686.16' y1='172.06' x2='691.20' y2='172.06' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='688.68' y1='174.58' x2='688.68' y2='169.54' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='670.99' y1='227.56' x2='676.03' y2='227.56' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='673.51' y1='230.08' x2='673.51' y2='225.04' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='670.99' y1='153.86' x2='676.03' y2='153.86' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='673.51' y1='156.38' x2='673.51' y2='151.34' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='643.79' y1='202.16' x2='648.83' y2='202.16' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='646.31' y1='204.68' x2='646.31' y2='199.64' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='643.79' y1='178.17' x2='648.83' y2='178.17' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='646.31' y1='180.69' x2='646.31' y2='175.65' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='599.85' y1='221.41' x2='604.89' y2='221.41' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='602.37' y1='223.93' x2='602.37' y2='218.89' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='599.85' y1='244.56' x2='604.89' y2='244.56' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='602.37' y1='247.08' x2='602.37' y2='242.04' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='546.66' y1='125.51' x2='551.70' y2='125.51' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='549.18' y1='128.03' x2='549.18' y2='122.99' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='546.66' y1='185.45' x2='551.70' y2='185.45' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='549.18' y1='187.97' x2='549.18' y2='182.93' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='489.02' y1='205.12' x2='494.06' y2='205.12' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='491.54' y1='207.64' x2='491.54' y2='202.60' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='489.02' y1='137.38' x2='494.06' y2='137.38' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='491.54' y1='139.91' x2='491.54' y2='134.86' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='439.46' y1='202.61' x2='444.50' y2='202.61' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='441.98' y1='205.13' x2='441.98' y2='200.09' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='439.46' y1='165.27' x2='444.50' y2='165.27' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='441.98' y1='167.79' x2='441.98' y2='162.75' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='422.22' y1='152.61' x2='427.26' y2='152.61' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='424.74' y1='155.13' x2='424.74' y2='150.09' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='422.22' y1='165.69' x2='427.26' y2='165.69' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='424.74' y1='168.21' x2='424.74' y2='163.17' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='414.41' y1='167.95' x2='419.45' y2='167.95' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='416.93' y1='170.47' x2='416.93' y2='165.43' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='414.41' y1='191.57' x2='419.45' y2='191.57' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='416.93' y1='194.09' x2='416.93' y2='189.05' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='687.00' y1='216.79' x2='690.57' y2='213.23' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='687.00' y1='213.23' x2='690.57' y2='216.79' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='687.00' y1='148.80' x2='690.57' y2='145.24' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='687.00' y1='145.24' x2='690.57' y2='148.80' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='673.17' y1='215.35' x2='676.74' y2='211.79' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='673.17' y1='211.79' x2='676.74' y2='215.35' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='673.17' y1='181.22' x2='676.74' y2='177.66' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='673.17' y1='177.66' x2='676.74' y2='181.22' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='647.84' y1='193.89' x2='651.40' y2='190.32' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='647.84' y1='190.32' x2='651.40' y2='193.89' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='647.84' y1='206.42' x2='651.40' y2='202.85' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='647.84' y1='202.85' x2='651.40' y2='206.42' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='605.19' y1='200.19' x2='608.75' y2='196.63' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='605.19' y1='196.63' x2='608.75' y2='200.19' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='605.19' y1='204.38' x2='608.75' y2='200.82' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='605.19' y1='200.82' x2='608.75' y2='204.38' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='550.17' y1='214.37' x2='553.74' y2='210.80' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='550.17' y1='210.80' x2='553.74' y2='214.37' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='550.17' y1='154.34' x2='553.74' y2='150.77' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='550.17' y1='150.77' x2='553.74' y2='154.34' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='485.99' y1='173.44' x2='489.56' y2='169.87' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='485.99' y1='169.87' x2='489.56' y2='173.44' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='485.99' y1='166.06' x2='489.56' y2='162.50' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='485.99' y1='162.50' x2='489.56' y2='166.06' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='431.95' y1='108.09' x2='435.51' y2='104.52' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='431.95' y1='104.52' x2='435.51' y2='108.09' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='431.95' y1='203.54' x2='435.51' y2='199.98' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='431.95' y1='199.98' x2='435.51' y2='203.54' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='417.01' y1='245.98' x2='420.57' y2='242.42' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='417.01' y1='242.42' x2='420.57' y2='245.98' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='417.01' y1='239.27' x2='420.57' y2='235.71' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='417.01' y1='235.71' x2='420.57' y2='239.27' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='411.64' y1='201.40' x2='415.20' y2='197.83' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='411.64' y1='197.83' x2='415.20' y2='201.40' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='411.64' y1='157.23' x2='415.20' y2='153.66' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='411.64' y1='153.66' x2='415.20' y2='157.23' style='stroke-width: 0.75; stroke: #28E2E5;' />
<polygon points='686.28,150.06 688.80,147.54 691.32,150.06 688.80,152.58 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='686.28,210.23 688.80,207.70 691.32,210.23 688.80,212.75 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='663.98,167.27 666.50,164.75 669.02,167.27 666.50,169.79 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='663.98,251.39 666.50,248.87 669.02,251.39 666.50,253.91 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='627.62,207.07 630.14,204.55 632.66,207.07 630.14,209.59 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='627.62,185.18 630.14,182.66 632.66,185.18 630.14,187.70 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='578.19,189.46 580.71,186.94 583.23,189.46 580.71,191.98 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='578.19,168.38 580.71,165.86 583.23,168.38 580.71,170.90 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='531.67,199.67 534.19,197.15 536.71,199.67 534.19,202.19 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='531.67,181.85 534.19,179.33 536.71,181.85 534.19,184.37 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='490.41,180.20 492.93,177.68 495.45,180.20 492.93,182.72 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='490.41,134.43 492.93,131.91 495.45,134.43 492.93,136.95 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='448.13,220.24 450.65,217.72 453.17,220.24 450.65,222.76 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='448.13,146.16 450.65,143.64 453.17,146.16 450.65,148.68 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='428.69,176.71 431.21,174.19 433.73,176.71 431.21,179.23 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='428.69,176.71 431.21,174.19 433.73,176.71 431.21,179.23 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='418.57,211.41 421.09,208.89 423.61,211.41 421.09,213.93 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='418.57,198.10 421.09,195.58 423.61,198.10 421.09,200.62 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='688.81,208.21 691.21,204.05 686.41,204.05 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='688.81,189.56 691.21,185.40 686.41,185.40 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='670.55,150.75 672.95,146.59 668.15,146.59 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='670.55,177.08 672.95,172.93 668.15,172.93 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='639.79,166.68 642.19,162.53 637.39,162.53 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='639.79,144.22 642.19,140.06 637.39,140.06 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='595.56,217.94 597.96,213.78 593.16,213.78 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='595.56,193.11 597.96,188.95 593.16,188.95 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='550.90,188.43 553.30,184.27 548.50,184.27 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='550.90,145.11 553.30,140.95 548.50,140.95 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='510.49,220.22 512.89,216.07 508.09,216.07 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='510.49,183.77 512.89,179.61 508.09,179.61 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='469.80,146.56 472.20,142.40 467.40,142.40 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='469.80,174.99 472.20,170.84 467.40,170.84 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='447.88,202.25 450.28,198.09 445.48,198.09 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='447.88,183.23 450.28,179.07 445.48,179.07 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='434.02,183.14 436.42,178.98 431.62,178.98 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='434.02,195.43 436.42,191.27 431.62,191.27 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='687.01' y='169.31' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='687.01' y1='172.88' x2='690.57' y2='169.31' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='687.01' y1='169.31' x2='690.57' y2='172.88' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='687.01' y='197.59' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='687.01' y1='201.16' x2='690.57' y2='197.59' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='687.01' y1='197.59' x2='690.57' y2='201.16' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='659.81' y='164.09' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='659.81' y1='167.65' x2='663.38' y2='164.09' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='659.81' y1='164.09' x2='663.38' y2='167.65' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='659.81' y='138.85' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='659.81' y1='142.41' x2='663.38' y2='138.85' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='659.81' y1='138.85' x2='663.38' y2='142.41' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='615.47' y='135.18' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='615.47' y1='138.74' x2='619.03' y2='135.18' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='615.47' y1='135.18' x2='619.03' y2='138.74' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='615.47' y='184.74' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='615.47' y1='188.31' x2='619.03' y2='184.74' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='615.47' y1='184.74' x2='619.03' y2='188.31' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='555.43' y='233.92' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='555.43' y1='237.49' x2='559.00' y2='233.92' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='555.43' y1='233.92' x2='559.00' y2='237.49' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='555.43' y='179.11' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='555.43' y1='182.67' x2='559.00' y2='179.11' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='555.43' y1='179.11' x2='559.00' y2='182.67' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='500.69' y='177.64' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='500.69' y1='181.21' x2='504.25' y2='177.64' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='500.69' y1='177.64' x2='504.25' y2='181.21' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='500.69' y='179.26' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='500.69' y1='182.83' x2='504.25' y2='179.26' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='500.69' y1='179.26' x2='504.25' y2='182.83' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='458.28' y='202.82' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='458.28' y1='206.38' x2='461.84' y2='202.82' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='458.28' y1='202.82' x2='461.84' y2='206.38' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='458.28' y='214.87' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='458.28' y1='218.43' x2='461.84' y2='214.87' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='458.28' y1='214.87' x2='461.84' y2='218.43' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='426.31' y='193.34' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='426.31' y1='196.91' x2='429.88' y2='193.34' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='426.31' y1='193.34' x2='429.88' y2='196.91' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='426.31' y='138.87' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='426.31' y1='142.43' x2='429.88' y2='138.87' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='426.31' y1='138.87' x2='429.88' y2='142.43' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='415.52' y='126.91' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='415.52' y1='130.47' x2='419.08' y2='126.91' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='415.52' y1='126.91' x2='419.08' y2='130.47' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='415.52' y='201.05' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='415.52' y1='204.62' x2='419.08' y2='201.05' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='415.52' y1='201.05' x2='419.08' y2='204.62' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='411.21' y='145.01' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='411.21' y1='148.57' x2='414.77' y2='145.01' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='411.21' y1='145.01' x2='414.77' y2='148.57' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='411.21' y='196.00' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='411.21' y1='199.56' x2='414.77' y2='196.00' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='411.21' y1='196.00' x2='414.77' y2='199.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='687.00' y1='183.10' x2='690.57' y2='179.54' style='stroke-width: 0.75;' />
<line x1='687.00' y1='179.54' x2='690.57' y2='183.10' style='stroke-width: 0.75;' />
<line x1='686.27' y1='181.32' x2='691.31' y2='181.32' style='stroke-width: 0.75;' />
<line x1='688.79' y1='183.84' x2='688.79' y2='178.80' style='stroke-width: 0.75;' />
<line x1='687.00' y1='171.67' x2='690.57' y2='168.10' style='stroke-width: 0.75;' />
<line x1='687.00' y1='168.10' x2='690.57' y2='171.67' style='stroke-width: 0.75;' />
<line x1='686.27' y1='169.89' x2='691.31' y2='169.89' style='stroke-width: 0.75;' />
<line x1='688.79' y1='172.41' x2='688.79' y2='167.37' style='stroke-width: 0.75;' />
<line x1='651.55' y1='255.07' x2='655.12' y2='251.50' style='stroke-width: 0.75;' />
<line x1='651.55' y1='251.50' x2='655.12' y2='255.07' style='stroke-width: 0.75;' />
<line x1='650.82' y1='253.28' x2='655.86' y2='253.28' style='stroke-width: 0.75;' />
<line x1='653.34' y1='255.80' x2='653.34' y2='250.76' style='stroke-width: 0.75;' />
<line x1='651.55' y1='165.20' x2='655.12' y2='161.64' style='stroke-width: 0.75;' />
<line x1='651.55' y1='161.64' x2='655.12' y2='165.20' style='stroke-width: 0.75;' />
<line x1='650.82' y1='163.42' x2='655.86' y2='163.42' style='stroke-width: 0.75;' />
<line x1='653.34' y1='165.94' x2='653.34' y2='160.90' style='stroke-width: 0.75;' />
<line x1='600.65' y1='156.52' x2='604.22' y2='152.96' style='stroke-width: 0.75;' />
<line x1='600.65' y1='152.96' x2='604.22' y2='156.52' style='stroke-width: 0.75;' />
<line x1='599.91' y1='154.74' x2='604.95' y2='154.74' style='stroke-width: 0.75;' />
<line x1='602.43' y1='157.26' x2='602.43' y2='152.22' style='stroke-width: 0.75;' />
<line x1='600.65' y1='195.95' x2='604.22' y2='192.39' style='stroke-width: 0.75;' />
<line x1='600.65' y1='192.39' x2='604.22' y2='195.95' style='stroke-width: 0.75;' />
<line x1='599.91' y1='194.17' x2='604.95' y2='194.17' style='stroke-width: 0.75;' />
<line x1='602.43' y1='196.69' x2='602.43' y2='191.65' style='stroke-width: 0.75;' />
<line x1='545.77' y1='223.52' x2='549.34' y2='219.96' style='stroke-width: 0.75;' />
<line x1='545.77' y1='219.96' x2='549.34' y2='223.52' style='stroke-width: 0.75;' />
<line x1='545.03' y1='221.74' x2='550.07' y2='221.74' style='stroke-width: 0.75;' />
<line x1='547.55' y1='224.26' x2='547.55' y2='219.22' style='stroke-width: 0.75;' />
<line x1='545.77' y1='162.96' x2='549.34' y2='159.40' style='stroke-width: 0.75;' />
<line x1='545.77' y1='159.40' x2='549.34' y2='162.96' style='stroke-width: 0.75;' />
<line x1='545.03' y1='161.18' x2='550.07' y2='161.18' style='stroke-width: 0.75;' />
<line x1='547.55' y1='163.70' x2='547.55' y2='158.66' style='stroke-width: 0.75;' />
<line x1='508.35' y1='211.28' x2='511.91' y2='207.71' style='stroke-width: 0.75;' />
<line x1='508.35' y1='207.71' x2='511.91' y2='211.28' style='stroke-width: 0.75;' />
<line x1='507.61' y1='209.50' x2='512.65' y2='209.50' style='stroke-width: 0.75;' />
<line x1='510.13' y1='212.02' x2='510.13' y2='206.98' style='stroke-width: 0.75;' />
<line x1='508.35' y1='173.20' x2='511.91' y2='169.63' style='stroke-width: 0.75;' />
<line x1='508.35' y1='169.63' x2='511.91' y2='173.20' style='stroke-width: 0.75;' />
<line x1='507.61' y1='171.41' x2='512.65' y2='171.41' style='stroke-width: 0.75;' />
<line x1='510.13' y1='173.93' x2='510.13' y2='168.89' style='stroke-width: 0.75;' />
<line x1='479.18' y1='177.51' x2='482.75' y2='173.94' style='stroke-width: 0.75;' />
<line x1='479.18' y1='173.94' x2='482.75' y2='177.51' style='stroke-width: 0.75;' />
<line x1='478.44' y1='175.73' x2='483.48' y2='175.73' style='stroke-width: 0.75;' />
<line x1='480.96' y1='178.25' x2='480.96' y2='173.21' style='stroke-width: 0.75;' />
<line x1='479.18' y1='179.47' x2='482.75' y2='175.91' style='stroke-width: 0.75;' />
<line x1='479.18' y1='175.91' x2='482.75' y2='179.47' style='stroke-width: 0.75;' />
<line x1='478.44' y1='177.69' x2='483.48' y2='177.69' style='stroke-width: 0.75;' />
<line x1='480.96' y1='180.21' x2='480.96' y2='175.17' style='stroke-width: 0.75;' />
<line x1='444.17' y1='246.04' x2='447.73' y2='242.47' style='stroke-width: 0.75;' />
<line x1='444.17' y1='242.47' x2='447.73' y2='246.04' style='stroke-width: 0.75;' />
<line x1='443.43' y1='244.25' x2='448.47' y2='244.25' style='stroke-width: 0.75;' />
<line x1='445.95' y1='246.77' x2='445.95' y2='241.73' style='stroke-width: 0.75;' />
<line x1='444.17' y1='107.63' x2='447.73' y2='104.07' style='stroke-width: 0.75;' />
<line x1='444.17' y1='104.07' x2='447.73' y2='107.63' style='stroke-width: 0.75;' />
<line x1='443.43' y1='105.85' x2='448.47' y2='105.85' style='stroke-width: 0.75;' />
<line x1='445.95' y1='108.37' x2='445.95' y2='103.33' style='stroke-width: 0.75;' />
<line x1='427.29' y1='195.27' x2='430.85' y2='191.71' style='stroke-width: 0.75;' />
<line x1='427.29' y1='191.71' x2='430.85' y2='195.27' style='stroke-width: 0.75;' />
<line x1='426.55' y1='193.49' x2='431.59' y2='193.49' style='stroke-width: 0.75;' />
<line x1='429.07' y1='196.01' x2='429.07' y2='190.97' style='stroke-width: 0.75;' />
<line x1='427.29' y1='185.72' x2='430.85' y2='182.16' style='stroke-width: 0.75;' />
<line x1='427.29' y1='182.16' x2='430.85' y2='185.72' style='stroke-width: 0.75;' />
<line x1='426.55' y1='183.94' x2='431.59' y2='183.94' style='stroke-width: 0.75;' />
<line x1='429.07' y1='186.46' x2='429.07' y2='181.42' style='stroke-width: 0.75;' />
<line x1='418.36' y1='205.21' x2='421.92' y2='201.64' style='stroke-width: 0.75;' />
<line x1='418.36' y1='201.64' x2='421.92' y2='205.21' style='stroke-width: 0.75;' />
<line x1='417.62' y1='203.43' x2='422.66' y2='203.43' style='stroke-width: 0.75;' />
<line x1='420.14' y1='205.95' x2='420.14' y2='200.91' style='stroke-width: 0.75;' />
<line x1='418.36' y1='168.48' x2='421.92' y2='164.92' style='stroke-width: 0.75;' />
<line x1='418.36' y1='164.92' x2='421.92' y2='168.48' style='stroke-width: 0.75;' />
<line x1='417.62' y1='166.70' x2='422.66' y2='166.70' style='stroke-width: 0.75;' />
<line x1='420.14' y1='169.22' x2='420.14' y2='164.18' style='stroke-width: 0.75;' />
<line x1='686.25' y1='142.78' x2='691.29' y2='142.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='688.77' y1='145.30' x2='688.77' y2='140.26' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='686.25,142.78 688.77,140.26 691.29,142.78 688.77,145.30 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='686.25' y1='195.73' x2='691.29' y2='195.73' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='688.77' y1='198.25' x2='688.77' y2='193.21' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='686.25,195.73 688.77,193.21 691.29,195.73 688.77,198.25 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='662.34' y1='202.68' x2='667.38' y2='202.68' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='664.86' y1='205.20' x2='664.86' y2='200.16' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='662.34,202.68 664.86,200.16 667.38,202.68 664.86,205.20 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='662.34' y1='211.86' x2='667.38' y2='211.86' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='664.86' y1='214.38' x2='664.86' y2='209.34' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='662.34,211.86 664.86,209.34 667.38,211.86 664.86,214.38 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='623.30' y1='154.77' x2='628.34' y2='154.77' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='625.82' y1='157.29' x2='625.82' y2='152.25' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='623.30,154.77 625.82,152.25 628.34,154.77 625.82,157.29 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='623.30' y1='169.39' x2='628.34' y2='169.39' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='625.82' y1='171.91' x2='625.82' y2='166.87' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='623.30,169.39 625.82,166.87 628.34,169.39 625.82,171.91 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='570.24' y1='216.13' x2='575.28' y2='216.13' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='572.76' y1='218.66' x2='572.76' y2='213.61' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='570.24,216.13 572.76,213.61 575.28,216.13 572.76,218.66 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='570.24' y1='254.17' x2='575.28' y2='254.17' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='572.76' y1='256.69' x2='572.76' y2='251.65' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='570.24,254.17 572.76,251.65 575.28,254.17 572.76,256.69 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='521.09' y1='195.35' x2='526.13' y2='195.35' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='523.61' y1='197.87' x2='523.61' y2='192.83' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='521.09,195.35 523.61,192.83 526.13,195.35 523.61,197.87 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='521.09' y1='233.80' x2='526.13' y2='233.80' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='523.61' y1='236.32' x2='523.61' y2='231.28' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='521.09,233.80 523.61,231.28 526.13,233.80 523.61,236.32 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='480.36' y1='144.80' x2='485.40' y2='144.80' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='482.88' y1='147.33' x2='482.88' y2='142.28' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='480.36,144.80 482.88,142.28 485.40,144.80 482.88,147.33 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='480.36' y1='150.59' x2='485.40' y2='150.59' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='482.88' y1='153.11' x2='482.88' y2='148.07' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='480.36,150.59 482.88,148.07 485.40,150.59 482.88,153.11 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='442.45' y1='165.09' x2='447.49' y2='165.09' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='444.97' y1='167.61' x2='444.97' y2='162.57' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='442.45,165.09 444.97,162.57 447.49,165.09 444.97,167.61 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='442.45' y1='179.06' x2='447.49' y2='179.06' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='444.97' y1='181.58' x2='444.97' y2='176.53' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='442.45,179.06 444.97,176.53 447.49,179.06 444.97,181.58 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='425.51' y1='146.32' x2='430.55' y2='146.32' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='428.03' y1='148.84' x2='428.03' y2='143.80' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='425.51,146.32 428.03,143.80 430.55,146.32 428.03,148.84 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='425.51' y1='213.63' x2='430.55' y2='213.63' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='428.03' y1='216.15' x2='428.03' y2='211.11' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='425.51,213.63 428.03,211.11 430.55,213.63 428.03,216.15 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='416.81' y1='217.14' x2='421.85' y2='217.14' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='419.33' y1='219.66' x2='419.33' y2='214.62' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='416.81,217.14 419.33,214.62 421.85,217.14 419.33,219.66 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='416.81' y1='187.00' x2='421.85' y2='187.00' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='419.33' y1='189.52' x2='419.33' y2='184.48' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='416.81,187.00 419.33,184.48 421.85,187.00 419.33,189.52 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<circle cx='688.85' cy='154.98' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='687.06' y1='154.98' x2='690.63' y2='154.98' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='688.85' y1='156.76' x2='688.85' y2='153.20' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='688.85' cy='224.76' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='687.06' y1='224.76' x2='690.63' y2='224.76' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='688.85' y1='226.54' x2='688.85' y2='222.98' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='675.64' cy='138.14' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='673.86' y1='138.14' x2='677.43' y2='138.14' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='675.64' y1='139.93' x2='675.64' y2='136.36' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='675.64' cy='203.71' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='673.86' y1='203.71' x2='677.43' y2='203.71' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='675.64' y1='205.49' x2='675.64' y2='201.93' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='651.80' cy='142.92' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='650.02' y1='142.92' x2='653.58' y2='142.92' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='651.80' y1='144.70' x2='651.80' y2='141.14' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='651.80' cy='159.49' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='650.02' y1='159.49' x2='653.58' y2='159.49' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='651.80' y1='161.27' x2='651.80' y2='157.70' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='612.63' cy='226.10' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='610.85' y1='226.10' x2='614.41' y2='226.10' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='612.63' y1='227.88' x2='612.63' y2='224.31' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='612.63' cy='170.57' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='610.85' y1='170.57' x2='614.41' y2='170.57' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='612.63' y1='172.35' x2='612.63' y2='168.79' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='563.65' cy='247.64' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='561.87' y1='247.64' x2='565.44' y2='247.64' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='563.65' y1='249.43' x2='563.65' y2='245.86' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='563.65' cy='165.37' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='561.87' y1='165.37' x2='565.44' y2='165.37' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='563.65' y1='167.15' x2='563.65' y2='163.58' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='506.98' cy='197.15' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='505.20' y1='197.15' x2='508.76' y2='197.15' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='506.98' y1='198.94' x2='506.98' y2='195.37' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='506.98' cy='225.28' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='505.20' y1='225.28' x2='508.76' y2='225.28' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='506.98' y1='227.06' x2='506.98' y2='223.50' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='451.98' cy='177.35' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='450.19' y1='177.35' x2='453.76' y2='177.35' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='451.98' y1='179.13' x2='451.98' y2='175.57' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='451.98' cy='182.57' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='450.19' y1='182.57' x2='453.76' y2='182.57' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='451.98' y1='184.35' x2='451.98' y2='180.79' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='430.56' cy='147.21' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='428.77' y1='147.21' x2='432.34' y2='147.21' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='430.56' y1='148.99' x2='430.56' y2='145.43' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='430.56' cy='178.73' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='428.77' y1='178.73' x2='432.34' y2='178.73' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='430.56' y1='180.51' x2='430.56' y2='176.95' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='420.19' cy='163.96' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='418.41' y1='163.96' x2='421.97' y2='163.96' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='420.19' y1='165.75' x2='420.19' y2='162.18' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='420.19' cy='157.29' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='418.41' y1='157.29' x2='421.97' y2='157.29' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='420.19' y1='159.07' x2='420.19' y2='155.51' style='stroke-width: 0.75; stroke: #61D04F;' />
<polygon points='688.80,238.26 691.20,233.41 686.40,233.41 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='688.80,232.71 691.20,237.56 686.40,237.56 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='688.80,155.23 691.20,150.38 686.40,150.38 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='688.80,149.69 691.20,154.54 686.40,154.54 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='677.18,227.38 679.58,222.53 674.78,222.53 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='677.18,221.83 679.58,226.68 674.78,226.68 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='677.18,125.81 679.58,120.96 674.78,120.96 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='677.18,120.27 679.58,125.12 674.78,125.12 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='656.01,239.46 658.41,234.61 653.61,234.61 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='656.01,233.92 658.41,238.77 653.61,238.77 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='656.01,166.14 658.41,161.29 653.61,161.29 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='656.01,160.60 658.41,165.45 653.61,165.45 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='620.72,126.70 623.12,121.85 618.32,121.85 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='620.72,121.16 623.12,126.01 618.32,126.01 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='620.72,204.61 623.12,199.76 618.32,199.76 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='620.72,199.07 623.12,203.92 618.32,203.92 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='575.79,163.16 578.19,158.31 573.39,158.31 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='575.79,157.61 578.19,162.46 573.39,162.46 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='575.79,145.44 578.19,140.59 573.39,140.59 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='575.79,139.90 578.19,144.75 573.39,144.75 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='523.22,185.20 525.62,180.35 520.82,180.35 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='523.22,179.66 525.62,184.51 520.82,184.51 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='523.22,192.09 525.62,187.24 520.82,187.24 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='523.22,186.55 525.62,191.40 520.82,191.40 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='471.79,171.26 474.19,166.41 469.39,166.41 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='471.79,165.72 474.19,170.57 469.39,170.57 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='471.79,173.41 474.19,168.56 469.39,168.56 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='471.79,167.86 474.19,172.71 469.39,172.71 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='448.91,155.58 451.31,150.73 446.51,150.73 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='448.91,150.04 451.31,154.89 446.51,154.89 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='448.91,222.85 451.31,218.00 446.51,218.00 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='448.91,217.31 451.31,222.16 446.51,222.16 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='434.95,208.63 437.35,203.78 432.55,203.78 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='434.95,203.08 437.35,207.93 432.55,207.93 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='434.95,202.53 437.35,197.68 432.55,197.68 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='434.95,196.99 437.35,201.83 432.55,201.83 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<line x1='687.00' y1='201.77' x2='690.57' y2='201.77' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='688.79' y1='203.56' x2='688.79' y2='199.99' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='687.00' y='199.99' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='687.00' y1='157.85' x2='690.57' y2='157.85' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='688.79' y1='159.63' x2='688.79' y2='156.07' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='687.00' y='156.07' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='673.61' y1='187.39' x2='677.18' y2='187.39' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='675.40' y1='189.17' x2='675.40' y2='185.61' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='673.61' y='185.61' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='673.61' y1='176.66' x2='677.18' y2='176.66' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='675.40' y1='178.44' x2='675.40' y2='174.88' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='673.61' y='174.88' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='649.23' y1='178.22' x2='652.80' y2='178.22' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='651.02' y1='180.00' x2='651.02' y2='176.44' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='649.23' y='176.44' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='649.23' y1='174.07' x2='652.80' y2='174.07' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='651.02' y1='175.85' x2='651.02' y2='172.28' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='649.23' y='172.28' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='608.64' y1='161.40' x2='612.20' y2='161.40' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='610.42' y1='163.18' x2='610.42' y2='159.61' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='608.64' y='159.61' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='608.64' y1='185.32' x2='612.20' y2='185.32' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='610.42' y1='187.10' x2='610.42' y2='183.54' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='608.64' y='183.54' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='557.18' y1='198.57' x2='560.74' y2='198.57' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='558.96' y1='200.36' x2='558.96' y2='196.79' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='557.18' y='196.79' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='557.18' y1='233.29' x2='560.74' y2='233.29' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='558.96' y1='235.07' x2='558.96' y2='231.51' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='557.18' y='231.51' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='498.11' y1='178.90' x2='501.68' y2='178.90' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='499.90' y1='180.68' x2='499.90' y2='177.11' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='498.11' y='177.11' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='498.11' y1='168.95' x2='501.68' y2='168.95' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='499.90' y1='170.73' x2='499.90' y2='167.17' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='498.11' y='167.17' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='445.71' y1='160.28' x2='449.27' y2='160.28' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='447.49' y1='162.06' x2='447.49' y2='158.50' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='445.71' y='158.50' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='445.71' y1='223.02' x2='449.27' y2='223.02' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='447.49' y1='224.80' x2='447.49' y2='221.24' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='445.71' y='221.24' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='427.15' y1='131.31' x2='430.71' y2='131.31' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='428.93' y1='133.10' x2='428.93' y2='129.53' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='427.15' y='129.53' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='427.15' y1='217.37' x2='430.71' y2='217.37' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='428.93' y1='219.15' x2='428.93' y2='215.58' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='427.15' y='215.58' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='418.09' y1='216.86' x2='421.65' y2='216.86' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='419.87' y1='218.64' x2='419.87' y2='215.08' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='418.09' y='215.08' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='418.09' y1='129.97' x2='421.65' y2='129.97' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='419.87' y1='131.75' x2='419.87' y2='128.18' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='418.09' y='128.18' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<circle cx='688.75' cy='190.87' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='686.97' y1='192.65' x2='690.53' y2='189.09' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='686.97' y1='189.09' x2='690.53' y2='192.65' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='688.75' cy='193.88' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='686.97' y1='195.66' x2='690.53' y2='192.09' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='686.97' y1='192.09' x2='690.53' y2='195.66' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='672.41' cy='176.11' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='670.63' y1='177.89' x2='674.19' y2='174.33' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='670.63' y1='174.33' x2='674.19' y2='177.89' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='672.41' cy='198.43' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='670.63' y1='200.22' x2='674.19' y2='196.65' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='670.63' y1='196.65' x2='674.19' y2='200.22' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='643.35' cy='194.04' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='641.57' y1='195.83' x2='645.13' y2='192.26' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='641.57' y1='192.26' x2='645.13' y2='195.83' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='643.35' cy='204.04' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='641.57' y1='205.82' x2='645.13' y2='202.26' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='641.57' y1='202.26' x2='645.13' y2='205.82' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='597.06' cy='136.06' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='595.28' y1='137.85' x2='598.85' y2='134.28' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='595.28' y1='134.28' x2='598.85' y2='137.85' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='597.06' cy='202.08' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='595.28' y1='203.86' x2='598.85' y2='200.30' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='595.28' y1='200.30' x2='598.85' y2='203.86' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='542.51' cy='216.82' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='540.73' y1='218.60' x2='544.30' y2='215.04' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='540.73' y1='215.04' x2='544.30' y2='218.60' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='542.51' cy='161.46' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='540.73' y1='163.24' x2='544.30' y2='159.68' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='540.73' y1='159.68' x2='544.30' y2='163.24' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='485.99' cy='219.40' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='484.21' y1='221.18' x2='487.77' y2='217.62' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='484.21' y1='217.62' x2='487.77' y2='221.18' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='485.99' cy='195.03' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='484.21' y1='196.81' x2='487.77' y2='193.25' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='484.21' y1='193.25' x2='487.77' y2='196.81' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='439.94' cy='210.67' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='438.16' y1='212.45' x2='441.72' y2='208.88' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='438.16' y1='208.88' x2='441.72' y2='212.45' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='439.94' cy='155.10' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='438.16' y1='156.88' x2='441.72' y2='153.31' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='438.16' y1='153.31' x2='441.72' y2='156.88' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='424.05' cy='127.85' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='422.26' y1='129.64' x2='425.83' y2='126.07' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='422.26' y1='126.07' x2='425.83' y2='129.64' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='424.05' cy='177.06' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='422.26' y1='178.84' x2='425.83' y2='175.28' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='422.26' y1='175.28' x2='425.83' y2='178.84' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='416.72' cy='195.79' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='414.94' y1='197.57' x2='418.50' y2='194.00' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='414.94' y1='194.00' x2='418.50' y2='197.57' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='416.72' cy='216.04' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='414.94' y1='217.82' x2='418.50' y2='214.26' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='414.94' y1='214.26' x2='418.50' y2='217.82' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<polygon points='688.89,227.88 690.67,231.44 687.11,231.44 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='687.11' y='227.88' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='688.89,161.72 690.67,165.28 687.11,165.28 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='687.11' y='161.72' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='668.45,179.24 670.24,182.80 666.67,182.80 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='666.67' y='179.24' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='668.45,231.67 670.24,235.23 666.67,235.23 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='666.67' y='231.67' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='633.77,173.74 635.55,177.31 631.99,177.31 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='631.99' y='173.74' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='633.77,175.23 635.55,178.79 631.99,178.79 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='631.99' y='175.23' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='583.06,190.87 584.84,194.44 581.28,194.44 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='581.28' y='190.87' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='583.06,109.50 584.84,113.07 581.28,113.07 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='581.28' y='109.50' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='530.43,176.71 532.21,180.27 528.65,180.27 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='528.65' y='176.71' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='530.43,212.01 532.21,215.57 528.65,215.57 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='528.65' y='212.01' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='481.98,128.58 483.76,132.14 480.19,132.14 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='480.19' y='128.58' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='481.98,175.27 483.76,178.84 480.19,178.84 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='480.19' y='175.27' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='440.05,177.90 441.83,181.46 438.27,181.46 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='438.27' y='177.90' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='440.05,186.67 441.83,190.23 438.27,190.23 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='438.27' y='186.67' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='423.89,186.60 425.68,190.16 422.11,190.16 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='422.11' y='186.60' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='423.89,193.16 425.68,196.73 422.11,196.73 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='422.11' y='193.16' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='416.47,201.08 418.25,204.64 414.69,204.64 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='414.69' y='201.08' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='416.47,221.35 418.25,224.91 414.69,224.91 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='414.69' y='221.35' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='686.96,195.65 690.53,195.65 690.53,192.08 686.96,192.08 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='686.96,107.19 690.53,107.19 690.53,103.63 686.96,103.63 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='668.22,182.53 671.78,182.53 671.78,178.96 668.22,178.96 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='668.22,191.54 671.78,191.54 671.78,187.97 668.22,187.97 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='636.35,210.81 639.91,210.81 639.91,207.25 636.35,207.25 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='636.35,186.00 639.91,186.00 639.91,182.44 636.35,182.44 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='589.74,151.03 593.31,151.03 593.31,147.46 589.74,147.46 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='589.74,204.44 593.31,204.44 593.31,200.87 589.74,200.87 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='541.65,155.37 545.22,155.37 545.22,151.81 541.65,151.81 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='541.65,197.24 545.22,197.24 545.22,193.68 541.65,193.68 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='498.16,172.66 501.72,172.66 501.72,169.10 498.16,169.10 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='498.16,174.32 501.72,174.32 501.72,170.76 498.16,170.76 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='458.00,199.22 461.57,199.22 461.57,195.66 458.00,195.66 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='458.00,165.39 461.57,165.39 461.57,161.83 458.00,161.83 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='438.12,150.60 441.68,150.60 441.68,147.04 438.12,147.04 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='438.12,212.04 441.68,212.04 441.68,208.48 438.12,208.48 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='426.22,160.57 429.79,160.57 429.79,157.01 426.22,157.01 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='426.22,221.49 429.79,221.49 429.79,217.93 426.22,217.93 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
</g>
<defs>
  <clipPath id='cpMzguOTd8MzQwLjA0fDMyMi40NXw1MjcuNTM='>
    <rect x='38.97' y='322.45' width='301.08' height='205.08' />
  </clipPath>
</defs>
<g clip-path='url(#cpMzguOTd8MzQwLjA0fDMyMi40NXw1MjcuNTM=)'>
</g>
<g clip-path='url(#cpMC4wMHw3MjAuMDB8MC4wMHw1NzYuMDA=)'>
<line x1='50.12' y1='527.53' x2='328.89' y2='527.53' style='stroke-width: 0.75;' />
<line x1='50.12' y1='527.53' x2='50.12' y2='532.28' style='stroke-width: 0.75;' />
<line x1='96.58' y1='527.53' x2='96.58' y2='532.28' style='stroke-width: 0.75;' />
<line x1='143.04' y1='527.53' x2='143.04' y2='532.28' style='stroke-width: 0.75;' />
<line x1='189.50' y1='527.53' x2='189.50' y2='532.28' style='stroke-width: 0.75;' />
<line x1='235.97' y1='527.53' x2='235.97' y2='532.28' style='stroke-width: 0.75;' />
<line x1='282.43' y1='527.53' x2='282.43' y2='532.28' style='stroke-width: 0.75;' />
<line x1='328.89' y1='527.53' x2='328.89' y2='532.28' style='stroke-width: 0.75;' />
<text x='50.12' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>0</text>
<text x='96.58' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>20</text>
<text x='143.04' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>40</text>
<text x='189.50' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>60</text>
<text x='235.97' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>80</text>
<text x='282.43' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='13.22px' lengthAdjust='spacingAndGlyphs'>100</text>
<text x='328.89' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='13.22px' lengthAdjust='spacingAndGlyphs'>120</text>
<line x1='38.97' y1='519.93' x2='38.97' y2='348.87' style='stroke-width: 0.75;' />
<line x1='38.97' y1='519.93' x2='34.21' y2='519.93' style='stroke-width: 0.75;' />
<line x1='38.97' y1='477.17' x2='34.21' y2='477.17' style='stroke-width: 0.75;' />
<line x1='38.97' y1='434.40' x2='34.21' y2='434.40' style='stroke-width: 0.75;' />
<line x1='38.97' y1='391.63' x2='34.21' y2='391.63' style='stroke-width: 0.75;' />
<line x1='38.97' y1='348.87' x2='34.21' y2='348.87' style='stroke-width: 0.75;' />
<text transform='translate(27.56,519.93) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>0</text>
<text transform='translate(27.56,477.17) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>10</text>
<text transform='translate(27.56,434.40) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>20</text>
<text transform='translate(27.56,391.63) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>30</text>
<text transform='translate(27.56,348.87) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>40</text>
<polygon points='38.97,527.53 340.04,527.53 340.04,322.45 38.97,322.45 ' style='stroke-width: 0.75; fill: none;' />
</g>
<defs>
  <clipPath id='cpMC4wMHwzNjAuMDB8MzEyLjAwfDU3Ni4wMA=='>
    <rect x='0.00' y='312.00' width='360.00' height='264.00' />
  </clipPath>
</defs>
<g clip-path='url(#cpMC4wMHwzNjAuMDB8MzEyLjAwfDU3Ni4wMA==)'>
<text x='189.50' y='563.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='17.60px' lengthAdjust='spacingAndGlyphs'>Time</text>
<text transform='translate(8.55,424.99) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='46.23px' lengthAdjust='spacingAndGlyphs'>Residues m1</text>
</g>
<g clip-path='url(#cpMzguOTd8MzQwLjA0fDMyMi40NXw1MjcuNTM=)'>
<circle cx='52.44' cy='510.53' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='52.44' cy='501.97' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='57.09' cy='485.72' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='57.09' cy='485.29' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='66.38' cy='452.79' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='66.38' cy='457.92' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='82.64' cy='424.99' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='82.64' cy='420.72' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='115.16' cy='394.20' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='115.16' cy='405.75' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='189.50' cy='398.48' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='189.50' cy='391.21' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='259.20' cy='406.17' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='259.20' cy='419.00' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='328.89' cy='418.15' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='328.89' cy='416.44' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<polyline points='50.12,519.93 52.44,508.12 55.81,492.88 57.09,487.62 61.50,471.44 66.38,456.59 67.19,454.41 72.87,440.88 78.56,430.12 82.64,423.79 84.25,421.57 89.94,414.76 95.63,409.35 101.32,405.06 107.01,401.68 112.70,399.03 115.16,398.07 118.39,396.97 124.08,395.40 129.77,394.23 135.46,393.38 141.15,392.82 146.83,392.48 152.52,392.35 158.21,392.38 163.90,392.56 169.59,392.86 175.28,393.27 180.97,393.77 186.66,394.37 189.50,394.69 192.35,395.03 198.04,395.77 203.73,396.56 209.42,397.41 215.11,398.31 220.79,399.25 226.48,400.23 232.17,401.24 237.86,402.29 243.55,403.37 249.24,404.47 254.93,405.60 259.20,406.46 260.62,406.75 266.31,407.92 272.00,409.10 277.69,410.30 283.38,411.51 289.07,412.73 294.76,413.96 300.44,415.19 306.13,416.44 311.82,417.69 317.51,418.94 323.20,420.19 328.89,421.45 ' style='stroke-width: 0.75; stroke: #DF536B; stroke-dasharray: 4.00,4.00;' />
<polygon points='52.44,512.46 54.84,516.62 50.04,516.62 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='52.44,514.17 54.84,518.33 50.04,518.33 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='57.09,491.93 59.49,496.09 54.69,496.09 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='57.09,491.50 59.49,495.66 54.69,495.66 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='66.38,468.41 68.78,472.57 63.98,472.57 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='66.38,463.70 68.78,467.86 63.98,467.86 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='82.64,436.33 85.04,440.49 80.24,440.49 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='82.64,441.89 85.04,446.05 80.24,446.05 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='115.16,410.25 117.56,414.40 112.76,414.40 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='115.16,415.81 117.56,419.96 112.76,419.96 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='189.50,411.96 191.90,416.11 187.10,416.11 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='189.50,410.67 191.90,414.83 187.10,414.83 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='259.20,423.93 261.60,428.09 256.80,428.09 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='259.20,425.21 261.60,429.37 256.80,429.37 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='328.89,425.64 331.29,429.80 326.49,429.80 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='328.89,429.92 331.29,434.08 326.49,434.08 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polyline points='50.12,519.93 52.44,510.63 55.81,498.51 57.09,494.29 61.50,481.22 66.38,469.05 67.19,467.25 72.87,455.97 78.56,446.86 82.64,441.43 84.25,439.50 89.94,433.57 95.63,428.79 101.32,424.95 107.01,421.88 112.70,419.44 115.16,418.55 118.39,417.51 124.08,416.01 129.77,414.86 135.46,414.00 141.15,413.39 146.83,412.98 152.52,412.75 158.21,412.66 163.90,412.70 169.59,412.84 175.28,413.08 180.97,413.40 186.66,413.80 189.50,414.02 192.35,414.25 198.04,414.76 203.73,415.32 209.42,415.93 215.11,416.57 220.79,417.25 226.48,417.96 232.17,418.70 237.86,419.47 243.55,420.26 249.24,421.07 254.93,421.90 259.20,422.53 260.62,422.75 266.31,423.61 272.00,424.49 277.69,425.38 283.38,426.28 289.07,427.20 294.76,428.12 300.44,429.05 306.13,429.98 311.82,430.93 317.51,431.87 323.20,432.82 328.89,433.78 ' style='stroke-width: 0.75; stroke: #61D04F; stroke-dasharray: 1.00,3.00;' />
<line x1='49.92' y1='506.68' x2='54.96' y2='506.68' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='52.44' y1='509.20' x2='52.44' y2='504.16' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='49.92' y1='510.53' x2='54.96' y2='510.53' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='52.44' y1='513.05' x2='52.44' y2='508.01' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='54.57' y1='486.58' x2='59.61' y2='486.58' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='57.09' y1='489.10' x2='57.09' y2='484.06' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='54.57' y1='486.15' x2='59.61' y2='486.15' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='57.09' y1='488.67' x2='57.09' y2='483.63' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='63.86' y1='457.92' x2='68.90' y2='457.92' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='66.38' y1='460.44' x2='66.38' y2='455.40' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='63.86' y1='451.51' x2='68.90' y2='451.51' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='66.38' y1='454.03' x2='66.38' y2='448.99' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='80.12' y1='424.14' x2='85.16' y2='424.14' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='82.64' y1='426.66' x2='82.64' y2='421.62' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='80.12' y1='423.71' x2='85.16' y2='423.71' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='82.64' y1='426.23' x2='82.64' y2='421.19' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='112.64' y1='398.90' x2='117.68' y2='398.90' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='115.16' y1='401.42' x2='115.16' y2='396.38' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='112.64' y1='383.94' x2='117.68' y2='383.94' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='115.16' y1='386.46' x2='115.16' y2='381.42' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='186.98' y1='393.77' x2='192.02' y2='393.77' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='189.50' y1='396.29' x2='189.50' y2='391.25' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='186.98' y1='379.23' x2='192.02' y2='379.23' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='189.50' y1='381.75' x2='189.50' y2='376.71' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='256.68' y1='391.63' x2='261.72' y2='391.63' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='259.20' y1='394.15' x2='259.20' y2='389.11' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='256.68' y1='390.78' x2='261.72' y2='390.78' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='259.20' y1='393.30' x2='259.20' y2='388.26' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='326.37' y1='424.99' x2='331.41' y2='424.99' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='328.89' y1='427.51' x2='328.89' y2='422.47' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='326.37' y1='416.44' x2='331.41' y2='416.44' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='328.89' y1='418.96' x2='328.89' y2='413.92' style='stroke-width: 0.75; stroke: #2297E6;' />
<polyline points='50.12,519.93 52.44,508.55 55.81,493.62 57.09,488.40 61.50,472.09 66.38,456.75 67.19,454.46 72.87,440.01 78.56,428.17 82.64,421.03 84.25,418.48 89.94,410.55 95.63,404.09 101.32,398.84 107.01,394.59 112.70,391.19 115.16,389.95 118.39,388.50 124.08,386.40 129.77,384.81 135.46,383.64 141.15,382.84 146.83,382.36 152.52,382.14 158.21,382.16 163.90,382.38 169.59,382.77 175.28,383.32 180.97,384.00 186.66,384.80 189.50,385.24 192.35,385.71 198.04,386.70 203.73,387.78 209.42,388.93 215.11,390.14 220.79,391.40 226.48,392.71 232.17,394.06 237.86,395.45 243.55,396.88 249.24,398.32 254.93,399.79 259.20,400.91 260.62,401.28 266.31,402.79 272.00,404.31 277.69,405.84 283.38,407.37 289.07,408.91 294.76,410.46 300.44,412.00 306.13,413.54 311.82,415.08 317.51,416.62 323.20,418.15 328.89,419.68 ' style='stroke-width: 0.75; stroke: #2297E6; stroke-dasharray: 1.00,3.00,4.00,3.00;' />
<line x1='50.66' y1='513.16' x2='54.22' y2='509.60' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='50.66' y1='509.60' x2='54.22' y2='513.16' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='50.66' y1='507.18' x2='54.22' y2='503.61' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='50.66' y1='503.61' x2='54.22' y2='507.18' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='55.30' y1='485.36' x2='58.87' y2='481.80' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='55.30' y1='481.80' x2='58.87' y2='485.36' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='55.30' y1='490.50' x2='58.87' y2='486.93' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='55.30' y1='486.93' x2='58.87' y2='490.50' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='64.60' y1='444.31' x2='68.16' y2='440.74' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='64.60' y1='440.74' x2='68.16' y2='444.31' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='64.60' y1='446.02' x2='68.16' y2='442.46' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='64.60' y1='442.46' x2='68.16' y2='446.02' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='80.86' y1='416.51' x2='84.42' y2='412.95' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='80.86' y1='412.95' x2='84.42' y2='416.51' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='80.86' y1='398.98' x2='84.42' y2='395.41' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='80.86' y1='395.41' x2='84.42' y2='398.98' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='113.38' y1='363.91' x2='116.95' y2='360.34' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='113.38' y1='360.34' x2='116.95' y2='363.91' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='113.38' y1='345.52' x2='116.95' y2='341.95' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='113.38' y1='341.95' x2='116.95' y2='345.52' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='187.72' y1='342.10' x2='191.29' y2='338.53' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='187.72' y1='338.53' x2='191.29' y2='342.10' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='187.72' y1='351.50' x2='191.29' y2='347.94' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='187.72' y1='347.94' x2='191.29' y2='351.50' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='257.42' y1='338.67' x2='260.98' y2='335.11' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='257.42' y1='335.11' x2='260.98' y2='338.67' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='257.42' y1='355.78' x2='260.98' y2='352.22' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='257.42' y1='352.22' x2='260.98' y2='355.78' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='327.11' y1='379.30' x2='330.67' y2='375.74' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='327.11' y1='375.74' x2='330.67' y2='379.30' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='327.11' y1='367.76' x2='330.67' y2='364.19' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='327.11' y1='364.19' x2='330.67' y2='367.76' style='stroke-width: 0.75; stroke: #28E2E5;' />
<polyline points='50.12,519.93 52.44,507.57 55.81,491.01 57.09,485.11 61.50,466.32 66.38,448.02 67.19,445.23 72.87,427.24 78.56,411.88 82.64,402.29 84.25,398.79 89.94,387.64 95.63,378.17 101.32,370.15 107.01,363.37 112.70,357.67 115.16,355.50 118.39,352.90 124.08,348.95 129.77,345.71 135.46,343.08 141.15,340.99 146.83,339.37 152.52,338.17 158.21,337.32 163.90,336.79 169.59,336.55 175.28,336.54 180.97,336.76 186.66,337.17 189.50,337.44 192.35,337.74 198.04,338.47 203.73,339.33 209.42,340.30 215.11,341.38 220.79,342.54 226.48,343.79 232.17,345.11 237.86,346.48 243.55,347.91 249.24,349.39 254.93,350.91 259.20,352.07 260.62,352.46 266.31,354.04 272.00,355.65 277.69,357.28 283.38,358.92 289.07,360.58 294.76,362.25 300.44,363.93 306.13,365.62 311.82,367.30 317.51,368.99 323.20,370.68 328.89,372.37 ' style='stroke-width: 0.75; stroke: #28E2E5; stroke-dasharray: 7.00,3.00;' />
<polygon points='49.92,506.25 52.44,503.73 54.96,506.25 52.44,508.77 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='49.92,510.10 52.44,507.58 54.96,510.10 52.44,512.62 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='54.57,490.00 57.09,487.48 59.61,490.00 57.09,492.52 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='54.57,478.02 57.09,475.50 59.61,478.02 57.09,480.54 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='63.86,461.34 66.38,458.82 68.90,461.34 66.38,463.86 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='63.86,454.50 66.38,451.98 68.90,454.50 66.38,457.02 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='80.12,439.53 82.64,437.01 85.16,439.53 82.64,442.05 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='80.12,418.58 82.64,416.06 85.16,418.58 82.64,421.10 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='112.64,409.60 115.16,407.08 117.68,409.60 115.16,412.12 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='112.64,418.58 115.16,416.06 117.68,418.58 115.16,421.10 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='186.98,408.31 189.50,405.79 192.02,408.31 189.50,410.83 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='186.98,418.58 189.50,416.06 192.02,418.58 189.50,421.10 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='256.68,427.13 259.20,424.61 261.72,427.13 259.20,429.65 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='256.68,430.98 259.20,428.46 261.72,430.98 259.20,433.50 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='326.37,431.83 328.89,429.31 331.41,431.83 328.89,434.35 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='326.37,439.96 328.89,437.44 331.41,439.96 328.89,442.48 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polyline points='50.12,519.93 52.44,506.23 55.81,489.62 57.09,484.17 61.50,468.38 66.38,455.19 67.19,453.35 72.87,442.60 78.56,434.81 82.64,430.54 84.25,429.09 89.94,424.82 95.63,421.60 101.32,419.14 107.01,417.24 112.70,415.77 115.16,415.25 118.39,414.64 124.08,413.78 129.77,413.14 135.46,412.69 141.15,412.39 146.83,412.23 152.52,412.20 158.21,412.28 163.90,412.45 169.59,412.72 175.28,413.08 180.97,413.50 186.66,414.00 189.50,414.28 192.35,414.57 198.04,415.19 203.73,415.87 209.42,416.59 215.11,417.37 220.79,418.18 226.48,419.03 232.17,419.92 237.86,420.84 243.55,421.79 249.24,422.76 254.93,423.76 259.20,424.52 260.62,424.77 266.31,425.81 272.00,426.86 277.69,427.92 283.38,429.00 289.07,430.09 294.76,431.18 300.44,432.28 306.13,433.39 311.82,434.50 317.51,435.61 323.20,436.73 328.89,437.84 ' style='stroke-width: 0.75; stroke: #CD0BBC; stroke-dasharray: 2.00,2.00,6.00,2.00;' />
<polygon points='52.44,518.00 54.84,513.84 50.04,513.84 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='52.44,513.30 54.84,509.14 50.04,509.14 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='57.09,493.62 59.49,489.47 54.69,489.47 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='57.09,493.20 59.49,489.04 54.69,489.04 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='66.38,463.69 68.78,459.53 63.98,459.53 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='66.38,469.25 68.78,465.09 63.98,465.09 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='82.64,457.70 85.04,453.54 80.24,453.54 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='82.64,448.29 85.04,444.13 80.24,444.13 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='115.16,433.32 117.56,429.17 112.76,429.17 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='115.16,426.91 117.56,422.75 112.76,422.75 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='189.50,441.45 191.90,437.29 187.10,437.29 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='189.50,426.48 191.90,422.32 187.10,422.32 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='259.20,434.18 261.60,430.02 256.80,430.02 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='259.20,433.32 261.60,429.17 256.80,429.17 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='328.89,437.60 331.29,433.44 326.49,433.44 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='328.89,443.59 331.29,439.43 326.49,439.43 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polyline points='50.12,519.93 52.44,509.40 55.81,496.28 57.09,491.88 61.50,478.79 66.38,467.42 67.19,465.80 72.87,456.11 78.56,448.83 82.64,444.74 84.25,443.33 89.94,439.15 95.63,435.94 101.32,433.47 107.01,431.56 112.70,430.07 115.16,429.54 118.39,428.91 124.08,428.02 129.77,427.32 135.46,426.80 141.15,426.41 146.83,426.14 152.52,425.97 158.21,425.89 163.90,425.88 169.59,425.95 175.28,426.07 180.97,426.26 186.66,426.49 189.50,426.63 192.35,426.77 198.04,427.10 203.73,427.47 209.42,427.88 215.11,428.32 220.79,428.80 226.48,429.31 232.17,429.84 237.86,430.41 243.55,431.00 249.24,431.61 254.93,432.25 259.20,432.74 260.62,432.90 266.31,433.58 272.00,434.27 277.69,434.98 283.38,435.70 289.07,436.44 294.76,437.19 300.44,437.95 306.13,438.72 311.82,439.50 317.51,440.29 323.20,441.08 328.89,441.88 ' style='stroke-width: 0.75; stroke: #F5C710;' />
<rect x='50.66' y='502.76' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='50.66' y1='506.32' x2='54.22' y2='502.76' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='50.66' y1='502.76' x2='54.22' y2='506.32' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='50.66' y='495.91' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='50.66' y1='499.48' x2='54.22' y2='495.91' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='50.66' y1='495.91' x2='54.22' y2='499.48' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='55.30' y='471.54' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='55.30' y1='475.10' x2='58.87' y2='471.54' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='55.30' y1='471.54' x2='58.87' y2='475.10' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='55.30' y='470.68' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='55.30' y1='474.25' x2='58.87' y2='470.68' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='55.30' y1='470.68' x2='58.87' y2='474.25' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='64.60' y='426.20' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='64.60' y1='429.77' x2='68.16' y2='426.20' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='64.60' y1='426.20' x2='68.16' y2='429.77' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='64.60' y='428.77' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='64.60' y1='432.33' x2='68.16' y2='428.77' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='64.60' y1='428.77' x2='68.16' y2='432.33' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='80.86' y='391.13' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='80.86' y1='394.70' x2='84.42' y2='391.13' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='80.86' y1='391.13' x2='84.42' y2='394.70' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='80.86' y='398.41' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='80.86' y1='401.97' x2='84.42' y2='398.41' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='80.86' y1='398.41' x2='84.42' y2='401.97' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='113.38' y='376.17' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='113.38' y1='379.73' x2='116.95' y2='376.17' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='113.38' y1='376.17' x2='116.95' y2='379.73' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='113.38' y='369.75' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='113.38' y1='373.32' x2='116.95' y2='369.75' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='113.38' y1='369.75' x2='116.95' y2='373.32' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='187.72' y='390.28' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='187.72' y1='393.84' x2='191.29' y2='390.28' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='187.72' y1='390.28' x2='191.29' y2='393.84' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='187.72' y='386.86' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='187.72' y1='390.42' x2='191.29' y2='386.86' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='187.72' y1='386.86' x2='191.29' y2='390.42' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='257.42' y='401.40' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='257.42' y1='404.96' x2='260.98' y2='401.40' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='257.42' y1='401.40' x2='260.98' y2='404.96' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='257.42' y='400.12' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='257.42' y1='403.68' x2='260.98' y2='400.12' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='257.42' y1='400.12' x2='260.98' y2='403.68' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='327.11' y='417.22' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='327.11' y1='420.79' x2='330.67' y2='417.22' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='327.11' y1='417.22' x2='330.67' y2='420.79' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='327.11' y='422.78' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='327.11' y1='426.35' x2='330.67' y2='422.78' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='327.11' y1='422.78' x2='330.67' y2='426.35' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<polyline points='50.12,519.93 52.44,500.94 55.81,477.89 57.09,470.33 61.50,448.41 66.38,430.15 67.19,427.63 72.87,412.91 78.56,402.45 82.64,396.84 84.25,394.97 89.94,389.63 95.63,385.82 101.32,383.12 107.01,381.24 112.70,379.98 115.16,379.59 118.39,379.20 124.08,378.78 129.77,378.66 135.46,378.78 141.15,379.09 146.83,379.57 152.52,380.19 158.21,380.94 163.90,381.79 169.59,382.74 175.28,383.76 180.97,384.86 186.66,386.02 189.50,386.62 192.35,387.24 198.04,388.50 203.73,389.81 209.42,391.16 215.11,392.53 220.79,393.94 226.48,395.37 232.17,396.82 237.86,398.29 243.55,399.77 249.24,401.26 254.93,402.76 259.20,403.89 260.62,404.27 266.31,405.77 272.00,407.28 277.69,408.79 283.38,410.30 289.07,411.80 294.76,413.30 300.44,414.79 306.13,416.27 311.82,417.74 317.51,419.21 323.20,420.66 328.89,422.10 ' style='stroke-width: 0.75; stroke: #9E9E9E; stroke-dasharray: 4.00,4.00;' />
<line x1='50.66' y1='500.33' x2='54.22' y2='496.77' style='stroke-width: 0.75;' />
<line x1='50.66' y1='496.77' x2='54.22' y2='500.33' style='stroke-width: 0.75;' />
<line x1='49.92' y1='498.55' x2='54.96' y2='498.55' style='stroke-width: 0.75;' />
<line x1='52.44' y1='501.07' x2='52.44' y2='496.03' style='stroke-width: 0.75;' />
<line x1='50.66' y1='494.35' x2='54.22' y2='490.78' style='stroke-width: 0.75;' />
<line x1='50.66' y1='490.78' x2='54.22' y2='494.35' style='stroke-width: 0.75;' />
<line x1='49.92' y1='492.56' x2='54.96' y2='492.56' style='stroke-width: 0.75;' />
<line x1='52.44' y1='495.08' x2='52.44' y2='490.04' style='stroke-width: 0.75;' />
<line x1='55.30' y1='453.29' x2='58.87' y2='449.73' style='stroke-width: 0.75;' />
<line x1='55.30' y1='449.73' x2='58.87' y2='453.29' style='stroke-width: 0.75;' />
<line x1='54.57' y1='451.51' x2='59.61' y2='451.51' style='stroke-width: 0.75;' />
<line x1='57.09' y1='454.03' x2='57.09' y2='448.99' style='stroke-width: 0.75;' />
<line x1='55.30' y1='447.30' x2='58.87' y2='443.74' style='stroke-width: 0.75;' />
<line x1='55.30' y1='443.74' x2='58.87' y2='447.30' style='stroke-width: 0.75;' />
<line x1='54.57' y1='445.52' x2='59.61' y2='445.52' style='stroke-width: 0.75;' />
<line x1='57.09' y1='448.04' x2='57.09' y2='443.00' style='stroke-width: 0.75;' />
<line x1='64.60' y1='399.83' x2='68.16' y2='396.27' style='stroke-width: 0.75;' />
<line x1='64.60' y1='396.27' x2='68.16' y2='399.83' style='stroke-width: 0.75;' />
<line x1='63.86' y1='398.05' x2='68.90' y2='398.05' style='stroke-width: 0.75;' />
<line x1='66.38' y1='400.57' x2='66.38' y2='395.53' style='stroke-width: 0.75;' />
<line x1='64.60' y1='413.09' x2='68.16' y2='409.52' style='stroke-width: 0.75;' />
<line x1='64.60' y1='409.52' x2='68.16' y2='413.09' style='stroke-width: 0.75;' />
<line x1='63.86' y1='411.31' x2='68.90' y2='411.31' style='stroke-width: 0.75;' />
<line x1='66.38' y1='413.83' x2='66.38' y2='408.79' style='stroke-width: 0.75;' />
<line x1='80.86' y1='403.25' x2='84.42' y2='399.69' style='stroke-width: 0.75;' />
<line x1='80.86' y1='399.69' x2='84.42' y2='403.25' style='stroke-width: 0.75;' />
<line x1='80.12' y1='401.47' x2='85.16' y2='401.47' style='stroke-width: 0.75;' />
<line x1='82.64' y1='403.99' x2='82.64' y2='398.95' style='stroke-width: 0.75;' />
<line x1='80.86' y1='380.59' x2='84.42' y2='377.02' style='stroke-width: 0.75;' />
<line x1='80.86' y1='377.02' x2='84.42' y2='380.59' style='stroke-width: 0.75;' />
<line x1='80.12' y1='378.80' x2='85.16' y2='378.80' style='stroke-width: 0.75;' />
<line x1='82.64' y1='381.32' x2='82.64' y2='376.28' style='stroke-width: 0.75;' />
<line x1='113.38' y1='378.45' x2='116.95' y2='374.88' style='stroke-width: 0.75;' />
<line x1='113.38' y1='374.88' x2='116.95' y2='378.45' style='stroke-width: 0.75;' />
<line x1='112.64' y1='376.67' x2='117.68' y2='376.67' style='stroke-width: 0.75;' />
<line x1='115.16' y1='379.19' x2='115.16' y2='374.15' style='stroke-width: 0.75;' />
<line x1='113.38' y1='361.34' x2='116.95' y2='357.78' style='stroke-width: 0.75;' />
<line x1='113.38' y1='357.78' x2='116.95' y2='361.34' style='stroke-width: 0.75;' />
<line x1='112.64' y1='359.56' x2='117.68' y2='359.56' style='stroke-width: 0.75;' />
<line x1='115.16' y1='362.08' x2='115.16' y2='357.04' style='stroke-width: 0.75;' />
<line x1='187.72' y1='381.01' x2='191.29' y2='377.45' style='stroke-width: 0.75;' />
<line x1='187.72' y1='377.45' x2='191.29' y2='381.01' style='stroke-width: 0.75;' />
<line x1='186.98' y1='379.23' x2='192.02' y2='379.23' style='stroke-width: 0.75;' />
<line x1='189.50' y1='381.75' x2='189.50' y2='376.71' style='stroke-width: 0.75;' />
<line x1='187.72' y1='373.74' x2='191.29' y2='370.18' style='stroke-width: 0.75;' />
<line x1='187.72' y1='370.18' x2='191.29' y2='373.74' style='stroke-width: 0.75;' />
<line x1='186.98' y1='371.96' x2='192.02' y2='371.96' style='stroke-width: 0.75;' />
<line x1='189.50' y1='374.48' x2='189.50' y2='369.44' style='stroke-width: 0.75;' />
<line x1='257.42' y1='391.71' x2='260.98' y2='388.14' style='stroke-width: 0.75;' />
<line x1='257.42' y1='388.14' x2='260.98' y2='391.71' style='stroke-width: 0.75;' />
<line x1='256.68' y1='389.92' x2='261.72' y2='389.92' style='stroke-width: 0.75;' />
<line x1='259.20' y1='392.44' x2='259.20' y2='387.40' style='stroke-width: 0.75;' />
<line x1='257.42' y1='399.83' x2='260.98' y2='396.27' style='stroke-width: 0.75;' />
<line x1='257.42' y1='396.27' x2='260.98' y2='399.83' style='stroke-width: 0.75;' />
<line x1='256.68' y1='398.05' x2='261.72' y2='398.05' style='stroke-width: 0.75;' />
<line x1='259.20' y1='400.57' x2='259.20' y2='395.53' style='stroke-width: 0.75;' />
<line x1='327.11' y1='412.66' x2='330.67' y2='409.10' style='stroke-width: 0.75;' />
<line x1='327.11' y1='409.10' x2='330.67' y2='412.66' style='stroke-width: 0.75;' />
<line x1='326.37' y1='410.88' x2='331.41' y2='410.88' style='stroke-width: 0.75;' />
<line x1='328.89' y1='413.40' x2='328.89' y2='408.36' style='stroke-width: 0.75;' />
<line x1='327.11' y1='408.81' x2='330.67' y2='405.25' style='stroke-width: 0.75;' />
<line x1='327.11' y1='405.25' x2='330.67' y2='408.81' style='stroke-width: 0.75;' />
<line x1='326.37' y1='407.03' x2='331.41' y2='407.03' style='stroke-width: 0.75;' />
<line x1='328.89' y1='409.55' x2='328.89' y2='404.51' style='stroke-width: 0.75;' />
<polyline points='50.12,519.93 52.44,491.11 55.81,459.71 57.09,450.29 61.50,425.59 66.38,408.10 67.19,405.91 72.87,394.27 78.56,387.15 82.64,383.70 84.25,382.60 89.94,379.57 95.63,377.45 101.32,375.93 107.01,374.81 112.70,373.99 115.16,373.71 118.39,373.40 124.08,373.01 129.77,372.78 135.46,372.70 141.15,372.76 146.83,372.94 152.52,373.23 158.21,373.63 163.90,374.13 169.59,374.72 175.28,375.40 180.97,376.15 186.66,376.97 189.50,377.41 192.35,377.86 198.04,378.82 203.73,379.82 209.42,380.89 215.11,381.99 220.79,383.15 226.48,384.34 232.17,385.57 237.86,386.83 243.55,388.11 249.24,389.43 254.93,390.77 259.20,391.79 260.62,392.13 266.31,393.51 272.00,394.90 277.69,396.30 283.38,397.72 289.07,399.15 294.76,400.59 300.44,402.03 306.13,403.47 311.82,404.92 317.51,406.37 323.20,407.82 328.89,409.27 ' style='stroke-width: 0.75; stroke-dasharray: 1.00,3.00;' />
<line x1='49.92' y1='493.42' x2='54.96' y2='493.42' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='52.44' y1='495.94' x2='52.44' y2='490.90' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='49.92,493.42 52.44,490.90 54.96,493.42 52.44,495.94 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='49.92' y1='499.83' x2='54.96' y2='499.83' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='52.44' y1='502.35' x2='52.44' y2='497.31' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='49.92,499.83 52.44,497.31 54.96,499.83 52.44,502.35 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='54.57' y1='481.02' x2='59.61' y2='481.02' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='57.09' y1='483.54' x2='57.09' y2='478.50' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='54.57,481.02 57.09,478.50 59.61,481.02 57.09,483.54 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='54.57' y1='464.77' x2='59.61' y2='464.77' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='57.09' y1='467.29' x2='57.09' y2='462.24' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='54.57,464.77 57.09,462.24 59.61,464.77 57.09,467.29 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='63.86' y1='403.18' x2='68.90' y2='403.18' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='66.38' y1='405.70' x2='66.38' y2='400.66' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='63.86,403.18 66.38,400.66 68.90,403.18 66.38,405.70 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='63.86' y1='407.89' x2='68.90' y2='407.89' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='66.38' y1='410.41' x2='66.38' y2='405.37' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='63.86,407.89 66.38,405.37 68.90,407.89 66.38,410.41 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='80.12' y1='381.37' x2='85.16' y2='381.37' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='82.64' y1='383.89' x2='82.64' y2='378.85' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='80.12,381.37 82.64,378.85 85.16,381.37 82.64,383.89 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='80.12' y1='367.26' x2='85.16' y2='367.26' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='82.64' y1='369.78' x2='82.64' y2='364.74' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='80.12,367.26 82.64,364.74 85.16,367.26 82.64,369.78 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='112.64' y1='338.60' x2='117.68' y2='338.60' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='115.16' y1='341.12' x2='115.16' y2='336.08' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='112.64,338.60 115.16,336.08 117.68,338.60 115.16,341.12 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='112.64' y1='330.05' x2='117.68' y2='330.05' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='115.16' y1='332.57' x2='115.16' y2='327.53' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='112.64,330.05 115.16,327.53 117.68,330.05 115.16,332.57 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='186.98' y1='366.40' x2='192.02' y2='366.40' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='189.50' y1='368.92' x2='189.50' y2='363.88' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='186.98,366.40 189.50,363.88 192.02,366.40 189.50,368.92 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='186.98' y1='336.04' x2='192.02' y2='336.04' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='189.50' y1='338.56' x2='189.50' y2='333.52' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='186.98,336.04 189.50,333.52 192.02,336.04 189.50,338.56 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='256.68' y1='358.70' x2='261.72' y2='358.70' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='259.20' y1='361.22' x2='259.20' y2='356.18' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='256.68,358.70 259.20,356.18 261.72,358.70 259.20,361.22 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='256.68' y1='365.12' x2='261.72' y2='365.12' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='259.20' y1='367.64' x2='259.20' y2='362.60' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='256.68,365.12 259.20,362.60 261.72,365.12 259.20,367.64 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='326.37' y1='380.94' x2='331.41' y2='380.94' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='328.89' y1='383.46' x2='328.89' y2='378.42' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='326.37,380.94 328.89,378.42 331.41,380.94 328.89,383.46 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='326.37' y1='393.77' x2='331.41' y2='393.77' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='328.89' y1='396.29' x2='328.89' y2='391.25' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='326.37,393.77 328.89,391.25 331.41,393.77 328.89,396.29 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<polyline points='50.12,519.93 52.44,497.20 55.81,469.59 57.09,460.51 61.50,434.18 66.38,412.18 67.19,409.12 72.87,391.25 78.56,378.39 82.64,371.41 84.25,369.06 89.94,362.22 95.63,357.17 101.32,353.41 107.01,350.61 112.70,348.53 115.16,347.81 118.39,347.00 124.08,345.90 129.77,345.14 135.46,344.67 141.15,344.44 146.83,344.42 152.52,344.57 158.21,344.88 163.90,345.34 169.59,345.92 175.28,346.61 180.97,347.42 186.66,348.31 189.50,348.79 192.35,349.30 198.04,350.36 203.73,351.50 209.42,352.70 215.11,353.97 220.79,355.29 226.48,356.67 232.17,358.09 237.86,359.55 243.55,361.05 249.24,362.58 254.93,364.14 259.20,365.33 260.62,365.73 266.31,367.34 272.00,368.98 277.69,370.63 283.38,372.30 289.07,373.98 294.76,375.67 300.44,377.36 306.13,379.07 311.82,380.78 317.51,382.49 323.20,384.20 328.89,385.91 ' style='stroke-width: 0.75; stroke: #DF536B; stroke-dasharray: 1.00,3.00,4.00,3.00;' />
<circle cx='52.44' cy='504.54' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='50.66' y1='504.54' x2='54.22' y2='504.54' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='52.44' y1='506.32' x2='52.44' y2='502.76' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='52.44' cy='505.82' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='50.66' y1='505.82' x2='54.22' y2='505.82' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='52.44' y1='507.60' x2='52.44' y2='504.04' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='57.09' cy='489.14' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='55.30' y1='489.14' x2='58.87' y2='489.14' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='57.09' y1='490.92' x2='57.09' y2='487.36' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='57.09' cy='487.86' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='55.30' y1='487.86' x2='58.87' y2='487.86' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='57.09' y1='489.64' x2='57.09' y2='486.08' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='66.38' cy='447.23' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='64.60' y1='447.23' x2='68.16' y2='447.23' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='66.38' y1='449.01' x2='66.38' y2='445.45' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='66.38' cy='454.07' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='64.60' y1='454.07' x2='68.16' y2='454.07' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='66.38' y1='455.86' x2='66.38' y2='452.29' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='82.64' cy='403.61' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='80.86' y1='403.61' x2='84.42' y2='403.61' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='82.64' y1='405.39' x2='82.64' y2='401.83' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='82.64' cy='406.60' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='80.86' y1='406.60' x2='84.42' y2='406.60' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='82.64' y1='408.38' x2='82.64' y2='404.82' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='115.16' cy='366.40' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='113.38' y1='366.40' x2='116.95' y2='366.40' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='115.16' y1='368.18' x2='115.16' y2='364.62' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='115.16' cy='368.54' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='113.38' y1='368.54' x2='116.95' y2='368.54' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='115.16' y1='370.32' x2='115.16' y2='366.76' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='189.50' cy='366.40' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='187.72' y1='366.40' x2='191.29' y2='366.40' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='189.50' y1='368.18' x2='189.50' y2='364.62' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='189.50' cy='337.32' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='187.72' y1='337.32' x2='191.29' y2='337.32' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='189.50' y1='339.10' x2='189.50' y2='335.54' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='259.20' cy='339.46' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='257.42' y1='339.46' x2='260.98' y2='339.46' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='259.20' y1='341.24' x2='259.20' y2='337.68' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='259.20' cy='340.31' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='257.42' y1='340.31' x2='260.98' y2='340.31' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='259.20' y1='342.10' x2='259.20' y2='338.53' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='328.89' cy='383.51' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='327.11' y1='383.51' x2='330.67' y2='383.51' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='328.89' y1='385.29' x2='328.89' y2='381.73' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='328.89' cy='368.97' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='327.11' y1='368.97' x2='330.67' y2='368.97' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='328.89' y1='370.75' x2='328.89' y2='367.19' style='stroke-width: 0.75; stroke: #61D04F;' />
<polyline points='50.12,519.93 52.44,507.50 55.81,491.06 57.09,485.26 61.50,466.99 66.38,449.50 67.19,446.86 72.87,429.97 78.56,415.78 82.64,407.00 84.25,403.81 89.94,393.70 95.63,385.14 101.32,377.89 107.01,371.74 112.70,366.52 115.16,364.51 118.39,362.10 124.08,358.37 129.77,355.22 135.46,352.59 141.15,350.40 146.83,348.60 152.52,347.15 158.21,346.00 163.90,345.13 169.59,344.49 175.28,344.07 180.97,343.85 186.66,343.80 189.50,343.84 192.35,343.92 198.04,344.18 203.73,344.57 209.42,345.08 215.11,345.69 220.79,346.41 226.48,347.22 232.17,348.11 237.86,349.08 243.55,350.12 249.24,351.22 254.93,352.38 259.20,353.28 260.62,353.59 266.31,354.84 272.00,356.14 277.69,357.48 283.38,358.85 289.07,360.26 294.76,361.69 300.44,363.15 306.13,364.63 311.82,366.13 317.51,367.64 323.20,369.17 328.89,370.71 ' style='stroke-width: 0.75; stroke: #61D04F; stroke-dasharray: 7.00,3.00;' />
<polygon points='52.44,512.01 54.84,507.16 50.04,507.16 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='52.44,506.47 54.84,511.32 50.04,511.32 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='52.44,509.45 54.84,504.60 50.04,504.60 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='52.44,503.91 54.84,508.75 50.04,508.75 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='57.09,503.03 59.49,498.18 54.69,498.18 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='57.09,497.49 59.49,502.34 54.69,502.34 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='57.09,493.62 59.49,488.77 54.69,488.77 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='57.09,488.08 59.49,492.93 54.69,492.93 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='66.38,473.95 68.78,469.10 63.98,469.10 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='66.38,468.41 68.78,473.26 63.98,473.26 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='66.38,470.10 68.78,465.25 63.98,465.25 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='66.38,464.56 68.78,469.41 63.98,469.41 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='82.64,449.15 85.04,444.30 80.24,444.30 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='82.64,443.60 85.04,448.45 80.24,448.45 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='82.64,445.30 85.04,440.45 80.24,440.45 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='82.64,439.76 85.04,444.60 80.24,444.60 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='115.16,430.33 117.56,425.48 112.76,425.48 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='115.16,424.79 117.56,429.64 112.76,429.64 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='115.16,423.49 117.56,418.64 112.76,418.64 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='115.16,417.94 117.56,422.79 112.76,422.79 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='189.50,419.21 191.90,414.36 187.10,414.36 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='189.50,413.67 191.90,418.52 187.10,418.52 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='189.50,419.21 191.90,414.36 187.10,414.36 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='189.50,413.67 191.90,418.52 187.10,418.52 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='259.20,443.16 261.60,438.31 256.80,438.31 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='259.20,437.62 261.60,442.47 256.80,442.47 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='259.20,430.33 261.60,425.48 256.80,425.48 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='259.20,424.79 261.60,429.64 256.80,429.64 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='328.89,442.73 331.29,437.88 326.49,437.88 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='328.89,437.19 331.29,442.04 326.49,442.04 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='328.89,450.86 331.29,446.01 326.49,446.01 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='328.89,445.31 331.29,450.16 326.49,450.16 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polyline points='50.12,519.93 52.44,511.66 55.81,500.70 57.09,496.83 61.50,484.64 66.38,473.01 67.19,471.26 72.87,460.12 78.56,450.86 82.64,445.22 84.25,443.20 89.94,436.87 95.63,431.67 101.32,427.43 107.01,424.00 112.70,421.24 115.16,420.23 118.39,419.07 124.08,417.39 129.77,416.12 135.46,415.22 141.15,414.62 146.83,414.28 152.52,414.16 158.21,414.23 163.90,414.47 169.59,414.85 175.28,415.36 180.97,415.97 186.66,416.67 189.50,417.05 192.35,417.45 198.04,418.30 203.73,419.21 209.42,420.17 215.11,421.17 220.79,422.22 226.48,423.30 232.17,424.40 237.86,425.53 243.55,426.69 249.24,427.86 254.93,429.04 259.20,429.94 260.62,430.24 266.31,431.45 272.00,432.66 277.69,433.88 283.38,435.11 289.07,436.33 294.76,437.56 300.44,438.79 306.13,440.02 311.82,441.24 317.51,442.46 323.20,443.68 328.89,444.89 ' style='stroke-width: 0.75; stroke: #2297E6; stroke-dasharray: 2.00,2.00,6.00,2.00;' />
<line x1='50.66' y1='513.09' x2='54.22' y2='513.09' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='52.44' y1='514.87' x2='52.44' y2='511.31' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='50.66' y='511.31' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='50.66' y1='509.67' x2='54.22' y2='509.67' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='52.44' y1='511.45' x2='52.44' y2='507.89' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='50.66' y='507.89' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='55.30' y1='493.42' x2='58.87' y2='493.42' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='57.09' y1='495.20' x2='57.09' y2='491.64' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='55.30' y='491.64' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='55.30' y1='495.56' x2='58.87' y2='495.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='57.09' y1='497.34' x2='57.09' y2='493.78' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='55.30' y='493.78' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='64.60' y1='474.17' x2='68.16' y2='474.17' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='66.38' y1='475.96' x2='66.38' y2='472.39' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='64.60' y='472.39' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='64.60' y1='474.60' x2='68.16' y2='474.60' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='66.38' y1='476.38' x2='66.38' y2='472.82' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='64.60' y='472.82' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='80.86' y1='440.82' x2='84.42' y2='440.82' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='82.64' y1='442.60' x2='82.64' y2='439.03' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='80.86' y='439.03' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='80.86' y1='438.25' x2='84.42' y2='438.25' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='82.64' y1='440.03' x2='82.64' y2='436.47' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='80.86' y='436.47' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='113.38' y1='404.89' x2='116.95' y2='404.89' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='115.16' y1='406.67' x2='115.16' y2='403.11' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='113.38' y='403.11' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='113.38' y1='410.88' x2='116.95' y2='410.88' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='115.16' y1='412.66' x2='115.16' y2='409.10' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='113.38' y='409.10' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='187.72' y1='409.60' x2='191.29' y2='409.60' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='189.50' y1='411.38' x2='189.50' y2='407.81' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='187.72' y='407.81' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='187.72' y1='406.60' x2='191.29' y2='406.60' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='189.50' y1='408.38' x2='189.50' y2='404.82' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='187.72' y='404.82' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='257.42' y1='421.57' x2='260.98' y2='421.57' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='259.20' y1='423.35' x2='259.20' y2='419.79' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='257.42' y='419.79' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='257.42' y1='430.12' x2='260.98' y2='430.12' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='259.20' y1='431.91' x2='259.20' y2='428.34' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='257.42' y='428.34' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='327.11' y1='451.08' x2='330.67' y2='451.08' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='328.89' y1='452.86' x2='328.89' y2='449.30' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='327.11' y='449.30' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='327.11' y1='445.95' x2='330.67' y2='445.95' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='328.89' y1='447.73' x2='328.89' y2='444.17' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='327.11' y='444.17' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<polyline points='50.12,519.93 52.44,511.04 55.81,499.26 57.09,495.09 61.50,481.98 66.38,469.44 67.19,467.55 72.87,455.53 78.56,445.55 82.64,439.46 84.25,437.28 89.94,430.46 95.63,424.86 101.32,420.31 107.01,416.64 112.70,413.72 115.16,412.66 118.39,411.44 124.08,409.70 129.77,408.43 135.46,407.56 141.15,407.03 146.83,406.79 152.52,406.80 158.21,407.02 163.90,407.43 169.59,408.01 175.28,408.72 180.97,409.54 186.66,410.48 189.50,410.97 192.35,411.49 198.04,412.59 203.73,413.75 209.42,414.96 215.11,416.22 220.79,417.53 226.48,418.86 232.17,420.23 237.86,421.62 243.55,423.02 249.24,424.44 254.93,425.88 259.20,426.96 260.62,427.32 266.31,428.76 272.00,430.21 277.69,431.66 283.38,433.11 289.07,434.55 294.76,435.99 300.44,437.43 306.13,438.85 311.82,440.27 317.51,441.68 323.20,443.07 328.89,444.46 ' style='stroke-width: 0.75; stroke: #28E2E5;' />
<circle cx='52.44' cy='509.24' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='50.66' y1='511.02' x2='54.22' y2='507.46' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='50.66' y1='507.46' x2='54.22' y2='511.02' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='52.44' cy='513.09' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='50.66' y1='514.87' x2='54.22' y2='511.31' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='50.66' y1='511.31' x2='54.22' y2='514.87' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='57.09' cy='496.84' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='55.30' y1='498.62' x2='58.87' y2='495.06' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='55.30' y1='495.06' x2='58.87' y2='498.62' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='57.09' cy='490.43' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='55.30' y1='492.21' x2='58.87' y2='488.64' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='55.30' y1='488.64' x2='58.87' y2='492.21' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='66.38' cy='462.20' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='64.60' y1='463.98' x2='68.16' y2='460.42' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='64.60' y1='460.42' x2='68.16' y2='463.98' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='66.38' cy='471.18' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='64.60' y1='472.96' x2='68.16' y2='469.40' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='64.60' y1='469.40' x2='68.16' y2='472.96' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='82.64' cy='430.12' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='80.86' y1='431.91' x2='84.42' y2='428.34' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='80.86' y1='428.34' x2='84.42' y2='431.91' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='82.64' cy='436.54' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='80.86' y1='438.32' x2='84.42' y2='434.76' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='80.86' y1='434.76' x2='84.42' y2='438.32' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='115.16' cy='413.02' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='113.38' y1='414.80' x2='116.95' y2='411.24' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='113.38' y1='411.24' x2='116.95' y2='414.80' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='115.16' cy='404.89' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='113.38' y1='406.67' x2='116.95' y2='403.11' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='113.38' y1='403.11' x2='116.95' y2='406.67' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='189.50' cy='404.89' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='187.72' y1='406.67' x2='191.29' y2='403.11' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='187.72' y1='403.11' x2='191.29' y2='406.67' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='189.50' cy='403.61' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='187.72' y1='405.39' x2='191.29' y2='401.83' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='187.72' y1='401.83' x2='191.29' y2='405.39' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='259.20' cy='389.50' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='257.42' y1='391.28' x2='260.98' y2='387.71' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='257.42' y1='387.71' x2='260.98' y2='391.28' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='259.20' cy='394.63' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='257.42' y1='396.41' x2='260.98' y2='392.85' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='257.42' y1='392.85' x2='260.98' y2='396.41' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='328.89' cy='413.44' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='327.11' y1='415.23' x2='330.67' y2='411.66' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='327.11' y1='411.66' x2='330.67' y2='415.23' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='328.89' cy='419.86' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='327.11' y1='421.64' x2='330.67' y2='418.08' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='327.11' y1='418.08' x2='330.67' y2='421.64' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<polyline points='50.12,519.93 52.44,510.04 55.81,497.11 57.09,492.58 61.50,478.50 66.38,465.28 67.19,463.31 72.87,450.88 78.56,440.69 82.64,434.53 84.25,432.33 89.94,425.45 95.63,419.78 101.32,415.12 107.01,411.28 112.70,408.12 115.16,406.93 118.39,405.53 124.08,403.41 129.77,401.69 135.46,400.31 141.15,399.22 146.83,398.37 152.52,397.74 158.21,397.28 163.90,396.99 169.59,396.83 175.28,396.80 180.97,396.87 186.66,397.05 189.50,397.16 192.35,397.30 198.04,397.63 203.73,398.03 209.42,398.50 215.11,399.01 220.79,399.58 226.48,400.20 232.17,400.85 237.86,401.54 243.55,402.27 249.24,403.02 254.93,403.80 259.20,404.41 260.62,404.61 266.31,405.44 272.00,406.29 277.69,407.16 283.38,408.04 289.07,408.94 294.76,409.85 300.44,410.77 306.13,411.70 311.82,412.64 317.51,413.59 323.20,414.54 328.89,415.50 ' style='stroke-width: 0.75; stroke: #CD0BBC; stroke-dasharray: 4.00,4.00;' />
<polygon points='52.44,504.89 54.22,508.46 50.66,508.46 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='50.66' y='504.89' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='52.44,492.49 54.22,496.06 50.66,496.06 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='50.66' y='492.49' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='57.09,477.52 58.87,481.09 55.30,481.09 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='55.30' y='477.52' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='57.09,482.23 58.87,485.79 55.30,485.79 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='55.30' y='482.23' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='66.38,436.04 68.16,439.60 64.60,439.60 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='64.60' y='436.04' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='66.38,440.32 68.16,443.88 64.60,443.88 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='64.60' y='440.32' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='82.64,405.25 84.42,408.81 80.86,408.81 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='80.86' y='405.25' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='82.64,408.67 84.42,412.23 80.86,412.23 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='80.86' y='408.67' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='115.16,391.56 116.95,395.13 113.38,395.13 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='113.38' y='391.56' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='115.16,386.86 116.95,390.42 113.38,390.42 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='113.38' y='386.86' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='189.50,391.56 191.29,395.13 187.72,395.13 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='187.72' y='391.56' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='189.50,393.70 191.29,397.26 187.72,397.26 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='187.72' y='393.70' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='259.20,409.95 260.98,413.52 257.42,413.52 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='257.42' y='409.95' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='259.20,399.26 260.98,402.82 257.42,402.82 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='257.42' y='399.26' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='328.89,425.35 330.67,428.91 327.11,428.91 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='327.11' y='425.35' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='328.89,414.23 330.67,417.79 327.11,417.79 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='327.11' y='414.23' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polyline points='50.12,519.93 52.44,505.64 55.81,487.71 57.09,481.65 61.50,463.50 66.38,447.51 67.19,445.22 72.87,431.33 78.56,420.72 82.64,414.65 84.25,412.55 89.94,406.24 95.63,401.33 101.32,397.50 107.01,394.52 112.70,392.20 115.16,391.36 118.39,390.40 124.08,389.03 129.77,388.01 135.46,387.28 141.15,386.80 146.83,386.53 152.52,386.44 158.21,386.50 163.90,386.71 169.59,387.04 175.28,387.48 180.97,388.02 186.66,388.66 189.50,389.00 192.35,389.37 198.04,390.15 203.73,391.00 209.42,391.91 215.11,392.88 220.79,393.89 226.48,394.94 232.17,396.04 237.86,397.17 243.55,398.33 249.24,399.52 254.93,400.73 259.20,401.66 260.62,401.97 266.31,403.22 272.00,404.49 277.69,405.78 283.38,407.07 289.07,408.37 294.76,409.69 300.44,411.00 306.13,412.32 311.82,413.65 317.51,414.97 323.20,416.29 328.89,417.61 ' style='stroke-width: 0.75; stroke: #F5C710; stroke-dasharray: 1.00,3.00;' />
<polygon points='50.66,498.62 54.22,498.62 54.22,495.06 50.66,495.06 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='50.66,511.02 54.22,511.02 54.22,507.46 50.66,507.46 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='55.30,483.23 58.87,483.23 58.87,479.66 55.30,479.66 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='55.30,482.37 58.87,482.37 58.87,478.81 55.30,478.81 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='64.60,451.58 68.16,451.58 68.16,448.01 64.60,448.01 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='64.60,444.74 68.16,444.74 68.16,441.17 64.60,441.17 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='80.86,402.82 84.42,402.82 84.42,399.26 80.86,399.26 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='80.86,411.38 84.42,411.38 84.42,407.81 80.86,407.81 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='113.38,397.26 116.95,397.26 116.95,393.70 113.38,393.70 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='113.38,398.98 116.95,398.98 116.95,395.41 113.38,395.41 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='187.72,380.59 191.29,380.59 191.29,377.02 187.72,377.02 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='187.72,377.16 191.29,377.16 191.29,373.60 187.72,373.60 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='257.42,394.27 260.98,394.27 260.98,390.71 257.42,390.71 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='257.42,387.00 260.98,387.00 260.98,383.44 257.42,383.44 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='327.11,379.73 330.67,379.73 330.67,376.17 327.11,376.17 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='327.11,407.10 330.67,407.10 330.67,403.54 327.11,403.54 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polyline points='50.12,519.93 52.44,505.24 55.81,486.76 57.09,480.50 61.50,461.73 66.38,445.14 67.19,442.75 72.87,428.30 78.56,417.22 82.64,410.88 84.25,408.68 89.94,402.05 95.63,396.87 101.32,392.79 107.01,389.55 112.70,386.98 115.16,386.03 118.39,384.92 124.08,383.27 129.77,381.94 135.46,380.89 141.15,380.05 146.83,379.40 152.52,378.91 158.21,378.56 163.90,378.33 169.59,378.21 175.28,378.18 180.97,378.25 186.66,378.39 189.50,378.49 192.35,378.60 198.04,378.89 203.73,379.23 209.42,379.64 215.11,380.10 220.79,380.61 226.48,381.17 232.17,381.77 237.86,382.42 243.55,383.10 249.24,383.82 254.93,384.58 259.20,385.17 260.62,385.37 266.31,386.18 272.00,387.03 277.69,387.90 283.38,388.79 289.07,389.71 294.76,390.65 300.44,391.60 306.13,392.58 311.82,393.56 317.51,394.57 323.20,395.58 328.89,396.61 ' style='stroke-width: 0.75; stroke: #9E9E9E; stroke-dasharray: 1.00,3.00,4.00,3.00;' />
<polyline points='50.12,519.93 52.44,509.63 55.81,495.81 57.09,490.87 61.50,475.15 66.38,459.83 67.19,457.50 72.87,442.43 78.56,429.60 82.64,421.62 84.25,418.72 89.94,409.51 95.63,401.75 101.32,395.26 107.01,389.86 112.70,385.41 115.16,383.74 118.39,381.79 124.08,378.88 129.77,376.60 135.46,374.87 141.15,373.61 146.83,372.76 152.52,372.27 158.21,372.10 163.90,372.20 169.59,372.53 175.28,373.07 180.97,373.79 186.66,374.67 189.50,375.16 192.35,375.68 198.04,376.81 203.73,378.04 209.42,379.35 215.11,380.74 220.79,382.19 226.48,383.69 232.17,385.24 237.86,386.82 243.55,388.44 249.24,390.07 254.93,391.73 259.20,392.98 260.62,393.40 266.31,395.08 272.00,396.77 277.69,398.46 283.38,400.14 289.07,401.83 294.76,403.51 300.44,405.19 306.13,406.85 311.82,408.51 317.51,410.15 323.20,411.79 328.89,413.40 ' style='stroke-width: 1.50;' />
</g>
<defs>
  <clipPath id='cpMzk4Ljk3fDcwMC4wNHwzMjIuNDV8NTI3LjUz'>
    <rect x='398.97' y='322.45' width='301.08' height='205.08' />
  </clipPath>
</defs>
<g clip-path='url(#cpMzk4Ljk3fDcwMC4wNHwzMjIuNDV8NTI3LjUz)'>
</g>
<g clip-path='url(#cpMC4wMHw3MjAuMDB8MC4wMHw1NzYuMDA=)'>
<line x1='410.12' y1='527.53' x2='670.16' y2='527.53' style='stroke-width: 0.75;' />
<line x1='410.12' y1='527.53' x2='410.12' y2='532.28' style='stroke-width: 0.75;' />
<line x1='475.13' y1='527.53' x2='475.13' y2='532.28' style='stroke-width: 0.75;' />
<line x1='540.14' y1='527.53' x2='540.14' y2='532.28' style='stroke-width: 0.75;' />
<line x1='605.15' y1='527.53' x2='605.15' y2='532.28' style='stroke-width: 0.75;' />
<line x1='670.16' y1='527.53' x2='670.16' y2='532.28' style='stroke-width: 0.75;' />
<text x='410.12' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>0</text>
<text x='475.13' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>10</text>
<text x='540.14' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>20</text>
<text x='605.15' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>30</text>
<text x='670.16' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>40</text>
<line x1='398.97' y1='521.93' x2='398.97' y2='328.05' style='stroke-width: 0.75;' />
<line x1='398.97' y1='521.93' x2='394.21' y2='521.93' style='stroke-width: 0.75;' />
<line x1='398.97' y1='489.62' x2='394.21' y2='489.62' style='stroke-width: 0.75;' />
<line x1='398.97' y1='457.31' x2='394.21' y2='457.31' style='stroke-width: 0.75;' />
<line x1='398.97' y1='424.99' x2='394.21' y2='424.99' style='stroke-width: 0.75;' />
<line x1='398.97' y1='392.68' x2='394.21' y2='392.68' style='stroke-width: 0.75;' />
<line x1='398.97' y1='360.36' x2='394.21' y2='360.36' style='stroke-width: 0.75;' />
<line x1='398.97' y1='328.05' x2='394.21' y2='328.05' style='stroke-width: 0.75;' />
<text transform='translate(387.56,521.93) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='7.04px' lengthAdjust='spacingAndGlyphs'>-3</text>
<text transform='translate(387.56,489.62) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='7.04px' lengthAdjust='spacingAndGlyphs'>-2</text>
<text transform='translate(387.56,457.31) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='7.04px' lengthAdjust='spacingAndGlyphs'>-1</text>
<text transform='translate(387.56,424.99) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>0</text>
<text transform='translate(387.56,392.68) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>1</text>
<text transform='translate(387.56,360.36) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>2</text>
<text transform='translate(387.56,328.05) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>3</text>
<polygon points='398.97,527.53 700.04,527.53 700.04,322.45 398.97,322.45 ' style='stroke-width: 0.75; fill: none;' />
</g>
<defs>
  <clipPath id='cpMzYwLjAwfDcyMC4wMHwzMTIuMDB8NTc2LjAw'>
    <rect x='360.00' y='312.00' width='360.00' height='264.00' />
  </clipPath>
</defs>
<g clip-path='url(#cpMzYwLjAwfDcyMC4wMHwzMTIuMDB8NTc2LjAw)'>
<text x='549.50' y='563.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='33.46px' lengthAdjust='spacingAndGlyphs'>Predicted</text>
<text transform='translate(368.55,424.99) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='76.62px' lengthAdjust='spacingAndGlyphs'>Standardized residual</text>
</g>
<g clip-path='url(#cpMzk4Ljk3fDcwMC4wNHwzMjIuNDV8NTI3LjUz)'>
<line x1='398.97' y1='424.99' x2='700.04' y2='424.99' style='stroke-width: 0.75; stroke-dasharray: 4.00,4.00;' />
<circle cx='428.07' cy='444.27' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='428.07' cy='375.60' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='459.24' cy='410.79' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='459.24' cy='407.59' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='506.41' cy='401.14' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='506.41' cy='433.34' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='556.26' cy='431.08' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='556.26' cy='409.34' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='595.36' cy='408.18' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='595.36' cy='458.32' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='600.50' cy='441.11' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='600.50' cy='410.16' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='582.61' cy='423.69' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='582.61' cy='482.25' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='559.83' cy='408.47' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='559.83' cy='399.91' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='424.26,459.32 426.66,463.48 421.86,463.48 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='424.26,473.11 426.66,477.27 421.86,477.27 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='449.10,425.38 451.50,429.54 446.70,429.54 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='449.10,422.09 451.50,426.24 446.70,426.24 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='487.46,436.63 489.86,440.79 485.06,440.79 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='487.46,404.75 489.86,408.90 485.06,408.90 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='529.45,408.99 531.85,413.14 527.05,413.14 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='529.45,440.63 531.85,444.78 527.05,444.78 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='564.24,395.03 566.64,399.19 561.84,399.19 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='564.24,422.37 566.64,426.52 561.84,426.52 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='571.12,425.62 573.52,429.78 568.72,429.78 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='571.12,419.49 573.52,423.64 568.72,423.64 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='558.18,443.24 560.58,447.40 555.78,447.40 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='558.18,449.71 560.58,453.86 555.78,453.86 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='541.08,393.16 543.48,397.32 538.68,397.32 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='541.08,416.33 543.48,420.48 538.68,420.48 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<line x1='424.90' y1='409.94' x2='429.94' y2='409.94' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='427.42' y1='412.46' x2='427.42' y2='407.42' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='424.90' y1='440.87' x2='429.94' y2='440.87' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='427.42' y1='443.39' x2='427.42' y2='438.35' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='455.54' y1='411.30' x2='460.58' y2='411.30' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='458.06' y1='413.82' x2='458.06' y2='408.78' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='455.54' y1='408.09' x2='460.58' y2='408.09' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='458.06' y1='410.61' x2='458.06' y2='405.57' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='503.65' y1='432.38' x2='508.69' y2='432.38' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='506.17' y1='434.90' x2='506.17' y2='429.86' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='503.65' y1='392.08' x2='508.69' y2='392.08' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='506.17' y1='394.60' x2='506.17' y2='389.56' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='557.95' y1='440.51' x2='562.99' y2='440.51' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='560.47' y1='443.03' x2='560.47' y2='437.99' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='557.95' y1='438.37' x2='562.99' y2='438.37' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='560.47' y1='440.90' x2='560.47' y2='435.85' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='605.20' y1='462.11' x2='610.24' y2='462.11' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='607.72' y1='464.63' x2='607.72' y2='459.59' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='605.20' y1='400.09' x2='610.24' y2='400.09' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='607.72' y1='402.61' x2='607.72' y2='397.57' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='612.34' y1='459.40' x2='617.38' y2='459.40' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='614.86' y1='461.92' x2='614.86' y2='456.88' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='612.34' y1='400.73' x2='617.38' y2='400.73' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='614.86' y1='403.25' x2='614.86' y2='398.21' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='588.53' y1='384.03' x2='593.57' y2='384.03' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='591.05' y1='386.55' x2='591.05' y2='381.51' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='588.53' y1='380.26' x2='593.57' y2='380.26' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='591.05' y1='382.78' x2='591.05' y2='377.74' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='560.00' y1='451.31' x2='565.04' y2='451.31' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='562.52' y1='453.83' x2='562.52' y2='448.79' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='560.00' y1='408.96' x2='565.04' y2='408.96' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='562.52' y1='411.48' x2='562.52' y2='406.44' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='427.13' y1='457.34' x2='430.69' y2='453.77' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='427.13' y1='453.77' x2='430.69' y2='457.34' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='427.13' y1='409.32' x2='430.69' y2='405.76' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='427.13' y1='405.76' x2='430.69' y2='409.32' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='461.27' y1='415.45' x2='464.83' y2='411.89' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='461.27' y1='411.89' x2='464.83' y2='415.45' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='461.27' y1='453.44' x2='464.83' y2='449.88' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='461.27' y1='449.88' x2='464.83' y2='453.44' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='517.65' y1='394.13' x2='521.21' y2='390.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='517.65' y1='390.56' x2='521.21' y2='394.13' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='517.65' y1='404.29' x2='521.21' y2='400.72' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='517.65' y1='400.72' x2='521.21' y2='404.29' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='587.18' y1='482.17' x2='590.74' y2='478.60' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='587.18' y1='478.60' x2='590.74' y2='482.17' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='587.18' y1='404.11' x2='590.74' y2='400.54' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='587.18' y1='400.54' x2='590.74' y2='404.11' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='658.30' y1='449.63' x2='661.86' y2='446.06' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='658.30' y1='446.06' x2='661.86' y2='449.63' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='658.30' y1='386.22' x2='661.86' y2='382.66' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='658.30' y1='382.66' x2='661.86' y2='386.22' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='685.75' y1='435.87' x2='689.32' y2='432.31' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='685.75' y1='432.31' x2='689.32' y2='435.87' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='685.75' y1='465.61' x2='689.32' y2='462.04' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='685.75' y1='462.04' x2='689.32' y2='465.61' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='663.51' y1='375.33' x2='667.07' y2='371.76' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='663.51' y1='371.76' x2='667.07' y2='375.33' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='663.51' y1='433.32' x2='667.07' y2='429.75' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='663.51' y1='429.75' x2='667.07' y2='433.32' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='632.65' y1='446.15' x2='636.21' y2='442.58' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='632.65' y1='442.58' x2='636.21' y2='446.15' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='632.65' y1='402.72' x2='636.21' y2='399.15' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='632.65' y1='399.15' x2='636.21' y2='402.72' style='stroke-width: 0.75; stroke: #28E2E5;' />
<polygon points='428.44,425.18 430.96,422.66 433.48,425.18 430.96,427.70 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='428.44,455.96 430.96,453.44 433.48,455.96 430.96,458.48 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='461.97,467.94 464.49,465.42 467.01,467.94 464.49,470.46 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='461.97,379.71 464.49,377.19 467.01,379.71 464.49,382.23 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='506.02,463.29 508.54,460.77 511.06,463.29 508.54,465.81 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='506.02,420.73 508.54,418.21 511.06,420.73 508.54,423.25 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='543.49,472.71 546.01,470.19 548.53,472.71 546.01,475.23 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='543.49,361.55 546.01,359.03 548.53,361.55 546.01,364.07 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='566.73,397.77 569.25,395.25 571.77,397.77 569.25,400.29 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='566.73,441.02 569.25,438.50 571.77,441.02 569.25,443.54 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='568.21,396.44 570.73,393.91 573.25,396.44 570.73,398.96 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='568.21,445.57 570.73,443.05 573.25,445.57 570.73,448.10 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='552.64,438.32 555.16,435.80 557.68,438.32 555.16,440.84 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='552.64,457.97 555.16,455.45 557.68,457.97 555.16,460.49 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='532.39,391.59 534.91,389.07 537.43,391.59 534.91,394.11 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='532.39,436.77 534.91,434.25 537.43,436.77 534.91,439.29 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='426.13,474.68 428.53,470.52 423.73,470.52 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='426.13,436.82 428.53,432.66 423.73,432.66 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='452.77,419.96 455.17,415.80 450.37,415.80 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='452.77,416.69 455.17,412.54 450.37,412.54 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='489.95,384.11 492.35,379.95 487.55,379.95 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='489.95,421.43 492.35,417.27 487.55,417.27 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='524.43,487.02 526.83,482.86 522.03,482.86 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='524.43,432.31 526.83,428.16 522.03,428.16 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='547.53,433.12 549.93,428.96 545.13,428.96 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='547.53,399.31 549.93,395.15 545.13,395.15 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='551.95,490.10 554.35,485.94 549.55,485.94 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='551.95,412.66 554.35,408.51 549.55,408.51 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='542.67,420.62 545.07,416.46 540.27,416.46 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='542.67,416.01 545.07,411.86 540.27,411.86 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='528.76,387.49 531.16,383.33 526.36,383.33 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='528.76,421.67 531.16,417.51 526.36,417.51 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='437.21' y='451.58' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='437.21' y1='455.14' x2='440.77' y2='451.58' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='437.21' y1='451.58' x2='440.77' y2='455.14' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='437.21' y='397.62' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='437.21' y1='401.18' x2='440.77' y2='397.62' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='437.21' y1='397.62' x2='440.77' y2='401.18' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='483.75' y='443.65' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='483.75' y1='447.22' x2='487.31' y2='443.65' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='483.75' y1='443.65' x2='487.31' y2='447.22' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='483.75' y='437.81' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='483.75' y1='441.37' x2='487.31' y2='437.81' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='483.75' y1='437.81' x2='487.31' y2='441.37' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='544.82' y='411.75' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='544.82' y1='415.32' x2='548.38' y2='411.75' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='544.82' y1='411.75' x2='548.38' y2='415.32' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='544.82' y='425.33' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='544.82' y1='428.89' x2='548.38' y2='425.33' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='544.82' y1='425.33' x2='548.38' y2='428.89' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='595.45' y='406.28' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='595.45' y1='409.84' x2='599.01' y2='406.28' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='595.45' y1='406.28' x2='599.01' y2='409.84' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='595.45' y='437.63' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='595.45' y1='441.19' x2='599.01' y2='437.63' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='595.45' y1='437.63' x2='599.01' y2='441.19' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='621.67' y='416.78' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='621.67' y1='420.35' x2='625.24' y2='416.78' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='621.67' y1='416.78' x2='625.24' y2='420.35' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='621.67' y='391.70' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='621.67' y1='395.26' x2='625.24' y2='391.70' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='621.67' y1='391.70' x2='625.24' y2='395.26' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='610.99' y='445.33' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='610.99' y1='448.90' x2='614.55' y2='445.33' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='610.99' y1='445.33' x2='614.55' y2='448.90' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='610.99' y='431.42' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='610.99' y1='434.99' x2='614.55' y2='431.42' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='610.99' y1='431.42' x2='614.55' y2='434.99' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='584.74' y='420.03' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='584.74' y1='423.59' x2='588.30' y2='420.03' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='584.74' y1='420.03' x2='588.30' y2='423.59' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='584.74' y='414.26' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='584.74' y1='417.82' x2='588.30' y2='414.26' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='584.74' y1='414.26' x2='588.30' y2='417.82' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='557.05' y='407.63' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='557.05' y1='411.19' x2='560.61' y2='407.63' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='557.05' y1='407.63' x2='560.61' y2='411.19' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='557.05' y='435.58' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='557.05' y1='439.14' x2='560.61' y2='435.58' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='557.05' y1='435.58' x2='560.61' y2='439.14' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='452.15' y1='483.35' x2='455.71' y2='479.79' style='stroke-width: 0.75;' />
<line x1='452.15' y1='479.79' x2='455.71' y2='483.35' style='stroke-width: 0.75;' />
<line x1='451.41' y1='481.57' x2='456.45' y2='481.57' style='stroke-width: 0.75;' />
<line x1='453.93' y1='484.09' x2='453.93' y2='479.05' style='stroke-width: 0.75;' />
<line x1='452.15' y1='437.80' x2='455.71' y2='434.24' style='stroke-width: 0.75;' />
<line x1='452.15' y1='434.24' x2='455.71' y2='437.80' style='stroke-width: 0.75;' />
<line x1='451.41' y1='436.02' x2='456.45' y2='436.02' style='stroke-width: 0.75;' />
<line x1='453.93' y1='438.54' x2='453.93' y2='433.50' style='stroke-width: 0.75;' />
<line x1='514.21' y1='434.13' x2='517.77' y2='430.57' style='stroke-width: 0.75;' />
<line x1='514.21' y1='430.57' x2='517.77' y2='434.13' style='stroke-width: 0.75;' />
<line x1='513.47' y1='432.35' x2='518.51' y2='432.35' style='stroke-width: 0.75;' />
<line x1='515.99' y1='434.87' x2='515.99' y2='429.83' style='stroke-width: 0.75;' />
<line x1='514.21' y1='398.05' x2='517.77' y2='394.48' style='stroke-width: 0.75;' />
<line x1='514.21' y1='394.48' x2='517.77' y2='398.05' style='stroke-width: 0.75;' />
<line x1='513.47' y1='396.26' x2='518.51' y2='396.26' style='stroke-width: 0.75;' />
<line x1='515.99' y1='398.78' x2='515.99' y2='393.74' style='stroke-width: 0.75;' />
<line x1='578.33' y1='380.42' x2='581.89' y2='376.85' style='stroke-width: 0.75;' />
<line x1='578.33' y1='376.85' x2='581.89' y2='380.42' style='stroke-width: 0.75;' />
<line x1='577.59' y1='378.63' x2='582.63' y2='378.63' style='stroke-width: 0.75;' />
<line x1='580.11' y1='381.15' x2='580.11' y2='376.11' style='stroke-width: 0.75;' />
<line x1='578.33' y1='441.54' x2='581.89' y2='437.97' style='stroke-width: 0.75;' />
<line x1='578.33' y1='437.97' x2='581.89' y2='441.54' style='stroke-width: 0.75;' />
<line x1='577.59' y1='439.75' x2='582.63' y2='439.75' style='stroke-width: 0.75;' />
<line x1='580.11' y1='442.27' x2='580.11' y2='437.23' style='stroke-width: 0.75;' />
<line x1='615.43' y1='497.87' x2='618.99' y2='494.30' style='stroke-width: 0.75;' />
<line x1='615.43' y1='494.30' x2='618.99' y2='497.87' style='stroke-width: 0.75;' />
<line x1='614.69' y1='496.08' x2='619.73' y2='496.08' style='stroke-width: 0.75;' />
<line x1='617.21' y1='498.60' x2='617.21' y2='493.56' style='stroke-width: 0.75;' />
<line x1='615.43' y1='407.19' x2='618.99' y2='403.63' style='stroke-width: 0.75;' />
<line x1='615.43' y1='403.63' x2='618.99' y2='407.19' style='stroke-width: 0.75;' />
<line x1='614.69' y1='405.41' x2='619.73' y2='405.41' style='stroke-width: 0.75;' />
<line x1='617.21' y1='407.93' x2='617.21' y2='402.89' style='stroke-width: 0.75;' />
<line x1='630.62' y1='437.97' x2='634.18' y2='434.41' style='stroke-width: 0.75;' />
<line x1='630.62' y1='434.41' x2='634.18' y2='437.97' style='stroke-width: 0.75;' />
<line x1='629.88' y1='436.19' x2='634.92' y2='436.19' style='stroke-width: 0.75;' />
<line x1='632.40' y1='438.71' x2='632.40' y2='433.67' style='stroke-width: 0.75;' />
<line x1='630.62' y1='373.17' x2='634.18' y2='369.61' style='stroke-width: 0.75;' />
<line x1='630.62' y1='369.61' x2='634.18' y2='373.17' style='stroke-width: 0.75;' />
<line x1='629.88' y1='371.39' x2='634.92' y2='371.39' style='stroke-width: 0.75;' />
<line x1='632.40' y1='373.91' x2='632.40' y2='368.87' style='stroke-width: 0.75;' />
<line x1='624.99' y1='433.81' x2='628.55' y2='430.25' style='stroke-width: 0.75;' />
<line x1='624.99' y1='430.25' x2='628.55' y2='433.81' style='stroke-width: 0.75;' />
<line x1='624.25' y1='432.03' x2='629.29' y2='432.03' style='stroke-width: 0.75;' />
<line x1='626.77' y1='434.55' x2='626.77' y2='429.51' style='stroke-width: 0.75;' />
<line x1='624.99' y1='405.72' x2='628.55' y2='402.15' style='stroke-width: 0.75;' />
<line x1='624.99' y1='402.15' x2='628.55' y2='405.72' style='stroke-width: 0.75;' />
<line x1='624.25' y1='403.94' x2='629.29' y2='403.94' style='stroke-width: 0.75;' />
<line x1='626.77' y1='406.46' x2='626.77' y2='401.42' style='stroke-width: 0.75;' />
<line x1='603.14' y1='418.97' x2='606.70' y2='415.41' style='stroke-width: 0.75;' />
<line x1='603.14' y1='415.41' x2='606.70' y2='418.97' style='stroke-width: 0.75;' />
<line x1='602.40' y1='417.19' x2='607.44' y2='417.19' style='stroke-width: 0.75;' />
<line x1='604.92' y1='419.71' x2='604.92' y2='414.67' style='stroke-width: 0.75;' />
<line x1='603.14' y1='453.00' x2='606.70' y2='449.43' style='stroke-width: 0.75;' />
<line x1='603.14' y1='449.43' x2='606.70' y2='453.00' style='stroke-width: 0.75;' />
<line x1='602.40' y1='451.22' x2='607.44' y2='451.22' style='stroke-width: 0.75;' />
<line x1='604.92' y1='453.74' x2='604.92' y2='448.70' style='stroke-width: 0.75;' />
<line x1='576.56' y1='434.26' x2='580.13' y2='430.69' style='stroke-width: 0.75;' />
<line x1='576.56' y1='430.69' x2='580.13' y2='434.26' style='stroke-width: 0.75;' />
<line x1='575.82' y1='432.48' x2='580.86' y2='432.48' style='stroke-width: 0.75;' />
<line x1='578.34' y1='435.00' x2='578.34' y2='429.96' style='stroke-width: 0.75;' />
<line x1='576.56' y1='416.39' x2='580.13' y2='412.82' style='stroke-width: 0.75;' />
<line x1='576.56' y1='412.82' x2='580.13' y2='416.39' style='stroke-width: 0.75;' />
<line x1='575.82' y1='414.61' x2='580.86' y2='414.61' style='stroke-width: 0.75;' />
<line x1='578.34' y1='417.13' x2='578.34' y2='412.09' style='stroke-width: 0.75;' />
<line x1='442.16' y1='395.55' x2='447.20' y2='395.55' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='444.68' y1='398.07' x2='444.68' y2='393.03' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='442.16,395.55 444.68,393.03 447.20,395.55 444.68,398.07 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='442.16' y1='445.52' x2='447.20' y2='445.52' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='444.68' y1='448.04' x2='444.68' y2='443.00' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='442.16,445.52 444.68,443.00 447.20,445.52 444.68,448.04 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='497.93' y1='556.91' x2='502.97' y2='556.91' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='500.45' y1='559.43' x2='500.45' y2='554.39' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='497.93,556.91 500.45,554.39 502.97,556.91 500.45,559.43 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='497.93' y1='452.37' x2='502.97' y2='452.37' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='500.45' y1='454.89' x2='500.45' y2='449.85' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='497.93,452.37 500.45,449.85 502.97,452.37 500.45,454.89 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='571.40' y1='382.49' x2='576.44' y2='382.49' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='573.92' y1='385.01' x2='573.92' y2='379.97' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='571.40,382.49 573.92,379.97 576.44,382.49 573.92,385.01 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='571.40' y1='404.72' x2='576.44' y2='404.72' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='573.92' y1='407.24' x2='573.92' y2='402.20' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='571.40,404.72 573.92,402.20 576.44,404.72 573.92,407.24 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='633.37' y1='462.26' x2='638.41' y2='462.26' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='635.89' y1='464.78' x2='635.89' y2='459.74' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='633.37,462.26 635.89,459.74 638.41,462.26 635.89,464.78 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='633.37' y1='409.45' x2='638.41' y2='409.45' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='635.89' y1='411.97' x2='635.89' y2='406.93' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='633.37,409.45 635.89,406.93 638.41,409.45 635.89,411.97 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='669.25' y1='394.43' x2='674.29' y2='394.43' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='671.77' y1='396.95' x2='671.77' y2='391.91' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='669.25,394.43 671.77,391.91 674.29,394.43 671.77,396.95 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='669.25' y1='366.04' x2='674.29' y2='366.04' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='671.77' y1='368.56' x2='671.77' y2='363.51' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='669.25,366.04 671.77,363.51 674.29,366.04 671.77,368.56 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='667.75' y1='483.73' x2='672.79' y2='483.73' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='670.27' y1='486.25' x2='670.27' y2='481.21' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='667.75,483.73 670.27,481.21 672.79,483.73 670.27,486.25 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='667.75' y1='382.43' x2='672.79' y2='382.43' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='670.27' y1='384.95' x2='670.27' y2='379.91' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='667.75,382.43 670.27,379.91 672.79,382.43 670.27,384.95 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='642.61' y1='400.97' x2='647.65' y2='400.97' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='645.13' y1='403.49' x2='645.13' y2='398.45' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='642.61,400.97 645.13,398.45 647.65,400.97 645.13,403.49 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='642.61' y1='424.22' x2='647.65' y2='424.22' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='645.13' y1='426.74' x2='645.13' y2='421.70' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='642.61,424.22 645.13,421.70 647.65,424.22 645.13,426.74 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='611.33' y1='404.86' x2='616.37' y2='404.86' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='613.85' y1='407.38' x2='613.85' y2='402.34' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='611.33,404.86 613.85,402.34 616.37,404.86 613.85,407.38 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='611.33' y1='456.82' x2='616.37' y2='456.82' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='613.85' y1='459.34' x2='613.85' y2='454.30' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='611.33,456.82 613.85,454.30 616.37,456.82 613.85,459.34 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<circle cx='429.01' cy='401.22' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='427.23' y1='401.22' x2='430.80' y2='401.22' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='429.01' y1='403.00' x2='429.01' y2='399.44' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='429.01' cy='411.50' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='427.23' y1='411.50' x2='430.80' y2='411.50' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='429.01' y1='413.29' x2='429.01' y2='409.72' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='462.82' cy='453.73' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='461.04' y1='453.73' x2='464.61' y2='453.73' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='462.82' y1='455.52' x2='462.82' y2='451.95' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='462.82' cy='444.23' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='461.04' y1='444.23' x2='464.61' y2='444.23' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='462.82' y1='446.01' x2='462.82' y2='442.45' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='517.19' cy='411.40' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='515.41' y1='411.40' x2='518.97' y2='411.40' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='517.19' y1='413.18' x2='517.19' y2='409.62' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='517.19' cy='452.43' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='515.41' y1='452.43' x2='518.97' y2='452.43' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='517.19' y1='454.22' x2='517.19' y2='450.65' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='581.80' cy='409.48' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='580.01' y1='409.48' x2='583.58' y2='409.48' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='581.80' y1='411.26' x2='581.80' y2='407.70' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='581.80' cy='423.19' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='580.01' y1='423.19' x2='583.58' y2='423.19' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='581.80' y1='424.97' x2='581.80' y2='421.41' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='646.38' cy='431.81' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='644.59' y1='431.81' x2='648.16' y2='431.81' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='646.38' y1='433.59' x2='646.38' y2='430.03' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='646.38' cy='439.53' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='644.59' y1='439.53' x2='648.16' y2='439.53' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='646.38' y1='441.31' x2='646.38' y2='437.74' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='677.80' cy='498.48' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='676.02' y1='498.48' x2='679.58' y2='498.48' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='677.80' y1='500.26' x2='677.80' y2='496.70' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='677.80' cy='403.74' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='676.02' y1='403.74' x2='679.58' y2='403.74' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='677.80' y1='405.53' x2='677.80' y2='401.96' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='663.45' cy='377.86' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='661.67' y1='377.86' x2='665.23' y2='377.86' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='663.45' y1='379.64' x2='663.45' y2='376.08' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='663.45' cy='380.78' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='661.67' y1='380.78' x2='665.23' y2='380.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='663.45' y1='382.56' x2='663.45' y2='379.00' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='636.95' cy='472.70' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='635.17' y1='472.70' x2='638.74' y2='472.70' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='636.95' y1='474.48' x2='636.95' y2='470.92' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='636.95' cy='418.49' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='635.17' y1='418.49' x2='638.74' y2='418.49' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='636.95' y1='420.27' x2='636.95' y2='416.71' style='stroke-width: 0.75; stroke: #61D04F;' />
<polygon points='422.70,408.25 425.10,403.40 420.30,403.40 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='422.70,402.71 425.10,407.56 420.30,407.56 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='422.70,387.53 425.10,382.68 420.30,382.68 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='422.70,381.99 425.10,386.84 420.30,386.84 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='445.24,454.47 447.64,449.62 442.84,449.62 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='445.24,448.93 447.64,453.78 442.84,453.78 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='445.24,381.28 447.64,376.43 442.84,376.43 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='445.24,375.73 447.64,380.58 442.84,380.58 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='481.45,415.08 483.85,410.23 479.05,410.23 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='481.45,409.54 483.85,414.39 479.05,414.39 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='481.45,388.38 483.85,383.53 479.05,383.53 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='481.45,382.83 483.85,387.68 479.05,387.68 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='523.69,434.48 526.09,429.63 521.29,429.63 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='523.69,428.94 526.09,433.79 521.29,433.79 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='523.69,412.03 526.09,407.18 521.29,407.18 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='523.69,406.49 526.09,411.34 521.29,411.34 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='561.67,464.15 564.07,459.30 559.27,459.30 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='561.67,458.61 564.07,463.46 559.27,463.46 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='561.67,430.15 564.07,425.30 559.27,425.30 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='561.67,424.61 564.07,429.46 559.27,429.46 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='566.52,424.79 568.92,419.94 564.12,419.94 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='566.52,419.25 568.92,424.10 564.12,424.10 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='566.52,424.79 568.92,419.94 564.12,419.94 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='566.52,419.25 568.92,424.10 564.12,424.10 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='546.92,482.98 549.32,478.13 544.52,478.13 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='546.92,477.44 549.32,482.29 544.52,482.29 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='546.92,415.19 549.32,410.34 544.52,410.34 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='546.92,409.65 549.32,414.50 544.52,414.50 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='524.20,399.09 526.60,394.24 521.80,394.24 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='524.20,393.54 526.60,398.39 521.80,398.39 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='524.20,446.38 526.60,441.53 521.80,441.53 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='524.20,440.84 526.60,445.69 521.80,445.69 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<line x1='421.85' y1='441.52' x2='425.42' y2='441.52' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='423.63' y1='443.30' x2='423.63' y2='439.74' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='421.85' y='439.74' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='421.85' y1='413.92' x2='425.42' y2='413.92' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='423.63' y1='415.70' x2='423.63' y2='412.14' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='421.85' y='412.14' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='446.10' y1='412.04' x2='449.66' y2='412.04' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='447.88' y1='413.82' x2='447.88' y2='410.26' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='446.10' y='410.26' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='446.10' y1='428.57' x2='449.66' y2='428.57' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='447.88' y1='430.35' x2='447.88' y2='426.79' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='446.10' y='426.79' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='485.09' y1='457.16' x2='488.66' y2='457.16' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='486.88' y1='458.95' x2='486.88' y2='455.38' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='485.09' y='455.38' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='485.09' y1='460.07' x2='488.66' y2='460.07' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='486.88' y1='461.85' x2='486.88' y2='458.29' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='485.09' y='458.29' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='530.66' y1='432.60' x2='534.23' y2='432.60' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='532.44' y1='434.38' x2='532.44' y2='430.81' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='530.66' y='430.81' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='530.66' y1='418.18' x2='534.23' y2='418.18' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='532.44' y1='419.96' x2='532.44' y2='416.40' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='530.66' y='416.40' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='571.41' y1='388.18' x2='574.97' y2='388.18' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='573.19' y1='389.97' x2='573.19' y2='386.40' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='571.41' y='386.40' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='571.41' y1='416.56' x2='574.97' y2='416.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='573.19' y1='418.35' x2='573.19' y2='414.78' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='571.41' y='414.78' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='573.97' y1='418.52' x2='577.53' y2='418.52' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='575.75' y1='420.31' x2='575.75' y2='416.74' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='573.97' y='416.74' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='573.97' y1='404.48' x2='577.53' y2='404.48' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='575.75' y1='406.26' x2='575.75' y2='402.70' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='573.97' y='402.70' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='549.67' y1='397.08' x2='553.24' y2='397.08' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='551.46' y1='398.86' x2='551.46' y2='395.30' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='549.67' y='395.30' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='549.67' y1='441.42' x2='553.24' y2='441.42' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='551.46' y1='443.20' x2='551.46' y2='439.64' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='549.67' y='439.64' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='523.07' y1='463.43' x2='526.63' y2='463.43' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='524.85' y1='465.21' x2='524.85' y2='461.65' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='523.07' y='461.65' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='523.07' y1='433.65' x2='526.63' y2='433.65' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='524.85' y1='435.43' x2='524.85' y2='431.87' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='523.07' y='431.87' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<circle cx='425.15' cy='418.55' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='423.37' y1='420.33' x2='426.94' y2='416.77' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='423.37' y1='416.77' x2='426.94' y2='420.33' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='425.15' cy='449.55' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='423.37' y1='451.34' x2='426.94' y2='447.77' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='423.37' y1='447.77' x2='426.94' y2='451.34' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='451.69' cy='457.57' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='449.91' y1='459.35' x2='453.48' y2='455.79' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='449.91' y1='455.79' x2='453.48' y2='459.35' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='451.69' cy='408.47' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='449.91' y1='410.25' x2='453.48' y2='406.69' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='449.91' y1='406.69' x2='453.48' y2='410.25' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='493.20' cy='404.56' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='491.41' y1='406.35' x2='494.98' y2='402.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='491.41' y1='402.78' x2='494.98' y2='406.35' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='493.20' cy='464.07' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='491.41' y1='465.85' x2='494.98' y2='462.29' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='491.41' y1='462.29' x2='494.98' y2='465.85' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='539.94' cy='401.00' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='538.16' y1='402.78' x2='541.72' y2='399.22' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='538.16' y1='399.22' x2='541.72' y2='402.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='539.94' cy='435.91' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='538.16' y1='437.70' x2='541.72' y2='434.13' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='538.16' y1='434.13' x2='541.72' y2='437.70' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='581.90' cy='452.86' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='580.12' y1='454.64' x2='583.68' y2='451.08' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='580.12' y1='451.08' x2='583.68' y2='454.64' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='581.90' cy='415.66' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='580.12' y1='417.44' x2='583.68' y2='413.88' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='580.12' y1='413.88' x2='583.68' y2='417.44' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='596.74' cy='458.38' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='594.96' y1='460.16' x2='598.53' y2='456.59' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='594.96' y1='456.59' x2='598.53' y2='460.16' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='596.74' cy='452.83' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='594.96' y1='454.62' x2='598.53' y2='451.05' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='594.96' y1='451.05' x2='598.53' y2='454.62' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='585.73' cy='357.76' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='583.95' y1='359.54' x2='587.51' y2='355.98' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='583.95' y1='355.98' x2='587.51' y2='359.54' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='585.73' cy='380.90' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='583.95' y1='382.68' x2='587.51' y2='379.12' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='583.95' y1='379.12' x2='587.51' y2='382.68' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='568.87' cy='415.08' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='567.09' y1='416.86' x2='570.65' y2='413.30' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='567.09' y1='413.30' x2='570.65' y2='416.86' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='568.87' cy='446.03' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='567.09' y1='447.81' x2='570.65' y2='444.24' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='567.09' y1='444.24' x2='570.65' y2='447.81' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<polygon points='431.84,431.48 433.63,435.04 430.06,435.04 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='430.06' y='431.48' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='431.84,332.43 433.63,336.00 430.06,336.00 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='430.06' y='332.43' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='468.32,406.19 470.10,409.75 466.54,409.75 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='466.54' y='406.19' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='468.32,440.41 470.10,443.97 466.54,443.97 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='466.54' y='440.41' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='520.21,365.84 521.99,369.40 518.42,369.40 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='518.42' y='365.84' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='520.21,391.16 521.99,394.72 518.42,394.72 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='518.42' y='391.16' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='570.16,386.63 571.94,390.19 568.37,390.19 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='568.37' y='386.63' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='570.16,403.04 571.94,406.61 568.37,406.61 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='568.37' y='403.04' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='605.57,431.50 607.35,435.07 603.78,435.07 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='603.78' y='431.50' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='605.57,411.85 607.35,415.42 603.78,415.42 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='603.78' y='411.85' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='609.15,441.11 610.93,444.67 607.37,444.67 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='607.37' y='441.11' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='609.15,449.92 610.93,453.48 607.37,453.48 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='607.37' y='449.92' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='589.91,467.90 591.69,471.46 588.13,471.46 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='588.13' y='467.90' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='589.91,420.48 591.69,424.04 588.13,424.04 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='588.13' y='420.48' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='565.66,469.73 567.44,473.29 563.88,473.29 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='563.88' y='469.73' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='565.66,415.38 567.44,418.95 563.88,418.95 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='563.88' y='415.38' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='430.67,359.73 434.23,359.73 434.23,356.16 430.67,356.16 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='430.67,458.68 434.23,458.68 434.23,455.11 430.67,455.11 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='468.28,433.58 471.84,433.58 471.84,430.02 468.28,430.02 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='468.28,427.40 471.84,427.40 471.84,423.83 468.28,423.83 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='522.04,453.95 525.60,453.95 525.60,450.38 522.04,450.38 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='522.04,414.06 525.60,414.06 525.60,410.49 522.04,410.49 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='574.11,380.65 577.67,380.65 577.67,377.08 574.11,377.08 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='574.11,420.75 577.67,420.75 577.67,417.19 574.11,417.19 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='611.89,465.08 615.45,465.08 615.45,461.52 611.89,461.52 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='611.89,472.02 615.45,472.02 615.45,468.45 611.89,468.45 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='623.35,428.01 626.92,428.01 626.92,424.44 623.35,424.44 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='623.35,414.71 626.92,414.71 626.92,411.15 623.35,411.15 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='613.20,456.31 616.76,456.31 616.76,452.74 613.20,452.74 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='613.20,426.98 616.76,426.98 616.76,423.42 613.20,423.42 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='595.80,346.42 599.36,346.42 599.36,342.85 595.80,342.85 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='595.80,464.26 599.36,464.26 599.36,460.70 595.80,460.70 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
</g>
<defs>
  <clipPath id='cpNTkuMDR8Njg5Ljc2fDU5LjA0fDUwMi41Ng=='>
    <rect x='59.04' y='59.04' width='630.72' height='443.52' />
  </clipPath>
</defs>
<g clip-path='url(#cpNTkuMDR8Njg5Ljc2fDU5LjA0fDUwMi41Ng==)'>
</g>
</svg>

Contact - Imprint