summaryrefslogtreecommitdiffstats
path: root/extras/source/templates/presnt/Growing_Liberty/content.xml
blob: 1058159decb9a51ce9526deea391c12cb5623f97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
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
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
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
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
<?xml version="1.0" encoding="UTF-8"?>
<office:document-content xmlns:officeooo="http://openoffice.org/2009/office" xmlns:anim="urn:oasis:names:tc:opendocument:xmlns:animation:1.0" xmlns:smil="urn:oasis:names:tc:opendocument:xmlns:smil-compatible:1.0" xmlns:presentation="urn:oasis:names:tc:opendocument:xmlns:presentation:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:xforms="http://www.w3.org/2002/xforms" office:version="1.3">
  <office:scripts/>
  <office:font-face-decls>
    <style:font-face style:name="Droid Sans Fallback1" svg:font-family="'Droid Sans Fallback'"/>
    <style:font-face style:name="Roboto Condensed1" svg:font-family="'Roboto Condensed'"/>
    <style:font-face style:name="Roboto Medium" svg:font-family="'Roboto Medium'"/>
    <style:font-face style:name="Droid Sans Fallback" svg:font-family="'Droid Sans Fallback'" style:font-pitch="variable"/>
    <style:font-face style:name="Liberation Sans2" svg:font-family="'Liberation Sans'" style:font-pitch="variable"/>
    <style:font-face style:name="Microsoft YaHei1" svg:font-family="'Microsoft YaHei'" style:font-pitch="variable"/>
    <style:font-face style:name="Roboto Condensed" svg:font-family="'Roboto Condensed'" style:font-pitch="variable"/>
    <style:font-face style:name="Roboto Medium1" svg:font-family="'Roboto Medium'" style:font-pitch="variable"/>
    <style:font-face style:name="Liberation Sans" svg:font-family="'Liberation Sans'" style:font-family-generic="roman" style:font-pitch="variable"/>
    <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
    <style:font-face style:name="Noto Sans" svg:font-family="'Noto Sans'" style:font-family-generic="roman" style:font-pitch="variable"/>
    <style:font-face style:name="Liberation Sans1" svg:font-family="'Liberation Sans'" style:font-family-generic="swiss" style:font-pitch="variable"/>
    <style:font-face style:name="Noto Sans1" svg:font-family="'Noto Sans'" style:font-family-generic="swiss" style:font-pitch="variable"/>
    <style:font-face style:name="Arial Unicode MS" svg:font-family="'Arial Unicode MS'" style:font-family-generic="system" style:font-pitch="variable"/>
    <style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
    <style:font-face style:name="Microsoft YaHei" svg:font-family="'Microsoft YaHei'" style:font-family-generic="system" style:font-pitch="variable"/>
    <style:font-face style:name="Segoe UI" svg:font-family="'Segoe UI'" style:font-family-generic="system" style:font-pitch="variable"/>
    <style:font-face style:name="Tahoma" svg:font-family="Tahoma" style:font-family-generic="system" style:font-pitch="variable"/>
  </office:font-face-decls>
  <office:automatic-styles>
    <style:style style:name="dp1" style:family="drawing-page">
      <style:drawing-page-properties presentation:background-visible="true" presentation:background-objects-visible="true" presentation:display-footer="false" presentation:display-page-number="false" presentation:display-date-time="false"/>
    </style:style>
    <style:style style:name="dp2" style:family="drawing-page">
      <style:drawing-page-properties presentation:display-header="true" presentation:display-footer="true" presentation:display-page-number="false" presentation:display-date-time="true"/>
    </style:style>
    <style:style style:name="gr1" style:family="graphic" style:parent-style-name="standard">
      <style:graphic-properties draw:stroke="none" svg:stroke-width="0cm" draw:fill="none" draw:textarea-vertical-align="top" draw:auto-grow-height="true" draw:fit-to-size="false" style:shrink-to-fit="false" fo:min-height="0cm" fo:min-width="0cm" fo:padding-top="0.125cm" fo:padding-bottom="0.125cm" fo:padding-left="0.25cm" fo:padding-right="0.25cm" fo:wrap-option="wrap"/>
      <style:paragraph-properties style:writing-mode="lr-tb"/>
    </style:style>
    <style:style style:name="gr2" style:family="graphic">
      <style:graphic-properties style:protect="size"/>
    </style:style>
    <style:style style:name="gr3" style:family="graphic" style:parent-style-name="Object_20_with_20_no_20_fill_20_and_20_no_20_line">
      <style:graphic-properties draw:stroke="none" draw:fill="none" draw:textarea-horizontal-align="center" draw:textarea-vertical-align="middle" draw:color-mode="standard" draw:luminance="0%" draw:contrast="0%" draw:gamma="100%" draw:red="0%" draw:green="0%" draw:blue="0%" fo:clip="rect(0cm, 0cm, 0cm, 0cm)" draw:image-opacity="100%" style:mirror="none"/>
    </style:style>
    <style:style style:name="gr4" style:family="graphic" style:parent-style-name="standard">
      <style:graphic-properties draw:stroke="none" draw:stroke-dash="Dashed_20__28_var_29__20_4" svg:stroke-width="0cm" draw:stroke-linejoin="none" svg:stroke-linecap="butt" draw:fill="gradient" draw:fill-color="#d4ea6b" draw:fill-gradient-name="Gradient_20_10" draw:textarea-horizontal-align="center" draw:textarea-vertical-align="middle"/>
    </style:style>
    <style:style style:name="gr5" style:family="graphic" style:parent-style-name="standard" style:list-style-name="L1">
      <style:graphic-properties draw:stroke="none" svg:stroke-width="0cm" draw:fill="none" draw:textarea-vertical-align="top" draw:auto-grow-height="true" draw:fit-to-size="false" style:shrink-to-fit="false" fo:min-height="0cm" fo:min-width="0cm" fo:padding-top="0.125cm" fo:padding-bottom="0.125cm" fo:padding-left="0.25cm" fo:padding-right="0.25cm" fo:wrap-option="wrap"/>
      <style:paragraph-properties style:writing-mode="lr-tb"/>
    </style:style>
    <style:style style:name="gr6" style:family="graphic" style:parent-style-name="standard">
      <style:graphic-properties draw:stroke="none" draw:fill-color="#41aeeb" draw:textarea-horizontal-align="justify" draw:textarea-vertical-align="middle" draw:auto-grow-height="false" fo:min-height="0.322cm" fo:min-width="0.096cm"/>
      <style:paragraph-properties style:writing-mode="lr-tb"/>
    </style:style>
    <style:style style:name="gr7" style:family="graphic" style:parent-style-name="standard">
      <style:graphic-properties draw:stroke="none" draw:stroke-dash="Dashed_20__28_var_29__20_4" svg:stroke-width="0cm" draw:stroke-linejoin="none" svg:stroke-linecap="butt" draw:fill="gradient" draw:fill-color="#6fc8fa" draw:fill-gradient-name="Gradient_20_45" draw:textarea-horizontal-align="center" draw:textarea-vertical-align="middle"/>
    </style:style>
    <style:style style:name="gr8" style:family="graphic" style:parent-style-name="standard" style:list-style-name="L1">
      <style:graphic-properties draw:stroke="none" svg:stroke-width="0cm" draw:fill="none" draw:textarea-vertical-align="top" draw:auto-grow-height="true" draw:fit-to-size="false" style:shrink-to-fit="false" fo:min-height="0cm" fo:min-width="0cm" fo:padding-top="0.125cm" fo:padding-bottom="0.125cm" fo:padding-left="0.25cm" fo:padding-right="0.25cm" fo:wrap-option="wrap"/>
      <style:paragraph-properties style:writing-mode="lr-tb"/>
    </style:style>
    <style:style style:name="gr9" style:family="graphic" style:parent-style-name="standard">
      <style:graphic-properties draw:stroke="none" draw:stroke-dash="Dashed_20__28_var_29__20_4" svg:stroke-width="0cm" draw:stroke-linejoin="none" svg:stroke-linecap="butt" draw:fill="gradient" draw:fill-color="#8eea7f" draw:fill-gradient-name="Gradient_20_34" draw:textarea-horizontal-align="center" draw:textarea-vertical-align="middle"/>
    </style:style>
    <style:style style:name="gr10" style:family="graphic" style:parent-style-name="standard" style:list-style-name="L1">
      <style:graphic-properties draw:stroke="none" svg:stroke-width="0cm" draw:fill="none" draw:textarea-vertical-align="top" draw:auto-grow-height="true" draw:fit-to-size="false" style:shrink-to-fit="false" fo:min-height="0cm" fo:min-width="0cm" fo:padding-top="0.125cm" fo:padding-bottom="0.125cm" fo:padding-left="0.25cm" fo:padding-right="0.25cm" fo:wrap-option="wrap"/>
      <style:paragraph-properties style:writing-mode="lr-tb"/>
    </style:style>
    <style:style style:name="gr11" style:family="graphic" style:parent-style-name="standard">
      <style:graphic-properties draw:stroke="none" draw:stroke-dash="Dashed_20__28_var_29__20_4" svg:stroke-width="0cm" draw:stroke-linejoin="none" svg:stroke-linecap="butt" draw:fill="gradient" draw:fill-color="#41aeeb" draw:fill-gradient-name="Gradient_20_43" draw:textarea-horizontal-align="center" draw:textarea-vertical-align="middle"/>
    </style:style>
    <style:style style:name="gr12" style:family="graphic" style:parent-style-name="standard" style:list-style-name="L1">
      <style:graphic-properties draw:stroke="none" svg:stroke-width="0cm" draw:fill="none" draw:textarea-vertical-align="top" draw:auto-grow-height="true" draw:fit-to-size="false" style:shrink-to-fit="false" fo:min-height="0cm" fo:min-width="0cm" fo:padding-top="0.125cm" fo:padding-bottom="0.125cm" fo:padding-left="0.25cm" fo:padding-right="0.25cm" fo:wrap-option="wrap"/>
      <style:paragraph-properties style:writing-mode="lr-tb"/>
    </style:style>
    <style:style style:name="gr13" style:family="graphic" style:parent-style-name="objectwithoutfill">
      <style:graphic-properties svg:stroke-width="0.053cm" svg:stroke-color="#b2b2b2" draw:marker-start-width="0.279cm" draw:marker-end-width="0.279cm" draw:fill="solid" draw:textarea-vertical-align="middle" fo:padding-top="0.151cm" fo:padding-bottom="0.151cm" fo:padding-left="0.276cm" fo:padding-right="0.276cm"/>
    </style:style>
    <style:style style:name="gr14" style:family="graphic" style:parent-style-name="standard">
      <style:graphic-properties draw:stroke="none" draw:stroke-dash="Dashed_20__28_var_29__20_4" svg:stroke-width="0cm" draw:stroke-linejoin="none" svg:stroke-linecap="butt" draw:fill="solid" draw:fill-color="#ffffff" draw:textarea-horizontal-align="center" draw:textarea-vertical-align="middle"/>
    </style:style>
    <style:style style:name="gr15" style:family="graphic" style:parent-style-name="standard" style:list-style-name="L1">
      <style:graphic-properties draw:stroke="none" draw:fill="gradient" draw:fill-gradient-name="Gradient_20_7" draw:textarea-horizontal-align="justify" draw:textarea-vertical-align="top" draw:auto-grow-height="false" fo:min-height="4.073cm" fo:min-width="3.604cm" fo:padding-top="0.406cm" fo:padding-left="0.356cm" fo:padding-right="0.356cm" fo:wrap-option="wrap"/>
      <style:paragraph-properties style:writing-mode="lr-tb"/>
    </style:style>
    <style:style style:name="gr16" style:family="graphic" style:parent-style-name="standard" style:list-style-name="L1">
      <style:graphic-properties draw:stroke="none" draw:fill="gradient" draw:fill-gradient-name="Gradient_20_7" draw:textarea-horizontal-align="justify" draw:textarea-vertical-align="top" draw:auto-grow-height="false" fo:min-height="4.073cm" fo:min-width="3.604cm" fo:padding-top="0.406cm" fo:padding-left="0.356cm" fo:padding-right="0.356cm" fo:wrap-option="wrap"/>
      <style:paragraph-properties style:writing-mode="lr-tb"/>
    </style:style>
    <style:style style:name="gr17" style:family="graphic" style:parent-style-name="standard" style:list-style-name="L1">
      <style:graphic-properties draw:stroke="none" draw:fill="gradient" draw:fill-gradient-name="Gradient_20_7" draw:textarea-horizontal-align="justify" draw:textarea-vertical-align="top" draw:auto-grow-height="false" fo:min-height="4.073cm" fo:min-width="3.604cm" fo:padding-top="0.406cm" fo:padding-left="0.356cm" fo:padding-right="0.356cm" fo:wrap-option="wrap"/>
      <style:paragraph-properties style:writing-mode="lr-tb"/>
    </style:style>
    <style:style style:name="gr18" style:family="graphic" style:parent-style-name="standard" style:list-style-name="L1">
      <style:graphic-properties draw:stroke="none" draw:fill="gradient" draw:fill-gradient-name="Gradient_20_7" draw:textarea-horizontal-align="justify" draw:textarea-vertical-align="top" draw:auto-grow-height="false" fo:min-height="4.073cm" fo:min-width="3.604cm" fo:padding-top="0.406cm" fo:padding-left="0.356cm" fo:padding-right="0.356cm" fo:wrap-option="wrap"/>
      <style:paragraph-properties style:writing-mode="lr-tb"/>
    </style:style>
    <style:style style:name="gr19" style:family="graphic" style:parent-style-name="standard">
      <style:graphic-properties draw:stroke="none" draw:stroke-dash="Dashed_20__28_var_29__20_4" svg:stroke-width="0cm" draw:stroke-linejoin="none" svg:stroke-linecap="butt" draw:fill="gradient" draw:fill-color="#bbe33d" draw:fill-gradient-name="Gradient_20_10" draw:textarea-horizontal-align="center" draw:textarea-vertical-align="middle"/>
    </style:style>
    <style:style style:name="gr20" style:family="graphic" style:parent-style-name="standard">
      <style:graphic-properties draw:stroke="none" draw:stroke-dash="Dashed_20__28_var_29__20_4" svg:stroke-width="0cm" draw:stroke-linejoin="none" svg:stroke-linecap="butt" draw:fill="gradient" draw:fill-color="#6ccc5c" draw:fill-gradient-name="Gradient_20_14" draw:textarea-horizontal-align="center" draw:textarea-vertical-align="middle"/>
    </style:style>
    <style:style style:name="gr21" style:family="graphic" style:parent-style-name="standard">
      <style:graphic-properties draw:stroke="none" draw:stroke-dash="Dashed_20__28_var_29__20_4" svg:stroke-width="0cm" draw:stroke-linejoin="none" svg:stroke-linecap="butt" draw:fill="gradient" draw:fill-color="#67c4b3" draw:fill-gradient-name="Gradient_20_21" draw:textarea-horizontal-align="center" draw:textarea-vertical-align="middle"/>
    </style:style>
    <style:style style:name="gr22" style:family="graphic" style:parent-style-name="standard">
      <style:graphic-properties draw:stroke="none" draw:stroke-dash="Dashed_20__28_var_29__20_4" svg:stroke-width="0cm" draw:stroke-linejoin="none" svg:stroke-linecap="butt" draw:fill="gradient" draw:fill-color="#6fc8fa" draw:fill-gradient-name="Gradient_20_22" draw:textarea-horizontal-align="center" draw:textarea-vertical-align="middle"/>
    </style:style>
    <style:style style:name="gr23" style:family="graphic" style:parent-style-name="standard">
      <style:graphic-properties draw:stroke="none" draw:stroke-dash="Dashed_20__28_var_29__20_4" svg:stroke-width="0cm" draw:stroke-linejoin="none" svg:stroke-linecap="butt" draw:fill="gradient" draw:fill-color="#4dade3" draw:fill-gradient-name="Gradient_20_25" draw:textarea-horizontal-align="center" draw:textarea-vertical-align="middle"/>
    </style:style>
    <style:style style:name="gr24" style:family="graphic" style:parent-style-name="standard" style:list-style-name="L1">
      <style:graphic-properties draw:stroke="none" draw:fill="gradient" draw:fill-gradient-name="Gradient_20_7" draw:textarea-horizontal-align="justify" draw:textarea-vertical-align="top" draw:auto-grow-height="false" fo:min-height="4.073cm" fo:min-width="3.604cm" fo:padding-top="0.406cm" fo:padding-left="0.356cm" fo:padding-right="0.356cm" fo:wrap-option="wrap"/>
      <style:paragraph-properties style:writing-mode="lr-tb"/>
    </style:style>
    <style:style style:name="gr25" style:family="graphic" style:parent-style-name="standard">
      <style:graphic-properties draw:stroke="none" draw:stroke-dash="Dashed_20__28_var_29__20_4" svg:stroke-width="0cm" draw:stroke-linejoin="none" svg:stroke-linecap="butt" draw:fill="solid" draw:fill-color="#6fc8fa" draw:textarea-horizontal-align="center" draw:textarea-vertical-align="middle"/>
    </style:style>
    <style:style style:name="gr26" style:family="graphic" style:parent-style-name="standard">
      <style:graphic-properties draw:stroke="none" draw:fill-color="#6fc8fa" draw:textarea-horizontal-align="justify" draw:textarea-vertical-align="middle" draw:auto-grow-height="false" fo:min-height="0.132cm" fo:min-width="1.057cm"/>
    </style:style>
    <style:style style:name="gr27" style:family="graphic" style:parent-style-name="standard">
      <style:graphic-properties draw:stroke="none" draw:stroke-dash="Dashed_20__28_var_29__20_4" svg:stroke-width="0cm" draw:stroke-linejoin="none" svg:stroke-linecap="butt" draw:fill="gradient" draw:fill-color="#8eea7f" draw:fill-gradient-name="Gradient_20_104" draw:textarea-horizontal-align="center" draw:textarea-vertical-align="middle"/>
    </style:style>
    <style:style style:name="gr28" style:family="graphic" style:parent-style-name="standard">
      <style:graphic-properties draw:stroke="none" draw:stroke-dash="Dashed_20__28_var_29__20_4" svg:stroke-width="0cm" draw:stroke-linejoin="none" svg:stroke-linecap="butt" draw:fill="gradient" draw:fill-color="#41aeeb" draw:fill-gradient-name="Gradient_20_102" draw:textarea-horizontal-align="center" draw:textarea-vertical-align="middle"/>
    </style:style>
    <style:style style:name="gr29" style:family="graphic" style:parent-style-name="standard">
      <style:graphic-properties draw:stroke="none" draw:stroke-dash="Dashed_20__28_var_29__20_4" svg:stroke-width="0cm" draw:stroke-linejoin="none" svg:stroke-linecap="butt" draw:fill="gradient" draw:fill-color="#62cf51" draw:fill-gradient-name="Gradient_20_100" draw:opacity="92%" draw:textarea-horizontal-align="center" draw:textarea-vertical-align="middle"/>
    </style:style>
    <style:style style:name="gr30" style:family="graphic" style:parent-style-name="standard">
      <style:graphic-properties draw:stroke="none" draw:stroke-dash="Dashed_20__28_var_29__20_4" svg:stroke-width="0cm" draw:stroke-linejoin="none" svg:stroke-linecap="butt" draw:fill="gradient" draw:fill-color="#2d88bb" draw:fill-gradient-name="Gradient_20_98" draw:opacity="92%" draw:textarea-horizontal-align="center" draw:textarea-vertical-align="middle"/>
    </style:style>
    <style:style style:name="gr31" style:family="graphic" style:parent-style-name="standard">
      <style:graphic-properties draw:stroke="none" svg:stroke-width="0cm" draw:fill="solid" draw:fill-color="#ffffff" draw:opacity="60%" draw:textarea-vertical-align="top" draw:auto-grow-height="true" draw:fit-to-size="false" style:shrink-to-fit="false" fo:min-height="0cm" fo:min-width="0cm" fo:padding-top="0.125cm" fo:padding-bottom="0.125cm" fo:padding-left="0.25cm" fo:padding-right="0.25cm" fo:wrap-option="wrap" draw:shadow-opacity="50%"/>
      <style:paragraph-properties style:writing-mode="lr-tb"/>
    </style:style>
    <style:style style:name="gr32" style:family="graphic" style:parent-style-name="standard">
      <style:graphic-properties draw:stroke="none" svg:stroke-width="0cm" draw:fill="none" draw:textarea-vertical-align="middle" draw:auto-grow-height="true" draw:fit-to-size="false" style:shrink-to-fit="false" fo:min-height="0cm" fo:min-width="0cm" fo:padding-top="0cm" fo:padding-bottom="0cm" fo:padding-left="0cm" fo:padding-right="0cm" fo:wrap-option="wrap"/>
      <style:paragraph-properties style:writing-mode="lr-tb"/>
    </style:style>
    <style:style style:name="gr33" style:family="graphic" style:parent-style-name="standard">
      <style:graphic-properties draw:stroke="none" svg:stroke-width="0cm" draw:fill="none" draw:textarea-vertical-align="top" draw:auto-grow-height="false" draw:fit-to-size="false" style:shrink-to-fit="true" fo:min-height="7.24cm" fo:min-width="14.224cm" fo:padding-top="0cm" fo:padding-bottom="0cm" fo:padding-left="0cm" fo:padding-right="0cm" fo:wrap-option="wrap"/>
      <style:paragraph-properties style:writing-mode="lr-tb"/>
    </style:style>
    <style:style style:name="gr34" style:family="graphic" style:parent-style-name="standard" style:list-style-name="L2">
      <style:graphic-properties draw:stroke="none" svg:stroke-width="0cm" draw:fill="none" draw:textarea-vertical-align="middle" draw:auto-grow-height="true" draw:fit-to-size="false" style:shrink-to-fit="false" fo:min-height="0cm" fo:min-width="0cm" fo:padding-top="0.125cm" fo:padding-bottom="0.125cm" fo:padding-left="0.25cm" fo:padding-right="0.25cm" fo:wrap-option="wrap"/>
      <style:paragraph-properties style:writing-mode="lr-tb"/>
    </style:style>
    <style:style style:name="gr35" style:family="graphic" style:parent-style-name="standard" style:list-style-name="L2">
      <style:graphic-properties draw:stroke="none" svg:stroke-width="0cm" draw:fill="none" draw:textarea-vertical-align="middle" draw:auto-grow-height="true" draw:fit-to-size="false" style:shrink-to-fit="false" fo:min-height="0cm" fo:min-width="0cm" fo:padding-top="0.125cm" fo:padding-bottom="0.125cm" fo:padding-left="0.25cm" fo:padding-right="0.25cm" fo:wrap-option="wrap"/>
      <style:paragraph-properties style:writing-mode="lr-tb"/>
    </style:style>
    <style:style style:name="gr36" style:family="graphic" style:parent-style-name="standard">
      <style:graphic-properties draw:stroke="none" draw:stroke-dash="Dashed_20__28_var_29__20_4" svg:stroke-width="0cm" draw:stroke-linejoin="none" svg:stroke-linecap="butt" draw:fill="solid" draw:fill-color="#83e973" draw:textarea-horizontal-align="center" draw:textarea-vertical-align="middle"/>
    </style:style>
    <style:style style:name="gr37" style:family="graphic" style:parent-style-name="standard">
      <style:graphic-properties draw:stroke="none" draw:stroke-dash="Dashed_20__28_var_29__20_4" svg:stroke-width="0cm" draw:stroke-linejoin="none" svg:stroke-linecap="butt" draw:fill="solid" draw:fill-color="#6ad15a" draw:textarea-horizontal-align="center" draw:textarea-vertical-align="middle"/>
    </style:style>
    <style:style style:name="gr38" style:family="graphic" style:parent-style-name="standard">
      <style:graphic-properties draw:stroke="none" draw:stroke-dash="Dashed_20__28_var_29__20_4" svg:stroke-width="0cm" draw:stroke-linejoin="none" svg:stroke-linecap="butt" draw:fill="solid" draw:fill-color="#2493d2" draw:textarea-horizontal-align="center" draw:textarea-vertical-align="middle"/>
    </style:style>
    <style:style style:name="gr39" style:family="graphic" style:parent-style-name="standard">
      <style:graphic-properties draw:stroke="none" draw:stroke-dash="Dashed_20__28_var_29__20_4" svg:stroke-width="0cm" draw:stroke-linejoin="none" svg:stroke-linecap="butt" draw:fill="solid" draw:fill-color="#67c4b3" draw:textarea-horizontal-align="center" draw:textarea-vertical-align="middle"/>
    </style:style>
    <style:style style:name="pr1" style:family="presentation" style:parent-style-name="Title_20_Slide-notes">
      <style:graphic-properties draw:fill-color="#ffffff" fo:min-height="13.364cm"/>
      <style:paragraph-properties style:writing-mode="lr-tb"/>
    </style:style>
    <style:style style:name="pr2" style:family="presentation" style:parent-style-name="Right_20_Bar_20_White-notes">
      <style:graphic-properties draw:fill-color="#ffffff" draw:auto-grow-height="true" fo:min-height="13.364cm"/>
      <style:paragraph-properties style:writing-mode="lr-tb"/>
    </style:style>
    <style:style style:name="pr3" style:family="presentation" style:parent-style-name="Right_20_Bar_20_Blue-notes">
      <style:graphic-properties draw:fill-color="#ffffff" draw:auto-grow-height="true" fo:min-height="13.364cm"/>
      <style:paragraph-properties style:writing-mode="lr-tb"/>
    </style:style>
    <style:style style:name="pr4" style:family="presentation" style:parent-style-name="Left_20_Bar_20_White-notes">
      <style:graphic-properties draw:fill-color="#ffffff" draw:auto-grow-height="true" fo:min-height="13.364cm"/>
      <style:paragraph-properties style:writing-mode="lr-tb"/>
    </style:style>
    <style:style style:name="pr5" style:family="presentation" style:parent-style-name="Bottom_20_Bar_20_White-notes">
      <style:graphic-properties draw:fill-color="#ffffff" draw:auto-grow-height="true" fo:min-height="13.364cm"/>
      <style:paragraph-properties style:writing-mode="lr-tb"/>
    </style:style>
    <style:style style:name="pr6" style:family="presentation" style:parent-style-name="Left_20_Bar_20_Blue-notes">
      <style:graphic-properties draw:fill-color="#ffffff" draw:auto-grow-height="true" fo:min-height="13.364cm"/>
      <style:paragraph-properties style:writing-mode="lr-tb"/>
    </style:style>
    <style:style style:name="pr7" style:family="presentation" style:parent-style-name="Leaf_20_White_20_1-notes">
      <style:graphic-properties draw:fill-color="#ffffff" draw:auto-grow-height="true" fo:min-height="13.364cm"/>
      <style:paragraph-properties style:writing-mode="lr-tb"/>
    </style:style>
    <style:style style:name="pr8" style:family="presentation" style:parent-style-name="Leaf_20_White_20_2-notes">
      <style:graphic-properties draw:fill-color="#ffffff" draw:auto-grow-height="true" fo:min-height="13.364cm"/>
      <style:paragraph-properties style:writing-mode="lr-tb"/>
    </style:style>
    <style:style style:name="pr9" style:family="presentation" style:parent-style-name="Leaf_20_Blue_20_1-notes">
      <style:graphic-properties draw:fill-color="#ffffff" draw:auto-grow-height="true" fo:min-height="13.364cm"/>
      <style:paragraph-properties style:writing-mode="lr-tb"/>
    </style:style>
    <style:style style:name="pr10" style:family="presentation" style:parent-style-name="Leaf_20_Blue_20_2-notes">
      <style:graphic-properties draw:fill-color="#ffffff" draw:auto-grow-height="true" fo:min-height="13.364cm"/>
      <style:paragraph-properties style:writing-mode="lr-tb"/>
    </style:style>
    <style:style style:name="pr11" style:family="presentation" style:parent-style-name="End_20_Slide-notes">
      <style:graphic-properties draw:fill-color="#ffffff" draw:auto-grow-height="true" fo:min-height="13.364cm"/>
      <style:paragraph-properties style:writing-mode="lr-tb"/>
    </style:style>
    <style:style style:name="P1" style:family="paragraph">
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" style:writing-mode="lr-tb"/>
      <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="18pt" fo:text-shadow="none"/>
    </style:style>
    <style:style style:name="P2" style:family="paragraph">
      <style:paragraph-properties fo:margin-top="0.5cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" style:writing-mode="lr-tb"/>
      <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="18pt" fo:text-shadow="none"/>
    </style:style>
    <style:style style:name="P3" style:family="paragraph">
      <loext:graphic-properties draw:fill="none"/>
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" style:writing-mode="lr-tb" style:font-independent-line-spacing="true"/>
      <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="18pt" fo:text-shadow="none"/>
    </style:style>
    <style:style style:name="P4" style:family="paragraph">
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" style:writing-mode="lr-tb"/>
      <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="16pt" style:font-size-asian="16pt" style:font-size-complex="16pt"/>
    </style:style>
    <style:style style:name="P5" style:family="paragraph">
      <loext:graphic-properties draw:fill="none"/>
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" style:writing-mode="lr-tb" style:font-independent-line-spacing="true"/>
      <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="16pt" style:font-size-asian="16pt" style:font-size-complex="16pt"/>
    </style:style>
    <style:style style:name="P6" style:family="paragraph">
      <loext:graphic-properties draw:fill-color="#ffffff"/>
      <style:paragraph-properties style:writing-mode="lr-tb"/>
    </style:style>
    <style:style style:name="P7" style:family="paragraph">
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" style:writing-mode="lr-tb"/>
      <style:text-properties fo:color="#62cf51" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="48pt" style:font-size-asian="48pt" style:font-size-complex="48pt"/>
    </style:style>
    <style:style style:name="P8" style:family="paragraph">
      <loext:graphic-properties draw:fill="none"/>
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" style:writing-mode="lr-tb" style:font-independent-line-spacing="true"/>
      <style:text-properties fo:color="#62cf51" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="48pt" style:font-size-asian="48pt" style:font-size-complex="48pt"/>
    </style:style>
    <style:style style:name="P9" style:family="paragraph">
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" style:writing-mode="lr-tb"/>
      <style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="24pt" style:font-size-asian="24pt" style:font-size-complex="24pt"/>
    </style:style>
    <style:style style:name="P10" style:family="paragraph">
      <loext:graphic-properties draw:fill="none"/>
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" style:writing-mode="lr-tb" style:font-independent-line-spacing="true"/>
      <style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="24pt" style:font-size-asian="24pt" style:font-size-complex="24pt"/>
    </style:style>
    <style:style style:name="P11" style:family="paragraph">
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" style:writing-mode="lr-tb"/>
      <style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="11pt" style:font-size-asian="11pt" style:font-size-complex="11pt"/>
    </style:style>
    <style:style style:name="P12" style:family="paragraph">
      <loext:graphic-properties draw:fill="none"/>
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" style:writing-mode="lr-tb" style:font-independent-line-spacing="true"/>
      <style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="11pt" style:font-size-asian="11pt" style:font-size-complex="11pt"/>
    </style:style>
    <style:style style:name="P13" style:family="paragraph">
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" style:writing-mode="lr-tb"/>
      <style:text-properties fo:color="#0393e4" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="34pt" fo:font-weight="normal" style:font-size-asian="34pt" style:font-weight-asian="normal" style:font-size-complex="34pt" style:font-weight-complex="normal"/>
    </style:style>
    <style:style style:name="P14" style:family="paragraph">
      <loext:graphic-properties draw:fill="none"/>
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" style:writing-mode="lr-tb" style:font-independent-line-spacing="true"/>
      <style:text-properties fo:color="#0393e4" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="34pt" fo:font-weight="normal" style:font-size-asian="34pt" style:font-weight-asian="normal" style:font-size-complex="34pt" style:font-weight-complex="normal"/>
    </style:style>
    <style:style style:name="P15" style:family="paragraph">
      <loext:graphic-properties draw:fill="none"/>
      <style:paragraph-properties fo:text-align="center"/>
    </style:style>
    <style:style style:name="P16" style:family="paragraph">
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" style:writing-mode="lr-tb"/>
      <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="44pt" fo:text-shadow="none" fo:font-weight="bold" style:font-size-asian="44pt" style:font-weight-asian="bold" style:font-size-complex="44pt" style:font-weight-complex="bold"/>
    </style:style>
    <style:style style:name="P17" style:family="paragraph">
      <loext:graphic-properties draw:fill="none"/>
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" style:writing-mode="lr-tb" style:font-independent-line-spacing="true"/>
      <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="44pt" fo:text-shadow="none" fo:font-weight="bold" style:font-size-asian="44pt" style:font-weight-asian="bold" style:font-size-complex="44pt" style:font-weight-complex="bold"/>
    </style:style>
    <style:style style:name="P18" style:family="paragraph">
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" style:writing-mode="lr-tb"/>
      <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="28pt" fo:text-shadow="none" style:font-size-asian="28pt" style:font-size-complex="28pt"/>
    </style:style>
    <style:style style:name="P19" style:family="paragraph">
      <loext:graphic-properties draw:fill="none"/>
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" style:writing-mode="lr-tb" style:font-independent-line-spacing="true"/>
      <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="28pt" fo:text-shadow="none" style:font-size-asian="28pt" style:font-size-complex="28pt"/>
    </style:style>
    <style:style style:name="P20" style:family="paragraph">
      <loext:graphic-properties draw:fill-color="#ffffff"/>
      <style:paragraph-properties style:writing-mode="lr-tb"/>
      <style:text-properties fo:font-size="20pt"/>
    </style:style>
    <style:style style:name="P21" style:family="paragraph">
      <loext:graphic-properties draw:fill="gradient" draw:fill-color="#d4ea6b" draw:fill-gradient-name="Gradient_20_10"/>
      <style:paragraph-properties fo:text-align="center"/>
      <style:text-properties style:font-name="Noto Sans1"/>
    </style:style>
    <style:style style:name="P22" style:family="paragraph">
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" style:writing-mode="lr-tb"/>
      <style:text-properties fo:color="#0393e4" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="13pt" fo:font-weight="bold" style:font-size-asian="13pt" style:font-size-complex="13pt"/>
    </style:style>
    <style:style style:name="P23" style:family="paragraph">
      <loext:graphic-properties draw:fill="none"/>
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" style:writing-mode="lr-tb" style:font-independent-line-spacing="true"/>
      <style:text-properties fo:color="#0393e4" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="13pt" fo:font-weight="bold" style:font-size-asian="13pt" style:font-size-complex="13pt"/>
    </style:style>
    <style:style style:name="P24" style:family="paragraph">
      <style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" fo:text-indent="0cm" style:writing-mode="lr-tb"/>
      <style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="10pt" style:font-size-asian="11pt" style:font-size-complex="11pt"/>
    </style:style>
    <style:style style:name="P25" style:family="paragraph">
      <loext:graphic-properties draw:fill="none"/>
      <style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" fo:text-indent="0cm" style:writing-mode="lr-tb" style:font-independent-line-spacing="true"/>
      <style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="10pt" style:font-size-asian="11pt" style:font-size-complex="11pt"/>
    </style:style>
    <style:style style:name="P26" style:family="paragraph">
      <style:paragraph-properties fo:text-align="center" style:writing-mode="lr-tb"/>
      <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="16pt" fo:font-weight="bold" style:font-size-asian="16pt" style:font-weight-asian="bold" style:font-size-complex="16pt" style:font-weight-complex="bold"/>
    </style:style>
    <style:style style:name="P27" style:family="paragraph">
      <loext:graphic-properties draw:fill-color="#41aeeb"/>
      <style:paragraph-properties fo:text-align="center" style:writing-mode="lr-tb"/>
      <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="16pt" fo:font-weight="bold" style:font-size-asian="16pt" style:font-weight-asian="bold" style:font-size-complex="16pt" style:font-weight-complex="bold"/>
    </style:style>
    <style:style style:name="P28" style:family="paragraph">
      <loext:graphic-properties draw:fill="gradient" draw:fill-color="#6fc8fa" draw:fill-gradient-name="Gradient_20_45"/>
      <style:paragraph-properties fo:text-align="center"/>
      <style:text-properties style:font-name="Noto Sans1"/>
    </style:style>
    <style:style style:name="P29" style:family="paragraph">
      <loext:graphic-properties draw:fill="gradient" draw:fill-color="#8eea7f" draw:fill-gradient-name="Gradient_20_34"/>
      <style:paragraph-properties fo:text-align="center"/>
      <style:text-properties style:font-name="Noto Sans1"/>
    </style:style>
    <style:style style:name="P30" style:family="paragraph">
      <loext:graphic-properties draw:fill="gradient" draw:fill-color="#41aeeb" draw:fill-gradient-name="Gradient_20_43"/>
      <style:paragraph-properties fo:text-align="center"/>
      <style:text-properties style:font-name="Noto Sans1"/>
    </style:style>
    <style:style style:name="P31" style:family="paragraph">
      <loext:graphic-properties draw:fill="solid"/>
      <style:paragraph-properties fo:text-align="center"/>
      <style:text-properties style:font-name="Noto Sans1"/>
    </style:style>
    <style:style style:name="P32" style:family="paragraph">
      <loext:graphic-properties draw:fill="solid" draw:fill-color="#ffffff"/>
      <style:paragraph-properties fo:text-align="center"/>
      <style:text-properties style:font-name="Noto Sans1"/>
    </style:style>
    <style:style style:name="P33" style:family="paragraph">
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="center" style:writing-mode="lr-tb"/>
      <style:text-properties fo:color="#0393e4" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="34pt" style:font-size-asian="34pt" style:font-size-complex="34pt"/>
    </style:style>
    <style:style style:name="P34" style:family="paragraph">
      <loext:graphic-properties draw:fill="none"/>
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="center" style:writing-mode="lr-tb" style:font-independent-line-spacing="true"/>
      <style:text-properties fo:color="#0393e4" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="34pt" style:font-size-asian="34pt" style:font-size-complex="34pt"/>
    </style:style>
    <style:style style:name="P35" style:family="paragraph">
      <style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="center" fo:text-indent="0cm" style:writing-mode="lr-tb"/>
      <style:text-properties style:font-name="Noto Sans1"/>
    </style:style>
    <style:style style:name="P36" style:family="paragraph">
      <loext:graphic-properties draw:fill="gradient" draw:fill-gradient-name="Gradient_20_7"/>
      <style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="center" fo:text-indent="0cm" style:writing-mode="lr-tb"/>
      <style:text-properties style:font-name="Noto Sans1"/>
    </style:style>
    <style:style style:name="P37" style:family="paragraph">
      <loext:graphic-properties draw:fill="gradient" draw:fill-color="#bbe33d" draw:fill-gradient-name="Gradient_20_10"/>
      <style:paragraph-properties fo:text-align="center"/>
    </style:style>
    <style:style style:name="P38" style:family="paragraph">
      <loext:graphic-properties draw:fill="solid" draw:fill-color="#ffffff"/>
      <style:paragraph-properties fo:text-align="center"/>
    </style:style>
    <style:style style:name="P39" style:family="paragraph">
      <loext:graphic-properties draw:fill="gradient" draw:fill-color="#6ccc5c" draw:fill-gradient-name="Gradient_20_14"/>
      <style:paragraph-properties fo:text-align="center"/>
    </style:style>
    <style:style style:name="P40" style:family="paragraph">
      <loext:graphic-properties draw:fill="gradient" draw:fill-color="#67c4b3" draw:fill-gradient-name="Gradient_20_21"/>
      <style:paragraph-properties fo:text-align="center"/>
    </style:style>
    <style:style style:name="P41" style:family="paragraph">
      <loext:graphic-properties draw:fill="gradient" draw:fill-color="#6fc8fa" draw:fill-gradient-name="Gradient_20_22"/>
      <style:paragraph-properties fo:text-align="center"/>
    </style:style>
    <style:style style:name="P42" style:family="paragraph">
      <loext:graphic-properties draw:fill="gradient" draw:fill-color="#4dade3" draw:fill-gradient-name="Gradient_20_25"/>
      <style:paragraph-properties fo:text-align="center"/>
    </style:style>
    <style:style style:name="P43" style:family="paragraph">
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" style:writing-mode="lr-tb"/>
      <style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="10pt" style:font-size-asian="11pt" style:font-size-complex="11pt"/>
    </style:style>
    <style:style style:name="P44" style:family="paragraph">
      <loext:graphic-properties draw:fill="none"/>
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" style:writing-mode="lr-tb" style:font-independent-line-spacing="true"/>
      <style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="10pt" style:font-size-asian="11pt" style:font-size-complex="11pt"/>
    </style:style>
    <style:style style:name="P45" style:family="paragraph">
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="center" style:writing-mode="lr-tb"/>
      <style:text-properties fo:color="#0393e4" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="34pt" fo:font-weight="normal" style:font-size-asian="34pt" style:font-weight-asian="normal" style:font-size-complex="34pt" style:font-weight-complex="normal"/>
    </style:style>
    <style:style style:name="P46" style:family="paragraph">
      <loext:graphic-properties draw:fill="none"/>
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="center" style:writing-mode="lr-tb" style:font-independent-line-spacing="true"/>
      <style:text-properties fo:color="#0393e4" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="34pt" fo:font-weight="normal" style:font-size-asian="34pt" style:font-weight-asian="normal" style:font-size-complex="34pt" style:font-weight-complex="normal"/>
    </style:style>
    <style:style style:name="P47" style:family="paragraph">
      <loext:graphic-properties draw:fill="solid" draw:fill-color="#6fc8fa"/>
      <style:paragraph-properties fo:text-align="center"/>
    </style:style>
    <style:style style:name="P48" style:family="paragraph">
      <loext:graphic-properties draw:fill="gradient" draw:fill-color="#d4ea6b" draw:fill-gradient-name="Gradient_20_10"/>
      <style:paragraph-properties fo:text-align="center"/>
    </style:style>
    <style:style style:name="P49" style:family="paragraph">
      <loext:graphic-properties draw:fill="gradient" draw:fill-color="#6fc8fa" draw:fill-gradient-name="Gradient_20_45"/>
      <style:paragraph-properties fo:text-align="center"/>
    </style:style>
    <style:style style:name="P50" style:family="paragraph">
      <loext:graphic-properties draw:fill="gradient" draw:fill-color="#8eea7f" draw:fill-gradient-name="Gradient_20_34"/>
      <style:paragraph-properties fo:text-align="center"/>
    </style:style>
    <style:style style:name="P51" style:family="paragraph">
      <loext:graphic-properties draw:fill="gradient" draw:fill-color="#41aeeb" draw:fill-gradient-name="Gradient_20_43"/>
      <style:paragraph-properties fo:text-align="center"/>
    </style:style>
    <style:style style:name="P52" style:family="paragraph">
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="end" style:writing-mode="lr-tb"/>
      <style:text-properties fo:color="#0393e4" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="13pt" fo:font-weight="bold" style:font-size-asian="13pt" style:font-size-complex="13pt"/>
    </style:style>
    <style:style style:name="P53" style:family="paragraph">
      <loext:graphic-properties draw:fill="none"/>
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="end" style:writing-mode="lr-tb" style:font-independent-line-spacing="true"/>
      <style:text-properties fo:color="#0393e4" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="13pt" fo:font-weight="bold" style:font-size-asian="13pt" style:font-size-complex="13pt"/>
    </style:style>
    <style:style style:name="P54" style:family="paragraph">
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="end" style:writing-mode="lr-tb"/>
      <style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="10pt" style:font-size-asian="11pt" style:font-size-complex="11pt"/>
    </style:style>
    <style:style style:name="P55" style:family="paragraph">
      <loext:graphic-properties draw:fill="none"/>
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="end" style:writing-mode="lr-tb" style:font-independent-line-spacing="true"/>
      <style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="10pt" style:font-size-asian="11pt" style:font-size-complex="11pt"/>
    </style:style>
    <style:style style:name="P56" style:family="paragraph">
      <loext:graphic-properties draw:fill-color="#6fc8fa"/>
      <style:paragraph-properties fo:text-align="center"/>
    </style:style>
    <style:style style:name="P57" style:family="paragraph">
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" style:writing-mode="lr-tb"/>
      <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="13pt" fo:font-weight="bold" style:font-size-asian="13pt" style:font-size-complex="13pt"/>
    </style:style>
    <style:style style:name="P58" style:family="paragraph">
      <loext:graphic-properties draw:fill="none"/>
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" style:writing-mode="lr-tb" style:font-independent-line-spacing="true"/>
      <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="13pt" fo:font-weight="bold" style:font-size-asian="13pt" style:font-size-complex="13pt"/>
    </style:style>
    <style:style style:name="P59" style:family="paragraph">
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" style:writing-mode="lr-tb"/>
      <style:text-properties fo:color="#cccccc" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="10pt" style:font-size-asian="11pt" style:font-size-complex="11pt"/>
    </style:style>
    <style:style style:name="P60" style:family="paragraph">
      <loext:graphic-properties draw:fill="none"/>
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" style:writing-mode="lr-tb" style:font-independent-line-spacing="true"/>
      <style:text-properties fo:color="#cccccc" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="10pt" style:font-size-asian="11pt" style:font-size-complex="11pt"/>
    </style:style>
    <style:style style:name="P61" style:family="paragraph">
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="center" style:writing-mode="lr-tb"/>
      <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="34pt" fo:font-weight="normal" style:font-size-asian="34pt" style:font-weight-asian="normal" style:font-size-complex="34pt" style:font-weight-complex="normal"/>
    </style:style>
    <style:style style:name="P62" style:family="paragraph">
      <loext:graphic-properties draw:fill="none"/>
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="center" style:writing-mode="lr-tb" style:font-independent-line-spacing="true"/>
      <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="34pt" fo:font-weight="normal" style:font-size-asian="34pt" style:font-weight-asian="normal" style:font-size-complex="34pt" style:font-weight-complex="normal"/>
    </style:style>
    <style:style style:name="P63" style:family="paragraph">
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="end" style:writing-mode="lr-tb"/>
      <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="13pt" fo:font-weight="bold" style:font-size-asian="13pt" style:font-size-complex="13pt"/>
    </style:style>
    <style:style style:name="P64" style:family="paragraph">
      <loext:graphic-properties draw:fill="none"/>
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="end" style:writing-mode="lr-tb" style:font-independent-line-spacing="true"/>
      <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="13pt" fo:font-weight="bold" style:font-size-asian="13pt" style:font-size-complex="13pt"/>
    </style:style>
    <style:style style:name="P65" style:family="paragraph">
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="end" style:writing-mode="lr-tb"/>
      <style:text-properties fo:color="#cccccc" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="10pt" style:font-size-asian="11pt" style:font-size-complex="11pt"/>
    </style:style>
    <style:style style:name="P66" style:family="paragraph">
      <loext:graphic-properties draw:fill="none"/>
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="end" style:writing-mode="lr-tb" style:font-independent-line-spacing="true"/>
      <style:text-properties fo:color="#cccccc" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="10pt" style:font-size-asian="11pt" style:font-size-complex="11pt"/>
    </style:style>
    <style:style style:name="P67" style:family="paragraph">
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" style:writing-mode="lr-tb"/>
      <style:text-properties fo:color="#0393e4" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="15pt" fo:font-weight="bold" style:font-size-asian="13pt" style:font-size-complex="13pt"/>
    </style:style>
    <style:style style:name="P68" style:family="paragraph">
      <loext:graphic-properties draw:fill="none"/>
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" style:writing-mode="lr-tb" style:font-independent-line-spacing="true"/>
      <style:text-properties fo:color="#0393e4" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="15pt" fo:font-weight="bold" style:font-size-asian="13pt" style:font-size-complex="13pt"/>
    </style:style>
    <style:style style:name="P69" style:family="paragraph">
      <loext:graphic-properties draw:fill="gradient" draw:fill-color="#8eea7f" draw:fill-gradient-name="Gradient_20_104"/>
      <style:paragraph-properties fo:text-align="center"/>
    </style:style>
    <style:style style:name="P70" style:family="paragraph">
      <loext:graphic-properties draw:fill="gradient" draw:fill-color="#41aeeb" draw:fill-gradient-name="Gradient_20_102"/>
      <style:paragraph-properties fo:text-align="center"/>
    </style:style>
    <style:style style:name="P71" style:family="paragraph">
      <loext:graphic-properties draw:fill="gradient" draw:fill-color="#62cf51" draw:fill-gradient-name="Gradient_20_100" draw:opacity="92%"/>
      <style:paragraph-properties fo:text-align="center"/>
      <style:text-properties style:font-name="Noto Sans1"/>
    </style:style>
    <style:style style:name="P72" style:family="paragraph">
      <loext:graphic-properties draw:fill="gradient" draw:fill-color="#2d88bb" draw:fill-gradient-name="Gradient_20_98" draw:opacity="92%"/>
      <style:paragraph-properties fo:text-align="center"/>
      <style:text-properties style:font-name="Noto Sans1"/>
    </style:style>
    <style:style style:name="P73" style:family="paragraph">
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" style:writing-mode="lr-tb"/>
      <style:text-properties fo:color="#0393e4" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="20pt" fo:font-weight="bold" fo:background-color="#ffffff" style:font-size-asian="20pt" style:font-size-complex="20pt"/>
    </style:style>
    <style:style style:name="P74" style:family="paragraph">
      <loext:graphic-properties draw:fill="none"/>
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" style:writing-mode="lr-tb" style:font-independent-line-spacing="true"/>
      <style:text-properties fo:color="#0393e4" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="20pt" fo:font-weight="bold" fo:background-color="#ffffff" style:font-size-asian="20pt" style:font-size-complex="20pt"/>
    </style:style>
    <style:style style:name="P75" style:family="paragraph">
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" style:writing-mode="lr-tb"/>
      <style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="15pt" fo:background-color="transparent" style:font-size-asian="11pt" style:font-size-complex="11pt"/>
    </style:style>
    <style:style style:name="P76" style:family="paragraph">
      <loext:graphic-properties draw:fill="solid" draw:fill-color="#ffffff" draw:opacity="60%"/>
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" style:writing-mode="lr-tb" style:font-independent-line-spacing="true"/>
      <style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="15pt" fo:background-color="transparent" style:font-size-asian="11pt" style:font-size-complex="11pt"/>
    </style:style>
    <style:style style:name="P77" style:family="paragraph">
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" style:writing-mode="lr-tb"/>
      <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="36pt" fo:font-weight="bold" style:font-size-asian="13pt" style:font-size-complex="13pt"/>
    </style:style>
    <style:style style:name="P78" style:family="paragraph">
      <loext:graphic-properties draw:fill="none"/>
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" style:writing-mode="lr-tb" style:font-independent-line-spacing="true"/>
      <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="36pt" fo:font-weight="bold" style:font-size-asian="13pt" style:font-size-complex="13pt"/>
    </style:style>
    <style:style style:name="P79" style:family="paragraph">
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="end" style:writing-mode="lr-tb"/>
      <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="36pt" fo:font-weight="bold" style:font-size-asian="13pt" style:font-size-complex="13pt"/>
    </style:style>
    <style:style style:name="P80" style:family="paragraph">
      <loext:graphic-properties draw:fill="none"/>
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="end" style:writing-mode="lr-tb" style:font-independent-line-spacing="true"/>
      <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="36pt" fo:font-weight="bold" style:font-size-asian="13pt" style:font-size-complex="13pt"/>
    </style:style>
    <style:style style:name="P81" style:family="paragraph">
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="end" style:writing-mode="lr-tb"/>
      <style:text-properties fo:color="#0393e4" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="20pt" fo:font-weight="bold" style:font-size-asian="20pt" style:font-size-complex="20pt"/>
    </style:style>
    <style:style style:name="P82" style:family="paragraph">
      <loext:graphic-properties draw:fill="none"/>
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="end" style:writing-mode="lr-tb" style:font-independent-line-spacing="true"/>
      <style:text-properties fo:color="#0393e4" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="20pt" fo:font-weight="bold" style:font-size-asian="20pt" style:font-size-complex="20pt"/>
    </style:style>
    <style:style style:name="P83" style:family="paragraph">
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="end" style:writing-mode="lr-tb"/>
      <style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="15pt" style:font-size-asian="11pt" style:font-size-complex="11pt"/>
    </style:style>
    <style:style style:name="P84" style:family="paragraph">
      <loext:graphic-properties draw:fill="none"/>
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="end" style:writing-mode="lr-tb" style:font-independent-line-spacing="true"/>
      <style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="15pt" style:font-size-asian="11pt" style:font-size-complex="11pt"/>
    </style:style>
    <style:style style:name="P85" style:family="paragraph">
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" style:writing-mode="lr-tb"/>
      <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="32pt" fo:font-weight="bold" style:font-size-asian="32pt" style:font-weight-asian="bold" style:font-size-complex="32pt" style:font-weight-complex="bold"/>
    </style:style>
    <style:style style:name="P86" style:family="paragraph">
      <loext:graphic-properties draw:fill="none"/>
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" style:writing-mode="lr-tb" style:font-independent-line-spacing="true"/>
      <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="32pt" fo:font-weight="bold" style:font-size-asian="32pt" style:font-weight-asian="bold" style:font-size-complex="32pt" style:font-weight-complex="bold"/>
    </style:style>
    <style:style style:name="P87" style:family="paragraph">
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" style:writing-mode="lr-tb"/>
      <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="18pt"/>
    </style:style>
    <style:style style:name="P88" style:family="paragraph">
      <loext:graphic-properties draw:fill="none"/>
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" style:writing-mode="lr-tb" style:font-independent-line-spacing="true"/>
      <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="18pt"/>
    </style:style>
    <style:style style:name="P89" style:family="paragraph">
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="center" style:writing-mode="lr-tb"/>
      <style:text-properties style:font-name="Noto Sans1" fo:font-size="18pt"/>
    </style:style>
    <style:style style:name="P90" style:family="paragraph">
      <loext:graphic-properties draw:fill="none"/>
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="center" style:writing-mode="lr-tb" style:font-independent-line-spacing="true"/>
      <style:text-properties style:font-name="Noto Sans1" fo:font-size="18pt"/>
    </style:style>
    <style:style style:name="P91" style:family="paragraph">
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="center" style:writing-mode="lr-tb"/>
      <style:text-properties style:font-name="Noto Sans1" fo:font-size="9pt" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
    </style:style>
    <style:style style:name="P92" style:family="paragraph">
      <loext:graphic-properties draw:fill="none"/>
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="center" style:writing-mode="lr-tb" style:font-independent-line-spacing="true"/>
      <style:text-properties style:font-name="Noto Sans1" fo:font-size="9pt" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
    </style:style>
    <style:style style:name="P93" style:family="paragraph">
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="center" style:writing-mode="lr-tb"/>
      <style:text-properties fo:color="#0393e4" loext:opacity="100%" fo:font-size="28pt" style:font-size-asian="28pt" style:font-size-complex="28pt"/>
    </style:style>
    <style:style style:name="P94" style:family="paragraph">
      <loext:graphic-properties draw:fill="none"/>
      <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="center" style:writing-mode="lr-tb" style:font-independent-line-spacing="true"/>
      <style:text-properties fo:color="#0393e4" loext:opacity="100%" fo:font-size="28pt" style:font-size-asian="28pt" style:font-size-complex="28pt"/>
    </style:style>
    <style:style style:name="P95" style:family="paragraph">
      <style:paragraph-properties fo:margin-top="0.4cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="center" style:writing-mode="lr-tb"/>
      <style:text-properties fo:font-size="13pt" style:font-size-asian="13pt" style:font-size-complex="13pt"/>
    </style:style>
    <style:style style:name="P96" style:family="paragraph">
      <loext:graphic-properties draw:fill="none"/>
      <style:paragraph-properties fo:margin-top="0.4cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="center" style:writing-mode="lr-tb" style:font-independent-line-spacing="true"/>
      <style:text-properties fo:font-size="13pt" style:font-size-asian="13pt" style:font-size-complex="13pt"/>
    </style:style>
    <style:style style:name="P97" style:family="paragraph">
      <style:paragraph-properties fo:margin-top="0.4cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="center" style:writing-mode="lr-tb"/>
      <style:text-properties fo:font-size="8pt" style:font-size-asian="8pt" style:font-size-complex="8pt"/>
    </style:style>
    <style:style style:name="P98" style:family="paragraph">
      <loext:graphic-properties draw:fill="none"/>
      <style:paragraph-properties fo:margin-top="0.4cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="center" style:writing-mode="lr-tb" style:font-independent-line-spacing="true"/>
      <style:text-properties fo:font-size="8pt" style:font-size-asian="8pt" style:font-size-complex="8pt"/>
    </style:style>
    <style:style style:name="P99" style:family="paragraph">
      <loext:graphic-properties draw:fill="solid" draw:fill-color="#83e973"/>
      <style:paragraph-properties fo:text-align="center"/>
    </style:style>
    <style:style style:name="P100" style:family="paragraph">
      <loext:graphic-properties draw:fill="solid" draw:fill-color="#6ad15a"/>
      <style:paragraph-properties fo:text-align="center"/>
    </style:style>
    <style:style style:name="P101" style:family="paragraph">
      <loext:graphic-properties draw:fill="solid" draw:fill-color="#2493d2"/>
      <style:paragraph-properties fo:text-align="center"/>
    </style:style>
    <style:style style:name="P102" style:family="paragraph">
      <loext:graphic-properties draw:fill="solid" draw:fill-color="#67c4b3"/>
      <style:paragraph-properties fo:text-align="center"/>
    </style:style>
    <style:style style:name="T1" style:family="text">
      <style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#ffffff" loext:opacity="100%" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="0% 100%" style:font-name="Noto Sans1" fo:font-size="44pt" fo:letter-spacing="normal" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="bold" style:font-size-asian="44pt" style:font-style-asian="normal" style:font-weight-asian="bold" style:font-size-complex="44pt" style:font-style-complex="normal" style:font-weight-complex="bold"/>
    </style:style>
    <style:style style:name="T2" style:family="text">
      <style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#ffffff" loext:opacity="100%" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="0% 100%" style:font-name="Noto Sans1" fo:font-size="20pt" fo:letter-spacing="normal" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="20pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="20pt" style:font-style-complex="normal" style:font-weight-complex="normal"/>
    </style:style>
    <style:style style:name="T3" style:family="text">
      <style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#ffffff" loext:opacity="100%" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="0% 100%" style:font-name="Noto Sans1" fo:font-size="16pt" fo:letter-spacing="normal" fo:font-style="normal" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="16pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="16pt" style:font-style-complex="normal" style:font-weight-complex="normal"/>
    </style:style>
    <style:style style:name="T4" style:family="text">
      <style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#62cf51" loext:opacity="100%" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="0% 100%" style:font-name="Noto Sans1" fo:font-size="48pt" fo:letter-spacing="normal" fo:font-style="normal" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="48pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="48pt" style:font-style-complex="normal" style:font-weight-complex="normal"/>
    </style:style>
    <style:style style:name="T5" style:family="text">
      <style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#000000" loext:opacity="100%" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="0% 100%" style:font-name="Noto Sans1" fo:font-size="24pt" fo:letter-spacing="normal" fo:font-style="normal" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="24pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="24pt" style:font-style-complex="normal" style:font-weight-complex="normal"/>
    </style:style>
    <style:style style:name="T6" style:family="text">
      <style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#000000" loext:opacity="100%" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="0% 100%" style:font-name="Noto Sans1" fo:font-size="11pt" fo:letter-spacing="normal" fo:font-style="normal" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="11pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="11pt" style:font-style-complex="normal" style:font-weight-complex="normal"/>
    </style:style>
    <style:style style:name="T7" style:family="text">
      <style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#0393e4" loext:opacity="100%" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="0% 100%" style:font-name="Noto Sans1" fo:font-size="34pt" fo:letter-spacing="normal" fo:font-style="normal" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="34pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="34pt" style:font-style-complex="normal" style:font-weight-complex="normal"/>
    </style:style>
    <style:style style:name="T8" style:family="text">
      <style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#ffffff" loext:opacity="100%" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="0% 100%" style:font-name="Noto Sans1" fo:font-size="28pt" fo:letter-spacing="normal" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="28pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="28pt" style:font-style-complex="normal" style:font-weight-complex="normal"/>
    </style:style>
    <style:style style:name="T9" style:family="text">
      <style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#0393e4" loext:opacity="100%" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="0% 100%" style:font-name="Noto Sans1" fo:font-size="13pt" fo:letter-spacing="normal" fo:font-style="normal" style:text-underline-style="none" fo:font-weight="bold" style:font-size-asian="13pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="13pt" style:font-style-complex="normal" style:font-weight-complex="normal"/>
    </style:style>
    <style:style style:name="T10" style:family="text">
      <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="16pt" fo:font-weight="bold" style:font-size-asian="16pt" style:font-weight-asian="bold" style:font-size-complex="16pt" style:font-weight-complex="bold"/>
    </style:style>
    <style:style style:name="T11" style:family="text">
      <style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#ffffff" loext:opacity="100%" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="0% 100%" style:font-name="Noto Sans1" fo:font-size="16pt" fo:letter-spacing="normal" fo:font-style="normal" style:text-underline-style="none" fo:font-weight="bold" style:font-size-asian="16pt" style:font-style-asian="normal" style:font-weight-asian="bold" style:font-size-complex="16pt" style:font-style-complex="normal" style:font-weight-complex="bold"/>
    </style:style>
    <style:style style:name="T12" style:family="text">
      <style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#ffffff" loext:opacity="100%" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="0% 100%" style:font-name="Noto Sans1" fo:font-size="11pt" fo:letter-spacing="normal" fo:font-style="normal" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="11pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="11pt" style:font-style-complex="normal" style:font-weight-complex="normal"/>
    </style:style>
    <style:style style:name="T13" style:family="text">
      <style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#000000" loext:opacity="100%" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="0% 100%" style:font-name="Noto Sans1" fo:font-size="10pt" fo:letter-spacing="normal" fo:font-style="normal" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="11pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="11pt" style:font-style-complex="normal" style:font-weight-complex="normal"/>
    </style:style>
    <style:style style:name="T14" style:family="text">
      <style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#ffffff" loext:opacity="100%" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="0% 100%" style:font-name="Noto Sans1" fo:font-size="13pt" fo:letter-spacing="normal" fo:font-style="normal" style:text-underline-style="none" fo:font-weight="bold" style:font-size-asian="13pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="13pt" style:font-style-complex="normal" style:font-weight-complex="normal"/>
    </style:style>
    <style:style style:name="T15" style:family="text">
      <style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#cccccc" loext:opacity="100%" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="0% 100%" style:font-name="Noto Sans1" fo:font-size="10pt" fo:letter-spacing="normal" fo:font-style="normal" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="11pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="11pt" style:font-style-complex="normal" style:font-weight-complex="normal"/>
    </style:style>
    <style:style style:name="T16" style:family="text">
      <style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#ffffff" loext:opacity="100%" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="0% 100%" style:font-name="Noto Sans1" fo:font-size="34pt" fo:letter-spacing="normal" fo:font-style="normal" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="34pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="34pt" style:font-style-complex="normal" style:font-weight-complex="normal"/>
    </style:style>
    <style:style style:name="T17" style:family="text">
      <style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#0393e4" loext:opacity="100%" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="0% 100%" style:font-name="Noto Sans1" fo:font-size="15pt" fo:letter-spacing="normal" fo:font-style="normal" style:text-underline-style="none" fo:font-weight="bold" style:font-size-asian="13pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="13pt" style:font-style-complex="normal" style:font-weight-complex="normal"/>
    </style:style>
    <style:style style:name="T18" style:family="text">
      <style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#0393e4" loext:opacity="100%" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="0% 100%" style:font-name="Noto Sans1" fo:font-size="20pt" fo:letter-spacing="normal" fo:font-style="normal" style:text-underline-style="none" fo:font-weight="bold" fo:background-color="#ffffff" style:font-size-asian="20pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="20pt" style:font-style-complex="normal" style:font-weight-complex="normal"/>
    </style:style>
    <style:style style:name="T19" style:family="text">
      <style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#000000" loext:opacity="100%" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="0% 100%" style:font-name="Noto Sans1" fo:font-size="15pt" fo:letter-spacing="normal" fo:font-style="normal" style:text-underline-style="none" fo:font-weight="normal" fo:background-color="transparent" style:font-size-asian="11pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="11pt" style:font-style-complex="normal" style:font-weight-complex="normal"/>
    </style:style>
    <style:style style:name="T20" style:family="text">
      <style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#ffffff" loext:opacity="100%" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="0% 100%" style:font-name="Noto Sans1" fo:font-size="36pt" fo:letter-spacing="normal" fo:font-style="normal" style:text-underline-style="none" fo:font-weight="bold" style:font-size-asian="13pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="13pt" style:font-style-complex="normal" style:font-weight-complex="normal"/>
    </style:style>
    <style:style style:name="T21" style:family="text">
      <style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#0393e4" loext:opacity="100%" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="0% 100%" style:font-name="Noto Sans1" fo:font-size="20pt" fo:letter-spacing="normal" fo:font-style="normal" style:text-underline-style="none" fo:font-weight="bold" style:font-size-asian="20pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="20pt" style:font-style-complex="normal" style:font-weight-complex="normal"/>
    </style:style>
    <style:style style:name="T22" style:family="text">
      <style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#000000" loext:opacity="100%" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="0% 100%" style:font-name="Noto Sans1" fo:font-size="15pt" fo:letter-spacing="normal" fo:font-style="normal" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="11pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="11pt" style:font-style-complex="normal" style:font-weight-complex="normal"/>
    </style:style>
    <style:style style:name="T23" style:family="text">
      <style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#ffffff" loext:opacity="100%" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="0% 100%" style:font-name="Noto Sans1" fo:font-size="32pt" fo:letter-spacing="normal" fo:font-style="normal" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="32pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="32pt" style:font-style-complex="normal" style:font-weight-complex="normal"/>
    </style:style>
    <style:style style:name="T24" style:family="text">
      <style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#ffffff" loext:opacity="100%" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="0% 100%" style:font-name="Noto Sans1" fo:font-size="18pt" fo:letter-spacing="normal" fo:font-style="normal" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="18pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="18pt" style:font-style-complex="normal" style:font-weight-complex="normal"/>
    </style:style>
    <style:style style:name="T25" style:family="text">
      <style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#ffffff" loext:opacity="100%" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="0% 100%" style:font-name="Noto Sans1" fo:font-size="44pt" fo:letter-spacing="normal" fo:font-style="normal" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="44pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="44pt" style:font-style-complex="normal" style:font-weight-complex="normal"/>
    </style:style>
    <style:style style:name="T26" style:family="text">
      <style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#ffffff" loext:opacity="100%" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="0% 100%" style:font-name="Noto Sans1" fo:font-size="9pt" fo:letter-spacing="normal" fo:font-style="normal" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="9pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="9pt" style:font-style-complex="normal" style:font-weight-complex="normal"/>
    </style:style>
    <style:style style:name="T27" style:family="text">
      <style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#0393e4" loext:opacity="100%" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="0% 100%" style:font-name="Roboto Medium" fo:font-size="28pt" fo:letter-spacing="normal" fo:font-style="normal" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="28pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="28pt" style:font-style-complex="normal" style:font-weight-complex="normal"/>
    </style:style>
    <style:style style:name="T28" style:family="text">
      <style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#000000" loext:opacity="100%" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="0% 100%" style:font-name="Roboto Condensed1" fo:font-size="13pt" fo:letter-spacing="normal" fo:font-style="normal" style:text-underline-style="none" fo:font-weight="normal" style:font-name-asian="Droid Sans Fallback1" style:font-size-asian="13pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="13pt" style:font-style-complex="normal" style:font-weight-complex="normal"/>
    </style:style>
    <style:style style:name="T29" style:family="text">
      <style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#000000" loext:opacity="100%" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="0% 100%" style:font-name="Roboto Condensed1" fo:font-size="8pt" fo:letter-spacing="normal" fo:font-style="normal" style:text-underline-style="none" fo:font-weight="normal" style:font-name-asian="Droid Sans Fallback1" style:font-size-asian="8pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="8pt" style:font-style-complex="normal" style:font-weight-complex="normal"/>
    </style:style>
    <text:list-style style:name="L1">
      <text:list-level-style-bullet text:level="1" text:bullet-char="●">
        <style:list-level-properties text:min-label-width="0.6cm"/>
        <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
      </text:list-level-style-bullet>
      <text:list-level-style-bullet text:level="2" text:bullet-char="●">
        <style:list-level-properties text:space-before="0.6cm" text:min-label-width="0.6cm"/>
        <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
      </text:list-level-style-bullet>
      <text:list-level-style-bullet text:level="3" text:bullet-char="●">
        <style:list-level-properties text:space-before="1.2cm" text:min-label-width="0.6cm"/>
        <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
      </text:list-level-style-bullet>
      <text:list-level-style-bullet text:level="4" text:bullet-char="●">
        <style:list-level-properties text:space-before="1.8cm" text:min-label-width="0.6cm"/>
        <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
      </text:list-level-style-bullet>
      <text:list-level-style-bullet text:level="5" text:bullet-char="●">
        <style:list-level-properties text:space-before="2.4cm" text:min-label-width="0.6cm"/>
        <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
      </text:list-level-style-bullet>
      <text:list-level-style-bullet text:level="6" text:bullet-char="●">
        <style:list-level-properties text:space-before="3cm" text:min-label-width="0.6cm"/>
        <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
      </text:list-level-style-bullet>
      <text:list-level-style-bullet text:level="7" text:bullet-char="●">
        <style:list-level-properties text:space-before="3.6cm" text:min-label-width="0.6cm"/>
        <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
      </text:list-level-style-bullet>
      <text:list-level-style-bullet text:level="8" text:bullet-char="●">
        <style:list-level-properties text:space-before="4.2cm" text:min-label-width="0.6cm"/>
        <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
      </text:list-level-style-bullet>
      <text:list-level-style-bullet text:level="9" text:bullet-char="●">
        <style:list-level-properties text:space-before="4.8cm" text:min-label-width="0.6cm"/>
        <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
      </text:list-level-style-bullet>
      <text:list-level-style-bullet text:level="10" text:bullet-char="●">
        <style:list-level-properties text:space-before="5.4cm" text:min-label-width="0.6cm"/>
        <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
      </text:list-level-style-bullet>
    </text:list-style>
    <text:list-style style:name="L2">
      <text:list-level-style-bullet text:level="1" text:bullet-char="●">
        <style:list-level-properties text:min-label-width="0.6cm"/>
        <style:text-properties fo:font-family="StarSymbol" fo:color="#ffffff" fo:font-size="100%"/>
      </text:list-level-style-bullet>
      <text:list-level-style-bullet text:level="2" text:bullet-char="●">
        <style:list-level-properties text:space-before="0.6cm" text:min-label-width="0.6cm"/>
        <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
      </text:list-level-style-bullet>
      <text:list-level-style-bullet text:level="3" text:bullet-char="●">
        <style:list-level-properties text:space-before="1.2cm" text:min-label-width="0.6cm"/>
        <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
      </text:list-level-style-bullet>
      <text:list-level-style-bullet text:level="4" text:bullet-char="●">
        <style:list-level-properties text:space-before="1.8cm" text:min-label-width="0.6cm"/>
        <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
      </text:list-level-style-bullet>
      <text:list-level-style-bullet text:level="5" text:bullet-char="●">
        <style:list-level-properties text:space-before="2.4cm" text:min-label-width="0.6cm"/>
        <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
      </text:list-level-style-bullet>
      <text:list-level-style-bullet text:level="6" text:bullet-char="●">
        <style:list-level-properties text:space-before="3cm" text:min-label-width="0.6cm"/>
        <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
      </text:list-level-style-bullet>
      <text:list-level-style-bullet text:level="7" text:bullet-char="●">
        <style:list-level-properties text:space-before="3.6cm" text:min-label-width="0.6cm"/>
        <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
      </text:list-level-style-bullet>
      <text:list-level-style-bullet text:level="8" text:bullet-char="●">
        <style:list-level-properties text:space-before="4.2cm" text:min-label-width="0.6cm"/>
        <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
      </text:list-level-style-bullet>
      <text:list-level-style-bullet text:level="9" text:bullet-char="●">
        <style:list-level-properties text:space-before="4.8cm" text:min-label-width="0.6cm"/>
        <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
      </text:list-level-style-bullet>
      <text:list-level-style-bullet text:level="10" text:bullet-char="●">
        <style:list-level-properties text:space-before="5.4cm" text:min-label-width="0.6cm"/>
        <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
      </text:list-level-style-bullet>
    </text:list-style>
  </office:automatic-styles>
  <office:body>
    <office:presentation>
      <draw:page draw:name="page1" draw:style-name="dp1" draw:master-page-name="Title_20_Slide" presentation:presentation-page-layout-name="AL1T0">
        <office:forms form:automatic-focus="false" form:apply-design-mode="false"/>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr1" draw:text-style-name="P3" draw:layer="layout" svg:width="17.68cm" svg:height="5.32cm" svg:x="1.878cm" svg:y="3.197cm">
          <text:p text:style-name="P1">
            <text:span text:style-name="T1">Growing Liberty</text:span>
          </text:p>
          <text:p text:style-name="P1">
            <text:span text:style-name="T1">Impress Template</text:span>
          </text:p>
          <text:p text:style-name="P2">
            <text:span text:style-name="T2">Lorem Ipsum</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 3" draw:style-name="gr1" draw:text-style-name="P5" draw:layer="layout" svg:width="8.128cm" svg:height="0.927cm" svg:x="1.878cm" svg:y="11.473cm">
          <text:p text:style-name="P4">
            <text:span text:style-name="T3">Dolor - Sit</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <presentation:notes draw:style-name="dp2">
          <draw:page-thumbnail draw:style-name="gr2" draw:layer="layout" svg:width="19.797cm" svg:height="11.136cm" svg:x="0.601cm" svg:y="2.257cm" draw:page-number="1" presentation:class="page"/>
          <draw:frame presentation:style-name="pr1" draw:text-style-name="P6" draw:layer="layout" svg:width="16.799cm" svg:height="13.364cm" svg:x="2.1cm" svg:y="14.107cm" presentation:class="notes" presentation:placeholder="true">
            <draw:text-box/>
          </draw:frame>
        </presentation:notes>
      </draw:page>
      <draw:page draw:name="page2" draw:style-name="dp1" draw:master-page-name="Right_20_Bar_20_White">
        <office:forms form:automatic-focus="false" form:apply-design-mode="false"/>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr1" draw:text-style-name="P8" draw:layer="layout" svg:width="2.631cm" svg:height="2.282cm" svg:x="9.144cm" svg:y="3.81cm">
          <text:p text:style-name="P7">
            <text:span text:style-name="T4">01</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr1" draw:text-style-name="P10" draw:layer="layout" svg:width="12.954cm" svg:height="1.267cm" svg:x="11.938cm" svg:y="3.81cm">
          <text:p text:style-name="P9">
            <text:span text:style-name="T5">Lorem</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr1" draw:text-style-name="P12" draw:layer="layout" svg:width="12.954cm" svg:height="1.181cm" svg:x="11.938cm" svg:y="4.849cm">
          <text:p text:style-name="P11">
            <text:span text:style-name="T6">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr1" draw:text-style-name="P8" draw:layer="layout" svg:width="2.631cm" svg:height="2.282cm" svg:x="9.144cm" svg:y="6.404cm">
          <text:p text:style-name="P7">
            <text:span text:style-name="T4">02</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr1" draw:text-style-name="P10" draw:layer="layout" svg:width="12.954cm" svg:height="1.267cm" svg:x="11.938cm" svg:y="6.404cm">
          <text:p text:style-name="P9">
            <text:span text:style-name="T5">Ipsum</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr1" draw:text-style-name="P12" draw:layer="layout" svg:width="12.954cm" svg:height="1.181cm" svg:x="11.938cm" svg:y="7.443cm">
          <text:p text:style-name="P11">
            <text:span text:style-name="T6">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr1" draw:text-style-name="P8" draw:layer="layout" svg:width="2.631cm" svg:height="2.282cm" svg:x="9.144cm" svg:y="9.096cm">
          <text:p text:style-name="P7">
            <text:span text:style-name="T4">03</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr1" draw:text-style-name="P10" draw:layer="layout" svg:width="12.954cm" svg:height="1.267cm" svg:x="11.938cm" svg:y="9.096cm">
          <text:p text:style-name="P9">
            <text:span text:style-name="T5">Dolor</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr1" draw:text-style-name="P12" draw:layer="layout" svg:width="12.954cm" svg:height="1.181cm" svg:x="11.938cm" svg:y="10.135cm">
          <text:p text:style-name="P11">
            <text:span text:style-name="T6">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr1" draw:text-style-name="P8" draw:layer="layout" svg:width="2.631cm" svg:height="2.282cm" svg:x="9.144cm" svg:y="11.69cm">
          <text:p text:style-name="P7">
            <text:span text:style-name="T4">04</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr1" draw:text-style-name="P10" draw:layer="layout" svg:width="12.954cm" svg:height="1.267cm" svg:x="11.938cm" svg:y="11.69cm">
          <text:p text:style-name="P9">
            <text:span text:style-name="T5">Sit</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr1" draw:text-style-name="P12" draw:layer="layout" svg:width="12.954cm" svg:height="1.181cm" svg:x="11.938cm" svg:y="12.729cm">
          <text:p text:style-name="P11">
            <text:span text:style-name="T6">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr1" draw:text-style-name="P14" draw:layer="layout" svg:width="18.604cm" svg:height="1.687cm" svg:x="9.398cm" svg:y="1.624cm">
          <text:p text:style-name="P13">
            <text:span text:style-name="T7">Lorem &amp; Ipsum</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:frame draw:style-name="gr3" draw:text-style-name="P15" draw:layer="layout" svg:width="6.041cm" svg:height="11.684cm" svg:x="1.417cm" svg:y="1.778cm">
          <draw:image xlink:href="Pictures/100002010000016A0000029374C9F2B8F26392AD.png" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad" draw:mime-type="image/png">
            <text:p/>
          </draw:image>
        </draw:frame>
        <presentation:notes draw:style-name="dp2">
          <draw:page-thumbnail draw:style-name="gr2" draw:layer="layout" svg:width="19.797cm" svg:height="11.136cm" svg:x="0.601cm" svg:y="2.257cm" draw:page-number="2" presentation:class="page"/>
          <draw:frame presentation:style-name="pr2" draw:text-style-name="P6" draw:layer="layout" svg:width="16.799cm" svg:height="13.364cm" svg:x="2.1cm" svg:y="14.107cm" presentation:class="notes" presentation:placeholder="true">
            <draw:text-box/>
          </draw:frame>
        </presentation:notes>
      </draw:page>
      <draw:page draw:name="page3" draw:style-name="dp1" draw:master-page-name="Right_20_Bar_20_Blue">
        <office:forms form:automatic-focus="false" form:apply-design-mode="false"/>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr1" draw:text-style-name="P17" draw:layer="layout" svg:width="16.51cm" svg:height="2.111cm" svg:x="9.652cm" svg:y="5.65cm">
          <text:p text:style-name="P16">
            <text:span text:style-name="T1">Lorem Ipsum</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr1" draw:text-style-name="P19" draw:layer="layout" svg:width="13.462cm" svg:height="1.434cm" svg:x="9.906cm" svg:y="7.594cm">
          <text:p text:style-name="P18">
            <text:span text:style-name="T8">Dolor Sit Amet</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:frame draw:style-name="gr3" draw:text-style-name="P15" draw:layer="layout" svg:width="6.129cm" svg:height="8.128cm" svg:x="1.746cm" svg:y="3.81cm">
          <draw:image xlink:href="Pictures/10000201000001F10000029333ED1BC48076B5C4.png" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad" draw:mime-type="image/png">
            <text:p/>
          </draw:image>
        </draw:frame>
        <anim:par presentation:node-type="timing-root">
          <anim:seq presentation:node-type="main-sequence">
            <anim:par smil:begin="0s">
              <anim:par smil:begin="0s">
                <anim:par smil:begin="0s" smil:fill="hold" presentation:node-type="with-previous" presentation:preset-class="entrance" presentation:preset-id="ooo-entrance-fade-in">
                  <anim:set smil:begin="0s" smil:dur="0s" smil:fill="hold" smil:attributeName="visibility" smil:to="visible"/>
                  <anim:transitionFilter smil:dur="1s" smil:type="fade" smil:subtype="crossfade"/>
                </anim:par>
              </anim:par>
            </anim:par>
          </anim:seq>
        </anim:par>
        <presentation:notes draw:style-name="dp2">
          <draw:page-thumbnail draw:style-name="gr2" draw:layer="layout" svg:width="19.797cm" svg:height="11.136cm" svg:x="0.601cm" svg:y="2.257cm" draw:page-number="3" presentation:class="page"/>
          <draw:frame presentation:style-name="pr3" draw:text-style-name="P20" draw:layer="layout" svg:width="16.799cm" svg:height="13.364cm" svg:x="2.1cm" svg:y="14.107cm" presentation:class="notes" presentation:placeholder="true">
            <draw:text-box/>
          </draw:frame>
        </presentation:notes>
      </draw:page>
      <draw:page draw:name="page4" draw:style-name="dp1" draw:master-page-name="Right_20_Bar_20_White" presentation:presentation-page-layout-name="AL2T1">
        <office:forms form:automatic-focus="false" form:apply-design-mode="false"/>
        <draw:path draw:style-name="gr4" draw:text-style-name="P21" xml:id="id1" draw:id="id1" draw:layer="layout" svg:width="2.579cm" svg:height="2.538cm" svg:x="2.7cm" svg:y="7.539cm" svg:viewBox="0 0 2580 2539" svg:d="M84 2539c689-789 2073 282 2496-2538-30-1-60-1-90-1h-68c-1818 7-2712 777-2338 2539z">
          <text:p/>
        </draw:path>
        <draw:custom-shape draw:name="TextShape 2_28" draw:style-name="gr1" draw:text-style-name="P23" draw:layer="layout" svg:width="3.885cm" svg:height="0.801cm" svg:x="2.665cm" svg:y="10.586cm">
          <text:p text:style-name="P22">
            <text:span text:style-name="T9">Lorem</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2_29" draw:style-name="gr5" draw:text-style-name="P25" draw:layer="layout" svg:width="4.826cm" svg:height="1.646cm" svg:x="1.724cm" svg:y="11.608cm">
          <text:p text:style-name="P24">
            <text:span text:style-name="T6">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:style-name="gr6" draw:text-style-name="P27" draw:layer="layout" svg:width="0.842cm" svg:height="0.808cm" svg:x="1.823cm" svg:y="10.661cm">
          <text:p text:style-name="P26">
            <text:span text:style-name="T10">1</text:span>
          </text:p>
          <draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 3163 3163 0 10800 3163 18437 10800 21600 18437 18437 21600 10800 18437 3163" draw:text-areas="3163 3163 18437 18437" draw:type="ellipse" draw:enhanced-path="U 10800 10800 10800 10800 0 360 Z N"/>
        </draw:custom-shape>
        <draw:path draw:style-name="gr7" draw:text-style-name="P28" xml:id="id3" draw:id="id3" draw:layer="layout" svg:width="2.579cm" svg:height="2.538cm" svg:x="16.047cm" svg:y="7.539cm" svg:viewBox="0 0 2580 2539" svg:d="M84 2539c689-789 2073 282 2496-2538-30-1-60-1-90-1h-68c-1818 7-2712 777-2338 2539z">
          <text:p/>
        </draw:path>
        <draw:custom-shape draw:name="TextShape 2_30" draw:style-name="gr1" draw:text-style-name="P23" draw:layer="layout" svg:width="3.885cm" svg:height="0.801cm" svg:x="16.012cm" svg:y="10.586cm">
          <text:p text:style-name="P22">
            <text:span text:style-name="T9">Dolor</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2_31" draw:style-name="gr8" draw:text-style-name="P25" draw:layer="layout" svg:width="4.826cm" svg:height="1.646cm" svg:x="15.071cm" svg:y="11.608cm">
          <text:p text:style-name="P24">
            <text:span text:style-name="T6">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:style-name="gr6" draw:text-style-name="P27" draw:layer="layout" svg:width="0.842cm" svg:height="0.808cm" svg:x="15.17cm" svg:y="10.661cm">
          <text:p text:style-name="P26">
            <text:span text:style-name="T10">3</text:span>
          </text:p>
          <draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 3163 3163 0 10800 3163 18437 10800 21600 18437 18437 21600 10800 18437 3163" draw:text-areas="3163 3163 18437 18437" draw:type="ellipse" draw:enhanced-path="U 10800 10800 10800 10800 0 360 Z N"/>
        </draw:custom-shape>
        <draw:path draw:style-name="gr9" draw:text-style-name="P29" xml:id="id2" draw:id="id2" draw:layer="layout" svg:width="2.579cm" svg:height="2.538cm" svg:x="9.226cm" svg:y="4.834cm" svg:viewBox="0 0 2580 2539" svg:d="M84 2539c689-789 2073 282 2496-2538-30-1-60-1-90-1h-68c-1818 7-2712 777-2338 2539z">
          <text:p/>
        </draw:path>
        <draw:custom-shape draw:name="TextShape 2_32" draw:style-name="gr1" draw:text-style-name="P23" draw:layer="layout" svg:width="3.885cm" svg:height="0.801cm" svg:x="9.191cm" svg:y="7.881cm">
          <text:p text:style-name="P22">
            <text:span text:style-name="T9">Ipsum</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2_33" draw:style-name="gr10" draw:text-style-name="P25" draw:layer="layout" svg:width="4.826cm" svg:height="1.646cm" svg:x="8.25cm" svg:y="8.903cm">
          <text:p text:style-name="P24">
            <text:span text:style-name="T6">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:style-name="gr6" draw:text-style-name="P27" draw:layer="layout" svg:width="0.842cm" svg:height="0.808cm" svg:x="8.349cm" svg:y="7.956cm">
          <text:p text:style-name="P26">
            <text:span text:style-name="T10">2</text:span>
          </text:p>
          <draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 3163 3163 0 10800 3163 18437 10800 21600 18437 18437 21600 10800 18437 3163" draw:text-areas="3163 3163 18437 18437" draw:type="ellipse" draw:enhanced-path="U 10800 10800 10800 10800 0 360 Z N"/>
        </draw:custom-shape>
        <draw:path draw:style-name="gr11" draw:text-style-name="P30" xml:id="id4" draw:id="id4" draw:layer="layout" svg:width="2.579cm" svg:height="2.538cm" svg:x="22.573cm" svg:y="4.834cm" svg:viewBox="0 0 2580 2539" svg:d="M84 2539c689-789 2073 282 2496-2538-30-1-60-1-90-1h-68c-1818 7-2712 777-2338 2539z">
          <text:p/>
        </draw:path>
        <draw:custom-shape draw:name="TextShape 2_34" draw:style-name="gr1" draw:text-style-name="P23" draw:layer="layout" svg:width="3.885cm" svg:height="0.801cm" svg:x="22.538cm" svg:y="7.881cm">
          <text:p text:style-name="P22">
            <text:span text:style-name="T9">Sit</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2_35" draw:style-name="gr12" draw:text-style-name="P25" draw:layer="layout" svg:width="4.826cm" svg:height="1.646cm" svg:x="21.597cm" svg:y="8.903cm">
          <text:p text:style-name="P24">
            <text:span text:style-name="T6">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:style-name="gr6" draw:text-style-name="P27" draw:layer="layout" svg:width="0.842cm" svg:height="0.808cm" svg:x="21.696cm" svg:y="7.956cm">
          <text:p text:style-name="P26">
            <text:span text:style-name="T10">4</text:span>
          </text:p>
          <draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 3163 3163 0 10800 3163 18437 10800 21600 18437 18437 21600 10800 18437 3163" draw:text-areas="3163 3163 18437 18437" draw:type="ellipse" draw:enhanced-path="U 10800 10800 10800 10800 0 360 Z N"/>
        </draw:custom-shape>
        <draw:connector draw:style-name="gr13" draw:text-style-name="P31" draw:layer="layout" draw:type="curve" svg:x1="5.28cm" svg:y1="8.808cm" svg:x2="9.226cm" svg:y2="6.103cm" draw:start-shape="id1" draw:start-glue-point="1" draw:end-shape="id2" draw:end-glue-point="3" svg:d="M5280 8808c2959 0 987-2705 3946-2705" svg:viewBox="0 0 3947 2706">
          <text:p/>
        </draw:connector>
        <draw:connector draw:style-name="gr13" draw:text-style-name="P31" draw:layer="layout" draw:type="curve" svg:x1="11.806cm" svg:y1="6.103cm" svg:x2="16.047cm" svg:y2="8.808cm" draw:start-shape="id2" draw:end-shape="id3" draw:end-glue-point="3" svg:d="M11806 6103c3181 0 1061 2705 4241 2705" svg:viewBox="0 0 4242 2706">
          <text:p/>
        </draw:connector>
        <draw:connector draw:style-name="gr13" draw:text-style-name="P31" draw:layer="layout" draw:type="curve" svg:x1="18.627cm" svg:y1="8.808cm" svg:x2="22.573cm" svg:y2="6.103cm" draw:start-shape="id3" draw:end-shape="id4" svg:d="M18627 8808c2959 0 987-2705 3946-2705" svg:viewBox="0 0 3947 2706">
          <text:p/>
        </draw:connector>
        <draw:path draw:style-name="gr14" draw:text-style-name="P32" draw:layer="layout" svg:width="0.874cm" svg:height="0.927cm" svg:x="23.314cm" svg:y="5.596cm" svg:viewBox="0 0 875 928" svg:d="M660 0c-42 0-77 34-77 76s35 76 77 76 77-34 77-76-35-76-77-76zM180 5c-41 0-75 34-75 75s34 75 75 75c42 0 75-34 75-75s-33-75-75-75zM602 169c0 0-70-2-95 82l-60 209c-6 20 5 35 22 40s35-3 39-19l59-205h16l-102 355h96v260c0 20 17 37 38 37 18 0 37-19 37-39v-258h16v258c0 20 19 39 37 39 21 0 38-17 38-37v-260h96l-102-355h16l59 205c4 16 22 24 39 19s28-20 22-40l-60-209c-25-84-95-82-95-82zM97 174c-53 0-97 43-97 97v233c0 18 15 33 33 33 19 0 33-15 33-33v-210h17v585c0 25 19 44 44 44 24 0 45-19 45-44v-340h18v340c0 25 20 44 44 44s44-19 44-44v-585h17v210c0 18 15 33 33 33s32-15 32-33v-233c0-54-43-97-96-97z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr14" draw:text-style-name="P32" draw:layer="layout" svg:width="0.91cm" svg:height="0.888cm" svg:x="16.71cm" svg:y="8.39cm" svg:viewBox="0 0 911 889" svg:d="M850 59c-41-40-91-60-149-59-92 1-171 51-236 150v-1l-16 30c0 0-7-13-17-31v3c-24-50-54-86-91-111-37-24-79-35-123-35-59 0-110 19-153 56-44 37-65 84-65 141 0 20 7 49 18 87 23 56 80 128 174 218s159 157 195 202c37 44 61 104 73 180 9-67 43-134 104-201s131-141 210-222c78-81 122-144 130-187 5-16 7-36 7-62 0-64-21-117-61-158z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr14" draw:text-style-name="P32" draw:layer="layout" svg:width="0.428cm" svg:height="0.926cm" svg:x="10.36cm" svg:y="5.431cm" svg:viewBox="0 0 429 927" svg:d="M215 0c-43 0-78 34-78 76s35 76 78 76c42 0 76-34 76-76s-34-76-76-76zM156 169c0 0-70-2-95 81l-60 210c-5 20 6 35 23 40s34-4 38-19l60-206h15l-102 355h96v261c0 20 17 36 38 36 18 0 37-18 37-38v-259h16v259c0 20 19 38 38 38 21 0 37-16 37-36v-261h96l-101-355h16l58 206c5 15 23 24 39 19 18-5 28-20 22-40l-60-210c-24-83-94-81-94-81z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr14" draw:text-style-name="P32" draw:layer="layout" svg:width="0.359cm" svg:height="0.918cm" svg:x="3.65cm" svg:y="8.136cm" svg:viewBox="0 0 360 919" svg:d="M180 0c-41 0-75 35-75 76s34 75 75 75c42 0 75-34 75-75s-33-76-75-76zM97 170c-53 0-97 43-97 97v233c0 18 15 33 33 33 19 0 33-15 33-33v-210h17v585c0 24 19 44 44 44 24 0 45-20 45-44v-340h18v340c0 24 19 44 44 44 24 0 44-20 44-44v-585h17v210c0 18 15 33 33 33s32-15 32-33v-233c0-54-43-97-97-97z">
          <text:p/>
        </draw:path>
        <draw:custom-shape draw:name="TextShape 2_36" draw:style-name="gr1" draw:text-style-name="P34" draw:layer="layout" svg:width="28.002cm" svg:height="1.687cm" svg:x="0cm" svg:y="1.324cm">
          <text:p text:style-name="P33">
            <text:span text:style-name="T7">Lorem &amp; Ipsum</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <presentation:notes draw:style-name="dp2">
          <draw:page-thumbnail draw:style-name="gr2" draw:layer="layout" svg:width="19.797cm" svg:height="11.136cm" svg:x="0.601cm" svg:y="2.257cm" draw:page-number="4" presentation:class="page"/>
          <draw:frame presentation:style-name="pr2" draw:text-style-name="P20" draw:layer="layout" svg:width="16.799cm" svg:height="13.364cm" svg:x="2.1cm" svg:y="14.107cm" presentation:class="notes" presentation:placeholder="true">
            <draw:text-box/>
          </draw:frame>
        </presentation:notes>
      </draw:page>
      <draw:page draw:name="page5" draw:style-name="dp1" draw:master-page-name="Left_20_Bar_20_White" presentation:presentation-page-layout-name="AL2T1">
        <office:forms form:automatic-focus="false" form:apply-design-mode="false"/>
        <draw:custom-shape draw:style-name="gr15" draw:text-style-name="P36" draw:layer="layout" svg:width="4.66cm" svg:height="4.972cm" svg:x="6.537cm" svg:y="8.237cm">
          <text:p text:style-name="P35">
            <text:span text:style-name="T11">Ipsum</text:span>
          </text:p>
          <text:p text:style-name="P35">
            <text:span text:style-name="T12"/>
          </text:p>
          <text:p text:style-name="P35">
            <text:span text:style-name="T12">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </text:span>
          </text:p>
          <draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 0 10800 10800 21600 21600 10800" draw:text-areas="?f4 ?f6 ?f5 ?f7" draw:type="flowchart-alternate-process" draw:enhanced-path="M 0 ?f2 Y ?f0 0 L ?f1 0 X 21600 ?f2 L 21600 ?f3 Y ?f1 21600 L ?f0 21600 X 0 ?f3 Z N">
            <draw:equation draw:name="f0" draw:formula="left+2540"/>
            <draw:equation draw:name="f1" draw:formula="right-2540"/>
            <draw:equation draw:name="f2" draw:formula="top+2540"/>
            <draw:equation draw:name="f3" draw:formula="bottom-2540"/>
            <draw:equation draw:name="f4" draw:formula="left+800"/>
            <draw:equation draw:name="f5" draw:formula="right-800"/>
            <draw:equation draw:name="f6" draw:formula="top+800"/>
            <draw:equation draw:name="f7" draw:formula="bottom-800"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:style-name="gr16" draw:text-style-name="P36" draw:layer="layout" svg:width="4.66cm" svg:height="4.972cm" svg:x="11.583cm" svg:y="8.238cm">
          <text:p text:style-name="P35">
            <text:span text:style-name="T11">Dolor</text:span>
          </text:p>
          <text:p text:style-name="P35">
            <text:span text:style-name="T12"/>
          </text:p>
          <text:p text:style-name="P35">
            <text:span text:style-name="T12">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </text:span>
          </text:p>
          <draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 0 10800 10800 21600 21600 10800" draw:text-areas="?f4 ?f6 ?f5 ?f7" draw:type="flowchart-alternate-process" draw:enhanced-path="M 0 ?f2 Y ?f0 0 L ?f1 0 X 21600 ?f2 L 21600 ?f3 Y ?f1 21600 L ?f0 21600 X 0 ?f3 Z N">
            <draw:equation draw:name="f0" draw:formula="left+2540"/>
            <draw:equation draw:name="f1" draw:formula="right-2540"/>
            <draw:equation draw:name="f2" draw:formula="top+2540"/>
            <draw:equation draw:name="f3" draw:formula="bottom-2540"/>
            <draw:equation draw:name="f4" draw:formula="left+800"/>
            <draw:equation draw:name="f5" draw:formula="right-800"/>
            <draw:equation draw:name="f6" draw:formula="top+800"/>
            <draw:equation draw:name="f7" draw:formula="bottom-800"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:style-name="gr17" draw:text-style-name="P36" draw:layer="layout" svg:width="4.66cm" svg:height="4.972cm" svg:x="16.643cm" svg:y="8.239cm">
          <text:p text:style-name="P35">
            <text:span text:style-name="T11">Sit</text:span>
          </text:p>
          <text:p text:style-name="P35">
            <text:span text:style-name="T12"/>
          </text:p>
          <text:p text:style-name="P35">
            <text:span text:style-name="T12">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </text:span>
          </text:p>
          <draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 0 10800 10800 21600 21600 10800" draw:text-areas="?f4 ?f6 ?f5 ?f7" draw:type="flowchart-alternate-process" draw:enhanced-path="M 0 ?f2 Y ?f0 0 L ?f1 0 X 21600 ?f2 L 21600 ?f3 Y ?f1 21600 L ?f0 21600 X 0 ?f3 Z N">
            <draw:equation draw:name="f0" draw:formula="left+2540"/>
            <draw:equation draw:name="f1" draw:formula="right-2540"/>
            <draw:equation draw:name="f2" draw:formula="top+2540"/>
            <draw:equation draw:name="f3" draw:formula="bottom-2540"/>
            <draw:equation draw:name="f4" draw:formula="left+800"/>
            <draw:equation draw:name="f5" draw:formula="right-800"/>
            <draw:equation draw:name="f6" draw:formula="top+800"/>
            <draw:equation draw:name="f7" draw:formula="bottom-800"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:style-name="gr18" draw:text-style-name="P36" draw:layer="layout" svg:width="4.66cm" svg:height="4.972cm" svg:x="21.736cm" svg:y="8.24cm">
          <text:p text:style-name="P35">
            <text:span text:style-name="T11">Amet</text:span>
          </text:p>
          <text:p text:style-name="P35">
            <text:span text:style-name="T12"/>
          </text:p>
          <text:p text:style-name="P35">
            <text:span text:style-name="T12">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </text:span>
          </text:p>
          <draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 0 10800 10800 21600 21600 10800" draw:text-areas="?f4 ?f6 ?f5 ?f7" draw:type="flowchart-alternate-process" draw:enhanced-path="M 0 ?f2 Y ?f0 0 L ?f1 0 X 21600 ?f2 L 21600 ?f3 Y ?f1 21600 L ?f0 21600 X 0 ?f3 Z N">
            <draw:equation draw:name="f0" draw:formula="left+2540"/>
            <draw:equation draw:name="f1" draw:formula="right-2540"/>
            <draw:equation draw:name="f2" draw:formula="top+2540"/>
            <draw:equation draw:name="f3" draw:formula="bottom-2540"/>
            <draw:equation draw:name="f4" draw:formula="left+800"/>
            <draw:equation draw:name="f5" draw:formula="right-800"/>
            <draw:equation draw:name="f6" draw:formula="top+800"/>
            <draw:equation draw:name="f7" draw:formula="bottom-800"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:path draw:style-name="gr19" draw:text-style-name="P37" draw:layer="layout" svg:width="2.956cm" svg:height="2.846cm" svg:x="2.223cm" svg:y="4.58cm" svg:viewBox="0 0 2957 2847" svg:d="M1009 965c-163-92-339-172-510-259 13 201 47 369 94 516-191-31-394-40-593-60 327 886 879 900 1385 1451 28 72 63 145 106 221 0 2 0 4 1 6 0-1 0-1 1-2 2 3 3 6 4 9 4-9 8-18 11-27 522-625 1109-601 1449-1524-198 20-401 28-593 60 47-148 81-316 94-516-158 81-322 155-476 239 14-275-123-614-509-1079-203 313-445 613-464 965z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr14" draw:text-style-name="P38" draw:layer="layout" svg:width="0.655cm" svg:height="0.818cm" svg:x="3.396cm" svg:y="5.752cm" svg:viewBox="0 0 656 819" svg:d="M0 366h60v-69c0-11 0-21 1-32l1-2v-1-3-4l1-3v-3l1-4 1-3v-1l2-7v-2-2-1l1-2v-1l1-3v-3l1-4v-3l2-3v-1-2l1-2 1-1v-2-1l1-2 3-7v-3l1-3v-1l3-7 1-1 1-2c1-3 3-7 4-10l1-3c13-27 29-53 50-75 38-42 86-71 141-82h3l4-1 3-1h4l3-1 3-1h4 3 7l3-1h21l4 1h6 4 2l4 1 4 1h2l4 1 4 1h3c55 11 104 40 142 82 12 14 23 28 33 44v1c5 7 9 15 13 22l1 3 2 5 3 6v1l3 6 1 2 1 1c0 4 2 7 3 11l1 3 1 4 1 2 1 1v2l2 4v2l1 6 1 3 1 6 2 4v1 2l1 2v3l2 5v2 1l1 3v2 5 4l1 3v1 2c0 3 1 6 1 9v1c1 9 1 17 1 25v69h61v453h-656zM168 366h320v-69c0-8-1-17-2-26l-1-2v-2-1-2l-1-1-1-3v-2-1-2l-1-1v-2-3l-1-2v-2-1l-2-3v-2h-1v-2l-1-3-1-1v-2l-1-1-1-2v-2h-1v-2-1-1c-2-3-3-6-5-9-2-4-4-8-6-11v-2l-2-1v-1-1l-2-2c-4-6-8-11-13-17 0-2-2-4-5-6v-1c-1-1-3-2-4-4v-1h-1l-1-1c-16-16-36-29-57-37h-2l-2-1h-1l-3-1-1-1h-3-2l-1-1-2-1h-2-2l-2-1h-2-2-2l-2-1h-2l-2-1h-8-2-8-3-7l-3 1h-2l-2 1h-1-2-3l-2 1h-1-3l-1 1-2 1h-3-1l-2 1-2 1h-2l-2 1h-1l-3 1-1 1-2 1c-17 7-31 16-46 28l-1 1-1 2-2 1-1 2-2 1-1 1-4 4v1c-7 7-12 15-18 23l-1 3-1 1-1 1-1 2-3 5-1 1v1l-1 1v1 1 1l-1 2-3 6-2 4-1 1-1 1-1 3v1 3l-1 2v1l-1 2v1l-1 2-1 2v1 2h-1v2l-1 2v2l-1 1-1 6v1l-1 2v1c0 2 0 5 0 8-1 9-2 17-2 25zM301 573l-2 18v13c-2 30-5 65-9 108h74c-2-43-5-78-8-108l-1-13-1-18c15-11 24-28 24-48 0-31-22-57-50-57h-1c-28 0-50 26-50 57 0 20 10 37 24 48z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr20" draw:text-style-name="P39" draw:layer="layout" svg:width="2.956cm" svg:height="2.846cm" svg:x="7.322cm" svg:y="4.58cm" svg:viewBox="0 0 2957 2847" svg:d="M1009 965c-163-92-339-172-510-259 13 201 47 369 94 516-191-31-394-40-593-60 327 886 879 900 1385 1451 28 72 63 145 106 221 0 2 0 4 1 6 0-1 0-1 1-2 2 3 3 6 4 9 4-9 8-18 11-27 522-625 1109-601 1449-1524-198 20-401 28-593 60 47-148 81-316 94-516-158 81-322 155-476 239 14-275-123-614-509-1079-203 313-445 613-464 965z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr21" draw:text-style-name="P40" draw:layer="layout" svg:width="2.956cm" svg:height="2.846cm" svg:x="12.362cm" svg:y="4.58cm" svg:viewBox="0 0 2957 2847" svg:d="M1009 965c-163-92-339-172-510-259 13 201 47 369 94 516-191-31-394-40-593-60 327 886 879 900 1385 1451 28 72 63 145 106 221 0 2 0 4 1 6 0-1 0-1 1-2 2 3 3 6 4 9 4-9 8-18 11-27 522-625 1109-601 1449-1524-198 20-401 28-593 60 47-148 81-316 94-516-158 81-322 155-476 239 14-275-123-614-509-1079-203 313-445 613-464 965z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr22" draw:text-style-name="P41" draw:layer="layout" svg:width="2.956cm" svg:height="2.846cm" svg:x="17.429cm" svg:y="4.58cm" svg:viewBox="0 0 2957 2847" svg:d="M1009 965c-163-92-339-172-510-259 13 201 47 369 94 516-191-31-394-40-593-60 327 886 879 900 1385 1451 28 72 63 145 106 221 0 2 0 4 1 6 0-1 0-1 1-2 2 3 3 6 4 9 4-9 8-18 11-27 522-625 1109-601 1449-1524-198 20-401 28-593 60 47-148 81-316 94-516-158 81-322 155-476 239 14-275-123-614-509-1079-203 313-445 613-464 965z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr23" draw:text-style-name="P42" draw:layer="layout" svg:width="2.956cm" svg:height="2.846cm" svg:x="22.522cm" svg:y="4.58cm" svg:viewBox="0 0 2957 2847" svg:d="M1009 965c-163-92-339-172-510-259 13 201 47 369 94 516-191-31-394-40-593-60 327 886 879 900 1385 1451 28 72 63 145 106 221 0 2 0 4 1 6 0-1 0-1 1-2 2 3 3 6 4 9 4-9 8-18 11-27 522-625 1109-601 1449-1524-198 20-401 28-593 60 47-148 81-316 94-516-158 81-322 155-476 239 14-275-123-614-509-1079-203 313-445 613-464 965z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr14" draw:text-style-name="P38" draw:layer="layout" svg:width="0.801cm" svg:height="0.8cm" svg:x="8.382cm" svg:y="5.696cm" svg:viewBox="0 0 802 801" svg:d="M75 0c-41 0-75 33-75 75 0 41 34 75 75 75 159 0 304 64 409 169 104 104 169 248 169 408 0 41 33 74 75 74 41 0 74-33 74-74 0-201-81-382-212-514-132-132-314-213-515-213zM75 235c-41 0-75 34-75 75s34 74 75 74c95 0 181 39 242 101 63 62 101 147 101 242 0 41 33 74 74 74 42 0 75-33 75-74 0-136-55-259-144-348s-212-144-348-144zM135 532c-74 0-135 59-135 134 0 74 60 135 135 135 74 0 136-61 136-135 0-75-61-134-136-134z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr14" draw:text-style-name="P38" draw:layer="layout" svg:width="0.844cm" svg:height="0.844cm" svg:x="13.462cm" svg:y="5.696cm" svg:viewBox="0 0 845 845" svg:d="M423 0c-46 0-83 37-83 82v33c-28 6-54 16-78 30l-22-22c-32-32-84-32-116 0s-32 85 0 117l20 21c-13 24-24 50-30 78h-32c-45 0-82 38-82 83s37 82 82 82h41c8 24 18 47 33 68l-32 32c-32 32-32 85 0 117s84 32 116 0l42-41c18 8 38 15 58 19v63c0 45 37 83 83 83 45 0 82-38 82-83v-72c16-6 32-13 47-22l53 53c32 32 84 32 116 0 33-32 33-85 0-118l-52-52c8-15 14-30 20-47h73c46 0 83-37 83-82s-37-83-83-83h-64c-5-20-11-38-19-56l42-43c33-32 33-85 0-117-32-32-84-32-116 0l-35 34c-20-13-42-24-65-33v-42c0-45-37-82-82-82zM423 286c74 0 135 61 135 136s-61 136-135 136c-76 0-136-61-136-136s60-136 136-136z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr14" draw:text-style-name="P38" draw:layer="layout" svg:width="1.054cm" svg:height="0.809cm" svg:x="18.469cm" svg:y="5.696cm" svg:viewBox="0 0 1055 810" svg:d="M405 0c223 0 404 181 404 405 0 89-28 172-77 239 10 37 25 68 56 77 39 13 105 0 217-55 18-9 39-1 47 16s2 38-16 46c-130 65-214 77-268 60-47-14-73-46-89-85-72 67-168 107-274 107-224 0-405-182-405-405 0-224 181-405 405-405zM405 503c64 0 117 52 117 117 0 64-53 118-117 118-65 0-117-54-117-118 0-65 52-117 117-117zM405 59c64 0 117 52 117 117 0 64-53 117-117 117-65 0-117-53-117-117 0-65 52-117 117-117zM299 398c0 65-52 117-117 117-64 0-116-52-116-117s52-117 117-117c64 0 116 52 116 117zM744 398c0 65-52 117-117 117s-117-52-117-117 52-117 117-117 117 52 117 117z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr14" draw:text-style-name="P38" draw:layer="layout" svg:width="0.813cm" svg:height="0.781cm" svg:x="23.524cm" svg:y="5.83cm" svg:viewBox="0 0 814 782" svg:d="M28 0c-10 1-18 6-24 15-8 14-4 32 10 41 56 32 94 94 122 175 29 85 45 190 55 307 1 17 16 29 32 27h503c16 0 30-14 30-30 0-17-14-29-30-29h-478c-10-111-27-211-55-294-32-95-79-167-148-207-5-4-11-5-17-5zM231 111l49 291h398l136-291zM247 613c-47 0-85 37-85 84 0 46 38 85 85 85s84-39 84-85c0-47-37-84-84-84zM664 613c-46 0-84 37-84 84 0 46 38 85 84 85 47 0 85-39 85-85 0-47-38-84-85-84z">
          <text:p/>
        </draw:path>
        <draw:custom-shape draw:style-name="gr24" draw:text-style-name="P36" draw:layer="layout" svg:width="4.66cm" svg:height="4.972cm" svg:x="1.437cm" svg:y="8.236cm">
          <text:p text:style-name="P35">
            <text:span text:style-name="T11">Lorem</text:span>
          </text:p>
          <text:p text:style-name="P35">
            <text:span text:style-name="T12"/>
          </text:p>
          <text:p text:style-name="P35">
            <text:span text:style-name="T12">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </text:span>
          </text:p>
          <draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 0 10800 10800 21600 21600 10800" draw:text-areas="?f4 ?f6 ?f5 ?f7" draw:type="flowchart-alternate-process" draw:enhanced-path="M 0 ?f2 Y ?f0 0 L ?f1 0 X 21600 ?f2 L 21600 ?f3 Y ?f1 21600 L ?f0 21600 X 0 ?f3 Z N">
            <draw:equation draw:name="f0" draw:formula="left+2540"/>
            <draw:equation draw:name="f1" draw:formula="right-2540"/>
            <draw:equation draw:name="f2" draw:formula="top+2540"/>
            <draw:equation draw:name="f3" draw:formula="bottom-2540"/>
            <draw:equation draw:name="f4" draw:formula="left+800"/>
            <draw:equation draw:name="f5" draw:formula="right-800"/>
            <draw:equation draw:name="f6" draw:formula="top+800"/>
            <draw:equation draw:name="f7" draw:formula="bottom-800"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2_27" draw:style-name="gr1" draw:text-style-name="P34" draw:layer="layout" svg:width="28.002cm" svg:height="1.687cm" svg:x="0cm" svg:y="1.324cm">
          <text:p text:style-name="P33">
            <text:span text:style-name="T7">Lorem &amp; Ipsum</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <presentation:notes draw:style-name="dp2">
          <draw:page-thumbnail draw:style-name="gr2" draw:layer="layout" svg:width="19.797cm" svg:height="11.136cm" svg:x="0.601cm" svg:y="2.257cm" draw:page-number="5" presentation:class="page"/>
          <draw:frame presentation:style-name="pr4" draw:text-style-name="P6" draw:layer="layout" svg:width="16.799cm" svg:height="13.364cm" svg:x="2.1cm" svg:y="14.107cm" presentation:class="notes" presentation:placeholder="true">
            <draw:text-box/>
          </draw:frame>
        </presentation:notes>
      </draw:page>
      <draw:page draw:name="page6" draw:style-name="dp1" draw:master-page-name="Bottom_20_Bar_20_White" presentation:presentation-page-layout-name="AL2T1">
        <office:forms form:automatic-focus="false" form:apply-design-mode="false"/>
        <draw:custom-shape draw:name="TextShape 2_18" draw:style-name="gr1" draw:text-style-name="P23" draw:layer="layout" svg:width="3.885cm" svg:height="0.801cm" svg:x="21.561cm" svg:y="4.457cm">
          <text:p text:style-name="P22">
            <text:span text:style-name="T9">Ipsum</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2_19" draw:style-name="gr1" draw:text-style-name="P44" draw:layer="layout" svg:width="4.572cm" svg:height="1.52cm" svg:x="21.636cm" svg:y="5.347cm">
          <text:p text:style-name="P43">
            <text:span text:style-name="T13">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2_20" draw:style-name="gr1" draw:text-style-name="P46" draw:layer="layout" svg:width="28.002cm" svg:height="1.687cm" svg:x="0cm" svg:y="1.324cm">
          <text:p text:style-name="P45">
            <text:span text:style-name="T7">Lorem &amp; Ipsum</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:path draw:style-name="gr25" draw:text-style-name="P47" draw:layer="layout" svg:width="5.276cm" svg:height="5.254cm" draw:transform="skewX (-0.00925024503556994) rotate (0.0448549617762543) translate (11.1345922398245cm 5.60524483224389cm)" svg:viewBox="0 0 5277 5255" svg:d="M3422 1770c362-158 909-178 1855 133-383 788-839 1288-1375 1448 308 232 593 681 806 1592-1066 109-1826-90-2203-656-186 397-620 763-1835 968-47-982 162-1686 675-2050-437-97-894-436-1345-1581 712-177 1303-190 1750-17 2-388 207-886 875-1607 560 642 841 1237 797 1770z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr4" draw:text-style-name="P48" draw:layer="layout" svg:width="2.183cm" svg:height="2.148cm" svg:x="6.506cm" svg:y="10.268cm" svg:viewBox="0 0 2184 2149" svg:d="M2113 2149c-583-667-1755 239-2113-2148 26-1 51-1 76-1h58c1539 6 2296 658 1979 2149z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr7" draw:text-style-name="P49" draw:layer="layout" svg:width="2.183cm" svg:height="2.148cm" svg:x="18.944cm" svg:y="4.726cm" svg:viewBox="0 0 2184 2149" svg:d="M71 2149c583-667 1755 239 2113-2148-26-1-51-1-76-1h-58c-1539 6-2296 658-1979 2149z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr9" draw:text-style-name="P50" draw:layer="layout" svg:width="2.183cm" svg:height="2.148cm" svg:x="7.014cm" svg:y="4.811cm" svg:viewBox="0 0 2184 2149" svg:d="M2113 2149c-583-667-1755 239-2113-2148 26-1 51-1 76-1h58c1539 6 2296 658 1979 2149z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr11" draw:text-style-name="P51" draw:layer="layout" svg:width="2.183cm" svg:height="2.148cm" svg:x="18.436cm" svg:y="10.705cm" svg:viewBox="0 0 2184 2149" svg:d="M71 2149c583-667 1755 239 2113-2148-26-1-51-1-76-1h-58c-1539 6-2296 658-1979 2149z">
          <text:p/>
        </draw:path>
        <draw:custom-shape draw:name="TextShape 2_21" draw:style-name="gr1" draw:text-style-name="P23" draw:layer="layout" svg:width="3.885cm" svg:height="0.801cm" svg:x="21.184cm" svg:y="10.323cm">
          <text:p text:style-name="P22">
            <text:span text:style-name="T9">Sit</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2_22" draw:style-name="gr1" draw:text-style-name="P44" draw:layer="layout" svg:width="4.572cm" svg:height="1.52cm" svg:x="21.259cm" svg:y="11.213cm">
          <text:p text:style-name="P43">
            <text:span text:style-name="T13">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2_23" draw:style-name="gr1" draw:text-style-name="P53" draw:layer="layout" svg:width="4.572cm" svg:height="0.801cm" svg:x="2.064cm" svg:y="4.481cm">
          <text:p text:style-name="P52">
            <text:span text:style-name="T9">Lorem</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2_24" draw:style-name="gr1" draw:text-style-name="P55" draw:layer="layout" svg:width="4.572cm" svg:height="1.52cm" svg:x="2.131cm" svg:y="5.371cm">
          <text:p text:style-name="P54">
            <text:span text:style-name="T13">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2_25" draw:style-name="gr1" draw:text-style-name="P53" draw:layer="layout" svg:width="4.572cm" svg:height="0.801cm" svg:x="1.578cm" svg:y="10.06cm">
          <text:p text:style-name="P52">
            <text:span text:style-name="T9">Dolor</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2_26" draw:style-name="gr1" draw:text-style-name="P55" draw:layer="layout" svg:width="4.572cm" svg:height="1.52cm" svg:x="1.645cm" svg:y="10.95cm">
          <text:p text:style-name="P54">
            <text:span text:style-name="T13">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:style-name="gr26" draw:text-style-name="P56" draw:layer="layout" svg:width="1.778cm" svg:height="0.762cm" draw:transform="rotate (-2.72219003433556) translate (18.49cm 7.454cm)">
          <text:p/>
          <draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:text-areas="?f7 ?f0 21600 ?f2" draw:type="left-arrow" draw:modifiers="5400 5400" draw:enhanced-path="M 21600 ?f0 L ?f1 ?f0 ?f1 0 0 10800 ?f1 21600 ?f1 ?f2 21600 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="$1 "/>
            <draw:equation draw:name="f1" draw:formula="$0 "/>
            <draw:equation draw:name="f2" draw:formula="21600-$1 "/>
            <draw:equation draw:name="f3" draw:formula="21600-?f1 "/>
            <draw:equation draw:name="f4" draw:formula="?f3 *?f0 /10800"/>
            <draw:equation draw:name="f5" draw:formula="?f1 +?f4 "/>
            <draw:equation draw:name="f6" draw:formula="?f1 *?f0 /10800"/>
            <draw:equation draw:name="f7" draw:formula="?f1 -?f6 "/>
            <draw:handle draw:handle-position="$0 $1" draw:handle-range-x-minimum="0" draw:handle-range-x-maximum="21600" draw:handle-range-y-minimum="0" draw:handle-range-y-maximum="10800"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:style-name="gr26" draw:text-style-name="P56" draw:layer="layout" svg:width="1.778cm" svg:height="0.762cm" draw:transform="rotate (2.64452288262181) translate (17.971cm 11.832cm)">
          <text:p/>
          <draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:text-areas="?f7 ?f0 21600 ?f2" draw:type="left-arrow" draw:modifiers="5400 5400" draw:enhanced-path="M 21600 ?f0 L ?f1 ?f0 ?f1 0 0 10800 ?f1 21600 ?f1 ?f2 21600 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="$1 "/>
            <draw:equation draw:name="f1" draw:formula="$0 "/>
            <draw:equation draw:name="f2" draw:formula="21600-$1 "/>
            <draw:equation draw:name="f3" draw:formula="21600-?f1 "/>
            <draw:equation draw:name="f4" draw:formula="?f3 *?f0 /10800"/>
            <draw:equation draw:name="f5" draw:formula="?f1 +?f4 "/>
            <draw:equation draw:name="f6" draw:formula="?f1 *?f0 /10800"/>
            <draw:equation draw:name="f7" draw:formula="?f1 -?f6 "/>
            <draw:handle draw:handle-position="$0 $1" draw:handle-range-x-minimum="0" draw:handle-range-x-maximum="21600" draw:handle-range-y-minimum="0" draw:handle-range-y-maximum="10800"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:style-name="gr26" draw:text-style-name="P56" draw:layer="layout" svg:width="1.778cm" svg:height="0.762cm" draw:transform="rotate (-0.584685299418101) translate (9.813cm 6.668cm)">
          <text:p/>
          <draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:text-areas="?f7 ?f0 21600 ?f2" draw:type="left-arrow" draw:modifiers="5400 5400" draw:enhanced-path="M 21600 ?f0 L ?f1 ?f0 ?f1 0 0 10800 ?f1 21600 ?f1 ?f2 21600 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="$1 "/>
            <draw:equation draw:name="f1" draw:formula="$0 "/>
            <draw:equation draw:name="f2" draw:formula="21600-$1 "/>
            <draw:equation draw:name="f3" draw:formula="21600-?f1 "/>
            <draw:equation draw:name="f4" draw:formula="?f3 *?f0 /10800"/>
            <draw:equation draw:name="f5" draw:formula="?f1 +?f4 "/>
            <draw:equation draw:name="f6" draw:formula="?f1 *?f0 /10800"/>
            <draw:equation draw:name="f7" draw:formula="?f1 -?f6 "/>
            <draw:handle draw:handle-position="$0 $1" draw:handle-range-x-minimum="0" draw:handle-range-x-maximum="21600" draw:handle-range-y-minimum="0" draw:handle-range-y-maximum="10800"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:style-name="gr26" draw:text-style-name="P56" draw:layer="layout" svg:width="1.778cm" svg:height="0.762cm" draw:transform="rotate (0.389906554895533) translate (9.398cm 10.879cm)">
          <text:p/>
          <draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:text-areas="?f7 ?f0 21600 ?f2" draw:type="left-arrow" draw:modifiers="5400 5400" draw:enhanced-path="M 21600 ?f0 L ?f1 ?f0 ?f1 0 0 10800 ?f1 21600 ?f1 ?f2 21600 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="$1 "/>
            <draw:equation draw:name="f1" draw:formula="$0 "/>
            <draw:equation draw:name="f2" draw:formula="21600-$1 "/>
            <draw:equation draw:name="f3" draw:formula="21600-?f1 "/>
            <draw:equation draw:name="f4" draw:formula="?f3 *?f0 /10800"/>
            <draw:equation draw:name="f5" draw:formula="?f1 +?f4 "/>
            <draw:equation draw:name="f6" draw:formula="?f1 *?f0 /10800"/>
            <draw:equation draw:name="f7" draw:formula="?f1 -?f6 "/>
            <draw:handle draw:handle-position="$0 $1" draw:handle-range-x-minimum="0" draw:handle-range-x-maximum="21600" draw:handle-range-y-minimum="0" draw:handle-range-y-maximum="10800"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:path draw:style-name="gr14" draw:text-style-name="P38" draw:layer="layout" svg:width="1.235cm" svg:height="1.383cm" svg:x="13.27cm" svg:y="7.66cm" svg:viewBox="0 0 1236 1384" svg:d="M168 138h898c26 0 48 22 48 48v537c0 27-22 48-48 48h-898c-26 0-48-21-48-48v-537c0-26 22-48 48-48zM69 0h1096c39 0 71 31 71 71v784c0 38-32 69-71 69h-1096c-38 0-69-31-69-69v-784c0-40 31-71 69-71zM36 997h1163c20 0 37 15 37 36v315c0 18-17 36-37 36h-1163c-21 0-36-18-36-36v-315c0-21 15-36 36-36zM791 1105h301c17 0 32 14 32 32 0 16-15 29-32 29h-301c-17 0-30-13-30-29 0-18 13-32 30-32z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr14" draw:text-style-name="P38" draw:layer="layout" svg:width="1.054cm" svg:height="0.809cm" svg:x="19.452cm" svg:y="5.234cm" svg:viewBox="0 0 1055 810" svg:d="M405 0c223 0 404 181 404 405 0 89-28 172-77 239 10 37 25 68 56 77 39 13 105 0 217-55 18-9 39-1 47 16s2 38-16 46c-130 65-214 77-268 60-47-14-73-46-89-85-72 67-168 107-274 107-224 0-405-182-405-405 0-224 181-405 405-405zM405 503c64 0 117 52 117 117 0 64-53 118-117 118-65 0-117-54-117-118 0-65 52-117 117-117zM405 59c64 0 117 52 117 117 0 64-53 117-117 117-65 0-117-53-117-117 0-65 52-117 117-117zM299 398c0 65-52 117-117 117-64 0-116-52-116-117s52-117 117-117c64 0 116 52 116 117zM744 398c0 65-52 117-117 117s-117-52-117-117 52-117 117-117 117 52 117 117z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr14" draw:text-style-name="P38" draw:layer="layout" svg:width="0.618cm" svg:height="0.842cm" svg:x="7.255cm" svg:y="10.741cm" svg:viewBox="0 0 619 843" svg:d="M49 0h521c27 0 49 23 49 50v743c0 27-22 50-49 50h-521c-27 0-49-23-49-50v-743c0-27 22-50 49-50zM93 66h433c18 0 33 14 33 32v99c0 18-15 33-33 33h-433c-18 0-32-15-32-33v-99c0-18 14-32 32-32zM82 292h82c7 0 13 6 13 13v82c0 7-6 13-13 13h-82c-7 0-13-6-13-13v-82c0-7 6-13 13-13zM269 292h82c7 0 13 6 13 13v82c0 7-6 13-13 13h-82c-8 0-13-6-13-13v-82c0-7 5-13 13-13zM456 292h82c6 0 12 6 12 13v82c0 7-6 13-12 13h-82c-8 0-13-6-13-13v-82c0-7 5-13 13-13zM82 472h82c7 0 13 6 13 13v83c0 7-6 13-13 13h-82c-7 0-13-6-13-13v-83c0-7 6-13 13-13zM269 472h82c7 0 13 6 13 13v83c0 7-6 13-13 13h-82c-8 0-13-6-13-13v-83c0-7 5-13 13-13zM456 472h82c6 0 12 6 12 13v83c0 7-6 13-12 13h-82c-8 0-13-6-13-13v-83c0-7 5-13 13-13zM82 653h82c7 0 13 6 13 13v82c0 7-6 13-13 13h-82c-7 0-13-6-13-13v-82c0-7 6-13 13-13zM269 653h82c7 0 13 6 13 13v82c0 7-6 13-13 13h-82c-8 0-13-6-13-13v-82c0-7 5-13 13-13zM456 653h82c6 0 12 6 12 13v82c0 7-6 13-12 13h-82c-8 0-13-6-13-13v-82c0-7 5-13 13-13z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr14" draw:text-style-name="P38" draw:layer="layout" svg:width="0.813cm" svg:height="0.781cm" svg:x="19.05cm" svg:y="11.31cm" svg:viewBox="0 0 814 782" svg:d="M28 0c-10 1-18 6-24 15-8 14-4 32 10 41 56 32 94 94 122 175 29 85 45 190 55 307 1 17 16 29 32 27h503c16 0 30-14 30-30 0-17-14-29-30-29h-478c-10-111-27-211-55-294-32-95-79-167-148-207-5-4-11-5-17-5zM231 111l49 291h398l136-291zM247 613c-47 0-85 37-85 84 0 46 38 85 85 85s84-39 84-85c0-47-37-84-84-84zM664 613c-46 0-84 37-84 84 0 46 38 85 84 85 47 0 85-39 85-85 0-47-38-84-85-84z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr14" draw:text-style-name="P38" draw:layer="layout" svg:width="0.879cm" svg:height="0.865cm" svg:x="7.756cm" svg:y="5.384cm" svg:viewBox="0 0 880 866" svg:d="M191 0v134h-77c-63 0-114 51-114 115v201c0 63 51 114 114 114h46v-172h560v172h45c63 0 115-51 115-114v-201c0-64-52-115-115-115h-76v-134zM785 213c16 0 28 13 28 28 0 14-12 27-28 27-14 0-27-13-27-27 0-15 13-28 27-28zM177 411v455h526v-455h-505zM785 430c16 0 28 12 28 27s-12 28-28 28c-14 0-27-13-27-28s13-27 27-27zM220 454h440v367h-440zM266 497v31h294v-31zM266 558v31h226v-31zM266 621v31h309v-31zM266 682v31h266v-31z">
          <text:p/>
        </draw:path>
        <presentation:notes draw:style-name="dp2">
          <draw:page-thumbnail draw:style-name="gr2" draw:layer="layout" svg:width="19.797cm" svg:height="11.136cm" svg:x="0.601cm" svg:y="2.257cm" draw:page-number="6" presentation:class="page"/>
          <draw:frame presentation:style-name="pr5" draw:text-style-name="P6" draw:layer="layout" svg:width="16.799cm" svg:height="13.364cm" svg:x="2.1cm" svg:y="14.107cm" presentation:class="notes" presentation:placeholder="true">
            <draw:text-box/>
          </draw:frame>
        </presentation:notes>
      </draw:page>
      <draw:page draw:name="page7" draw:style-name="dp1" draw:master-page-name="Left_20_Bar_20_Blue" presentation:presentation-page-layout-name="AL2T1">
        <office:forms form:automatic-focus="false" form:apply-design-mode="false"/>
        <draw:custom-shape draw:name="TextShape 2_0" draw:style-name="gr1" draw:text-style-name="P58" draw:layer="layout" svg:width="3.885cm" svg:height="0.801cm" svg:x="21.561cm" svg:y="4.457cm">
          <text:p text:style-name="P57">
            <text:span text:style-name="T14">Ipsum</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2_1" draw:style-name="gr1" draw:text-style-name="P60" draw:layer="layout" svg:width="4.572cm" svg:height="1.52cm" svg:x="21.636cm" svg:y="5.347cm">
          <text:p text:style-name="P59">
            <text:span text:style-name="T15">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2_2" draw:style-name="gr1" draw:text-style-name="P62" draw:layer="layout" svg:width="28.002cm" svg:height="1.687cm" svg:x="0cm" svg:y="1.324cm">
          <text:p text:style-name="P61">
            <text:span text:style-name="T16">Lorem &amp; Ipsum</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:path draw:style-name="gr25" draw:text-style-name="P47" draw:layer="layout" svg:width="5.276cm" svg:height="5.254cm" draw:transform="skewX (-0.00925024503556994) rotate (0.0448549617762543) translate (11.1345922398245cm 5.60524483224389cm)" svg:viewBox="0 0 5277 5255" svg:d="M3422 1770c362-158 909-178 1855 133-383 788-839 1288-1375 1448 308 232 593 681 806 1592-1066 109-1826-90-2203-656-186 397-620 763-1835 968-47-982 162-1686 675-2050-437-97-894-436-1345-1581 712-177 1303-190 1750-17 2-388 207-886 875-1607 560 642 841 1237 797 1770z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr4" draw:text-style-name="P48" draw:layer="layout" svg:width="2.183cm" svg:height="2.148cm" svg:x="6.506cm" svg:y="10.268cm" svg:viewBox="0 0 2184 2149" svg:d="M2113 2149c-583-667-1755 239-2113-2148 26-1 51-1 76-1h58c1539 6 2296 658 1979 2149z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr7" draw:text-style-name="P49" draw:layer="layout" svg:width="2.183cm" svg:height="2.148cm" svg:x="18.944cm" svg:y="4.726cm" svg:viewBox="0 0 2184 2149" svg:d="M71 2149c583-667 1755 239 2113-2148-26-1-51-1-76-1h-58c-1539 6-2296 658-1979 2149z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr9" draw:text-style-name="P50" draw:layer="layout" svg:width="2.183cm" svg:height="2.148cm" svg:x="7.014cm" svg:y="4.811cm" svg:viewBox="0 0 2184 2149" svg:d="M2113 2149c-583-667-1755 239-2113-2148 26-1 51-1 76-1h58c1539 6 2296 658 1979 2149z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr11" draw:text-style-name="P51" draw:layer="layout" svg:width="2.183cm" svg:height="2.148cm" svg:x="18.436cm" svg:y="10.705cm" svg:viewBox="0 0 2184 2149" svg:d="M71 2149c583-667 1755 239 2113-2148-26-1-51-1-76-1h-58c-1539 6-2296 658-1979 2149z">
          <text:p/>
        </draw:path>
        <draw:custom-shape draw:name="TextShape 2_6" draw:style-name="gr1" draw:text-style-name="P58" draw:layer="layout" svg:width="3.885cm" svg:height="0.801cm" svg:x="21.184cm" svg:y="10.323cm">
          <text:p text:style-name="P57">
            <text:span text:style-name="T14">Sit</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2_7" draw:style-name="gr1" draw:text-style-name="P60" draw:layer="layout" svg:width="4.572cm" svg:height="1.52cm" svg:x="21.259cm" svg:y="11.213cm">
          <text:p text:style-name="P59">
            <text:span text:style-name="T15">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2_8" draw:style-name="gr1" draw:text-style-name="P64" draw:layer="layout" svg:width="4.572cm" svg:height="0.801cm" svg:x="2.064cm" svg:y="4.481cm">
          <text:p text:style-name="P63">
            <text:span text:style-name="T14">Lorem</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2_9" draw:style-name="gr1" draw:text-style-name="P66" draw:layer="layout" svg:width="4.572cm" svg:height="1.52cm" svg:x="2.131cm" svg:y="5.371cm">
          <text:p text:style-name="P65">
            <text:span text:style-name="T15">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2_10" draw:style-name="gr1" draw:text-style-name="P64" draw:layer="layout" svg:width="4.572cm" svg:height="0.801cm" svg:x="1.578cm" svg:y="10.06cm">
          <text:p text:style-name="P63">
            <text:span text:style-name="T14">Dolor</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2_11" draw:style-name="gr1" draw:text-style-name="P66" draw:layer="layout" svg:width="4.572cm" svg:height="1.52cm" svg:x="1.645cm" svg:y="10.95cm">
          <text:p text:style-name="P65">
            <text:span text:style-name="T15">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:style-name="gr26" draw:text-style-name="P56" draw:layer="layout" svg:width="1.778cm" svg:height="0.762cm" draw:transform="rotate (-2.72219003433556) translate (18.49cm 7.454cm)">
          <text:p/>
          <draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:text-areas="?f7 ?f0 21600 ?f2" draw:type="left-arrow" draw:modifiers="5400 5400" draw:enhanced-path="M 21600 ?f0 L ?f1 ?f0 ?f1 0 0 10800 ?f1 21600 ?f1 ?f2 21600 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="$1 "/>
            <draw:equation draw:name="f1" draw:formula="$0 "/>
            <draw:equation draw:name="f2" draw:formula="21600-$1 "/>
            <draw:equation draw:name="f3" draw:formula="21600-?f1 "/>
            <draw:equation draw:name="f4" draw:formula="?f3 *?f0 /10800"/>
            <draw:equation draw:name="f5" draw:formula="?f1 +?f4 "/>
            <draw:equation draw:name="f6" draw:formula="?f1 *?f0 /10800"/>
            <draw:equation draw:name="f7" draw:formula="?f1 -?f6 "/>
            <draw:handle draw:handle-position="$0 $1" draw:handle-range-x-minimum="0" draw:handle-range-x-maximum="21600" draw:handle-range-y-minimum="0" draw:handle-range-y-maximum="10800"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:style-name="gr26" draw:text-style-name="P56" draw:layer="layout" svg:width="1.778cm" svg:height="0.762cm" draw:transform="rotate (2.64452288262181) translate (17.971cm 11.832cm)">
          <text:p/>
          <draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:text-areas="?f7 ?f0 21600 ?f2" draw:type="left-arrow" draw:modifiers="5400 5400" draw:enhanced-path="M 21600 ?f0 L ?f1 ?f0 ?f1 0 0 10800 ?f1 21600 ?f1 ?f2 21600 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="$1 "/>
            <draw:equation draw:name="f1" draw:formula="$0 "/>
            <draw:equation draw:name="f2" draw:formula="21600-$1 "/>
            <draw:equation draw:name="f3" draw:formula="21600-?f1 "/>
            <draw:equation draw:name="f4" draw:formula="?f3 *?f0 /10800"/>
            <draw:equation draw:name="f5" draw:formula="?f1 +?f4 "/>
            <draw:equation draw:name="f6" draw:formula="?f1 *?f0 /10800"/>
            <draw:equation draw:name="f7" draw:formula="?f1 -?f6 "/>
            <draw:handle draw:handle-position="$0 $1" draw:handle-range-x-minimum="0" draw:handle-range-x-maximum="21600" draw:handle-range-y-minimum="0" draw:handle-range-y-maximum="10800"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:style-name="gr26" draw:text-style-name="P56" draw:layer="layout" svg:width="1.778cm" svg:height="0.762cm" draw:transform="rotate (-0.584685299418101) translate (9.813cm 6.668cm)">
          <text:p/>
          <draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:text-areas="?f7 ?f0 21600 ?f2" draw:type="left-arrow" draw:modifiers="5400 5400" draw:enhanced-path="M 21600 ?f0 L ?f1 ?f0 ?f1 0 0 10800 ?f1 21600 ?f1 ?f2 21600 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="$1 "/>
            <draw:equation draw:name="f1" draw:formula="$0 "/>
            <draw:equation draw:name="f2" draw:formula="21600-$1 "/>
            <draw:equation draw:name="f3" draw:formula="21600-?f1 "/>
            <draw:equation draw:name="f4" draw:formula="?f3 *?f0 /10800"/>
            <draw:equation draw:name="f5" draw:formula="?f1 +?f4 "/>
            <draw:equation draw:name="f6" draw:formula="?f1 *?f0 /10800"/>
            <draw:equation draw:name="f7" draw:formula="?f1 -?f6 "/>
            <draw:handle draw:handle-position="$0 $1" draw:handle-range-x-minimum="0" draw:handle-range-x-maximum="21600" draw:handle-range-y-minimum="0" draw:handle-range-y-maximum="10800"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:style-name="gr26" draw:text-style-name="P56" draw:layer="layout" svg:width="1.778cm" svg:height="0.762cm" draw:transform="rotate (0.389906554895533) translate (9.398cm 10.879cm)">
          <text:p/>
          <draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:text-areas="?f7 ?f0 21600 ?f2" draw:type="left-arrow" draw:modifiers="5400 5400" draw:enhanced-path="M 21600 ?f0 L ?f1 ?f0 ?f1 0 0 10800 ?f1 21600 ?f1 ?f2 21600 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="$1 "/>
            <draw:equation draw:name="f1" draw:formula="$0 "/>
            <draw:equation draw:name="f2" draw:formula="21600-$1 "/>
            <draw:equation draw:name="f3" draw:formula="21600-?f1 "/>
            <draw:equation draw:name="f4" draw:formula="?f3 *?f0 /10800"/>
            <draw:equation draw:name="f5" draw:formula="?f1 +?f4 "/>
            <draw:equation draw:name="f6" draw:formula="?f1 *?f0 /10800"/>
            <draw:equation draw:name="f7" draw:formula="?f1 -?f6 "/>
            <draw:handle draw:handle-position="$0 $1" draw:handle-range-x-minimum="0" draw:handle-range-x-maximum="21600" draw:handle-range-y-minimum="0" draw:handle-range-y-maximum="10800"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:path draw:style-name="gr14" draw:text-style-name="P38" draw:layer="layout" svg:width="1.235cm" svg:height="1.383cm" svg:x="13.27cm" svg:y="7.66cm" svg:viewBox="0 0 1236 1384" svg:d="M168 138h898c26 0 48 22 48 48v537c0 27-22 48-48 48h-898c-26 0-48-21-48-48v-537c0-26 22-48 48-48zM69 0h1096c39 0 71 31 71 71v784c0 38-32 69-71 69h-1096c-38 0-69-31-69-69v-784c0-40 31-71 69-71zM36 997h1163c20 0 37 15 37 36v315c0 18-17 36-37 36h-1163c-21 0-36-18-36-36v-315c0-21 15-36 36-36zM791 1105h301c17 0 32 14 32 32 0 16-15 29-32 29h-301c-17 0-30-13-30-29 0-18 13-32 30-32z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr14" draw:text-style-name="P38" draw:layer="layout" svg:width="1.054cm" svg:height="0.809cm" svg:x="19.452cm" svg:y="5.234cm" svg:viewBox="0 0 1055 810" svg:d="M405 0c223 0 404 181 404 405 0 89-28 172-77 239 10 37 25 68 56 77 39 13 105 0 217-55 18-9 39-1 47 16s2 38-16 46c-130 65-214 77-268 60-47-14-73-46-89-85-72 67-168 107-274 107-224 0-405-182-405-405 0-224 181-405 405-405zM405 503c64 0 117 52 117 117 0 64-53 118-117 118-65 0-117-54-117-118 0-65 52-117 117-117zM405 59c64 0 117 52 117 117 0 64-53 117-117 117-65 0-117-53-117-117 0-65 52-117 117-117zM299 398c0 65-52 117-117 117-64 0-116-52-116-117s52-117 117-117c64 0 116 52 116 117zM744 398c0 65-52 117-117 117s-117-52-117-117 52-117 117-117 117 52 117 117z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr14" draw:text-style-name="P38" draw:layer="layout" svg:width="0.618cm" svg:height="0.842cm" svg:x="7.255cm" svg:y="10.741cm" svg:viewBox="0 0 619 843" svg:d="M49 0h521c27 0 49 23 49 50v743c0 27-22 50-49 50h-521c-27 0-49-23-49-50v-743c0-27 22-50 49-50zM93 66h433c18 0 33 14 33 32v99c0 18-15 33-33 33h-433c-18 0-32-15-32-33v-99c0-18 14-32 32-32zM82 292h82c7 0 13 6 13 13v82c0 7-6 13-13 13h-82c-7 0-13-6-13-13v-82c0-7 6-13 13-13zM269 292h82c7 0 13 6 13 13v82c0 7-6 13-13 13h-82c-8 0-13-6-13-13v-82c0-7 5-13 13-13zM456 292h82c6 0 12 6 12 13v82c0 7-6 13-12 13h-82c-8 0-13-6-13-13v-82c0-7 5-13 13-13zM82 472h82c7 0 13 6 13 13v83c0 7-6 13-13 13h-82c-7 0-13-6-13-13v-83c0-7 6-13 13-13zM269 472h82c7 0 13 6 13 13v83c0 7-6 13-13 13h-82c-8 0-13-6-13-13v-83c0-7 5-13 13-13zM456 472h82c6 0 12 6 12 13v83c0 7-6 13-12 13h-82c-8 0-13-6-13-13v-83c0-7 5-13 13-13zM82 653h82c7 0 13 6 13 13v82c0 7-6 13-13 13h-82c-7 0-13-6-13-13v-82c0-7 6-13 13-13zM269 653h82c7 0 13 6 13 13v82c0 7-6 13-13 13h-82c-8 0-13-6-13-13v-82c0-7 5-13 13-13zM456 653h82c6 0 12 6 12 13v82c0 7-6 13-12 13h-82c-8 0-13-6-13-13v-82c0-7 5-13 13-13z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr14" draw:text-style-name="P38" draw:layer="layout" svg:width="0.813cm" svg:height="0.781cm" svg:x="19.05cm" svg:y="11.31cm" svg:viewBox="0 0 814 782" svg:d="M28 0c-10 1-18 6-24 15-8 14-4 32 10 41 56 32 94 94 122 175 29 85 45 190 55 307 1 17 16 29 32 27h503c16 0 30-14 30-30 0-17-14-29-30-29h-478c-10-111-27-211-55-294-32-95-79-167-148-207-5-4-11-5-17-5zM231 111l49 291h398l136-291zM247 613c-47 0-85 37-85 84 0 46 38 85 85 85s84-39 84-85c0-47-37-84-84-84zM664 613c-46 0-84 37-84 84 0 46 38 85 84 85 47 0 85-39 85-85 0-47-38-84-85-84z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr14" draw:text-style-name="P38" draw:layer="layout" svg:width="0.879cm" svg:height="0.865cm" svg:x="7.756cm" svg:y="5.384cm" svg:viewBox="0 0 880 866" svg:d="M191 0v134h-77c-63 0-114 51-114 115v201c0 63 51 114 114 114h46v-172h560v172h45c63 0 115-51 115-114v-201c0-64-52-115-115-115h-76v-134zM785 213c16 0 28 13 28 28 0 14-12 27-28 27-14 0-27-13-27-27 0-15 13-28 27-28zM177 411v455h526v-455h-505zM785 430c16 0 28 12 28 27s-12 28-28 28c-14 0-27-13-27-28s13-27 27-27zM220 454h440v367h-440zM266 497v31h294v-31zM266 558v31h226v-31zM266 621v31h309v-31zM266 682v31h266v-31z">
          <text:p/>
        </draw:path>
        <presentation:notes draw:style-name="dp2">
          <draw:page-thumbnail draw:style-name="gr2" draw:layer="layout" svg:width="19.797cm" svg:height="11.136cm" svg:x="0.601cm" svg:y="2.257cm" draw:page-number="7" presentation:class="page"/>
          <draw:frame presentation:style-name="pr6" draw:text-style-name="P20" draw:layer="layout" svg:width="16.799cm" svg:height="13.364cm" svg:x="2.1cm" svg:y="14.107cm" presentation:class="notes" presentation:placeholder="true">
            <draw:text-box/>
          </draw:frame>
        </presentation:notes>
      </draw:page>
      <draw:page draw:name="page8" draw:style-name="dp1" draw:master-page-name="Leaf_20_White_20_1" presentation:presentation-page-layout-name="AL2T1">
        <office:forms form:automatic-focus="false" form:apply-design-mode="false"/>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr1" draw:text-style-name="P34" draw:layer="layout" svg:width="28.002cm" svg:height="1.687cm" svg:x="0cm" svg:y="1.324cm">
          <text:p text:style-name="P33">
            <text:span text:style-name="T7">Lorem &amp; Ipsum</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr1" draw:text-style-name="P68" draw:layer="layout" svg:width="3.885cm" svg:height="0.883cm" svg:x="8.202cm" svg:y="4.086cm">
          <text:p text:style-name="P67">
            <text:span text:style-name="T17">Lorem</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr1" draw:text-style-name="P44" draw:layer="layout" svg:width="4.741cm" svg:height="1.52cm" svg:x="8.277cm" svg:y="4.963cm">
          <text:p text:style-name="P43">
            <text:span text:style-name="T13">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:path draw:style-name="gr4" draw:text-style-name="P48" draw:layer="layout" svg:width="2.02cm" svg:height="1.988cm" svg:x="5.419cm" svg:y="4.34cm" svg:viewBox="0 0 2021 1989" svg:d="M66 1989c539-618 1624 221 1955-1988-24-1-47-1-70-1h-54c-1424 6-2124 609-1831 1989z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr14" draw:text-style-name="P38" draw:layer="layout" svg:width="0.572cm" svg:height="0.779cm" svg:x="6.174cm" svg:y="4.778cm" svg:viewBox="0 0 573 780" svg:d="M527 0h-482c-25 0-45 21-45 46v688c0 25 20 46 45 46h482c25 0 46-21 46-46v-688c0-25-21-46-46-46zM487 61h-401c-17 0-30 13-30 30v91c0 17 13 31 30 31h401c16 0 29-14 29-31v-91c0-17-13-30-29-30zM497 270h-76c-6 0-12 6-12 12v76c0 7 6 12 12 12h76c6 0 12-5 12-12v-76c0-6-6-12-12-12zM324 270h-76c-6 0-12 6-12 12v76c0 7 6 12 12 12h76c7 0 12-5 12-12v-76c0-6-5-12-12-12zM151 270h-76c-6 0-11 6-11 12v76c0 7 5 12 11 12h76c7 0 12-5 12-12v-76c0-6-5-12-12-12zM497 437h-76c-6 0-12 5-12 12v77c0 6 6 12 12 12h76c6 0 12-6 12-12v-77c0-7-6-12-12-12zM324 437h-76c-6 0-12 5-12 12v77c0 6 6 12 12 12h76c7 0 12-6 12-12v-77c0-7-5-12-12-12zM151 437h-76c-6 0-11 5-11 12v77c0 6 5 12 11 12h76c7 0 12-6 12-12v-77c0-7-5-12-12-12zM497 604h-76c-6 0-12 6-12 12v76c0 7 6 12 12 12h76c6 0 12-5 12-12v-76c0-6-6-12-12-12zM324 604h-76c-6 0-12 6-12 12v76c0 7 6 12 12 12h76c7 0 12-5 12-12v-76c0-6-5-12-12-12zM151 604h-76c-6 0-11 6-11 12v76c0 7 5 12 11 12h76c7 0 12-5 12-12v-76c0-6-5-12-12-12z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr9" draw:text-style-name="P50" draw:layer="layout" svg:width="2.02cm" svg:height="1.988cm" svg:x="5.408cm" svg:y="7.787cm" svg:viewBox="0 0 2021 1989" svg:d="M66 1989c539-618 1624 221 1955-1988-24-1-47-1-70-1h-54c-1424 6-2124 609-1831 1989z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr14" draw:text-style-name="P38" draw:layer="layout" svg:width="0.813cm" svg:height="0.8cm" svg:x="5.928cm" svg:y="8.318cm" svg:viewBox="0 0 814 801" svg:d="M638 0v124h71c58 0 105 47 105 106v186c0 59-47 106-105 106h-43v-159h-518v159h-42c-58 0-106-47-106-106v-186c0-59 48-106 106-106h71v-124zM88 197c-15 0-26 13-26 26s11 25 26 25c13 0 25-12 25-25s-12-26-25-26zM651 380v421h-487v-421h467zM88 398c-15 0-26 11-26 25s11 26 26 26c13 0 25-12 25-26s-12-25-25-25zM611 420h-407v340h407zM568 460v29h-272v-29zM568 516v29h-209v-29zM568 575v28h-286v-28zM568 631v29h-246v-29z">
          <text:p/>
        </draw:path>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr1" draw:text-style-name="P68" draw:layer="layout" svg:width="3.885cm" svg:height="0.883cm" svg:x="8.202cm" svg:y="7.511cm">
          <text:p text:style-name="P67">
            <text:span text:style-name="T17">Dolor</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr1" draw:text-style-name="P44" draw:layer="layout" svg:width="4.741cm" svg:height="1.52cm" svg:x="8.277cm" svg:y="8.388cm">
          <text:p text:style-name="P43">
            <text:span text:style-name="T13">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:path draw:style-name="gr7" draw:text-style-name="P49" draw:layer="layout" svg:width="2.02cm" svg:height="1.988cm" svg:x="14.806cm" svg:y="4.336cm" svg:viewBox="0 0 2021 1989" svg:d="M66 1989c539-618 1624 221 1955-1988-24-1-47-1-70-1h-54c-1424 6-2124 609-1831 1989z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr14" draw:text-style-name="P38" draw:layer="layout" svg:width="0.976cm" svg:height="0.748cm" svg:x="15.276cm" svg:y="4.806cm" svg:viewBox="0 0 977 749" svg:d="M375 0c206 0 374 167 374 375 0 82-26 159-72 221 10 34 23 63 52 71 36 12 97 0 201-51 17-8 36-1 43 15 8 16 2 35-14 43-121 60-198 71-248 55-44-13-68-42-83-79-66 62-155 99-253 99-208 0-375-168-375-374 0-208 167-375 375-375zM375 465c59 0 108 49 108 109 0 59-49 109-108 109-60 0-109-50-109-109 0-60 49-109 109-109zM375 55c59 0 108 48 108 108 0 59-49 108-108 108-60 0-109-49-109-108 0-60 49-108 109-108zM277 368c0 60-48 109-109 109-59 0-107-49-107-109s48-108 108-108 108 48 108 108zM688 368c0 60-48 109-108 109s-108-49-108-109 48-108 108-108 108 48 108 108z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr11" draw:text-style-name="P51" draw:layer="layout" svg:width="2.02cm" svg:height="1.988cm" svg:x="14.806cm" svg:y="7.795cm" svg:viewBox="0 0 2021 1989" svg:d="M66 1989c539-618 1624 221 1955-1988-24-1-47-1-70-1h-54c-1424 6-2124 609-1831 1989z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr14" draw:text-style-name="P38" draw:layer="layout" svg:width="0.752cm" svg:height="0.723cm" svg:x="15.374cm" svg:y="8.355cm" svg:viewBox="0 0 753 724" svg:d="M26 0c-9 1-17 6-22 14-8 13-4 29 9 38 52 29 87 87 113 162 27 78 42 176 51 284 1 16 15 27 29 25h466c15 0 28-13 28-28s-13-27-28-27h-442c-10-103-25-195-51-272-30-88-73-154-137-191-5-4-10-5-16-5zM214 103l45 269h368l126-269zM229 567c-44 0-79 35-79 78s35 79 79 79c43 0 77-36 77-79s-34-78-77-78zM615 567c-43 0-78 35-78 78s34 79 78 79c43 0 78-36 78-79s-35-78-78-78z">
          <text:p/>
        </draw:path>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr1" draw:text-style-name="P68" draw:layer="layout" svg:width="3.885cm" svg:height="0.883cm" svg:x="17.61cm" svg:y="4.086cm">
          <text:p text:style-name="P67">
            <text:span text:style-name="T17">Ipsum</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr1" draw:text-style-name="P44" draw:layer="layout" svg:width="4.741cm" svg:height="1.52cm" svg:x="17.685cm" svg:y="4.963cm">
          <text:p text:style-name="P43">
            <text:span text:style-name="T13">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr1" draw:text-style-name="P68" draw:layer="layout" svg:width="3.885cm" svg:height="0.883cm" svg:x="17.79cm" svg:y="7.511cm">
          <text:p text:style-name="P67">
            <text:span text:style-name="T17">Sit</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr1" draw:text-style-name="P44" draw:layer="layout" svg:width="4.741cm" svg:height="1.52cm" svg:x="17.865cm" svg:y="8.388cm">
          <text:p text:style-name="P43">
            <text:span text:style-name="T13">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:path draw:style-name="gr27" draw:text-style-name="P69" draw:layer="layout" svg:width="2.02cm" svg:height="1.988cm" svg:x="5.408cm" svg:y="11.392cm" svg:viewBox="0 0 2021 1989" svg:d="M66 1989c539-618 1624 221 1955-1988-24-1-47-1-70-1h-54c-1424 6-2124 609-1831 1989z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr14" draw:text-style-name="P38" draw:layer="layout" svg:width="0.813cm" svg:height="0.8cm" svg:x="5.928cm" svg:y="11.923cm" svg:viewBox="0 0 814 801" svg:d="M638 0v124h71c58 0 105 47 105 106v186c0 59-47 106-105 106h-43v-159h-518v159h-42c-58 0-106-47-106-106v-186c0-59 48-106 106-106h71v-124zM88 197c-15 0-26 13-26 26s11 25 26 25c13 0 25-12 25-25s-12-26-25-26zM651 380v421h-487v-421h467zM88 398c-15 0-26 11-26 25s11 26 26 26c13 0 25-12 25-26s-12-25-25-25zM611 420h-407v340h407zM568 460v29h-272v-29zM568 516v29h-209v-29zM568 575v28h-286v-28zM568 631v29h-246v-29z">
          <text:p/>
        </draw:path>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr1" draw:text-style-name="P68" draw:layer="layout" svg:width="3.885cm" svg:height="0.883cm" svg:x="8.202cm" svg:y="11.116cm">
          <text:p text:style-name="P67">
            <text:span text:style-name="T17">Amet</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr1" draw:text-style-name="P44" draw:layer="layout" svg:width="4.741cm" svg:height="1.52cm" svg:x="8.277cm" svg:y="11.993cm">
          <text:p text:style-name="P43">
            <text:span text:style-name="T13">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:path draw:style-name="gr28" draw:text-style-name="P70" draw:layer="layout" svg:width="2.02cm" svg:height="1.988cm" svg:x="14.806cm" svg:y="11.4cm" svg:viewBox="0 0 2021 1989" svg:d="M66 1989c539-618 1624 221 1955-1988-24-1-47-1-70-1h-54c-1424 6-2124 609-1831 1989z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr14" draw:text-style-name="P38" draw:layer="layout" svg:width="0.752cm" svg:height="0.723cm" svg:x="15.374cm" svg:y="11.96cm" svg:viewBox="0 0 753 724" svg:d="M26 0c-9 1-17 6-22 14-8 13-4 29 9 38 52 29 87 87 113 162 27 78 42 176 51 284 1 16 15 27 29 25h466c15 0 28-13 28-28s-13-27-28-27h-442c-10-103-25-195-51-272-30-88-73-154-137-191-5-4-10-5-16-5zM214 103l45 269h368l126-269zM229 567c-44 0-79 35-79 78s35 79 79 79c43 0 77-36 77-79s-34-78-77-78zM615 567c-43 0-78 35-78 78s34 79 78 79c43 0 78-36 78-79s-35-78-78-78z">
          <text:p/>
        </draw:path>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr1" draw:text-style-name="P68" draw:layer="layout" svg:width="4.71cm" svg:height="0.885cm" svg:x="17.79cm" svg:y="11.116cm">
          <text:p text:style-name="P67">
            <text:span text:style-name="T17">Consectetuer</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr1" draw:text-style-name="P44" draw:layer="layout" svg:width="4.741cm" svg:height="1.52cm" svg:x="17.865cm" svg:y="11.993cm">
          <text:p text:style-name="P43">
            <text:span text:style-name="T13">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <presentation:notes draw:style-name="dp2">
          <draw:page-thumbnail draw:style-name="gr2" draw:layer="layout" svg:width="19.797cm" svg:height="11.136cm" svg:x="0.601cm" svg:y="2.257cm" draw:page-number="8" presentation:class="page"/>
          <draw:frame presentation:style-name="pr7" draw:text-style-name="P6" draw:layer="layout" svg:width="16.799cm" svg:height="13.364cm" svg:x="2.1cm" svg:y="14.107cm" presentation:class="notes" presentation:placeholder="true">
            <draw:text-box/>
          </draw:frame>
        </presentation:notes>
      </draw:page>
      <draw:page draw:name="page9" draw:style-name="dp1" draw:master-page-name="Leaf_20_White_20_2" presentation:presentation-page-layout-name="AL2T1">
        <office:forms form:automatic-focus="false" form:apply-design-mode="false"/>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr1" draw:text-style-name="P34" draw:layer="layout" svg:width="28.002cm" svg:height="1.687cm" svg:x="0cm" svg:y="1.324cm">
          <text:p text:style-name="P33">
            <text:span text:style-name="T7">Lorem &amp; Ipsum</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:path draw:style-name="gr29" draw:text-style-name="P71" draw:layer="layout" svg:width="4.146cm" svg:height="7.39cm" svg:x="9.652cm" svg:y="4.648cm" svg:viewBox="0 0 4147 7391" svg:d="M4147 7391c-1757-1599-3565-1213-4147-4121l616 132c-103-233-183-352-263-629l1283 316c75-2048 1728-2495 2511-3089z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr30" draw:text-style-name="P72" draw:layer="layout" svg:width="4.181cm" svg:height="7.451cm" svg:x="14.037cm" svg:y="4.618cm" svg:viewBox="0 0 4182 7452" svg:d="M0 7452c1772-1612 3595-1223 4182-4155l-621 133c103-234 184-355 265-634l-1294 319c-76-2065-1742-2516-2532-3115z">
          <text:p/>
        </draw:path>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr1" draw:text-style-name="P74" draw:layer="layout" svg:width="7.62cm" svg:height="1.096cm" svg:x="19.304cm" svg:y="7.35cm">
          <text:p text:style-name="P73">
            <text:span text:style-name="T18">Ipsum</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr31" draw:text-style-name="P76" draw:layer="layout" svg:width="7.196cm" svg:height="2.151cm" svg:x="19.304cm" svg:y="8.54cm">
          <text:p text:style-name="P75">
            <text:span text:style-name="T19">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr1" draw:text-style-name="P78" draw:layer="layout" svg:width="3.524cm" svg:height="1.775cm" svg:x="14.293cm" svg:y="8.085cm">
          <text:p text:style-name="P77">
            <text:span text:style-name="T20">30%</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr1" draw:text-style-name="P80" draw:layer="layout" svg:width="3.224cm" svg:height="1.775cm" svg:x="10.415cm" svg:y="8.085cm">
          <text:p text:style-name="P79">
            <text:span text:style-name="T20">70%</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr1" draw:text-style-name="P82" draw:layer="layout" svg:width="7.62cm" svg:height="1.096cm" svg:x="1.279cm" svg:y="7.35cm">
          <text:p text:style-name="P81">
            <text:span text:style-name="T21">Lorem</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr1" draw:text-style-name="P84" draw:layer="layout" svg:width="6.899cm" svg:height="2.151cm" svg:x="2cm" svg:y="8.54cm">
          <text:p text:style-name="P83">
            <text:span text:style-name="T22">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <presentation:notes draw:style-name="dp2">
          <draw:page-thumbnail draw:style-name="gr2" draw:layer="layout" svg:width="19.797cm" svg:height="11.136cm" svg:x="0.601cm" svg:y="2.257cm" draw:page-number="9" presentation:class="page"/>
          <draw:frame presentation:style-name="pr8" draw:text-style-name="P20" draw:layer="layout" svg:width="16.799cm" svg:height="13.364cm" svg:x="2.1cm" svg:y="14.107cm" presentation:class="notes" presentation:placeholder="true">
            <draw:text-box/>
          </draw:frame>
        </presentation:notes>
      </draw:page>
      <draw:page draw:name="page10" draw:style-name="dp1" draw:master-page-name="Leaf_20_Blue_20_1" presentation:presentation-page-layout-name="AL3T11">
        <office:forms form:automatic-focus="false" form:apply-design-mode="false"/>
        <draw:custom-shape draw:name="TextShape 1" draw:style-name="gr32" draw:text-style-name="P86" draw:layer="layout" svg:width="15.493cm" svg:height="1.356cm" svg:x="10.922cm" svg:y="3.618cm">
          <text:p text:style-name="P85">
            <text:span text:style-name="T23">Lorem &amp; Ipsum</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr33" draw:text-style-name="P88" draw:layer="layout" svg:width="14.223cm" svg:height="7.239cm" svg:x="10.922cm" svg:y="6.35cm">
          <text:p text:style-name="P87">
            <text:span text:style-name="T24">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</text:span>
          </text:p>
          <text:p text:style-name="P87">
            <text:span text:style-name="T24">Nam a nunc. Integer risus velit, facilisis eget, viverra et, venenatis id, leo. Proin diam augue, semper vitae, varius et, viverra id, felis. Fusce consectetuer tellus ut nisl. </text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <presentation:notes draw:style-name="dp2">
          <draw:page-thumbnail draw:style-name="gr2" draw:layer="layout" svg:width="19.797cm" svg:height="11.136cm" svg:x="0.601cm" svg:y="2.257cm" draw:page-number="10" presentation:class="page"/>
          <draw:frame presentation:style-name="pr9" draw:text-style-name="P6" draw:layer="layout" svg:width="16.799cm" svg:height="13.364cm" svg:x="2.1cm" svg:y="14.107cm" presentation:class="notes" presentation:placeholder="true">
            <draw:text-box/>
          </draw:frame>
        </presentation:notes>
      </draw:page>
      <draw:page draw:name="page11" draw:style-name="dp1" draw:master-page-name="Leaf_20_Blue_20_2" presentation:presentation-page-layout-name="AL3T11">
        <office:forms form:automatic-focus="false" form:apply-design-mode="false"/>
        <draw:custom-shape draw:name="TextShape 1" draw:style-name="gr32" draw:text-style-name="P86" draw:layer="layout" svg:width="15.493cm" svg:height="1.356cm" svg:x="3.302cm" svg:y="2.221cm">
          <text:p text:style-name="P85">
            <text:span text:style-name="T23">Lorem &amp; Ipsum</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2" draw:style-name="gr33" draw:text-style-name="P88" draw:layer="layout" svg:width="14.223cm" svg:height="7.239cm" svg:x="3.302cm" svg:y="4.953cm">
          <text:p text:style-name="P87">
            <text:span text:style-name="T24">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</text:span>
          </text:p>
          <text:p text:style-name="P87">
            <text:span text:style-name="T24">Nam a nunc. Integer risus velit, facilisis eget, viverra et, venenatis id, leo. Proin diam augue, semper vitae, varius et, viverra id, felis. Fusce consectetuer tellus ut nisl. </text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <presentation:notes draw:style-name="dp2">
          <draw:page-thumbnail draw:style-name="gr2" draw:layer="layout" svg:width="19.797cm" svg:height="11.136cm" svg:x="0.601cm" svg:y="2.257cm" draw:page-number="11" presentation:class="page"/>
          <draw:frame presentation:style-name="pr10" draw:text-style-name="P6" draw:layer="layout" svg:width="16.799cm" svg:height="13.364cm" svg:x="2.1cm" svg:y="14.107cm" presentation:class="notes" presentation:placeholder="true">
            <draw:text-box/>
          </draw:frame>
        </presentation:notes>
      </draw:page>
      <draw:page draw:name="page12" draw:style-name="dp1" draw:master-page-name="End_20_Slide" presentation:presentation-page-layout-name="AL2T1">
        <office:forms form:automatic-focus="false" form:apply-design-mode="false"/>
        <draw:custom-shape draw:name="TextShape 1" draw:style-name="gr34" draw:text-style-name="P90" draw:layer="layout" svg:width="25.198cm" svg:height="2.114cm" svg:x="1.401cm" svg:y="6.146cm">
          <text:p text:style-name="P89">
            <text:span text:style-name="T25">Thank you!</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 1_0" draw:style-name="gr35" draw:text-style-name="P92" draw:layer="layout" svg:width="25.198cm" svg:height="0.629cm" svg:x="1.218cm" svg:y="14.315cm">
          <text:p text:style-name="P91">
            <text:span text:style-name="T26">Growing Liberty by Budi Aryo @tokofoss</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <presentation:notes draw:style-name="dp2">
          <draw:page-thumbnail draw:style-name="gr2" draw:layer="layout" svg:width="19.797cm" svg:height="11.136cm" svg:x="0.601cm" svg:y="2.257cm" draw:page-number="12" presentation:class="page"/>
          <draw:frame presentation:style-name="pr11" draw:text-style-name="P6" draw:layer="layout" svg:width="16.799cm" svg:height="13.364cm" svg:x="2.1cm" svg:y="14.107cm" presentation:class="notes" presentation:placeholder="true">
            <draw:text-box/>
          </draw:frame>
        </presentation:notes>
      </draw:page>
      <draw:page draw:name="page13" draw:style-name="dp1" draw:master-page-name="Bottom_20_Bar_20_White" presentation:presentation-page-layout-name="AL2T1">
        <office:forms form:automatic-focus="false" form:apply-design-mode="false"/>
        <draw:custom-shape draw:name="TextShape 2_3" draw:style-name="gr1" draw:text-style-name="P94" draw:layer="layout" svg:width="19.304cm" svg:height="1.436cm" svg:x="4.318cm" svg:y="0.698cm">
          <text:p text:style-name="P93">
            <text:span text:style-name="T27">Fully Editable Icon Sets</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2_4" draw:style-name="gr1" draw:text-style-name="P96" draw:layer="layout" svg:width="18.542cm" svg:height="0.799cm" svg:x="4.826cm" svg:y="1.96cm">
          <text:p text:style-name="P95">
            <text:span text:style-name="T28">by Garik Barseghyan from Pixabay</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:custom-shape draw:name="TextShape 2_5" draw:style-name="gr1" draw:text-style-name="P98" draw:layer="layout" svg:width="17.78cm" svg:height="0.589cm" svg:x="4.826cm" svg:y="14.324cm">
          <text:p text:style-name="P97">
            <text:span text:style-name="T29">https://pixabay.com/users/insspirito-1851261/</text:span>
          </text:p>
          <draw:enhanced-geometry draw:mirror-horizontal="false" draw:mirror-vertical="false" svg:viewBox="0 0 0 0" draw:text-areas="0 0 ?f3 ?f2" draw:type="ooxml-rect" draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
            <draw:equation draw:name="f0" draw:formula="logwidth/2"/>
            <draw:equation draw:name="f1" draw:formula="logheight/2"/>
            <draw:equation draw:name="f2" draw:formula="logheight"/>
            <draw:equation draw:name="f3" draw:formula="logwidth"/>
          </draw:enhanced-geometry>
        </draw:custom-shape>
        <draw:path draw:style-name="gr36" draw:text-style-name="P99" draw:layer="layout" svg:width="0.914cm" svg:height="0.792cm" svg:x="17.591cm" svg:y="3.523cm" svg:viewBox="0 0 915 793" svg:d="M417 693l498-287-407-406v194c-452-21-541 239-498 599 73-252 213-388 450-355z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr36" draw:text-style-name="P99" draw:layer="layout" svg:width="0.975cm" svg:height="0.554cm" svg:x="5.455cm" svg:y="3.642cm" svg:viewBox="0 0 976 555" svg:d="M574 555h-574l149-555 97 168c381-244 587-64 730 270-189-181-377-229-567-82z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr36" draw:text-style-name="P99" draw:layer="layout" svg:width="0.728cm" svg:height="0.738cm" svg:x="8.269cm" svg:y="3.55cm" svg:viewBox="0 0 729 739" svg:d="M91 74c-50 0-91 41-91 91v483c0 50 41 91 91 91h483c50 0 91-41 91-91-2-67-170-92-290-144l336-336c24-24 24-62 0-86l-65-64c-23-24-61-24-85 0l-332 332c-47-117-70-267-138-276z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr36" draw:text-style-name="P99" draw:layer="layout" svg:width="0.864cm" svg:height="0.928cm" svg:x="6.856cm" svg:y="3.455cm" svg:viewBox="0 0 865 929" svg:d="M838 433c35 35 35 93 0 128l-341 342c-36 35-93 35-129 0l-342-342c-35-35-35-93 0-128 50-47 185 55 307 102v-475c0-33 27-60 61-60h91c33 0 60 27 60 60v469c116-48 239-138 293-96z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr36" draw:text-style-name="P99" draw:layer="layout" svg:width="0.728cm" svg:height="0.738cm" svg:x="9.614cm" svg:y="3.55cm" svg:viewBox="0 0 729 739" svg:d="M638 74c50 0 91 41 91 91v483c0 50-41 91-91 91h-483c-51 0-91-41-91-91 2-67 170-92 289-144l-335-336c-24-24-24-62 0-86l64-64c24-24 62-24 85 0l332 332c47-117 71-267 139-276z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr36" draw:text-style-name="P99" draw:layer="layout" svg:width="0.864cm" svg:height="0.928cm" svg:x="13.581cm" svg:y="3.455cm" svg:viewBox="0 0 865 929" svg:d="M838 497c36-35 36-93 0-129l-341-342c-16-16-36-24-57-26h-14c-21 2-42 10-58 26l-341 342c-36 36-36 94 0 129 49 46 185-55 306-103v475c0 33 28 60 61 60h91c33 0 60-27 60-60v-469c116 49 239 139 293 97z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr36" draw:text-style-name="P99" draw:layer="layout" svg:width="0.928cm" svg:height="0.864cm" svg:x="10.858cm" svg:y="3.487cm" svg:viewBox="0 0 929 865" svg:d="M496 839c-35 35-93 35-129 0l-341-342c-35-35-35-93 0-128l341-342c36-36 94-36 129 0 46 49-55 185-102 307h475c33 0 60 27 60 60v92c0 33-27 60-60 60h-470c50 115 140 238 97 293z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr36" draw:text-style-name="P99" draw:layer="layout" svg:width="0.928cm" svg:height="0.864cm" svg:x="12.204cm" svg:y="3.487cm" svg:viewBox="0 0 929 865" svg:d="M432 839c36 35 93 35 129 0l342-342c35-35 35-93 0-128l-342-342c-36-36-93-36-129 0-46 49 55 185 103 307h-475c-33 0-60 27-60 60v92c0 33 27 60 60 60h469c-49 115-139 238-97 293z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr36" draw:text-style-name="P99" draw:layer="layout" svg:width="0.728cm" svg:height="0.737cm" svg:x="16.338cm" svg:y="3.551cm" svg:viewBox="0 0 729 738" svg:d="M638 664c50 0 91-41 91-91v-483c0-50-41-90-91-90h-483c-50 0-91 40-91 90 2 68 170 93 290 145l-336 336c-24 23-24 61 0 85l64 64c24 24 62 24 85 0l333-331c46 116 70 267 138 275z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr36" draw:text-style-name="P99" draw:layer="layout" svg:width="0.913cm" svg:height="0.792cm" svg:x="18.936cm" svg:y="3.523cm" svg:viewBox="0 0 914 793" svg:d="M497 693l-497-287 406-406v194c452-21 541 239 498 599-73-252-213-388-450-355z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr36" draw:text-style-name="P99" draw:layer="layout" svg:width="0.728cm" svg:height="0.737cm" svg:x="14.993cm" svg:y="3.551cm" svg:viewBox="0 0 729 738" svg:d="M91 664c-50 0-91-41-91-91v-483c0-50 41-90 91-90h483c50 0 91 40 91 90-2 68-170 93-290 145l336 336c24 23 24 61 0 85l-64 64c-24 24-62 24-85 0l-332-331c-47 116-71 267-139 275z">
          <text:p/>
        </draw:path>
        <draw:polygon draw:style-name="gr36" draw:text-style-name="P99" draw:layer="layout" svg:width="0.829cm" svg:height="0.689cm" svg:x="21.668cm" svg:y="3.575cm" svg:viewBox="0 0 830 690" draw:points="373,200 373,0 186,172 0,345 186,517 373,690 373,478 830,478 830,200">
          <text:p/>
        </draw:polygon>
        <draw:path draw:style-name="gr36" draw:text-style-name="P99" draw:layer="layout" svg:width="0.976cm" svg:height="0.554cm" svg:x="4.11cm" svg:y="3.642cm" svg:viewBox="0 0 977 555" svg:d="M402 555h575l-149-555-97 168c-382-244-588-64-731 270 189-181 378-229 567-82z">
          <text:p/>
        </draw:path>
        <draw:polygon draw:style-name="gr36" draw:text-style-name="P99" draw:layer="layout" svg:width="0.689cm" svg:height="0.83cm" svg:x="20.393cm" svg:y="3.504cm" svg:viewBox="0 0 690 831" draw:points="200,457 0,457 172,644 345,831 517,644 690,457 478,457 478,0 200,0">
          <text:p/>
        </draw:polygon>
        <draw:polygon draw:style-name="gr36" draw:text-style-name="P99" draw:layer="layout" svg:width="0.83cm" svg:height="0.689cm" svg:x="23.012cm" svg:y="3.575cm" svg:viewBox="0 0 831 690" draw:points="458,200 458,0 644,172 831,345 644,517 458,690 458,478 0,478 0,200">
          <text:p/>
        </draw:polygon>
        <draw:path draw:style-name="gr37" draw:text-style-name="P100" draw:layer="layout" svg:width="0.874cm" svg:height="0.927cm" svg:x="17.61cm" svg:y="6.119cm" svg:viewBox="0 0 875 928" svg:d="M660 0c-42 0-77 34-77 76s35 76 77 76 77-34 77-76-35-76-77-76zM180 5c-41 0-75 34-75 75s34 75 75 75c42 0 75-34 75-75s-33-75-75-75zM602 169c0 0-70-2-95 82l-60 209c-6 20 5 35 22 40s35-3 39-19l59-205h16l-102 355h96v260c0 20 17 37 38 37 18 0 37-19 37-39v-258h16v258c0 20 19 39 37 39 21 0 38-17 38-37v-260h96l-102-355h16l59 205c4 16 22 24 39 19s28-20 22-40l-60-209c-25-84-95-82-95-82zM97 174c-53 0-97 43-97 97v233c0 18 15 33 33 33 19 0 33-15 33-33v-210h17v585c0 25 19 44 44 44 24 0 45-19 45-44v-340h18v340c0 25 20 44 44 44s44-19 44-44v-585h17v210c0 18 15 33 33 33s32-15 32-33v-233c0-54-43-97-96-97z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr37" draw:text-style-name="P100" draw:layer="layout" svg:width="0.837cm" svg:height="0.483cm" svg:x="5.524cm" svg:y="6.341cm" svg:viewBox="0 0 838 484" svg:d="M561 50c-153 0-277 83-277 186 0 102 124 180 277 185 33 28 28 49 133 63-24-18-55-33-50-70 112-21 194-95 194-178 0-104-123-186-277-186zM189 0c76 0 142 30 172 73-68 39-111 95-111 159 0 4 0 7 1 11-20 5-41 8-62 9-23 19-20 33-91 43 17-13 38-23 34-48-76-15-132-64-132-122 0-70 84-125 189-125z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr37" draw:text-style-name="P100" draw:layer="layout" svg:width="0.782cm" svg:height="0.783cm" svg:x="8.242cm" svg:y="6.191cm" svg:viewBox="0 0 783 784" svg:d="M143 0c-25 0-50 9-66 25l-53 53c-32 32-34 96 7 130 45 37 129 120 163 175l187-188c-60-43-128-108-173-164-16-21-41-31-65-31zM388 201l-191 190 85 101 207-212zM403 376l-13 15-15 13 408 380z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr37" draw:text-style-name="P100" draw:layer="layout" svg:width="0.682cm" svg:height="0.545cm" svg:x="6.947cm" svg:y="6.31cm" svg:viewBox="0 0 683 546" svg:d="M337 546c72 0 129-1 172-2h108c28 0 46-8 54-25s12-32 12-45v-312c0-13-4-27-12-44s-26-25-54-24c-27 0-54 0-81-1-27 0-55 0-82 0 3-16 2-35-1-58-4-24-15-35-34-35h-156c-14 0-23 6-28 19-4 13-7 26-7 40v34c-27 0-54 0-81 0-27 1-54 1-81 1-27-1-44 7-53 24s-13 31-13 44v314c0 12 4 27 12 43 9 17 26 25 54 25h81c27 1 54 1 81 1 1 1 37 1 109 1zM262 54c3-15 10-23 23-23 19 0 36 0 52 0 15 0 36-1 63-1 10 0 17 5 20 14 4 9 6 18 6 26 0 9-1 15-1 22h-164c-1-11-1-23 1-38z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr37" draw:text-style-name="P100" draw:layer="layout" svg:width="0.658cm" svg:height="0.736cm" svg:x="9.649cm" svg:y="6.214cm" svg:viewBox="0 0 659 737" svg:d="M261 0l-17 1-18 2-18 3-19 5-18 6-19 10-20 12-20 14-12 9 65 343 18-13 23-15 23-12 22-9 21-8 21-5 20-3 20-1h19l20 1 17 4 18 4 17 5 17 6 15 7 16 6 15 7 15 7 14 7 14 6 14 5 13 5 13 5 13 3 14 2 11 1h13l12-2 14-2 12-5-55-354-15 6-17 5-16 4-17 1-15-1-17-1-15-4-17-4-15-5-17-6-16-6-15-6-17-6-16-7-16-5-17-6-16-5-17-4-18-3-16-2zM35 29c-12 1-24 5-35 10 41 231 82 461 123 692 27 10 51 8 74-6l-124-693c-13-3-26-4-38-3z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr37" draw:text-style-name="P100" draw:layer="layout" svg:width="0.844cm" svg:height="0.844cm" svg:x="13.591cm" svg:y="6.161cm" svg:viewBox="0 0 845 845" svg:d="M423 0c-46 0-83 37-83 82v33c-28 6-54 16-78 30l-22-22c-32-32-84-32-116 0s-32 85 0 117l20 21c-13 24-24 50-30 78h-32c-45 0-82 38-82 83s37 82 82 82h41c8 24 18 47 33 68l-32 32c-32 32-32 85 0 117s84 32 116 0l42-41c18 8 38 15 58 19v63c0 45 37 83 83 83 45 0 82-38 82-83v-72c16-6 32-13 47-22l53 53c32 32 84 32 116 0 33-32 33-85 0-118l-52-52c8-15 14-30 20-47h73c46 0 83-37 83-82s-37-83-83-83h-64c-5-20-11-38-19-56l42-43c33-32 33-85 0-117-32-32-84-32-116 0l-35 34c-20-13-42-24-65-33v-42c0-45-37-82-82-82zM423 286c74 0 135 61 135 136s-61 136-135 136c-76 0-136-61-136-136s60-136 136-136z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr37" draw:text-style-name="P100" draw:layer="layout" svg:width="0.708cm" svg:height="0.692cm" svg:x="10.968cm" svg:y="6.236cm" svg:viewBox="0 0 709 693" svg:d="M21 21c8-1 16-3 23-4 17-3 37 5 45 18l9 17c24-58 190-87 296 21 59 43 100 13 159 14 48 96 109 188 156 284-51 29-123 40-174 29-91-81-186-126-282-80-13-144-65-220-151-263 48 86 99 174 150 264 58 101 118 206 179 315 9 15 3 34-13 42-7 4-15 8-22 12-17 8-38 2-47-14-62-113-123-222-182-327-56-103-112-203-165-299-7-13 2-26 19-29z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr37" draw:text-style-name="P100" draw:layer="layout" svg:width="0.86cm" svg:height="0.763cm" svg:x="12.238cm" svg:y="6.201cm" svg:viewBox="0 0 861 764" svg:d="M721 259c21-9 72-34 99-70 34-45 32-61 32-61l-119 22-31-26 8-26 114-23c0 0-47-38-100-48-50-10-114 1-138 55v-1c0 0-13 26-14 43-2 17-11 53-27 82-14 24-28 52-65 88l-10-10-4 4-126-130c-33-108 129-78 198-70-169-162-350-85-440 102-23 27-71 6-98 62 16 43 82 85 120 99 47-28 37-78 49-115 35-29 64-19 98 5l134 109-4 3 6 7c-98 81-283 231-305 248-26 22-72 63-22 114 51 52 99 20 115 5 11-11 181-175 290-279l277 316 103-99-300-292c4-4 7-7 8-7 15-13 39-41 102-59l69 8 1-5z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr37" draw:text-style-name="P100" draw:layer="layout" svg:width="0.75cm" svg:height="0.84cm" svg:x="16.327cm" svg:y="6.162cm" svg:viewBox="0 0 751 841" svg:d="M344 350c6-8 8-17 8-27 0-13-6-42-18-88-5-17-8-33-12-48-48 11-91 36-123 71 7 6 13 13 19 20 49 56 83 84 104 84 9 0 16-4 22-12zM305 73c0-20 5-37 16-52 12-13 29-21 53-21 23 0 40 7 52 21 11 14 17 31 17 53v11c73 15 138 53 187 106 19-11 36-17 51-17 18 0 34 6 47 19 12 13 19 28 19 47 0 14-3 25-9 36-6 10-19 21-38 33l-1 1c12 34 19 72 19 111 0 37-6 72-17 106 33 18 50 42 50 71 0 19-7 34-20 47s-28 19-45 19-35-5-55-15c-48 54-114 93-188 108-1 26-6 46-19 61-11 16-28 23-49 23-22 0-38-7-51-23-11-15-17-36-17-61-74-16-140-55-188-110-19 12-39 17-55 17-17 0-31-6-43-19-13-13-19-30-19-49 0-14 4-27 12-38 7-9 20-18 37-28-11-34-18-71-18-109s6-74 17-108c-33-19-50-41-50-67 0-16 6-32 16-46 11-15 26-23 46-23 18 0 38 6 58 16 48-53 112-92 185-107 0-5 0-9 0-13zM411 235c-13 46-19 74-19 87 0 11 3 20 9 28 6 7 13 12 21 12 10 0 23-6 38-17s38-33 68-65c8-8 15-16 23-24-34-35-77-60-126-71-4 16-9 32-14 50zM556 362c-48 12-77 22-89 30-11 8-17 18-17 28s4 19 13 27 35 17 78 26c24 6 45 11 65 17 6-22 10-45 10-69 0-26-4-50-11-72-14 3-30 8-49 13zM511 545c-27-27-45-45-56-52-11-8-21-11-31-11-17 0-25 10-25 28 0 16 7 52 21 109 3 12 6 25 9 36 48-11 90-35 122-70-12-11-26-25-40-40zM343 562c5-20 8-35 8-47 0-21-9-31-25-31-11 0-23 4-37 15-14 10-39 33-77 69l-14 14c32 36 75 62 123 73 5-24 13-56 22-93zM146 493l12-4c40-12 67-20 83-23 41-11 62-25 62-42 0-13-6-24-19-32-13-7-37-15-74-22-22-5-44-12-65-18-6 22-10 45-10 69 0 25 4 49 11 72z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr37" draw:text-style-name="P100" draw:layer="layout" svg:width="0.682cm" svg:height="0.847cm" svg:x="19.051cm" svg:y="6.159cm" svg:viewBox="0 0 683 848" svg:d="M344 0c-122 0-221 110-221 246s99 247 221 247 221-111 221-247-99-246-221-246zM571 478l-11 1h-7l-7 2-6 3-5 3-6 4-6 6-6 6-6 8-5 9-7 11-5 11-6 12-5 13-4 14-5 14-5 14-4 14-4 15-5 15-4 14-4 14-5 14-5 14-5 13-6 14-7 12-9 13-11 13-16 12-20 9-22 3-23-3-19-8-16-12-11-13-10-13-7-12-6-14-5-13-5-13-4-14-5-14-4-14-4-15-4-14-5-14-4-15-4-13-4-14-6-14-4-12-6-11-5-11-5-10-6-8-6-7-4-5-6-5-4-3-5-2-5-2-5-1h-8-6-7l-7 1-7 1-7 1-6 2-7 2-6 2-6 3-6 2-5 4-6 2-5 4-5 3-5 4-4 3-5 4-3 3-4 4-4 4-3 3-2 4-3 4-2 4-2 2-2 4-1 2v3l-1 2v1 1 2 243 6l1 4 1 4 1 4 2 4 2 4 3 3 3 3 3 3 4 3 4 2 4 1 4 3 5 1h5 6 588 6 4l5-1 4-3 5-1 3-2 4-3 3-3 4-3 2-3 3-4 2-4 1-4 1-4v-4-6-243-3-1-2l-1-2v-3l-1-2-2-4-1-4-2-3-2-3-3-4-2-4-3-3-3-4-3-3-4-4-4-4-4-3-5-3-4-3-4-3-5-3-5-2-6-2-5-3-5-1-6-2-6-1-6-1-6-1h-6z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr37" draw:text-style-name="P100" draw:layer="layout" svg:width="0.829cm" svg:height="0.695cm" svg:x="14.943cm" svg:y="6.235cm" svg:viewBox="0 0 830 696" svg:d="M198 1c-13 1-24 11-27 24l-6 23c-9 1-17 2-25 5l-13-22c-9-16-30-23-46-13-16 9-22 30-13 46l16 26c-5 5-9 11-13 18l-29-9c-17-5-36 6-41 24s5 37 24 42l29 7c0 8 1 14 3 21l-27 15c-16 9-21 30-12 46s29 21 46 12l23-13c5 6 12 12 18 16l-6 24c-5 18 6 36 24 41s36-5 41-23l5-19c10 0 20-1 30-2l8 15c9 16 30 21 46 12s22-30 13-46l-7-11c9-8 16-17 21-27l12 3c18 5 37-6 42-24s-6-36-24-41l-12-3c0-11-1-23-5-34l11-6c16-10 22-31 12-47-9-16-29-21-45-12l-14 8c-8-7-17-12-26-16l5-18c5-18-6-36-24-41-5-2-9-2-14-1zM160 112c22-2 44 8 55 28 16 27 7 60-20 76-26 15-61 6-76-20-15-27-6-61 21-76 6-4 13-7 20-8zM486 136c-3 0-7 1-10 1-31 8-49 40-41 69l6 22c-17 9-33 20-46 33l-18-9c-27-16-61-7-76 20-16 27-7 61 20 77l17 10c-4 18-7 38-6 57l-21 6c-30 8-47 39-40 68 8 30 40 48 69 40l27-7c9 14 21 27 34 38l-16 27c-16 27-5 61 21 77 27 15 61 6 77-21l20-34c13 3 27 3 42 2l10 42c8 30 39 48 69 40s48-40 40-69l-13-47c10-7 19-15 28-23l43 25c27 16 62 6 77-20 15-27 6-62-21-77l-44-25c3-12 5-24 6-35l48-13c30-8 48-39 40-68-8-30-40-48-69-40l-43 11c-6-12-14-23-23-34l21-36c16-27 6-61-21-76-27-16-61-7-77 20l-15 28c-16-5-33-8-50-10l-7-27c-7-26-32-43-58-42zM545 323c42-2 82 26 94 69 13 50-16 100-66 113-49 13-100-15-113-65s16-100 66-114c6-2 12-2 19-3z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr37" draw:text-style-name="P100" draw:layer="layout" svg:width="0.749cm" svg:height="0.839cm" svg:x="21.708cm" svg:y="6.163cm" svg:viewBox="0 0 750 840" svg:d="M102 84h545c16 0 29 13 29 29v326c0 16-13 29-29 29h-545c-16 0-29-13-29-29v-326c0-16 13-29 29-29zM42 0h665c24 0 43 19 43 43v476c0 23-19 42-43 42h-665c-23 0-42-19-42-42v-476c0-24 19-43 42-43zM22 605h706c12 0 22 9 22 22v191c0 11-10 22-22 22h-706c-13 0-22-11-22-22v-191c0-13 9-22 22-22zM480 671h183c10 0 19 8 19 19 0 10-9 18-19 18h-183c-10 0-18-8-18-18 0-11 8-19 18-19z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr37" draw:text-style-name="P100" draw:layer="layout" svg:width="0.964cm" svg:height="0.493cm" svg:x="4.116cm" svg:y="6.336cm" svg:viewBox="0 0 965 494" svg:d="M494 0c220 0 407 144 471 343l-167 122c-56-165-212-284-395-284-195 0-357 133-403 313 0-273 221-494 494-494z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr37" draw:text-style-name="P100" draw:layer="layout" svg:width="0.82cm" svg:height="0.851cm" svg:x="20.327cm" svg:y="6.157cm" svg:viewBox="0 0 821 852" svg:d="M272 0c-91 0-165 82-165 184s74 184 165 184c9 0 17 0 25-2-3-15-5-31-5-47 0-98 52-182 126-221-27-58-82-98-146-98zM513 108c-104 0-189 94-189 211 0 116 84 212 189 212 104 0 191-96 191-212 0-117-86-211-191-211zM111 343h-6-6l-6 1-6 1-5 1-6 1-6 2-4 2-6 2-5 3-4 2-5 3-4 2-5 3-4 3-4 3-4 3-2 3-4 4-3 3-3 3-2 4-2 3-2 3-2 3-1 3-1 3-2 2v3 2l-1 2v185l1 5v5l2 4 1 4 2 5 3 3 2 4 4 3 3 3 4 3 4 3 5 1 4 2 5 1 5 1 6 1h118v-62c0-22 14-49 39-72l-3-9-3-11-3-10-3-11-3-11-3-10-4-11-3-11-3-10-4-10-4-10-4-9-5-9-4-8-5-7-5-6-5-5-4-5-5-3-6-3-5-2-6-1zM322 501l-7 1-7 1-7 1-6 1-6 2-7 2-6 2-5 2-6 4-6 2-5 3-5 3-5 3-4 4-5 3-4 3-4 4-4 4-2 4-4 4-3 4-2 3-3 4-2 3-1 4-2 3v3l-1 3v2l-1 3v2 209l1 6v5l1 5 2 5 3 5 3 4 3 5 3 3 4 4 4 3 5 3 5 3 6 2 6 1h5l7 1h503l7-1h5l6-1 6-2 5-3 4-3 5-3 4-4 3-3 3-5 4-4 2-5 2-5 1-5 1-5v-6-209-4-2l-1-2-1-3v-3l-2-4-1-3-1-4-3-4-2-3-3-4-2-3-3-4-3-4-3-4-4-3-4-3-4-4-4-3-5-3-4-3-5-3-5-2-5-2-6-2-5-2-6-2-5-1-6-1-6-1-7-1h-6-12l-9 2-7 2-7 3-7 4-6 5-6 5-6 7-7 8-5 9-6 9-5 10-4 12-5 11-4 13-4 12-5 12-4 13-3 13-4 12-3 12-4 12-4 12-3 11-5 10-4 11-6 9-6 10-8 9-10 8-14 6-14 2-15-2-13-5-10-9-8-8-7-10-6-9-4-11-5-10-3-11-4-12-4-12-3-11-4-13-3-12-4-13-4-12-4-13-4-11-4-12-5-11-5-10-5-11-4-9-6-7-5-7-6-6-6-5-5-4-6-3-6-3-7-1-9-1z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr37" draw:text-style-name="P100" draw:layer="layout" svg:width="0.813cm" svg:height="0.813cm" svg:x="23.021cm" svg:y="6.176cm" svg:viewBox="0 0 814 814" svg:d="M406 0c-112 0-213 45-287 119-73 74-119 176-119 288 0 113 46 214 119 287 74 74 175 120 287 120 113 0 215-46 289-120 73-73 119-174 119-287 0-112-46-214-119-288-74-74-176-119-289-119zM406 48c100 0 190 40 255 105s105 155 105 254-40 189-105 254c-65 64-155 105-255 105-99 0-188-41-253-105-65-65-105-155-105-254s40-189 105-254 154-105 253-105zM406 57c-96 0-183 39-247 102-63 63-103 151-103 248 0 96 40 184 103 248 64 63 151 102 247 102 97 0 185-39 248-102 64-64 104-152 104-248 0-97-40-185-104-248-63-63-151-102-248-102zM406 75c92 0 175 37 235 98 60 59 98 143 98 234 0 92-38 175-98 235-60 59-143 97-235 97-91 0-173-38-233-97-61-60-98-143-98-235 0-91 37-175 98-234 60-61 142-98 233-98zM381 95v272c-14 6-23 22-23 39 0 25 19 44 44 44 17 0 32-10 40-25h213v-36h-213c-5-11-13-20-24-24v-270z">
          <text:p/>
        </draw:path>
        <draw:polygon draw:style-name="gr38" draw:text-style-name="P101" draw:layer="layout" svg:width="0.676cm" svg:height="0.825cm" svg:x="17.709cm" svg:y="12.98cm" svg:viewBox="0 0 677 826" draw:points="2,412 0,413 2,414 2,826 175,826 175,520 677,826 677,0 175,307 175,0 2,0">
          <text:p/>
        </draw:polygon>
        <draw:path draw:style-name="gr38" draw:text-style-name="P101" draw:layer="layout" svg:width="0.911cm" svg:height="0.81cm" svg:x="5.487cm" svg:y="12.988cm" svg:viewBox="0 0 912 811" svg:d="M461 0l-223 240h-214c-13 0-24 10-24 23v279c0 13 11 24 24 24h209l228 245c19 0 35-17 35-36v-740c0-19-16-35-35-35zM591 354c-4 0-9 4-9 9v85c0 4 5 9 9 9h312c5 0 9-5 9-9v-85c0-5-4-9-9-9z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr38" draw:text-style-name="P101" draw:layer="layout" svg:width="0.825cm" svg:height="0.825cm" svg:x="8.22cm" svg:y="12.98cm" svg:viewBox="0 0 826 826" svg:d="M121 121c162-161 423-161 584 0 162 161 162 423 0 584-161 161-422 161-584 0-161-161-161-423 0-584zM548 156c13 0 22 10 22 23v469c0 12-9 22-22 22l-144-155h-133c-8 0-15-7-15-15v-176c0-9 7-16 15-16h135zM172 145l146 146h-54l-118-118c-128 141-123 359 13 494 136 137 354 141 495 14l-57-58v-54l84 85c127-141 123-359-13-496-136-136-354-140-496-13z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr38" draw:text-style-name="P101" draw:layer="layout" svg:width="0.879cm" svg:height="0.81cm" svg:x="6.848cm" svg:y="12.988cm" svg:viewBox="0 0 880 811" svg:d="M460 0l-223 240h-213c-13 0-24 10-24 23v279c0 13 11 24 24 24h209l227 245c20 0 36-17 36-36v-740c0-19-16-35-36-35zM673 240c-5 0-9 4-9 9v105h-105c-5 0-9 4-9 9v85c0 4 4 9 9 9h105v104c0 4 4 9 9 9h84c6 0 9-5 9-9v-104h105c5 0 9-5 9-9v-85c0-5-4-9-9-9h-105v-105c0-5-3-9-9-9z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr38" draw:text-style-name="P101" draw:layer="layout" svg:width="0.855cm" svg:height="0.825cm" svg:x="9.55cm" svg:y="12.98cm" svg:viewBox="0 0 856 826" svg:d="M308 0l548 413-548 413v-200l283-213-283-213zM0 0l549 413-549 413z">
          <text:p/>
        </draw:path>
        <draw:polygon draw:style-name="gr38" draw:text-style-name="P101" draw:layer="layout" svg:width="0.676cm" svg:height="0.825cm" svg:x="13.675cm" svg:y="12.98cm" svg:viewBox="0 0 677 826" draw:points="0,0 677,413 0,826">
          <text:p/>
        </draw:polygon>
        <draw:polygon draw:style-name="gr38" draw:text-style-name="P101" draw:layer="layout" svg:width="0.676cm" svg:height="0.825cm" svg:x="10.985cm" svg:y="12.98cm" svg:viewBox="0 0 677 826" draw:points="675,412 677,413 675,414 675,826 502,826 502,520 0,826 0,0 502,307 502,0 675,0">
          <text:p/>
        </draw:polygon>
        <draw:path draw:style-name="gr38" draw:text-style-name="P101" draw:layer="layout" svg:width="0.592cm" svg:height="0.825cm" svg:x="12.372cm" svg:y="12.98cm" svg:viewBox="0 0 593 826" svg:d="M0 0v826h251v-826zM342 0v826h251v-826z">
          <text:p/>
        </draw:path>
        <draw:polygon draw:style-name="gr38" draw:text-style-name="P101" draw:layer="layout" svg:width="0.824cm" svg:height="0.825cm" svg:x="16.29cm" svg:y="12.98cm" svg:viewBox="0 0 825 826" draw:points="0,0 825,0 825,826 0,826">
          <text:p/>
        </draw:polygon>
        <draw:path draw:style-name="gr38" draw:text-style-name="P101" draw:layer="layout" svg:width="0.855cm" svg:height="0.825cm" svg:x="18.965cm" svg:y="12.98cm" svg:viewBox="0 0 856 826" svg:d="M856 0l-549 413 549 413zM548 0l-548 413 548 413v-200l-283-213 283-213z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr38" draw:text-style-name="P101" draw:layer="layout" svg:width="0.825cm" svg:height="0.825cm" svg:x="14.944cm" svg:y="12.98cm" svg:viewBox="0 0 826 826" svg:d="M413 0c228 0 413 185 413 413s-185 413-413 413-413-185-413-413 185-413 413-413zM413 231c101 0 183 81 183 182s-82 183-183 183c-100 0-182-82-182-183s82-182 182-182z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr38" draw:text-style-name="P101" draw:layer="layout" svg:width="0.825cm" svg:height="0.811cm" svg:x="21.67cm" svg:y="12.987cm" svg:viewBox="0 0 826 812" svg:d="M0 812v-203h826v203zM0 547l413-547 413 547z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr38" draw:text-style-name="P101" draw:layer="layout" svg:width="0.845cm" svg:height="0.859cm" svg:x="4.175cm" svg:y="12.963cm" svg:viewBox="0 0 846 860" svg:d="M703 0c-4 1-8 2-11 5-12 8-14 27-9 40 26 58 44 120 57 184s20 131 20 198-7 133-20 197c-13 65-31 126-57 184-5 13-4 32 9 41 12 10 36 2 44-11 36-63 64-130 82-199 19-69 28-140 28-212s-9-144-28-213c-18-69-46-136-82-198-6-10-21-17-33-16zM469 34l-227 245h-218c-13 0-24 10-24 23v285c0 13 11 24 24 24h214l231 249c20 0 37-16 37-36v-754c0-20-17-36-37-36zM605 136c-5 0-9 2-12 4-10 7-15 24-11 39 12 40 20 79 26 121 5 42 9 84 9 127 0 45-4 90-10 134s-16 87-29 128c-1 4-2 8-2 11v4c0 11 4 21 11 26 14 9 40-1 46-15 21-45 37-92 48-141 11-48 16-98 16-147 0-47-4-93-14-139-10-45-24-90-43-133-5-11-22-19-35-19z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr38" draw:text-style-name="P101" draw:layer="layout" svg:width="0.826cm" svg:height="0.825cm" svg:x="20.324cm" svg:y="12.98cm" svg:viewBox="0 0 827 826" svg:d="M0 0h80v826h-80zM150 0l108 67v693l-108 66zM337 115l490 298-490 299z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr38" draw:text-style-name="P101" draw:layer="layout" svg:width="0.749cm" svg:height="0.772cm" svg:x="23.053cm" svg:y="13.007cm" svg:viewBox="0 0 750 773" svg:d="M374 0c-77 0-140 63-140 141v311c0 52 28 98 70 123v152c0 25 21 46 47 46h48c26 0 46-21 46-46v-152c43-25 71-71 71-123v-311c0-78-64-141-142-141zM92 8c-3 0-6 1-8 3-9 6-11 20-6 30 18 42 32 86 41 133 9 46 14 94 14 143s-5 96-14 143c-9 46-23 91-41 133-5 9-3 23 6 30 9 6 26 1 32-9 26-45 45-93 59-143s20-102 20-154-6-104-20-154-33-99-59-144c-4-7-15-12-24-11zM653 8c-8 1-15 5-19 11-26 45-46 94-60 144-12 50-20 102-20 154s8 104 20 154c14 50 34 98 60 143 6 10 23 15 32 9 9-7 10-21 6-30-18-42-32-87-42-133-9-47-14-94-14-143s5-97 14-143c10-47 24-91 42-133 4-10 3-24-6-30-3-3-8-3-13-3zM21 107c-4 0-7 0-9 2-7 5-11 18-8 29 9 28 15 58 19 87 4 30 6 61 6 92 0 33-2 65-7 97s-12 63-21 93c-1 2-1 5-1 8v2c0 8 3 15 8 19 10 6 28 0 33-11 16-32 27-66 35-101s12-71 12-107c0-34-3-67-10-100-8-34-18-66-32-97-3-8-15-14-25-13zM724 107c-9 1-18 6-21 13-13 31-24 63-31 97-6 33-10 66-10 100 0 36 3 72 11 107s20 69 36 101c5 11 23 17 33 11 5-4 7-11 8-19v-2c0-3 0-6-1-8-9-30-17-61-22-93-4-32-7-64-7-97 0-31 2-62 7-92 4-29 10-59 18-87 3-11 0-24-7-29-4-3-9-3-14-2z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr38" draw:text-style-name="P101" draw:layer="layout" svg:width="0.688cm" svg:height="0.83cm" svg:x="15.051cm" svg:y="7.578cm" svg:viewBox="0 0 689 831" svg:d="M0 0v625h118v-461h410v-32h-123v-132zM432 0v107h91zM160 205v626h529v-493h-124v-133zM593 205v107h90zM244 361h361v389h-361zM288 406v19h156v-19zM288 461v19h273v-19zM288 515v20h273v-20zM288 570v19h273v-19zM288 625v19h273v-19zM288 680v19h273v-19z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr38" draw:text-style-name="P101" draw:layer="layout" svg:width="0.969cm" svg:height="0.761cm" svg:x="5.459cm" svg:y="7.612cm" svg:viewBox="0 0 970 762" svg:d="M655 12h96c12 0 24 11 24 24v160l185 127c9 6 12 18 6 27-7 9-19 11-28 5l-454-311-454 311c-8 6-21 5-27-5-6-9-4-21 5-27l461-316c3-4 9-7 14-7 6 0 12 2 17 7l130 89v-60c0-13 11-24 25-24zM146 321l337-233 337 233v389c0 29-23 52-52 52h-194v-332h-171v332h-205c-29 0-52-23-52-52z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr38" draw:text-style-name="P101" draw:layer="layout" svg:width="0.718cm" svg:height="0.844cm" svg:x="6.921cm" svg:y="7.57cm" svg:viewBox="0 0 719 845" svg:d="M27 0c-15 0-27 13-27 28v368c0 14 10 25 22 27h78v-272c6-17 24-32 42-32h402v-22c0-15-12-27-27-27h-217v-42c0-15-12-28-27-28zM145 167v678h574v-533h-133v-145zM615 167v117h98zM549 384c5-1 11 2 14 6 15 26 26 53 33 81 8 28 12 58 12 88 0 29-4 59-12 87-7 28-18 56-33 82-4 5-13 8-18 4s-6-11-4-17c10-24 18-49 24-76 5-25 8-53 8-80 0-28-3-55-8-81-6-27-14-53-24-76-2-6-1-13 4-17 1-1 2-1 4-1zM453 397c8 0 15 7 15 15v310c0 8-7 15-15 15l-95-103h-87c-6 0-10-4-10-10v-117c0-5 4-9 10-9h89zM509 440c5-1 12 2 14 7 8 17 14 36 18 54 4 20 6 38 6 58s-2 40-7 60c-4 20-11 40-20 58-2 6-13 10-18 5-3-1-5-6-5-10v-1c0-1 0-3 0-4 6-18 10-35 13-54 2-17 4-36 4-54s-2-35-4-52-6-34-11-50c-1-6 0-13 5-16 1-1 3-1 5-1z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr38" draw:text-style-name="P101" draw:layer="layout" svg:width="0.718cm" svg:height="0.849cm" svg:x="8.266cm" svg:y="7.568cm" svg:viewBox="0 0 719 850" svg:d="M0 0h552v181h167v669h-719zM589 1l123 145h-123zM72 325h439v31h-439zM72 402h490v31h-490zM72 480h423v31h-423zM72 558h510v30h-510zM72 635h427v31h-427z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr38" draw:text-style-name="P101" draw:layer="layout" svg:width="0.717cm" svg:height="0.849cm" svg:x="12.302cm" svg:y="7.568cm" svg:viewBox="0 0 718 850" svg:d="M0 0h551v181h167v669h-718zM588 1l123 145h-123zM154 513l22-23c11-11 29-11 40 0l98 98 187-188c11-11 29-11 40 0l23 23c11 11 11 29 0 40l-230 230-1 1h-1v1l-1 1h-1-1v1h-1l-1 1h-1v1h-1-1-1v1h-2v1h-3-8-1-2v-1h-2v-1h-2-1c-3-2-6-3-8-6l-140-140c-11-11-11-29 0-40z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr38" draw:text-style-name="P101" draw:layer="layout" svg:width="0.718cm" svg:height="0.849cm" svg:x="9.611cm" svg:y="7.568cm" svg:viewBox="0 0 719 850" svg:d="M0 0h552v181h167v669h-719zM589 1l123 145h-123z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr38" draw:text-style-name="P101" draw:layer="layout" svg:width="0.718cm" svg:height="0.849cm" svg:x="10.956cm" svg:y="7.568cm" svg:viewBox="0 0 719 850" svg:d="M0 0h552v181h167v669h-719zM589 1l123 145h-123zM421 394h56c11 0 20 10 20 21v334c0 11-9 21-20 21h-56c-11 0-20-10-20-21v-334c0-11 9-21 20-21zM122 339h56c11 0 20 8 20 20v390c0 11-9 21-20 21h-56c-11 0-20-10-20-21v-390c0-12 9-20 20-20zM272 262h55c12 0 20 10 20 21v466c0 11-8 21-20 21h-55c-12 0-21-10-21-21v-466c0-11 9-21 21-21z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr36" draw:text-style-name="P99" draw:layer="layout" svg:width="1.034cm" svg:height="1.031cm" svg:x="21.526cm" svg:y="8.881cm" svg:viewBox="0 0 1035 1032" svg:d="M246 562c48 50-67 110-116 78-54-55 65-128 116-78zM638 0l-111 508 508-110-160 157-364 83-25 25c18 6 36 16 51 31 61 62 62 179 3 262-59 84-157 101-219 40-61-61-63-179-3-262 17-25 39-44 61-57l-24-23c-13 22-32 43-56 61-84 59-201 58-262-4-62-61-44-159 39-219 83-59 201-58 263 4 17 17 28 37 33 59l23-24 84-371zM471 786c-50-47-110 67-79 116 55 54 129-65 79-116z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr38" draw:text-style-name="P101" draw:layer="layout" svg:width="0.813cm" svg:height="0.813cm" svg:x="16.333cm" svg:y="7.586cm" svg:viewBox="0 0 814 814" svg:d="M407 0c-112 0-214 45-288 119s-119 176-119 288 45 214 119 288c74 73 176 119 288 119 113 0 214-46 287-119 74-74 120-176 120-288s-46-214-120-288c-73-74-174-119-287-119zM407 49c99 0 189 39 254 104 64 64 105 155 105 254s-41 189-105 254c-65 65-155 105-254 105s-189-40-254-105-105-155-105-254 40-189 105-254c65-64 155-104 254-104zM407 107c-166 0-300 134-300 300s134 300 300 300 300-134 300-300-134-300-300-300z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr38" draw:text-style-name="P101" draw:layer="layout" svg:width="0.688cm" svg:height="0.83cm" svg:x="13.661cm" svg:y="7.578cm" svg:viewBox="0 0 689 831" svg:d="M0 0v625h141v-442h388v-51h-123v-132zM434 0v107h90zM161 205v626h528v-493h-122v-133zM593 205v107h91zM287 406h166v19h-166zM287 461h290v19h-290zM287 515h290v20h-290zM287 570h290v19h-290zM287 625h290v19h-290zM287 680h290v19h-290z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr38" draw:text-style-name="P101" draw:layer="layout" svg:width="0.832cm" svg:height="0.845cm" svg:x="21.666cm" svg:y="7.57cm" svg:viewBox="0 0 833 846" svg:d="M326 0c180 0 327 146 327 326 0 57-15 111-41 158 3 2 6 4 8 7l183 184c40 38 40 102 0 142-38 39-102 39-142 0l-183-183c-4-4-8-9-11-14-43 21-90 32-141 32-179 0-326-146-326-326s147-326 326-326zM326 126c111 0 201 89 201 200s-90 201-201 201c-110 0-200-90-200-201s90-200 200-200zM213 283h72v-71c0-23 18-41 40-41 23 0 42 18 42 41v71h71c22 0 41 18 41 41s-19 41-41 41h-71v71c0 23-19 41-42 41-22 0-40-18-40-41v-71h-72c-22 0-41-18-41-41s19-41 41-41z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr38" draw:text-style-name="P101" draw:layer="layout" svg:width="0.671cm" svg:height="0.607cm" svg:x="4.262cm" svg:y="7.689cm" svg:viewBox="0 0 672 608" svg:d="M137 0v34 93h66v-66h403v486h-396v-52h-66v86 27h33 462 33v-27-547-34h-33-469zM288 87v126h-288v175h288v133l116-108 118-109-118-108z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr38" draw:text-style-name="P101" draw:layer="layout" svg:width="0.824cm" svg:height="0.824cm" svg:x="17.673cm" svg:y="7.58cm" svg:viewBox="0 0 825 825" svg:d="M38 39c51-51 135-51 187 0l187 187 187-187c51-52 135-51 187 0 51 51 51 136 0 187l-187 187 187 187c51 52 51 135 0 187-52 51-136 51-187 0l-187-187-187 187c-52 51-136 51-187 0-51-52-51-135 0-187l187-187-187-187c-51-51-51-136 0-187z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr38" draw:text-style-name="P101" draw:layer="layout" svg:width="0.831cm" svg:height="0.845cm" svg:x="23.012cm" svg:y="7.57cm" svg:viewBox="0 0 832 846" svg:d="M326 0c180 0 326 146 326 326 0 57-15 111-41 158 3 2 6 4 9 7l183 184c39 38 39 102 0 142-40 39-104 39-143 0l-183-183c-4-4-8-9-11-14-43 21-90 32-140 32-180 0-326-146-326-326s146-326 326-326zM326 126c111 0 200 89 200 200s-89 201-200 201-201-90-201-201 90-200 201-200zM210 283h224c23 0 41 18 41 41s-18 41-41 41h-224c-23 0-41-18-41-41s18-41 41-41z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr39" draw:text-style-name="P102" draw:layer="layout" svg:width="0.91cm" svg:height="0.888cm" svg:x="17.592cm" svg:y="10.334cm" svg:viewBox="0 0 911 889" svg:d="M850 59c-41-40-91-60-149-59-92 1-171 51-236 150v-1l-16 30c0 0-7-13-17-31v3c-24-50-54-86-91-111-37-24-79-35-123-35-59 0-110 19-153 56-44 37-65 84-65 141 0 20 7 49 18 87 23 56 80 128 174 218s159 157 195 202c37 44 61 104 73 180 9-67 43-134 104-201s131-141 210-222c78-81 122-144 130-187 5-16 7-36 7-62 0-64-21-117-61-158z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr39" draw:text-style-name="P102" draw:layer="layout" svg:width="0.864cm" svg:height="0.694cm" svg:x="5.511cm" svg:y="10.431cm" svg:viewBox="0 0 865 695" svg:d="M573 0c-20 0-37 17-37 37v294c-75-30-160-92-190-64-21 22-21 57 0 80l211 210c22 23 58 23 80 0l211-210c22-23 22-58 0-80-34-26-110 30-182 60v-290c0-20-16-37-37-37zM34 111c-18 0-34 14-34 33v462c0 16 12 31 28 33l98-340c6-22 29-40 52-40h148c1-3 3-5 5-6l1-1c24-23 61-13 102 7h81v-61h-140v-54c0-19-15-33-33-33zM197 291c-20 0-41 16-46 36l-95 332c-5 19 6 36 26 36h636c19 0 40-17 46-36l80-278-193 191c-15 16-34 23-54 23s-40-7-55-23l-211-210c-15-16-23-35-23-55 0-5 1-11 2-16zM499 291c5 3 10 5 16 8v-8zM688 291v3l7-3z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr39" draw:text-style-name="P102" draw:layer="layout" svg:width="0.718cm" svg:height="0.843cm" svg:x="8.274cm" svg:y="10.356cm" svg:viewBox="0 0 719 844" svg:d="M27 0c-15 0-27 12-27 27v369c0 13 10 24 22 26h78v-271c5-18 24-33 42-33h402v-22c0-15-12-27-27-27h-217v-42c0-15-13-27-27-27zM145 166v678h574v-534h-133v-144zM614 167v115h99zM389 365c101 0 184 82 184 183 0 40-14 77-36 107 5 17 12 31 26 36 18 5 47-1 98-26 8-4 17 0 21 8s0 17-7 21c-59 29-96 34-122 26-20-6-32-20-40-38-32 30-76 49-124 49-101 0-183-82-183-183s82-183 183-183zM389 391c-29 0-52 24-52 53s23 53 52 53c30 0 54-24 54-53s-24-53-54-53zM289 492c-29 0-52 23-52 52s23 54 52 54 53-25 53-54-24-52-53-52zM490 492c-29 0-53 23-53 52s24 54 53 54 53-25 53-54-24-52-53-52zM389 592c-29 0-52 23-52 53 0 29 23 52 52 52 30 0 54-23 54-52 0-30-24-53-54-53z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr39" draw:text-style-name="P102" draw:layer="layout" svg:width="0.873cm" svg:height="0.595cm" svg:x="6.948cm" svg:y="10.514cm" svg:viewBox="0 0 874 596" svg:d="M34 0c-19 0-34 15-34 33v463c0 16 12 30 28 33l97-340c7-23 30-41 52-41h503v-28c0-18-15-33-33-33h-272v-54c0-18-15-33-34-33zM210 193c-19 0-40 16-46 36l-95 332c-5 20 6 35 26 35h636c20 0 41-15 46-35l95-332c6-19-6-36-26-36z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr39" draw:text-style-name="P102" draw:layer="layout" svg:width="0.418cm" svg:height="0.674cm" svg:x="9.769cm" svg:y="10.441cm" svg:viewBox="0 0 419 675" svg:d="M210 0c-116 0-210 94-210 209 0 64 28 120 73 159h272c45-39 74-95 74-159 0-115-94-209-209-209zM85 383c0 3 0 5 0 8v61l250-35v-26c0-3-1-5-1-8zM335 438l-250 35v49l250-35zM335 509l-250 35v49l250-36zM335 579l-250 35v10c0 28 27 51 60 51h128c34 0 62-23 62-51z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr39" draw:text-style-name="P102" draw:layer="layout" svg:width="0.911cm" svg:height="0.911cm" svg:x="13.558cm" svg:y="10.322cm" svg:viewBox="0 0 912 912" svg:d="M456 0c-252 0-456 204-456 456s204 456 456 456c251 0 456-204 456-456s-205-456-456-456zM456 41c229 0 415 186 415 415 0 230-186 416-415 416-230 0-416-186-416-416 0-229 186-415 416-415zM446 60c-36 0-73 3-113 9-7 12 9 26 26 27 92 1 55 152 114 151 36-58 180-71 145-160-54-19-111-28-172-27zM265 103l-3 1-5 3-6 4-6 4-7 4-8 5-7 5-9 6-8 7-9 6-9 8-9 8-9 8-10 8-8 10-9 10-9 10-9 11-8 11-8 12-8 13-6 13-7 14-6 13-5 15-5 15-4 15-4 17-1 16-1 16 1 5 3 5 5 5 4 6 4 6 6 5 5 5 6 6 7 4 7 5 7 5 7 6 8 3 7 6 8 4 8 4 8 4 7 5 8 4 8 4 8 5 7 4 8 4 7 4 7 5 6 4 6 4 7 4 5 4 5 5 5 4 8 9-8 10-3 5-3 4-3 5-2 4-1 4-1 5-1 4-1 4v4 4l1 4v4l1 4 1 3 2 4 1 4 3 3 2 4 3 3 2 4 3 3 3 3 3 3 4 3 4 3 3 3 5 3 3 2 4 3 5 2 9 5-2 11-2 4-2 5-1 5-2 6-2 5-3 4-1 5-3 5-2 4-2 4-2 5-2 5-2 3-2 5-2 4-2 5-1 4-2 5-1 4-1 4-2 5v5l-1 4v4 5 5 4l1 5 1 5v2l3-1h7l6 2 5 4 4 3 4 4 4 4 4 4 3 3 3 2 2 1h2 2l2-2 3-3 7-9 6-8 7-8 7-8 7-8 7-7 7-7 7-7 7-7 7-7 7-7 7-6 7-7 6-6 7-5 7-6 6-6 6-6 6-6 5-5 5-6 5-6 5-6 4-5 4-6 4-6 3-6 2-5 3-6 2-6 1-6 1-7v-4-4l-1-3-1-4-2-2-2-3-3-3-4-1-4-3-5-2-5-1-7-2-7-1-7-1-8-1h-12l-4-8-4-4-2-4-3-4-3-4-3-5-3-3-4-4-4-4-3-4-4-4-4-3-5-4-4-3-4-3-5-3-5-3-5-3-4-2-5-2-6-2-6-1-5-3-6-1h-6l-6-1h-7-6-7-6l-7 1-10 2-11-6-9-5-8-5-8-6-7-6-8-6-6-6-7-6-6-6-5-5-4-6-5-5-4-5-3-5-3-4-1-4-1-5 1-6 4-3 4-2 5-1 5-1h6l7 1 7 1 7 2 9 2 9 4 9 4 10 5 10 6 7 4h1l4-4 2-3 2-6v-6l2-7v-8l1-8 2-8 2-8 4-8 7-8 7-7 11-6 12-4 13-3 7-5 7-7 9-6 8-5 9-5 8-6 7-4 7-4 6-4 5-4 5-3 2-3 1-2v-1l-1-1-4-3-6-3-5-3-5-4-5-5-5-5-4-5-4-4-4-6-3-6-4-5-3-6-2-5-3-6-2-6-2-5-1-5-1-5-1-5-1-5v-6l1-4 1-5 1-3 1-4 3-4 3-3 4-2 4-1h5 5l2 1v-1l-1-3-3-4-4-5-5-4-6-4-7-4-6-3-8-3-6-2h-7-6l-3 1-2 5-3 8-2 9-2 7-2 8-2 8-1 7-1 8-1 7v7l-1 6v7l-2 6v6 6l-1 5v6 4 5l-1 5v5l-1 3-1 4-1 4-2 3-2 4-2 3-4 2-4 2-3 1h-4-7l-14-10-11-8-9-8-9-7-7-7-5-6-4-6-3-7-1-6-1-5 2-7 1-5 4-5 2-5 4-4 5-4 4-4 4-3 5-5 4-4 4-4 5-5 3-5 4-5 3-6 2-5 2-6 1-7 1-7-1-8zM683 254c-16 0-20 38-17 102-25 8-58 31-21 75-105 86-52 188 82 159v166c79-82 137-173 137-292-5-21-17-27-38-16-3 16-15 21-37 12-12-40-51-48-92-54 21-18 53-34 69 6 23 7 33-7 56 7 13 1 25 0 38 2-20-180-43-108-146-143-13-16-23-24-31-24z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr39" draw:text-style-name="P102" draw:layer="layout" svg:width="0.887cm" svg:height="0.887cm" svg:x="10.879cm" svg:y="10.335cm" svg:viewBox="0 0 888 888" svg:d="M130 130c174-173 455-173 628 0 174 174 174 455 0 628-173 173-454 173-628 0-173-173-173-454 0-628zM259 194l435 437c92-123 82-296-29-407s-284-121-406-30zM630 694l-435-436c-92 122-82 296 29 406 111 111 284 121 406 30z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr39" draw:text-style-name="P102" draw:layer="layout" svg:width="0.82cm" svg:height="0.793cm" svg:x="12.258cm" svg:y="10.381cm" svg:viewBox="0 0 821 794" svg:d="M540 0c-146 0-266 111-280 254h167v136l49-87 143 247c117-33 202-142 202-269 0-155-127-281-281-281zM0 282v387h266l61-106 71-124v-157zM476 359l-125 218-125 217h502l-126-217z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr39" draw:text-style-name="P102" draw:layer="layout" svg:width="0.85cm" svg:height="0.849cm" svg:x="16.277cm" svg:y="10.353cm" svg:viewBox="0 0 851 850" svg:d="M317 0h218c13 0 23 11 23 24v269h269c13 0 24 10 24 23v218c0 13-11 23-24 23h-269v270c0 13-10 23-23 23h-218c-13 0-24-10-24-23v-270h-269c-13 0-24-10-24-23v-218c0-13 11-23 24-23h269v-269c0-13 11-24 24-24z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr39" draw:text-style-name="P102" draw:layer="layout" svg:width="0.542cm" svg:height="0.768cm" svg:x="19.121cm" svg:y="10.394cm" svg:viewBox="0 0 543 769" svg:d="M62 661l49 75c10 15 29 33 53 33h312c37 0 67-30 67-68v-512c0-39-73-39-73 0v185c-3 9-12 16-22 16s-18-6-22-14v-277c0-37-68-39-73-4v280c-4 9-12 15-22 15-11 0-19-7-23-16l1-345c0-39-73-39-73 0v347c-4 8-13 14-22 14-11 0-20-7-23-17v-274c0-39-73-39-73 0v376h-1v25c-2 9-9 16-18 17h-8c-8-1-15-7-18-14v-114c0-40-73-40-73 0v143c0 31 3 39 8 45z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr39" draw:text-style-name="P102" draw:layer="layout" svg:width="0.61cm" svg:height="0.725cm" svg:x="15.052cm" svg:y="10.415cm" svg:viewBox="0 0 611 726" svg:d="M318 0c-7 0-13 7-13 13v53c0 7 6 13 13 13s13-6 13-13v-53c0-6-6-13-13-13zM99 85c-4 0-7 1-10 3-5 5-5 14 0 19l37 36c5 5 13 5 18 0s5-13 0-18l-36-37c-3-2-6-3-9-3zM512 85c-3 0-7 1-9 3l-36 37c-6 5-6 13 0 18 5 5 13 5 18 0l36-36c5-5 5-14 0-19-2-2-5-3-9-3zM314 115c-110 0-199 89-199 199 0 57 25 109 64 146 48 46 55 128 55 216l35 50h45 45l35-50c0-88 8-170 55-216 40-37 64-89 64-146 0-110-89-199-199-199zM314 143c94 0 171 76 171 170 0 50-21 95-55 126-32 30-49 96-56 160h-120c-7-64-25-130-56-160-34-31-55-76-55-126 0-94 77-170 171-170zM13 292c-7 0-13 5-13 12 0 8 6 13 13 13h52c7 0 13-5 13-13 0-7-6-12-13-12zM546 292c-7 0-13 5-13 12 0 8 6 13 13 13h52c8 0 13-5 13-13 0-7-5-12-13-12zM135 462c-3 0-7 1-9 4l-37 36c-5 5-5 14 0 18 5 5 13 5 19 0l36-37c5-4 5-13 0-17-2-3-6-4-9-4zM476 462c-3 0-7 1-9 4-6 4-6 13 0 17l36 37c5 5 14 5 18 0 5-4 5-13 0-18l-36-36c-3-3-6-4-9-4zM255 617h118c0 5-1 11-1 16h-116c0-5-1-11-1-16z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr39" draw:text-style-name="P102" draw:layer="layout" svg:width="0.903cm" svg:height="0.539cm" svg:x="21.631cm" svg:y="10.509cm" svg:viewBox="0 0 904 540" svg:d="M363 210h-141c-15 0-29 3-42 8-13 6-25 14-35 24s-18 22-24 35c-5 13-8 27-8 42 0 14 3 28 8 41 6 13 14 25 24 35s22 18 35 23c13 6 27 9 42 9h460c15 0 29-3 41-9 14-5 25-13 36-23 10-10 18-22 23-35 6-13 8-27 8-41 0-15-2-29-8-42-5-11-11-23-19-32l-4-3c-11-10-22-18-36-24-12-5-26-8-41-8l-80-1h-15v-112h95c30 0 59 6 85 17 27 11 51 28 71 48l14 14h-1c15 17 27 37 36 58 11 26 17 54 17 85 0 29-6 58-17 84-11 27-28 52-48 72h-1c-20 20-44 37-71 48-26 11-54 17-84 17h-461c-31 0-59-6-85-17-27-11-52-28-72-48s-37-45-49-72c-10-26-16-55-16-84 0-31 6-59 16-85 12-27 29-52 49-72s45-37 72-49c26-10 54-16 85-16h152c-14-28-38-53-38-86 0-16 38-12 52 0 52 41 104 81 156 122 14 11 14 30 0 41-52 40-104 81-156 122-14 11-52 16-52 0 0-26 14-56 27-86z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr39" draw:text-style-name="P102" draw:layer="layout" svg:width="0.858cm" svg:height="0.712cm" svg:x="4.168cm" svg:y="10.422cm" svg:viewBox="0 0 859 713" svg:d="M585 0c-14 0-29 6-40 17l-211 211c-22 21-22 57 0 79 31 29 114-34 189-63v293c0 21 18 38 39 38h56c20 0 37-17 37-38v-290c72 31 147 86 181 60 22-22 22-58 0-79l-211-211c-11-11-25-17-40-17zM34 128c-19 0-34 15-34 34v462c0 17 12 30 28 33l97-340c7-22 30-41 52-41h120c0-3 0-6 0-9 0-20 7-40 23-54l55-56c-2-16-16-29-34-29zM503 276h-1zM197 308c-20 0-41 17-47 37l-94 331c-6 20 5 37 25 37h636c20 0 41-17 47-37l94-331c3-11 1-21-4-27-1 1-2 3-3 4l-1 1-1 1c-29 22-71 7-117-16h-56v229c0 32-26 59-58 59h-56c-33 0-59-27-59-59v-229h-66c-48 24-90 40-117 14-5-4-8-9-11-14z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr39" draw:text-style-name="P102" draw:layer="layout" svg:width="0.543cm" svg:height="0.697cm" svg:x="20.466cm" svg:y="10.429cm" svg:viewBox="0 0 544 698" svg:d="M91 447h8c9-1 16-9 19-17v-401c0-20 16-28 34-29 18 0 39 5 39 29v277c4 8 12 14 22 14 11 0 19-7 22-17v-80c0-39 74-39 74 0v83c3 8 11 14 21 14 11 0 20-7 23-18v-47c5-36 73-34 73 4v47c4 8 12 14 21 14 12 0 20-7 23-17v-19c0-39 74-39 74 0v347c0 38-31 67-68 67h-312c-24 0-43-17-53-32l-49-76-55-83c-4-7-7-14-7-45v-143c0-40 73-40 73 0v114c3 8 10 13 18 14z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr39" draw:text-style-name="P102" draw:layer="layout" svg:width="0.821cm" svg:height="0.823cm" svg:x="23.017cm" svg:y="10.366cm" svg:viewBox="0 0 822 824" svg:d="M640 0c-15 0-30 6-41 17l-222 235c-21 22-19 60 5 83l19 18-51 51-29-27c-24-24-62-24-84 0l-222 233c-22 24-20 61 5 84l118 113c25 23 62 23 84 0l222-234c22-23 20-61-4-84l-27-25 52-51 36 35c24 23 62 23 84 0l221-234c22-23 20-61-4-84l-119-113c-12-11-27-17-43-17zM642 85c8 0 17 3 23 9l62 59c13 12 13 33 1 46l-163 172c-12 12-33 13-46 1l-6-6 77-75c14-13 14-34 1-48l-14-14c-13-14-35-14-48-1l-78 77c-7-12-5-27 5-38l163-172c6-6 15-10 23-10zM280 444c7 0 15 2 21 8l-68 66c-13 13-13 34 0 47l14 15c13 13 34 13 48 0l70-68c12 12 13 33 1 45l-164 173c-12 13-32 13-45 1l-62-58c-13-13-14-34-2-46l164-173c6-7 14-10 23-10z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr39" draw:text-style-name="P102" draw:layer="layout" svg:width="1.054cm" svg:height="0.809cm" svg:x="17.52cm" svg:y="4.847cm" svg:viewBox="0 0 1055 810" svg:d="M405 0c223 0 404 181 404 405 0 89-28 172-77 239 10 37 25 68 56 77 39 13 105 0 217-55 18-9 39-1 47 16s2 38-16 46c-130 65-214 77-268 60-47-14-73-46-89-85-72 67-168 107-274 107-224 0-405-182-405-405 0-224 181-405 405-405zM405 503c64 0 117 52 117 117 0 64-53 118-117 118-65 0-117-54-117-118 0-65 52-117 117-117zM405 59c64 0 117 52 117 117 0 64-53 117-117 117-65 0-117-53-117-117 0-65 52-117 117-117zM299 398c0 65-52 117-117 117-64 0-116-52-116-117s52-117 117-117c64 0 116 52 116 117zM744 398c0 65-52 117-117 117s-117-52-117-117 52-117 117-117 117 52 117 117z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr39" draw:text-style-name="P102" draw:layer="layout" svg:width="0.854cm" svg:height="0.795cm" svg:x="5.516cm" svg:y="4.854cm" svg:viewBox="0 0 855 796" svg:d="M461 59l-405 405c-37 39-56 88-56 138s19 100 56 137c38 38 88 57 138 57 49 0 99-19 137-57l479-479c30-30 45-69 45-108s-15-78-45-107v-1c-30-29-68-44-108-44-39 0-78 15-108 44l-370 370c-22 23-34 52-34 82 0 29 12 60 34 82 23 22 52 34 82 34s60-12 82-34l303-303-42-42-304 303c-10 11-25 16-39 16s-29-5-40-16-16-26-16-40c0-15 5-29 16-39l371-370c18-18 42-28 65-28 24 0 48 10 66 28 18 17 27 42 27 65 0 24-9 48-27 66l-479 479c-26 26-61 39-95 39-35 0-69-13-96-39h1c-27-26-40-61-40-95 0-35 13-69 40-95l405-406z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr39" draw:text-style-name="P102" draw:layer="layout" svg:width="0.873cm" svg:height="0.746cm" svg:x="8.196cm" svg:y="4.878cm" svg:viewBox="0 0 874 747" svg:d="M408 169h177c80 0 152 32 204 85h1c52 52 84 125 84 204 0 80-32 152-84 204-53 53-125 85-205 85h-352v-138h352c41 0 79-18 107-45 27-27 44-65 44-106s-17-79-44-106c-27-28-66-44-107-44h-177v163l-204-118-204-117 204-118 204-118z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr39" draw:text-style-name="P102" draw:layer="layout" svg:width="0.745cm" svg:height="0.873cm" svg:x="6.915cm" svg:y="4.815cm" svg:viewBox="0 0 746 874" svg:d="M578 407v178c0 79-32 151-85 204-52 53-125 85-204 85-80 0-152-33-204-85-53-53-85-125-85-204v-353h139v353c0 41 16 79 44 106 27 27 65 44 106 44s79-17 106-44 45-64 45-106v-178h-164l118-204 118-203 117 203 117 204z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr39" draw:text-style-name="P102" draw:layer="layout" svg:width="0.867cm" svg:height="0.678cm" svg:x="9.544cm" svg:y="4.912cm" svg:viewBox="0 0 868 679" svg:d="M435 0c239 0 433 129 433 290 0 160-194 283-433 290-52 44-45 78-208 99 38-28 86-51 78-109-177-34-305-148-305-280 0-162 195-290 435-290z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr39" draw:text-style-name="P102" draw:layer="layout" svg:width="0.868cm" svg:height="0.678cm" svg:x="13.579cm" svg:y="4.912cm" svg:viewBox="0 0 869 679" svg:d="M435 0c-241 0-435 130-435 290s194 283 435 290c51 44 44 78 207 99-38-28-87-51-79-109 177-34 306-148 306-280 0-162-195-290-434-290zM210 364h276v56h-276zM210 256h440v57h-440zM210 148h370v57h-370z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr39" draw:text-style-name="P102" draw:layer="layout" svg:width="0.842cm" svg:height="0.711cm" svg:x="10.902cm" svg:y="4.896cm" svg:viewBox="0 0 843 712" svg:d="M55 0h733c30 0 55 24 55 55v437c0 30-25 55-55 55h-310l-195 165 74-165h-302c-31 0-55-25-55-55v-437c0-31 24-55 55-55z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr39" draw:text-style-name="P102" draw:layer="layout" svg:width="0.868cm" svg:height="0.678cm" svg:x="12.234cm" svg:y="4.912cm" svg:viewBox="0 0 869 679" svg:d="M434 0c-239 0-434 129-434 290 0 160 195 283 434 290 52 44 45 78 207 99-37-28-85-51-77-109 176-34 305-148 305-280 0-162-195-290-435-290z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr39" draw:text-style-name="P102" draw:layer="layout" svg:width="0.844cm" svg:height="0.711cm" svg:x="16.28cm" svg:y="4.896cm" svg:viewBox="0 0 845 712" svg:d="M789 0h-732c-31 0-57 24-57 55v437c0 30 26 55 57 55h309l195 165-74-165h302c30 0 56-25 56-55v-437c0-31-26-55-56-55zM167 110h370v57h-370zM167 217h441v57h-441zM167 325h277v57h-277z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr39" draw:text-style-name="P102" draw:layer="layout" svg:width="0.618cm" svg:height="0.842cm" svg:x="19.083cm" svg:y="4.83cm" svg:viewBox="0 0 619 843" svg:d="M49 0h521c27 0 49 23 49 50v743c0 27-22 50-49 50h-521c-27 0-49-23-49-50v-743c0-27 22-50 49-50zM93 66h433c18 0 33 14 33 32v99c0 18-15 33-33 33h-433c-18 0-32-15-32-33v-99c0-18 14-32 32-32zM82 292h82c7 0 13 6 13 13v82c0 7-6 13-13 13h-82c-7 0-13-6-13-13v-82c0-7 6-13 13-13zM269 292h82c7 0 13 6 13 13v82c0 7-6 13-13 13h-82c-8 0-13-6-13-13v-82c0-7 5-13 13-13zM456 292h82c6 0 12 6 12 13v82c0 7-6 13-12 13h-82c-8 0-13-6-13-13v-82c0-7 5-13 13-13zM82 472h82c7 0 13 6 13 13v83c0 7-6 13-13 13h-82c-7 0-13-6-13-13v-83c0-7 6-13 13-13zM269 472h82c7 0 13 6 13 13v83c0 7-6 13-13 13h-82c-8 0-13-6-13-13v-83c0-7 5-13 13-13zM456 472h82c6 0 12 6 12 13v83c0 7-6 13-12 13h-82c-8 0-13-6-13-13v-83c0-7 5-13 13-13zM82 653h82c7 0 13 6 13 13v82c0 7-6 13-13 13h-82c-7 0-13-6-13-13v-82c0-7 6-13 13-13zM269 653h82c7 0 13 6 13 13v82c0 7-6 13-13 13h-82c-8 0-13-6-13-13v-82c0-7 5-13 13-13zM456 653h82c6 0 12 6 12 13v82c0 7-6 13-12 13h-82c-8 0-13-6-13-13v-82c0-7 5-13 13-13z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr39" draw:text-style-name="P102" draw:layer="layout" svg:width="0.842cm" svg:height="0.711cm" svg:x="14.936cm" svg:y="4.896cm" svg:viewBox="0 0 843 712" svg:d="M788 0h-733c-31 0-55 24-55 55v437c0 30 24 55 55 55h310l194 165-73-165h302c30 0 55-25 55-55v-437c0-31-25-55-55-55z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr39" draw:text-style-name="P102" draw:layer="layout" svg:width="0.813cm" svg:height="0.781cm" svg:x="21.676cm" svg:y="4.861cm" svg:viewBox="0 0 814 782" svg:d="M28 0c-10 1-18 6-24 15-8 14-4 32 10 41 56 32 94 94 122 175 29 85 45 190 55 307 1 17 16 29 32 27h503c16 0 30-14 30-30 0-17-14-29-30-29h-478c-10-111-27-211-55-294-32-95-79-167-148-207-5-4-11-5-17-5zM231 111l49 291h398l136-291zM247 613c-47 0-85 37-85 84 0 46 38 85 85 85s84-39 84-85c0-47-37-84-84-84zM664 613c-46 0-84 37-84 84 0 46 38 85 84 85 47 0 85-39 85-85 0-47-38-84-85-84z">
          <text:p/>
        </draw:path>
        <draw:polygon draw:style-name="gr39" draw:text-style-name="P102" draw:layer="layout" svg:width="0.689cm" svg:height="0.83cm" svg:x="4.253cm" svg:y="4.836cm" svg:viewBox="0 0 690 831" draw:points="200,374 0,374 173,187 345,0 518,187 690,374 478,374 478,831 200,831">
          <text:p/>
        </draw:polygon>
        <draw:path draw:style-name="gr39" draw:text-style-name="P102" draw:layer="layout" svg:width="0.827cm" svg:height="0.827cm" svg:x="20.324cm" svg:y="4.838cm" svg:viewBox="0 0 828 828" svg:d="M18 61l43-42c25-25 66-25 91 0l262 261 262-261c24-25 66-25 90 0l43 42c25 25 25 66 0 91l-261 262 261 262c25 24 25 66 0 90l-43 43c-24 25-66 25-90 0l-262-262-262 262c-25 25-66 25-91 0l-43-43c-24-24-24-66 0-90l262-262-262-262c-24-25-24-66 0-91z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr39" draw:text-style-name="P102" draw:layer="layout" svg:width="0.761cm" svg:height="0.762cm" svg:x="23.047cm" svg:y="4.87cm" svg:viewBox="0 0 762 763" svg:d="M381 763c-106 0-196-37-270-111-74-75-111-165-111-270 0-106 37-196 111-270s164-112 270-112c105 0 195 38 270 112 74 74 111 164 111 270 0 105-37 195-111 270-75 74-165 111-270 111zM381 255c14 0 26-5 36-15s15-22 15-36-5-26-15-36-22-15-36-15-26 5-36 15-15 22-15 36 5 26 15 36 22 15 36 15zM387 382h-12c-50 3-90 21-123 55-33 33-49 75-49 123 0 50 17 92 53 127 35 34 78 51 130 51 96 0 178-35 247-105 69-71 104-154 104-251 0-99-33-182-99-249-66-65-152-101-257-107 58 8 103 26 133 56 30 31 45 71 45 122 0 48-16 90-49 123-33 34-74 52-123 55zM381 610c-14 0-26-5-36-14-10-10-15-22-15-36s5-26 15-36 22-15 36-15 26 5 36 15 15 22 15 36-5 26-15 36c-10 9-22 14-36 14z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr37" draw:text-style-name="P100" draw:layer="layout" svg:width="0.849cm" svg:height="0.264cm" svg:x="17.622cm" svg:y="11.966cm" svg:viewBox="0 0 850 265" svg:d="M0 133v108c0 13 11 24 24 24h803c13 0 23-11 23-24v-217c0-13-10-24-23-24h-803c-13 0-24 11-24 24z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr37" draw:text-style-name="P100" draw:layer="layout" svg:width="0.674cm" svg:height="0.842cm" svg:x="5.606cm" svg:y="11.677cm" svg:viewBox="0 0 675 843" svg:d="M538 0l-48 112c-285-56-365-14-484 162 161-79 266-108 396-31l-87 138 360-46zM359 462l-359 46 137 335 47-112c285 57 366 14 484-163-161 80-266 109-396 31z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr37" draw:text-style-name="P100" draw:layer="layout" svg:width="0.799cm" svg:height="0.8cm" svg:x="8.233cm" svg:y="11.698cm" svg:viewBox="0 0 800 801" svg:d="M479 485l-17 17h-69v61h-61v47h-106v103h-56v74c-43 24-99 18-136-19-45-44-45-117 0-161l282-282c12 35 32 69 61 98s65 50 102 62zM732 68c91 90 91 237 0 328s-239 91-329 0c-91-91-91-237 0-328 90-90 238-91 329 0zM684 116c25 25 25 66 0 90-25 26-66 26-91 0-25-24-25-65 0-90s66-25 91 0z">
          <text:p/>
        </draw:path>
        <draw:polygon draw:style-name="gr37" draw:text-style-name="P100" draw:layer="layout" svg:width="0.831cm" svg:height="0.828cm" svg:x="6.872cm" svg:y="11.684cm" svg:viewBox="0 0 832 829" draw:points="163,0 163,303 404,303 406,430 166,430 165,541 0,541 0,829 354,829 354,541 195,541 195,464 650,464 650,541 478,541 478,829 832,829 832,541 682,541 682,430 443,430 443,303 663,303 663,0">
          <text:p/>
        </draw:polygon>
        <draw:path draw:style-name="gr37" draw:text-style-name="P100" draw:layer="layout" svg:width="0.725cm" svg:height="0.818cm" svg:x="9.615cm" svg:y="11.689cm" svg:viewBox="0 0 726 819" svg:d="M0 366h541v-69h-1c0-48-19-93-51-125v-1c-32-31-77-51-125-51-49 0-94 20-126 52-26 27-45 61-50 100h-120c5-72 37-136 85-185h1c54-54 128-87 210-87 81 0 155 33 209 88v-1c54 54 88 128 88 210h-1v69h66v453h-726zM364 468c31 0 56 25 56 57 0 20-11 38-28 48l4 32c2 30 5 65 9 107h-82c3-43 6-78 8-108l3-31c-16-11-27-28-27-48 0-32 26-57 57-57z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr37" draw:text-style-name="P100" draw:layer="layout" svg:width="0.801cm" svg:height="0.8cm" svg:x="13.612cm" svg:y="11.698cm" svg:viewBox="0 0 802 801" svg:d="M75 0c-41 0-75 33-75 75 0 41 34 75 75 75 159 0 304 64 409 169 104 104 169 248 169 408 0 41 33 74 75 74 41 0 74-33 74-74 0-201-81-382-212-514-132-132-314-213-515-213zM75 235c-41 0-75 34-75 75s34 74 75 74c95 0 181 39 242 101 63 62 101 147 101 242 0 41 33 74 74 74 42 0 75-33 75-74 0-136-55-259-144-348s-212-144-348-144zM135 532c-74 0-135 59-135 134 0 74 60 135 135 135 74 0 136-61 136-135 0-75-61-134-136-134z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr37" draw:text-style-name="P100" draw:layer="layout" svg:width="0.726cm" svg:height="0.818cm" svg:x="10.96cm" svg:y="11.689cm" svg:viewBox="0 0 727 819" svg:d="M0 366h67v-69c0-11 0-21 1-32l1-2v-1-3-4l1-3v-3l1-4 1-3v-1l2-7v-2-2-1l1-2v-1l1-3 1-3 1-4v-3l2-3v-1-2l1-2 1-1v-2-1l1-2 3-7 1-3 1-3v-1l3-7 1-1 1-2c1-3 3-7 5-10l1-3c14-27 32-53 55-75 42-42 96-71 157-82h3l4-1 4-1h4l3-1 4-1h4 3 8l4-1h23l4 1h7 4 3l4 1 4 1h3l4 1 4 1h4c61 11 115 40 157 82 14 14 26 28 37 44v1c5 7 10 15 14 22l1 3 3 5 3 6v1l3 6 1 2 1 1c1 4 3 7 4 11l1 3 1 4 1 2 1 1v2l2 4v2l2 6 1 3 1 6 2 4v1 2l1 2v3l2 5v2 1l1 3v2l1 5v4l1 3v1 2c0 3 1 6 1 9v1c1 9 1 17 1 25v69h67v453h-727zM186 366h355v-69c0-8-1-17-2-26l-1-2v-2-1-2l-1-1-1-3v-2-1-2l-1-1-1-2v-3l-1-2v-2-1l-2-3v-2h-1v-2l-1-3-1-1v-2l-1-1-1-2v-2h-1v-2l-1-1v-1c-2-3-3-6-5-9-2-4-4-8-7-11v-2l-2-1v-1-1l-2-2c-4-6-9-11-14-17-1-2-3-4-6-6v-1c-1-1-3-2-4-4l-1-1h-1l-1-1c-18-16-40-29-63-37h-2l-2-1h-2l-3-1-1-1h-3-2l-2-1-2-1h-2-2l-2-1h-3-2-2l-2-1h-2l-3-1h-9-2-9-3-8l-3 1h-2l-2 1h-2-2-3l-2 1h-2-3l-1 1-2 1h-3-2l-2 1-2 1h-2l-2 1h-2l-3 1-1 1-2 1c-19 7-35 16-51 28l-1 1-2 2-2 1-1 2-2 1-1 1-5 4v1c-7 7-13 15-19 23l-2 3-1 1-1 1-1 2-3 5-1 1v1l-1 1-1 1v1 1l-1 2-3 6-2 4-1 1-1 1-1 3v1l-1 3-1 2v1l-1 2v1l-1 2-1 2v1 2h-1v2l-1 2v2l-1 1-1 6v1l-1 2v1c0 2-1 5-1 8-1 9-2 17-2 25zM334 573l-2 18v13c-3 30-6 65-10 108h82c-3-43-6-78-9-108l-1-13-1-18c16-11 26-28 26-48 0-31-24-57-55-57h-1c-31 0-56 26-56 57 0 20 11 37 27 48z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr37" draw:text-style-name="P100" draw:layer="layout" svg:width="0.885cm" svg:height="0.64cm" svg:x="12.225cm" svg:y="11.778cm" svg:viewBox="0 0 886 641" svg:d="M17 251l46-47c23-23 61-23 84 0l202 203 389-390c23-23 61-23 83 0l47 47c23 23 23 60 0 83l-477 477-2 1-1 2h-1l-1 1-1 1-1 1-1 1-2 1-1 1h-1l-1 1-2 1h-1l-1 1h-2l-1 1-1 1h-2-1l-1 1-2 1h-1-1-3l-2 1h-2-2-8-2-2l-1-1h-4-1-1l-2-1-1-1h-1-2l-1-1-1-1h-1-1c-5-3-11-7-17-12l-290-291c-23-23-23-59 0-82z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr37" draw:text-style-name="P100" draw:layer="layout" svg:width="0.625cm" svg:height="0.774cm" svg:x="16.39cm" svg:y="11.711cm" svg:viewBox="0 0 626 775" svg:d="M68 0c-14 0-25 10-25 24v351c0 14 11 25 25 25h505c14 0 25-11 25-25v-351c0-14-11-24-25-24zM93 30h455c7 0 13 6 13 13v313c0 7-6 13-13 13h-455c-7 0-13-6-13-13v-313c0-7 6-13 13-13zM63 432c-11 2-20 12-20 24v106c0 13 11 24 25 24h235v94h-94c-6 0-11 4-11 11v28h-193c-3 0-5 3-5 6v24c0 3 2 6 5 6h193v10c0 6 5 10 11 10h215c6 0 11-4 11-10v-10h185c3 0 6-3 6-6v-24c0-3-3-6-6-6h-185v-28c0-7-5-11-11-11h-86v-94h235c14 0 25-11 25-24v-106c0-14-11-24-25-24h-505c-2 0-4 0-5 0zM402 481h115c3 0 5 2 5 5v24c0 4-2 6-5 6h-115c-3 0-5-2-5-6v-24c0-3 2-5 5-5z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr37" draw:text-style-name="P100" draw:layer="layout" svg:width="0.806cm" svg:height="0.837cm" svg:x="18.989cm" svg:y="11.679cm" svg:viewBox="0 0 807 838" svg:d="M48 0h711c27 0 48 23 48 48v742c0 27-21 48-48 48h-711c-27 0-48-21-48-48v-742c0-25 21-48 48-48zM129 64h549c21 0 37 17 37 37v314c0 20-16 37-37 37h-549c-20 0-37-17-37-37v-314c0-20 17-37 37-37zM134 329h494v40h-494zM134 247h494v41h-494zM134 165h494v41h-494zM170 512h36c-11 1-19 10-19 21v226c0 12 9 21 20 21h-37c-11 0-20-9-20-21v-226c0-11 9-21 20-21zM313 512h245c11 0 21 10 21 21v226c0 12-10 21-21 21h-246c11 0 21-9 21-21v-226c0-11-9-20-20-21z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr37" draw:text-style-name="P100" draw:layer="layout" svg:width="0.922cm" svg:height="0.784cm" svg:x="14.896cm" svg:y="11.706cm" svg:viewBox="0 0 923 785" svg:d="M393 0c191 0 350 135 386 315h144l-101 120-101 121-101-121-101-120h139c-33-114-139-198-265-198-152 0-276 123-276 275 0 153 124 276 276 276 63 0 122-21 168-57l48 110c-61 40-136 64-216 64-217 0-393-175-393-393 0-217 176-392 393-392z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr37" draw:text-style-name="P100" draw:layer="layout" svg:width="0.983cm" svg:height="0.668cm" svg:x="21.591cm" svg:y="11.764cm" svg:viewBox="0 0 984 669" svg:d="M244 0c-6 0-11 4-11 8v52h-37c-29 0-51 28-51 61v107h-74c-39 0-71 24-71 54v291c0 20 15 38 36 47v16c0 18 20 33 43 33h825c24 0 43-15 43-33v-16c22-9 37-27 37-47v-291c0-30-32-54-71-54h-74v-107c0-33-23-61-51-61h-152l-75-57c-1-1-3-3-7-3zM254 16h290v121c0 4 5 8 10 8h159v119h-458c0 0 0-1-1-2zM565 28l132 101h-132zM71 250h117c11 0 20 3 27 7 8 5 13 12 14 20l3 9h508 12l2-9c1-8 7-15 14-20 7-4 17-7 27-7h118c23 0 42 14 42 32v291c0 17-19 32-42 32h-77v-29c0-12-6-22-16-30s-24-12-39-12h-578c-16 0-29 4-39 12s-17 18-17 30v29h-76c-23 0-42-15-42-32v-291c0-18 19-32 42-32zM878 309c-10 0-19 3-25 8-7 5-11 12-11 20 0 7 4 14 11 19 6 5 15 8 25 8s19-3 25-8c7-5 11-12 11-19 0-8-4-15-11-20-6-5-15-8-25-8zM878 375c-10 0-19 2-25 7-7 5-11 11-11 19 0 7 4 15 11 20 6 5 15 7 25 7s19-2 25-7c7-5 11-13 11-20 0-8-4-14-11-19-6-5-15-7-25-7z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr37" draw:text-style-name="P100" draw:layer="layout" svg:width="0.799cm" svg:height="0.816cm" svg:x="4.198cm" svg:y="11.69cm" svg:viewBox="0 0 800 817" svg:d="M616 39l-122 216-432-4-62 98 388 73-98 184-104 8-47 65 147 32 83 106 39-69-39-106 117-171 255 293 59-101-208-367 118-209c0 0 37-159-94-48z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr37" draw:text-style-name="P100" draw:layer="layout" svg:width="0.879cm" svg:height="0.865cm" svg:x="20.298cm" svg:y="11.666cm" svg:viewBox="0 0 880 866" svg:d="M191 0v134h-77c-63 0-114 51-114 115v201c0 63 51 114 114 114h46v-172h560v172h45c63 0 115-51 115-114v-201c0-64-52-115-115-115h-76v-134zM785 213c16 0 28 13 28 28 0 14-12 27-28 27-14 0-27-13-27-27 0-15 13-28 27-28zM177 411v455h526v-455h-505zM785 430c16 0 28 12 28 27s-12 28-28 28c-14 0-27-13-27-28s13-27 27-27zM220 454h440v367h-440zM266 497v31h294v-31zM266 558v31h226v-31zM266 621v31h309v-31zM266 682v31h266v-31z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr37" draw:text-style-name="P100" draw:layer="layout" svg:width="0.87cm" svg:height="0.867cm" svg:x="22.992cm" svg:y="11.665cm" svg:viewBox="0 0 871 868" svg:d="M638 178l58-57 58 57-58 58zM0 529l492-491 230-38 149 150-38 223-495 495zM438 669l-32 32-239-239 32-32zM505 602l-32 32-239-239 32-32z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr36" draw:text-style-name="P99" draw:layer="layout" svg:width="0.784cm" svg:height="0.86cm" svg:x="17.655cm" svg:y="8.985cm" svg:viewBox="0 0 785 861" svg:d="M340 0h109c18 0 32 15 32 32v421c0 17-14 32-32 32h-109c-18 0-32-15-32-32v-421c0-17 14-32 32-32zM534 100c147 57 251 200 251 367 0 217-175 394-392 394-218 0-393-177-393-394 0-168 106-312 255-368v129c-83 48-138 137-138 239 0 153 123 277 276 277 152 0 275-124 275-277 0-101-53-189-134-237z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr36" draw:text-style-name="P99" draw:layer="layout" svg:width="0.924cm" svg:height="0.813cm" svg:x="5.481cm" svg:y="9.008cm" svg:viewBox="0 0 925 814" svg:d="M382 0c-14 1-27 9-35 22l-148 258c-13 20-6 47 15 59l1 1c21 12 48 4 60-16l149-258c12-21 5-47-16-59l-1-1c-8-4-17-6-25-6zM534 0c-6 1-11 3-16 6l-1 1c-21 12-28 38-16 59l149 258c12 20 38 28 59 16l1-1c21-12 28-39 16-59l-149-258c-9-16-26-24-43-22zM69 300c-38 0-69 32-69 70 0 36 29 66 64 69l92 343c4 17 14 32 32 32h536c18 0 27-15 33-32l104-343c35-3 64-33 64-69 0-38-31-70-69-70h-86c-1 45-37 81-82 81s-81-36-81-81h-289c0 45-37 81-82 81-44 0-80-36-81-81zM193 483h539c10 0 18 7 18 17s-8 18-18 18h-539c-10 0-18-8-18-18s8-17 18-17zM239 565h447c10 0 18 8 18 18s-8 18-18 18h-447c-10 0-18-8-18-18s8-18 18-18zM289 643h347c9 0 17 8 17 18s-8 17-17 17h-347c-10 0-18-7-18-17s8-18 18-18z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr36" draw:text-style-name="P99" draw:layer="layout" svg:width="0.707cm" svg:height="0.859cm" svg:x="8.28cm" svg:y="8.985cm" svg:viewBox="0 0 708 860" svg:d="M326 0c-16 0-30 15-30 31v239c-62-23-130-75-154-52-18 18-18 48 0 66l171 172c18 18 47 18 65 0l172-172c18-18 18-48 0-66-28-21-90 25-148 50v-237c0-16-13-31-30-31zM50 341c-11 0-19 8-19 19 0 5 2 10 6 13l254 254c12 12 22 21 32 27 11 8 22 12 30 12 10 0 19-4 31-12 9-6 20-15 31-27l1-1 254-253c7-8 7-19 0-26-3-4-8-6-13-6h-145l-123 123c-24 24-63 24-87 0l-123-123zM17 388c-5 0-9 2-12 6-4 4-5 8-5 12v399c0 10 8 19 18 19 5 0 10-3 13-6l199-202c6-7 6-19 0-26l-200-196c-4-4-8-6-13-6zM689 388c-5 0-11 3-14 7l-197 195c-7 7-7 19-1 26l199 202c7 7 18 7 26 0 4-3 6-8 6-13v-399c0-10-9-18-19-18zM251 624c-5 0-10 2-14 6l-199 199c-7 7-7 19 0 26 4 4 9 5 14 5h604c10 0 18-8 18-18 0-5-2-10-5-13l-200-200c-7-7-19-7-26 0v1l-32 32c-8 7-17 13-27 17-9 3-19 6-31 6-11 0-21-3-31-6l-1-1c-9-4-18-9-25-16l-33-33c-3-3-8-5-12-5z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr36" draw:text-style-name="P99" draw:layer="layout" svg:width="0.653cm" svg:height="0.745cm" svg:x="6.961cm" svg:y="9.043cm" svg:viewBox="0 0 654 746" svg:d="M327 0c-8 0-17 3-28 10-9 6-18 14-29 25l-235 234c-3 3-5 8-5 13v1c0 5 2 10 5 13l138 138v-198h248v82h75v101l124-124c3-3 5-8 5-12 0-5-2-10-5-13l-235-234v-1c-11-11-21-19-29-25-11-7-21-10-29-10zM637 310c-5 0-10 2-13 6l-183 180c-6 6-6 17 0 24l184 186c7 7 17 7 24 0 3-3 5-7 5-11v-368c0-10-7-17-17-17zM17 310c-4 0-8 2-11 5-4 3-6 8-6 12v368c0 9 8 16 17 16 5 0 10-2 13-5l183-186c6-7 6-18-1-24l-183-181c-3-3-8-5-12-5zM205 382v14h197v-14zM205 417v14h221v-14zM205 452v13l1 1h189v-14zM227 487l14 13h173l14-13zM270 530l6 6h103l6-6 8-8h-131zM232 527c-4 0-8 2-12 5v1l-184 183c-7 7-7 17 0 24 4 4 9 6 13 6h557c9 0 18-8 18-17 0-5-2-10-5-13l-185-184c-6-7-17-7-24 0l-1 1-29 29c-7 7-15 13-24 16s-18 5-29 5-20-2-29-5h-1c-8-4-16-9-22-16l-31-30c-3-3-7-5-12-5z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr36" draw:text-style-name="P99" draw:layer="layout" svg:width="0.75cm" svg:height="0.549cm" svg:x="9.603cm" svg:y="9.14cm" svg:viewBox="0 0 751 550" svg:d="M751 69v423c0 5-2 10-6 14-7 8-19 7-27 0l-211-214c-8-8-8-20 0-28l210-207c4-5 9-7 15-7 11 0 19 9 19 19zM244 264c7 8 7 20 0 28l-211 213c-3 4-9 7-14 7-11 0-19-9-19-20v-423c0-5 1-10 5-13 8-8 20-8 27 0zM698 0c5 0 10 2 14 6 7 8 7 19 0 27l-270 270h-1c-12 13-24 22-33 29-12 8-23 13-32 13-10 0-21-5-33-13-10-7-21-16-33-29l-270-269c-4-4-7-9-7-15 0-10 9-19 20-19zM498 306l212 212c3 3 6 8 6 13 0 11-9 19-19 19h-641c-6 1-11-1-15-5-8-8-8-20 0-27l211-212h1c7-8 20-8 27 0l35 34c8 8 17 14 26 18h1c10 4 21 6 34 6 11 0 22-2 33-6 10-4 19-10 27-18l34-34c8-8 21-8 28 0z">
          <text:p/>
        </draw:path>
        <draw:polygon draw:style-name="gr36" draw:text-style-name="P99" draw:layer="layout" svg:width="0.754cm" svg:height="0.718cm" svg:x="13.636cm" svg:y="9.056cm" svg:viewBox="0 0 755 719" draw:points="378,597 144,719 188,459 0,274 261,236 378,0 495,236 755,274 567,459 611,719">
          <text:p/>
        </draw:polygon>
        <draw:path draw:style-name="gr36" draw:text-style-name="P99" draw:layer="layout" svg:width="0.774cm" svg:height="0.583cm" svg:x="10.936cm" svg:y="9.123cm" svg:viewBox="0 0 775 584" svg:d="M764 573c-6 8-18 11-35 11h-684c-12 0-23-3-31-11-10-8-14-20-14-37v-491c0-12 4-22 14-31s20-14 31-14h684c16 0 27 5 35 13 7 8 11 19 11 32v491c0 18-3 31-11 37zM248 292l-203-200v406zM78 44l259 259c23 23 40 34 50 34 11 0 28-11 51-34l259-259zM696 535l-204-203-33 33c-19 19-43 29-72 29-28 0-52-10-71-29l-33-33-204 203zM730 92l-203 200 203 206z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr36" draw:text-style-name="P99" draw:layer="layout" svg:width="0.754cm" svg:height="0.718cm" svg:x="12.291cm" svg:y="9.056cm" svg:viewBox="0 0 755 719" svg:d="M377 0l118 236 260 38-188 185 44 260-234-123-233 123 44-260-188-185 260-38zM377 127l76 153 168 25-121 119 28 167-151-79-151 79 29-167-122-119 169-25z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr36" draw:text-style-name="P99" draw:layer="layout" svg:width="0.886cm" svg:height="0.887cm" svg:x="16.259cm" svg:y="8.972cm" svg:viewBox="0 0 887 888" svg:d="M130 130c173-173 454-173 627 0 174 174 174 455 0 628-173 173-454 173-627 0s-173-454 0-628zM258 194l436 437c90-123 81-296-30-407s-284-121-406-30zM630 694l-437-436c-90 122-80 296 30 406 111 111 285 121 407 30z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr36" draw:text-style-name="P99" draw:layer="layout" svg:width="0.887cm" svg:height="0.887cm" svg:x="18.949cm" svg:y="8.971cm" svg:viewBox="0 0 888 888" svg:d="M444 0c245 0 444 199 444 445 0 244-199 443-444 443s-444-199-444-443c0-246 199-445 444-445zM694 258l-186 187 186 185c39-52 61-116 61-185 0-70-22-135-61-187zM630 695l-186-186-186 185c52 39 116 62 186 62 69 0 134-23 186-61zM194 630l185-185-185-187c-39 52-62 117-62 187 0 69 23 133 62 185zM257 194l187 186 186-186c-52-38-117-61-186-61-70 0-134 23-187 61z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr36" draw:text-style-name="P99" draw:layer="layout" svg:width="0.749cm" svg:height="0.84cm" svg:x="14.983cm" svg:y="8.995cm" svg:viewBox="0 0 750 841" svg:d="M343 350c5-8 9-17 9-28 0-12-7-42-19-87-20-73-30-128-30-163 0-20 7-37 18-51s27-21 51-21c23 0 41 7 53 21 11 13 17 31 17 52 0 35-11 89-32 162-13 45-19 74-19 86s3 21 9 29 13 11 21 11c10 0 23-6 38-17s37-33 68-65c65-70 117-106 153-106 18 0 34 7 47 20 13 12 19 28 19 46 0 14-3 26-9 36-6 11-19 22-38 34s-39 21-58 28c-20 6-48 14-86 24-48 12-78 23-89 31-12 8-17 17-17 28 0 10 4 18 13 26s35 17 78 27c73 17 127 34 160 53s50 42 50 71c0 19-7 35-20 48-13 12-28 19-46 19s-39-7-62-20-60-47-112-99c-27-28-46-45-56-52-11-8-21-11-30-11-18 0-26 9-26 28 0 16 7 52 21 108 15 61 23 106 23 136 0 27-6 49-18 64-13 15-29 23-50 23-22 0-38-8-50-23-13-15-19-36-19-64 0-26 3-52 10-78 5-26 14-64 27-115 5-19 8-35 8-46 0-21-8-32-25-32-11 0-23 5-37 16-14 10-39 33-76 69-42 39-72 65-92 77-20 13-39 19-57 19-17 0-31-7-44-20-12-13-18-29-18-49 0-14 4-27 12-37 9-11 25-22 48-34 24-12 56-24 96-36 39-11 67-19 82-23 42-11 63-24 63-41 0-14-7-24-19-32-12-7-37-15-73-23-56-12-104-29-147-49-42-21-63-46-63-74 0-17 5-33 16-47 10-14 26-22 45-22 21 0 44 7 68 21s54 41 88 80c48 56 83 83 104 83 9 0 16-4 22-11z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr36" draw:text-style-name="P99" draw:layer="layout" svg:width="0.773cm" svg:height="0.773cm" svg:x="4.211cm" svg:y="9.028cm" svg:viewBox="0 0 774 774" svg:d="M0 0h774v774h-774zM87 671l4-89 3-90 53 53 68-69 69 70-68 68 50 50-90 3zM688 671l-3-89-4-90-52 53-69-69-69 70 68 68-49 50 89 3zM87 99l4 89 3 90 53-53 68 69 69-70-68-68 50-49-90-4zM688 99l-3 89-4 90-52-53-69 69-69-70 68-68-49-49 89-4z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr36" draw:text-style-name="P99" draw:layer="layout" svg:width="0.951cm" svg:height="0.952cm" svg:x="20.262cm" svg:y="8.939cm" svg:viewBox="0 0 952 953" svg:d="M952 477c0 131-47 244-140 337s-205 139-336 139-244-46-337-139-139-206-139-337c0-132 46-245 139-338s206-139 337-139 243 46 336 139 140 206 140 338zM292 158c-55 32-99 76-132 131-33 56-49 117-49 184h236c0-50 21-86 63-109zM538 586c-11 7-22 12-33 14-10 3-21 4-34 4-22 0-42-5-61-18l-120 207c56 31 117 47 184 47 65 0 126-15 181-47zM524 427c-13-13-30-20-49-20s-36 7-50 20c-15 14-21 30-21 50s6 37 19 51c14 13 31 20 52 20 19 0 35-7 49-22 13-13 20-30 20-49 0-20-6-36-20-50zM841 473c0-65-16-125-49-181-32-55-77-100-136-134l-117 205c42 26 62 62 62 110z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr36" draw:text-style-name="P99" draw:layer="layout" svg:width="1.023cm" svg:height="0.744cm" svg:x="22.916cm" svg:y="9.068cm" svg:viewBox="0 0 1024 745" svg:d="M249 0v745h775v-48h-727v-697zM0 14v615h173v-615zM757 113v512h116v-512h-107zM490 141v484h116v-484h-107zM356 229v396h116v-396h-106zM623 368v257h116v-257h-106z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr38" draw:text-style-name="P101" draw:layer="layout" svg:width="0.428cm" svg:height="0.926cm" svg:x="20.408cm" svg:y="7.545cm" svg:viewBox="0 0 429 927" svg:d="M215 0c-43 0-78 34-78 76s35 76 78 76c42 0 76-34 76-76s-34-76-76-76zM156 169c0 0-70-2-95 81l-60 210c-5 20 6 35 23 40s34-4 38-19l60-206h15l-102 355h96v261c0 20 17 36 38 36 18 0 37-18 37-38v-259h16v259c0 20 19 38 38 38 21 0 37-16 37-36v-261h96l-101-355h16l58 206c5 15 23 24 39 19 18-5 28-20 22-40l-60-210c-24-83-94-81-94-81z">
          <text:p/>
        </draw:path>
        <draw:path draw:style-name="gr38" draw:text-style-name="P101" draw:layer="layout" svg:width="0.359cm" svg:height="0.918cm" svg:x="19.142cm" svg:y="7.531cm" svg:viewBox="0 0 360 919" svg:d="M180 0c-41 0-75 35-75 76s34 75 75 75c42 0 75-34 75-75s-33-76-75-76zM97 170c-53 0-97 43-97 97v233c0 18 15 33 33 33 19 0 33-15 33-33v-210h17v585c0 24 19 44 44 44 24 0 45-20 45-44v-340h18v340c0 24 19 44 44 44 24 0 44-20 44-44v-585h17v210c0 18 15 33 33 33s32-15 32-33v-233c0-54-43-97-97-97z">
          <text:p/>
        </draw:path>
        <presentation:notes draw:style-name="dp2">
          <draw:page-thumbnail draw:style-name="gr2" draw:layer="layout" svg:width="19.797cm" svg:height="11.136cm" svg:x="0.601cm" svg:y="2.257cm" draw:page-number="13" presentation:class="page"/>
          <draw:frame presentation:style-name="pr5" draw:text-style-name="P6" draw:layer="layout" svg:width="16.799cm" svg:height="13.364cm" svg:x="2.1cm" svg:y="14.107cm" presentation:class="notes" presentation:placeholder="true">
            <draw:text-box/>
          </draw:frame>
        </presentation:notes>
      </draw:page>
      <presentation:settings presentation:mouse-visible="false"/>
    </office:presentation>
  </office:body>
</office:document-content>