aboutsummaryrefslogblamecommitdiff
path: root/tests/testthat/_snaps/plot/mixed-model-fit-for-saem-object-with-mkin-transformations.svg
blob: 5a645478f08f26c6aa9429659b8fe4c6e7116ccd (plain) (tree)
779
780
781
782
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
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
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

































































































                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   



























































                                                                                                                                                                                                   
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 

















                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 



































                                                                                                     
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           



































                                                                                                     
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 

















                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

















                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    





















































                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 







































































                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                





















































                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           





















































                                                                                                     
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 



































                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           





















































                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    





















































                                                                                                     
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 



































                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 

















                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           








                                                                
                                                                                    
                                                                                    




                                                                                    
                                                                                                                                                           







                                                                                                                                                              
                                                                                    



                                                                                                                                                                                       
                                                                                                                                                                                      

                                                                                                                                                                                      












                                                                                                                                                                                                           































































































































































































































































































































































































































































































































































































                                                                                                                                      






                                                                
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   























































                                                                                                                                                                                               
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 













                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 































                                                                                                     
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           































                                                                                                     
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 















                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           














                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    















































                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 































































                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                















































                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           















































                                                                                                     
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 































                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           















































                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    















































                                                                                                     
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 































                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 















                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           








                                                                 
                                                                                    
                                                                                    



                                                                                    
                                                                                                                                                           






                                                                                                                                                            
                                                                                    



                                                                                                                                                                                       
                                                                                                                                                                                      

                                                                                                                                                                                      












                                                                                                                                                                                                           




























































































































































































































































































































































































































































































































                                                                                                                                      








                                                               
