diff --git a/.gitignore b/.gitignore
index 9263a1e..520ae58 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,9 @@
_site
.DS_Store
+stylesheets/dark.css
+stylesheets/responsive.css
+stylesheets/colors.css
+stylesheets/style.css
+js/functions.js
+js/plugins.js
+.idea/
diff --git a/404.html b/404.html
index 4c1a371..cbd860b 100644
--- a/404.html
+++ b/404.html
@@ -3,5 +3,4 @@
title: 404 Not Found
---
-
Whoops, something went wrong. Let's go back to the main page or help us fix the error on GitHub ;)
-
\ No newline at end of file
+Whoops, something went wrong. Let's go back to the main page or help us fix the error on GitHub ;)
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..97355ea
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,3 @@
+source 'https://rubygems.org'
+
+gem 'github-pages'
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..622214b
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,23 @@
+The MIT License (MIT)
+
+Copyright (c) 2015 CodeEU
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+Angry Birds: Angry Birds™ & © 2009 – 2015 Rovio Entertainment Ltd. All Rights Reserved.
diff --git a/README.md b/README.md
index b5d3b8e..63bc22c 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,66 @@
# Europe Code Week website
-The website was created with [jekyll](http://jekyllrb.com/). To contribute, Fork the repository on GitHub by clicking the "Fork" button.
+The website was created with [jekyll](http://jekyllrb.com/). It's a Ruby gem
+(library). To contribute:
-Once you have a copy of the repository under your account, clone it to your computer, then install jekyll (see website for help).
+1. Make sure you have Ruby and [Bundler](http://bundler.io/) installed.
+2. Fork the repository on GitHub by clicking the "Fork" button.
+3. Clone the repository to your computer.
+4. In the repository folder on your machine, run `bundle install` to have the
+ project's dependencies installed.
-To run jekyll and generate new pages, use
+After that, you can run the following command to preview locally the changes
+you make on the website:
- jekyll serve
+ jekyll serve --watch
-Test the changes locally, then push to your GitHub repo and send a Pull Request for review.
+Then open [localhost:4000](http://localhost:4000/) and you should be able to
+see the site.
+
+Test your changes locally, then push to your GitHub repo and send a Pull
+Request for review.
+
+
+
+###How to become a registered ambassador:
+
+- Fill in the form http://goo.gl/forms/9L0I1unVRF;
+
+- Log in to http://events.codeweek.eu/ (Remember the social account you use to log in!);
+
+- Send a message to info@codeweek.eu using "new ambassador" as subject and specifying the social account used in step 2 to log in to our web site;
+
+Alessandro Bogliolo, who is the overall Code Week coordinator will update the shared Google sheet with the contact information, grant permissions to you on the events site, add you to the mailing list, and notify you;
+
+You can then edit your profile specifying (at least) the country.
+
+
+###How to take part in “CodeWeek4all challenge”:
+
+- Fill in the application form http://goo.gl/forms/kx4LfjFRo9QLQOg32;
+
+- Share the unique code with all the teachers in your schooll, and ask them to provide a coding experience in their classrooms during codeweek;
+
+- Add the event to [the map of CodeWeek events](http://events.codeweek.eu/) with the code of the school.
+
+
+###To edit the About page:
+- Go to [about/index.html](/about/index.html)
+
+
+###To edit the CodeWeek4All page:
+- Go to [codeweek4all/index.html](/codeweek4all/index.html)
+
+
+###To edit Privacy page:
+- Go to [privacy/index.html](/privacy/index.html)
+
+
+###To edit Website Under Maintenance page:
+- Go to [sorry/index.html](/sorry/index.html)
+
+###To add Resources:
+- Go to [resources/[your country name]/index.html](/resources)
+
+
+Thank you for contributing.
diff --git a/_config.yml b/_config.yml
index 6379fec..cd4a622 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,11 +1,20 @@
name: Europe Code Week
-markdown: redcarpet
-pygments: true
+markdown: kramdown
+highlighter: rouge
+
+gems: [jekyll-paginate]
+paginate: 5
+paginate_path: "/news/page:num/"
contact:
- email: europecodes@gmail.com
+ email: info@codeweek.eu
twitter: CodeWeekEU
- facebook: pages/Europe-Code-Week/377506999042215
+ facebook: codeEU
github: codeeu
-country-list: [austria, belgium, bulgaria, croatia, cyprus, czech_republic, denmark, estonia, finland, france, germany, greece, hungary, ireland, italy, latvia, lithuania, luxembourg, malta, netherlands, poland, portugal, romania, slovakia, slovenia, spain, sweden, united_kingdom]
\ No newline at end of file
+country-list: [austria, belgium, bulgaria, china, croatia, cyprus, czech_republic, denmark, estonia, finland, france, germany, greece, hungary, ireland, italy, kosovo, latvia, lithuania, luxembourg, malta, netherlands, poland, portugal, romania, slovakia, slovenia, spain, sweden, switzerland, united_kingdom]
+
+country-list-2014: [austria, belarus, belgium, bulgaria, china, croatia, cyprus, czech_republic, denmark, estonia, finland, france, germany, greece, hungary, iceland, ireland, isle_of_man, italy, kosovo, latvia, lithuania, luxembourg, malta, moldova, netherlands, norway, poland, portugal, romania, serbia, slovakia, slovenia, spain, sweden, switzerland, turkey, ukraine, united_kingdom]
+
+description: A week to celebrate coding in Europe
+url: http://codeweek.eu
diff --git a/_design_assets/2016/CodeWeek_2016_cards_56x56mm.pdf b/_design_assets/2016/CodeWeek_2016_cards_56x56mm.pdf
new file mode 100644
index 0000000..c2d658b
Binary files /dev/null and b/_design_assets/2016/CodeWeek_2016_cards_56x56mm.pdf differ
diff --git a/_design_assets/2016/CodeWeek_EU_logo_vector.eps b/_design_assets/2016/CodeWeek_EU_logo_vector.eps
new file mode 100644
index 0000000..388dce4
Binary files /dev/null and b/_design_assets/2016/CodeWeek_EU_logo_vector.eps differ
diff --git a/_design_assets/2016/CodeWeek_EU_logo_vector.pdf b/_design_assets/2016/CodeWeek_EU_logo_vector.pdf
new file mode 100644
index 0000000..706762c
Binary files /dev/null and b/_design_assets/2016/CodeWeek_EU_logo_vector.pdf differ
diff --git a/_design_assets/2016/CodeWeek_Poster_A2.pdf b/_design_assets/2016/CodeWeek_Poster_A2.pdf
new file mode 100644
index 0000000..37f744c
Binary files /dev/null and b/_design_assets/2016/CodeWeek_Poster_A2.pdf differ
diff --git a/_design_assets/2016/CodeWeek_art_BUBBLES_only.jpg b/_design_assets/2016/CodeWeek_art_BUBBLES_only.jpg
new file mode 100644
index 0000000..37b91a2
Binary files /dev/null and b/_design_assets/2016/CodeWeek_art_BUBBLES_only.jpg differ
diff --git a/_design_assets/2016/CodeWeek_art_FULL.ai b/_design_assets/2016/CodeWeek_art_FULL.ai
new file mode 100755
index 0000000..f839367
--- /dev/null
+++ b/_design_assets/2016/CodeWeek_art_FULL.ai
@@ -0,0 +1,3303 @@
+%PDF-1.5
%
+1 0 obj
<>/OCGs[6 0 R]>>/Pages 3 0 R/Type/Catalog>>
endobj
2 0 obj
<>stream
+
+
+
+
+ 2016-06-02T10:18:29+02:00
+ 2016-06-02T10:18:29+02:00
+ 2016-06-02T10:18:29+02:00
+ Adobe Illustrator CS6 (Macintosh)
+
+
+
+ 256
+ 184
+ JPEG
+ /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA
AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK
DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f
Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAuAEAAwER
AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA
AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB
UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE
1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ
qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy
obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp
0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo
+DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4q7FXYqsn/ALiT/Vb9
WY+r/uZ/1T9zKH1BI5fiRkB+IggDOCyi4kDmQ7AJaaxbsCG6AHNJGJx7kb9A3c0VBq1zFCsRVHjH
7LCvU1zotJ2rmx4hCQiYjoR52xlpYnfe0dLqGitbAyRjk43jQDkpHvtTN3PV6GeIGURZ6Abj4uPH
T5RLZLpb3QbeF529Zin2IpKAO3YVXNdj/Ij1evbpKqPyckYc0jWyQah5i1S9NHkCRg1SNVWi/SRX
8chrNXkzipGh08nY4dHjx8hu7SLuSa8jtrqQBJWCiWm4J6VApmHptMZzEZGgeqdRARiZRHJlWp/o
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
irsVdirsVdirsVdirsVdirsVdirsVf/Z
+
+
+
+
+
+ uuid:992395b0-6337-a742-8a52-3289b1354fdf
+ xmp.did:F77F117407206811822AA3D339B8679E
+ xmp.did:0280117407206811822AFB6A5898CFB5
+ proof:pdf
+
+
+
+ converted
+ from application/x-indesign to application/pdf
+ Adobe InDesign CS6 (Macintosh)
+ /
+ 2016-06-02T10:18:12+02:00
+
+
+ saved
+ xmp.iid:0280117407206811822AFB6A5898CFB5
+ 2016-06-02T10:18:28+02:00
+ Adobe Illustrator CS6 (Macintosh)
+ /
+
+
+
+
+ uuid:d903ecc5-34c1-2e40-bc79-dcec4c02bf9d
+ xmp.id:B9A886800E206811822ABE50E928A94E
+ xmp.did:F77F117407206811822AA3D339B8679E
+ proof:pdf
+
+
+
+ application/pdf
+
+
+ CodeWeek art FULL
+
+
+
+
+ Adobe PDF library 10.01
+ False
+
+
+ 1
+ True
+ False
+
+ 296.999959
+ 210.000102
+ Millimeters
+
+
+
+
+ ECSquareSansCondPro
+ EC Square Sans Cond Pro
+ Regular
+ Open Type
+ Version 1.000
+ False
+ ECSquareSansCondPro-Reg.otf
+
+
+
+
+
+ Cyan
+ Magenta
+ Yellow
+
+
+
+
+
+ Groupe de nuances par défaut
+ 0
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
endstream
endobj
3 0 obj
<>
endobj
8 0 obj
<>/Resources<>/Font<>/ProcSet[/PDF/Text]/Properties<>/XObject<>>>/Thumb 111 0 R/TrimBox[0.0 0.0 841.89 595.276]/Type/Page>>
endobj
9 0 obj
<>stream
+Hl1O0ݿcp|v֦BH Q
+d(z]ܧntw6`͇\(z58_^[sg{+n}2_fY,B S2d
+YO!$Y0B!G$$
+$
+6$
+$
+$
+$
+$
+$
+$
+$$$w#Q$Q$Q$Q$Q$Q$Q"Q"Q"Q'DDDDDDJ"%HI)HI$R)222222s$$$$*$*$*$*$*$*$*uiDJD=z$DS^6xǻ-:,ǩǵ%p[';>ŏiߒZRu!⤴f1W[5q⚤fxܕ0soBsM5%Sz^~~
endstream
endobj
10 0 obj
<>
endobj
111 0 obj
<>stream
+8;X^>Z#8Pn'Sbq%!E8e'Q7B@9)Z0eZj]&4HMV?UV8k2=,;A^X4+=5/LE4;4f8/NTk
+UB'mHpHN;,aKD[`Z<)f!*KN@:q>HlabRir4D84tp]D(-!=7(4AX*.LNXHj\DKu;H_
+1p$`V]IOR/QE56_
+Q]K'qZ@YP;-$FjQ.4aiu=KJdu9J>o5RBTYg()2K9EJQsd@s#cUSG%S`@1GdGke05W;
+aI/lK#W'J2erWi%C1\H@Kt4nBQQh(`VbM1Li-[!*&*U1U^C#`A*mU:BcU"NdD".
+1kC^"_Nfm8\)+*h>nl)X\T!^"BTloL^-&\[A+7]eHk]RH>8;=d17#MZ$euQ;_A_DH
+(*XrCAO7Cg\Asl)&sYbVdI*^Of\43J9B=I:=A^5<\B/2h_6kCu-AD1#Ne(jfWeFXR
+Rn,6e0c[JLY.2=]YG@7#K4o(gAMNmb'jq0@Ul9p^'5N`0Ad`T0a=g[;\m#f@I)S`DE
+rQ?[_\+X%e$G1B#&@cXBbP\F=rb?r>n?uO021CUB_YDNI2K./"N-YDQD$'Ed)OZhjOGbTr;/"9T&"7`9U[-!ZFHs#hLWV][(8'?(ECU8"+rW3\DA*Y_#
+?`Bn9cb);fGCG$fAj206_LIoD5?-fq2G4NsO$m3][5G]@c*JW:ehPG"S;>s%MM?e\e(
+C"n;V_p:ubXkuc6DHUO$Y2P*0<3>?1\p]rpZY_QDF*E?1V9
+\^kblU?hKic\HYWcJS1OEM7)1c#p,:#:Mb5E'N6/]MZb-BMCm/)Q3+)VpL=M.@ACG
+6UL<"eo@^fRRUO:2\fEB8UMQ!l#j"KR`DqY81bVo\g*eOVaLTakXmnH1t/#HqTcX9
+et9r:17-&.8`b$F2!p.`R\i-Hn:^Gt=/if2'kGaKfTlZj]-MQ=A\Vl[>
+?U<24MO/p52[T/QX-:/6(Z2BIW5m@Z$#86C2pO\m,7t)\_,[;Xl*Gr.&34fq1h4#l
+>pfYVF;a`_QXNZ`.(KMDF14(7BPnF'>!ium.Yo?K#F\k1FLr>#]*^S"3JU]rS@hP$_I!_#cl$b49Q^0F+66r>c@
+aaj)Ghanq1%3mSJ<^LGS:.3U&)hrp,P]F,L0gqs$'m_(HfdIQh:#nS^4/_7f@8h0G
+k>+0.FGQX3$%^f1W%cp[@FU,^YZ[BHl7GtM1`T'mGqkh+>QY[''Qnmr64r"i]o34V
+L8Z[T8.PH1)l]ML.<**Xg.*>R32;7WnjPD`!lhsKmMu&amj)'BShLKVMB0PtME3!$
+h=7He7H?qU+b&fT?/u9N+<#QmqYm;fF.n'f!+9PXqZ~>
endstream
endobj
112 0 obj
[/Indexed/DeviceRGB 255 113 0 R]
endobj
113 0 obj
<>stream
+8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0
+b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup`
+E1r!/,*0[*9.aFIR2&b-C#soRZ7Dl%MLY\.?d>Mn
+6%Q2oYfNRF$$+ON<+]RUJmC0InDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j$XKrcYp0n+Xl_nU*O(
+l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~>
endstream
endobj
15 0 obj
<>>>/Subtype/Form>>stream
+q
+278.921 98.789 75.228 75.365 re
+W n
+0.82 0 0 0 k
+/GS0 gs
+q 1 0 0 1 304.4863 172.1572 cm
+0 0 m
+19.675 6.668 41.016 -3.908 47.67 -23.614 c
+54.324 -43.322 43.772 -64.704 24.097 -71.372 c
+4.423 -78.04 -16.919 -67.464 -23.574 -47.755 c
+-30.227 -28.048 -19.673 -6.668 0 0 c
+f
+Q
+Q
+
endstream
endobj
16 0 obj
<>>>/Subtype/Form>>stream
+q
+313.794 48.742 63.94 64.054 re
+W n
+0.86 0 0 0 k
+/GS0 gs
+q 1 0 0 1 335.5244 111.1006 cm
+0 0 m
+16.721 5.664 34.862 -3.322 40.517 -20.073 c
+46.172 -36.828 37.201 -54.995 20.482 -60.661 c
+3.759 -66.329 -14.379 -57.346 -20.036 -40.594 c
+-25.693 -23.836 -16.722 -5.666 0 0 c
+f
+Q
+Q
+
endstream
endobj
17 0 obj
<>>>/Subtype/Form>>stream
+q
+358.936 126.61 26.136 26.178 re
+W n
+1 0 0 0 k
+/GS0 gs
+q 1 0 0 1 370.8091 152.7324 cm
+0 0 m
+7.192 0.659 13.55 -4.639 14.208 -11.84 c
+14.865 -19.037 9.574 -25.407 2.386 -26.066 c
+-4.802 -26.728 -11.158 -21.427 -11.817 -14.227 c
+-12.474 -7.028 -7.184 -0.658 0 0 c
+f
+Q
+Q
+
endstream
endobj
18 0 obj
<>>>/Subtype/Form>>stream
+q
+203.753 36.768 27.04 27.085 re
+W n
+0.75 0 0 0 k
+/GS0 gs
+q 1 0 0 1 214.7598 63.6172 cm
+0 0 m
+7.338 1.387 14.408 -3.444 15.794 -10.791 c
+17.182 -18.141 12.359 -25.223 5.021 -26.613 c
+-2.311 -28 -9.384 -23.171 -10.769 -15.817 c
+-12.156 -8.475 -7.332 -1.387 0 0 c
+f
+Q
+Q
+
endstream
endobj
19 0 obj
<>>>/Subtype/Form>>stream
+q
+126.707 568.623 37.677 37.744 re
+W n
+0.08 0 1 0 k
+/GS0 gs
+q 1 0 0 1 134.5791 602.8379 cm
+0 0 m
+8.461 6.067 20.227 4.116 26.283 -4.356 c
+32.339 -12.83 30.392 -24.618 21.932 -30.686 c
+13.474 -36.753 1.708 -34.802 -4.348 -26.329 c
+-10.405 -17.854 -8.458 -6.067 0 0 c
+f
+Q
+Q
+
endstream
endobj
20 0 obj
<>>>/Subtype/Form>>stream
+q
+185.827 195.884 27.841 27.893 re
+W n
+0.58 1 0 0 k
+/GS0 gs
+q 1 0 0 1 200.1411 223.7705 cm
+0 0 m
+7.685 -0.219 13.74 -6.638 13.522 -14.335 c
+13.304 -22.032 6.894 -28.098 -0.79 -27.88 c
+-8.474 -27.661 -14.527 -21.241 -14.308 -13.545 c
+-14.09 -5.848 -7.686 0.218 0 0 c
+f
+Q
+Q
+
endstream
endobj
21 0 obj
<>>>/Subtype/Form>>stream
+q
+344.181 488.911 24.602 24.646 re
+W n
+0 0.61 1 0 k
+/GS0 gs
+q 1 0 0 1 355.3589 513.5054 cm
+0 0 m
+6.767 0.621 12.755 -4.369 13.373 -11.145 c
+13.99 -17.922 9.011 -23.922 2.244 -24.542 c
+-4.519 -25.163 -10.507 -20.172 -11.125 -13.394 c
+-11.745 -6.618 -6.764 -0.621 0 0 c
+f
+Q
+Q
+
endstream
endobj
22 0 obj
<>>>/Subtype/Form>>stream
+q
+358.538 237.549 22.134 22.173 re
+W n
+0 1 0 0 k
+/GS0 gs
+q 1 0 0 1 369.9175 259.7178 cm
+0 0 m
+6.111 -0.176 10.921 -5.277 10.75 -11.397 c
+10.577 -17.516 5.484 -22.337 -0.627 -22.165 c
+-6.738 -21.989 -11.549 -16.887 -11.376 -10.765 c
+-11.205 -4.646 -6.113 0.176 0 0 c
+f
+Q
+Q
+
endstream
endobj
23 0 obj
<>>>/Subtype/Form>>stream
+q
+243.901 -9.652 75.434 75.567 re
+W n
+0.72 0 0 0 k
+/GS0 gs
+q 1 0 0 1 269.5361 63.9121 cm
+0 0 m
+19.729 6.685 41.129 -3.919 47.801 -23.678 c
+54.472 -43.437 43.889 -64.88 24.162 -71.564 c
+4.437 -78.245 -16.964 -67.64 -23.637 -47.885 c
+-30.31 -28.119 -19.726 -6.686 0 0 c
+f
+Q
+Q
+
endstream
endobj
24 0 obj
<>>>/Subtype/Form>>stream
+q
+439.149 43.181 15.21 15.234 re
+W n
+0.53 0 0 0 k
+/GS0 gs
+q 1 0 0 1 444.3174 58.0117 cm
+0 0 m
+3.977 1.35 8.29 -0.789 9.64 -4.772 c
+10.983 -8.757 8.849 -13.082 4.872 -14.429 c
+0.895 -15.775 -3.419 -13.637 -4.767 -9.653 c
+-6.111 -5.669 -3.977 -1.348 0 0 c
+f
+Q
+Q
+
endstream
endobj
25 0 obj
<>>>/Subtype/Form>>stream
+q
+333.944 396.749 29.38 29.434 re
+W n
+0 0.9 0.95 0 k
+/GS0 gs
+q 1 0 0 1 347.2949 426.1187 cm
+0 0 m
+8.078 0.743 15.227 -5.218 15.967 -13.311 c
+16.707 -21.401 10.759 -28.566 2.681 -29.307 c
+-5.397 -30.049 -12.547 -24.089 -13.289 -15.996 c
+-14.028 -7.904 -8.08 -0.742 0 0 c
+f
+Q
+Q
+
endstream
endobj
26 0 obj
<>>>/Subtype/Form>>stream
+q
+275.18 164.907 64.238 64.356 re
+W n
+0.47 1 0 0 k
+/GS0 gs
+q 1 0 0 1 308.2109 229.251 cm
+0 0 m
+17.732 -0.503 31.698 -15.315 31.195 -33.079 c
+30.692 -50.842 15.91 -64.837 -1.822 -64.33 c
+-19.553 -63.828 -33.521 -49.016 -33.018 -31.252 c
+-32.516 -13.489 -17.73 0.502 0 0 c
+f
+Q
+Q
+
endstream
endobj
27 0 obj
<>>>/Subtype/Form>>stream
+q
+208.249 377.861 65.993 66.113 re
+W n
+0 0.75 0.95 0 k
+/GS0 gs
+q 1 0 0 1 238.2344 443.8345 cm
+0 0 m
+18.148 1.666 34.207 -11.719 35.868 -29.9 c
+37.533 -48.078 24.17 -64.166 6.021 -65.833 c
+-12.125 -67.497 -28.182 -54.11 -29.845 -35.933 c
+-31.509 -17.752 -18.147 -1.666 0 0 c
+f
+Q
+Q
+
endstream
endobj
28 0 obj
<>>>/Subtype/Form>>stream
+q
+160.224 450.708 26.321 26.366 re
+W n
+0 0.75 0.95 0 k
+/GS0 gs
+q 1 0 0 1 172.1836 477.0186 cm
+0 0 m
+7.239 0.663 13.643 -4.674 14.307 -11.926 c
+14.968 -19.175 9.641 -25.591 2.401 -26.255 c
+-4.837 -26.92 -11.241 -21.581 -11.903 -14.332 c
+-12.568 -7.082 -7.239 -0.665 0 0 c
+f
+Q
+Q
+
endstream
endobj
29 0 obj
<>>>/Subtype/Form>>stream
+q
+180.708 512.507 66.039 66.158 re
+W n
+0 0.22 1 0 k
+/GS0 gs
+q 1 0 0 1 194.5054 572.478 cm
+0 0 m
+14.827 10.635 35.453 7.217 46.068 -7.634 c
+56.684 -22.489 53.272 -43.152 38.444 -53.787 c
+23.617 -64.421 2.994 -61 -7.624 -46.146 c
+-18.239 -31.294 -14.826 -10.634 0 0 c
+f
+Q
+Q
+
endstream
endobj
30 0 obj
<>>>/Subtype/Form>>stream
+q
+192.852 266.336 33.973 34.038 re
+W n
+0 1 0 0 k
+/GS0 gs
+q 1 0 0 1 210.3203 300.3672 cm
+0 0 m
+9.378 -0.268 16.765 -8.097 16.498 -17.492 c
+16.234 -26.89 8.415 -34.289 -0.963 -34.024 c
+-10.343 -33.756 -17.728 -25.927 -17.461 -16.529 c
+-17.196 -7.131 -9.378 0.266 0 0 c
+f
+Q
+Q
+
endstream
endobj
31 0 obj
<>>>/Subtype/Form>>stream
+q
+218.495 298.279 71.869 72 re
+W n
+0 0.89 0.5 0 k
+/GS0 gs
+q 1 0 0 1 251.1484 370.126 cm
+0 0 m
+19.76 1.815 37.251 -12.765 39.063 -32.562 c
+40.873 -52.359 26.319 -69.877 6.559 -71.694 c
+-13.204 -73.508 -30.69 -58.928 -32.501 -39.132 c
+-34.313 -19.335 -19.762 -1.814 0 0 c
+f
+Q
+Q
+
endstream
endobj
32 0 obj
<>>>/Subtype/Form>>stream
+q
+149.089 437.024 13.199 13.22 re
+W n
+0 0.8 0.95 0 k
+/GS0 gs
+q 1 0 0 1 155.0874 450.2163 cm
+0 0 m
+3.628 0.333 6.84 -2.345 7.173 -5.978 c
+7.505 -9.615 4.834 -12.832 1.205 -13.164 c
+-2.425 -13.498 -5.637 -10.821 -5.971 -7.185 c
+-6.303 -3.551 -3.628 -0.333 0 0 c
+f
+Q
+Q
+
endstream
endobj
33 0 obj
<>>>/Subtype/Form>>stream
+q
+353.939 288.175 27.579 27.622 re
+W n
+0 0.91 0.15 0 k
+/GS0 gs
+q 1 0 0 1 368.1206 315.7915 cm
+0 0 m
+7.611 -0.216 13.61 -6.572 13.392 -14.2 c
+13.177 -21.821 6.831 -27.831 -0.786 -27.612 c
+-8.395 -27.396 -14.392 -21.039 -14.176 -13.416 c
+-13.959 -5.791 -7.614 0.215 0 0 c
+f
+Q
+Q
+
endstream
endobj
34 0 obj
<>>>/Subtype/Form>>stream
+q
+198.252 584.732 43.194 43.272 re
+W n
+0.05 0.09 1 0 k
+/GS0 gs
+q 1 0 0 1 207.2764 623.9585 cm
+0 0 m
+9.696 6.956 23.188 4.717 30.13 -4.999 c
+37.074 -14.71 34.842 -28.225 25.145 -35.181 c
+15.447 -42.137 1.957 -39.9 -4.987 -30.188 c
+-11.93 -20.472 -9.697 -6.957 0 0 c
+f
+Q
+Q
+
endstream
endobj
35 0 obj
<>>>/Subtype/Form>>stream
+q
+390.898 -9.257 54.188 54.288 re
+W n
+0.65 0 0 0 k
+/GS0 gs
+q 1 0 0 1 409.3096 43.5928 cm
+0 0 m
+14.171 4.802 29.548 -2.809 34.344 -17.012 c
+39.134 -31.208 31.526 -46.609 17.358 -51.411 c
+3.187 -56.216 -12.186 -48.595 -16.977 -34.398 c
+-21.769 -20.199 -14.171 -4.801 0 0 c
+f
+Q
+Q
+
endstream
endobj
36 0 obj
<>>>/Subtype/Form>>stream
+q
+273.871 502.113 72.198 72.33 re
+W n
+0 0.5 1 0 k
+/GS0 gs
+q 1 0 0 1 306.6768 574.2896 cm
+0 0 m
+19.854 1.822 37.419 -12.823 39.239 -32.712 c
+41.059 -52.602 26.442 -70.202 6.586 -72.023 c
+-13.263 -73.847 -30.833 -59.203 -32.653 -39.313 c
+-34.472 -19.423 -19.854 -1.823 0 0 c
+f
+Q
+Q
+
endstream
endobj
37 0 obj
<>>>/Subtype/Form>>stream
+q
+236.808 42.872 89.841 90.003 re
+W n
+0.73 0 0 0 k
+/GS0 gs
+q 1 0 0 1 267.3359 130.4912 cm
+0 0 m
+23.498 7.959 48.988 -4.665 56.935 -28.203 c
+64.879 -51.737 52.274 -77.271 28.777 -85.237 c
+5.287 -93.196 -20.202 -80.567 -28.147 -57.029 c
+-36.095 -33.491 -23.491 -7.961 0 0 c
+f
+Q
+Q
+
endstream
endobj
38 0 obj
<>>>/Subtype/Form>>stream
+q
+260.152 442.568 78.597 78.738 re
+W n
+0 0.66 0.95 0 k
+/GS0 gs
+q 1 0 0 1 295.8618 521.1382 cm
+0 0 m
+21.613 1.985 40.739 -13.957 42.721 -35.61 c
+44.699 -57.258 28.785 -76.418 7.171 -78.404 c
+-14.439 -80.386 -33.563 -64.442 -35.543 -42.794 c
+-37.524 -21.142 -21.612 -1.983 0 0 c
+f
+Q
+Q
+
endstream
endobj
39 0 obj
<>>>/Subtype/Form>>stream
+q
+320.279 176.656 38.947 39.011 re
+W n
+0.31 1 0 0 k
+/GS0 gs
+q 1 0 0 1 340.3042 215.6592 cm
+0 0 m
+10.752 -0.305 19.219 -9.281 18.914 -20.053 c
+18.61 -30.817 9.648 -39.299 -1.104 -38.995 c
+-11.854 -38.69 -20.321 -29.713 -20.016 -18.944 c
+-19.709 -8.177 -10.75 0.306 0 0 c
+f
+Q
+Q
+
endstream
endobj
40 0 obj
<>>>/Subtype/Form>>stream
+q
+298.54 298.503 50.027 50.117 re
+W n
+0 1 0.42 0 k
+/GS0 gs
+q 1 0 0 1 324.2637 348.6099 cm
+0 0 m
+13.808 -0.392 24.685 -11.924 24.293 -25.758 c
+23.901 -39.592 12.39 -50.489 -1.419 -50.095 c
+-15.227 -49.702 -26.104 -38.169 -25.713 -24.337 c
+-25.32 -10.505 -13.809 0.393 0 0 c
+f
+Q
+Q
+
endstream
endobj
41 0 obj
<>>>/Subtype/Form>>stream
+q
+379.372 23.707 33.863 33.928 re
+W n
+0.69 0 0 0 k
+/GS0 gs
+q 1 0 0 1 390.8804 56.7373 cm
+0 0 m
+8.853 2.998 18.461 -1.764 21.458 -10.632 c
+24.454 -19.508 19.701 -29.131 10.848 -32.132 c
+1.988 -35.134 -7.618 -30.371 -10.61 -21.496 c
+-13.606 -12.628 -8.86 -3.002 0 0 c
+f
+Q
+Q
+
endstream
endobj
42 0 obj
<>>>/Subtype/Form>>stream
+q
+226.14 527.24 62.935 63.049 re
+W n
+0 0.5 1 0 k
+/GS0 gs
+q 1 0 0 1 239.2876 584.3926 cm
+0 0 m
+14.131 10.136 33.784 6.876 43.902 -7.28 c
+54.019 -21.433 50.767 -41.125 36.637 -51.259 c
+22.509 -61.394 2.853 -58.134 -7.264 -43.98 c
+-17.382 -29.826 -14.128 -10.135 0 0 c
+f
+Q
+Q
+
endstream
endobj
43 0 obj
<>>>/Subtype/Form>>stream
+q
+372.827 280.849 18.139 18.168 re
+W n
+0 0.9 0.08 0 k
+/GS0 gs
+q 1 0 0 1 382.1528 299.0146 cm
+0 0 m
+5.007 -0.144 8.953 -4.322 8.81 -9.335 c
+8.668 -14.353 4.492 -18.303 -0.512 -18.161 c
+-5.517 -18.019 -9.464 -13.839 -9.322 -8.826 c
+-9.18 -3.806 -5.005 0.142 0 0 c
+f
+Q
+Q
+
endstream
endobj
44 0 obj
<>>>/Subtype/Form>>stream
+q
+400.973 64.318 17.018 17.048 re
+W n
+0.5 0 0 0 k
+/GS0 gs
+q 1 0 0 1 406.7559 80.9141 cm
+0 0 m
+4.449 1.509 9.279 -0.884 10.785 -5.341 c
+12.288 -9.799 9.903 -14.64 5.451 -16.146 c
+1.004 -17.651 -3.826 -15.259 -5.331 -10.802 c
+-6.838 -6.344 -4.447 -1.506 0 0 c
+f
+Q
+Q
+
endstream
endobj
45 0 obj
<>>>/Subtype/Form>>stream
+q
+288.988 250.082 60.225 60.337 re
+W n
+0 0.91 0 0 k
+/GS0 gs
+q 1 0 0 1 319.9561 310.4072 cm
+0 0 m
+16.622 -0.473 29.718 -14.358 29.245 -31.014 c
+28.774 -47.665 14.915 -60.785 -1.709 -60.313 c
+-18.332 -59.839 -31.427 -45.954 -30.956 -29.303 c
+-30.483 -12.647 -16.624 0.47 0 0 c
+f
+Q
+Q
+
endstream
endobj
46 0 obj
<>>>/Subtype/Form>>stream
+q
+157.626 484.096 41.963 42.034 re
+W n
+0 0.5 1 0 k
+/GS0 gs
+q 1 0 0 1 176.6943 526.041 cm
+0 0 m
+11.54 1.06 21.75 -7.454 22.807 -19.008 c
+23.865 -30.569 15.37 -40.797 3.829 -41.856 c
+-7.708 -42.915 -17.92 -34.404 -18.979 -22.846 c
+-20.035 -11.29 -11.537 -1.06 0 0 c
+f
+Q
+Q
+
endstream
endobj
47 0 obj
<>>>/Subtype/Form>>stream
+q
+169.377 195.635 20.989 21.029 re
+W n
+0.72 1 0 0 k
+/GS0 gs
+q 1 0 0 1 180.166 216.6592 cm
+0 0 m
+5.795 -0.165 10.361 -5.004 10.195 -10.809 c
+10.032 -16.615 5.201 -21.183 -0.596 -21.02 c
+-6.389 -20.854 -10.95 -16.017 -10.785 -10.209 c
+-10.622 -4.408 -5.793 0.165 0 0 c
+f
+Q
+Q
+
endstream
endobj
48 0 obj
<>>>/Subtype/Form>>stream
+q
+302.171 580.247 24.603 24.648 re
+W n
+0 0.22 1 0 k
+/GS0 gs
+q 1 0 0 1 307.311 602.5898 cm
+0 0 m
+5.522 3.963 13.208 2.688 17.162 -2.844 c
+21.118 -8.377 19.845 -16.076 14.321 -20.039 c
+8.798 -24 1.115 -22.726 -2.841 -17.191 c
+-6.795 -11.658 -5.523 -3.961 0 0 c
+f
+Q
+Q
+
endstream
endobj
49 0 obj
<>>>/Subtype/Form>>stream
+q
+227.965 421.837 56.834 56.937 re
+W n
+0 0.8 0.95 0 k
+/GS0 gs
+q 1 0 0 1 253.7861 478.6533 cm
+0 0 m
+15.627 1.435 29.46 -10.091 30.892 -25.75 c
+32.324 -41.402 20.815 -55.261 5.186 -56.696 c
+-10.44 -58.13 -24.27 -46.598 -25.701 -30.945 c
+-27.133 -15.286 -15.626 -1.435 0 0 c
+f
+Q
+Q
+
endstream
endobj
50 0 obj
<>>>/Subtype/Form>>stream
+q
+139.731 522.223 32.192 32.249 re
+W n
+0.05 0.16 0.9 0 k
+/GS0 gs
+q 1 0 0 1 146.458 551.4565 cm
+0 0 m
+7.227 5.186 17.283 3.517 22.457 -3.723 c
+27.632 -10.962 25.969 -21.035 18.739 -26.219 c
+11.513 -31.402 1.458 -29.736 -3.717 -22.496 c
+-8.893 -15.255 -7.228 -5.184 0 0 c
+f
+Q
+Q
+
endstream
endobj
51 0 obj
<>>>/Subtype/Form>>stream
+q
+413.219 88.022 22.101 22.14 re
+W n
+0.64 0 0 0 k
+/GS0 gs
+q 1 0 0 1 420.7285 109.5742 cm
+0 0 m
+5.784 1.963 12.051 -1.147 14.006 -6.936 c
+15.961 -12.727 12.859 -19.008 7.079 -20.967 c
+1.299 -22.926 -4.972 -19.817 -6.924 -14.027 c
+-8.879 -8.239 -5.78 -1.958 0 0 c
+f
+Q
+Q
+
endstream
endobj
52 0 obj
<>>>/Subtype/Form>>stream
+q
+160.835 219.337 12.428 12.452 re
+W n
+0.55 1 0 0 k
+/GS0 gs
+q 1 0 0 1 167.2271 231.7881 cm
+0 0 m
+3.43 -0.099 6.132 -2.961 6.033 -6.399 c
+5.937 -9.838 3.077 -12.545 -0.354 -12.449 c
+-3.784 -12.353 -6.487 -9.483 -6.39 -6.045 c
+-6.292 -2.61 -3.431 0.097 0 0 c
+f
+Q
+Q
+
endstream
endobj
53 0 obj
<>>>/Subtype/Form>>stream
+q
+362.222 79.199 44.545 44.625 re
+W n
+1 0 0 0 k
+/GS0 gs
+q 1 0 0 1 377.3633 122.6426 cm
+0 0 m
+11.647 3.944 24.285 -2.31 28.223 -13.984 c
+32.165 -25.656 25.918 -38.313 14.267 -42.261 c
+2.617 -46.209 -10.022 -39.948 -13.961 -28.277 c
+-17.902 -16.605 -11.654 -3.948 0 0 c
+f
+Q
+Q
+
endstream
endobj
54 0 obj
<>>>/Subtype/Form>>stream
+q
+322.635 335.243 44.43 44.511 re
+W n
+0 0.89 0.5 0 k
+/GS0 gs
+q 1 0 0 1 342.8247 379.6602 cm
+0 0 m
+12.216 1.121 23.027 -7.895 24.146 -20.133 c
+25.267 -32.37 16.27 -43.203 4.054 -44.323 c
+-8.164 -45.445 -18.976 -36.431 -20.096 -24.193 c
+-21.216 -11.955 -12.219 -1.122 0 0 c
+f
+Q
+Q
+
endstream
endobj
55 0 obj
<>>>/Subtype/Form>>stream
+q
+247.636 119.014 64.243 64.358 re
+W n
+0.86 1 0 0 k
+/GS0 gs
+q 1 0 0 1 280.6714 183.3584 cm
+0 0 m
+17.732 -0.502 31.698 -15.314 31.195 -33.075 c
+30.692 -50.841 15.911 -64.836 -1.822 -64.33 c
+-19.553 -63.827 -33.525 -49.015 -33.022 -31.252 c
+-32.519 -13.488 -17.733 0.507 0 0 c
+f
+Q
+Q
+
endstream
endobj
56 0 obj
<>>>/Subtype/Form>>stream
+q
+303.989 -23.352 64.283 64.4 re
+W n
+0.6 0 0 0 k
+/GS0 gs
+q 1 0 0 1 325.834 39.3408 cm
+0 0 m
+16.816 5.698 35.049 -3.336 40.734 -20.179 c
+46.422 -37.022 37.404 -55.289 20.589 -60.988 c
+3.781 -66.683 -14.457 -57.648 -20.142 -40.808 c
+-25.829 -23.965 -16.811 -5.694 0 0 c
+f
+Q
+Q
+
endstream
endobj
57 0 obj
<>>>/Subtype/Form>>stream
+q
+222.403 185.583 74.566 74.695 re
+W n
+0.48 1 0 0 k
+/GS0 gs
+q 1 0 0 1 260.7446 260.2637 cm
+0 0 m
+20.583 -0.582 36.793 -17.773 36.209 -38.393 c
+35.625 -59.013 18.469 -75.254 -2.114 -74.664 c
+-22.697 -74.082 -38.91 -56.895 -38.327 -36.275 c
+-37.742 -15.655 -20.583 0.586 0 0 c
+f
+Q
+Q
+
endstream
endobj
58 0 obj
<>>>/Subtype/Form>>stream
+q
+180.62 444.323 37.133 37.196 re
+W n
+0 0.66 0.95 0 k
+/GS0 gs
+q 1 0 0 1 197.4902 481.4399 cm
+0 0 m
+10.214 0.937 19.247 -6.592 20.185 -16.824 c
+21.119 -27.051 13.601 -36.101 3.389 -37.038 c
+-6.82 -37.976 -15.855 -30.446 -16.791 -20.218 c
+-17.727 -9.987 -10.209 -0.937 0 0 c
+f
+Q
+Q
+
endstream
endobj
59 0 obj
<>>>/Subtype/Form>>stream
+q
+145.418 539.037 48.372 48.458 re
+W n
+0 0.16 1 0 k
+/GS0 gs
+q 1 0 0 1 155.5254 582.9629 cm
+0 0 m
+10.861 7.792 25.967 5.288 33.743 -5.593 c
+41.519 -16.471 39.02 -31.604 28.157 -39.395 c
+17.299 -47.185 2.191 -44.68 -5.586 -33.802 c
+-13.36 -22.921 -10.86 -7.788 0 0 c
+f
+Q
+Q
+
endstream
endobj
60 0 obj
<>>>/Subtype/Form>>stream
+q
+209.953 271.163 56.398 56.498 re
+W n
+0 0.92 0 0 k
+/GS0 gs
+q 1 0 0 1 238.9492 327.6499 cm
+0 0 m
+15.567 -0.443 27.83 -13.442 27.39 -29.036 c
+26.946 -44.632 13.969 -56.916 -1.599 -56.476 c
+-17.166 -56.032 -29.427 -43.028 -28.984 -27.435 c
+-28.543 -11.84 -15.565 0.442 0 0 c
+f
+Q
+Q
+
endstream
endobj
61 0 obj
<>>>/Subtype/Form>>stream
+q
+284.248 394.526 44.703 44.784 re
+W n
+0 0.8 0.95 0 k
+/GS0 gs
+q 1 0 0 1 304.5576 439.2148 cm
+0 0 m
+12.293 1.128 23.172 -7.937 24.299 -20.252 c
+25.425 -32.568 16.372 -43.466 4.08 -44.594 c
+-8.212 -45.723 -19.088 -36.658 -20.215 -24.339 c
+-21.343 -12.024 -12.291 -1.128 0 0 c
+f
+Q
+Q
+
endstream
endobj
62 0 obj
<>>>/Subtype/Form>>stream
+q
+244.753 233.125 67.795 67.918 re
+W n
+0 1 0 0 k
+/GS0 gs
+q 1 0 0 1 279.6128 301.0293 cm
+0 0 m
+18.714 -0.533 33.453 -16.158 32.922 -34.908 c
+32.391 -53.654 16.789 -68.423 -1.923 -67.891 c
+-20.636 -67.361 -35.378 -51.729 -34.846 -32.982 c
+-34.316 -14.233 -18.713 0.532 0 0 c
+f
+Q
+Q
+
endstream
endobj
63 0 obj
<>>>/Subtype/Form>>stream
+q
+369.926 413.991 11.895 11.912 re
+W n
+0 0.88 0.95 0 k
+/GS0 gs
+q 1 0 0 1 375.332 425.8789 cm
+0 0 m
+3.273 0.3 6.167 -2.112 6.464 -5.385 c
+6.765 -8.663 4.356 -11.562 1.087 -11.863 c
+-2.183 -12.163 -5.077 -9.75 -5.381 -6.474 c
+-5.679 -3.198 -3.27 -0.301 0 0 c
+f
+Q
+Q
+
endstream
endobj
64 0 obj
<>>>/Subtype/Form>>stream
+q
+347.935 199.212 21.199 21.24 re
+W n
+0.42 1 0 0 k
+/GS0 gs
+q 1 0 0 1 358.8369 220.4482 cm
+0 0 m
+5.854 -0.169 10.463 -5.057 10.294 -10.921 c
+10.129 -16.782 5.251 -21.4 -0.601 -21.232 c
+-6.454 -21.066 -11.063 -16.182 -10.897 -10.318 c
+-10.731 -4.455 -5.852 0.165 0 0 c
+f
+Q
+Q
+
endstream
endobj
65 0 obj
<>>>/Subtype/Form>>stream
+q
+191.831 459.912 64.373 64.491 re
+W n
+0 0.5 1 0 k
+/GS0 gs
+q 1 0 0 1 221.0786 524.2671 cm
+0 0 m
+17.704 1.625 33.368 -11.433 34.99 -29.169 c
+36.613 -46.9 23.579 -62.595 5.875 -64.22 c
+-11.828 -65.844 -27.49 -52.783 -29.112 -35.053 c
+-30.735 -17.318 -17.702 -1.627 0 0 c
+f
+Q
+Q
+
endstream
endobj
66 0 obj
<>>>/Subtype/Form>>stream
+q
+192.1 206.151 51.217 51.304 re
+W n
+0.38 1 0 0 k
+/GS0 gs
+q 1 0 0 1 218.4346 257.4443 cm
+0 0 m
+14.138 -0.4 25.275 -12.207 24.873 -26.367 c
+24.472 -40.53 12.684 -51.686 -1.452 -51.282 c
+-15.588 -50.882 -26.726 -39.078 -26.324 -24.914 c
+-25.923 -10.752 -14.136 0.403 0 0 c
+f
+Q
+Q
+
endstream
endobj
67 0 obj
<>>>/Subtype/Form>>stream
+q
+169.596 -11.674 47.158 47.245 re
+W n
+0.52 0 0 0 k
+/GS0 gs
+q 1 0 0 1 208.5527 29.8564 cm
+0 0 m
+9.869 -8.508 10.992 -23.426 2.498 -33.313 c
+-5.992 -43.204 -20.885 -44.322 -30.755 -35.814 c
+-40.628 -27.307 -41.743 -12.393 -33.25 -2.501 c
+-24.758 7.387 -9.872 8.509 0 0 c
+f
+Q
+Q
+
endstream
endobj
68 0 obj
<>>>/Subtype/Form>>stream
+q
+206.028 131.972 53.632 53.728 re
+W n
+0.93 0.92 0 0 k
+/GS0 gs
+q 1 0 0 1 233.603 185.6885 cm
+0 0 m
+14.806 -0.42 26.467 -12.786 26.046 -27.615 c
+25.628 -42.443 13.284 -54.124 -1.52 -53.704 c
+-16.325 -53.284 -27.983 -40.921 -27.564 -26.093 c
+-27.145 -11.261 -14.806 0.421 0 0 c
+f
+Q
+Q
+
endstream
endobj
69 0 obj
<>>>/Subtype/Form>>stream
+q
+175.866 67.533 74.563 74.698 re
+W n
+0.9 0.76 0 0 k
+/GS0 gs
+q 1 0 0 1 214.208 142.2158 cm
+0 0 m
+20.582 -0.586 36.79 -17.773 36.206 -38.393 c
+35.623 -59.012 18.465 -75.25 -2.116 -74.667 c
+-22.698 -74.081 -38.912 -56.895 -38.327 -36.271 c
+-37.744 -15.655 -20.584 0.586 0 0 c
+f
+Q
+Q
+
endstream
endobj
70 0 obj
<>>>/Subtype/Form>>stream
+q
+257.582 329.656 76.646 76.786 re
+W n
+0 0.92 0.95 0 k
+/GS0 gs
+q 1 0 0 1 292.4067 406.2808 cm
+0 0 m
+21.076 1.934 39.729 -13.618 41.659 -34.728 c
+43.59 -55.842 28.071 -74.527 6.995 -76.462 c
+-14.081 -78.396 -32.73 -62.852 -34.664 -41.735 c
+-36.594 -20.623 -21.075 -1.936 0 0 c
+f
+Q
+Q
+
endstream
endobj
71 0 obj
<>>>/Subtype/Form>>stream
+q
+250.706 578.846 46.329 46.411 re
+W n
+0 0.22 1 0 k
+/GS0 gs
+q 1 0 0 1 260.3862 620.9175 cm
+0 0 m
+10.401 7.461 24.87 5.062 32.317 -5.357 c
+39.765 -15.778 37.369 -30.272 26.969 -37.732 c
+16.567 -45.193 2.099 -42.794 -5.348 -32.375 c
+-12.796 -21.953 -10.4 -7.461 0 0 c
+f
+Q
+Q
+
endstream
endobj
72 0 obj
<>>>/Subtype/Form>>stream
+q
+163.63 590.791 54.697 54.794 re
+W n
+0.08 0 0.83 0 k
+/GS0 gs
+q 1 0 0 1 175.0571 640.4614 cm
+0 0 m
+12.28 8.807 29.361 5.978 38.157 -6.327 c
+46.946 -18.627 44.119 -35.739 31.841 -44.548 c
+19.561 -53.357 2.479 -50.523 -6.312 -38.223 c
+-15.106 -25.919 -12.279 -8.809 0 0 c
+f
+Q
+Q
+
endstream
endobj
73 0 obj
<>>>/Subtype/Form>>stream
+q
+344.82 428.085 21.854 21.895 re
+W n
+0 0.79 1 0 k
+/GS0 gs
+q 1 0 0 1 354.749 449.9331 cm
+0 0 m
+6.012 0.553 11.33 -3.88 11.879 -9.902 c
+12.43 -15.924 8.007 -21.25 1.996 -21.802 c
+-4.015 -22.353 -9.332 -17.92 -9.883 -11.901 c
+-10.433 -5.879 -6.008 -0.551 0 0 c
+f
+Q
+Q
+
endstream
endobj
74 0 obj
<>>>/Subtype/Form>>stream
+q
+160.322 18.283 17.018 17.049 re
+W n
+0.67 0 0 0 k
+/GS0 gs
+q 1 0 0 1 166.104 34.8799 cm
+0 0 m
+4.451 1.51 9.279 -0.884 10.785 -5.34 c
+12.29 -9.802 9.902 -14.636 5.452 -16.145 c
+1.002 -17.654 -3.827 -15.258 -5.331 -10.805 c
+-6.838 -6.343 -4.448 -1.505 0 0 c
+f
+Q
+Q
+
endstream
endobj
75 0 obj
<>>>/Subtype/Form>>stream
+q
+410.775 50.798 26.987 27.037 re
+W n
+0.7 0 0 0 k
+/GS0 gs
+q 1 0 0 1 419.9453 77.1182 cm
+0 0 m
+7.06 2.393 14.717 -1.4 17.102 -8.468 c
+19.489 -15.543 15.704 -23.214 8.646 -25.605 c
+1.589 -27.995 -6.067 -24.2 -8.456 -17.128 c
+-10.841 -10.06 -7.056 -2.389 0 0 c
+f
+Q
+Q
+
endstream
endobj
76 0 obj
<>>>/Subtype/Form>>stream
+q
+441.57 94.497 10.366 10.385 re
+W n
+0.66 0 0 0 k
+/GS0 gs
+q 1 0 0 1 445.0937 104.6074 cm
+0 0 m
+2.712 0.92 5.648 -0.539 6.567 -3.256 c
+7.484 -5.97 6.031 -8.918 3.319 -9.835 c
+0.611 -10.754 -2.333 -9.299 -3.251 -6.582 c
+-4.166 -3.865 -2.712 -0.917 0 0 c
+f
+Q
+Q
+
endstream
endobj
77 0 obj
<>>>/Subtype/Form>>stream
+q
+188.498 38.166 19.923 19.965 re
+W n
+0.66 0 0 0 k
+/GS0 gs
+q 1 0 0 1 196.6099 57.9551 cm
+0 0 m
+5.408 1.025 10.615 -2.541 11.636 -7.955 c
+12.658 -13.372 9.107 -18.591 3.701 -19.613 c
+-1.703 -20.636 -6.916 -17.078 -7.938 -11.661 c
+-8.958 -6.244 -5.403 -1.022 0 0 c
+f
+Q
+Q
+
endstream
endobj
78 0 obj
<>>>/Subtype/Form>>stream
+q
+364.702 182.182 12.021 12.043 re
+W n
+0.72 1 0 0 k
+/GS0 gs
+q 1 0 0 1 370.8823 194.2236 cm
+0 0 m
+3.32 -0.094 5.933 -2.866 5.84 -6.192 c
+5.745 -9.519 2.979 -12.136 -0.34 -12.039 c
+-3.656 -11.947 -6.272 -9.177 -6.177 -5.852 c
+-6.085 -2.525 -3.317 0.092 0 0 c
+f
+Q
+Q
+
endstream
endobj
79 0 obj
<>>>/Subtype/Form>>stream
+q
+159.484 141.43 20.388 20.429 re
+W n
+0.93 0.92 0 0 k
+/GS0 gs
+q 1 0 0 1 168.748 161.8164 cm
+0 0 m
+5.606 0.513 10.565 -3.624 11.079 -9.242 c
+11.593 -14.858 7.468 -19.828 1.862 -20.342 c
+-3.744 -20.857 -8.707 -16.721 -9.221 -11.106 c
+-9.735 -5.487 -5.605 -0.517 0 0 c
+f
+Q
+Q
+
endstream
endobj
80 0 obj
<>>>/Subtype/Form>>stream
+q
+319.143 228.446 33.973 34.034 re
+W n
+0 1 0 0 k
+/GS0 gs
+q 1 0 0 1 336.6123 262.4746 cm
+0 0 m
+9.376 -0.269 16.765 -8.099 16.497 -17.495 c
+16.23 -26.89 8.414 -34.29 -0.964 -34.022 c
+-10.342 -33.757 -17.727 -25.925 -17.462 -16.528 c
+-17.197 -7.132 -9.38 0.268 0 0 c
+f
+Q
+Q
+
endstream
endobj
81 0 obj
<>>>/Subtype/Form>>stream
+q
+367.619 253.871 12.805 12.834 re
+W n
+0 0.88 0 0 k
+/GS0 gs
+q 1 0 0 1 374.2056 266.7031 cm
+0 0 m
+3.537 -0.103 6.319 -3.054 6.217 -6.598 c
+6.117 -10.14 3.17 -12.929 -0.364 -12.829 c
+-3.898 -12.727 -6.686 -9.775 -6.583 -6.234 c
+-6.481 -2.689 -3.535 0.1 0 0 c
+f
+Q
+Q
+
endstream
endobj
82 0 obj
<>>>/Subtype/Form>>stream
+q
+315.304 437.377 45.701 45.785 re
+W n
+0 0.67 1 0 k
+/GS0 gs
+q 1 0 0 1 336.0688 483.0645 cm
+0 0 m
+12.568 1.153 23.688 -8.117 24.839 -20.707 c
+25.991 -33.295 16.736 -44.437 4.17 -45.59 c
+-8.397 -46.743 -19.519 -37.473 -20.668 -24.884 c
+-21.82 -12.295 -12.567 -1.153 0 0 c
+f
+Q
+Q
+
endstream
endobj
83 0 obj
<>>>/Subtype/Form>>stream
+q
+176.462 306.692 26.492 26.541 re
+W n
+0 0.92 0.17 0 k
+/GS0 gs
+q 1 0 0 1 194.3896 332.3735 cm
+0 0 m
+6.843 -2.591 10.291 -10.249 7.706 -17.1 c
+5.12 -23.955 -2.521 -27.41 -9.362 -24.822 c
+-16.202 -22.231 -19.654 -14.573 -17.07 -7.722 c
+-14.483 -0.871 -6.84 2.589 0 0 c
+f
+Q
+Q
+
endstream
endobj
84 0 obj
<>>>/Subtype/Form>>stream
+q
+166.749 299.384 21.501 21.539 re
+W n
+0 0.92 0.08 0 k
+/GS0 gs
+q 1 0 0 1 181.2988 320.2256 cm
+0 0 m
+5.552 -2.104 8.353 -8.316 6.255 -13.878 c
+4.154 -19.441 -2.046 -22.247 -7.601 -20.142 c
+-13.15 -18.044 -15.951 -11.827 -13.854 -6.268 c
+-11.756 -0.703 -5.551 2.102 0 0 c
+f
+Q
+Q
+
endstream
endobj
85 0 obj
<>>>/Subtype/Form>>stream
+q
+151.16 315.371 10.797 10.818 re
+W n
+0 1 0.42 0 k
+/GS0 gs
+q 1 0 0 1 158.4668 325.8398 cm
+0 0 m
+2.79 -1.056 4.193 -4.18 3.14 -6.971 c
+2.086 -9.766 -1.029 -11.173 -3.817 -10.118 c
+-6.604 -9.062 -8.012 -5.942 -6.958 -3.149 c
+-5.903 -0.356 -2.786 1.054 0 0 c
+f
+Q
+Q
+
endstream
endobj
86 0 obj
<>>>/Subtype/Form>>stream
+q
+138.704 497.756 28.563 28.617 re
+W n
+0 0.5 1 0 k
+/GS0 gs
+q 1 0 0 1 151.6821 526.312 cm
+0 0 m
+7.854 0.721 14.805 -5.074 15.525 -12.942 c
+16.245 -20.813 10.461 -27.774 2.606 -28.496 c
+-5.25 -29.217 -12.198 -23.424 -12.918 -15.553 c
+-13.638 -7.684 -7.855 -0.721 0 0 c
+f
+Q
+Q
+
endstream
endobj
87 0 obj
<>>>/Subtype/Form>>stream
+q
+165.297 46.884 10.365 10.389 re
+W n
+0.66 0 0 0 k
+/GS0 gs
+q 1 0 0 1 169.5181 57.1807 cm
+0 0 m
+2.813 0.532 5.523 -1.323 6.053 -4.144 c
+6.584 -6.956 4.737 -9.673 1.926 -10.206 c
+-0.885 -10.738 -3.598 -8.885 -4.129 -6.069 c
+-4.661 -3.253 -2.811 -0.532 0 0 c
+f
+Q
+Q
+
endstream
endobj
88 0 obj
<>>>/Subtype/Form>>stream
+q
+385.767 157.995 9.069 9.088 re
+W n
+0.66 0 0 0 k
+/GS0 gs
+q 1 0 0 1 389.8892 167.0645 cm
+0 0 m
+2.491 0.229 4.698 -1.611 4.929 -4.113 c
+5.156 -6.612 3.323 -8.822 0.826 -9.051 c
+-1.665 -9.278 -3.875 -7.438 -4.103 -4.94 c
+-4.33 -2.441 -2.494 -0.229 0 0 c
+f
+Q
+Q
+
endstream
endobj
89 0 obj
<>>>/Subtype/Form>>stream
+q
+389.482 297.599 9.069 9.086 re
+W n
+0 0.89 0.29 0 k
+/GS0 gs
+q 1 0 0 1 394.144 306.6846 cm
+0 0 m
+2.503 -0.069 4.476 -2.161 4.406 -4.669 c
+4.333 -7.177 2.247 -9.153 -0.254 -9.083 c
+-2.755 -9.011 -4.73 -6.919 -4.661 -4.411 c
+-4.591 -1.903 -2.5 0.073 0 0 c
+f
+Q
+Q
+
endstream
endobj
90 0 obj
<>>>/Subtype/Form>>stream
+q
+337.616 595.37 12.527 12.548 re
+W n
+0.08 0.12 1 0 k
+/GS0 gs
+q 1 0 0 1 340.2324 606.7461 cm
+0 0 m
+2.813 2.017 6.726 1.368 8.739 -1.45 c
+10.752 -4.266 10.106 -8.186 7.292 -10.202 c
+4.483 -12.22 0.567 -11.573 -1.446 -8.755 c
+-3.46 -5.937 -2.811 -2.015 0 0 c
+f
+Q
+Q
+
endstream
endobj
91 0 obj
<>>>/Subtype/Form>>stream
+q
+110.503 550.816 19.793 19.827 re
+W n
+0.08 0.12 1 0 k
+/GS0 gs
+q 1 0 0 1 114.6387 568.7881 cm
+0 0 m
+4.444 3.188 10.624 2.162 13.806 -2.287 c
+16.987 -6.739 15.965 -12.931 11.521 -16.119 c
+7.079 -19.306 0.897 -18.282 -2.284 -13.827 c
+-5.467 -9.378 -4.444 -3.187 0 0 c
+f
+Q
+Q
+
endstream
endobj
92 0 obj
<>>>/Subtype/Form>>stream
+q
+112.421 531.19 9.07 9.088 re
+W n
+0.08 0.12 1 0 k
+/GS0 gs
+q 1 0 0 1 114.3169 539.4277 cm
+0 0 m
+2.035 1.461 4.869 0.991 6.326 -1.049 c
+7.784 -3.089 7.317 -5.926 5.28 -7.387 c
+3.244 -8.849 0.409 -8.379 -1.047 -6.339 c
+-2.505 -4.299 -2.037 -1.459 0 0 c
+f
+Q
+Q
+
endstream
endobj
93 0 obj
<>>>/Subtype/Form>>stream
+q
+186.069 407.468 33.653 33.706 re
+W n
+0 0.92 0.95 0 k
+/GS0 gs
+q 1 0 0 1 201.3599 441.1025 cm
+0 0 m
+9.25 0.851 17.443 -5.977 18.29 -15.245 c
+19.139 -24.511 12.321 -32.714 3.071 -33.563 c
+-6.18 -34.413 -14.373 -27.588 -15.22 -18.32 c
+-16.067 -9.052 -9.25 -0.849 0 0 c
+f
+Q
+Q
+
endstream
endobj
94 0 obj
<>>>/Subtype/Form>>stream
+q
+378.077 135.908 17.431 17.467 re
+W n
+0.66 0 0 0 k
+/GS0 gs
+q 1 0 0 1 385.998 153.3379 cm
+0 0 m
+4.793 0.439 9.034 -3.097 9.474 -7.901 c
+9.913 -12.703 6.385 -16.956 1.592 -17.394 c
+-3.201 -17.836 -7.446 -14.295 -7.885 -9.493 c
+-8.324 -4.691 -4.79 -0.439 0 0 c
+f
+Q
+Q
+
endstream
endobj
95 0 obj
<>>>/Subtype/Form>>stream
+q
+360.413 500.653 18.139 18.171 re
+W n
+0 0.5 1 0 k
+/GS0 gs
+q 1 0 0 1 368.6562 518.7852 cm
+0 0 m
+4.987 0.458 9.4 -3.223 9.86 -8.218 c
+10.316 -13.214 6.643 -17.636 1.658 -18.094 c
+-3.33 -18.551 -7.748 -14.871 -8.204 -9.877 c
+-8.662 -4.881 -4.988 -0.458 0 0 c
+f
+Q
+Q
+
endstream
endobj
96 0 obj
<>>>/Subtype/Form>>stream
+q
+373.229 482.976 9.074 9.087 re
+W n
+0 0.67 1 0 k
+/GS0 gs
+q 1 0 0 1 377.3496 492.0439 cm
+0 0 m
+2.498 0.23 4.705 -1.61 4.936 -4.11 c
+5.161 -6.609 3.323 -8.819 0.829 -9.049 c
+-1.661 -9.277 -3.872 -7.437 -4.103 -4.938 c
+-4.327 -2.439 -2.49 -0.228 0 0 c
+f
+Q
+Q
+
endstream
endobj
97 0 obj
<>>>/Subtype/Form>>stream
+q
+129.977 488.654 20.089 20.126 re
+W n
+0 0.61 1 0 k
+/GS0 gs
+q 1 0 0 1 139.103 508.7373 cm
+0 0 m
+5.526 0.507 10.413 -3.568 10.921 -9.103 c
+11.427 -14.635 7.359 -19.534 1.834 -20.041 c
+-3.689 -20.549 -8.579 -16.472 -9.084 -10.939 c
+-9.591 -5.404 -5.522 -0.509 0 0 c
+f
+Q
+Q
+
endstream
endobj
98 0 obj
<>>>/Subtype/Form>>stream
+q
+122.065 511.683 9.069 9.086 re
+W n
+0 0.67 1 0 k
+/GS0 gs
+q 1 0 0 1 126.1855 520.751 cm
+0 0 m
+2.495 0.229 4.702 -1.612 4.93 -4.11 c
+5.16 -6.609 3.323 -8.821 0.829 -9.049 c
+-1.663 -9.277 -3.873 -7.437 -4.101 -4.94 c
+-4.331 -2.441 -2.491 -0.23 0 0 c
+f
+Q
+Q
+
endstream
endobj
99 0 obj
<>>>/Subtype/Form>>stream
+q
+175.418 421.142 17.284 17.311 re
+W n
+0 0.88 0.95 0 k
+/GS0 gs
+q 1 0 0 1 183.271 438.416 cm
+0 0 m
+4.753 0.435 8.96 -3.069 9.395 -7.828 c
+9.831 -12.59 6.331 -16.801 1.578 -17.237 c
+-3.172 -17.675 -7.379 -14.17 -7.816 -9.408 c
+-8.25 -4.649 -4.75 -0.437 0 0 c
+f
+Q
+Q
+
endstream
endobj
100 0 obj
<>>>/Subtype/Form>>stream
+q
+170.417 416.771 11.894 11.912 re
+W n
+0 0.88 0.95 0 k
+/GS0 gs
+q 1 0 0 1 175.8223 428.6587 cm
+0 0 m
+3.27 0.301 6.164 -2.11 6.463 -5.384 c
+6.763 -8.662 4.355 -11.56 1.083 -11.862 c
+-2.186 -12.162 -5.081 -9.75 -5.379 -6.473 c
+-5.68 -3.197 -3.27 -0.299 0 0 c
+f
+Q
+Q
+
endstream
endobj
101 0 obj
<>>>/Subtype/Form>>stream
+q
+177.481 394.893 9.071 9.087 re
+W n
+0 0.89 0.29 0 k
+/GS0 gs
+q 1 0 0 1 181.6016 403.9604 cm
+0 0 m
+2.495 0.229 4.704 -1.611 4.931 -4.11 c
+5.159 -6.608 3.323 -8.819 0.829 -9.049 c
+-1.664 -9.277 -3.872 -7.437 -4.102 -4.939 c
+-4.329 -2.438 -2.491 -0.228 0 0 c
+f
+Q
+Q
+
endstream
endobj
102 0 obj
<>>>/Subtype/Form>>stream
+q
+161.536 405.715 7.11 7.126 re
+W n
+0 0.92 0.95 0 k
+/GS0 gs
+q 1 0 0 1 164.7681 412.8276 cm
+0 0 m
+1.954 0.179 3.685 -1.264 3.863 -3.222 c
+4.043 -5.182 2.603 -6.916 0.647 -7.097 c
+-1.305 -7.275 -3.039 -5.833 -3.218 -3.872 c
+-3.397 -1.913 -1.954 -0.18 0 0 c
+f
+Q
+Q
+
endstream
endobj
103 0 obj
<>>>/Subtype/Form>>stream
+q
+386.416 428.854 7.109 7.123 re
+W n
+0 0.8 0.95 0 k
+/GS0 gs
+q 1 0 0 1 389.645 435.9619 cm
+0 0 m
+1.955 0.179 3.686 -1.262 3.865 -3.223 c
+4.046 -5.182 2.602 -6.915 0.651 -7.093 c
+-1.302 -7.273 -3.033 -5.833 -3.214 -3.873 c
+-3.396 -1.913 -1.952 -0.18 0 0 c
+f
+Q
+Q
+
endstream
endobj
104 0 obj
<>>>/Subtype/Form>>stream
+q
+194.349 -50.433 87.607 87.766 re
+W n
+0.69 0 0 0 k
+/GS0 gs
+q 1 0 0 1 224.1177 35.0098 cm
+0 0 m
+22.912 7.763 47.771 -4.554 55.519 -27.503 c
+63.268 -50.455 50.975 -75.356 28.065 -83.12 c
+5.153 -90.883 -19.699 -78.566 -27.449 -55.613 c
+-35.197 -32.665 -22.908 -7.764 0 0 c
+f
+Q
+Q
+
endstream
endobj
105 0 obj
<>>>/Subtype/Form>>stream
+q
+184.128 350.77 29.019 29.07 re
+W n
+0 0.89 0.5 0 k
+/GS0 gs
+q 1 0 0 1 197.3149 379.7793 cm
+0 0 m
+7.979 0.732 15.04 -5.154 15.772 -13.147 c
+16.502 -21.139 10.626 -28.215 2.647 -28.947 c
+-5.331 -29.68 -12.394 -23.793 -13.125 -15.801 c
+-13.857 -7.808 -7.979 -0.733 0 0 c
+f
+Q
+Q
+
endstream
endobj
106 0 obj
<>>>/Subtype/Form>>stream
+q
+160.888 103.207 30.091 30.145 re
+W n
+0.93 0.92 0 0 k
+/GS0 gs
+q 1 0 0 1 174.5605 133.2881 cm
+0 0 m
+8.272 0.761 15.595 -5.341 16.354 -13.634 c
+17.11 -21.92 11.018 -29.26 2.747 -30.017 c
+-5.53 -30.778 -12.852 -24.674 -13.61 -16.384 c
+-14.368 -8.091 -8.277 -0.758 0 0 c
+f
+Q
+Q
+
endstream
endobj
107 0 obj
<>>>/Subtype/Form>>stream
+q
+139.535 140.248 12.022 12.047 re
+W n
+0.93 0.92 0 0 k
+/GS0 gs
+q 1 0 0 1 144.999 152.2695 cm
+0 0 m
+3.307 0.301 6.229 -2.139 6.532 -5.45 c
+6.837 -8.76 4.403 -11.69 1.097 -11.996 c
+-2.208 -12.301 -5.135 -9.857 -5.439 -6.549 c
+-5.741 -3.233 -3.305 -0.305 0 0 c
+f
+Q
+Q
+
endstream
endobj
108 0 obj
<>>>/Subtype/Form>>stream
+q
+74.739 563.519 76.492 76.629 re
+W n
+0 0 0.82 0 k
+/GS0 gs
+q 1 0 0 1 90.7197 632.9844 cm
+0 0 m
+17.173 12.317 41.061 8.361 53.36 -8.847 c
+65.656 -26.048 61.701 -49.983 44.528 -62.301 c
+27.356 -74.618 3.465 -70.656 -8.826 -53.455 c
+-21.126 -36.247 -17.171 -12.318 0 0 c
+f
+Q
+Q
+
endstream
endobj
109 0 obj
<>>>/Subtype/Form>>stream
+q
+354.187 593.214 8.414 8.43 re
+W n
+0.08 0.12 1 0 k
+/GS0 gs
+q 1 0 0 1 355.9448 600.856 cm
+0 0 m
+1.887 1.356 4.518 0.919 5.87 -0.973 c
+7.223 -2.864 6.788 -5.5 4.899 -6.854 c
+3.01 -8.208 0.381 -7.771 -0.971 -5.881 c
+-2.324 -3.988 -1.887 -1.354 0 0 c
+f
+Q
+Q
+
endstream
endobj
110 0 obj
<>/XObject<>>>/Subtype/Form>>stream
+q
+104.819 236.686 679.68 181.44 re
+W n
+q
+/GS0 gs
+0 Tc 0 Tw 0 Ts 100 Tz 0 Tr /Fm0 Do
+Q
+Q
+
endstream
endobj
209 0 obj
<>
endobj
211 0 obj
<>>>/Subtype/Form>>stream
+0 0 0 0 k
+/GS0 gs
+104.819 418.126 679.68 -181.44 re
+f
+
endstream
endobj
212 0 obj
<>
endobj
14 0 obj
<>
endobj
210 0 obj
<>
endobj
208 0 obj
<>
endobj
207 0 obj
<>
endobj
206 0 obj
<>
endobj
205 0 obj
<>
endobj
204 0 obj
<>
endobj
203 0 obj
<>
endobj
202 0 obj
<>
endobj
201 0 obj
<>
endobj
200 0 obj
<>
endobj
199 0 obj
<>
endobj
198 0 obj
<>
endobj
197 0 obj
<>
endobj
196 0 obj
<>
endobj
195 0 obj
<>
endobj
194 0 obj
<>
endobj
193 0 obj
<>
endobj
192 0 obj
<>
endobj
191 0 obj
<>
endobj
190 0 obj
<>
endobj
189 0 obj
<>
endobj
188 0 obj
<>
endobj
187 0 obj
<>
endobj
186 0 obj
<>
endobj
185 0 obj
<>
endobj
184 0 obj
<>
endobj
183 0 obj
<>
endobj
182 0 obj
<>
endobj
181 0 obj
<>
endobj
180 0 obj
<>
endobj
179 0 obj
<>
endobj
178 0 obj
<>
endobj
177 0 obj
<>
endobj
176 0 obj
<>
endobj
175 0 obj
<>
endobj
174 0 obj
<>
endobj
173 0 obj
<>
endobj
172 0 obj
<>
endobj
171 0 obj
<>
endobj
170 0 obj
<>
endobj
169 0 obj
<>
endobj
168 0 obj
<>
endobj
167 0 obj
<>
endobj
166 0 obj
<>
endobj
165 0 obj
<>
endobj
164 0 obj
<>
endobj
163 0 obj
<>
endobj
162 0 obj
<>
endobj
161 0 obj
<>
endobj
160 0 obj
<>
endobj
159 0 obj
<>
endobj
158 0 obj
<>
endobj
157 0 obj
<>
endobj
156 0 obj
<>
endobj
155 0 obj
<>
endobj
154 0 obj
<>
endobj
153 0 obj
<>
endobj
152 0 obj
<>
endobj
151 0 obj
<>
endobj
150 0 obj
<>
endobj
149 0 obj
<>
endobj
148 0 obj
<>
endobj
147 0 obj
<>
endobj
146 0 obj
<>
endobj
145 0 obj
<>
endobj
144 0 obj
<>
endobj
143 0 obj
<>
endobj
142 0 obj
<>
endobj
141 0 obj
<>
endobj
140 0 obj
<>
endobj
139 0 obj
<>
endobj
138 0 obj
<>
endobj
137 0 obj
<>
endobj
136 0 obj
<>
endobj
135 0 obj
<>
endobj
134 0 obj
<>
endobj
133 0 obj
<>
endobj
132 0 obj
<>
endobj
131 0 obj
<>
endobj
130 0 obj
<>
endobj
129 0 obj
<>
endobj
128 0 obj
<>
endobj
127 0 obj
<>
endobj
126 0 obj
<>
endobj
125 0 obj
<>
endobj
124 0 obj
<>
endobj
123 0 obj
<>
endobj
122 0 obj
<>
endobj
121 0 obj
<>
endobj
120 0 obj
<>
endobj
119 0 obj
<>
endobj
118 0 obj
<>
endobj
117 0 obj
<>
endobj
116 0 obj
<>
endobj
115 0 obj
<>
endobj
114 0 obj
<>
endobj
6 0 obj
<>
endobj
213 0 obj
[/View/Design]
endobj
214 0 obj
<>>>
endobj
5 0 obj
<>
endobj
215 0 obj
<>
endobj
216 0 obj
<>stream
+H4RkL[e>s,jP9F`20DƔ]ЖKB[nmi=S& ! d&0QQn3=0y<ߓBC0-N)Vk5zeao4KC"){!=
+m?BpbNCcYvD/KIJNkfemRRvu^Ol5J(eʞ54&FR&;[|Q%K)UPQ+X
+".ZlBJBEJ|,Ģ'*ډ%~ڥu)_pĠ!mj*Ӭl!N;%]fO*j[;3e$5*~gPc6t<^Ϙk
^VӨe3({BܚP@{>ۨGRM@F
+8ju[ zg|;p~eIͽn.HIܮqZRqf;+G-'[3:qme#6}v~حf';"y8an3
Vefe!}W"6;\,8t'GOl@ZG{eoGϭAjL,ߥHs@ƗA!Ӟ7T/?e} )oy'}LJϷए@>r0Tgn+:ě
endstream
endobj
12 0 obj
<>
endobj
13 0 obj
<>
endobj
217 0 obj
<>
endobj
218 0 obj
[0.0]
endobj
219 0 obj
<>/XObject<>>>/Subtype/Form>>stream
+0 g
+/GS0 gs
+104.819 418.126 679.68 -181.44 re
+f
+q
+0 Tc 0 Tw 0 Ts 100 Tz 0 Tr /Fm0 Do
+Q
+
endstream
endobj
220 0 obj
<>
endobj
222 0 obj
<>/ExtGState<>/ProcSet[/PDF/ImageC]/XObject<>>>/Subtype/Form>>stream
+q
+/GS0 gs
+835.5600332 0 0 245.1600097 76.3793945 201.7662598 cm
+/Im0 Do
+Q
+
endstream
endobj
223 0 obj
<>
endobj
225 0 obj
<>/Filter/FlateDecode/Height 681/Intent/RelativeColorimetric/Length 169947/Name/X/Subtype/Image/Type/XObject/Width 2321>>stream
+HZGXI2xc;N$3ں[% s~AK{ b6{q}pk;\t߭"P<*Czou9xҍ~fm܍rmwN:4wf<? 9x6k`>v1
+qe|Ӭ vE:{FaPHl9Q+P*pIc&As
9L_Pl+6sEC0y