<?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==)'>
<polyline points='50.12,110.89 52.44,115.00 55.81,120.76 57.09,122.89 61.50,130.02 66.38,137.51 67.19,138.71 72.87,146.87 78.56,154.53 82.64,159.73 84.25,161.72 89.94,168.47 95.63,174.82 101.32,180.77 107.01,186.37 112.70,191.62 115.16,193.80 118.39,196.56 124.08,201.20 129.77,205.56 135.46,209.66 141.15,213.52 146.83,217.14 152.52,220.55 158.21,223.75 163.90,226.76 169.59,229.60 175.28,232.26 180.97,234.77 186.66,237.13 189.50,238.26 192.35,239.35 198.04,241.44 203.73,243.41 209.42,245.26 215.11,247.01 220.79,248.65 226.48,250.19 232.17,251.65 237.86,253.02 243.55,254.32 249.24,255.53 254.93,256.68 259.20,257.50 260.62,257.76 266.31,258.78 272.00,259.74 277.69,260.65 283.38,261.50 289.07,262.31 294.76,263.07 300.44,263.78 306.13,264.46 311.82,265.10 317.51,265.70 323.20,266.27 328.89,266.80 ' style='stroke-width: 1.50;' />
</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='119.97' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='52.44' cy='116.52' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='57.09' cy='109.94' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='57.09' cy='120.79' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='66.38' cy='135.08' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='66.38' cy='127.03' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='82.64' cy='159.89' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='82.64' cy='168.92' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='115.16' cy='198.83' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='115.16' cy='199.32' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='189.50' cy='224.45' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='189.50' cy='220.68' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='259.20' cy='236.12' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='259.20' cy='238.58' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='328.89' cy='250.25' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='328.89' cy='246.63' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<polyline points='50.12,109.16 52.44,114.23 55.81,121.17 57.09,123.69 61.50,131.88 66.38,140.17 67.19,141.46 72.87,150.04 78.56,157.74 82.64,162.78 84.25,164.67 89.94,170.91 95.63,176.55 101.32,181.66 107.01,186.30 112.70,190.52 115.16,192.23 118.39,194.38 124.08,197.91 129.77,201.15 135.46,204.14 141.15,206.90 146.83,209.46 152.52,211.84 158.21,214.06 163.90,216.13 169.59,218.07 175.28,219.90 180.97,221.63 186.66,223.25 189.50,224.04 192.35,224.80 198.04,226.26 203.73,227.66 209.42,228.99 215.11,230.26 220.79,231.48 226.48,232.65 232.17,233.77 237.86,234.85 243.55,235.89 249.24,236.90 254.93,237.87 259.20,238.57 260.62,238.81 266.31,239.71 272.00,240.59 277.69,241.45 283.38,242.28 289.07,243.08 294.76,243.86 300.44,244.62 306.13,245.36 311.82,246.08 317.51,246.78 323.20,247.46 328.89,248.13 ' 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,104.87 54.84,109.03 50.04,109.03 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='52.44,122.45 54.84,126.61 50.04,126.61 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='57.09,130.01 59.49,134.17 54.69,134.17 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='57.09,114.07 59.49,118.23 54.69,118.23 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='66.38,135.10 68.78,139.26 63.98,139.26 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='66.38,142.66 68.78,146.82 63.98,146.82 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='82.64,156.13 85.04,160.29 80.24,160.29 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='82.64,160.07 85.04,164.23 80.24,164.23 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='115.16,189.98 117.56,194.13 112.76,194.13 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='115.16,186.03 117.56,190.19 112.76,190.19 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='189.50,214.29 191.90,218.45 187.10,218.45 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='189.50,221.68 191.90,225.84 187.10,225.84 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='259.20,237.13 261.60,241.28 256.80,241.28 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='259.20,233.68 261.60,237.83 256.80,237.83 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='328.89,241.23 331.29,245.39 326.49,245.39 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='328.89,238.61 331.29,242.76 326.49,242.76 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polyline points='50.12,109.72 52.44,114.58 55.81,121.25 57.09,123.67 61.50,131.59 66.38,139.62 67.19,140.87 72.87,149.22 78.56,156.74 82.64,161.68 84.25,163.53 89.94,169.66 95.63,175.21 101.32,180.25 107.01,184.83 112.70,189.01 115.16,190.70 118.39,192.82 124.08,196.31 129.77,199.51 135.46,202.46 141.15,205.18 146.83,207.69 152.52,210.02 158.21,212.19 163.90,214.21 169.59,216.10 175.28,217.88 180.97,219.54 186.66,221.11 189.50,221.87 192.35,222.60 198.04,224.00 203.73,225.34 209.42,226.61 215.11,227.82 220.79,228.97 226.48,230.08 232.17,231.15 237.86,232.17 243.55,233.15 249.24,234.10 254.93,235.01 259.20,235.68 260.62,235.90 266.31,236.75 272.00,237.58 277.69,238.39 283.38,239.17 289.07,239.93 294.76,240.67 300.44,241.39 306.13,242.09 311.82,242.78 317.51,243.44 323.20,244.09 328.89,244.73 ' 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='127.85' x2='54.96' y2='127.85' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='52.44' y1='130.37' x2='52.44' y2='125.33' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='49.92' y1='108.30' x2='54.96' y2='108.30' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='52.44' y1='110.82' x2='52.44' y2='105.78' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='54.57' y1='129.82' x2='59.61' y2='129.82' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='57.09' y1='132.34' x2='57.09' y2='127.30' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='54.57' y1='123.74' x2='59.61' y2='123.74' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='57.09' y1='126.26' x2='57.09' y2='121.22' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='63.86' y1='149.87' x2='68.90' y2='149.87' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='66.38' y1='152.39' x2='66.38' y2='147.35' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='63.86' y1='155.12' x2='68.90' y2='155.12' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='66.38' y1='157.64' x2='66.38' y2='152.60' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='80.12' y1='153.15' x2='85.16' y2='153.15' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='82.64' y1='155.67' x2='82.64' y2='150.63' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='80.12' y1='164.49' x2='85.16' y2='164.49' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='82.64' y1='167.01' x2='82.64' y2='161.97' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='112.64' y1='198.00' x2='117.68' y2='198.00' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='115.16' y1='200.52' x2='115.16' y2='195.48' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='112.64' y1='188.47' x2='117.68' y2='188.47' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='115.16' y1='191.00' x2='115.16' y2='185.95' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='186.98' y1='231.52' x2='192.02' y2='231.52' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='189.50' y1='234.04' x2='189.50' y2='229.00' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='186.98' y1='228.23' x2='192.02' y2='228.23' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='189.50' y1='230.75' x2='189.50' y2='225.71' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='256.68' y1='244.01' x2='261.72' y2='244.01' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='259.20' y1='246.53' x2='259.20' y2='241.49' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='256.68' y1='244.99' x2='261.72' y2='244.99' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='259.20' y1='247.51' x2='259.20' y2='242.47' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='326.37' y1='255.34' x2='331.41' y2='255.34' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='328.89' y1='257.86' x2='328.89' y2='252.82' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='326.37' y1='256.82' x2='331.41' y2='256.82' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='328.89' y1='259.34' x2='328.89' y2='254.30' style='stroke-width: 0.75; stroke: #2297E6;' />
<polyline points='50.12,113.12 52.44,117.78 55.81,124.22 57.09,126.57 61.50,134.28 66.38,142.17 67.19,143.41 72.87,151.72 78.56,159.28 82.64,164.29 84.25,166.18 89.94,172.48 95.63,178.25 101.32,183.54 107.01,188.40 112.70,192.87 115.16,194.70 118.39,197.00 124.08,200.80 129.77,204.33 135.46,207.60 141.15,210.64 146.83,213.47 152.52,216.11 158.21,218.57 163.90,220.88 169.59,223.05 175.28,225.09 180.97,227.01 186.66,228.82 189.50,229.69 192.35,230.53 198.04,232.16 203.73,233.69 209.42,235.16 215.11,236.54 220.79,237.87 226.48,239.13 232.17,240.34 237.86,241.49 243.55,242.59 249.24,243.65 254.93,244.67 259.20,245.40 260.62,245.64 266.31,246.58 272.00,247.48 277.69,248.35 283.38,249.18 289.07,249.99 294.76,250.77 300.44,251.52 306.13,252.24 311.82,252.94 317.51,253.62 323.20,254.28 328.89,254.91 ' 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='125.03' x2='54.22' y2='121.47' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='50.66' y1='121.47' x2='54.22' y2='125.03' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='50.66' y1='115.83' x2='54.22' y2='112.27' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='50.66' y1='112.27' x2='54.22' y2='115.83' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='55.30' y1='126.84' x2='58.87' y2='123.28' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='55.30' y1='123.28' x2='58.87' y2='126.84' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='55.30' y1='129.96' x2='58.87' y2='126.40' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='55.30' y1='126.40' x2='58.87' y2='129.96' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='64.60' y1='142.94' x2='68.16' y2='139.38' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='64.60' y1='139.38' x2='68.16' y2='142.94' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='64.60' y1='143.93' x2='68.16' y2='140.36' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='64.60' y1='140.36' x2='68.16' y2='143.93' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='80.86' y1='168.41' x2='84.42' y2='164.84' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='80.86' y1='164.84' x2='84.42' y2='168.41' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='80.86' y1='156.74' x2='84.42' y2='153.18' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='80.86' y1='153.18' x2='84.42' y2='156.74' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='113.38' y1='195.84' x2='116.95' y2='192.28' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='113.38' y1='192.28' x2='116.95' y2='195.84' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='113.38' y1='194.69' x2='116.95' y2='191.13' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='113.38' y1='191.13' x2='116.95' y2='194.69' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='187.72' y1='229.85' x2='191.29' y2='226.29' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='187.72' y1='226.29' x2='191.29' y2='229.85' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='187.72' y1='237.57' x2='191.29' y2='234.01' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='187.72' y1='234.01' x2='191.29' y2='237.57' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='257.42' y1='256.30' x2='260.98' y2='252.74' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='257.42' y1='252.74' x2='260.98' y2='256.30' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='257.42' y1='255.81' x2='260.98' y2='252.25' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='257.42' y1='252.25' x2='260.98' y2='255.81' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='327.11' y1='263.20' x2='330.67' y2='259.64' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='327.11' y1='259.64' x2='330.67' y2='263.20' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='327.11' y1='260.57' x2='330.67' y2='257.01' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='327.11' y1='257.01' x2='330.67' y2='260.57' style='stroke-width: 0.75; stroke: #28E2E5;' />
<polyline points='50.12,111.96 52.44,116.17 55.81,122.05 57.09,124.22 61.50,131.43 66.38,138.94 67.19,140.13 72.87,148.23 78.56,155.76 82.64,160.83 84.25,162.77 89.94,169.29 95.63,175.38 101.32,181.05 107.01,186.35 112.70,191.29 115.16,193.33 118.39,195.91 124.08,200.23 129.77,204.27 135.46,208.05 141.15,211.60 146.83,214.92 152.52,218.04 158.21,220.97 163.90,223.72 169.59,226.30 175.28,228.74 180.97,231.03 186.66,233.19 189.50,234.22 192.35,235.22 198.04,237.14 203.73,238.95 209.42,240.66 215.11,242.28 220.79,243.81 226.48,245.26 232.17,246.63 237.86,247.93 243.55,249.16 249.24,250.33 254.93,251.44 259.20,252.24 260.62,252.49 266.31,253.50 272.00,254.45 277.69,255.36 283.38,256.22 289.07,257.04 294.76,257.82 300.44,258.57 306.13,259.28 311.82,259.96 317.51,260.61 323.20,261.23 328.89,261.82 ' 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,113.07 52.44,110.55 54.96,113.07 52.44,115.59 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='49.92,135.24 52.44,132.72 54.96,135.24 52.44,137.76 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='54.57,135.08 57.09,132.56 59.61,135.08 57.09,137.60 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='54.57,129.82 57.09,127.30 59.61,129.82 57.09,132.34 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='63.86,151.67 66.38,149.15 68.90,151.67 66.38,154.19 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='63.86,147.24 66.38,144.72 68.90,147.24 66.38,149.76 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='80.12,180.10 82.64,177.58 85.16,180.10 82.64,182.62 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='80.12,176.97 82.64,174.45 85.16,176.97 82.64,179.49 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='112.64,203.43 115.16,200.91 117.68,203.43 115.16,205.95 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='112.64,197.68 115.16,195.16 117.68,197.68 115.16,200.20 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='186.98,230.70 189.50,228.18 192.02,230.70 189.50,233.22 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='186.98,224.29 189.50,221.77 192.02,224.29 189.50,226.81 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='256.68,240.88 259.20,238.36 261.72,240.88 259.20,243.40 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='256.68,241.05 259.20,238.53 261.72,241.05 259.20,243.57 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='326.37,253.53 328.89,251.01 331.41,253.53 328.89,256.05 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='326.37,252.71 328.89,250.19 331.41,252.71 328.89,255.23 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polyline points='50.12,111.83 52.44,118.73 55.81,127.92 57.09,131.17 61.50,141.48 66.38,151.43 67.19,152.94 72.87,162.67 78.56,170.97 82.64,176.18 84.25,178.09 89.94,184.23 95.63,189.55 101.32,194.19 107.01,198.27 112.70,201.87 115.16,203.31 118.39,205.09 124.08,207.97 129.77,210.58 135.46,212.96 141.15,215.13 146.83,217.14 152.52,219.01 158.21,220.75 163.90,222.38 169.59,223.93 175.28,225.39 180.97,226.78 186.66,228.11 189.50,228.75 192.35,229.38 198.04,230.60 203.73,231.77 209.42,232.90 215.11,234.00 220.79,235.06 226.48,236.08 232.17,237.08 237.86,238.04 243.55,238.98 249.24,239.89 254.93,240.78 259.20,241.43 260.62,241.64 266.31,242.48 272.00,243.30 277.69,244.09 283.38,244.87 289.07,245.63 294.76,246.37 300.44,247.09 306.13,247.79 311.82,248.47 317.51,249.14 323.20,249.79 328.89,250.43 ' 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,110.58 54.84,106.42 50.04,106.42 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='52.44,117.32 54.84,113.16 50.04,113.16 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='57.09,125.69 59.49,121.54 54.69,121.54 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='57.09,120.27 59.49,116.12 54.69,116.12 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='66.38,155.10 68.78,150.95 63.98,150.95 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='66.38,149.68 68.78,145.52 63.98,145.52 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='82.64,170.55 85.04,166.39 80.24,166.39 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='82.64,162.66 85.04,158.50 80.24,158.50 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='115.16,200.28 117.56,196.13 112.76,196.13 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='115.16,194.86 117.56,190.70 112.76,190.70 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='189.50,216.05 191.90,211.90 187.10,211.90 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='189.50,219.18 191.90,215.02 187.10,215.02 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='259.20,234.45 261.60,230.30 256.80,230.30 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='259.20,232.65 261.60,228.49 256.80,228.49 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='328.89,242.34 331.29,238.18 326.49,238.18 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='328.89,243.16 331.29,239.01 326.49,239.01 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polyline points='50.12,110.45 52.44,116.02 55.81,123.54 57.09,126.24 61.50,134.91 66.38,143.48 67.19,144.80 72.87,153.43 78.56,160.98 82.64,165.81 84.25,167.60 89.94,173.43 95.63,178.58 101.32,183.14 107.01,187.20 112.70,190.84 115.16,192.29 118.39,194.10 124.08,197.04 129.77,199.70 135.46,202.13 141.15,204.35 146.83,206.39 152.52,208.28 158.21,210.03 163.90,211.67 169.59,213.20 175.28,214.65 180.97,216.01 186.66,217.31 189.50,217.93 192.35,218.54 198.04,219.72 203.73,220.85 209.42,221.93 215.11,222.98 220.79,223.99 226.48,224.96 232.17,225.91 237.86,226.83 243.55,227.73 249.24,228.60 254.93,229.45 259.20,230.07 260.62,230.28 266.31,231.09 272.00,231.88 277.69,232.65 283.38,233.41 289.07,234.15 294.76,234.88 300.44,235.59 306.13,236.29 311.82,236.98 317.51,237.65 323.20,238.31 328.89,238.96 ' 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='113.42' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='50.66' y1='116.98' x2='54.22' y2='113.42' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='50.66' y1='113.42' x2='54.22' y2='116.98' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='50.66' y='106.85' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='50.66' y1='110.41' x2='54.22' y2='106.85' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='50.66' y1='106.85' x2='54.22' y2='110.41' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='55.30' y='122.13' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='55.30' y1='125.69' x2='58.87' y2='122.13' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='55.30' y1='122.13' x2='58.87' y2='125.69' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='55.30' y='133.79' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='55.30' y1='137.36' x2='58.87' y2='133.79' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='55.30' y1='133.79' x2='58.87' y2='137.36' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='64.60' y='167.80' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='64.60' y1='171.36' x2='68.16' y2='167.80' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='64.60' y1='167.80' x2='68.16' y2='171.36' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='64.60' y='156.96' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='64.60' y1='160.52' x2='68.16' y2='156.96' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='64.60' y1='156.96' x2='68.16' y2='160.52' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='80.86' y='186.53' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='80.86' y1='190.09' x2='84.42' y2='186.53' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='80.86' y1='186.53' x2='84.42' y2='190.09' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='80.86' y='186.69' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='80.86' y1='190.26' x2='84.42' y2='186.69' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='80.86' y1='186.69' x2='84.42' y2='190.26' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='113.38' y='221.52' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='113.38' y1='225.09' x2='116.95' y2='221.52' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='113.38' y1='221.52' x2='116.95' y2='225.09' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='113.38' y='222.84' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='113.38' y1='226.40' x2='116.95' y2='222.84' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='113.38' y1='222.84' x2='116.95' y2='226.40' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='187.72' y='247.97' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='187.72' y1='251.54' x2='191.29' y2='247.97' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='187.72' y1='247.97' x2='191.29' y2='251.54' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='187.72' y='244.36' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='187.72' y1='247.92' x2='191.29' y2='244.36' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='187.72' y1='244.36' x2='191.29' y2='247.92' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='257.42' y='254.55' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='257.42' y1='258.11' x2='260.98' y2='254.55' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='257.42' y1='254.55' x2='260.98' y2='258.11' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='257.42' y='258.65' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='257.42' y1='262.22' x2='260.98' y2='258.65' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='257.42' y1='258.65' x2='260.98' y2='262.22' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='327.11' y='261.77' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='327.11' y1='265.34' x2='330.67' y2='261.77' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='327.11' y1='261.77' x2='330.67' y2='265.34' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='327.11' y='264.24' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='327.11' y1='267.80' x2='330.67' y2='264.24' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='327.11' y1='264.24' x2='330.67' y2='267.80' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<polyline points='50.12,109.64 52.44,118.65 55.81,130.46 57.09,134.59 61.50,147.53 66.38,159.79 67.19,161.63 72.87,173.34 78.56,183.14 82.64,189.21 84.25,191.42 89.94,198.46 95.63,204.51 101.32,209.75 107.01,214.33 112.70,218.37 115.16,219.98 118.39,221.97 124.08,225.19 129.77,228.11 135.46,230.76 141.15,233.20 146.83,235.44 152.52,237.51 158.21,239.44 163.90,241.25 169.59,242.94 175.28,244.53 180.97,246.03 186.66,247.45 189.50,248.13 192.35,248.79 198.04,250.06 203.73,251.26 209.42,252.40 215.11,253.49 220.79,254.53 226.48,255.51 232.17,256.45 237.86,257.34 243.55,258.19 249.24,259.01 254.93,259.78 259.20,260.34 260.62,260.52 266.31,261.22 272.00,261.90 277.69,262.54 283.38,263.15 289.07,263.73 294.76,264.29 300.44,264.82 306.13,265.33 311.82,265.82 317.51,266.28 323.20,266.72 328.89,267.14 ' 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='142.45' x2='54.22' y2='138.88' style='stroke-width: 0.75;' />
<line x1='50.66' y1='138.88' x2='54.22' y2='142.45' style='stroke-width: 0.75;' />
<line x1='49.92' y1='140.67' x2='54.96' y2='140.67' style='stroke-width: 0.75;' />
<line x1='52.44' y1='143.19' x2='52.44' y2='138.15' style='stroke-width: 0.75;' />
<line x1='50.66' y1='119.61' x2='54.22' y2='116.05' style='stroke-width: 0.75;' />
<line x1='50.66' y1='116.05' x2='54.22' y2='119.61' style='stroke-width: 0.75;' />
<line x1='49.92' y1='117.83' x2='54.96' y2='117.83' style='stroke-width: 0.75;' />
<line x1='52.44' y1='120.35' x2='52.44' y2='115.31' style='stroke-width: 0.75;' />
<line x1='55.30' y1='137.19' x2='58.87' y2='133.63' style='stroke-width: 0.75;' />
<line x1='55.30' y1='133.63' x2='58.87' y2='137.19' style='stroke-width: 0.75;' />
<line x1='54.57' y1='135.41' x2='59.61' y2='135.41' style='stroke-width: 0.75;' />
<line x1='57.09' y1='137.93' x2='57.09' y2='132.89' style='stroke-width: 0.75;' />
<line x1='55.30' y1='146.06' x2='58.87' y2='142.50' style='stroke-width: 0.75;' />
<line x1='55.30' y1='142.50' x2='58.87' y2='146.06' style='stroke-width: 0.75;' />
<line x1='54.57' y1='144.28' x2='59.61' y2='144.28' style='stroke-width: 0.75;' />
<line x1='57.09' y1='146.80' x2='57.09' y2='141.76' style='stroke-width: 0.75;' />
<line x1='64.60' y1='175.64' x2='68.16' y2='172.07' style='stroke-width: 0.75;' />
<line x1='64.60' y1='172.07' x2='68.16' y2='175.64' style='stroke-width: 0.75;' />
<line x1='63.86' y1='173.85' x2='68.90' y2='173.85' style='stroke-width: 0.75;' />
<line x1='66.38' y1='176.37' x2='66.38' y2='171.33' style='stroke-width: 0.75;' />
<line x1='64.60' y1='164.46' x2='68.16' y2='160.90' style='stroke-width: 0.75;' />
<line x1='64.60' y1='160.90' x2='68.16' y2='164.46' style='stroke-width: 0.75;' />
<line x1='63.86' y1='162.68' x2='68.90' y2='162.68' style='stroke-width: 0.75;' />
<line x1='66.38' y1='165.20' x2='66.38' y2='160.16' style='stroke-width: 0.75;' />
<line x1='80.86' y1='197.32' x2='84.42' y2='193.76' style='stroke-width: 0.75;' />
<line x1='80.86' y1='193.76' x2='84.42' y2='197.32' style='stroke-width: 0.75;' />
<line x1='80.12' y1='195.54' x2='85.16' y2='195.54' style='stroke-width: 0.75;' />
<line x1='82.64' y1='198.06' x2='82.64' y2='193.02' style='stroke-width: 0.75;' />
<line x1='80.86' y1='191.74' x2='84.42' y2='188.17' style='stroke-width: 0.75;' />
<line x1='80.86' y1='188.17' x2='84.42' y2='191.74' style='stroke-width: 0.75;' />
<line x1='80.12' y1='189.95' x2='85.16' y2='189.95' style='stroke-width: 0.75;' />
<line x1='82.64' y1='192.47' x2='82.64' y2='187.43' style='stroke-width: 0.75;' />
<line x1='113.38' y1='217.04' x2='116.95' y2='213.47' style='stroke-width: 0.75;' />
<line x1='113.38' y1='213.47' x2='116.95' y2='217.04' style='stroke-width: 0.75;' />
<line x1='112.64' y1='215.25' x2='117.68' y2='215.25' style='stroke-width: 0.75;' />
<line x1='115.16' y1='217.77' x2='115.16' y2='212.73' style='stroke-width: 0.75;' />
<line x1='113.38' y1='217.04' x2='116.95' y2='213.47' style='stroke-width: 0.75;' />
<line x1='113.38' y1='213.47' x2='116.95' y2='217.04' style='stroke-width: 0.75;' />
<line x1='112.64' y1='215.25' x2='117.68' y2='215.25' style='stroke-width: 0.75;' />
<line x1='115.16' y1='217.77' x2='115.16' y2='212.73' style='stroke-width: 0.75;' />
<line x1='187.72' y1='243.82' x2='191.29' y2='240.25' style='stroke-width: 0.75;' />
<line x1='187.72' y1='240.25' x2='191.29' y2='243.82' style='stroke-width: 0.75;' />
<line x1='186.98' y1='242.03' x2='192.02' y2='242.03' style='stroke-width: 0.75;' />
<line x1='189.50' y1='244.55' x2='189.50' y2='239.51' style='stroke-width: 0.75;' />
<line x1='187.72' y1='233.14' x2='191.29' y2='229.57' style='stroke-width: 0.75;' />
<line x1='187.72' y1='229.57' x2='191.29' y2='233.14' style='stroke-width: 0.75;' />
<line x1='186.98' y1='231.36' x2='192.02' y2='231.36' style='stroke-width: 0.75;' />
<line x1='189.50' y1='233.88' x2='189.50' y2='228.83' style='stroke-width: 0.75;' />
<line x1='257.42' y1='250.55' x2='260.98' y2='246.99' style='stroke-width: 0.75;' />
<line x1='257.42' y1='246.99' x2='260.98' y2='250.55' style='stroke-width: 0.75;' />
<line x1='256.68' y1='248.77' x2='261.72' y2='248.77' style='stroke-width: 0.75;' />
<line x1='259.20' y1='251.29' x2='259.20' y2='246.25' style='stroke-width: 0.75;' />
<line x1='257.42' y1='249.89' x2='260.98' y2='246.33' style='stroke-width: 0.75;' />
<line x1='257.42' y1='246.33' x2='260.98' y2='249.89' style='stroke-width: 0.75;' />
<line x1='256.68' y1='248.11' x2='261.72' y2='248.11' style='stroke-width: 0.75;' />
<line x1='259.20' y1='250.63' x2='259.20' y2='245.59' style='stroke-width: 0.75;' />
<line x1='327.11' y1='258.60' x2='330.67' y2='255.04' style='stroke-width: 0.75;' />
<line x1='327.11' y1='255.04' x2='330.67' y2='258.60' style='stroke-width: 0.75;' />
<line x1='326.37' y1='256.82' x2='331.41' y2='256.82' style='stroke-width: 0.75;' />
<line x1='328.89' y1='259.34' x2='328.89' y2='254.30' style='stroke-width: 0.75;' />
<line x1='327.11' y1='256.47' x2='330.67' y2='252.90' style='stroke-width: 0.75;' />
<line x1='327.11' y1='252.90' x2='330.67' y2='256.47' style='stroke-width: 0.75;' />
<line x1='326.37' y1='254.68' x2='331.41' y2='254.68' style='stroke-width: 0.75;' />
<line x1='328.89' y1='257.20' x2='328.89' y2='252.16' style='stroke-width: 0.75;' />
<polyline points='50.12,111.41 52.44,122.77 55.81,136.89 57.09,141.62 61.50,155.70 66.38,167.98 67.19,169.74 72.87,180.36 78.56,188.54 82.64,193.28 84.25,194.95 89.94,200.08 95.63,204.30 101.32,207.83 107.01,210.87 112.70,213.54 115.16,214.61 118.39,215.94 124.08,218.12 129.77,220.13 135.46,222.01 141.15,223.78 146.83,225.46 152.52,227.06 158.21,228.60 163.90,230.08 169.59,231.50 175.28,232.88 180.97,234.20 186.66,235.49 189.50,236.11 192.35,236.73 198.04,237.93 203.73,239.09 209.42,240.22 215.11,241.31 220.79,242.37 226.48,243.40 232.17,244.39 237.86,245.36 243.55,246.29 249.24,247.20 254.93,248.08 259.20,248.72 260.62,248.93 266.31,249.76 272.00,250.56 277.69,251.33 283.38,252.09 289.07,252.82 294.76,253.52 300.44,254.21 306.13,254.88 311.82,255.52 317.51,256.15 323.20,256.75 328.89,257.34 ' 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='123.58' x2='54.96' y2='123.58' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='52.44' y1='126.10' x2='52.44' y2='121.06' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='49.92,123.58 52.44,121.06 54.96,123.58 52.44,126.10 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='49.92' y1='125.88' x2='54.96' y2='125.88' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='52.44' y1='128.40' x2='52.44' y2='123.36' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='49.92,125.88 52.44,123.36 54.96,125.88 52.44,128.40 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='54.57' y1='124.57' x2='59.61' y2='124.57' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='57.09' y1='127.09' x2='57.09' y2='122.05' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='54.57,124.57 57.09,122.05 59.61,124.57 57.09,127.09 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='54.57' y1='128.18' x2='59.61' y2='128.18' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='57.09' y1='130.70' x2='57.09' y2='125.66' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='54.57,128.18 57.09,125.66 59.61,128.18 57.09,130.70 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='63.86' y1='159.07' x2='68.90' y2='159.07' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='66.38' y1='161.59' x2='66.38' y2='156.55' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='63.86,159.07 66.38,156.55 68.90,159.07 66.38,161.59 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='63.86' y1='166.95' x2='68.90' y2='166.95' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='66.38' y1='169.47' x2='66.38' y2='164.43' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='63.86,166.95 66.38,164.43 68.90,166.95 66.38,169.47 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='80.12' y1='179.44' x2='85.16' y2='179.44' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='82.64' y1='181.96' x2='82.64' y2='176.92' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='80.12,179.44 82.64,176.92 85.16,179.44 82.64,181.96 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='80.12' y1='185.85' x2='85.16' y2='185.85' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='82.64' y1='188.37' x2='82.64' y2='183.33' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='80.12,185.85 82.64,183.33 85.16,185.85 82.64,188.37 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='112.64' y1='202.93' x2='117.68' y2='202.93' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='115.16' y1='205.45' x2='115.16' y2='200.41' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='112.64,202.93 115.16,200.41 117.68,202.93 115.16,205.45 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='112.64' y1='203.43' x2='117.68' y2='203.43' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='115.16' y1='205.95' x2='115.16' y2='200.91' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='112.64,203.43 115.16,200.91 117.68,203.43 115.16,205.95 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='186.98' y1='234.97' x2='192.02' y2='234.97' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='189.50' y1='237.49' x2='189.50' y2='232.45' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='186.98,234.97 189.50,232.45 192.02,234.97 189.50,237.49 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='186.98' y1='236.28' x2='192.02' y2='236.28' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='189.50' y1='238.80' x2='189.50' y2='233.76' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='186.98,236.28 189.50,233.76 192.02,236.28 189.50,238.80 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='256.68' y1='246.47' x2='261.72' y2='246.47' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='259.20' y1='248.99' x2='259.20' y2='243.95' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='256.68,246.47 259.20,243.95 261.72,246.47 259.20,248.99 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='256.68' y1='250.58' x2='261.72' y2='250.58' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='259.20' y1='253.10' x2='259.20' y2='248.06' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='256.68,250.58 259.20,248.06 261.72,250.58 259.20,253.10 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='326.37' y1='258.46' x2='331.41' y2='258.46' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='328.89' y1='260.98' x2='328.89' y2='255.94' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='326.37,258.46 328.89,255.94 331.41,258.46 328.89,260.98 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='326.37' y1='256.82' x2='331.41' y2='256.82' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='328.89' y1='259.34' x2='328.89' y2='254.30' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='326.37,256.82 328.89,254.30 331.41,256.82 328.89,259.34 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<polyline points='50.12,110.83 52.44,118.79 55.81,129.24 57.09,132.91 61.50,144.42 66.38,155.37 67.19,157.02 72.87,167.52 78.56,176.33 82.64,181.79 84.25,183.78 89.94,190.12 95.63,195.57 101.32,200.29 107.01,204.41 112.70,208.05 115.16,209.49 118.39,211.28 124.08,214.19 129.77,216.82 135.46,219.22 141.15,221.42 146.83,223.47 152.52,225.37 158.21,227.16 163.90,228.84 169.59,230.44 175.28,231.95 180.97,233.39 186.66,234.77 189.50,235.43 192.35,236.09 198.04,237.35 203.73,238.57 209.42,239.74 215.11,240.87 220.79,241.96 226.48,243.01 232.17,244.03 237.86,245.01 243.55,245.96 249.24,246.88 254.93,247.77 259.20,248.42 260.62,248.64 266.31,249.47 272.00,250.28 277.69,251.07 283.38,251.83 289.07,252.56 294.76,253.28 300.44,253.97 306.13,254.64 311.82,255.29 317.51,255.92 323.20,256.53 328.89,257.13 ' 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='103.04' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='50.66' y1='103.04' x2='54.22' y2='103.04' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='52.44' y1='104.83' x2='52.44' y2='101.26' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='52.44' cy='120.46' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='50.66' y1='120.46' x2='54.22' y2='120.46' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='52.44' y1='122.24' x2='52.44' y2='118.68' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='57.09' cy='112.08' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='55.30' y1='112.08' x2='58.87' y2='112.08' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='57.09' y1='113.86' x2='57.09' y2='110.30' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='57.09' cy='116.19' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='55.30' y1='116.19' x2='58.87' y2='116.19' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='57.09' y1='117.97' x2='57.09' y2='114.40' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='66.38' cy='145.76' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='64.60' y1='145.76' x2='68.16' y2='145.76' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='66.38' y1='147.54' x2='66.38' y2='143.98' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='66.38' cy='132.94' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='64.60' y1='132.94' x2='68.16' y2='132.94' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='66.38' y1='134.73' x2='66.38' y2='131.16' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='82.64' cy='168.60' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='80.86' y1='168.60' x2='84.42' y2='168.60' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='82.64' y1='170.38' x2='82.64' y2='166.81' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='82.64' cy='152.17' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='80.86' y1='152.17' x2='84.42' y2='152.17' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='82.64' y1='153.95' x2='82.64' y2='150.38' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='115.16' cy='187.00' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='113.38' y1='187.00' x2='116.95' y2='187.00' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='115.16' y1='188.78' x2='115.16' y2='185.21' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='115.16' cy='191.43' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='113.38' y1='191.43' x2='116.95' y2='191.43' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='115.16' y1='193.21' x2='115.16' y2='189.65' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='189.50' cy='222.15' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='187.72' y1='222.15' x2='191.29' y2='222.15' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='189.50' y1='223.94' x2='189.50' y2='220.37' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='189.50' cy='222.65' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='187.72' y1='222.65' x2='191.29' y2='222.65' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='189.50' y1='224.43' x2='189.50' y2='220.87' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='259.20' cy='238.26' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='257.42' y1='238.26' x2='260.98' y2='238.26' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='259.20' y1='240.04' x2='259.20' y2='236.47' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='259.20' cy='240.39' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='257.42' y1='240.39' x2='260.98' y2='240.39' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='259.20' y1='242.17' x2='259.20' y2='238.61' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='328.89' cy='250.58' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='327.11' y1='250.58' x2='330.67' y2='250.58' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='328.89' y1='252.36' x2='328.89' y2='248.80' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='328.89' cy='250.25' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='327.11' y1='250.25' x2='330.67' y2='250.25' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='328.89' y1='252.03' x2='328.89' y2='248.47' style='stroke-width: 0.75; stroke: #61D04F;' />
<polyline points='50.12,110.29 52.44,114.43 55.81,120.18 57.09,122.30 61.50,129.29 66.38,136.53 67.19,137.68 72.87,145.41 78.56,152.55 82.64,157.33 84.25,159.14 89.94,165.24 95.63,170.88 101.32,176.11 107.01,180.97 112.70,185.47 115.16,187.33 118.39,189.67 124.08,193.57 129.77,197.21 135.46,200.61 141.15,203.79 146.83,206.76 152.52,209.55 158.21,212.16 163.90,214.62 169.59,216.94 175.28,219.12 180.97,221.17 186.66,223.12 189.50,224.05 192.35,224.96 198.04,226.70 203.73,228.35 209.42,229.92 215.11,231.41 220.79,232.84 226.48,234.19 232.17,235.48 237.86,236.72 243.55,237.90 249.24,239.03 254.93,240.12 259.20,240.90 260.62,241.16 266.31,242.16 272.00,243.12 277.69,244.04 283.38,244.93 289.07,245.79 294.76,246.61 300.44,247.41 306.13,248.18 311.82,248.93 317.51,249.65 323.20,250.34 328.89,251.02 ' 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,128.49 54.84,123.64 50.04,123.64 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='52.44,122.94 54.84,127.79 50.04,127.79 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='52.44,101.38 54.84,96.53 50.04,96.53 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='52.44,95.84 54.84,100.69 50.04,100.69 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='57.09,138.02 59.49,133.17 54.69,133.17 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='57.09,132.47 59.49,137.32 54.69,137.32 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='57.09,119.29 59.49,114.44 54.69,114.44 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='57.09,113.74 59.49,118.59 54.69,118.59 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='66.38,122.74 68.78,117.89 63.98,117.89 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='66.38,117.19 68.78,122.04 63.98,122.04 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='66.38,141.14 68.78,136.29 63.98,136.29 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='66.38,135.59 68.78,140.44 63.98,140.44 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='82.64,149.84 85.04,145.00 80.24,145.00 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='82.64,144.30 85.04,149.15 80.24,149.15 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='82.64,146.23 85.04,141.38 80.24,141.38 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='82.64,140.69 85.04,145.54 80.24,145.54 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='115.16,179.58 117.56,174.73 112.76,174.73 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='115.16,174.04 117.56,178.89 112.76,178.89 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='115.16,180.90 117.56,176.05 112.76,176.05 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='115.16,175.35 117.56,180.20 112.76,180.20 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='189.50,209.65 191.90,204.80 187.10,204.80 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='189.50,204.10 191.90,208.95 187.10,208.95 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='189.50,209.98 191.90,205.13 187.10,205.13 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='189.50,204.43 191.90,209.28 187.10,209.28 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='259.20,225.75 261.60,220.90 256.80,220.90 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='259.20,220.20 261.60,225.05 256.80,225.05 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='259.20,231.50 261.60,226.65 256.80,226.65 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='259.20,225.96 261.60,230.80 256.80,230.80 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='328.89,242.18 331.29,237.33 326.49,237.33 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='328.89,236.63 331.29,241.48 326.49,241.48 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='328.89,241.85 331.29,237.00 326.49,237.00 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='328.89,236.31 331.29,241.16 326.49,241.16 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polyline points='50.12,111.23 52.44,114.45 55.81,118.96 57.09,120.63 61.50,126.17 66.38,131.97 67.19,132.90 72.87,139.18 78.56,145.05 82.64,149.01 84.25,150.53 89.94,155.66 95.63,160.47 101.32,164.97 107.01,169.20 112.70,173.16 115.16,174.81 118.39,176.89 124.08,180.39 129.77,183.69 135.46,186.80 141.15,189.74 146.83,192.51 152.52,195.13 158.21,197.61 163.90,199.95 169.59,202.18 175.28,204.29 180.97,206.30 186.66,208.21 189.50,209.13 192.35,210.03 198.04,211.76 203.73,213.42 209.42,215.00 215.11,216.51 220.79,217.96 226.48,219.35 232.17,220.68 237.86,221.96 243.55,223.19 249.24,224.37 254.93,225.51 259.20,226.34 260.62,226.61 266.31,227.67 272.00,228.69 277.69,229.68 283.38,230.64 289.07,231.57 294.76,232.47 300.44,233.34 306.13,234.18 311.82,235.00 317.51,235.80 323.20,236.57 328.89,237.33 ' 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='116.19' x2='54.22' y2='116.19' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='52.44' y1='117.97' x2='52.44' y2='114.40' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='50.66' y='114.40' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='50.66' y1='113.39' x2='54.22' y2='113.39' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='52.44' y1='115.18' x2='52.44' y2='111.61' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='50.66' y='111.61' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='55.30' y1='121.44' x2='58.87' y2='121.44' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='57.09' y1='123.23' x2='57.09' y2='119.66' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='55.30' y='119.66' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='55.30' y1='120.46' x2='58.87' y2='120.46' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='57.09' y1='122.24' x2='57.09' y2='118.68' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='55.30' y='118.68' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='64.60' y1='131.63' x2='68.16' y2='131.63' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='66.38' y1='133.41' x2='66.38' y2='129.85' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='64.60' y='129.85' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='64.60' y1='137.22' x2='68.16' y2='137.22' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='66.38' y1='139.00' x2='66.38' y2='135.43' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='64.60' y='135.43' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='80.86' y1='160.22' x2='84.42' y2='160.22' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='82.64' y1='162.00' x2='82.64' y2='158.43' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='80.86' y='158.43' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='80.86' y1='167.28' x2='84.42' y2='167.28' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='82.64' y1='169.06' x2='82.64' y2='165.50' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='80.86' y='165.50' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='113.38' y1='187.16' x2='116.95' y2='187.16' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='115.16' y1='188.94' x2='115.16' y2='185.38' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='113.38' y='185.38' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='113.38' y1='185.68' x2='116.95' y2='185.68' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='115.16' y1='187.46' x2='115.16' y2='183.90' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='113.38' y='183.90' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='187.72' y1='224.95' x2='191.29' y2='224.95' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='189.50' y1='226.73' x2='189.50' y2='223.17' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='187.72' y='223.17' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='187.72' y1='230.53' x2='191.29' y2='230.53' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='189.50' y1='232.32' x2='189.50' y2='228.75' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='187.72' y='228.75' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='257.42' y1='241.05' x2='260.98' y2='241.05' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='259.20' y1='242.83' x2='259.20' y2='239.27' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='257.42' y='239.27' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='257.42' y1='246.96' x2='260.98' y2='246.96' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='259.20' y1='248.74' x2='259.20' y2='245.18' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='257.42' y='245.18' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='327.11' y1='256.33' x2='330.67' y2='256.33' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='328.89' y1='258.11' x2='328.89' y2='254.55' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='327.11' y='254.55' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='327.11' y1='251.23' x2='330.67' y2='251.23' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='328.89' y1='253.02' x2='328.89' y2='249.45' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='327.11' y='249.45' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<polyline points='50.12,110.30 52.44,114.64 55.81,120.67 57.09,122.88 61.50,130.17 66.38,137.70 67.19,138.89 72.87,146.91 78.56,154.27 82.64,159.19 84.25,161.06 89.94,167.31 95.63,173.08 101.32,178.42 107.01,183.36 112.70,187.93 115.16,189.81 118.39,192.18 124.08,196.13 129.77,199.81 135.46,203.24 141.15,206.44 146.83,209.44 152.52,212.24 158.21,214.87 163.90,217.34 169.59,219.66 175.28,221.85 180.97,223.91 186.66,225.87 189.50,226.80 192.35,227.71 198.04,229.46 203.73,231.12 209.42,232.69 215.11,234.19 220.79,235.62 226.48,236.98 232.17,238.28 237.86,239.52 243.55,240.70 249.24,241.84 254.93,242.93 259.20,243.71 260.62,243.97 266.31,244.97 272.00,245.93 277.69,246.86 283.38,247.75 289.07,248.60 294.76,249.43 300.44,250.23 306.13,250.99 311.82,251.73 317.51,252.45 323.20,253.14 328.89,253.81 ' 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='114.22' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='50.66' y1='116.00' x2='54.22' y2='112.43' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='50.66' y1='112.43' x2='54.22' y2='116.00' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='52.44' cy='119.97' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='50.66' y1='121.75' x2='54.22' y2='118.18' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='50.66' y1='118.18' x2='54.22' y2='121.75' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='57.09' cy='127.85' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='55.30' y1='129.63' x2='58.87' y2='126.07' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='55.30' y1='126.07' x2='58.87' y2='129.63' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='57.09' cy='130.32' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='55.30' y1='132.10' x2='58.87' y2='128.53' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='55.30' y1='128.53' x2='58.87' y2='132.10' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='66.38' cy='131.14' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='64.60' y1='132.92' x2='68.16' y2='129.36' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='64.60' y1='129.36' x2='68.16' y2='132.92' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='66.38' cy='145.92' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='64.60' y1='147.71' x2='68.16' y2='144.14' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='64.60' y1='144.14' x2='68.16' y2='147.71' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='82.64' cy='171.88' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='80.86' y1='173.66' x2='84.42' y2='170.10' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='80.86' y1='170.10' x2='84.42' y2='173.66' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='82.64' cy='161.70' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='80.86' y1='163.48' x2='84.42' y2='159.91' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='80.86' y1='159.91' x2='84.42' y2='163.48' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='115.16' cy='203.92' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='113.38' y1='205.70' x2='116.95' y2='202.14' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='113.38' y1='202.14' x2='116.95' y2='205.70' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='115.16' cy='200.47' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='113.38' y1='202.25' x2='116.95' y2='198.69' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='113.38' y1='198.69' x2='116.95' y2='202.25' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='189.50' cy='236.78' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='187.72' y1='238.56' x2='191.29' y2='234.99' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='187.72' y1='234.99' x2='191.29' y2='238.56' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='189.50' cy='232.34' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='187.72' y1='234.12' x2='191.29' y2='230.56' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='187.72' y1='230.56' x2='191.29' y2='234.12' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='259.20' cy='245.81' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='257.42' y1='247.59' x2='260.98' y2='244.03' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='257.42' y1='244.03' x2='260.98' y2='247.59' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='259.20' cy='248.93' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='257.42' y1='250.72' x2='260.98' y2='247.15' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='257.42' y1='247.15' x2='260.98' y2='250.72' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='328.89' cy='258.63' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='327.11' y1='260.41' x2='330.67' y2='256.85' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='327.11' y1='256.85' x2='330.67' y2='260.41' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='328.89' cy='259.61' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='327.11' y1='261.40' x2='330.67' y2='257.83' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='327.11' y1='257.83' x2='330.67' y2='261.40' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<polyline points='50.12,111.82 52.44,116.78 55.81,123.62 57.09,126.11 61.50,134.31 66.38,142.69 67.19,144.01 72.87,152.83 78.56,160.85 82.64,166.16 84.25,168.16 89.94,174.84 95.63,180.94 101.32,186.53 107.01,191.65 112.70,196.35 115.16,198.28 118.39,200.69 124.08,204.68 129.77,208.36 135.46,211.77 141.15,214.93 146.83,217.86 152.52,220.59 158.21,223.13 163.90,225.50 169.59,227.72 175.28,229.80 180.97,231.75 186.66,233.58 189.50,234.46 192.35,235.31 198.04,236.93 203.73,238.47 209.42,239.92 215.11,241.30 220.79,242.60 226.48,243.84 232.17,245.02 237.86,246.15 243.55,247.21 249.24,248.24 254.93,249.21 259.20,249.91 260.62,250.14 266.31,251.04 272.00,251.89 277.69,252.71 283.38,253.50 289.07,254.25 294.76,254.98 300.44,255.68 306.13,256.35 311.82,256.99 317.51,257.61 323.20,258.21 328.89,258.79 ' 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,115.06 54.22,118.63 50.66,118.63 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='50.66' y='115.06' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='52.44,128.86 54.22,132.43 50.66,132.43 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='50.66' y='128.86' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='57.09,125.41 58.87,128.98 55.30,128.98 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='55.30' y='125.41' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='57.09,125.91 58.87,129.47 55.30,129.47 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='55.30' y='125.91' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='66.38,149.73 68.16,153.29 64.60,153.29 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='64.60' y='149.73' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='66.38,132.48 68.16,136.04 64.60,136.04 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='64.60' y='132.48' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='82.64,173.39 84.42,176.95 80.86,176.95 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='80.86' y='173.39' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='82.64,179.30 84.42,182.86 80.86,182.86 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='80.86' y='179.30' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='115.16,198.19 116.95,201.76 113.38,201.76 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='113.38' y='198.19' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='115.16,203.94 116.95,207.51 113.38,207.51 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='113.38' y='203.94' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='189.50,232.53 191.29,236.09 187.72,236.09 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='187.72' y='232.53' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='189.50,233.35 191.29,236.92 187.72,236.92 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='187.72' y='233.35' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='259.20,246.82 260.98,250.39 257.42,250.39 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='257.42' y='246.82' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='259.20,247.32 260.98,250.88 257.42,250.88 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='257.42' y='247.32' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='328.89,256.68 330.67,260.25 327.11,260.25 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='327.11' y='256.68' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='328.89,257.83 330.67,261.40 327.11,261.40 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='327.11' y='257.83' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polyline points='50.12,112.14 52.44,118.18 55.81,126.36 57.09,129.31 61.50,138.81 66.38,148.26 67.19,149.72 72.87,159.32 78.56,167.79 82.64,173.25 84.25,175.29 89.94,181.95 95.63,187.88 101.32,193.19 107.01,197.95 112.70,202.24 115.16,203.98 118.39,206.13 124.08,209.66 129.77,212.88 135.46,215.83 141.15,218.54 146.83,221.05 152.52,223.37 158.21,225.52 163.90,227.54 169.59,229.42 175.28,231.19 180.97,232.85 186.66,234.43 189.50,235.18 192.35,235.92 198.04,237.33 203.73,238.67 209.42,239.95 215.11,241.17 220.79,242.34 226.48,243.46 232.17,244.53 237.86,245.56 243.55,246.55 249.24,247.50 254.93,248.42 259.20,249.08 260.62,249.30 266.31,250.15 272.00,250.97 277.69,251.76 283.38,252.53 289.07,253.27 294.76,253.98 300.44,254.67 306.13,255.34 311.82,255.98 317.51,256.61 323.20,257.21 328.89,257.80 ' 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,117.48 54.22,117.48 54.22,113.91 50.66,113.91 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='50.66,119.94 54.22,119.94 54.22,116.38 50.66,116.38 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='55.30,134.40 58.87,134.40 58.87,130.83 55.30,130.83 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='55.30,128.15 58.87,128.15 58.87,124.59 55.30,124.59 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='64.60,138.01 68.16,138.01 68.16,134.45 64.60,134.45 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='64.60,149.84 68.16,149.84 68.16,146.28 64.60,146.28 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='80.86,164.96 84.42,164.96 84.42,161.39 80.86,161.39 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='80.86,172.51 84.42,172.51 84.42,168.95 80.86,168.95 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='113.38,198.96 116.95,198.96 116.95,195.40 113.38,195.40 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='113.38,199.13 116.95,199.13 116.95,195.56 113.38,195.56 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='187.72,229.19 191.29,229.19 191.29,225.63 187.72,225.63 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='187.72,226.24 191.29,226.24 191.29,222.67 187.72,222.67 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='257.42,237.41 260.98,237.41 260.98,233.84 257.42,233.84 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='257.42,242.17 260.98,242.17 260.98,238.61 257.42,238.61 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='327.11,246.94 330.67,246.94 330.67,243.37 327.11,243.37 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='327.11,251.04 330.67,251.04 330.67,247.48 327.11,247.48 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polyline points='50.12,109.64 52.44,115.43 55.81,123.25 57.09,126.07 61.50,135.13 66.38,144.12 67.19,145.51 72.87,154.62 78.56,162.62 82.64,167.77 84.25,169.69 89.94,175.94 95.63,181.49 101.32,186.44 107.01,190.87 112.70,194.85 115.16,196.45 118.39,198.44 124.08,201.70 129.77,204.67 135.46,207.38 141.15,209.87 146.83,212.18 152.52,214.31 158.21,216.30 163.90,218.15 169.59,219.89 175.28,221.53 180.97,223.08 186.66,224.55 189.50,225.26 192.35,225.95 198.04,227.28 203.73,228.56 209.42,229.78 215.11,230.95 220.79,232.08 226.48,233.17 232.17,234.22 237.86,235.23 243.55,236.22 249.24,237.17 254.93,238.09 259.20,238.77 260.62,238.99 266.31,239.86 272.00,240.71 277.69,241.53 283.38,242.34 289.07,243.12 294.76,243.88 300.44,244.62 306.13,245.35 311.82,246.05 317.51,246.74 323.20,247.41 328.89,248.07 ' style='stroke-width: 0.75; stroke: #9E9E9E; stroke-dasharray: 1.00,3.00,4.00,3.00;' />
</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='684.56' 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.01' y1='283.49' x2='465.01' y2='288.24' style='stroke-width: 0.75;' />
<line x1='519.90' y1='283.49' x2='519.90' y2='288.24' style='stroke-width: 0.75;' />
<line x1='574.79' y1='283.49' x2='574.79' y2='288.24' style='stroke-width: 0.75;' />
<line x1='629.68' y1='283.49' x2='629.68' y2='288.24' style='stroke-width: 0.75;' />
<line x1='684.56' y1='283.49' x2='684.56' 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.01' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>20</text>
<text x='519.90' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>40</text>
<text x='574.79' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>60</text>
<text x='629.68' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>80</text>
<text x='684.56' 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='256.97' x2='398.97' y2='108.97' style='stroke-width: 0.75;' />
<line x1='398.97' y1='256.97' x2='394.21' y2='256.97' style='stroke-width: 0.75;' />
<line x1='398.97' y1='219.97' x2='394.21' y2='219.97' 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='145.97' x2='394.21' y2='145.97' style='stroke-width: 0.75;' />
<line x1='398.97' y1='108.97' x2='394.21' y2='108.97' style='stroke-width: 0.75;' />
<text transform='translate(387.56,256.97) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='7.04px' lengthAdjust='spacingAndGlyphs'>-4</text>
<text transform='translate(387.56,219.97) 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,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,145.97) 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,108.97) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>4</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.89' cy='165.39' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='688.89' cy='202.18' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='680.42' cy='205.50' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='680.42' cy='191.94' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='664.63' cy='128.98' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='664.63' cy='171.58' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='637.09' cy='162.98' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='637.09' cy='131.35' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='599.32' cy='171.62' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='599.32' cy='207.12' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='550.12' cy='208.86' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='550.12' cy='210.80' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='497.00' cy='184.62' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='497.00' cy='169.78' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='472.71' cy='173.33' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='472.71' cy='183.01' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='456.75' cy='191.29' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='456.75' cy='177.10' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='687.96,136.56 690.36,140.72 685.56,140.72 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='687.96,154.63 690.36,158.79 685.56,158.79 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='679.84,152.96 682.24,157.12 677.44,157.12 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='679.84,222.02 682.24,226.17 677.44,226.17 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='664.65,215.98 667.05,220.13 662.25,220.13 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='664.65,153.37 667.05,157.53 662.25,157.53 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='638.01,173.35 640.41,177.50 635.61,177.50 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='638.01,203.03 640.41,207.19 635.61,207.19 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='601.16,169.30 603.56,173.46 598.76,173.46 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='601.16,184.79 603.56,188.95 598.76,188.95 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='552.68,188.24 555.08,192.39 550.28,192.39 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='552.68,172.75 555.08,176.90 550.28,176.90 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='500.62,161.33 503.02,165.48 498.22,165.48 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='500.62,190.37 503.02,194.53 498.22,194.53 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='477.54,196.77 479.94,200.93 475.14,200.93 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='477.54,183.22 479.94,187.38 475.14,187.38 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='462.43,177.36 464.83,181.51 460.03,181.51 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='462.43,167.03 464.83,171.19 460.03,171.19 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<line x1='679.76' y1='236.97' x2='684.80' y2='236.97' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='682.28' y1='239.49' x2='682.28' y2='234.44' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='679.76' y1='163.39' x2='684.80' y2='163.39' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='682.28' y1='165.91' x2='682.28' y2='160.87' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='671.97' y1='222.52' x2='677.01' y2='222.52' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='674.49' y1='225.04' x2='674.49' y2='220.00' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='671.97' y1='145.72' x2='677.01' y2='145.72' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='674.49' y1='148.24' x2='674.49' y2='143.20' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='657.30' y1='195.76' x2='662.34' y2='195.76' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='659.82' y1='198.28' x2='659.82' y2='193.24' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='657.30' y1='171.88' x2='662.34' y2='171.88' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='659.82' y1='174.40' x2='659.82' y2='169.36' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='631.23' y1='213.21' x2='636.27' y2='213.21' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='633.75' y1='215.73' x2='633.75' y2='210.69' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='631.23' y1='233.86' x2='636.27' y2='233.86' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='633.75' y1='236.38' x2='633.75' y2='231.34' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='594.28' y1='139.22' x2='599.32' y2='139.22' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='596.80' y1='141.74' x2='596.80' y2='136.70' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='594.28' y1='183.75' x2='599.32' y2='183.75' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='596.80' y1='186.27' x2='596.80' y2='181.23' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='543.48' y1='195.95' x2='548.52' y2='195.95' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='546.00' y1='198.47' x2='546.00' y2='193.43' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='543.48' y1='158.51' x2='548.52' y2='158.51' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='546.00' y1='161.03' x2='546.00' y2='155.99' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='485.03' y1='190.16' x2='490.07' y2='190.16' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='487.55' y1='192.68' x2='487.55' y2='187.64' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='485.03' y1='177.25' x2='490.07' y2='177.25' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='487.55' y1='179.77' x2='487.55' y2='174.73' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='458.78' y1='177.48' x2='463.82' y2='177.48' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='461.30' y1='180.00' x2='461.30' y2='174.96' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='458.78' y1='181.36' x2='463.82' y2='181.36' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='461.30' y1='183.88' x2='461.30' y2='178.84' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='442.90' y1='184.66' x2='447.94' y2='184.66' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='445.42' y1='187.18' x2='445.42' y2='182.14' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='442.90' y1='190.47' x2='447.94' y2='190.47' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='445.42' y1='192.99' x2='445.42' y2='187.95' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='682.43' y1='215.54' x2='685.99' y2='211.98' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='682.43' y1='211.98' x2='685.99' y2='215.54' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='682.43' y1='142.62' x2='685.99' y2='139.05' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='682.43' y1='139.05' x2='685.99' y2='142.62' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='675.39' y1='212.55' x2='678.96' y2='208.99' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='675.39' y1='208.99' x2='678.96' y2='212.55' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='675.39' y1='176.41' x2='678.96' y2='172.85' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='675.39' y1='172.85' x2='678.96' y2='176.41' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='661.95' y1='188.03' x2='665.51' y2='184.47' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='661.95' y1='184.47' x2='665.51' y2='188.03' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='661.95' y1='200.29' x2='665.51' y2='196.73' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='661.95' y1='196.73' x2='665.51' y2='200.29' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='637.37' y1='193.48' x2='640.93' y2='189.92' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='637.37' y1='189.92' x2='640.93' y2='193.48' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='637.37' y1='197.35' x2='640.93' y2='193.79' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='637.37' y1='193.79' x2='640.93' y2='197.35' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='600.80' y1='207.51' x2='604.36' y2='203.95' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='600.80' y1='203.95' x2='604.36' y2='207.51' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='600.80' y1='161.69' x2='604.36' y2='158.13' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='600.80' y1='158.13' x2='604.36' y2='161.69' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='546.51' y1='187.63' x2='550.07' y2='184.07' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='546.51' y1='184.07' x2='550.07' y2='187.63' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='546.51' y1='183.11' x2='550.07' y2='179.55' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='546.51' y1='179.55' x2='550.07' y2='183.11' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='478.20' y1='160.60' x2='481.77' y2='157.04' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='478.20' y1='157.04' x2='481.77' y2='160.60' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='478.20' y1='190.93' x2='481.77' y2='187.37' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='478.20' y1='187.37' x2='481.77' y2='190.93' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='448.10' y1='193.73' x2='451.67' y2='190.16' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='448.10' y1='190.16' x2='451.67' y2='193.73' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='448.10' y1='191.79' x2='451.67' y2='188.23' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='448.10' y1='188.23' x2='451.67' y2='191.79' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='432.10' y1='183.20' x2='435.66' y2='179.63' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='432.10' y1='179.63' x2='435.66' y2='183.20' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='432.10' y1='172.87' x2='435.66' y2='169.31' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='432.10' y1='169.31' x2='435.66' y2='172.87' style='stroke-width: 0.75; stroke: #28E2E5;' />
<polygon points='681.92,144.60 684.44,142.08 686.96,144.60 684.44,147.12 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='681.92,209.14 684.44,206.62 686.96,209.14 684.44,211.66 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='670.38,160.70 672.90,158.18 675.42,160.70 672.90,163.22 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='670.38,247.83 672.90,245.31 675.42,247.83 672.90,250.35 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='649.60,198.32 652.12,195.80 654.64,198.32 652.12,200.84 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='649.60,177.67 652.12,175.15 654.64,177.67 652.12,180.19 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='615.76,183.94 618.28,181.42 620.80,183.94 618.28,186.46 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='615.76,166.51 618.28,163.99 620.80,166.51 618.28,169.03 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='574.41,198.34 576.93,195.82 579.45,198.34 576.93,200.86 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='574.41,186.08 576.93,183.56 579.45,186.08 576.93,188.60 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='529.09,183.42 531.61,180.90 534.13,183.42 531.61,185.94 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='529.09,160.83 531.61,158.31 534.13,160.83 531.61,163.35 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='486.60,190.63 489.12,188.11 491.64,190.63 489.12,193.15 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='486.60,165.46 489.12,162.94 491.64,165.46 489.12,167.98 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='465.42,180.84 467.94,178.32 470.46,180.84 467.94,183.36 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='465.42,181.49 467.94,178.97 470.46,181.49 467.94,184.01 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='450.39,195.18 452.91,192.66 455.43,195.18 452.91,197.70 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='450.39,191.95 452.91,189.43 455.43,191.95 452.91,194.47 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='686.74,212.14 689.14,207.99 684.34,207.99 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='686.74,192.14 689.14,187.98 684.34,187.98 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='677.43,153.48 679.83,149.32 675.03,149.32 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='677.43,179.94 679.83,175.78 675.03,175.78 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='660.36,172.72 662.76,168.56 657.96,168.56 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='660.36,151.42 662.76,147.26 657.96,147.26 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='631.56,220.52 633.96,216.36 629.16,216.36 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='631.56,199.22 633.96,195.06 629.16,195.06 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='594.26,193.46 596.66,189.30 591.86,189.30 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='594.26,162.48 596.66,158.32 591.86,158.32 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='550.02,206.25 552.42,202.09 547.62,202.09 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='550.02,184.95 552.42,180.80 547.62,180.80 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='507.19,167.49 509.59,163.33 504.79,163.33 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='507.19,179.75 509.59,175.59 504.79,175.59 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='486.91,192.08 489.31,187.92 484.51,187.92 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='486.91,184.98 489.31,180.82 484.51,180.82 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='472.06,188.13 474.46,183.98 469.66,183.98 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='472.06,191.36 474.46,187.20 469.66,187.20 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='686.31' y='174.00' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='686.31' y1='177.56' x2='689.87' y2='174.00' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='686.31' y1='174.00' x2='689.87' y2='177.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='686.31' y='204.33' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='686.31' y1='207.89' x2='689.87' y2='204.33' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='686.31' y1='204.33' x2='689.87' y2='207.89' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='671.26' y='167.65' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='671.26' y1='171.22' x2='674.83' y2='167.65' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='671.26' y1='167.65' x2='674.83' y2='171.22' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='671.26' y='141.84' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='671.26' y1='145.40' x2='674.83' y2='141.84' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='671.26' y1='141.84' x2='674.83' y2='145.40' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='644.62' y='139.21' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='644.62' y1='142.78' x2='648.19' y2='139.21' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='644.62' y1='139.21' x2='648.19' y2='142.78' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='644.62' y='185.04' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='644.62' y1='188.60' x2='648.19' y2='185.04' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='644.62' y1='185.04' x2='648.19' y2='188.60' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='602.54' y='219.67' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='602.54' y1='223.23' x2='606.10' y2='219.67' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='602.54' y1='219.67' x2='606.10' y2='223.23' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='602.54' y='177.07' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='602.54' y1='180.64' x2='606.10' y2='177.07' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='602.54' y1='177.07' x2='606.10' y2='180.64' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='553.38' y='177.65' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='553.38' y1='181.21' x2='556.95' y2='177.65' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='553.38' y1='177.65' x2='556.95' y2='181.21' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='553.38' y='178.29' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='553.38' y1='181.85' x2='556.95' y2='178.29' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='553.38' y1='178.29' x2='556.95' y2='181.85' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='501.98' y='194.24' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='501.98' y1='197.80' x2='505.55' y2='194.24' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='501.98' y1='194.24' x2='505.55' y2='197.80' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='501.98' y='199.40' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='501.98' y1='202.97' x2='505.55' y2='199.40' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='501.98' y1='199.40' x2='505.55' y2='202.97' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='454.97' y='187.59' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='454.97' y1='191.16' x2='458.53' y2='187.59' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='454.97' y1='187.59' x2='458.53' y2='191.16' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='454.97' y='173.39' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='454.97' y1='176.96' x2='458.53' y2='173.39' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='454.97' y1='173.39' x2='458.53' y2='176.96' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='434.57' y='165.43' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='434.57' y1='169.00' x2='438.13' y2='165.43' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='434.57' y1='165.43' x2='438.13' y2='169.00' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='434.57' y='181.57' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='434.57' y1='185.13' x2='438.13' y2='181.57' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='434.57' y1='181.57' x2='438.13' y2='185.13' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='423.20' y='167.09' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='423.20' y1='170.66' x2='426.76' y2='167.09' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='423.20' y1='167.09' x2='426.76' y2='170.66' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='423.20' y='176.77' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='423.20' y1='180.34' x2='426.76' y2='176.77' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='423.20' y1='176.77' x2='426.76' y2='180.34' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='683.35' y1='181.58' x2='686.92' y2='178.01' style='stroke-width: 0.75;' />
<line x1='683.35' y1='178.01' x2='686.92' y2='181.58' style='stroke-width: 0.75;' />
<line x1='682.61' y1='179.79' x2='687.65' y2='179.79' style='stroke-width: 0.75;' />
<line x1='685.13' y1='182.31' x2='685.13' y2='177.27' style='stroke-width: 0.75;' />
<line x1='683.35' y1='169.31' x2='686.92' y2='165.75' style='stroke-width: 0.75;' />
<line x1='683.35' y1='165.75' x2='686.92' y2='169.31' style='stroke-width: 0.75;' />
<line x1='682.61' y1='167.53' x2='687.65' y2='167.53' style='stroke-width: 0.75;' />
<line x1='685.13' y1='170.05' x2='685.13' y2='165.01' style='stroke-width: 0.75;' />
<line x1='664.38' y1='255.06' x2='667.94' y2='251.49' style='stroke-width: 0.75;' />
<line x1='664.38' y1='251.49' x2='667.94' y2='255.06' style='stroke-width: 0.75;' />
<line x1='663.64' y1='253.27' x2='668.68' y2='253.27' style='stroke-width: 0.75;' />
<line x1='666.16' y1='255.80' x2='666.16' y2='250.75' style='stroke-width: 0.75;' />
<line x1='664.38' y1='165.35' x2='667.94' y2='161.78' style='stroke-width: 0.75;' />
<line x1='664.38' y1='161.78' x2='667.94' y2='165.35' style='stroke-width: 0.75;' />
<line x1='663.64' y1='163.57' x2='668.68' y2='163.57' style='stroke-width: 0.75;' />
<line x1='666.16' y1='166.09' x2='666.16' y2='161.05' style='stroke-width: 0.75;' />
<line x1='632.88' y1='160.34' x2='636.44' y2='156.77' style='stroke-width: 0.75;' />
<line x1='632.88' y1='156.77' x2='636.44' y2='160.34' style='stroke-width: 0.75;' />
<line x1='632.14' y1='158.56' x2='637.18' y2='158.56' style='stroke-width: 0.75;' />
<line x1='634.66' y1='161.08' x2='634.66' y2='156.04' style='stroke-width: 0.75;' />
<line x1='632.88' y1='195.19' x2='636.44' y2='191.63' style='stroke-width: 0.75;' />
<line x1='632.88' y1='191.63' x2='636.44' y2='195.19' style='stroke-width: 0.75;' />
<line x1='632.14' y1='193.41' x2='637.18' y2='193.41' style='stroke-width: 0.75;' />
<line x1='634.66' y1='195.93' x2='634.66' y2='190.89' style='stroke-width: 0.75;' />
<line x1='588.85' y1='207.81' x2='592.41' y2='204.25' style='stroke-width: 0.75;' />
<line x1='588.85' y1='204.25' x2='592.41' y2='207.81' style='stroke-width: 0.75;' />
<line x1='588.11' y1='206.03' x2='593.15' y2='206.03' style='stroke-width: 0.75;' />
<line x1='590.63' y1='208.55' x2='590.63' y2='203.51' style='stroke-width: 0.75;' />
<line x1='588.85' y1='163.93' x2='592.41' y2='160.36' style='stroke-width: 0.75;' />
<line x1='588.85' y1='160.36' x2='592.41' y2='163.93' style='stroke-width: 0.75;' />
<line x1='588.11' y1='162.15' x2='593.15' y2='162.15' style='stroke-width: 0.75;' />
<line x1='590.63' y1='164.67' x2='590.63' y2='159.63' style='stroke-width: 0.75;' />
<line x1='546.59' y1='193.64' x2='550.16' y2='190.07' style='stroke-width: 0.75;' />
<line x1='546.59' y1='190.07' x2='550.16' y2='193.64' style='stroke-width: 0.75;' />
<line x1='545.85' y1='191.85' x2='550.89' y2='191.85' style='stroke-width: 0.75;' />
<line x1='548.37' y1='194.37' x2='548.37' y2='189.33' style='stroke-width: 0.75;' />
<line x1='546.59' y1='171.69' x2='550.16' y2='168.13' style='stroke-width: 0.75;' />
<line x1='546.59' y1='168.13' x2='550.16' y2='171.69' style='stroke-width: 0.75;' />
<line x1='545.85' y1='169.91' x2='550.89' y2='169.91' style='stroke-width: 0.75;' />
<line x1='548.37' y1='172.43' x2='548.37' y2='167.39' style='stroke-width: 0.75;' />
<line x1='510.96' y1='187.28' x2='514.52' y2='183.72' style='stroke-width: 0.75;' />
<line x1='510.96' y1='183.72' x2='514.52' y2='187.28' style='stroke-width: 0.75;' />
<line x1='510.22' y1='185.50' x2='515.26' y2='185.50' style='stroke-width: 0.75;' />
<line x1='512.74' y1='188.02' x2='512.74' y2='182.98' style='stroke-width: 0.75;' />
<line x1='510.96' y1='187.28' x2='514.52' y2='183.72' style='stroke-width: 0.75;' />
<line x1='510.96' y1='183.72' x2='514.52' y2='187.28' style='stroke-width: 0.75;' />
<line x1='510.22' y1='185.50' x2='515.26' y2='185.50' style='stroke-width: 0.75;' />
<line x1='512.74' y1='188.02' x2='512.74' y2='182.98' style='stroke-width: 0.75;' />
<line x1='475.04' y1='208.02' x2='478.60' y2='204.46' style='stroke-width: 0.75;' />
<line x1='475.04' y1='204.46' x2='478.60' y2='208.02' style='stroke-width: 0.75;' />
<line x1='474.30' y1='206.24' x2='479.34' y2='206.24' style='stroke-width: 0.75;' />
<line x1='476.82' y1='208.76' x2='476.82' y2='203.72' style='stroke-width: 0.75;' />
<line x1='475.04' y1='166.07' x2='478.60' y2='162.51' style='stroke-width: 0.75;' />
<line x1='475.04' y1='162.51' x2='478.60' y2='166.07' style='stroke-width: 0.75;' />
<line x1='474.30' y1='164.29' x2='479.34' y2='164.29' style='stroke-width: 0.75;' />
<line x1='476.82' y1='166.81' x2='476.82' y2='161.77' style='stroke-width: 0.75;' />
<line x1='453.98' y1='184.95' x2='457.54' y2='181.38' style='stroke-width: 0.75;' />
<line x1='453.98' y1='181.38' x2='457.54' y2='184.95' style='stroke-width: 0.75;' />
<line x1='453.24' y1='183.17' x2='458.28' y2='183.17' style='stroke-width: 0.75;' />
<line x1='455.76' y1='185.69' x2='455.76' y2='180.65' style='stroke-width: 0.75;' />
<line x1='453.98' y1='182.37' x2='457.54' y2='178.80' style='stroke-width: 0.75;' />
<line x1='453.98' y1='178.80' x2='457.54' y2='182.37' style='stroke-width: 0.75;' />
<line x1='453.24' y1='180.58' x2='458.28' y2='180.58' style='stroke-width: 0.75;' />
<line x1='455.76' y1='183.10' x2='455.76' y2='178.06' style='stroke-width: 0.75;' />
<line x1='439.58' y1='182.71' x2='443.14' y2='179.15' style='stroke-width: 0.75;' />
<line x1='439.58' y1='179.15' x2='443.14' y2='182.71' style='stroke-width: 0.75;' />
<line x1='438.84' y1='180.93' x2='443.88' y2='180.93' style='stroke-width: 0.75;' />
<line x1='441.36' y1='183.45' x2='441.36' y2='178.41' style='stroke-width: 0.75;' />
<line x1='439.58' y1='174.32' x2='443.14' y2='170.76' style='stroke-width: 0.75;' />
<line x1='439.58' y1='170.76' x2='443.14' y2='174.32' style='stroke-width: 0.75;' />
<line x1='438.84' y1='172.54' x2='443.88' y2='172.54' style='stroke-width: 0.75;' />
<line x1='441.36' y1='175.06' x2='441.36' y2='170.02' style='stroke-width: 0.75;' />
<line x1='683.57' y1='140.75' x2='688.62' y2='140.75' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='686.09' y1='143.27' x2='686.09' y2='138.23' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='683.57,140.75 686.09,138.23 688.62,140.75 686.09,143.27 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='683.57' y1='197.54' x2='688.62' y2='197.54' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='686.09' y1='200.06' x2='686.09' y2='195.02' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='683.57,197.54 686.09,195.02 688.62,197.54 686.09,200.06 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='670.29' y1='201.81' x2='675.33' y2='201.81' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='672.81' y1='204.33' x2='672.81' y2='199.29' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='670.29,201.81 672.81,199.29 675.33,201.81 672.81,204.33 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='670.29' y1='210.84' x2='675.33' y2='210.84' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='672.81' y1='213.36' x2='672.81' y2='208.32' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='670.29,210.84 672.81,208.32 675.33,210.84 672.81,213.36 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='646.70' y1='150.18' x2='651.74' y2='150.18' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='649.22' y1='152.70' x2='649.22' y2='147.66' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='646.70,150.18 649.22,147.66 651.74,150.18 649.22,152.70 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='646.70' y1='164.38' x2='651.74' y2='164.38' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='649.22' y1='166.90' x2='649.22' y2='161.86' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='646.70,164.38 649.22,161.86 651.74,164.38 649.22,166.90 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='609.18' y1='197.50' x2='614.22' y2='197.50' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='611.70' y1='200.02' x2='611.70' y2='194.98' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='609.18,197.50 611.70,194.98 614.22,197.50 611.70,200.02 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='609.18' y1='228.47' x2='614.22' y2='228.47' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='611.70' y1='230.99' x2='611.70' y2='225.95' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='609.18,228.47 611.70,225.95 614.22,228.47 611.70,230.99 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='565.04' y1='173.73' x2='570.08' y2='173.73' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='567.56' y1='176.25' x2='567.56' y2='171.21' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='565.04,173.73 567.56,171.21 570.08,173.73 567.56,176.25 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='565.04' y1='198.90' x2='570.08' y2='198.90' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='567.56' y1='201.42' x2='567.56' y2='196.38' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='565.04,198.90 567.56,196.38 570.08,198.90 567.56,201.42 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='518.77' y1='157.20' x2='523.81' y2='157.20' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='521.29' y1='159.72' x2='521.29' y2='154.68' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='518.77,157.20 521.29,154.68 523.81,157.20 521.29,159.72 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='518.77' y1='159.13' x2='523.81' y2='159.13' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='521.29' y1='161.65' x2='521.29' y2='156.61' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='518.77,159.13 521.29,156.61 523.81,159.13 521.29,161.65 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='475.44' y1='181.15' x2='480.48' y2='181.15' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='477.96' y1='183.67' x2='477.96' y2='178.63' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='475.44,181.15 477.96,178.63 480.48,181.15 477.96,183.67 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='475.44' y1='186.31' x2='480.48' y2='186.31' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='477.96' y1='188.83' x2='477.96' y2='183.79' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='475.44,186.31 477.96,183.79 480.48,186.31 477.96,188.83 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='453.73' y1='175.30' x2='458.77' y2='175.30' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='456.25' y1='177.82' x2='456.25' y2='172.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='453.73,175.30 456.25,172.78 458.77,175.30 456.25,177.82 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='453.73' y1='191.43' x2='458.77' y2='191.43' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='456.25' y1='193.95' x2='456.25' y2='188.91' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='453.73,191.43 456.25,188.91 458.77,191.43 456.25,193.95 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='439.20' y1='188.22' x2='444.24' y2='188.22' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='441.72' y1='190.74' x2='441.72' y2='185.70' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='439.20,188.22 441.72,185.70 444.24,188.22 441.72,190.74 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='439.20' y1='181.77' x2='444.24' y2='181.77' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='441.72' y1='184.29' x2='441.72' y2='179.25' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='439.20,181.77 441.72,179.25 444.24,181.77 441.72,184.29 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<circle cx='687.01' cy='155.81' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='685.23' y1='155.81' x2='688.79' y2='155.81' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='687.01' y1='157.59' x2='687.01' y2='154.03' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='687.01' cy='230.68' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='685.23' y1='230.68' x2='688.79' y2='230.68' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='687.01' y1='232.46' x2='687.01' y2='228.90' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='680.09' cy='138.25' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='678.31' y1='138.25' x2='681.88' y2='138.25' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='680.09' y1='140.04' x2='680.09' y2='136.47' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='680.09' cy='206.67' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='678.31' y1='206.67' x2='681.88' y2='206.67' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='680.09' y1='208.45' x2='680.09' y2='204.88' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='666.95' cy='142.83' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='665.17' y1='142.83' x2='668.73' y2='142.83' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='666.95' y1='144.61' x2='666.95' y2='141.05' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='666.95' cy='158.97' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='665.17' y1='158.97' x2='668.73' y2='158.97' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='666.95' y1='160.75' x2='666.95' y2='157.19' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='643.17' cy='219.23' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='641.39' y1='219.23' x2='644.95' y2='219.23' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='643.17' y1='221.01' x2='643.17' y2='217.44' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='643.17' cy='168.88' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='641.39' y1='168.88' x2='644.95' y2='168.88' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='643.17' y1='170.67' x2='643.17' y2='167.10' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='608.43' cy='227.24' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='606.65' y1='227.24' x2='610.21' y2='227.24' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='608.43' y1='229.02' x2='608.43' y2='225.46' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='608.43' cy='162.70' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='606.65' y1='162.70' x2='610.21' y2='162.70' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='608.43' y1='164.49' x2='608.43' y2='160.92' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='558.31' cy='181.67' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='556.53' y1='181.67' x2='560.09' y2='181.67' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='558.31' y1='183.45' x2='558.31' y2='179.88' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='558.31' cy='199.09' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='556.53' y1='199.09' x2='560.09' y2='199.09' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='558.31' y1='200.87' x2='558.31' y2='197.31' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='496.97' cy='175.53' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='495.19' y1='175.53' x2='498.75' y2='175.53' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='496.97' y1='177.31' x2='496.97' y2='173.74' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='496.97' cy='177.46' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='495.19' y1='177.46' x2='498.75' y2='177.46' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='496.97' y1='179.24' x2='496.97' y2='175.68' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='468.82' cy='172.58' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='467.04' y1='172.58' x2='470.60' y2='172.58' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='468.82' y1='174.36' x2='468.82' y2='170.79' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='468.82' cy='180.97' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='467.04' y1='180.97' x2='470.60' y2='180.97' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='468.82' y1='182.75' x2='468.82' y2='179.18' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='451.92' cy='181.25' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='450.14' y1='181.25' x2='453.71' y2='181.25' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='451.92' y1='183.03' x2='451.92' y2='179.46' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='451.92' cy='179.96' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='450.14' y1='179.96' x2='453.71' y2='179.96' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='451.92' y1='181.74' x2='451.92' y2='178.17' style='stroke-width: 0.75; stroke: #61D04F;' />
<polygon points='685.44,241.37 687.84,236.52 683.04,236.52 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='685.44,235.83 687.84,240.68 683.04,240.68 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='685.44,152.31 687.84,147.46 683.04,147.46 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='685.44,146.77 687.84,151.62 683.04,151.62 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='680.06,230.00 682.46,225.15 677.66,225.15 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='680.06,224.45 682.46,229.30 677.66,229.30 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='680.06,123.51 682.46,118.66 677.66,118.66 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='680.06,117.96 682.46,122.81 677.66,122.81 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='669.74,243.16 672.14,238.31 667.34,238.31 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='669.74,237.62 672.14,242.47 667.34,242.47 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='669.74,169.59 672.14,164.74 667.34,164.74 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='669.74,164.04 672.14,168.89 667.34,168.89 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='650.78,138.57 653.18,133.72 648.38,133.72 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='650.78,133.02 653.18,137.87 648.38,137.87 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='650.78,210.85 653.18,206.00 648.38,206.00 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='650.78,205.31 653.18,210.16 648.38,210.16 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='622.32,178.12 624.72,173.27 619.92,173.27 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='622.32,172.58 624.72,177.43 619.92,177.43 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='622.32,163.92 624.72,159.07 619.92,159.07 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='622.32,158.38 624.72,163.23 619.92,163.23 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='579.23,193.62 581.63,188.77 576.83,188.77 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='579.23,188.08 581.63,192.93 576.83,192.93 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='579.23,198.78 581.63,193.93 576.83,193.93 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='579.23,193.24 581.63,198.09 576.83,198.09 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='521.89,176.89 524.29,172.04 519.49,172.04 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='521.89,171.34 524.29,176.19 519.49,176.19 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='521.89,178.18 524.29,173.33 519.49,173.33 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='521.89,172.64 524.29,177.48 519.49,177.48 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='493.14,172.53 495.54,167.68 490.74,167.68 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='493.14,166.99 495.54,171.84 490.74,171.84 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='493.14,195.12 495.54,190.27 490.74,190.27 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='493.14,189.57 495.54,194.42 490.74,194.42 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='474.79,193.90 477.19,189.05 472.39,189.05 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='474.79,188.36 477.19,193.21 472.39,193.21 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='474.79,192.61 477.19,187.76 472.39,187.76 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='474.79,187.07 477.19,191.92 472.39,191.92 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<line x1='685.21' y1='206.11' x2='688.78' y2='206.11' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='687.00' y1='207.90' x2='687.00' y2='204.33' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='685.21' y='204.33' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='685.21' y1='159.00' x2='688.78' y2='159.00' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='687.00' y1='160.78' x2='687.00' y2='157.22' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='685.21' y='157.22' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='677.95' y1='189.04' x2='681.52' y2='189.04' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='679.74' y1='190.83' x2='679.74' y2='187.26' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='677.95' y='187.26' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='677.95' y1='178.07' x2='681.52' y2='178.07' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='679.74' y1='179.85' x2='679.74' y2='176.29' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='677.95' y='176.29' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='664.19' y1='177.34' x2='667.76' y2='177.34' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='665.98' y1='179.12' x2='665.98' y2='175.55' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='664.19' y='175.55' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='664.19' y1='173.46' x2='667.76' y2='173.46' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='665.98' y1='175.24' x2='665.98' y2='171.68' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='664.19' y='171.68' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='639.43' y1='159.11' x2='642.99' y2='159.11' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='641.21' y1='160.89' x2='641.21' y2='157.33' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='639.43' y='157.33' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='639.43' y1='181.05' x2='642.99' y2='181.05' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='641.21' y1='182.84' x2='641.21' y2='179.27' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='639.43' y='179.27' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='603.54' y1='187.01' x2='607.10' y2='187.01' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='605.32' y1='188.79' x2='605.32' y2='185.22' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='603.54' y='185.22' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='603.54' y1='214.76' x2='607.10' y2='214.76' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='605.32' y1='216.54' x2='605.32' y2='212.98' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='603.54' y='212.98' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='552.38' y1='172.55' x2='555.94' y2='172.55' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='554.16' y1='174.33' x2='554.16' y2='170.76' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='552.38' y='170.76' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='552.38' y1='166.74' x2='555.94' y2='166.74' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='554.16' y1='168.52' x2='554.16' y2='164.96' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='552.38' y='164.96' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='490.59' y1='175.69' x2='494.16' y2='175.69' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='492.37' y1='177.47' x2='492.37' y2='173.91' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='490.59' y='173.91' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='490.59' y1='197.63' x2='494.16' y2='197.63' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='492.37' y1='199.41' x2='492.37' y2='195.85' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='490.59' y='195.85' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='462.34' y1='172.50' x2='465.91' y2='172.50' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='464.12' y1='174.29' x2='464.12' y2='170.72' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='462.34' y='170.72' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='462.34' y1='195.74' x2='465.91' y2='195.74' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='464.12' y1='197.52' x2='464.12' y2='193.96' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='462.34' y='193.96' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='445.48' y1='192.86' x2='449.04' y2='192.86' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='447.26' y1='194.64' x2='447.26' y2='191.08' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='445.48' y='191.08' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='445.48' y1='172.86' x2='449.04' y2='172.86' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='447.26' y1='174.64' x2='447.26' y2='171.07' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='445.48' y='171.07' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<circle cx='684.44' cy='188.50' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='682.66' y1='190.28' x2='686.23' y2='186.72' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='682.66' y1='186.72' x2='686.23' y2='190.28' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='684.44' cy='191.72' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='682.66' y1='193.51' x2='686.23' y2='189.94' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='682.66' y1='189.94' x2='686.23' y2='193.51' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='676.17' cy='172.90' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='674.38' y1='174.68' x2='677.95' y2='171.12' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='674.38' y1='171.12' x2='677.95' y2='174.68' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='676.17' cy='195.49' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='674.38' y1='197.27' x2='677.95' y2='193.71' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='674.38' y1='193.71' x2='677.95' y2='197.27' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='660.57' cy='189.80' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='658.79' y1='191.58' x2='662.36' y2='188.02' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='658.79' y1='188.02' x2='662.36' y2='191.58' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='660.57' cy='199.48' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='658.79' y1='201.27' x2='662.36' y2='197.70' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='658.79' y1='197.70' x2='662.36' y2='201.27' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='632.88' cy='137.59' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='631.10' y1='139.37' x2='634.66' y2='135.81' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='631.10' y1='135.81' x2='634.66' y2='139.37' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='632.88' cy='195.68' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='631.10' y1='197.46' x2='634.66' y2='193.89' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='631.10' y1='193.89' x2='634.66' y2='197.46' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='593.68' cy='205.45' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='591.89' y1='207.23' x2='595.46' y2='203.67' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='591.89' y1='203.67' x2='595.46' y2='207.23' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='593.68' cy='165.44' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='591.89' y1='167.22' x2='595.46' y2='163.66' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='591.89' y1='163.66' x2='595.46' y2='167.22' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='540.03' cy='205.14' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='538.24' y1='206.92' x2='541.81' y2='203.36' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='538.24' y1='203.36' x2='541.81' y2='206.92' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='540.03' cy='191.59' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='538.24' y1='193.37' x2='541.81' y2='189.80' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='538.24' y1='189.80' x2='541.81' y2='193.37' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='479.58' cy='192.08' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='477.80' y1='193.86' x2='481.37' y2='190.30' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='477.80' y1='190.30' x2='481.37' y2='193.86' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='479.58' cy='174.65' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='477.80' y1='176.44' x2='481.37' y2='172.87' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='477.80' y1='172.87' x2='481.37' y2='176.44' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='453.76' cy='166.86' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='451.98' y1='168.64' x2='455.55' y2='165.08' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='451.98' y1='165.08' x2='455.55' y2='168.64' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='453.76' cy='179.12' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='451.98' y1='180.90' x2='455.55' y2='177.34' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='451.98' y1='177.34' x2='455.55' y2='180.90' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='438.93' cy='182.33' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='437.15' y1='184.11' x2='440.72' y2='180.55' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='437.15' y1='180.55' x2='440.72' y2='184.11' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='438.93' cy='186.20' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='437.15' y1='187.98' x2='440.72' y2='184.42' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='437.15' y1='184.42' x2='440.72' y2='187.98' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<polygon points='683.91,226.76 685.69,230.32 682.13,230.32 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='682.13' y='226.76' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='683.91,155.77 685.69,159.33 682.13,159.33 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='682.13' y='155.77' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='673.82,175.93 675.60,179.49 672.04,179.49 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='672.04' y='175.93' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='673.82,230.14 675.60,233.71 672.04,233.71 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='672.04' y='230.14' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='655.23,172.88 657.02,176.44 653.45,176.44 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='653.45' y='172.88' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='655.23,174.82 657.02,178.38 653.45,178.38 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='653.45' y='174.82' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='623.58,193.96 625.36,197.52 621.80,197.52 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='621.80' y='193.96' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='623.58,126.19 625.36,129.76 621.80,129.76 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='621.80' y='126.19' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='581.82,188.70 583.61,192.27 580.04,192.27 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='580.04' y='188.70' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='581.82,211.94 583.61,215.50 580.04,215.50 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='580.04' y='211.94' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='530.50,165.47 532.29,169.04 528.72,169.04 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='528.72' y='165.47' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='530.50,188.06 532.29,191.63 528.72,191.63 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='528.72' y='188.06' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='478.38,177.78 480.16,181.34 476.59,181.34 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='476.59' y='177.78' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='478.38,181.00 480.16,184.57 476.59,184.57 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='476.59' y='181.00' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='455.15,179.31 456.93,182.87 453.37,182.87 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='453.37' y='179.31' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='455.15,181.25 456.93,184.81 453.37,184.81 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='453.37' y='181.25' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='440.59,183.80 442.38,187.37 438.81,187.37 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='438.81' y='183.80' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='440.59,188.32 442.38,191.88 438.81,191.88 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='438.81' y='188.32' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='686.30,202.07 689.87,202.07 689.87,198.50 686.30,198.50 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='686.30,107.19 689.87,107.19 689.87,103.63 686.30,103.63 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='676.64,185.79 680.20,185.79 680.20,182.23 676.64,182.23 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='676.64,195.48 680.20,195.48 680.20,191.91 676.64,191.91 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='658.87,210.47 662.43,210.47 662.43,206.91 658.87,206.91 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='658.87,185.95 662.43,185.95 662.43,182.38 658.87,182.38 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='628.70,153.74 632.27,153.74 632.27,150.18 628.70,150.18 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='628.70,200.21 632.27,200.21 632.27,196.65 628.70,196.65 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='589.20,166.69 592.76,166.69 592.76,163.13 589.20,163.13 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='589.20,196.38 592.76,196.38 592.76,192.81 589.20,192.81 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='541.30,187.63 544.86,187.63 544.86,184.07 541.30,184.07 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='541.30,188.28 544.86,188.28 544.86,184.72 541.30,184.72 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='493.17,193.21 496.73,193.21 496.73,189.64 493.17,189.64 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='493.17,181.59 496.73,181.59 496.73,178.03 493.17,178.03 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='470.60,172.41 474.17,172.41 474.17,168.85 470.60,168.85 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='470.60,191.13 474.17,191.13 474.17,187.57 470.60,187.57 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='455.06,173.31 458.63,173.31 458.63,169.74 455.06,169.74 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='455.06,189.44 458.63,189.44 458.63,185.88 455.06,185.88 ' 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=)'>
<polyline points='50.12,519.93 52.44,514.69 55.81,507.37 57.09,504.67 61.50,495.72 66.38,486.40 67.19,484.92 72.87,474.93 78.56,465.69 82.64,459.50 84.25,457.15 89.94,449.27 95.63,442.00 101.32,435.30 107.01,429.14 112.70,423.48 115.16,421.18 118.39,418.29 124.08,413.54 129.77,409.20 135.46,405.24 141.15,401.64 146.83,398.38 152.52,395.43 158.21,392.77 163.90,390.38 169.59,388.25 175.28,386.35 180.97,384.68 186.66,383.22 189.50,382.56 192.35,381.95 198.04,380.86 203.73,379.94 209.42,379.18 215.11,378.56 220.79,378.08 226.48,377.73 232.17,377.49 237.86,377.37 243.55,377.35 249.24,377.42 254.93,377.59 259.20,377.76 260.62,377.83 266.31,378.16 272.00,378.55 277.69,379.01 283.38,379.53 289.07,380.10 294.76,380.73 300.44,381.40 306.13,382.12 311.82,382.88 317.51,383.68 323.20,384.51 328.89,385.37 ' style='stroke-width: 1.50;' />
</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='342.47' 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='475.57' x2='34.21' y2='475.57' style='stroke-width: 0.75;' />
<line x1='38.97' y1='431.20' x2='34.21' y2='431.20' style='stroke-width: 0.75;' />
<line x1='38.97' y1='386.84' x2='34.21' y2='386.84' style='stroke-width: 0.75;' />
<line x1='38.97' y1='342.47' x2='34.21' y2='342.47' 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,475.57) 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,431.20) 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,386.84) 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,342.47) 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='516.38' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='52.44' cy='507.51' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='57.09' cy='500.86' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='57.09' cy='499.97' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='66.38' cy='477.79' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='66.38' cy='482.22' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='82.64' cy='453.39' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='82.64' cy='449.84' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='115.16' cy='417.01' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='115.16' cy='427.65' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='189.50' cy='407.25' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='189.50' cy='400.59' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='259.20' cy='405.91' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='259.20' cy='418.78' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='328.89' cy='408.58' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='328.89' cy='406.80' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<polyline points='50.12,519.93 52.44,513.80 55.81,505.45 57.09,502.44 61.50,492.69 66.38,482.96 67.19,481.45 72.87,471.54 78.56,462.81 82.64,457.19 84.25,455.11 89.94,448.32 95.63,442.33 101.32,437.06 107.01,432.41 112.70,428.31 115.16,426.69 118.39,424.70 124.08,421.53 129.77,418.74 135.46,416.29 141.15,414.14 146.83,412.26 152.52,410.62 158.21,409.19 163.90,407.95 169.59,406.89 175.28,405.97 180.97,405.19 186.66,404.54 189.50,404.25 192.35,403.99 198.04,403.55 203.73,403.19 209.42,402.92 215.11,402.72 220.79,402.59 226.48,402.52 232.17,402.50 237.86,402.54 243.55,402.62 249.24,402.75 254.93,402.91 259.20,403.06 260.62,403.11 266.31,403.35 272.00,403.62 277.69,403.91 283.38,404.24 289.07,404.59 294.76,404.96 300.44,405.35 306.13,405.77 311.82,406.20 317.51,406.66 323.20,407.12 328.89,407.61 ' style='stroke-width: 0.75; stroke: #DF536B; stroke-dasharray: 4.00,4.00;' />
<polygon points='57.09,503.85 59.49,508.01 54.69,508.01 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='57.09,503.41 59.49,507.57 54.69,507.57 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='66.38,489.21 68.78,493.37 63.98,493.37 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='66.38,484.78 68.78,488.93 63.98,488.93 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='82.64,463.04 85.04,467.19 80.24,467.19 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='82.64,468.36 85.04,472.52 80.24,472.52 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='115.16,432.87 117.56,437.03 112.76,437.03 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='115.16,437.75 117.56,441.91 112.76,441.91 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='189.50,416.90 191.90,421.05 187.10,421.05 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='189.50,415.57 191.90,419.72 187.10,419.72 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='259.20,418.67 261.60,422.83 256.80,422.83 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='259.20,420.45 261.60,424.60 256.80,424.60 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='328.89,412.46 331.29,416.62 326.49,416.62 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='328.89,417.34 331.29,421.50 326.49,421.50 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polyline points='50.12,519.93 52.44,514.65 55.81,507.43 57.09,504.83 61.50,496.37 66.38,487.89 67.19,486.57 72.87,477.90 78.56,470.23 82.64,465.28 84.25,463.44 89.94,457.44 95.63,452.13 101.32,447.44 107.01,443.30 112.70,439.65 115.16,438.21 118.39,436.44 124.08,433.61 129.77,431.12 135.46,428.94 141.15,427.03 146.83,425.36 152.52,423.91 158.21,422.66 163.90,421.57 169.59,420.65 175.28,419.86 180.97,419.19 186.66,418.64 189.50,418.40 192.35,418.18 198.04,417.82 203.73,417.54 209.42,417.33 215.11,417.19 220.79,417.10 226.48,417.08 232.17,417.10 237.86,417.16 243.55,417.27 249.24,417.41 254.93,417.59 259.20,417.74 260.62,417.79 266.31,418.03 272.00,418.29 277.69,418.58 283.38,418.89 289.07,419.21 294.76,419.56 300.44,419.92 306.13,420.30 311.82,420.70 317.51,421.11 323.20,421.53 328.89,421.96 ' style='stroke-width: 0.75; stroke: #61D04F; stroke-dasharray: 1.00,3.00;' />
<line x1='49.92' y1='511.95' x2='54.96' y2='511.95' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='52.44' y1='514.47' x2='52.44' y2='509.43' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='49.92' y1='515.94' x2='54.96' y2='515.94' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='52.44' y1='518.46' x2='52.44' y2='513.42' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='54.57' y1='500.41' x2='59.61' y2='500.41' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='57.09' y1='502.93' x2='57.09' y2='497.89' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='54.57' y1='499.53' x2='59.61' y2='499.53' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='57.09' y1='502.05' x2='57.09' y2='497.01' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='63.86' y1='482.67' x2='68.90' y2='482.67' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='66.38' y1='485.19' x2='66.38' y2='480.15' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='63.86' y1='476.90' x2='68.90' y2='476.90' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='66.38' y1='479.42' x2='66.38' y2='474.38' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='80.12' y1='457.82' x2='85.16' y2='457.82' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='82.64' y1='460.34' x2='82.64' y2='455.30' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='80.12' y1='457.38' x2='85.16' y2='457.38' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='82.64' y1='459.90' x2='82.64' y2='454.86' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='112.64' y1='428.98' x2='117.68' y2='428.98' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='115.16' y1='431.51' x2='115.16' y2='426.46' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='112.64' y1='416.12' x2='117.68' y2='416.12' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='115.16' y1='418.64' x2='115.16' y2='413.60' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='186.98' y1='401.92' x2='192.02' y2='401.92' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='189.50' y1='404.44' x2='189.50' y2='399.40' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='186.98' y1='388.17' x2='192.02' y2='388.17' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='189.50' y1='390.69' x2='189.50' y2='385.65' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='256.68' y1='382.84' x2='261.72' y2='382.84' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='259.20' y1='385.36' x2='259.20' y2='380.32' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='256.68' y1='381.96' x2='261.72' y2='381.96' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='259.20' y1='384.48' x2='259.20' y2='379.44' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='326.37' y1='405.47' x2='331.41' y2='405.47' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='328.89' y1='407.99' x2='328.89' y2='402.95' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='326.37' y1='395.71' x2='331.41' y2='395.71' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='328.89' y1='398.23' x2='328.89' y2='393.19' style='stroke-width: 0.75; stroke: #2297E6;' />
<polyline points='50.12,519.93 52.44,513.85 55.81,505.51 57.09,502.48 61.50,492.60 66.38,482.60 67.19,481.04 72.87,470.69 78.56,461.42 82.64,455.37 84.25,453.11 89.94,445.68 95.63,439.03 101.32,433.08 107.01,427.75 112.70,422.99 115.16,421.09 118.39,418.74 124.08,414.94 129.77,411.55 135.46,408.54 141.15,405.86 146.83,403.48 152.52,401.38 158.21,399.53 163.90,397.90 169.59,396.47 175.28,395.23 180.97,394.15 186.66,393.23 189.50,392.82 192.35,392.45 198.04,391.79 203.73,391.26 209.42,390.82 215.11,390.49 220.79,390.25 226.48,390.08 232.17,390.00 237.86,389.98 243.55,390.02 249.24,390.13 254.93,390.29 259.20,390.44 260.62,390.50 266.31,390.76 272.00,391.06 277.69,391.40 283.38,391.78 289.07,392.19 294.76,392.64 300.44,393.11 306.13,393.62 311.82,394.15 317.51,394.70 323.20,395.28 328.89,395.87 ' style='stroke-width: 0.75; stroke: #2297E6; stroke-dasharray: 1.00,3.00,4.00,3.00;' />
<line x1='50.66' y1='519.05' x2='54.22' y2='515.49' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='50.66' y1='515.49' x2='54.22' y2='519.05' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='50.66' y1='513.29' x2='54.22' y2='509.72' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='50.66' y1='509.72' x2='54.22' y2='513.29' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='55.30' y1='501.75' x2='58.87' y2='498.19' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='55.30' y1='498.19' x2='58.87' y2='501.75' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='55.30' y1='506.63' x2='58.87' y2='503.07' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='55.30' y1='503.07' x2='58.87' y2='506.63' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='64.60' y1='475.13' x2='68.16' y2='471.57' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='64.60' y1='471.57' x2='68.16' y2='475.13' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='64.60' y1='476.46' x2='68.16' y2='472.90' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='64.60' y1='472.90' x2='68.16' y2='476.46' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='80.86' y1='455.61' x2='84.42' y2='452.05' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='80.86' y1='452.05' x2='84.42' y2='455.61' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='80.86' y1='441.41' x2='84.42' y2='437.85' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='80.86' y1='437.85' x2='84.42' y2='441.41' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='113.38' y1='404.59' x2='116.95' y2='401.03' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='113.38' y1='401.03' x2='116.95' y2='404.59' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='113.38' y1='389.51' x2='116.95' y2='385.94' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='113.38' y1='385.94' x2='116.95' y2='389.51' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='187.72' y1='358.01' x2='191.29' y2='354.44' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='187.72' y1='354.44' x2='191.29' y2='358.01' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='187.72' y1='367.32' x2='191.29' y2='363.76' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='187.72' y1='363.76' x2='191.29' y2='367.32' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='257.42' y1='331.83' x2='260.98' y2='328.27' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='257.42' y1='328.27' x2='260.98' y2='331.83' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='257.42' y1='349.58' x2='260.98' y2='346.01' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='257.42' y1='346.01' x2='260.98' y2='349.58' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='327.11' y1='357.56' x2='330.67' y2='354.00' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='327.11' y1='354.00' x2='330.67' y2='357.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='327.11' y1='344.25' x2='330.67' y2='340.69' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='327.11' y1='340.69' x2='330.67' y2='344.25' style='stroke-width: 0.75; stroke: #28E2E5;' />
<polyline points='50.12,519.93 52.44,513.08 55.81,503.57 57.09,500.07 61.50,488.55 66.38,476.67 67.19,474.79 72.87,462.18 78.56,450.62 82.64,442.95 84.25,440.04 89.94,430.37 95.63,421.52 101.32,413.44 107.01,406.07 112.70,399.35 115.16,396.63 118.39,393.23 124.08,387.67 129.77,382.62 135.46,378.05 141.15,373.92 146.83,370.19 152.52,366.84 158.21,363.84 163.90,361.15 169.59,358.77 175.28,356.66 180.97,354.81 186.66,353.19 189.50,352.46 192.35,351.79 198.04,350.59 203.73,349.58 209.42,348.75 215.11,348.08 220.79,347.55 226.48,347.17 232.17,346.92 237.86,346.78 243.55,346.75 249.24,346.83 254.93,347.01 259.20,347.19 260.62,347.27 266.31,347.61 272.00,348.03 277.69,348.52 283.38,349.07 289.07,349.69 294.76,350.36 300.44,351.08 306.13,351.85 311.82,352.67 317.51,353.52 323.20,354.41 328.89,355.34 ' style='stroke-width: 0.75; stroke: #28E2E5; stroke-dasharray: 7.00,3.00;' />
<polygon points='49.92,513.28 52.44,510.76 54.96,513.28 52.44,515.80 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='49.92,517.27 52.44,514.75 54.96,517.27 52.44,519.79 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='54.57,505.74 57.09,503.22 59.61,505.74 57.09,508.26 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='54.57,494.65 57.09,492.13 59.61,494.65 57.09,497.17 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='63.86,483.55 66.38,481.03 68.90,483.55 66.38,486.07 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='63.86,476.90 66.38,474.38 68.90,476.90 66.38,479.42 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='80.12,459.60 82.64,457.08 85.16,459.60 82.64,462.12 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='80.12,440.08 82.64,437.56 85.16,440.08 82.64,442.60 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='112.64,423.22 115.16,420.70 117.68,423.22 115.16,425.74 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='112.64,431.65 115.16,429.13 117.68,431.65 115.16,434.17 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='186.98,411.24 189.50,408.72 192.02,411.24 189.50,413.76 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='186.98,421.89 189.50,419.37 192.02,421.89 189.50,424.41 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='256.68,420.56 259.20,418.04 261.72,420.56 259.20,423.08 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='256.68,424.55 259.20,422.03 261.72,424.55 259.20,427.07 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='326.37,415.23 328.89,412.71 331.41,415.23 328.89,417.75 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='326.37,424.10 328.89,421.58 331.41,424.10 328.89,426.62 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polyline points='50.12,519.93 52.44,512.46 55.81,502.58 57.09,499.09 61.50,488.15 66.38,477.72 67.19,476.15 72.87,466.15 78.56,457.81 82.64,452.69 84.25,450.84 89.94,445.01 95.63,440.13 101.32,436.03 107.01,432.59 112.70,429.69 115.16,428.58 118.39,427.25 124.08,425.20 129.77,423.46 135.46,422.00 141.15,420.77 146.83,419.73 152.52,418.87 158.21,418.14 163.90,417.54 169.59,417.04 175.28,416.64 180.97,416.31 186.66,416.06 189.50,415.96 192.35,415.88 198.04,415.75 203.73,415.67 209.42,415.63 215.11,415.64 220.79,415.69 226.48,415.77 232.17,415.89 237.86,416.04 243.55,416.21 249.24,416.41 254.93,416.63 259.20,416.82 260.62,416.88 266.31,417.15 272.00,417.44 277.69,417.75 283.38,418.07 289.07,418.42 294.76,418.78 300.44,419.16 306.13,419.55 311.82,419.96 317.51,420.38 323.20,420.81 328.89,421.25 ' style='stroke-width: 0.75; stroke: #CD0BBC; stroke-dasharray: 2.00,2.00,6.00,2.00;' />
<polygon points='52.44,517.83 54.84,513.67 50.04,513.67 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='57.09,504.96 59.49,500.80 54.69,500.80 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='57.09,504.52 59.49,500.36 54.69,500.36 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='66.38,482.78 68.78,478.62 63.98,478.62 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='66.38,488.10 68.78,483.94 63.98,483.94 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='82.64,478.34 85.04,474.18 80.24,474.18 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='82.64,469.47 85.04,465.31 80.24,465.31 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='115.16,448.62 117.56,444.46 112.76,444.46 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='115.16,443.29 117.56,439.13 112.76,439.13 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='189.50,447.28 191.90,443.13 187.10,443.13 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='189.50,432.64 191.90,428.49 187.10,428.49 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='259.20,434.42 261.60,430.26 256.80,430.26 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='259.20,433.53 261.60,429.37 256.80,429.37 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='328.89,431.31 331.29,427.16 326.49,427.16 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='328.89,437.97 331.29,433.81 326.49,433.81 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polyline points='50.12,519.93 52.44,514.33 55.81,506.82 57.09,504.13 61.50,495.57 66.38,487.21 67.19,485.94 72.87,477.67 78.56,470.59 82.64,466.14 84.25,464.51 89.94,459.30 95.63,454.84 101.32,451.00 107.01,447.72 112.70,444.90 115.16,443.81 118.39,442.49 124.08,440.43 129.77,438.66 135.46,437.16 141.15,435.88 146.83,434.79 152.52,433.87 158.21,433.09 163.90,432.44 169.59,431.90 175.28,431.46 180.97,431.10 186.66,430.82 189.50,430.70 192.35,430.60 198.04,430.44 203.73,430.33 209.42,430.26 215.11,430.24 220.79,430.25 226.48,430.29 232.17,430.37 237.86,430.47 243.55,430.59 249.24,430.74 254.93,430.90 259.20,431.04 260.62,431.09 266.31,431.29 272.00,431.51 277.69,431.74 283.38,431.99 289.07,432.25 294.76,432.52 300.44,432.80 306.13,433.09 311.82,433.40 317.51,433.71 323.20,434.03 328.89,434.36 ' style='stroke-width: 0.75; stroke: #F5C710;' />
<rect x='50.66' y='511.50' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='50.66' y1='515.06' x2='54.22' y2='511.50' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='50.66' y1='511.50' x2='54.22' y2='515.06' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='50.66' y='504.84' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='50.66' y1='508.41' x2='54.22' y2='504.84' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='50.66' y1='504.84' x2='54.22' y2='508.41' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='55.30' y='492.42' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='55.30' y1='495.98' x2='58.87' y2='492.42' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='55.30' y1='492.42' x2='58.87' y2='495.98' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='55.30' y='491.98' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='55.30' y1='495.54' x2='58.87' y2='491.98' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='55.30' y1='491.98' x2='58.87' y2='495.54' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='64.60' y='458.70' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='64.60' y1='462.27' x2='68.16' y2='458.70' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='64.60' y1='458.70' x2='68.16' y2='462.27' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='64.60' y='461.36' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='64.60' y1='464.93' x2='68.16' y2='461.36' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='64.60' y1='461.36' x2='68.16' y2='464.93' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='80.86' y='423.21' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='80.86' y1='426.77' x2='84.42' y2='423.21' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='80.86' y1='423.21' x2='84.42' y2='426.77' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='80.86' y='429.86' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='80.86' y1='433.43' x2='84.42' y2='429.86' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='80.86' y1='429.86' x2='84.42' y2='433.43' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='113.38' y='392.15' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='113.38' y1='395.72' x2='116.95' y2='392.15' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='113.38' y1='392.15' x2='116.95' y2='395.72' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='113.38' y='386.39' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='113.38' y1='389.95' x2='116.95' y2='386.39' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='113.38' y1='386.39' x2='116.95' y2='389.95' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='187.72' y='385.94' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='187.72' y1='389.51' x2='191.29' y2='385.94' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='187.72' y1='385.94' x2='191.29' y2='389.51' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='187.72' y='382.39' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='187.72' y1='385.96' x2='191.29' y2='382.39' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='187.72' y1='382.39' x2='191.29' y2='385.96' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='257.42' y='386.39' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='257.42' y1='389.95' x2='260.98' y2='386.39' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='257.42' y1='386.39' x2='260.98' y2='389.95' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='257.42' y='384.61' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='257.42' y1='388.18' x2='260.98' y2='384.61' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='257.42' y1='384.61' x2='260.98' y2='388.18' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='327.11' y='393.49' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='327.11' y1='397.05' x2='330.67' y2='393.49' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='327.11' y1='393.49' x2='330.67' y2='397.05' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='327.11' y='399.70' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='327.11' y1='403.26' x2='330.67' y2='399.70' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='327.11' y1='399.70' x2='330.67' y2='403.26' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<polyline points='50.12,519.93 52.44,509.06 55.81,494.90 57.09,489.96 61.50,474.65 66.38,460.34 67.19,458.21 72.87,444.83 78.56,433.89 82.64,427.29 84.25,424.92 89.94,417.53 95.63,411.43 101.32,406.36 107.01,402.15 112.70,398.63 115.16,397.30 118.39,395.69 124.08,393.23 129.77,391.17 135.46,389.45 141.15,388.02 146.83,386.83 152.52,385.85 158.21,385.06 163.90,384.42 169.59,383.94 175.28,383.58 180.97,383.33 186.66,383.19 189.50,383.15 192.35,383.14 198.04,383.17 203.73,383.28 209.42,383.47 215.11,383.72 220.79,384.03 226.48,384.39 232.17,384.81 237.86,385.28 243.55,385.79 249.24,386.35 254.93,386.94 259.20,387.41 260.62,387.57 266.31,388.24 272.00,388.93 277.69,389.65 283.38,390.41 289.07,391.18 294.76,391.98 300.44,392.80 306.13,393.64 311.82,394.50 317.51,395.37 323.20,396.27 328.89,397.17 ' style='stroke-width: 0.75; stroke: #9E9E9E; stroke-dasharray: 4.00,4.00;' />
<line x1='50.66' y1='512.40' x2='54.22' y2='508.84' style='stroke-width: 0.75;' />
<line x1='50.66' y1='508.84' x2='54.22' y2='512.40' style='stroke-width: 0.75;' />
<line x1='49.92' y1='510.62' x2='54.96' y2='510.62' style='stroke-width: 0.75;' />
<line x1='52.44' y1='513.14' x2='52.44' y2='508.10' style='stroke-width: 0.75;' />
<line x1='50.66' y1='506.19' x2='54.22' y2='502.62' style='stroke-width: 0.75;' />
<line x1='50.66' y1='502.62' x2='54.22' y2='506.19' style='stroke-width: 0.75;' />
<line x1='49.92' y1='504.41' x2='54.96' y2='504.41' style='stroke-width: 0.75;' />
<line x1='52.44' y1='506.93' x2='52.44' y2='501.89' style='stroke-width: 0.75;' />
<line x1='55.30' y1='480.01' x2='58.87' y2='476.45' style='stroke-width: 0.75;' />
<line x1='55.30' y1='476.45' x2='58.87' y2='480.01' style='stroke-width: 0.75;' />
<line x1='54.57' y1='478.23' x2='59.61' y2='478.23' style='stroke-width: 0.75;' />
<line x1='57.09' y1='480.75' x2='57.09' y2='475.71' style='stroke-width: 0.75;' />
<line x1='55.30' y1='474.69' x2='58.87' y2='471.12' style='stroke-width: 0.75;' />
<line x1='55.30' y1='471.12' x2='58.87' y2='474.69' style='stroke-width: 0.75;' />
<line x1='54.57' y1='472.91' x2='59.61' y2='472.91' style='stroke-width: 0.75;' />
<line x1='57.09' y1='475.43' x2='57.09' y2='470.39' style='stroke-width: 0.75;' />
<line x1='64.60' y1='435.65' x2='68.16' y2='432.08' style='stroke-width: 0.75;' />
<line x1='64.60' y1='432.08' x2='68.16' y2='435.65' style='stroke-width: 0.75;' />
<line x1='63.86' y1='433.87' x2='68.90' y2='433.87' style='stroke-width: 0.75;' />
<line x1='66.38' y1='436.39' x2='66.38' y2='431.34' style='stroke-width: 0.75;' />
<line x1='64.60' y1='446.74' x2='68.16' y2='443.17' style='stroke-width: 0.75;' />
<line x1='64.60' y1='443.17' x2='68.16' y2='446.74' style='stroke-width: 0.75;' />
<line x1='63.86' y1='444.96' x2='68.90' y2='444.96' style='stroke-width: 0.75;' />
<line x1='66.38' y1='447.48' x2='66.38' y2='442.44' style='stroke-width: 0.75;' />
<line x1='80.86' y1='425.89' x2='84.42' y2='422.32' style='stroke-width: 0.75;' />
<line x1='80.86' y1='422.32' x2='84.42' y2='425.89' style='stroke-width: 0.75;' />
<line x1='80.12' y1='424.10' x2='85.16' y2='424.10' style='stroke-width: 0.75;' />
<line x1='82.64' y1='426.62' x2='82.64' y2='421.58' style='stroke-width: 0.75;' />
<line x1='80.86' y1='405.92' x2='84.42' y2='402.36' style='stroke-width: 0.75;' />
<line x1='80.86' y1='402.36' x2='84.42' y2='405.92' style='stroke-width: 0.75;' />
<line x1='80.12' y1='404.14' x2='85.16' y2='404.14' style='stroke-width: 0.75;' />
<line x1='82.64' y1='406.66' x2='82.64' y2='401.62' style='stroke-width: 0.75;' />
<line x1='113.38' y1='387.29' x2='116.95' y2='383.72' style='stroke-width: 0.75;' />
<line x1='113.38' y1='383.72' x2='116.95' y2='387.29' style='stroke-width: 0.75;' />
<line x1='112.64' y1='385.51' x2='117.68' y2='385.51' style='stroke-width: 0.75;' />
<line x1='115.16' y1='388.03' x2='115.16' y2='382.99' style='stroke-width: 0.75;' />
<line x1='113.38' y1='370.43' x2='116.95' y2='366.87' style='stroke-width: 0.75;' />
<line x1='113.38' y1='366.87' x2='116.95' y2='370.43' style='stroke-width: 0.75;' />
<line x1='112.64' y1='368.65' x2='117.68' y2='368.65' style='stroke-width: 0.75;' />
<line x1='115.16' y1='371.17' x2='115.16' y2='366.13' style='stroke-width: 0.75;' />
<line x1='187.72' y1='378.86' x2='191.29' y2='375.30' style='stroke-width: 0.75;' />
<line x1='187.72' y1='375.30' x2='191.29' y2='378.86' style='stroke-width: 0.75;' />
<line x1='186.98' y1='377.08' x2='192.02' y2='377.08' style='stroke-width: 0.75;' />
<line x1='189.50' y1='379.60' x2='189.50' y2='374.56' style='stroke-width: 0.75;' />
<line x1='187.72' y1='371.32' x2='191.29' y2='367.75' style='stroke-width: 0.75;' />
<line x1='187.72' y1='367.75' x2='191.29' y2='371.32' style='stroke-width: 0.75;' />
<line x1='186.98' y1='369.54' x2='192.02' y2='369.54' style='stroke-width: 0.75;' />
<line x1='189.50' y1='372.06' x2='189.50' y2='367.01' style='stroke-width: 0.75;' />
<line x1='257.42' y1='380.63' x2='260.98' y2='377.07' style='stroke-width: 0.75;' />
<line x1='257.42' y1='377.07' x2='260.98' y2='380.63' style='stroke-width: 0.75;' />
<line x1='256.68' y1='378.85' x2='261.72' y2='378.85' style='stroke-width: 0.75;' />
<line x1='259.20' y1='381.37' x2='259.20' y2='376.33' style='stroke-width: 0.75;' />
<line x1='257.42' y1='389.51' x2='260.98' y2='385.94' style='stroke-width: 0.75;' />
<line x1='257.42' y1='385.94' x2='260.98' y2='389.51' style='stroke-width: 0.75;' />
<line x1='256.68' y1='387.72' x2='261.72' y2='387.72' style='stroke-width: 0.75;' />
<line x1='259.20' y1='390.25' x2='259.20' y2='385.20' style='stroke-width: 0.75;' />
<line x1='327.11' y1='393.50' x2='330.67' y2='389.94' style='stroke-width: 0.75;' />
<line x1='327.11' y1='389.94' x2='330.67' y2='393.50' style='stroke-width: 0.75;' />
<line x1='326.37' y1='391.72' x2='331.41' y2='391.72' style='stroke-width: 0.75;' />
<line x1='328.89' y1='394.24' x2='328.89' y2='389.20' style='stroke-width: 0.75;' />
<line x1='327.11' y1='389.06' x2='330.67' y2='385.50' style='stroke-width: 0.75;' />
<line x1='327.11' y1='385.50' x2='330.67' y2='389.06' style='stroke-width: 0.75;' />
<line x1='326.37' y1='387.28' x2='331.41' y2='387.28' style='stroke-width: 0.75;' />
<line x1='328.89' y1='389.80' x2='328.89' y2='384.76' style='stroke-width: 0.75;' />
<polyline points='50.12,519.93 52.44,503.87 55.81,484.03 57.09,477.42 61.50,457.94 66.38,441.22 67.19,438.87 72.87,424.82 78.56,414.39 82.64,408.56 84.25,406.56 89.94,400.61 95.63,396.04 101.32,392.46 107.01,389.63 112.70,387.35 115.16,386.50 118.39,385.50 124.08,383.96 129.77,382.67 135.46,381.59 141.15,380.67 146.83,379.89 152.52,379.23 158.21,378.66 163.90,378.19 169.59,377.80 175.28,377.49 180.97,377.24 186.66,377.06 189.50,377.00 192.35,376.94 198.04,376.88 203.73,376.87 209.42,376.91 215.11,377.00 220.79,377.14 226.48,377.32 232.17,377.55 237.86,377.81 243.55,378.11 249.24,378.45 254.93,378.83 259.20,379.13 260.62,379.24 266.31,379.68 272.00,380.15 277.69,380.65 283.38,381.18 289.07,381.73 294.76,382.31 300.44,382.91 306.13,383.54 311.82,384.19 317.51,384.85 323.20,385.54 328.89,386.24 ' style='stroke-width: 0.75; stroke-dasharray: 1.00,3.00;' />
<line x1='49.92' y1='503.52' x2='54.96' y2='503.52' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='52.44' y1='506.04' x2='52.44' y2='501.00' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='49.92,503.52 52.44,501.00 54.96,503.52 52.44,506.04 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='49.92' y1='509.73' x2='54.96' y2='509.73' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='52.44' y1='512.25' x2='52.44' y2='507.21' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='49.92,509.73 52.44,507.21 54.96,509.73 52.44,512.25 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='54.57' y1='504.41' x2='59.61' y2='504.41' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='57.09' y1='506.93' x2='57.09' y2='501.89' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='54.57,504.41 57.09,501.89 59.61,504.41 57.09,506.93 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='54.57' y1='489.32' x2='59.61' y2='489.32' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='57.09' y1='491.84' x2='57.09' y2='486.80' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='54.57,489.32 57.09,486.80 59.61,489.32 57.09,491.84 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='63.86' y1='444.07' x2='68.90' y2='444.07' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='66.38' y1='446.59' x2='66.38' y2='441.55' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='63.86,444.07 66.38,441.55 68.90,444.07 66.38,446.59 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='63.86' y1='448.06' x2='68.90' y2='448.06' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='66.38' y1='450.58' x2='66.38' y2='445.54' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='63.86,448.06 66.38,445.54 68.90,448.06 66.38,450.58 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='80.12' y1='418.78' x2='85.16' y2='418.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='82.64' y1='421.30' x2='82.64' y2='416.26' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='80.12,418.78 82.64,416.26 85.16,418.78 82.64,421.30 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='80.12' y1='407.69' x2='85.16' y2='407.69' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='82.64' y1='410.21' x2='82.64' y2='405.17' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='80.12,407.69 82.64,405.17 85.16,407.69 82.64,410.21 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='112.64' y1='361.99' x2='117.68' y2='361.99' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='115.16' y1='364.51' x2='115.16' y2='359.47' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='112.64,361.99 115.16,359.47 117.68,361.99 115.16,364.51 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='112.64' y1='354.45' x2='117.68' y2='354.45' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='115.16' y1='356.97' x2='115.16' y2='351.93' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='112.64,354.45 115.16,351.93 117.68,354.45 115.16,356.97 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='186.98' y1='366.87' x2='192.02' y2='366.87' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='189.50' y1='369.39' x2='189.50' y2='364.35' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='186.98,366.87 189.50,364.35 192.02,366.87 189.50,369.39 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='186.98' y1='336.26' x2='192.02' y2='336.26' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='189.50' y1='338.78' x2='189.50' y2='333.74' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='186.98,336.26 189.50,333.74 192.02,336.26 189.50,338.78 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='256.68' y1='347.35' x2='261.72' y2='347.35' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='259.20' y1='349.87' x2='259.20' y2='344.83' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='256.68,347.35 259.20,344.83 261.72,347.35 259.20,349.87 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='256.68' y1='354.01' x2='261.72' y2='354.01' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='259.20' y1='356.53' x2='259.20' y2='351.49' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='256.68,354.01 259.20,351.49 261.72,354.01 259.20,356.53 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='326.37' y1='359.77' x2='331.41' y2='359.77' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='328.89' y1='362.29' x2='328.89' y2='357.25' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='326.37,359.77 328.89,357.25 331.41,359.77 328.89,362.29 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='326.37' y1='373.97' x2='331.41' y2='373.97' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='328.89' y1='376.49' x2='328.89' y2='371.45' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='326.37,373.97 328.89,371.45 331.41,373.97 328.89,376.49 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<polyline points='50.12,519.93 52.44,506.82 55.81,489.68 57.09,483.69 61.50,465.06 66.38,447.59 67.19,444.98 72.87,428.58 78.56,415.13 82.64,406.99 84.25,404.08 89.94,394.97 95.63,387.44 101.32,381.20 107.01,376.01 112.70,371.67 115.16,370.02 118.39,368.05 124.08,365.01 129.77,362.45 135.46,360.31 141.15,358.50 146.83,356.98 152.52,355.71 158.21,354.65 163.90,353.77 169.59,353.05 175.28,352.47 180.97,352.01 186.66,351.66 189.50,351.53 192.35,351.42 198.04,351.26 203.73,351.19 209.42,351.19 215.11,351.26 220.79,351.39 226.48,351.59 232.17,351.84 237.86,352.14 243.55,352.49 249.24,352.89 254.93,353.34 259.20,353.69 260.62,353.82 266.31,354.34 272.00,354.90 277.69,355.50 283.38,356.13 289.07,356.79 294.76,357.47 300.44,358.19 306.13,358.94 311.82,359.71 317.51,360.50 323.20,361.31 328.89,362.15 ' style='stroke-width: 0.75; stroke: #DF536B; stroke-dasharray: 1.00,3.00,4.00,3.00;' />
<circle cx='52.44' cy='510.17' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='50.66' y1='510.17' x2='54.22' y2='510.17' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='52.44' y1='511.96' x2='52.44' y2='508.39' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='52.44' cy='511.50' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='50.66' y1='511.50' x2='54.22' y2='511.50' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='52.44' y1='513.29' x2='52.44' y2='509.72' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='57.09' cy='504.85' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='55.30' y1='504.85' x2='58.87' y2='504.85' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='57.09' y1='506.63' x2='57.09' y2='503.07' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='57.09' cy='503.96' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='55.30' y1='503.96' x2='58.87' y2='503.96' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='57.09' y1='505.74' x2='57.09' y2='502.18' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='66.38' cy='477.34' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='64.60' y1='477.34' x2='68.16' y2='477.34' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='66.38' y1='479.13' x2='66.38' y2='475.56' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='66.38' cy='483.11' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='64.60' y1='483.11' x2='68.16' y2='483.11' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='66.38' y1='484.89' x2='66.38' y2='481.33' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='82.64' cy='444.96' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='80.86' y1='444.96' x2='84.42' y2='444.96' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='82.64' y1='446.74' x2='82.64' y2='443.17' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='82.64' cy='447.17' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='80.86' y1='447.17' x2='84.42' y2='447.17' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='82.64' y1='448.96' x2='82.64' y2='445.39' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='115.16' cy='405.91' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='113.38' y1='405.91' x2='116.95' y2='405.91' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='115.16' y1='407.70' x2='115.16' y2='404.13' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='115.16' cy='407.69' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='113.38' y1='407.69' x2='116.95' y2='407.69' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='115.16' y1='409.47' x2='115.16' y2='405.91' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='189.50' cy='382.40' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='187.72' y1='382.40' x2='191.29' y2='382.40' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='189.50' y1='384.18' x2='189.50' y2='380.62' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='189.50' cy='355.78' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='187.72' y1='355.78' x2='191.29' y2='355.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='189.50' y1='357.56' x2='189.50' y2='354.00' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='259.20' cy='338.48' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='257.42' y1='338.48' x2='260.98' y2='338.48' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='259.20' y1='340.26' x2='259.20' y2='336.70' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='259.20' cy='339.37' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='257.42' y1='339.37' x2='260.98' y2='339.37' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='259.20' y1='341.15' x2='259.20' y2='337.58' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='328.89' cy='368.65' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='327.11' y1='368.65' x2='330.67' y2='368.65' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='328.89' y1='370.43' x2='328.89' y2='366.87' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='328.89' cy='353.12' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='327.11' y1='353.12' x2='330.67' y2='353.12' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='328.89' y1='354.90' x2='328.89' y2='351.34' style='stroke-width: 0.75; stroke: #61D04F;' />
<polyline points='50.12,519.93 52.44,513.09 55.81,503.64 57.09,500.19 61.50,488.83 66.38,477.21 67.19,475.38 72.87,463.15 78.56,452.05 82.64,444.73 84.25,441.97 89.94,432.82 95.63,424.52 101.32,417.00 107.01,410.18 112.70,404.01 115.16,401.52 118.39,398.43 124.08,393.39 129.77,388.83 135.46,384.73 141.15,381.04 146.83,377.73 152.52,374.77 158.21,372.11 163.90,369.75 169.59,367.65 175.28,365.80 180.97,364.17 186.66,362.75 189.50,362.11 192.35,361.51 198.04,360.45 203.73,359.55 209.42,358.79 215.11,358.17 220.79,357.68 226.48,357.30 232.17,357.02 237.86,356.84 243.55,356.76 249.24,356.76 254.93,356.83 259.20,356.93 260.62,356.98 266.31,357.19 272.00,357.46 277.69,357.80 283.38,358.18 289.07,358.61 294.76,359.09 300.44,359.61 306.13,360.17 311.82,360.77 317.51,361.40 323.20,362.06 328.89,362.75 ' style='stroke-width: 0.75; stroke: #61D04F; stroke-dasharray: 7.00,3.00;' />
<polygon points='52.44,516.05 54.84,511.20 50.04,511.20 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='52.44,510.51 54.84,515.36 50.04,515.36 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='52.44,512.95 54.84,508.10 50.04,508.10 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='52.44,507.40 54.84,512.25 50.04,512.25 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='57.09,513.39 59.49,508.54 54.69,508.54 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='57.09,507.85 59.49,512.70 54.69,512.70 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='57.09,504.07 59.49,499.22 54.69,499.22 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='57.09,498.53 59.49,503.38 54.69,503.38 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='66.38,493.87 68.78,489.02 63.98,489.02 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='66.38,488.33 68.78,493.18 63.98,493.18 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='66.38,489.87 68.78,485.03 63.98,485.03 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='66.38,484.33 68.78,489.18 63.98,489.18 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='82.64,476.12 85.04,471.27 80.24,471.27 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='82.64,470.58 85.04,475.43 80.24,475.43 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='82.64,473.02 85.04,468.17 80.24,468.17 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='82.64,467.47 85.04,472.32 80.24,472.32 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='115.16,455.27 117.56,450.42 112.76,450.42 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='115.16,449.73 117.56,454.58 112.76,454.58 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='115.16,449.50 117.56,444.65 112.76,444.65 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='115.16,443.96 117.56,448.81 112.76,448.81 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='189.50,426.88 191.90,422.03 187.10,422.03 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='189.50,421.33 191.90,426.18 187.10,426.18 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='189.50,426.88 191.90,422.03 187.10,422.03 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='189.50,421.33 191.90,426.18 187.10,426.18 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='259.20,437.52 261.60,432.67 256.80,432.67 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='259.20,431.98 261.60,436.83 256.80,436.83 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='259.20,423.77 261.60,418.92 256.80,418.92 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='259.20,418.23 261.60,423.08 256.80,423.08 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='328.89,425.54 331.29,420.70 326.49,420.70 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='328.89,420.00 331.29,424.85 326.49,424.85 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='328.89,435.31 331.29,430.46 326.49,430.46 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='328.89,429.76 331.29,434.61 326.49,434.61 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polyline points='50.12,519.93 52.44,516.29 55.81,511.23 57.09,509.37 61.50,503.21 66.38,496.84 67.19,495.83 72.87,489.04 78.56,482.79 82.64,478.62 84.25,477.04 89.94,471.76 95.63,466.90 101.32,462.44 107.01,458.34 112.70,454.58 115.16,453.05 118.39,451.13 124.08,447.97 129.77,445.08 135.46,442.43 141.15,440.01 146.83,437.81 152.52,435.80 158.21,433.97 163.90,432.31 169.59,430.80 175.28,429.44 180.97,428.21 186.66,427.11 189.50,426.60 192.35,426.12 198.04,425.24 203.73,424.46 209.42,423.77 215.11,423.16 220.79,422.63 226.48,422.18 232.17,421.80 237.86,421.48 243.55,421.22 249.24,421.01 254.93,420.86 259.20,420.77 260.62,420.75 266.31,420.69 272.00,420.67 277.69,420.69 283.38,420.74 289.07,420.83 294.76,420.95 300.44,421.10 306.13,421.27 311.82,421.48 317.51,421.70 323.20,421.95 328.89,422.22 ' style='stroke-width: 0.75; stroke: #2297E6; stroke-dasharray: 2.00,2.00,6.00,2.00;' />
<line x1='50.66' y1='516.83' x2='54.22' y2='516.83' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='52.44' y1='518.61' x2='52.44' y2='515.05' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='50.66' y='515.05' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='50.66' y1='513.28' x2='54.22' y2='513.28' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='52.44' y1='515.06' x2='52.44' y2='511.50' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='50.66' y='511.50' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='55.30' y1='503.96' x2='58.87' y2='503.96' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='57.09' y1='505.74' x2='57.09' y2='502.18' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='55.30' y='502.18' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='55.30' y1='506.62' x2='58.87' y2='506.62' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='57.09' y1='508.41' x2='57.09' y2='504.84' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='55.30' y='504.84' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='64.60' y1='494.65' x2='68.16' y2='494.65' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='66.38' y1='496.43' x2='66.38' y2='492.86' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='64.60' y='492.86' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='64.60' y1='495.09' x2='68.16' y2='495.09' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='66.38' y1='496.87' x2='66.38' y2='493.31' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='64.60' y='493.31' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='80.86' y1='468.91' x2='84.42' y2='468.91' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='82.64' y1='470.70' x2='82.64' y2='467.13' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='80.86' y='467.13' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='80.86' y1='467.14' x2='84.42' y2='467.14' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='82.64' y1='468.92' x2='82.64' y2='465.36' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='80.86' y='465.36' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='113.38' y1='432.53' x2='116.95' y2='432.53' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='115.16' y1='434.32' x2='115.16' y2='430.75' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='113.38' y='430.75' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='113.38' y1='437.86' x2='116.95' y2='437.86' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='115.16' y1='439.64' x2='115.16' y2='436.08' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='113.38' y='436.08' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='187.72' y1='414.79' x2='191.29' y2='414.79' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='189.50' y1='416.57' x2='189.50' y2='413.01' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='187.72' y='413.01' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='187.72' y1='411.68' x2='191.29' y2='411.68' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='189.50' y1='413.46' x2='189.50' y2='409.90' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='187.72' y='409.90' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='257.42' y1='411.68' x2='260.98' y2='411.68' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='259.20' y1='413.46' x2='259.20' y2='409.90' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='257.42' y='409.90' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='257.42' y1='421.00' x2='260.98' y2='421.00' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='259.20' y1='422.78' x2='259.20' y2='419.22' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='257.42' y='419.22' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='327.11' y1='433.87' x2='330.67' y2='433.87' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='328.89' y1='435.65' x2='328.89' y2='432.08' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='327.11' y='432.08' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='327.11' y1='428.10' x2='330.67' y2='428.10' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='328.89' y1='429.88' x2='328.89' y2='426.32' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='327.11' y='426.32' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<polyline points='50.12,519.93 52.44,515.38 55.81,509.10 57.09,506.81 61.50,499.30 66.38,491.63 67.19,490.43 72.87,482.40 78.56,475.13 82.64,470.35 84.25,468.56 89.94,462.61 95.63,457.24 101.32,452.38 107.01,447.99 112.70,444.03 115.16,442.44 118.39,440.46 124.08,437.24 129.77,434.34 135.46,431.73 141.15,429.40 146.83,427.30 152.52,425.43 158.21,423.76 163.90,422.28 169.59,420.97 175.28,419.81 180.97,418.79 186.66,417.91 189.50,417.51 192.35,417.14 198.04,416.49 203.73,415.94 209.42,415.48 215.11,415.10 220.79,414.81 226.48,414.59 232.17,414.43 237.86,414.34 243.55,414.31 249.24,414.32 254.93,414.39 259.20,414.47 260.62,414.51 266.31,414.66 272.00,414.86 277.69,415.09 283.38,415.35 289.07,415.65 294.76,415.98 300.44,416.33 306.13,416.71 311.82,417.11 317.51,417.54 323.20,417.99 328.89,418.45 ' style='stroke-width: 0.75; stroke: #28E2E5;' />
<circle cx='52.44' cy='513.72' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='50.66' y1='515.51' x2='54.22' y2='511.94' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='50.66' y1='511.94' x2='54.22' y2='515.51' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='52.44' cy='517.72' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='50.66' y1='519.50' x2='54.22' y2='515.93' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='50.66' y1='515.93' x2='54.22' y2='519.50' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='57.09' cy='509.29' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='55.30' y1='511.07' x2='58.87' y2='507.50' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='55.30' y1='507.50' x2='58.87' y2='511.07' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='57.09' cy='502.63' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='55.30' y1='504.41' x2='58.87' y2='500.85' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='55.30' y1='500.85' x2='58.87' y2='504.41' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='66.38' cy='484.44' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='64.60' y1='486.22' x2='68.16' y2='482.66' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='64.60' y1='482.66' x2='68.16' y2='486.22' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='66.38' cy='492.87' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='64.60' y1='494.65' x2='68.16' y2='491.09' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='64.60' y1='491.09' x2='68.16' y2='494.65' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='82.64' cy='459.15' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='80.86' y1='460.94' x2='84.42' y2='457.37' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='80.86' y1='457.37' x2='84.42' y2='460.94' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='82.64' cy='464.92' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='80.86' y1='466.70' x2='84.42' y2='463.14' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='80.86' y1='463.14' x2='84.42' y2='466.70' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='115.16' cy='437.86' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='113.38' y1='439.64' x2='116.95' y2='436.08' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='113.38' y1='436.08' x2='116.95' y2='439.64' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='115.16' cy='430.76' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='113.38' y1='432.54' x2='116.95' y2='428.98' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='113.38' y1='428.98' x2='116.95' y2='432.54' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='189.50' cy='413.90' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='187.72' y1='415.68' x2='191.29' y2='412.12' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='187.72' y1='412.12' x2='191.29' y2='415.68' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='189.50' cy='413.01' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='187.72' y1='414.80' x2='191.29' y2='411.23' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='187.72' y1='411.23' x2='191.29' y2='414.80' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='259.20' cy='388.17' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='257.42' y1='389.95' x2='260.98' y2='386.39' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='257.42' y1='386.39' x2='260.98' y2='389.95' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='259.20' cy='393.49' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='257.42' y1='395.27' x2='260.98' y2='391.71' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='257.42' y1='391.71' x2='260.98' y2='395.27' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='328.89' cy='404.14' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='327.11' y1='405.92' x2='330.67' y2='402.36' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='327.11' y1='402.36' x2='330.67' y2='405.92' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='328.89' cy='410.80' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='327.11' y1='412.58' x2='330.67' y2='409.01' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='327.11' y1='409.01' x2='330.67' y2='412.58' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<polyline points='50.12,519.93 52.44,514.33 55.81,506.64 57.09,503.84 61.50,494.74 66.38,485.52 67.19,484.08 72.87,474.55 78.56,466.02 82.64,460.46 84.25,458.39 89.94,451.56 95.63,445.46 101.32,440.01 107.01,435.15 112.70,430.81 115.16,429.08 118.39,426.94 124.08,423.50 129.77,420.45 135.46,417.74 141.15,415.34 146.83,413.22 152.52,411.36 158.21,409.74 163.90,408.32 169.59,407.09 175.28,406.03 180.97,405.13 186.66,404.38 189.50,404.05 192.35,403.75 198.04,403.24 203.73,402.84 209.42,402.53 215.11,402.32 220.79,402.19 226.48,402.13 232.17,402.15 237.86,402.23 243.55,402.36 249.24,402.55 254.93,402.79 259.20,403.00 260.62,403.07 266.31,403.40 272.00,403.76 277.69,404.16 283.38,404.60 289.07,405.06 294.76,405.55 300.44,406.07 306.13,406.61 311.82,407.17 317.51,407.76 323.20,408.36 328.89,408.98 ' style='stroke-width: 0.75; stroke: #CD0BBC; stroke-dasharray: 4.00,4.00;' />
<polygon points='52.44,511.50 54.22,515.06 50.66,515.06 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='50.66' y='511.50' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='52.44,499.08 54.22,502.64 50.66,502.64 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='50.66' y='499.08' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='57.09,494.64 58.87,498.20 55.30,498.20 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='55.30' y='494.64' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='57.09,499.08 58.87,502.64 55.30,502.64 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='55.30' y='499.08' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='66.38,464.47 68.16,468.03 64.60,468.03 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='64.60' y='464.47' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='66.38,468.46 68.16,472.03 64.60,472.03 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='64.60' y='468.46' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='82.64,436.96 84.42,440.53 80.86,440.53 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='80.86' y='436.96' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='82.64,439.63 84.42,443.19 80.86,443.19 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='80.86' y='439.63' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='115.16,413.01 116.95,416.57 113.38,416.57 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='113.38' y='413.01' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='115.16,408.57 116.95,412.13 113.38,412.13 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='113.38' y='408.57' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='189.50,394.37 191.29,397.94 187.72,397.94 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='187.72' y='394.37' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='189.50,396.59 191.29,400.15 187.72,400.15 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='187.72' y='396.59' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='259.20,399.25 260.98,402.82 257.42,402.82 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='257.42' y='399.25' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='259.20,387.72 260.98,391.28 257.42,391.28 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='257.42' y='387.72' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='328.89,403.69 330.67,407.25 327.11,407.25 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='327.11' y='403.69' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='328.89,391.27 330.67,394.83 327.11,394.83 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='327.11' y='391.27' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polyline points='50.12,519.93 52.44,512.34 55.81,502.10 57.09,498.44 61.50,486.71 66.38,475.17 67.19,473.40 72.87,461.89 78.56,451.94 82.64,445.63 84.25,443.31 89.94,435.84 95.63,429.36 101.32,423.74 107.01,418.86 112.70,414.63 115.16,412.97 118.39,410.96 124.08,407.77 129.77,405.01 135.46,402.63 141.15,400.56 146.83,398.79 152.52,397.26 158.21,395.95 163.90,394.85 169.59,393.91 175.28,393.13 180.97,392.49 186.66,391.97 189.50,391.75 192.35,391.56 198.04,391.26 203.73,391.04 209.42,390.90 215.11,390.84 220.79,390.85 226.48,390.92 232.17,391.05 237.86,391.23 243.55,391.46 249.24,391.73 254.93,392.04 259.20,392.30 260.62,392.40 266.31,392.78 272.00,393.21 277.69,393.66 283.38,394.14 289.07,394.65 294.76,395.18 300.44,395.74 306.13,396.32 311.82,396.92 317.51,397.54 323.20,398.18 328.89,398.84 ' style='stroke-width: 0.75; stroke: #F5C710; stroke-dasharray: 1.00,3.00;' />
<polygon points='50.66,505.30 54.22,505.30 54.22,501.74 50.66,501.74 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='50.66,518.17 54.22,518.17 54.22,514.60 50.66,514.60 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='55.30,500.86 58.87,500.86 58.87,497.30 55.30,497.30 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='55.30,499.98 58.87,499.98 58.87,496.41 55.30,496.41 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='64.60,479.13 68.16,479.13 68.16,475.56 64.60,475.56 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='64.60,473.36 68.16,473.36 68.16,469.79 64.60,469.79 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='80.86,434.32 84.42,434.32 84.42,430.75 80.86,430.75 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='80.86,441.86 84.42,441.86 84.42,438.29 80.86,438.29 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='113.38,417.01 116.95,417.01 116.95,413.45 113.38,413.45 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='113.38,418.34 116.95,418.34 116.95,414.78 113.38,414.78 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='187.72,388.62 191.29,388.62 191.29,385.06 187.72,385.06 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='187.72,385.51 191.29,385.51 191.29,381.95 187.72,381.95 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='257.42,395.27 260.98,395.27 260.98,391.71 257.42,391.71 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='257.42,388.18 260.98,388.18 260.98,384.61 257.42,384.61 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='327.11,373.09 330.67,373.09 330.67,369.53 327.11,369.53 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='327.11,401.49 330.67,401.49 330.67,397.92 327.11,397.92 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polyline points='50.12,519.93 52.44,511.91 55.81,501.11 57.09,497.25 61.50,484.91 66.38,472.80 67.19,470.95 72.87,458.92 78.56,448.54 82.64,442.00 84.25,439.59 89.94,431.87 95.63,425.19 101.32,419.43 107.01,414.45 112.70,410.15 115.16,408.47 118.39,406.43 124.08,403.22 129.77,400.44 135.46,398.05 141.15,395.99 146.83,394.22 152.52,392.71 158.21,391.41 163.90,390.31 169.59,389.38 175.28,388.60 180.97,387.95 186.66,387.42 189.50,387.20 192.35,387.00 198.04,386.67 203.73,386.43 209.42,386.26 215.11,386.17 220.79,386.13 226.48,386.15 232.17,386.22 237.86,386.34 243.55,386.51 249.24,386.71 254.93,386.95 259.20,387.15 260.62,387.23 266.31,387.53 272.00,387.87 277.69,388.23 283.38,388.62 289.07,389.04 294.76,389.48 300.44,389.94 306.13,390.42 311.82,390.92 317.51,391.44 323.20,391.97 328.89,392.52 ' style='stroke-width: 0.75; stroke: #9E9E9E; stroke-dasharray: 1.00,3.00,4.00,3.00;' />
</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='695.78' 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='481.53' y1='527.53' x2='481.53' y2='532.28' style='stroke-width: 0.75;' />
<line x1='552.95' y1='527.53' x2='552.95' y2='532.28' style='stroke-width: 0.75;' />
<line x1='624.37' y1='527.53' x2='624.37' y2='532.28' style='stroke-width: 0.75;' />
<line x1='695.78' y1='527.53' x2='695.78' 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='481.53' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>10</text>
<text x='552.95' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>20</text>
<text x='624.37' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>30</text>
<text x='695.78' 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='500.48' x2='398.97' y2='349.50' style='stroke-width: 0.75;' />
<line x1='398.97' y1='500.48' x2='394.21' y2='500.48' style='stroke-width: 0.75;' />
<line x1='398.97' y1='462.74' x2='394.21' y2='462.74' 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='387.25' x2='394.21' y2='387.25' style='stroke-width: 0.75;' />
<line x1='398.97' y1='349.50' x2='394.21' y2='349.50' style='stroke-width: 0.75;' />
<text transform='translate(387.56,500.48) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='7.04px' lengthAdjust='spacingAndGlyphs'>-4</text>
<text transform='translate(387.56,462.74) 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,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,387.25) 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,349.50) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>4</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='420.00' cy='428.83' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='420.00' cy='415.66' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='438.28' cy='422.64' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='438.28' cy='421.33' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='469.64' cy='417.32' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='469.64' cy='423.90' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='511.12' cy='419.35' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='511.12' cy='414.08' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='560.22' cy='410.62' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='560.22' cy='426.42' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='596.33' cy='429.43' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='596.33' cy='419.56' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='598.25' cy='429.23' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='598.25' cy='448.32' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='590.93' cy='426.43' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='590.93' cy='423.79' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='434.44,424.89 436.84,429.05 432.04,429.05 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='434.44,424.23 436.84,428.39 432.04,428.39 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='461.70,428.30 464.10,432.46 459.30,432.46 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='461.70,421.72 464.10,425.87 459.30,425.87 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='498.10,423.01 500.50,427.16 495.70,427.16 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='498.10,430.91 500.50,435.06 495.70,435.06 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='541.67,418.41 544.07,422.56 539.27,422.56 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='541.67,425.65 544.07,429.81 539.27,429.81 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='573.56,424.10 575.96,428.26 571.16,428.26 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='573.56,422.13 575.96,426.29 571.16,426.29 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='574.62,427.72 577.02,431.87 572.22,431.87 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='574.62,430.35 577.02,434.51 572.22,434.51 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='567.83,412.23 570.23,416.39 565.43,416.39 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='567.83,419.47 570.23,423.63 565.43,423.63 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<line x1='417.39' y1='422.17' x2='422.43' y2='422.17' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='419.91' y1='424.69' x2='419.91' y2='419.65' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='417.39' y1='428.09' x2='422.43' y2='428.09' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='419.91' y1='430.61' x2='419.91' y2='425.57' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='435.69' y1='421.92' x2='440.73' y2='421.92' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='438.21' y1='424.44' x2='438.21' y2='419.40' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='435.69' y1='420.61' x2='440.73' y2='420.61' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='438.21' y1='423.13' x2='438.21' y2='418.09' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='467.70' y1='425.09' x2='472.74' y2='425.09' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='470.22' y1='427.61' x2='470.22' y2='422.57' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='467.70' y1='416.53' x2='472.74' y2='416.53' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='470.22' y1='419.05' x2='470.22' y2='414.01' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='511.52' y1='428.63' x2='516.56' y2='428.63' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='514.04' y1='431.15' x2='514.04' y2='426.11' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='511.52' y1='427.97' x2='516.56' y2='427.97' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='514.04' y1='430.49' x2='514.04' y2='425.45' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='566.72' y1='436.71' x2='571.76' y2='436.71' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='569.24' y1='439.23' x2='569.24' y2='434.19' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='566.72' y1='417.62' x2='571.76' y2='417.62' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='569.24' y1='420.14' x2='569.24' y2='415.10' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='612.21' y1='438.49' x2='617.25' y2='438.49' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='614.73' y1='441.01' x2='614.73' y2='435.97' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='612.21' y1='418.09' x2='617.25' y2='418.09' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='614.73' y1='420.61' x2='614.73' y2='415.57' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='616.04' y1='413.72' x2='621.08' y2='413.72' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='618.56' y1='416.24' x2='618.56' y2='411.20' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='616.04' y1='412.40' x2='621.08' y2='412.40' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='618.56' y1='414.92' x2='618.56' y2='409.88' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='607.30' y1='439.23' x2='612.34' y2='439.23' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='609.82' y1='441.75' x2='609.82' y2='436.71' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='607.30' y1='424.75' x2='612.34' y2='424.75' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='609.82' y1='427.27' x2='609.82' y2='422.23' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='419.37' y1='433.00' x2='422.93' y2='429.43' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='419.37' y1='429.43' x2='422.93' y2='433.00' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='419.37' y1='424.44' x2='422.93' y2='420.87' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='419.37' y1='420.87' x2='422.93' y2='424.44' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='440.30' y1='426.62' x2='443.87' y2='423.05' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='440.30' y1='423.05' x2='443.87' y2='426.62' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='440.30' y1='433.86' x2='443.87' y2='430.30' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='440.30' y1='430.30' x2='443.87' y2='433.86' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='477.98' y1='421.85' x2='481.55' y2='418.29' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='477.98' y1='418.29' x2='481.55' y2='421.85' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='477.98' y1='423.83' x2='481.55' y2='420.26' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='477.98' y1='420.26' x2='481.55' y2='423.83' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='532.27' y1='442.93' x2='535.83' y2='439.36' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='532.27' y1='439.36' x2='535.83' y2='442.93' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='532.27' y1='421.86' x2='535.83' y2='418.29' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='532.27' y1='418.29' x2='535.83' y2='421.86' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='606.83' y1='435.95' x2='610.39' y2='432.39' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='606.83' y1='432.39' x2='610.39' y2='435.95' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='606.83' y1='413.57' x2='610.39' y2='410.00' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='606.83' y1='410.00' x2='610.39' y2='413.57' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='677.92' y1='432.36' x2='681.48' y2='428.79' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='677.92' y1='428.79' x2='681.48' y2='432.36' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='677.92' y1='446.18' x2='681.48' y2='442.62' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='677.92' y1='442.62' x2='681.48' y2='446.18' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='686.40' y1='401.33' x2='689.97' y2='397.77' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='686.40' y1='397.77' x2='689.97' y2='401.33' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='686.40' y1='427.67' x2='689.97' y2='424.10' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='686.40' y1='424.10' x2='689.97' y2='427.67' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='673.28' y1='427.43' x2='676.85' y2='423.86' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='673.28' y1='423.86' x2='676.85' y2='427.43' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='673.28' y1='407.67' x2='676.85' y2='404.11' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='673.28' y1='404.11' x2='676.85' y2='407.67' style='stroke-width: 0.75; stroke: #28E2E5;' />
<polygon points='419.64,426.21 422.16,423.69 424.68,426.21 422.16,428.73 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='419.64,432.14 422.16,429.62 424.68,432.14 422.16,434.66 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='441.14,434.85 443.66,432.33 446.18,434.85 443.66,437.37 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='441.14,418.39 443.66,415.87 446.18,418.39 443.66,420.91 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='475.55,433.65 478.07,431.13 480.59,433.65 478.07,436.17 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='475.55,423.78 478.07,421.26 480.59,423.78 478.07,426.30 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='515.85,435.24 518.37,432.72 520.89,435.24 518.37,437.77 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='515.85,406.28 518.37,403.76 520.89,406.28 518.37,408.80 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='554.65,417.03 557.17,414.51 559.69,417.03 557.17,419.55 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='554.65,429.54 557.17,427.02 559.69,429.54 557.17,432.06 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='574.96,417.98 577.48,415.46 580.00,417.98 577.48,420.50 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='574.96,433.78 577.48,431.26 580.00,433.78 577.48,436.30 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='573.59,430.54 576.11,428.02 578.63,430.54 576.11,433.06 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='573.59,436.47 576.11,433.95 578.63,436.47 576.11,438.99 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='566.45,416.06 568.97,413.54 571.49,416.06 568.97,418.58 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='566.45,429.22 568.97,426.70 571.49,429.22 568.97,431.74 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='419.14,428.84 421.54,424.68 416.74,424.68 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='435.55,424.88 437.95,420.72 433.15,420.72 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='435.55,424.22 437.95,420.06 433.15,420.06 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='462.79,417.07 465.19,412.91 460.39,412.91 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='462.79,424.97 465.19,420.81 460.39,420.81 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='496.71,441.75 499.11,437.60 494.31,437.60 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='496.71,428.59 499.11,424.43 494.31,424.43 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='532.65,430.78 535.05,426.62 530.25,426.62 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='532.65,422.88 535.05,418.72 530.25,418.72 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='553.76,448.26 556.16,444.10 551.36,444.10 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='553.76,426.53 556.16,422.38 551.36,422.38 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='553.21,428.67 555.61,424.51 550.81,424.51 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='553.21,427.35 555.61,423.19 550.81,423.19 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='547.87,419.13 550.27,414.97 545.47,414.97 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='547.87,429.00 550.27,424.84 545.47,424.84 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='425.84' y='429.47' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='425.84' y1='433.03' x2='429.40' y2='429.47' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='425.84' y1='429.47' x2='429.40' y2='433.03' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='425.84' y='419.59' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='425.84' y1='423.16' x2='429.40' y2='419.59' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='425.84' y1='419.59' x2='429.40' y2='423.16' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='456.58' y='429.50' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='456.58' y1='433.07' x2='460.15' y2='429.50' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='456.58' y1='429.50' x2='460.15' y2='433.07' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='456.58' y='428.84' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='456.58' y1='432.41' x2='460.15' y2='428.84' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='456.58' y1='428.84' x2='460.15' y2='432.41' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='504.27' y='423.43' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='504.27' y1='426.99' x2='507.83' y2='423.43' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='504.27' y1='423.43' x2='507.83' y2='426.99' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='504.27' y='427.38' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='504.27' y1='430.94' x2='507.83' y2='427.38' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='504.27' y1='427.38' x2='507.83' y2='430.94' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='557.47' y='419.81' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='557.47' y1='423.37' x2='561.04' y2='419.81' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='557.47' y1='419.81' x2='561.04' y2='423.37' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='557.47' y='429.68' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='557.47' y1='433.25' x2='561.04' y2='429.68' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='557.47' y1='429.68' x2='561.04' y2='433.25' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='605.75' y='418.23' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='605.75' y1='421.79' x2='609.32' y2='418.23' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='605.75' y1='418.23' x2='609.32' y2='421.79' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='605.75' y='409.67' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='605.75' y1='413.23' x2='609.32' y2='409.67' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='605.75' y1='409.67' x2='609.32' y2='413.23' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='628.52' y='430.00' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='628.52' y1='433.56' x2='632.09' y2='430.00' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='628.52' y1='430.00' x2='632.09' y2='433.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='628.52' y='424.73' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='628.52' y1='428.30' x2='632.09' y2='424.73' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='628.52' y1='424.73' x2='632.09' y2='428.30' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='621.66' y='424.33' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='621.66' y1='427.90' x2='625.23' y2='424.33' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='621.66' y1='424.33' x2='625.23' y2='427.90' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='621.66' y='421.70' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='621.66' y1='425.26' x2='625.23' y2='421.70' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='621.66' y1='421.70' x2='625.23' y2='425.26' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='605.95' y='420.39' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='605.95' y1='423.95' x2='609.52' y2='420.39' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='605.95' y1='420.39' x2='609.52' y2='423.95' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='605.95' y='429.60' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='605.95' y1='433.17' x2='609.52' y2='429.60' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='605.95' y1='429.60' x2='609.52' y2='433.17' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='434.19' y1='436.79' x2='437.76' y2='433.22' style='stroke-width: 0.75;' />
<line x1='434.19' y1='433.22' x2='437.76' y2='436.79' style='stroke-width: 0.75;' />
<line x1='433.46' y1='435.01' x2='438.50' y2='435.01' style='stroke-width: 0.75;' />
<line x1='435.98' y1='437.53' x2='435.98' y2='432.49' style='stroke-width: 0.75;' />
<line x1='434.19' y1='427.57' x2='437.76' y2='424.01' style='stroke-width: 0.75;' />
<line x1='434.19' y1='424.01' x2='437.76' y2='427.57' style='stroke-width: 0.75;' />
<line x1='433.46' y1='425.79' x2='438.50' y2='425.79' style='stroke-width: 0.75;' />
<line x1='435.98' y1='428.31' x2='435.98' y2='423.27' style='stroke-width: 0.75;' />
<line x1='476.77' y1='427.97' x2='480.33' y2='424.41' style='stroke-width: 0.75;' />
<line x1='476.77' y1='424.41' x2='480.33' y2='427.97' style='stroke-width: 0.75;' />
<line x1='476.03' y1='426.19' x2='481.07' y2='426.19' style='stroke-width: 0.75;' />
<line x1='478.55' y1='428.71' x2='478.55' y2='423.67' style='stroke-width: 0.75;' />
<line x1='476.77' y1='420.07' x2='480.33' y2='416.51' style='stroke-width: 0.75;' />
<line x1='476.77' y1='416.51' x2='480.33' y2='420.07' style='stroke-width: 0.75;' />
<line x1='476.03' y1='418.29' x2='481.07' y2='418.29' style='stroke-width: 0.75;' />
<line x1='478.55' y1='420.81' x2='478.55' y2='415.77' style='stroke-width: 0.75;' />
<line x1='535.04' y1='415.86' x2='538.60' y2='412.29' style='stroke-width: 0.75;' />
<line x1='535.04' y1='412.29' x2='538.60' y2='415.86' style='stroke-width: 0.75;' />
<line x1='534.30' y1='414.07' x2='539.34' y2='414.07' style='stroke-width: 0.75;' />
<line x1='536.82' y1='416.59' x2='536.82' y2='411.55' style='stroke-width: 0.75;' />
<line x1='535.04' y1='432.31' x2='538.60' y2='428.75' style='stroke-width: 0.75;' />
<line x1='535.04' y1='428.75' x2='538.60' y2='432.31' style='stroke-width: 0.75;' />
<line x1='534.30' y1='430.53' x2='539.34' y2='430.53' style='stroke-width: 0.75;' />
<line x1='536.82' y1='433.05' x2='536.82' y2='428.01' style='stroke-width: 0.75;' />
<line x1='587.62' y1='449.85' x2='591.19' y2='446.28' style='stroke-width: 0.75;' />
<line x1='587.62' y1='446.28' x2='591.19' y2='449.85' style='stroke-width: 0.75;' />
<line x1='586.89' y1='448.07' x2='591.93' y2='448.07' style='stroke-width: 0.75;' />
<line x1='589.41' y1='450.59' x2='589.41' y2='445.55' style='stroke-width: 0.75;' />
<line x1='587.62' y1='420.22' x2='591.19' y2='416.66' style='stroke-width: 0.75;' />
<line x1='587.62' y1='416.66' x2='591.19' y2='420.22' style='stroke-width: 0.75;' />
<line x1='586.89' y1='418.44' x2='591.93' y2='418.44' style='stroke-width: 0.75;' />
<line x1='589.41' y1='420.96' x2='589.41' y2='415.92' style='stroke-width: 0.75;' />
<line x1='623.12' y1='425.29' x2='626.69' y2='421.73' style='stroke-width: 0.75;' />
<line x1='623.12' y1='421.73' x2='626.69' y2='425.29' style='stroke-width: 0.75;' />
<line x1='622.38' y1='423.51' x2='627.42' y2='423.51' style='stroke-width: 0.75;' />
<line x1='624.90' y1='426.03' x2='624.90' y2='420.99' style='stroke-width: 0.75;' />
<line x1='623.12' y1='400.28' x2='626.69' y2='396.71' style='stroke-width: 0.75;' />
<line x1='623.12' y1='396.71' x2='626.69' y2='400.28' style='stroke-width: 0.75;' />
<line x1='622.38' y1='398.49' x2='627.42' y2='398.49' style='stroke-width: 0.75;' />
<line x1='624.90' y1='401.01' x2='624.90' y2='395.97' style='stroke-width: 0.75;' />
<line x1='638.43' y1='426.89' x2='641.99' y2='423.33' style='stroke-width: 0.75;' />
<line x1='638.43' y1='423.33' x2='641.99' y2='426.89' style='stroke-width: 0.75;' />
<line x1='637.69' y1='425.11' x2='642.73' y2='425.11' style='stroke-width: 0.75;' />
<line x1='640.21' y1='427.63' x2='640.21' y2='422.59' style='stroke-width: 0.75;' />
<line x1='638.43' y1='415.70' x2='641.99' y2='412.14' style='stroke-width: 0.75;' />
<line x1='638.43' y1='412.14' x2='641.99' y2='415.70' style='stroke-width: 0.75;' />
<line x1='637.69' y1='413.92' x2='642.73' y2='413.92' style='stroke-width: 0.75;' />
<line x1='640.21' y1='416.44' x2='640.21' y2='411.40' style='stroke-width: 0.75;' />
<line x1='634.99' y1='426.36' x2='638.55' y2='422.79' style='stroke-width: 0.75;' />
<line x1='634.99' y1='422.79' x2='638.55' y2='426.36' style='stroke-width: 0.75;' />
<line x1='634.25' y1='424.57' x2='639.29' y2='424.57' style='stroke-width: 0.75;' />
<line x1='636.77' y1='427.09' x2='636.77' y2='422.05' style='stroke-width: 0.75;' />
<line x1='634.99' y1='439.52' x2='638.55' y2='435.96' style='stroke-width: 0.75;' />
<line x1='634.99' y1='435.96' x2='638.55' y2='439.52' style='stroke-width: 0.75;' />
<line x1='634.25' y1='437.74' x2='639.29' y2='437.74' style='stroke-width: 0.75;' />
<line x1='636.77' y1='440.26' x2='636.77' y2='435.22' style='stroke-width: 0.75;' />
<line x1='623.54' y1='434.90' x2='627.11' y2='431.33' style='stroke-width: 0.75;' />
<line x1='623.54' y1='431.33' x2='627.11' y2='434.90' style='stroke-width: 0.75;' />
<line x1='622.80' y1='433.12' x2='627.84' y2='433.12' style='stroke-width: 0.75;' />
<line x1='625.32' y1='435.64' x2='625.32' y2='430.60' style='stroke-width: 0.75;' />
<line x1='623.54' y1='428.31' x2='627.11' y2='424.75' style='stroke-width: 0.75;' />
<line x1='623.54' y1='424.75' x2='627.11' y2='428.31' style='stroke-width: 0.75;' />
<line x1='622.80' y1='426.53' x2='627.84' y2='426.53' style='stroke-width: 0.75;' />
<line x1='625.32' y1='429.05' x2='625.32' y2='424.01' style='stroke-width: 0.75;' />
<line x1='428.71' y1='420.10' x2='433.75' y2='420.10' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='431.23' y1='422.62' x2='431.23' y2='417.58' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='428.71,420.10 431.23,417.58 433.75,420.10 431.23,422.62 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='428.71' y1='429.31' x2='433.75' y2='429.31' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='431.23' y1='431.83' x2='431.23' y2='426.79' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='428.71,429.31 431.23,426.79 433.75,429.31 431.23,431.83 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='465.94' y1='455.74' x2='470.98' y2='455.74' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='468.46' y1='458.26' x2='468.46' y2='453.22' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='465.94,455.74 468.46,453.22 470.98,455.74 468.46,458.26 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='465.94' y1='433.35' x2='470.98' y2='433.35' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='468.46' y1='435.87' x2='468.46' y2='430.83' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='465.94,433.35 468.46,430.83 470.98,433.35 468.46,435.87 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='524.06' y1='419.77' x2='529.10' y2='419.77' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='526.58' y1='422.29' x2='526.58' y2='417.25' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='524.06,419.77 526.58,417.25 529.10,419.77 526.58,422.29 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='524.06' y1='425.70' x2='529.10' y2='425.70' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='526.58' y1='428.22' x2='526.58' y2='423.18' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='524.06,425.70 526.58,423.18 529.10,425.70 526.58,428.22 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='589.40' y1='442.48' x2='594.44' y2='442.48' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='591.92' y1='445.00' x2='591.92' y2='439.96' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='589.40,442.48 591.92,439.96 594.44,442.48 591.92,445.00 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='589.40' y1='426.02' x2='594.44' y2='426.02' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='591.92' y1='428.54' x2='591.92' y2='423.50' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='589.40,426.02 591.92,423.50 594.44,426.02 591.92,428.54 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='648.92' y1='413.08' x2='653.96' y2='413.08' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='651.44' y1='415.60' x2='651.44' y2='410.56' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='648.92,413.08 651.44,410.56 653.96,413.08 651.44,415.60 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='648.92' y1='401.88' x2='653.96' y2='401.88' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='651.44' y1='404.40' x2='651.44' y2='399.36' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='648.92,401.88 651.44,399.36 653.96,401.88 651.44,404.40 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='678.69' y1='447.76' x2='683.73' y2='447.76' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='681.21' y1='450.28' x2='681.21' y2='445.24' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='678.69,447.76 681.21,445.24 683.73,447.76 681.21,450.28 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='678.69' y1='402.34' x2='683.73' y2='402.34' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='681.21' y1='404.86' x2='681.21' y2='399.82' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='678.69,402.34 681.21,399.82 683.73,402.34 681.21,404.86 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='675.20' y1='415.58' x2='680.24' y2='415.58' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='677.72' y1='418.10' x2='677.72' y2='413.06' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='675.20,415.58 677.72,413.06 680.24,415.58 677.72,418.10 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='675.20' y1='425.46' x2='680.24' y2='425.46' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='677.72' y1='427.98' x2='677.72' y2='422.94' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='675.20,425.46 677.72,422.94 680.24,425.46 677.72,427.98 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='661.59' y1='421.46' x2='666.63' y2='421.46' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='664.11' y1='423.98' x2='664.11' y2='418.94' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='661.59,421.46 664.11,418.94 666.63,421.46 664.11,423.98 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='661.59' y1='442.53' x2='666.63' y2='442.53' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='664.11' y1='445.05' x2='664.11' y2='440.01' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='661.59,442.53 664.11,440.01 666.63,442.53 664.11,445.05 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<circle cx='421.13' cy='420.66' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='419.35' y1='420.66' x2='422.91' y2='420.66' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='421.13' y1='422.44' x2='421.13' y2='418.88' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='421.13' cy='422.64' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='419.35' y1='422.64' x2='422.91' y2='422.64' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='421.13' y1='424.42' x2='421.13' y2='420.85' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='441.91' cy='431.91' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='440.13' y1='431.91' x2='443.69' y2='431.91' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='441.91' y1='433.70' x2='441.91' y2='430.13' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='441.91' cy='430.60' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='440.13' y1='430.60' x2='443.69' y2='430.60' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='441.91' y1='432.38' x2='441.91' y2='428.82' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='478.90' cy='425.20' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='477.12' y1='425.20' x2='480.68' y2='425.20' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='478.90' y1='426.98' x2='478.90' y2='423.41' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='478.90' cy='433.75' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='477.12' y1='433.75' x2='480.68' y2='433.75' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='478.90' y1='435.54' x2='478.90' y2='431.97' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='531.18' cy='425.33' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='529.40' y1='425.33' x2='532.96' y2='425.33' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='531.18' y1='427.12' x2='531.18' y2='423.55' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='531.18' cy='428.62' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='529.40' y1='428.62' x2='532.96' y2='428.62' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='531.18' y1='430.41' x2='531.18' y2='426.84' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='600.73' cy='431.51' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='598.95' y1='431.51' x2='602.51' y2='431.51' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='600.73' y1='433.29' x2='600.73' y2='429.73' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='600.73' cy='434.14' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='598.95' y1='434.14' x2='602.51' y2='434.14' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='600.73' y1='435.93' x2='600.73' y2='432.36' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='664.18' cy='455.11' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='662.39' y1='455.11' x2='665.96' y2='455.11' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='664.18' y1='456.89' x2='664.18' y2='453.33' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='664.18' cy='415.60' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='662.39' y1='415.60' x2='665.96' y2='415.60' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='664.18' y1='417.39' x2='664.18' y2='413.82' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='672.50' cy='397.61' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='670.72' y1='397.61' x2='674.29' y2='397.61' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='672.50' y1='399.39' x2='672.50' y2='395.82' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='672.50' cy='398.92' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='670.72' y1='398.92' x2='674.29' y2='398.92' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='672.50' y1='400.70' x2='672.50' y2='397.14' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='663.14' cy='433.74' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='661.36' y1='433.74' x2='664.92' y2='433.74' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='663.14' y1='435.53' x2='663.14' y2='431.96' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='663.14' cy='410.70' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='661.36' y1='410.70' x2='664.92' y2='410.70' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='663.14' y1='412.48' x2='663.14' y2='408.92' style='stroke-width: 0.75; stroke: #61D04F;' />
<polygon points='415.98,423.29 418.38,418.44 413.58,418.44 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='415.98,417.75 418.38,422.60 413.58,422.60 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='415.98,418.68 418.38,413.83 413.58,413.83 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='415.98,413.14 418.38,417.99 413.58,417.99 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='427.13,429.62 429.53,424.77 424.73,424.77 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='427.13,424.08 429.53,428.93 424.73,428.93 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='427.13,415.79 429.53,410.94 424.73,410.94 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='427.13,410.25 429.53,415.10 424.73,415.10 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='447.29,419.24 449.69,414.39 444.89,414.39 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='447.29,413.69 449.69,418.54 444.89,418.54 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='447.29,413.31 449.69,408.46 444.89,408.46 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='447.29,407.77 449.69,412.62 444.89,412.62 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='476.62,419.94 479.02,415.09 474.22,415.09 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='476.62,414.39 479.02,419.24 474.22,419.24 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='476.62,415.33 479.02,410.48 474.22,410.48 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='476.62,409.79 479.02,414.64 474.22,414.64 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='517.79,426.95 520.19,422.10 515.39,422.10 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='517.79,421.41 520.19,426.26 515.39,426.26 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='517.79,418.39 520.19,413.54 515.39,413.54 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='517.79,412.85 520.19,417.70 515.39,417.70 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='560.36,424.06 562.76,419.21 557.96,419.21 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='560.36,418.52 562.76,423.36 557.96,423.36 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='560.36,424.06 562.76,419.21 557.96,419.21 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='560.36,418.52 562.76,423.36 557.96,423.36 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='569.74,448.51 572.14,443.66 567.34,443.66 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='569.74,442.97 572.14,447.82 567.34,447.82 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='569.74,428.10 572.14,423.25 567.34,423.25 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='569.74,422.56 572.14,427.41 567.34,427.41 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='567.41,428.58 569.81,423.73 565.01,423.73 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='567.41,423.04 569.81,427.89 565.01,427.89 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='567.41,443.07 569.81,438.22 565.01,438.22 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='567.41,437.53 569.81,442.38 565.01,442.38 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<line x1='415.67' y1='427.14' x2='419.23' y2='427.14' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='417.45' y1='428.92' x2='417.45' y2='425.36' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='415.67' y='425.36' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='415.67' y1='421.87' x2='419.23' y2='421.87' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='417.45' y1='423.66' x2='417.45' y2='420.09' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='415.67' y='420.09' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='429.46' y1='420.77' x2='433.03' y2='420.77' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='431.24' y1='422.55' x2='431.24' y2='418.98' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='429.46' y='418.98' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='429.46' y1='424.72' x2='433.03' y2='424.72' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='431.24' y1='426.50' x2='431.24' y2='422.93' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='429.46' y='422.93' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='453.90' y1='429.47' x2='457.46' y2='429.47' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='455.68' y1='431.25' x2='455.68' y2='427.69' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='453.90' y='427.69' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='453.90' y1='430.13' x2='457.46' y2='430.13' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='455.68' y1='431.91' x2='455.68' y2='428.34' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='453.90' y='428.34' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='488.15' y1='422.86' x2='491.71' y2='422.86' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='489.93' y1='424.64' x2='489.93' y2='421.07' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='488.15' y='421.07' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='488.15' y1='420.22' x2='491.71' y2='420.22' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='489.93' y1='422.01' x2='489.93' y2='418.44' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='488.15' y='418.44' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='533.09' y1='410.30' x2='536.65' y2='410.30' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='534.87' y1='412.08' x2='534.87' y2='408.52' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='533.09' y='408.52' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='533.09' y1='418.20' x2='536.65' y2='418.20' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='534.87' y1='419.98' x2='534.87' y2='416.42' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='533.09' y='416.42' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='573.21' y1='420.95' x2='576.77' y2='420.95' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='574.99' y1='422.73' x2='574.99' y2='419.17' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='573.21' y='419.17' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='573.21' y1='416.34' x2='576.77' y2='416.34' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='574.99' y1='418.12' x2='574.99' y2='414.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='573.21' y='414.56' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='578.10' y1='420.85' x2='581.66' y2='420.85' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='579.88' y1='422.63' x2='579.88' y2='419.07' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='578.10' y='419.07' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='578.10' y1='434.68' x2='581.66' y2='434.68' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='579.88' y1='436.46' x2='579.88' y2='432.89' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='578.10' y='432.89' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='571.70' y1='447.87' x2='575.26' y2='447.87' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='573.48' y1='449.65' x2='573.48' y2='446.09' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='571.70' y='446.09' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='571.70' y1='439.31' x2='575.26' y2='439.31' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='573.48' y1='441.09' x2='573.48' y2='437.53' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='571.70' y='437.53' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<circle cx='419.14' cy='424.10' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='417.36' y1='425.88' x2='420.93' y2='422.31' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='417.36' y1='422.31' x2='420.93' y2='425.88' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='419.14' cy='430.02' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='417.36' y1='431.80' x2='420.93' y2='428.24' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='417.36' y1='428.24' x2='420.93' y2='431.80' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='436.02' cy='433.07' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='434.24' y1='434.85' x2='437.80' y2='431.29' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='434.24' y1='431.29' x2='437.80' y2='434.85' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='436.02' cy='423.19' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='434.24' y1='424.98' x2='437.80' y2='421.41' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='434.24' y1='421.41' x2='437.80' y2='424.98' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='465.51' cy='423.39' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='463.73' y1='425.17' x2='467.29' y2='421.61' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='463.73' y1='421.61' x2='467.29' y2='425.17' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='465.51' cy='435.90' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='463.73' y1='437.68' x2='467.29' y2='434.12' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='463.73' y1='434.12' x2='467.29' y2='437.68' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='505.85' cy='423.05' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='504.07' y1='424.83' x2='507.63' y2='421.26' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='504.07' y1='421.26' x2='507.63' y2='424.83' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='505.85' cy='431.61' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='504.07' y1='433.39' x2='507.63' y2='429.82' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='504.07' y1='429.82' x2='507.63' y2='433.39' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='556.37' cy='438.02' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='554.59' y1='439.80' x2='558.15' y2='436.24' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='554.59' y1='436.24' x2='558.15' y2='439.80' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='556.37' cy='427.49' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='554.59' y1='429.27' x2='558.15' y2='425.71' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='554.59' y1='425.71' x2='558.15' y2='429.27' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='596.67' cy='439.61' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='594.88' y1='441.40' x2='598.45' y2='437.83' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='594.88' y1='437.83' x2='598.45' y2='441.40' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='596.67' cy='438.30' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='594.88' y1='440.08' x2='598.45' y2='436.52' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='594.88' y1='436.52' x2='598.45' y2='440.08' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='598.35' cy='402.99' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='596.57' y1='404.77' x2='600.14' y2='401.20' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='596.57' y1='401.20' x2='600.14' y2='404.77' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='598.35' cy='410.89' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='596.57' y1='412.67' x2='600.14' y2='409.10' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='596.57' y1='409.10' x2='600.14' y2='412.67' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='588.72' cy='417.81' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='586.94' y1='419.59' x2='590.50' y2='416.02' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='586.94' y1='416.02' x2='590.50' y2='419.59' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='588.72' cy='427.68' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='586.94' y1='429.46' x2='590.50' y2='425.90' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='586.94' y1='425.90' x2='590.50' y2='429.46' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<polygon points='422.35,424.61 424.13,428.18 420.57,428.18 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='420.57' y='424.61' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='422.35,406.18 424.13,409.74 420.57,409.74 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='420.57' y='406.18' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='444.72,420.21 446.50,423.78 442.94,423.78 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='442.94' y='420.21' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='444.72,426.80 446.50,430.36 442.94,430.36 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='442.94' y='426.80' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='482.18,409.98 483.96,413.54 480.39,413.54 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='480.39' y='409.98' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='482.18,415.90 483.96,419.46 480.39,419.46 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='480.39' y='415.90' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='529.73,412.99 531.51,416.56 527.94,416.56 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='527.94' y='412.99' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='529.73,416.94 531.51,420.51 527.94,420.51 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='527.94' y='416.94' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='582.30,425.90 584.08,429.47 580.51,429.47 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='580.51' y='425.90' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='582.30,419.32 584.08,422.88 580.51,422.88 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='580.51' y='419.32' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='616.45,429.74 618.24,433.30 614.67,433.30 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='614.67' y='429.74' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='616.45,433.03 618.24,436.60 614.67,436.60 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='614.67' y='433.03' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='615.57,436.17 617.35,439.73 613.79,439.73 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='613.79' y='436.17' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='615.57,419.05 617.35,422.61 613.79,422.61 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='613.79' y='419.05' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='605.05,433.06 606.84,436.62 603.27,436.62 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='603.27' y='433.06' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='605.05,414.62 606.84,418.19 603.27,418.19 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='603.27' y='414.62' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='421.26,414.33 424.82,414.33 424.82,410.76 421.26,410.76 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='421.26,433.42 424.82,433.42 424.82,429.86 421.26,429.86 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='444.85,429.49 448.41,429.49 448.41,425.92 444.85,425.92 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='444.85,428.17 448.41,428.17 448.41,424.61 444.85,424.61 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='484.20,433.51 487.77,433.51 487.77,429.95 484.20,429.95 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='484.20,424.95 487.77,424.95 487.77,421.39 484.20,421.39 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='533.79,412.73 537.36,412.73 537.36,409.17 533.79,409.17 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='533.79,423.92 537.36,423.92 537.36,420.36 533.79,420.36 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='587.77,436.81 591.33,436.81 591.33,433.25 587.77,433.25 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='587.77,438.78 591.33,438.78 591.33,435.22 587.77,435.22 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='622.00,426.24 625.57,426.24 625.57,422.67 622.00,422.67 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='622.00,421.63 625.57,421.63 625.57,418.06 622.00,418.06 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='622.08,436.18 625.64,436.18 625.64,432.62 622.08,432.62 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='622.08,425.65 625.64,425.65 625.64,422.08 622.08,422.08 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='613.43,395.29 617.00,395.29 617.00,391.73 613.43,391.73 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='613.43,437.43 617.00,437.43 617.00,433.87 613.43,433.87 ' 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