commit 5e6876d12223360d60736a84facb48d9705c2a23 Author: Nils <> Date: Sat Dec 29 18:32:16 2018 +0100 initial commit, mostly template diff --git a/.gitignore b/.gitignore new file mode 120000 index 0000000..68fd69a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +template/gitignore.template \ No newline at end of file diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..2843f5b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "template"] + path = template + url = ssh://laborejo/~/lss/template.git + branch = master diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..94a9ed0 --- /dev/null +++ b/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/README.md b/README.md new file mode 100644 index 0000000..f36d291 --- /dev/null +++ b/README.md @@ -0,0 +1,36 @@ +# Patroneo +Patroneo (which is Esperanto for "Pattern") is an easy to use pattern based midi sequencer that handles the three most important musical parameters: pitch, rhythm and dynamics. + +This README is just a short introduction. You better read the manual, which also includes detailed instructions how to build Patroneo from source and start it. + +Workflow summary: You have tracks with one pattern each. Turn on steps in the pattern to play musical notes. Switch the patterns on and off in a sequence to create a song structure. Connect external synthesizers and samplers to create sounds. + +* Website https://www.laborejo.org +* Documentation and Manual https://www.laborejo.org/documentation/patroneo + +Patroneo is primarily designed for educational purposes, where the main goal is to teach the importance of patterns and repetitions in any kind of music. + +However, Patroneo is a full sequencer you can use to create real music. The constraints it presents will more likely boost your creativity than suppressing it. + +# Installation and Starting + +## Download +Download the latest release through your package manger or the code on https://github.com/diovudau/Patroneo/releases + +* `./configure --prefix=/usr` +* `make` +* `sudo make install` + +Patroneo can then be started using the Non Session Manager. + +## Dependencies +* Python 3.6 (maybe earlier) +* PyQt5 for Python 3 + +### Build Dependencies +* Nuitka >= 0.6 (maybe earlier) +* GCC (development is done on 8.2, but most likely you can use a much earlier version) + +### Environment: +* Jack Audio Connection Kit must be running +* Patroneo must be started via the Non Session Manager diff --git a/configure b/configure new file mode 100755 index 0000000..ce1311a --- /dev/null +++ b/configure @@ -0,0 +1,5 @@ +#!/bin/sh +program=patroneo #MUST be the same as engine/config.py shortName +cboxconfigure="--without-fluidsynth --without-libsmf" + +. template/configure.template #. is the posix compatible version of source diff --git a/desktop/desktop.desktop b/desktop/desktop.desktop new file mode 100644 index 0000000..83cfa86 --- /dev/null +++ b/desktop/desktop.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Type=Application +Name=Patroneo +GenericName=Sequencer +Comment=Easy to use pattern sequencer for JACK and NSM +Comment[de]=Einfach zu bedienender Pattern-Sequencer +Exec=patroneo +Icon=patroneo +Terminal=false +StartupNotify=false +Categories=AudioVideo;Audio;X-Recorders;X-Multitrack;X-Jack; +X-NSM-capable=true +Version=1.1 diff --git a/desktop/icon32x32.png b/desktop/icon32x32.png new file mode 100644 index 0000000..86d91bc Binary files /dev/null and b/desktop/icon32x32.png differ diff --git a/documentation/LICENSE b/documentation/LICENSE new file mode 100644 index 0000000..aa44e5a --- /dev/null +++ b/documentation/LICENSE @@ -0,0 +1,430 @@ +from: https://creativecommons.org/licenses/by-sa/4.0/legalcode.txt + +Attribution-ShareAlike 4.0 International + +======================================================================= + +Creative Commons Corporation ("Creative Commons") is not a law firm and +does not provide legal services or legal advice. Distribution of +Creative Commons public licenses does not create a lawyer-client or +other relationship. Creative Commons makes its licenses and related +information available on an "as-is" basis. Creative Commons gives no +warranties regarding its licenses, any material licensed under their +terms and conditions, or any related information. Creative Commons +disclaims all liability for damages resulting from their use to the +fullest extent possible. + +Using Creative Commons Public Licenses + +Creative Commons public licenses provide a standard set of terms and +conditions that creators and other rights holders may use to share +original works of authorship and other material subject to copyright +and certain other rights specified in the public license below. The +following considerations are for informational purposes only, are not +exhaustive, and do not form part of our licenses. + + Considerations for licensors: Our public licenses are + intended for use by those authorized to give the public + permission to use material in ways otherwise restricted by + copyright and certain other rights. Our licenses are + irrevocable. Licensors should read and understand the terms + and conditions of the license they choose before applying it. + Licensors should also secure all rights necessary before + applying our licenses so that the public can reuse the + material as expected. Licensors should clearly mark any + material not subject to the license. This includes other CC- + licensed material, or material used under an exception or + limitation to copyright. More considerations for licensors: + wiki.creativecommons.org/Considerations_for_licensors + + Considerations for the public: By using one of our public + licenses, a licensor grants the public permission to use the + licensed material under specified terms and conditions. If + the licensor's permission is not necessary for any reason--for + example, because of any applicable exception or limitation to + copyright--then that use is not regulated by the license. Our + licenses grant only permissions under copyright and certain + other rights that a licensor has authority to grant. Use of + the licensed material may still be restricted for other + reasons, including because others have copyright or other + rights in the material. A licensor may make special requests, + such as asking that all changes be marked or described. + Although not required by our licenses, you are encouraged to + respect those requests where reasonable. More considerations + for the public: + wiki.creativecommons.org/Considerations_for_licensees + +======================================================================= + +Creative Commons Attribution-ShareAlike 4.0 International Public +License + +By exercising the Licensed Rights (defined below), You accept and agree +to be bound by the terms and conditions of this Creative Commons +Attribution-ShareAlike 4.0 International Public License ("Public +License"). To the extent this Public License may be interpreted as a +contract, You are granted the Licensed Rights in consideration of Your +acceptance of these terms and conditions, and the Licensor grants You +such rights in consideration of benefits the Licensor receives from +making the Licensed Material available under these terms and +conditions. + + +Section 1 -- Definitions. + + a. Adapted Material means material subject to Copyright and Similar + Rights that is derived from or based upon the Licensed Material + and in which the Licensed Material is translated, altered, + arranged, transformed, or otherwise modified in a manner requiring + permission under the Copyright and Similar Rights held by the + Licensor. For purposes of this Public License, where the Licensed + Material is a musical work, performance, or sound recording, + Adapted Material is always produced where the Licensed Material is + synched in timed relation with a moving image. + + b. Adapter's License means the license You apply to Your Copyright + and Similar Rights in Your contributions to Adapted Material in + accordance with the terms and conditions of this Public License. + + c. BY-SA Compatible License means a license listed at + creativecommons.org/compatiblelicenses, approved by Creative + Commons as essentially the equivalent of this Public License. + + d. Copyright and Similar Rights means copyright and/or similar rights + closely related to copyright including, without limitation, + performance, broadcast, sound recording, and Sui Generis Database + Rights, without regard to how the rights are labeled or + categorized. For purposes of this Public License, the rights + specified in Section 2(b)(1)-(2) are not Copyright and Similar + Rights. + + e. Effective Technological Measures means those measures that, in the + absence of proper authority, may not be circumvented under laws + fulfilling obligations under Article 11 of the WIPO Copyright + Treaty adopted on December 20, 1996, and/or similar international + agreements. + + f. Exceptions and Limitations means fair use, fair dealing, and/or + any other exception or limitation to Copyright and Similar Rights + that applies to Your use of the Licensed Material. + + g. License Elements means the license attributes listed in the name + of a Creative Commons Public License. The License Elements of this + Public License are Attribution and ShareAlike. + + h. Licensed Material means the artistic or literary work, database, + or other material to which the Licensor applied this Public + License. + + i. Licensed Rights means the rights granted to You subject to the + terms and conditions of this Public License, which are limited to + all Copyright and Similar Rights that apply to Your use of the + Licensed Material and that the Licensor has authority to license. + + j. Licensor means the individual(s) or entity(ies) granting rights + under this Public License. + + k. Share means to provide material to the public by any means or + process that requires permission under the Licensed Rights, such + as reproduction, public display, public performance, distribution, + dissemination, communication, or importation, and to make material + available to the public including in ways that members of the + public may access the material from a place and at a time + individually chosen by them. + + l. Sui Generis Database Rights means rights other than copyright + resulting from Directive 96/9/EC of the European Parliament and of + the Council of 11 March 1996 on the legal protection of databases, + as amended and/or succeeded, as well as other essentially + equivalent rights anywhere in the world. + + m. You means the individual or entity exercising the Licensed Rights + under this Public License. Your has a corresponding meaning. + + +Section 2 -- Scope. + + a. License grant. + + 1. Subject to the terms and conditions of this Public License, + the Licensor hereby grants You a worldwide, royalty-free, + non-sublicensable, non-exclusive, irrevocable license to + exercise the Licensed Rights in the Licensed Material to: + + a. reproduce and Share the Licensed Material, in whole or + in part; and + + b. produce, reproduce, and Share Adapted Material. + + 2. Exceptions and Limitations. For the avoidance of doubt, where + Exceptions and Limitations apply to Your use, this Public + License does not apply, and You do not need to comply with + its terms and conditions. + + 3. Term. The term of this Public License is specified in Section + 6(a). + + 4. Media and formats; technical modifications allowed. The + Licensor authorizes You to exercise the Licensed Rights in + all media and formats whether now known or hereafter created, + and to make technical modifications necessary to do so. The + Licensor waives and/or agrees not to assert any right or + authority to forbid You from making technical modifications + necessary to exercise the Licensed Rights, including + technical modifications necessary to circumvent Effective + Technological Measures. For purposes of this Public License, + simply making modifications authorized by this Section 2(a) + (4) never produces Adapted Material. + + 5. Downstream recipients. + + a. Offer from the Licensor -- Licensed Material. Every + recipient of the Licensed Material automatically + receives an offer from the Licensor to exercise the + Licensed Rights under the terms and conditions of this + Public License. + + b. Additional offer from the Licensor -- Adapted Material. + Every recipient of Adapted Material from You + automatically receives an offer from the Licensor to + exercise the Licensed Rights in the Adapted Material + under the conditions of the Adapter's License You apply. + + c. No downstream restrictions. You may not offer or impose + any additional or different terms or conditions on, or + apply any Effective Technological Measures to, the + Licensed Material if doing so restricts exercise of the + Licensed Rights by any recipient of the Licensed + Material. + + 6. No endorsement. Nothing in this Public License constitutes or + may be construed as permission to assert or imply that You + are, or that Your use of the Licensed Material is, connected + with, or sponsored, endorsed, or granted official status by, + the Licensor or others designated to receive attribution as + provided in Section 3(a)(1)(A)(i). + + b. Other rights. + + 1. Moral rights, such as the right of integrity, are not + licensed under this Public License, nor are publicity, + privacy, and/or other similar personality rights; however, to + the extent possible, the Licensor waives and/or agrees not to + assert any such rights held by the Licensor to the limited + extent necessary to allow You to exercise the Licensed + Rights, but not otherwise. + + 2. Patent and trademark rights are not licensed under this + Public License. + + 3. To the extent possible, the Licensor waives any right to + collect royalties from You for the exercise of the Licensed + Rights, whether directly or through a collecting society + under any voluntary or waivable statutory or compulsory + licensing scheme. In all other cases the Licensor expressly + reserves any right to collect such royalties. + + +Section 3 -- License Conditions. + +Your exercise of the Licensed Rights is expressly made subject to the +following conditions. + + a. Attribution. + + 1. If You Share the Licensed Material (including in modified + form), You must: + + a. retain the following if it is supplied by the Licensor + with the Licensed Material: + + i. identification of the creator(s) of the Licensed + Material and any others designated to receive + attribution, in any reasonable manner requested by + the Licensor (including by pseudonym if + designated); + + ii. a copyright notice; + + iii. a notice that refers to this Public License; + + iv. a notice that refers to the disclaimer of + warranties; + + v. a URI or hyperlink to the Licensed Material to the + extent reasonably practicable; + + b. indicate if You modified the Licensed Material and + retain an indication of any previous modifications; and + + c. indicate the Licensed Material is licensed under this + Public License, and include the text of, or the URI or + hyperlink to, this Public License. + + 2. You may satisfy the conditions in Section 3(a)(1) in any + reasonable manner based on the medium, means, and context in + which You Share the Licensed Material. For example, it may be + reasonable to satisfy the conditions by providing a URI or + hyperlink to a resource that includes the required + information. + + 3. If requested by the Licensor, You must remove any of the + information required by Section 3(a)(1)(A) to the extent + reasonably practicable. + + b. ShareAlike. + + In addition to the conditions in Section 3(a), if You Share + Adapted Material You produce, the following conditions also apply. + + 1. The Adapter's License You apply must be a Creative Commons + license with the same License Elements, this version or + later, or a BY-SA Compatible License. + + 2. You must include the text of, or the URI or hyperlink to, the + Adapter's License You apply. You may satisfy this condition + in any reasonable manner based on the medium, means, and + context in which You Share Adapted Material. + + 3. You may not offer or impose any additional or different terms + or conditions on, or apply any Effective Technological + Measures to, Adapted Material that restrict exercise of the + rights granted under the Adapter's License You apply. + + +Section 4 -- Sui Generis Database Rights. + +Where the Licensed Rights include Sui Generis Database Rights that +apply to Your use of the Licensed Material: + + a. for the avoidance of doubt, Section 2(a)(1) grants You the right + to extract, reuse, reproduce, and Share all or a substantial + portion of the contents of the database; + + b. if You include all or a substantial portion of the database + contents in a database in which You have Sui Generis Database + Rights, then the database in which You have Sui Generis Database + Rights (but not its individual contents) is Adapted Material, + + including for purposes of Section 3(b); and + c. You must comply with the conditions in Section 3(a) if You Share + all or a substantial portion of the contents of the database. + +For the avoidance of doubt, this Section 4 supplements and does not +replace Your obligations under this Public License where the Licensed +Rights include other Copyright and Similar Rights. + + +Section 5 -- Disclaimer of Warranties and Limitation of Liability. + + a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE + EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS + AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF + ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, + IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, + WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR + PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, + ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT + KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT + ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. + + b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE + TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, + NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, + INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, + COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR + USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN + ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR + DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR + IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. + + c. The disclaimer of warranties and limitation of liability provided + above shall be interpreted in a manner that, to the extent + possible, most closely approximates an absolute disclaimer and + waiver of all liability. + + +Section 6 -- Term and Termination. + + a. This Public License applies for the term of the Copyright and + Similar Rights licensed here. However, if You fail to comply with + this Public License, then Your rights under this Public License + terminate automatically. + + b. Where Your right to use the Licensed Material has terminated under + Section 6(a), it reinstates: + + 1. automatically as of the date the violation is cured, provided + it is cured within 30 days of Your discovery of the + violation; or + + 2. upon express reinstatement by the Licensor. + + For the avoidance of doubt, this Section 6(b) does not affect any + right the Licensor may have to seek remedies for Your violations + of this Public License. + + c. For the avoidance of doubt, the Licensor may also offer the + Licensed Material under separate terms or conditions or stop + distributing the Licensed Material at any time; however, doing so + will not terminate this Public License. + + d. Sections 1, 5, 6, 7, and 8 survive termination of this Public + License. + + +Section 7 -- Other Terms and Conditions. + + a. The Licensor shall not be bound by any additional or different + terms or conditions communicated by You unless expressly agreed. + + b. Any arrangements, understandings, or agreements regarding the + Licensed Material not stated herein are separate from and + independent of the terms and conditions of this Public License. + + +Section 8 -- Interpretation. + + a. For the avoidance of doubt, this Public License does not, and + shall not be interpreted to, reduce, limit, restrict, or impose + conditions on any use of the Licensed Material that could lawfully + be made without permission under this Public License. + + b. To the extent possible, if any provision of this Public License is + deemed unenforceable, it shall be automatically reformed to the + minimum extent necessary to make it enforceable. If the provision + cannot be reformed, it shall be severed from this Public License + without affecting the enforceability of the remaining terms and + conditions. + + c. No term or condition of this Public License will be waived and no + failure to comply consented to unless expressly agreed to by the + Licensor. + + d. Nothing in this Public License constitutes or may be interpreted + as a limitation upon, or waiver of, any privileges and immunities + that apply to the Licensor or You, including from the legal + processes of any jurisdiction or authority. + + +======================================================================= + +Creative Commons is not a party to its public +licenses. Notwithstanding, Creative Commons may elect to apply one of +its public licenses to material it publishes and in those instances +will be considered the “Licensor.” The text of the Creative Commons +public licenses is dedicated to the public domain under the CC0 Public +Domain Dedication. Except for the limited purpose of indicating that +material is shared under a Creative Commons public license or as +otherwise permitted by the Creative Commons policies published at +creativecommons.org/policies, Creative Commons does not authorize the +use of the trademark "Creative Commons" or any other trademark or logo +of Creative Commons without its prior written consent including, +without limitation, in connection with any unauthorized modifications +to any of its public licenses or any other arrangements, +understandings, or agreements concerning use of licensed material. For +the avoidance of doubt, this paragraph does not form part of the +public licenses. + +Creative Commons may be contacted at creativecommons.org. + diff --git a/documentation/README.txt b/documentation/README.txt new file mode 100644 index 0000000..ca48b6d --- /dev/null +++ b/documentation/README.txt @@ -0,0 +1,7 @@ +Run ./build-documentation.sh for html output in the /out directory. + +.adoc is asciidoctor, not simple asciidoc. + +This documentation is licensed under Creative Commons-BY-SA-4.0. +Please read the provided documentation/LICENSE file or visit +https://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/documentation/build-documentation.sh b/documentation/build-documentation.sh new file mode 100755 index 0000000..bb271f4 --- /dev/null +++ b/documentation/build-documentation.sh @@ -0,0 +1,18 @@ +#!/bin/sh + +#The documentation is built statically and does not belong to the normal build process with configure and make +#Its updating is part of the development process, not packaging and running. +#The correct out/ dir is already part of git. + +set -e +asciidoctor index.adoc -o out/index.html + +asciidoctor german.adoc -o out/german.html +cp overview-german.png out/overview-german.png + +asciidoctor english.adoc -o out/english.html +cp overview-english.png out/overview-english.png + +#cp *-quickstart*.mp4 out/ + +cp favicon.* out/ diff --git a/documentation/english.adoc b/documentation/english.adoc new file mode 100644 index 0000000..96f0cfa --- /dev/null +++ b/documentation/english.adoc @@ -0,0 +1,291 @@ +:Author: Nils Hilbricht +:Version: 1.0 +:iconfont-remote!: +:!webfonts: + + +//// +This documentation is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. +To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or send a +letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. +A copy of the license has been provided in the file documentation/LICENSE. +//// + +//// +https://powerman.name/doc/asciidoc +https://asciidoctor.org/docs/user-manual/ +//// + +:sectnums: + +:toc: left +:toc-title: Table of Contents +:toclevels: 3 + +== Patroneo User Manual + +We are happy you chose Patroneo. Patroneo is an easy-to-use sequencer, a program that sends digital "notes" to software instruments such as synthesizers and samplers. + +Patroneo means "pattern" in Esperanto. The reason for this is that you don't put single notes in a row but build whole measures, which you can repeat - or leave out - at any place. + +== Installation and Starting + +Patroneo is exclusive for Linux. The best way to install Patroneo is to use your package manager. If it is not there, or only in an outdated version, please ask your Linux distribution to provide a recent version. + +If available in the package repository, please continue reading directly at "Start Patroneo from Non Session Manager". +If not, you can build Patroneo yourself. + + +.Dependencies +* First install the packages Python3, PyQt5, Nuitka, GCC and Git +* And these audio packages: Jack Audio Connection Kit, QJackCtl (or something else to establish Jack connections), Non Session Manager +* Now Patroneo itself: + ** `git clone git@github.com:diovudau/Patroneo.git && cd Patroneo` + ** `cd Patroneo` + ** `./configure` + ** `make` + ** `sudo make install` + +.Start Patroneo from Non Session Manager (NSM) +* Run `non-session-manager` +* Press the `New` button, and enter a name for your piece of music. +* Press the `Add Client to Session` button, enter `patroneo` here, in lower case. +* Add Client again, this time `jackpatch`. +* Add any compatible programs, e.g. synthesizers. +** See the list of NSM compatible programs: http://non.tuxfamily.org/wiki/ApplicationsSupportingNsm +** And the NSM manual: http://non.tuxfamily.org/nsm/ +* To save Patroneo, use the `Save` button in NSM. + +== How to use Patroneo +The following explains how to use Patroneo. + +The program is almost exclusively operated with the mouse. You need three mouse buttons and a mouse wheel. Most of the time the mouse wheel itself is the middle mouse button, and you can press it down. + +We encourage you to experiment a lot. Very often good music is created when users have not only used programs as it was intended. + +=== Quick Start +To get to know the most important functions and workflows, this video has been created. + +video::patroneo-quickstart-english.mp4[width=500] + +Or as Youtube Mirror + +video::ygpwn0gzO8g[youtube, width=500] + +=== Basic Principles +Patroneo organizes its music in tracks that contain measures. All measures of a track play the same "pattern" that creates music through a sequence of "steps". + +The track is connected to an instrument through JACK, so Patroneo itself does not produce any sounds. + +If you press Play, the track plays back from left to right. Whenever a measure is highlighted in the Form Editor, the pattern is played. + +If you want to hear different patterns from the same instrument, you create several tracks for the same JACK instrument. + +The selection of the tones per pattern is freely selectable. You can use normal musical scales or set any tones in any order. If you change the scale later, the pattern sounds different without having to switch tones on and off again. + +Saving and loading your project is done by the Non Session Manager. There you will find a "Save" button. + +=== Keyboard Controls +In principle, Patroneo can be operated with the mouse. The keyboard is needed for only a few functions, such as changing track names or setting half-tone transposition. However, the keyboard makes some workflows faster and more convenient. + +.Shortcuts +* Space: Start and pause playback +* L: Play the current measure as a loop +* Backspace: Set playback to the beginning of the track. + +== Description of the graphical user interface and its functions +Use your browser's search function to locate the individual letters like [B] and their explanation. + +image::overview-english.png[Screenshot with Captions, link="overview-english.png"] + +Patroneo consists of three parts: The Toolbar, the Form Editor, and the Pattern Editor. Between form- and pattern editor there is a *[L] Handle* which you can grab with the left mouse button and move it up or down to give more space to one or the other area. + +=== Toolbar + +The *[A] Toolbar* combines various commands with properties of the entire piece. + +*[D] Clone Selected Track* adds a new track based on the currently selected one. This is an important and often used command that is mainly used to enable variants. The cloned track is empty, but inherits the scale of the original, its average velocity or volume, color and name. If the name ends in a single letter like "A", "g" or a number, it is automatically incremented, as you can see in the screenshot. The new track automatically connects to the same JACK instrument. + +*[E] Add Track* adds an empty track. It is given a random name and is not connected in JACK. + +*[F] BPM / Tempo*: The tempo can be completely deactivated by unchecking the box. In this case, the "JACK Transport" system takes over, as indicated by the "JACK" logo in the deactivated input field. This allows programs running in parallel to create complex tempo sequences, which is not possible in Patroneo alone. + +If the checkbox is activated, the specified tempo is considered to be beats per minute. A "beat" is the selected note value of the list [H]. More on that later. + +*[G] Measures per Track* controls the total length of the piece, whereby the absolute number of seconds can change depending on how the tempo is selected and how long a measure should be. If the number of measures is reduced, no measures are actually deleted, but just ignored. If you later set the number of measures higher again, you will get your old configuration back. + +*[H] Steps per Pattern, in groups of ... so that each group produces a ...* note. Here you can set how long the patterns are and what grouping below the beat they have. This is the most complicated part in Patroneo and will be discussed later in this manual. For now it is recommended to ignore the "groups" field. Steps per Pattern is simply the number of tones that can be switched on and off. The drop down list selects how long each of these steps is. + +*[I] Playback Controls* are three buttons. From left to right: + +* Play / Pause. Press to play or pause the music at the current location. You can also press the space bar. +* Loop on and off. The currently played measure (in all tracks) is continuously repeated. This function is suitable for working in a certain place by getting to hear your changes quickly. The loop is broken up by pressing the button again or jumping around in the timeline (see letter Z below). +* To the start: Jumps back to the beginning, whether the music is playing or not. + + +=== Form Editor + +In the *[B] Form Editor* you create the structure of a piece. To do this, the measures in each track can be switched on and off as desired. One can imagine, for example, a drum set that plays three bars in a row and makes a "break" every fourth bar. For this common drum technique you need two tracks. In the screenshot this "3+1" pattern can be seen in the third section (bars 17 to 24) in the orange bass track. + +Whole parts (e.g. verse and chorus) are implemented by using different tracks. To make the creation of related tracks as comfortable as possible, the "clone" command exists (see letter D). + +It is possible to zoom in on the measures. To do this, hold down the *CTRL* key and turn the mouse wheel up or down. Please make sure that the mouse cursor is actually over the measures and not over the track names or on the timeline. + +*[Z] Timeline*: a click with the left mouse button sets the playback position, even during playback. + +In addition, the measure groups (not to be confused with grouping in the pattern, see letter H) can be seen and set here. If you hover over the timeline with the mouse cursor, you can reduce or increase the size of the groups with the mouse wheel. The groups not only have an cosmetical function but are also used as units of measurement if you want to delete or add entire ranges (see letter K). + +*[J] Track Names*. Here you can move tracks, rename them, give them a different color and more: + +* A single click with the left mouse button on a name selects a track without changing anything. This is the best way to just look at a track. (A click on the measure area changes a measure immediately!) +* The double arrow on the far left can be used to move tracks up and down to organize them. It has no effect on the sound or the JACK connections. To move, click on the arrow with the left mouse button, hold it down and move the mouse up and down. +* The colored square shows the current color. A left mouse click opens a dialog. +* Track names can be changed at any time by a double-clicking with the left mouse button. Press the Return key to finish renaming. The JACK connection is retained when renaming. + +It is a good habit to end tracks on a single letter or number. These are used in "cloning" to construct a variant of the name. See the screenshot above. +* A click with the right mouse button on a name opens the context menu of a track. Here you can + ** Switch all measures on or off (only applies to the visible measures) + ** Invert the activated measures: Off becomes On and vice versa. + ** Clone this track (same function as in the toolbar) + ** Delete the track permanently and irreversibly + ** Copy the measure sequence of another track onto the selected one. Measures that have already been set are preserved. If you use this function from an empty track you will practically get "copy track". + +Now finally the *[K] Track* itself. A left click on a measure switches it on or off again. You can switch several measures in a row on and off by holding down the left mouse button after clicking and moving the mouse left or right. +A right click on a specific measure opens a context menu: Insert new measures in all tracks(!) at this position or delete measures from all tracks. The number of measures results from the current measure group setting from the time line (see letter Z). + +These functions are especially understandable if you apply them to the first measure of a group (after the white line). This allows you to insert new "parts" or delete an entire part. + +A good method is also to change the group size for these functions briefly and then reset them immediately afterwards. + +*[X] Half Tone Transposition* is adjusted by holding down the SHIFT key and then turning the mouse wheel up or down over an activated measure. In the measure itself a small text appears, e.g. +5h. Five semitones upwards; C becomes F, MIDI note 60 becomes 65; the transposition is only valid for the respective measure and is not visible in the pattern itself (see below). If the measure is switched off (and on again), the transposition is deleted. + +*[Y] In-Scale Transposition*. It is recommended to familiarize yourself with the pattern and its scale (see letters O to R) first. Are you back? All right, here we go: + +If you hold the mouse cursor over an activated measure, you can adjust the transposition, based on the scale, with the mouse wheel up or down. The label shows how many steps up or down (-6s to +6s) this measure is shifted. If the measure is switched off, the transposition also disappears. In the pattern itself (see below) you cannot see whether a measure is transposed or not. + +One can imagine that the steps in the pattern are shifted up or down in the rows behind the scenes. Whatever tone is set in this row gets played. With a normal scale, this is musically easy to understand: The tones are moved up or down in the scale. + +However, if the scale is chosen freely, there are non-intuitive outcomes; "up and down" with respect to pitches may lose their meaning. It is possible to use two interleaved scales in the pattern and to switch between them by scale transposition +1. Or even uses completely different tones, so that only the rhythm remains the same. + +Scale and half-tone transposition can be combined. First the scale is changed, then the semitone. These combinations open up many creative possibilities! + +=== Pattern Editor + +The *[C] Pattern Editor* is used for composing. The tones, also called "steps", are used to form a measure. The pattern is exactly as long as a measure and is played from left to right. There are several possibilities for tonal arrangement, which are now explained. + +The pattern is always as long as set in the toolbar (see letter H). Steps that have been set are never deleted by rezising! If you make the measures shorter, tones "too far to the right" are simply ignored. You can see them again as soon as you make the measures longer again. + +If the pattern is larger than the screen you can either use the scroll bars or zoom. To zoom hold down the *CTRL* key and turn the mouse wheel up or down. + +At the top you can see a label for the *[M] Active Track*. + +The pattern itself is arranged in rows and columns. The rows symbolise the (adjustable) pitches, the columns show their rhythmic sequence and position in time. + +==== Duration and Volume + +A *[S] Step* is a grey or coloured box. Grey means pause, coloured means *[T] Sounding Tone*. A click with the left mouse button switches the steps on and off. + +A right click opens the context menu. Here you can switch all (currently visible) steps on, off or invert all: Off On becomes Off and vice versa. All volume information (see below) will be lost. + +All steps are equal length. *[V] Other Durations* are also possible: If you hold down the left mouse button after activating a step, you can shorten or lengthen the tone by moving it to the left or right. It must be at least half the length. A tone is at most as long as the measure itself. + +You can activate as many steps in a row or simultaneously as you like. Thus *[W] Chords* can be built. + +Steps can have different *[U] Volumes*. For this Patroneo uses so-called MIDI Velocity. If you hold the mouse cursor over an activated step, you can make its sound softer or louder by turning the mouse wheel. The volumes are displayed as numbers between 1 and 127. If you want to see all volumes at once you can click with the mouse wheel (middle mouse button) into the free area left or right of the pattern. In addition, a step looks more transparent the quieter it is. If the step is switched on and off, the volume is set back to the normal value, derived from the average volume of all tones of this pattern. + + +You can use the *[M] Velocity* buttons to make all tones of a pattern quieter or louder. If you click on it, the volume changes by 1 each, but if you hold the mouse cursor over a button and rotate your mouse wheel the velocity changes by 10 each. It doesn't matter which velocity button (plus or minus) you hover over. + +==== Pitches and Scales + +Click with the middle mouse button on a step to hear the sound it plays. This allows you to "pre-listen" before you decide to set a note. Tip: Hold down the middle mouse button and move the mouse up and down the steps. + +Which actual pitch is played ("MIDI Key") is determined by the *[R] Scale*. Patroneo always works with eight-note scales. Normally, this is a common musical scale: seven different notes and the octave of the root note. + +Such common *[Q] Scales* can be selected directly. For example, major, minor, various so-called "church modes" but also the blues scale or chromatic (e.g. to GM drum mapping) + +If you select a scale from the list, it will be built upon the bottom row. As a rule of thumb this is also the lowest note. In the screenshot this is midi note 60 / C4, located bottom left. You must first select the root directly and then select a *[Q] Scale*. + +There are four buttons to change the pitch of both the root note and the entire scale: + +* *[O] Half Tone* Plus or minus shifts the whole scale up or down by one semitone each. This should not be confused with the temporary transposition from the form editor (see letter X). This is called destructive change, since the values themselves are permanently changed. +* *[P] Octave* Plus or minus shifts directly by a whole octave. You could also press the half-tone button 12 times. Don't. + +As already described in the scale transposition (see letter Y), it is also possible to directly input any value between 0 and 127 in the *[R] Fields of the Scale*. The tones do not have to have musically meaningful intervals, nor do they have to be sorted in ascending or descending order. + +==== Shadows + +Often you want to add more tones to an existing track in a different pattern. A second voice, question/answer technique etc. +To help you, it is possible to display other tracks as *[2] Shadows*. Just click with the middle mouse button on the track you want to see. This is only possible in the measure area, not on the track name or on the timeline. + +You can display as many shadows as you want, until you lose track. All shadows disappear as soon as the active track changes. + +=== Grouping in the Pattern + +Grouping is part of the time signature. + +As mentioned above *steps per pattern*, sets the length of the pattern. Patroneo starts with 8 steps per measure for a new project (see screenshot). On the far right is a drop down list, which is set to "Quarter" for a new project. You start with a traditional 8/4 time signature. + +The field *in groups of* allows you to group steps together, each group being as long as specified in the drop down list. This allows you to further subdivide your time signature. The "beat", i.e. the tempo, is based on the main beats, the first step of each group. + +.Examples +* 4/4 time signature with eights notes as smallest rhythmical unit + ** 8 steps per pattern / in groups of 2 / so that each group produces a quarter +* 4/4 time signature subdivided as triplet eights notes (swing) + ** 9 steps per pattern / in groups of 3 / so that each group produces a quarter +* 12/8 time signature + ** 12 steps per pattern / in groups of 1 / so that each group produces an eigth +* 8/4 time signature subdivided as sixteenth notes + ** 32 steps per pattern / in groups of 4 / so that each group produces a quarter + +Normally, the time signature is set relatively at the beginning of a new project. However, it happens every now and then that you need smaller rhythm values than you thought at the beginning. If you simply increase the value of the grouping, you get more subdivisions, but the number of steps remains the same. Likewise, the notes remain exactly in the "column" in which they were previously placed. In other words, the music will sound different. Overall, the measure is also getting shorter, since the same number of steps is now used for shorter steps. + +Patroneo therefore offers the function *[3] Convert Grouping* to change the existing measure structure and to resize steps already set so that the music sounds the same. + +If you click on the button in the toolbar, a small dialog box opens in which you can enter the desired grouping. It is also possible to set what should happen if the conversion would not work properly for musical reasons (see below). + +Conversion is often possible without any problems: + +* If the grouping of `1` is set to a higher value, it always works +* If the grouping is set from `2` to `4` it always works + +For all other transformations it depends on whether the existing tones lie between the new grid after the conversion or not. The former case is not possible and you have to decide: + +.Error Handling +* Do nothing (default) +** The operation is aborted, everything remains as before. +* Delete wrong steps +** Anything that would appear between the grid will be deleted or discarded. +* Merge wrong steps +** Impossible positions are moved to the next possible position. In any case, this means that the music now sounds different. Usually several notes are pushed on top of each other and form chords. + +With a little experience you will be able to estimate what error handling you need. + +== Development +The further development of Patroneo will consist of improvements in the areas of stability and program performance. +New functions are not categorically excluded, but are only possible after long-term observation of user behaviour. + + +=== Translations +Patroneo is very easy to translate with the help of the Qt-Toolchain, without any need for programming. +The easiest way is to contact the developers and they will setup the new language. + +However, here are the complete instructions for doing a translation completely on your own and integrating it into the program. + +* Open a terminal and navigate to the Patroneo directory +* In the Patroneo directory: `cd gui/translations` +* Edit the file `config.pro` with a text editor + ** Append the name of your language in the 2nd line, in the form `tXY.ts`, where XY is the language code. + ** Make sure to leave a space between the individual languages entries. +* Run `pylupdate5 config.pro` + ** The program has now generated a new `.ts` file in the `translations` subdirectory +* Start Qt Linguist with `linguist-qt5` (may be named differently) and open your newly generated file +* Select your "Target Language" and use the program to create a translation +* Send us the.ts file, such as by e-mail to info@laborejo.org (see below for more contact options) + + +You can also incorporate the translation into Patroneo for testing purposes. This requires rudimentary Python knowledge. + +* In the Qt Linguist "File" menu is a "Release" option. This creates a `.qm` file in the same directory as your `.ts` file. +* Open the `patroneo` starter file in your text editor + ** Scroll down to the bottom to set the language. + ** To find out your language string (German, Esperanto etc.) remove the # hash from the existing line `#print (language)`. Start NSM from a terminal, start Patroneo and the language string will be printed there (you have to search a bit) + ** At the end of the file is a dictionary `supportedLanguages`. Add your language. For example `{"German": "de.qm", "Esperanto: "eo.qm"}` + +=== Bugs +If you find a bug in the program (or it runs too slow) please contact us in a way that suits you best. + +.How to contact us +* E-Mail: info@laborejo.org +* Bugtracker: https://github.com/diovudau/Patroneo/issues +* IRC: #laborejo on server irc.freenode.org +* If you see the opportunity and know that a developer will read it also forums, Facebook etc.. diff --git a/documentation/favicon.ico b/documentation/favicon.ico new file mode 100644 index 0000000..f4c2cfd Binary files /dev/null and b/documentation/favicon.ico differ diff --git a/documentation/favicon.png b/documentation/favicon.png new file mode 100644 index 0000000..86d91bc Binary files /dev/null and b/documentation/favicon.png differ diff --git a/documentation/german.adoc b/documentation/german.adoc new file mode 100644 index 0000000..310d7e6 --- /dev/null +++ b/documentation/german.adoc @@ -0,0 +1,297 @@ +:Author: Nils Hilbricht +:Version: 1.0 +:iconfont-remote!: +:!webfonts: + + +//// +This documentation is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. +To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or send a +letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. +A copy of the license has been provided in the file documentation/LICENSE. +//// + +//// +https://powerman.name/doc/asciidoc +https://asciidoctor.org/docs/user-manual/ +//// + +:sectnums: + +:toc: left +:toc-title: Inhaltsverzeichnis +:toclevels: 3 + +== Patroneo Bedienungsanleitung + +Schön, dass du dich für Patroneo entschieden hast. Patroneo ist ein leicht zu bedienender "Sequencer", also ein Programm, dass digitale "Noten" an Softwareinstrumente, wie Synthesizer und Sampler, schickt. + +"Patroneo" heißt "Muster" auf Esperanto. Das kommt daher, dass man hier nicht einzelne Noten hintereinander setzt sondern ganze Takte baut, die man dann beliebig oft an beliebigen Stellen wiederholen - oder auslassen - kann. + +== Installation und Start + +Patroneo ist exklusiv für Linux. Am besten installierst du Patroneo über deinen Paketmanager. Falls es dort nicht vorhanden ist, oder nur in einer veralteten Version, bitte deine Linuxdistribution Patroneo bereitzustellen. + +Falls in den Paketquellen vorhanden bitte direkt bei "Patroneo im Non Session Manager starten" weiterlesen. + +Falls nicht kann man Patroneo auch selbst "bauen". + +.Abhängigkeiten +* Installiere zunächst die Pakete Python3, PyQt5, Nuitka, GCC und Git +* Und diese Audiopakete: Jack Audio Connection Kit, QJackCtl (oder etwas anderes um Jack Verbindungen herzustellen), Non Session Manager +* Jetzt Patroneo selbst: + ** `git clone git@github.com:diovudau/Patroneo.git && cd Patroneo` + ** `cd Patroneo` + ** `./configure` + ** `make` + ** `sudo make install` + +.Patroneo im Non Session Manager (NSM) starten +* Starte `non-session-manager` +* Knopf `New`, gib einen Namen für dein Musikstück ein. +* Knopf `Add Client to Session`, gib hier `patroneo` ein, kleingeschrieben. +* Nochmal Add Client, diesmal `jackpatch`. +* Füge beliebige kompatible Programme hinzu, z.B. Synthesizer. +** Siehe auch das NSM Handbuch: http://non.tuxfamily.org/nsm/ +** Und die Liste der NSM kompatiblen Programme: http://non.tuxfamily.org/wiki/ApplicationsSupportingNsm +* Um Patroneo zu speichern benutzte den `Save`-Knopf in NSM. + +== Bedienung +Im folgenden wird erklärt, wie Patroneo bedient wird. + +Das Programm wird fast ausschließlich mit der Maus bedient. Du benötigst zwingend drei Maustasten und ein Mausrad. Meistens ist das Mausrad selbst die mittlere Maustaste, und man kann es herunterdrücken. + +Wir ermutigen dich, viel zu experimentieren. Sehr oft ensteht gute Musik wenn Benutzer Programme nicht nur so benutzt haben, wie es eigentlich angedacht war. + +=== Schnellstart +Um die wichtigsten Funktionen und Arbeitsabläufe kennenzulernen ist dieses Video erstellt worden. + +video::patroneo-quickstart-german.mp4[width=500] + +Oder auf Youtube + +video::mr-_d9gw0Xw[youtube, width=500] + + +=== Grundlagen +Patroneo organisiert seine Musik in Spuren, die Takte enthalten. Alle Takte einer Spur spielen das selbe "Muster", dass durch eine Abfolge von "Schritten" Musik erzeugt. + +Die Spur ist durch JACK mit einem Instrument verbunden, Patroneo selbst erzeugt also keine Klänge. + +Drückt man Play läuft das Stück von links nach rechts durch. Immer wenn ein Takt im Formeditor markiert ist wird das Muster gespielt. + +Möchte man verschiedene Muster vom gleichen Instrument hören so erstellt man mehrere Spuren für das gleiche Zielinstrument. + +Die Auswahl der Töne pro Muster ist frei wählbar. Man kann normale Tonleitern / Skalen nehmen oder auch beliebige Töne in belieber Reihenfolge setzen. Ändert man die Skala nachträglich, dann klingt das Muster auch direkt anders, ohne das man Töne neu ein- und ausschalten muss. + +Das Speichern und Laden deines Projektes wird durch den Non Session Manager erledigt. Dort befindet sich ein "Save" Knopf. + +=== Tastatursteuerung +Patroneo kann prinzipiell mit der Maus bedient werden. Die Tastatur ist nur für wenige Funktionen dringend nötig, etwa um Spurnamen zu ändern oder um Halbtontransposition einzustellen. Allerdings macht die Tastatur manche Arbeitsabläufe schneller und bequemer. + +.Shortcuts +* Leertaste: Start und Pause der Wiedergabe. +* L: aktuelle Taktpositionen in Schleife spielen. +* Backspace ("Rückwärts löschen"): Wiedergabe an den Anfang des Stückes setzen. + + +== Beschreibung der grafischen Oberfläche und ihrer Funktionen +Benutze die Suchfunktion deines Browsers um nach den einzelnen Buchstaben wie [B] und deren Erläuterung zu suchen. + +image::overview-german.png[Screenshot mit Beschriftung, link="overview-german.png"] + + +Patroneo besteht aus drei Teilen: Der Werkzeugleiste, dem Form-Editor und dem Takt- oder Mustereditor. Zwischen Form- und Mustereditor befindet sich ein *[L] Verschiebegriff*, den man mit der linken Maustaste anklicken und bei gedrückter Taste hoch oder runter schieben kann um dem einen oder anderen Bereich mehr Platz zu geben. + +=== Werkzeugleiste + +Die *[A] Werkzeugleiste* kombiniert verschiedene Befehle mit Eigenschaften des gesamten Stückes. + +*[D] Klon* der ausgewählten Spur fügt eine neue Spur auf Grundlage der momentan ausgewählten hinzu. Dies ist ein wichtiger und oft benutzer Befehl, der hauptsächlich benutzt wird um Varianten zu ermöglichen. Die "Klonspur" ist zwar leer, erbt allerdings die Skala der Originals, seine Durchschnittslautstärke, die Farbe sowie den Namen. Endet der Name auf einem Einzelbuchstaben wie "A", "g" oder einer Zahl so wird diese automatisch erhöht, wie man am Bild gut sehen kann. Die neue Spur verbindet sich darüberhinaus automatisch zum gleichen JACK-Instrument. + +*[E] Neue Spur* fügt eine leere Spur hinzu. Diese bekommt einen Zufallsnamen und ist nicht in JACK verbunden. + +*[F] BPM / Tempo*: Das Tempo kann zunächst durch setzen des Hakens komplett deaktiviert werden. In diesem Fall übernimmt das "JACK Transport" System die Geschwindigkeit, erkennbar am Schriftzug "JACK" im deaktivierten Eingabefeld. Somit können parallel laufende Programme komplexe Tempoverläufe erstellen, was in Patroneo allein nicht möglich ist. + +Aktiviert man den Haken so gilt das angegebene Tempo als Schläge pro Minute. Ein "Schlag" ist hierbei der ausgewählte Notenwert der Liste ganz rechts, bei [H]. Dazu später mehr. + +*[G] Takte pro Spur* regelt die Gesamtlänge des Stückes, wobei sich die absolute Sekundenzahl ändern kann, je nachdem wie das Tempo gewählt wird und wie lang ein Takt sein soll. Reduziert man die Taktanzahl werden keine Takte gelöscht, sondern nur ignoriert. Setzt man später die Taktzahl wieder höher bekommt man seine alte Auswahl wieder. + +*[H] Schritte pro Takt, gruppiert in je ... und jede Gruppe ergibt eine ...* Note. Hier kann eingestellt werden wie lang die Muster sind und welche rhythmische Aufspaltung sie haben. Dies ist der komplizierteste Teil in Patroneo und wird daher erst später in dieser Bedienungsanleitung besprochen. Fürs erste empfiehlt es sich das "gruppiert"-Feld zu ignorieren. Schritte pro Takt ist einfach die Anzahl an Tönen, die man ein- und ausschalten kann. Die Auswahlliste stellt ein wie lang jeder dieser Schritte ist. + +*[I] Wiedergabe* sind drei Knöpfe zur Wiedergabe. Von links nach rechts: + +* Play / Pause. Drücken um die Musik abzuspielen oder an der momentanen Stelle anzuhalten. Man kann auch die Leertaste drücken. +* Schleife (Loop) ein- und ausschalten. Der momentan abgespielte Takt (in allen Spuren) wird stetig wiederholt. Diese Funktion eignet sich um an einer bestimmten Stelle zu arbeiten indem man seine Veränderungen schnell zu hören bekommt. Die Schleife wird aufgelöst wenn man erneut auf den Knopf drückt oder in der Zeitleiste herumspringt (s.u. Buchstabe Z) +* An den Anfang: Springt wieder an den Anfang, egal ob die Musik gerade läuft oder nicht. + + +=== Form-Editor + +Im *[B] Form-Editor* erstellt man die Stuktur eines Stückes. Dazu schaltet man die Takte in jeder Spur beliebig ein und aus. Man kann sich z.B. ein Schlagzeug vorstellen, dass drei Takte gleich spielt und jeden vierten Takt einen "Break" macht. In Patroneo braucht man dazu zwei Spuren. Dieses "3+1" Muster kann man auf dem Bild z.B. im dritten Abschnitt (Takt 17 bis 24) in der orangen Bassspur sehen. + +Auch ganze Teile (z.B. Strophe und Refrain) werden durch verschiedene Spuren abgedeckt. Um das Erschaffen von verwandten Spuren so bequem wie möglich zu machen existiert der "Klon" Befehl (s. Buchstabe D). + +Es ist möglich im Bereich der Takte zu zoomen. Hierzu hält man die *STRG* Taste gedrückt und dreht das Mausrad hoch oder runter. Bitte darauf achten, dass der Mauszeiger tatsächlich über den Takten steht, und nicht etwa bei den Spurnamen oder auf der Zeitleiste. + +*[Z] Zeitleiste*: ein Klick mit der linken Maustaste setzt die Wiedergabeposition, auch im laufenden Betrieb. + +Außerdem kann man hier die Taktgruppen (nicht zu verwechseln mit Gruppierung im Muster, s. Buchstabe H) sehen und einstellen. Hält man sich mit dem Mauszeiger im Bereich der Zeitleiste auf kann man die Gruppen mit dem Mausrad verkleinern oder vergrößern. Die Taktgruppen haben nicht nur organisatorische Funktion sondern werden auch als Maßeinheit benutzt, wenn man ganze Taktbereiche löschen oder hinzufügen möchte (s. Buchstabe K). + +*[J] Spurnamen*. Hier kann man Spuren verschieben, umbennen, ihnen eine andere Farbe geben und mehr: + +* Ein einfacher Klick mit der linken Maustaste auf einen Namen wählt eine Spur aus, ohne etwas zu verändern. Dies ist die beste Möglichkeit um eine Spur einfach nur anzusehen. (Ein Klick auf den Taktbereich verändert sofort einen Takt!) +* Der Doppelpfeil ganz links kann benutzt werden um Spuren hoch und runter zu schieben, um sie zu organisieren. Es hat keine Auswirkung auf den Klang oder die JACK Verbindung. Zum Verschieben mit der linken Maustaste auf den Pfeil klicken, gedrückt halten und die Maus hoch und runter bewegen. +* Das farbige Quadrat zeigt die derzeitige Farbe. Ein linker Mausklick öffnet die Farbauswahl. +* Spurnamen können jederzeit geändert werden indem man einen Doppelklick mit der linken Maustaste auf sie macht. Die Enter-Taste oder ein Mausklick in einen anderen Bereich des Programmes schließen das Umbennen ab. Die JACK Verbindung bleibt beim Umbenennen erhalten. + +Es ist eine gute Angewohnheit Spuren auf einem Einzelbuchstaben oder eine Zahl enden zu lassen. Diese werden beim "Klonen" benutzt um eine Variante des Namens zu bilden. Siehe dazu unser Bild oben. +* Ein Klick mit der rechten Maustaste auf einen Namen öffnet das Kontextmenü einer Spur. Hier kann man + ** Alle Takte ein- oder ausschalten (gilt nur für die sichtbaren Takte) + ** Die sichtbaren Takte umkehren oder invertieren: Aus wird zu An und umgekehrt. + ** Die Spur klonen (gleiche Funktion wie in der Werkzeugleiste) + ** Die Spur endgültig und unwiederbringlich löschen + ** Die Taktabfolge einer anderen Spur auf die ausgewählte projizieren. Bereits gesetzte Takte bleiben hierbei erhalten. Benutzt man diese Funktion von einer leeren Spur aus erhält man praktisch "Spur kopieren". + +Nun endlich die *[K] Spur* selbst. Ein Linksklick auf einen Takt schaltet diesen ein oder wieder aus. Mehrere Takte in Folge kann man ein- und ausschalten indem man die linke Maustaste nach dem Klicken gedrückt hält und die Maus nach links oder rechts bewegt. +Ein Rechtsklick auf einen bestimmten Takt öffnet ein Kontextmenü: Neue Takte in allen Spuren(!) an dieser Position einfügen oder Takte aus allen Spuren löschen. Die Anzahl der Takte ergibt sich aus der derzeitigen Taktgruppeneinstellung aus der Zeitleiste (s. Buchstabe Z). + +Diese Funktionen sind besonders nachvollziehbar wenn man sie auf den jeweils ersten Takt einer Gruppe anwendet (nach dem weißen Strich). Man kann so neue "Teile" einfügen oder einen gesamten Teil löschen. + +Eine gute Methode ist es auch die Gruppengröße für diese Funktionen kurz zu verändern und anschließend direkt wieder zurückzusetzen. + +*[X] Halbtontransposition* wird eingstellt indem man die SHIFT Taste gedrückt hält und dann das Mausrad über einem aktivierten Takt hoch oder runter dreht. Im Takt selbst zeigt sich ein kleiner Schriftzug, z.B. +5h. Fünf Halbtöne aufwärts; aus C wird F, aus Midinote 60 wird 65. Die Transposition gilt nur für den jeweiligen Takt und ist im Muster selbst (s.u.) nicht zu sehen. Schaltet man den Takt aus (und wieder ein) ist die Transposition gelöscht. + +*[Y] Skalentransposition*. Es wird empfohlen sich erst mit dem Muster und seiner Skala bzw. Tonleiter vertraut zu machen (s. Buchstaben O bis R). Wieder da? Gut, so gehts: + +Hält man den Mauszeiger über einen aktivierten Takt kann man mit dem Mausrad hoch oder runter die Transposition, basierend auf der Skala, einstellen. Die Beschriftung zeigt an um wieviele Schritte nach oben oder unten (-6s bis +6s) dieser Takt verschoben ist. Schaltet man den Takt aus verschwindet auch die Transposition wieder. Im Muster selbst (s.u.) ist nicht zu sehen ob ein Takt transponiert ist oder nicht. + +Man kann sich das so vorstellen, dass die Schritte im Muster hinter den Kulissen in den Reihen hoch oder runter geschoben werden. Welcher Ton auch immer in dieser Reihe eingestellt ist wird gespielt. Bei einer normalen Tonleiter ist das musikalisch leicht nachvollziehbar: Die Töne werden in der Tonleiter hoch- oder runtergeschoben. + +Wenn die Skala allerdings frei eingestellt wurde ergeben sich unintuitive Möglichkeiten; "Hoch und Runter" in Bezug auf Tonhöhen verlieren dann evtl. ihre Bedeutung. Denkbar ist, dass man zwei verzahnte Tonleiter im Muster benutzt und durch Skalen-Transposition +1 zwischen diesen hin und herschaltet. Oder gar völlig verschiedene Töne benutzt, so dass nur der Rhythmus gleich bleibt. + +Skalen- und Halbtontransposition können kombiniert werden. Zuerst wird die Skala verändert, dann erst der Halbton. Mit diesen Kombinationen ergeben sich viele kreative Möglichkeiten! + +=== Muster-Editor + +Der *[C] Muster-Editor* ermöglicht das eigentliche Komponieren. Dazu setzt man die Töne, auch "Schritte" genannt, um einen Takt zu bilden. Das Muster ist genau so lang wie ein Takt und wird von links nach rechts abgespielt. Man hat dabei einige Möglichkeiten zur klanglichen Gestaltung, die nun erklärt werden. + +Das Muster ist immer so lang wie man in der Werkzeugleiste (s. Buchstabe H) eingestellt hat. Es werden niemals gesetzte Schritte gelöscht! Macht man die Takte kürzer werden Töne "zu weit rechts" lediglich ignoriert. Sie sind wieder zu sehen sobald man die Takte wieder länger macht. + +Ist das Muster größer als der Bildschirm anzuzeigen vermag kann man entweder die Scrollleisten benutzen oder zoomen. Hierzu hält man die *STRG* Taste gedrückt und dreht das Mausrad hoch oder runter. + +Zu oberst sieht man die momentan *[M] Aktivierte Spur*, bzw. das zur Spur gehörige Muster. + +Das Muster selbst ist in Reihen und Spalten angelegt. Die Reihen symbolisieren die (einstellbaren) Tonhöhen, die Spalten zeigen deren rhythmische Abfolge und Position im Takt. + +==== Länge und Lautstärke + +Ein *[S] Schritt* ist ein graues bzw. farbiges Kästchen. Grau bedeutet Pause, farbig bedeutet *[T] Klingender Ton*. Ein klick mit der linken Maustaste schaltet die Schritte an und aus. + +Ein Rechtsklick öffnet das Kontextmenü. Hier kann man alle (gerade sichtbaren) Schritte einschalten, ausschalten oder die gesetzen Schritte tauschen; Aus An wird Aus und umgekehrt. Hierbei gehen alle Lautstärke Informationen (s.u.) verloren. + +Alle Schritte sind grundsätzlich gleich lang. *[V] Besondere Tonlängen* sind aber auch möglich: Hält man die linke Maustaste gedrückt, nachdem man einen Schritt aktiviert hat kann man mit einer Bewegung nach links oder rechts den Ton verkürzen oder verlängern. Es muss mindestens die Hälfte der Länge sein. Ein Ton ist höchstens so lang wie der Takt selbst. + +Man kann soviele Schritte hintereinander oder gleichzeitig einschalten wie man möchte. Somit lassen sich auch *[W] Akkorde* bilden. + +Schritte können unterschiedliche *[U] Lautstärken* haben. Dazu benutzt Patroneo die sogenannte Midi Velocity. Hält man den Mauszeiger über einen aktivierten Schritt kann man durch Drehung des Mausrades diesen Ton leiser oder lauter machen. Die Lautstärken werden als Zahlen zwischen 1 und 127 angezeigt. Möchte man alle Lautstärken auf einmal sehen kann man mit dem Mausrad (mittlere Maustaste) in den freien Bereich links oder rechts des Musters klicken. Zusätzlich sieht ein Schritt umso durchsichtiger aus je leiser er ist. Schaltet man den Schritt an und aus wird die Lautstärke wieder auf den Normalwert gesetzt. Dieser ergibt sich aus der Durchschnittslautstärke aller Töne dieses Musters. + + +Um alle Töne eines Musters leiser oder lauter zu machen kann man die *[M] Velocity* Knöpfe benutzen. Klickt man diese an ändert sich die Lautstärke um je 1. Hält man allerdings den Mauszeiger über einen Knopf und dreht das Mausrad ändert sich die Velocity um je 10! Dabei ist es egal über welchem Velocity Knopf (plus oder minus) man schwebt. + +==== Tonhöhen, Skala und Tonleiter + +Klicke mit der mittleren Maustaste auf einen Schritt um den Ton zu hören, den dieser abspielt. Hiermit kannst du schonmal "vorhören", bevor du dich entscheidest einen Ton zu setzen. Tipp: Halte die mittlere Maustaste gedrückt und fahre mit der Maus über die Schritte auf und ab. + +Welche tatsächliche Tonhöhe abgespielt wird ("Midi Key") entscheidet die *[R] Skala*, teilweise auch Tonleiter genannt. Patroneo arbeitet immer mit Achtstufigen Skalen. Im Normallfall handelt es sich hierbei tatsächlich um eine Tonleiter: Sieben verschiedene Töne und oben drauf der oktavierte Grundton. + +Solche normalen *[Q] Tonleitern* kann man direkt auswählen. So z.B. etwa Dur, Moll, verschiedene sogenannte "Kirchentonleitern", aber auch die Blues Töne oder chromatische Reihen (z.B. um Schlagzeug-Software anzusteuern). + +Wählt man aus der Liste eine Tonleiter aus so wird diese auf der untersten Reihe gebildet. In der Regel ist dies auch der tiefste Ton. Auf unserem Bild ist dies Ton 60 / C4, links unten. Man muss also zuerst den Grundton direkt auswählen und anschließend eine *[Q] Tonleiter* auswählen. + +Um sowohl den Grundton als auch die gesamte Skala nachträglch in ihrer Tonhöhe zu verändern gibt es vier Knöpfe: + +* *[O] Halbton* Plus oder Minus verschiebt die ganze Skala nach oben oder unten um je einen Halbton. Dies ist nicht zu verwechseln mit der nur zeitweisen Transposition aus dem Spureditor (s. Buchstabe X). Man spricht hier auch von destruktiver Veränderung, da man die Werte selbst dauerhaft ändert. +* *[P] Oktave* Plus oder Minus verschiebt direkt um eine ganze Oktave. Man könnte auch 12 mal auf den Halbtonknopf drücken. Kann man aber auch lassen. + +Wie in der Skalentransposition (s. Buchstabe Y) bereits beschrieben ist es aber auch möglich selbst jeden beliebigen Wert zwischen 0 und 127 in die *[R] Felder der Skala* einzutragen. Die Töne müssen weder musikalisch sinnvolle Abstände haben, noch müssen sie aufsteigend oder absteigend sortiert sein. + +==== Schatten + +Oft möchte man zu einer existierenden Spur noch weitere Töne in einem anderen Muster setzen. Eine zweite Stimme, Frage/Antwort-Technik etc. +Als Hilfe gibt es die Möglichkeit sich andere Spuren als *[2] Schatten* anzeigen zu lassen. Dazu einfach mit der mittleren Maustaste auf die Spur klicken, die man sehen möchte. Das geht nur im Taktbereich, nicht auf den Spurnamen oder auf der Zeitleiste. + +Du kannst so viele Schatten anzeigen, bist du die Übersicht verlierst. Alle Schatten verschwinden sobald die ausgewählte Spur wechselt. + +=== Gruppierung im Muster + +Die Gruppierung gehört zur Taktart. + +Wie bereits oben beschrieben stellt *Schritte pro Takt* die Länge des Musters ein. Patroneo startet mit 8 Schritten pro Takt bei einem neuen Projekt (s. Bild). Ganz rechts ist eine Auswahlliste, die bei einem neuen Projekt auf "Viertel" steht. Man startet also mit einem traditionellen 8/4 Takt. + +Durch das Feld *gruppiert in je* kann man nun die Schritte in Gruppen zusammenfassen, wobei jede Gruppe so lang ist wie in der Auswahlliste angegeben. Damit kann man seine Taktart weiter unterteilen. Der "Beat", also das Tempo, orientiert sich dabei an den Hauptschlägen, der jeweils erste Schritt einer Gruppe. + +.Beispiele +* Ein 4/4 Takt mit Achtelnoten als kleinste Rhythmuseinheit + ** 8 Schritte pro Takt / Gruppiert in je 2 / Jede Gruppe eine Viertel +* Ein 4/4 mit Triolen als kleinste Rhythmuseinheit ("Swing") + ** 9 Schritte / Gruppiert zu 3 / Gruppe ergibt Viertel +* Ein 12/8 Takt + ** 12 Schritte / Gruppiert zu 1 / Gruppe ergibt Achtel +* Ein 8/4 Takt mit Sechzehntelnoten + ** 32 Schritte / Gruppiert zu 4 / Gruppe ergibt Viertel + + +Normalesweise stellt man die Taktart relativ am Anfang eines neuen Kompositionsprozesses ein. Es kommt jedoch immer mal wieder vor, dass man kleinere Rhythmuswerte braucht, als man anfangs dachte. Wenn man einfach den Wert der Gruppierung erhöht erhält man zwar mehr Unterteilungen, die Anzahl der Schritte bleibt jedoch gleich. Ebenso bleiben die Noten genau in der "Spalte" stehen, in der sie vorher standen. In anderen Worten: die Musik wird anders klingen. Insgesamt wird auch der Takt kürzer, da die gleiche Anzahl von Schritten nun auf kürzere Schritte verteilt wird. + +Patroneo bietet deswegen die Funktion *[3] Gruppierung Umwandeln*, um die bestehende Taktstruktur zu verändern und bereits gesetzte Schritte so zu skalieren, dass die Musik gleich klingt. + +Klickt man auf den Knopf in der Werkzeugleiste öffnet sich ein kleines Dialogfenster, in dem man die gewünschte Gruppierung eingeben kann. Außerdem ist es möglich einzustellen, was passieren soll, wenn das Umwandeln aus musikalischen Gründen nicht komplett funktionieren würde (s.u.). + +Oft ist ein Umwandeln problemlos möglich: + +* Wird die Gruppierung von `1` auf einen höheren Wert gesetzt funktioniert es immer +* Wird die Gruppierung von `2` auf `4` gesetzt funktioniert es immer + +Bei allen anderen Umgruppierungen kommt es darauf an, ob die vorhandenen Töne nach dem Umwandeln zwischen dem neuen Raster liegen oder nicht. Der erstere Fall ist nicht möglich und du musst dich entscheiden: + +.Reaktion auf Fehler. Falls unmöglich: +* Nichts machen (Voreinstellung) +** Der Vorgang wird abgebrochen, alles bleibt wie vorher. +* Falsche Schritte löschen +** Alles was zwischen dem Raster herauskommen würde wird gelöscht bzw. verworfen. +* Falsche Schritte mit einbinden +** Unmögliche Positionen werden auf die nächstmögliche Position geschoben. Dies führt in jedem Fall dazu, dass die Musik nun anders klingt. Meist werden dadurch mehrere Noten übereinander geschoben und bilden Akkorde. + +Mit ein wenig Erfahrung wird man abschätzen können, was man braucht. + +== Entwicklung +Die weitere Entwicklung Patroneos besteht aus der Verbesserung in den Bereichen Stabilität und Programmgeschwindigkeit. +Neue Funktionen werden zwar nicht kategorisch ausgeschlossen, sind aber erst nach Langzeitbeobachtung des Nutzerverhaltens möglich. + + +=== Übersetzungen +Patroneo ist mit Hilfe der Qt-Toolchain sehr einfach zu übersetzen, ohne, dass man dafür Programmieren muss. +Die einfachste Variante ist es einfach die Entwickler anzusprechen und sie werden die neue Sprache einrichten. + +Hier ist dennoch die komplette Anleitung, um eine Übersetzung komplett alleine anzufertigen und in das Programm einzubinden. + +* Öffne ein Terminal und navigiere ins Patroneo Verzeichnis +* Im Patroneo Verzeichnis: `cd gui/translations` +* Bearbeite die Datei `config.pro` mit einem Texteditor + ** Hänge in der 2. Zeile den Namen deiner Sprache an, in der Form `XY.ts`, wobei XY der Sprachcode ist. + ** Achte darauf ein Leerzeichen zwischen den einzelnen Sprachen zu lassen +* Führe `pylupdate5 config.pro` aus. + ** Das Programm hat nun eine neue `.ts` Datei im `translations` Verzeichnis generiert +* Starte Qt Linguist mit `linguist-qt5` (kann evtl. anders heißen) und öffne von dort deine neu generierte Datei +* Wähle deine "Target Language", also Zielsprache, aus und benutze das Programm um eine Übersetzung anzufertigen +* Sende uns die .ts Datei, z.B. per E-Mail an info@laborejo.org (s.u bei Bugs und Programmfehler für mehr Kontaktmöglichkeiten) + + +Die Übersetzung kannst du auch selbst, zum Testen, in Patroneo einbinden. Dafür sind rudimentäre Python Kentnisse nötig. + +* Im Qt Linguist "Datei" Menü ist eine "Release" Option. Das erstellt eine `.qm` Datei im gleichen Verzeichnis wie deine `.ts` Datei. +* Öffne die `patroneo` Starterdatei im Texteditor + ** Scrolle nach ganz unten, dort wird die Sprache eingestellt. + ** Um deinen Sprachstring herauszufinden (German, Esperanto etc.) entferne die # Raute aus der bereits vorhandenen Zeile `#print (language)`. Starte NSM aus einem Terminal, starte Patroneo und der Sprachstring wird dort ausgegeben (man muss ein bischen suchen) + ** Am Ende der Datei ist ein Dictionary `supportedLanguages`. Füge deine Sprache hinzu. z.B. `{"German":"de.qm", "Esperanto:"eo.qm"}` + +=== Bugs und Programmfehler +Falls du einen Fehler im Programm entdeckst (oder es zu langsam läuft) melde dich bitte bei auf die Art und Weise, die dir am besten passt. + +.Kontaktmöglichkeiten +* E-Mail: info@laborejo.org +* Bugtracker: https://github.com/diovudau/Patroneo/issues +* IRC: #laborejo auf dem Server irc.freenode.org +* Wenn du die Gelegenheit siehst und weist, dass ein Entwickler es lesen wird meinetwegen auch Foren, Facebook etc. + + diff --git a/documentation/index.adoc b/documentation/index.adoc new file mode 100644 index 0000000..3311209 --- /dev/null +++ b/documentation/index.adoc @@ -0,0 +1,30 @@ +:Author: Nils Hilbricht +:Version: 1.0 +:iconfont-remote!: +:!webfonts: + +//// +This documentation is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. +To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or send a +letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. +A copy of the license has been provided in the file documentation/LICENSE. +//// + + +//// +https://powerman.name/doc/asciidoc +https://asciidoctor.org/docs/user-manual/ +//// + +:nofooter: + + +== Patroneo Multi-Language Documentation + +This site is part of the https://www.laborejo.org[Laborejo Software Suite] + + +Please choose a language + +* link:english.html[English] +* link:german.html[Deutsch (German)] diff --git a/documentation/out/english.html b/documentation/out/english.html new file mode 100644 index 0000000..467d830 --- /dev/null +++ b/documentation/out/english.html @@ -0,0 +1,1078 @@ + + + + + + + +Patroneo User Manual + + + + +
+
+

1. Patroneo User Manual

+
+
+

We are happy you chose Patroneo. Patroneo is an easy-to-use sequencer, a program that sends digital "notes" to software instruments such as synthesizers and samplers.

+
+
+

Patroneo means "pattern" in Esperanto. The reason for this is that you don’t put single notes in a row but build whole measures, which you can repeat - or leave out - at any place.

+
+
+
+
+

2. Installation and Starting

+
+
+

Patroneo is exclusive for Linux. The best way to install Patroneo is to use your package manager. If it is not there, or only in an outdated version, please ask your Linux distribution to provide a recent version.

+
+
+

If available in the package repository, please continue reading directly at "Start Patroneo from Non Session Manager". +If not, you can build Patroneo yourself.

+
+
+
Dependencies
+
    +
  • +

    First install the packages Python3, PyQt5, Nuitka, GCC and Git

    +
  • +
  • +

    And these audio packages: Jack Audio Connection Kit, QJackCtl (or something else to establish Jack connections), Non Session Manager

    +
  • +
  • +

    Now Patroneo itself:

    +
    +
      +
    • +

      git clone git@github.com:diovudau/Patroneo.git && cd Patroneo

      +
    • +
    • +

      cd Patroneo

      +
    • +
    • +

      ./configure

      +
    • +
    • +

      make

      +
    • +
    • +

      sudo make install

      +
    • +
    +
    +
  • +
+
+
+
Start Patroneo from Non Session Manager (NSM)
+
    +
  • +

    Run non-session-manager

    +
  • +
  • +

    Press the New button, and enter a name for your piece of music.

    +
  • +
  • +

    Press the Add Client to Session button, enter patroneo here, in lower case.

    +
  • +
  • +

    Add Client again, this time jackpatch.

    +
  • +
  • +

    Add any compatible programs, e.g. synthesizers.

    +
    + +
    +
  • +
  • +

    To save Patroneo, use the Save button in NSM.

    +
  • +
+
+
+
+
+

3. How to use Patroneo

+
+
+

The following explains how to use Patroneo.

+
+
+

The program is almost exclusively operated with the mouse. You need three mouse buttons and a mouse wheel. Most of the time the mouse wheel itself is the middle mouse button, and you can press it down.

+
+
+

We encourage you to experiment a lot. Very often good music is created when users have not only used programs as it was intended.

+
+
+

3.1. Quick Start

+
+

To get to know the most important functions and workflows, this video has been created.

+
+
+
+ +
+
+
+

Or as Youtube Mirror

+
+
+
+ +
+
+
+
+

3.2. Basic Principles

+
+

Patroneo organizes its music in tracks that contain measures. All measures of a track play the same "pattern" that creates music through a sequence of "steps".

+
+
+

The track is connected to an instrument through JACK, so Patroneo itself does not produce any sounds.

+
+
+

If you press Play, the track plays back from left to right. Whenever a measure is highlighted in the Form Editor, the pattern is played.

+
+
+

If you want to hear different patterns from the same instrument, you create several tracks for the same JACK instrument.

+
+
+

The selection of the tones per pattern is freely selectable. You can use normal musical scales or set any tones in any order. If you change the scale later, the pattern sounds different without having to switch tones on and off again.

+
+
+

Saving and loading your project is done by the Non Session Manager. There you will find a "Save" button.

+
+
+
+

3.3. Keyboard Controls

+
+

In principle, Patroneo can be operated with the mouse. The keyboard is needed for only a few functions, such as changing track names or setting half-tone transposition. However, the keyboard makes some workflows faster and more convenient.

+
+
+
Shortcuts
+
    +
  • +

    Space: Start and pause playback

    +
  • +
  • +

    L: Play the current measure as a loop

    +
  • +
  • +

    Backspace: Set playback to the beginning of the track.

    +
  • +
+
+
+
+
+
+

4. Description of the graphical user interface and its functions

+
+
+

Use your browser’s search function to locate the individual letters like [B] and their explanation.

+
+
+
+Screenshot with Captions +
+
+
+

Patroneo consists of three parts: The Toolbar, the Form Editor, and the Pattern Editor. Between form- and pattern editor there is a [L] Handle which you can grab with the left mouse button and move it up or down to give more space to one or the other area.

+
+
+

4.1. Toolbar

+
+

The [A] Toolbar combines various commands with properties of the entire piece.

+
+
+

[D] Clone Selected Track adds a new track based on the currently selected one. This is an important and often used command that is mainly used to enable variants. The cloned track is empty, but inherits the scale of the original, its average velocity or volume, color and name. If the name ends in a single letter like "A", "g" or a number, it is automatically incremented, as you can see in the screenshot. The new track automatically connects to the same JACK instrument.

+
+
+

[E] Add Track adds an empty track. It is given a random name and is not connected in JACK.

+
+
+

[F] BPM / Tempo: The tempo can be completely deactivated by unchecking the box. In this case, the "JACK Transport" system takes over, as indicated by the "JACK" logo in the deactivated input field. This allows programs running in parallel to create complex tempo sequences, which is not possible in Patroneo alone.
+If the checkbox is activated, the specified tempo is considered to be beats per minute. A "beat" is the selected note value of the list [H]. More on that later.

+
+
+

[G] Measures per Track controls the total length of the piece, whereby the absolute number of seconds can change depending on how the tempo is selected and how long a measure should be. If the number of measures is reduced, no measures are actually deleted, but just ignored. If you later set the number of measures higher again, you will get your old configuration back.

+
+
+

[H] Steps per Pattern, in groups of …​ so that each group produces a …​ note. Here you can set how long the patterns are and what grouping below the beat they have. This is the most complicated part in Patroneo and will be discussed later in this manual. For now it is recommended to ignore the "groups" field. Steps per Pattern is simply the number of tones that can be switched on and off. The drop down list selects how long each of these steps is.

+
+
+

[I] Playback Controls are three buttons. From left to right:

+
+
+
    +
  • +

    Play / Pause. Press to play or pause the music at the current location. You can also press the space bar.

    +
  • +
  • +

    Loop on and off. The currently played measure (in all tracks) is continuously repeated. This function is suitable for working in a certain place by getting to hear your changes quickly. The loop is broken up by pressing the button again or jumping around in the timeline (see letter Z below).

    +
  • +
  • +

    To the start: Jumps back to the beginning, whether the music is playing or not.

    +
  • +
+
+
+
+

4.2. Form Editor

+
+

In the [B] Form Editor you create the structure of a piece. To do this, the measures in each track can be switched on and off as desired. One can imagine, for example, a drum set that plays three bars in a row and makes a "break" every fourth bar. For this common drum technique you need two tracks. In the screenshot this "3+1" pattern can be seen in the third section (bars 17 to 24) in the orange bass track.
+Whole parts (e.g. verse and chorus) are implemented by using different tracks. To make the creation of related tracks as comfortable as possible, the "clone" command exists (see letter D).

+
+
+

It is possible to zoom in on the measures. To do this, hold down the CTRL key and turn the mouse wheel up or down. Please make sure that the mouse cursor is actually over the measures and not over the track names or on the timeline.

+
+
+

[Z] Timeline: a click with the left mouse button sets the playback position, even during playback.
+In addition, the measure groups (not to be confused with grouping in the pattern, see letter H) can be seen and set here. If you hover over the timeline with the mouse cursor, you can reduce or increase the size of the groups with the mouse wheel. The groups not only have an cosmetical function but are also used as units of measurement if you want to delete or add entire ranges (see letter K).

+
+
+

[J] Track Names. Here you can move tracks, rename them, give them a different color and more:

+
+
+
    +
  • +

    A single click with the left mouse button on a name selects a track without changing anything. This is the best way to just look at a track. (A click on the measure area changes a measure immediately!)

    +
  • +
  • +

    The double arrow on the far left can be used to move tracks up and down to organize them. It has no effect on the sound or the JACK connections. To move, click on the arrow with the left mouse button, hold it down and move the mouse up and down.

    +
  • +
  • +

    The colored square shows the current color. A left mouse click opens a dialog.

    +
  • +
  • +

    Track names can be changed at any time by a double-clicking with the left mouse button. Press the Return key to finish renaming. The JACK connection is retained when renaming.
    +It is a good habit to end tracks on a single letter or number. These are used in "cloning" to construct a variant of the name. See the screenshot above.

    +
  • +
  • +

    A click with the right mouse button on a name opens the context menu of a track. Here you can

    +
    +
      +
    • +

      Switch all measures on or off (only applies to the visible measures)

      +
    • +
    • +

      Invert the activated measures: Off becomes On and vice versa.

      +
    • +
    • +

      Clone this track (same function as in the toolbar)

      +
    • +
    • +

      Delete the track permanently and irreversibly

      +
    • +
    • +

      Copy the measure sequence of another track onto the selected one. Measures that have already been set are preserved. If you use this function from an empty track you will practically get "copy track".

      +
    • +
    +
    +
  • +
+
+
+

Now finally the [K] Track itself. A left click on a measure switches it on or off again. You can switch several measures in a row on and off by holding down the left mouse button after clicking and moving the mouse left or right. +A right click on a specific measure opens a context menu: Insert new measures in all tracks(!) at this position or delete measures from all tracks. The number of measures results from the current measure group setting from the time line (see letter Z).
+These functions are especially understandable if you apply them to the first measure of a group (after the white line). This allows you to insert new "parts" or delete an entire part.
+A good method is also to change the group size for these functions briefly and then reset them immediately afterwards.

+
+
+

[X] Half Tone Transposition is adjusted by holding down the SHIFT key and then turning the mouse wheel up or down over an activated measure. In the measure itself a small text appears, e.g. +5h. Five semitones upwards; C becomes F, MIDI note 60 becomes 65; the transposition is only valid for the respective measure and is not visible in the pattern itself (see below). If the measure is switched off (and on again), the transposition is deleted.

+
+
+

[Y] In-Scale Transposition. It is recommended to familiarize yourself with the pattern and its scale (see letters O to R) first. Are you back? All right, here we go:
+If you hold the mouse cursor over an activated measure, you can adjust the transposition, based on the scale, with the mouse wheel up or down. The label shows how many steps up or down (-6s to +6s) this measure is shifted. If the measure is switched off, the transposition also disappears. In the pattern itself (see below) you cannot see whether a measure is transposed or not.

+
+
+

One can imagine that the steps in the pattern are shifted up or down in the rows behind the scenes. Whatever tone is set in this row gets played. With a normal scale, this is musically easy to understand: The tones are moved up or down in the scale.
+However, if the scale is chosen freely, there are non-intuitive outcomes; "up and down" with respect to pitches may lose their meaning. It is possible to use two interleaved scales in the pattern and to switch between them by scale transposition +1. Or even uses completely different tones, so that only the rhythm remains the same.

+
+
+

Scale and half-tone transposition can be combined. First the scale is changed, then the semitone. These combinations open up many creative possibilities!

+
+
+
+

4.3. Pattern Editor

+
+

The [C] Pattern Editor is used for composing. The tones, also called "steps", are used to form a measure. The pattern is exactly as long as a measure and is played from left to right. There are several possibilities for tonal arrangement, which are now explained.

+
+
+

The pattern is always as long as set in the toolbar (see letter H). Steps that have been set are never deleted by rezising! If you make the measures shorter, tones "too far to the right" are simply ignored. You can see them again as soon as you make the measures longer again.

+
+
+

If the pattern is larger than the screen you can either use the scroll bars or zoom. To zoom hold down the CTRL key and turn the mouse wheel up or down.

+
+
+

At the top you can see a label for the [M] Active Track.

+
+
+

The pattern itself is arranged in rows and columns. The rows symbolise the (adjustable) pitches, the columns show their rhythmic sequence and position in time.

+
+
+

4.3.1. Duration and Volume

+
+

A [S] Step is a grey or coloured box. Grey means pause, coloured means [T] Sounding Tone. A click with the left mouse button switches the steps on and off.
+A right click opens the context menu. Here you can switch all (currently visible) steps on, off or invert all: Off On becomes Off and vice versa. All volume information (see below) will be lost.

+
+
+

All steps are equal length. [V] Other Durations are also possible: If you hold down the left mouse button after activating a step, you can shorten or lengthen the tone by moving it to the left or right. It must be at least half the length. A tone is at most as long as the measure itself.

+
+
+

You can activate as many steps in a row or simultaneously as you like. Thus [W] Chords can be built.

+
+
+

Steps can have different [U] Volumes. For this Patroneo uses so-called MIDI Velocity. If you hold the mouse cursor over an activated step, you can make its sound softer or louder by turning the mouse wheel. The volumes are displayed as numbers between 1 and 127. If you want to see all volumes at once you can click with the mouse wheel (middle mouse button) into the free area left or right of the pattern. In addition, a step looks more transparent the quieter it is. If the step is switched on and off, the volume is set back to the normal value, derived from the average volume of all tones of this pattern.

+
+
+

You can use the [M] Velocity buttons to make all tones of a pattern quieter or louder. If you click on it, the volume changes by 1 each, but if you hold the mouse cursor over a button and rotate your mouse wheel the velocity changes by 10 each. It doesn’t matter which velocity button (plus or minus) you hover over.

+
+
+
+

4.3.2. Pitches and Scales

+
+

Click with the middle mouse button on a step to hear the sound it plays. This allows you to "pre-listen" before you decide to set a note. Tip: Hold down the middle mouse button and move the mouse up and down the steps.

+
+
+

Which actual pitch is played ("MIDI Key") is determined by the [R] Scale. Patroneo always works with eight-note scales. Normally, this is a common musical scale: seven different notes and the octave of the root note.

+
+
+

Such common [Q] Scales can be selected directly. For example, major, minor, various so-called "church modes" but also the blues scale or chromatic (e.g. to GM drum mapping)
+If you select a scale from the list, it will be built upon the bottom row. As a rule of thumb this is also the lowest note. In the screenshot this is midi note 60 / C4, located bottom left. You must first select the root directly and then select a [Q] Scale.

+
+
+

There are four buttons to change the pitch of both the root note and the entire scale:

+
+
+
    +
  • +

    [O] Half Tone Plus or minus shifts the whole scale up or down by one semitone each. This should not be confused with the temporary transposition from the form editor (see letter X). This is called destructive change, since the values themselves are permanently changed.

    +
  • +
  • +

    [P] Octave Plus or minus shifts directly by a whole octave. You could also press the half-tone button 12 times. Don’t.

    +
  • +
+
+
+

As already described in the scale transposition (see letter Y), it is also possible to directly input any value between 0 and 127 in the [R] Fields of the Scale. The tones do not have to have musically meaningful intervals, nor do they have to be sorted in ascending or descending order.

+
+
+
+

4.3.3. Shadows

+
+

Often you want to add more tones to an existing track in a different pattern. A second voice, question/answer technique etc. +To help you, it is possible to display other tracks as [2] Shadows. Just click with the middle mouse button on the track you want to see. This is only possible in the measure area, not on the track name or on the timeline.

+
+
+

You can display as many shadows as you want, until you lose track. All shadows disappear as soon as the active track changes.

+
+
+
+
+

4.4. Grouping in the Pattern

+
+

Grouping is part of the time signature.

+
+
+

As mentioned above steps per pattern, sets the length of the pattern. Patroneo starts with 8 steps per measure for a new project (see screenshot). On the far right is a drop down list, which is set to "Quarter" for a new project. You start with a traditional 8/4 time signature.

+
+
+

The field in groups of allows you to group steps together, each group being as long as specified in the drop down list. This allows you to further subdivide your time signature. The "beat", i.e. the tempo, is based on the main beats, the first step of each group.

+
+
+
Examples
+
    +
  • +

    4/4 time signature with eights notes as smallest rhythmical unit

    +
    +
      +
    • +

      8 steps per pattern / in groups of 2 / so that each group produces a quarter

      +
    • +
    +
    +
  • +
  • +

    4/4 time signature subdivided as triplet eights notes (swing)

    +
    +
      +
    • +

      9 steps per pattern / in groups of 3 / so that each group produces a quarter

      +
    • +
    +
    +
  • +
  • +

    12/8 time signature

    +
    +
      +
    • +

      12 steps per pattern / in groups of 1 / so that each group produces an eigth

      +
    • +
    +
    +
  • +
  • +

    8/4 time signature subdivided as sixteenth notes

    +
    +
      +
    • +

      32 steps per pattern / in groups of 4 / so that each group produces a quarter

      +
    • +
    +
    +
  • +
+
+
+

Normally, the time signature is set relatively at the beginning of a new project. However, it happens every now and then that you need smaller rhythm values than you thought at the beginning. If you simply increase the value of the grouping, you get more subdivisions, but the number of steps remains the same. Likewise, the notes remain exactly in the "column" in which they were previously placed. In other words, the music will sound different. Overall, the measure is also getting shorter, since the same number of steps is now used for shorter steps.

+
+
+

Patroneo therefore offers the function [3] Convert Grouping to change the existing measure structure and to resize steps already set so that the music sounds the same.

+
+
+

If you click on the button in the toolbar, a small dialog box opens in which you can enter the desired grouping. It is also possible to set what should happen if the conversion would not work properly for musical reasons (see below).

+
+
+

Conversion is often possible without any problems:

+
+
+
    +
  • +

    If the grouping of 1 is set to a higher value, it always works

    +
  • +
  • +

    If the grouping is set from 2 to 4 it always works

    +
  • +
+
+
+

For all other transformations it depends on whether the existing tones lie between the new grid after the conversion or not. The former case is not possible and you have to decide:

+
+
+
Error Handling
+
    +
  • +

    Do nothing (default)

    +
    +
      +
    • +

      The operation is aborted, everything remains as before.

      +
    • +
    +
    +
  • +
  • +

    Delete wrong steps

    +
    +
      +
    • +

      Anything that would appear between the grid will be deleted or discarded.

      +
    • +
    +
    +
  • +
  • +

    Merge wrong steps

    +
    +
      +
    • +

      Impossible positions are moved to the next possible position. In any case, this means that the music now sounds different. Usually several notes are pushed on top of each other and form chords.

      +
    • +
    +
    +
  • +
+
+
+

With a little experience you will be able to estimate what error handling you need.

+
+
+
+
+
+

5. Development

+
+
+

The further development of Patroneo will consist of improvements in the areas of stability and program performance. +New functions are not categorically excluded, but are only possible after long-term observation of user behaviour.

+
+
+

5.1. Translations

+
+

Patroneo is very easy to translate with the help of the Qt-Toolchain, without any need for programming. +The easiest way is to contact the developers and they will setup the new language.

+
+
+

However, here are the complete instructions for doing a translation completely on your own and integrating it into the program.

+
+
+
    +
  • +

    Open a terminal and navigate to the Patroneo directory

    +
  • +
  • +

    In the Patroneo directory: cd gui/translations

    +
  • +
  • +

    Edit the file config.pro with a text editor

    +
    +
      +
    • +

      Append the name of your language in the 2nd line, in the form tXY.ts, where XY is the language code.

      +
    • +
    • +

      Make sure to leave a space between the individual languages entries.

      +
    • +
    +
    +
  • +
  • +

    Run pylupdate5 config.pro

    +
    +
      +
    • +

      The program has now generated a new .ts file in the translations subdirectory

      +
    • +
    +
    +
  • +
  • +

    Start Qt Linguist with linguist-qt5 (may be named differently) and open your newly generated file

    +
  • +
  • +

    Select your "Target Language" and use the program to create a translation

    +
  • +
  • +

    Send us the.ts file, such as by e-mail to info@laborejo.org (see below for more contact options)

    +
  • +
+
+
+

You can also incorporate the translation into Patroneo for testing purposes. This requires rudimentary Python knowledge.

+
+
+
    +
  • +

    In the Qt Linguist "File" menu is a "Release" option. This creates a .qm file in the same directory as your .ts file.

    +
  • +
  • +

    Open the patroneo starter file in your text editor

    +
    +
      +
    • +

      Scroll down to the bottom to set the language.

      +
    • +
    • +

      To find out your language string (German, Esperanto etc.) remove the # hash from the existing line #print (language). Start NSM from a terminal, start Patroneo and the language string will be printed there (you have to search a bit)

      +
    • +
    • +

      At the end of the file is a dictionary supportedLanguages. Add your language. For example {"German": "de.qm", "Esperanto: "eo.qm"}

      +
    • +
    +
    +
  • +
+
+
+
+

5.2. Bugs

+
+

If you find a bug in the program (or it runs too slow) please contact us in a way that suits you best.

+
+
+
How to contact us
+ +
+
+
+
+
+ + + \ No newline at end of file diff --git a/documentation/out/favicon.ico b/documentation/out/favicon.ico new file mode 100644 index 0000000..f4c2cfd Binary files /dev/null and b/documentation/out/favicon.ico differ diff --git a/documentation/out/favicon.png b/documentation/out/favicon.png new file mode 100644 index 0000000..86d91bc Binary files /dev/null and b/documentation/out/favicon.png differ diff --git a/documentation/out/german.html b/documentation/out/german.html new file mode 100644 index 0000000..77139d4 --- /dev/null +++ b/documentation/out/german.html @@ -0,0 +1,1080 @@ + + + + + + + +Patroneo Bedienungsanleitung + + + + +
+
+

1. Patroneo Bedienungsanleitung

+
+
+

Schön, dass du dich für Patroneo entschieden hast. Patroneo ist ein leicht zu bedienender "Sequencer", also ein Programm, dass digitale "Noten" an Softwareinstrumente, wie Synthesizer und Sampler, schickt.

+
+
+

"Patroneo" heißt "Muster" auf Esperanto. Das kommt daher, dass man hier nicht einzelne Noten hintereinander setzt sondern ganze Takte baut, die man dann beliebig oft an beliebigen Stellen wiederholen - oder auslassen - kann.

+
+
+
+
+

2. Installation und Start

+
+
+

Patroneo ist exklusiv für Linux. Am besten installierst du Patroneo über deinen Paketmanager. Falls es dort nicht vorhanden ist, oder nur in einer veralteten Version, bitte deine Linuxdistribution Patroneo bereitzustellen.

+
+
+

Falls in den Paketquellen vorhanden bitte direkt bei "Patroneo im Non Session Manager starten" weiterlesen.

+
+
+

Falls nicht kann man Patroneo auch selbst "bauen".

+
+
+
Abhängigkeiten
+
    +
  • +

    Installiere zunächst die Pakete Python3, PyQt5, Nuitka, GCC und Git

    +
  • +
  • +

    Und diese Audiopakete: Jack Audio Connection Kit, QJackCtl (oder etwas anderes um Jack Verbindungen herzustellen), Non Session Manager

    +
  • +
  • +

    Jetzt Patroneo selbst:

    +
    +
      +
    • +

      git clone git@github.com:diovudau/Patroneo.git && cd Patroneo

      +
    • +
    • +

      cd Patroneo

      +
    • +
    • +

      ./configure

      +
    • +
    • +

      make

      +
    • +
    • +

      sudo make install

      +
    • +
    +
    +
  • +
+
+
+
Patroneo im Non Session Manager (NSM) starten
+
    +
  • +

    Starte non-session-manager

    +
  • +
  • +

    Knopf New, gib einen Namen für dein Musikstück ein.

    +
  • +
  • +

    Knopf Add Client to Session, gib hier patroneo ein, kleingeschrieben.

    +
  • +
  • +

    Nochmal Add Client, diesmal jackpatch.

    +
  • +
  • +

    Füge beliebige kompatible Programme hinzu, z.B. Synthesizer.

    +
    + +
    +
  • +
  • +

    Um Patroneo zu speichern benutzte den Save-Knopf in NSM.

    +
  • +
+
+
+
+
+

3. Bedienung

+
+
+

Im folgenden wird erklärt, wie Patroneo bedient wird.

+
+
+

Das Programm wird fast ausschließlich mit der Maus bedient. Du benötigst zwingend drei Maustasten und ein Mausrad. Meistens ist das Mausrad selbst die mittlere Maustaste, und man kann es herunterdrücken.

+
+
+

Wir ermutigen dich, viel zu experimentieren. Sehr oft ensteht gute Musik wenn Benutzer Programme nicht nur so benutzt haben, wie es eigentlich angedacht war.

+
+
+

3.1. Schnellstart

+
+

Um die wichtigsten Funktionen und Arbeitsabläufe kennenzulernen ist dieses Video erstellt worden.

+
+
+
+ +
+
+
+

Oder auf Youtube

+
+
+
+ +
+
+
+
+

3.2. Grundlagen

+
+

Patroneo organisiert seine Musik in Spuren, die Takte enthalten. Alle Takte einer Spur spielen das selbe "Muster", dass durch eine Abfolge von "Schritten" Musik erzeugt.

+
+
+

Die Spur ist durch JACK mit einem Instrument verbunden, Patroneo selbst erzeugt also keine Klänge.

+
+
+

Drückt man Play läuft das Stück von links nach rechts durch. Immer wenn ein Takt im Formeditor markiert ist wird das Muster gespielt.

+
+
+

Möchte man verschiedene Muster vom gleichen Instrument hören so erstellt man mehrere Spuren für das gleiche Zielinstrument.

+
+
+

Die Auswahl der Töne pro Muster ist frei wählbar. Man kann normale Tonleitern / Skalen nehmen oder auch beliebige Töne in belieber Reihenfolge setzen. Ändert man die Skala nachträglich, dann klingt das Muster auch direkt anders, ohne das man Töne neu ein- und ausschalten muss.

+
+
+

Das Speichern und Laden deines Projektes wird durch den Non Session Manager erledigt. Dort befindet sich ein "Save" Knopf.

+
+
+
+

3.3. Tastatursteuerung

+
+

Patroneo kann prinzipiell mit der Maus bedient werden. Die Tastatur ist nur für wenige Funktionen dringend nötig, etwa um Spurnamen zu ändern oder um Halbtontransposition einzustellen. Allerdings macht die Tastatur manche Arbeitsabläufe schneller und bequemer.

+
+
+
Shortcuts
+
    +
  • +

    Leertaste: Start und Pause der Wiedergabe.

    +
  • +
  • +

    L: aktuelle Taktpositionen in Schleife spielen.

    +
  • +
  • +

    Backspace ("Rückwärts löschen"): Wiedergabe an den Anfang des Stückes setzen.

    +
  • +
+
+
+
+
+
+

4. Beschreibung der grafischen Oberfläche und ihrer Funktionen

+
+
+

Benutze die Suchfunktion deines Browsers um nach den einzelnen Buchstaben wie [B] und deren Erläuterung zu suchen.

+
+
+
+Screenshot mit Beschriftung +
+
+
+

Patroneo besteht aus drei Teilen: Der Werkzeugleiste, dem Form-Editor und dem Takt- oder Mustereditor. Zwischen Form- und Mustereditor befindet sich ein [L] Verschiebegriff, den man mit der linken Maustaste anklicken und bei gedrückter Taste hoch oder runter schieben kann um dem einen oder anderen Bereich mehr Platz zu geben.

+
+
+

4.1. Werkzeugleiste

+
+

Die [A] Werkzeugleiste kombiniert verschiedene Befehle mit Eigenschaften des gesamten Stückes.

+
+
+

[D] Klon der ausgewählten Spur fügt eine neue Spur auf Grundlage der momentan ausgewählten hinzu. Dies ist ein wichtiger und oft benutzer Befehl, der hauptsächlich benutzt wird um Varianten zu ermöglichen. Die "Klonspur" ist zwar leer, erbt allerdings die Skala der Originals, seine Durchschnittslautstärke, die Farbe sowie den Namen. Endet der Name auf einem Einzelbuchstaben wie "A", "g" oder einer Zahl so wird diese automatisch erhöht, wie man am Bild gut sehen kann. Die neue Spur verbindet sich darüberhinaus automatisch zum gleichen JACK-Instrument.

+
+
+

[E] Neue Spur fügt eine leere Spur hinzu. Diese bekommt einen Zufallsnamen und ist nicht in JACK verbunden.

+
+
+

[F] BPM / Tempo: Das Tempo kann zunächst durch setzen des Hakens komplett deaktiviert werden. In diesem Fall übernimmt das "JACK Transport" System die Geschwindigkeit, erkennbar am Schriftzug "JACK" im deaktivierten Eingabefeld. Somit können parallel laufende Programme komplexe Tempoverläufe erstellen, was in Patroneo allein nicht möglich ist.
+Aktiviert man den Haken so gilt das angegebene Tempo als Schläge pro Minute. Ein "Schlag" ist hierbei der ausgewählte Notenwert der Liste ganz rechts, bei [H]. Dazu später mehr.

+
+
+

[G] Takte pro Spur regelt die Gesamtlänge des Stückes, wobei sich die absolute Sekundenzahl ändern kann, je nachdem wie das Tempo gewählt wird und wie lang ein Takt sein soll. Reduziert man die Taktanzahl werden keine Takte gelöscht, sondern nur ignoriert. Setzt man später die Taktzahl wieder höher bekommt man seine alte Auswahl wieder.

+
+
+

[H] Schritte pro Takt, gruppiert in je …​ und jede Gruppe ergibt eine …​ Note. Hier kann eingestellt werden wie lang die Muster sind und welche rhythmische Aufspaltung sie haben. Dies ist der komplizierteste Teil in Patroneo und wird daher erst später in dieser Bedienungsanleitung besprochen. Fürs erste empfiehlt es sich das "gruppiert"-Feld zu ignorieren. Schritte pro Takt ist einfach die Anzahl an Tönen, die man ein- und ausschalten kann. Die Auswahlliste stellt ein wie lang jeder dieser Schritte ist.

+
+
+

[I] Wiedergabe sind drei Knöpfe zur Wiedergabe. Von links nach rechts:

+
+
+
    +
  • +

    Play / Pause. Drücken um die Musik abzuspielen oder an der momentanen Stelle anzuhalten. Man kann auch die Leertaste drücken.

    +
  • +
  • +

    Schleife (Loop) ein- und ausschalten. Der momentan abgespielte Takt (in allen Spuren) wird stetig wiederholt. Diese Funktion eignet sich um an einer bestimmten Stelle zu arbeiten indem man seine Veränderungen schnell zu hören bekommt. Die Schleife wird aufgelöst wenn man erneut auf den Knopf drückt oder in der Zeitleiste herumspringt (s.u. Buchstabe Z)

    +
  • +
  • +

    An den Anfang: Springt wieder an den Anfang, egal ob die Musik gerade läuft oder nicht.

    +
  • +
+
+
+
+

4.2. Form-Editor

+
+

Im [B] Form-Editor erstellt man die Stuktur eines Stückes. Dazu schaltet man die Takte in jeder Spur beliebig ein und aus. Man kann sich z.B. ein Schlagzeug vorstellen, dass drei Takte gleich spielt und jeden vierten Takt einen "Break" macht. In Patroneo braucht man dazu zwei Spuren. Dieses "3+1" Muster kann man auf dem Bild z.B. im dritten Abschnitt (Takt 17 bis 24) in der orangen Bassspur sehen.
+Auch ganze Teile (z.B. Strophe und Refrain) werden durch verschiedene Spuren abgedeckt. Um das Erschaffen von verwandten Spuren so bequem wie möglich zu machen existiert der "Klon" Befehl (s. Buchstabe D).

+
+
+

Es ist möglich im Bereich der Takte zu zoomen. Hierzu hält man die STRG Taste gedrückt und dreht das Mausrad hoch oder runter. Bitte darauf achten, dass der Mauszeiger tatsächlich über den Takten steht, und nicht etwa bei den Spurnamen oder auf der Zeitleiste.

+
+
+

[Z] Zeitleiste: ein Klick mit der linken Maustaste setzt die Wiedergabeposition, auch im laufenden Betrieb.
+Außerdem kann man hier die Taktgruppen (nicht zu verwechseln mit Gruppierung im Muster, s. Buchstabe H) sehen und einstellen. Hält man sich mit dem Mauszeiger im Bereich der Zeitleiste auf kann man die Gruppen mit dem Mausrad verkleinern oder vergrößern. Die Taktgruppen haben nicht nur organisatorische Funktion sondern werden auch als Maßeinheit benutzt, wenn man ganze Taktbereiche löschen oder hinzufügen möchte (s. Buchstabe K).

+
+
+

[J] Spurnamen. Hier kann man Spuren verschieben, umbennen, ihnen eine andere Farbe geben und mehr:

+
+
+
    +
  • +

    Ein einfacher Klick mit der linken Maustaste auf einen Namen wählt eine Spur aus, ohne etwas zu verändern. Dies ist die beste Möglichkeit um eine Spur einfach nur anzusehen. (Ein Klick auf den Taktbereich verändert sofort einen Takt!)

    +
  • +
  • +

    Der Doppelpfeil ganz links kann benutzt werden um Spuren hoch und runter zu schieben, um sie zu organisieren. Es hat keine Auswirkung auf den Klang oder die JACK Verbindung. Zum Verschieben mit der linken Maustaste auf den Pfeil klicken, gedrückt halten und die Maus hoch und runter bewegen.

    +
  • +
  • +

    Das farbige Quadrat zeigt die derzeitige Farbe. Ein linker Mausklick öffnet die Farbauswahl.

    +
  • +
  • +

    Spurnamen können jederzeit geändert werden indem man einen Doppelklick mit der linken Maustaste auf sie macht. Die Enter-Taste oder ein Mausklick in einen anderen Bereich des Programmes schließen das Umbennen ab. Die JACK Verbindung bleibt beim Umbenennen erhalten.
    +Es ist eine gute Angewohnheit Spuren auf einem Einzelbuchstaben oder eine Zahl enden zu lassen. Diese werden beim "Klonen" benutzt um eine Variante des Namens zu bilden. Siehe dazu unser Bild oben.

    +
  • +
  • +

    Ein Klick mit der rechten Maustaste auf einen Namen öffnet das Kontextmenü einer Spur. Hier kann man

    +
    +
      +
    • +

      Alle Takte ein- oder ausschalten (gilt nur für die sichtbaren Takte)

      +
    • +
    • +

      Die sichtbaren Takte umkehren oder invertieren: Aus wird zu An und umgekehrt.

      +
    • +
    • +

      Die Spur klonen (gleiche Funktion wie in der Werkzeugleiste)

      +
    • +
    • +

      Die Spur endgültig und unwiederbringlich löschen

      +
    • +
    • +

      Die Taktabfolge einer anderen Spur auf die ausgewählte projizieren. Bereits gesetzte Takte bleiben hierbei erhalten. Benutzt man diese Funktion von einer leeren Spur aus erhält man praktisch "Spur kopieren".

      +
    • +
    +
    +
  • +
+
+
+

Nun endlich die [K] Spur selbst. Ein Linksklick auf einen Takt schaltet diesen ein oder wieder aus. Mehrere Takte in Folge kann man ein- und ausschalten indem man die linke Maustaste nach dem Klicken gedrückt hält und die Maus nach links oder rechts bewegt. +Ein Rechtsklick auf einen bestimmten Takt öffnet ein Kontextmenü: Neue Takte in allen Spuren(!) an dieser Position einfügen oder Takte aus allen Spuren löschen. Die Anzahl der Takte ergibt sich aus der derzeitigen Taktgruppeneinstellung aus der Zeitleiste (s. Buchstabe Z).
+Diese Funktionen sind besonders nachvollziehbar wenn man sie auf den jeweils ersten Takt einer Gruppe anwendet (nach dem weißen Strich). Man kann so neue "Teile" einfügen oder einen gesamten Teil löschen.
+Eine gute Methode ist es auch die Gruppengröße für diese Funktionen kurz zu verändern und anschließend direkt wieder zurückzusetzen.

+
+
+

[X] Halbtontransposition wird eingstellt indem man die SHIFT Taste gedrückt hält und dann das Mausrad über einem aktivierten Takt hoch oder runter dreht. Im Takt selbst zeigt sich ein kleiner Schriftzug, z.B. +5h. Fünf Halbtöne aufwärts; aus C wird F, aus Midinote 60 wird 65. Die Transposition gilt nur für den jeweiligen Takt und ist im Muster selbst (s.u.) nicht zu sehen. Schaltet man den Takt aus (und wieder ein) ist die Transposition gelöscht.

+
+
+

[Y] Skalentransposition. Es wird empfohlen sich erst mit dem Muster und seiner Skala bzw. Tonleiter vertraut zu machen (s. Buchstaben O bis R). Wieder da? Gut, so gehts:
+Hält man den Mauszeiger über einen aktivierten Takt kann man mit dem Mausrad hoch oder runter die Transposition, basierend auf der Skala, einstellen. Die Beschriftung zeigt an um wieviele Schritte nach oben oder unten (-6s bis +6s) dieser Takt verschoben ist. Schaltet man den Takt aus verschwindet auch die Transposition wieder. Im Muster selbst (s.u.) ist nicht zu sehen ob ein Takt transponiert ist oder nicht.

+
+
+

Man kann sich das so vorstellen, dass die Schritte im Muster hinter den Kulissen in den Reihen hoch oder runter geschoben werden. Welcher Ton auch immer in dieser Reihe eingestellt ist wird gespielt. Bei einer normalen Tonleiter ist das musikalisch leicht nachvollziehbar: Die Töne werden in der Tonleiter hoch- oder runtergeschoben.
+Wenn die Skala allerdings frei eingestellt wurde ergeben sich unintuitive Möglichkeiten; "Hoch und Runter" in Bezug auf Tonhöhen verlieren dann evtl. ihre Bedeutung. Denkbar ist, dass man zwei verzahnte Tonleiter im Muster benutzt und durch Skalen-Transposition +1 zwischen diesen hin und herschaltet. Oder gar völlig verschiedene Töne benutzt, so dass nur der Rhythmus gleich bleibt.

+
+
+

Skalen- und Halbtontransposition können kombiniert werden. Zuerst wird die Skala verändert, dann erst der Halbton. Mit diesen Kombinationen ergeben sich viele kreative Möglichkeiten!

+
+
+
+

4.3. Muster-Editor

+
+

Der [C] Muster-Editor ermöglicht das eigentliche Komponieren. Dazu setzt man die Töne, auch "Schritte" genannt, um einen Takt zu bilden. Das Muster ist genau so lang wie ein Takt und wird von links nach rechts abgespielt. Man hat dabei einige Möglichkeiten zur klanglichen Gestaltung, die nun erklärt werden.

+
+
+

Das Muster ist immer so lang wie man in der Werkzeugleiste (s. Buchstabe H) eingestellt hat. Es werden niemals gesetzte Schritte gelöscht! Macht man die Takte kürzer werden Töne "zu weit rechts" lediglich ignoriert. Sie sind wieder zu sehen sobald man die Takte wieder länger macht.

+
+
+

Ist das Muster größer als der Bildschirm anzuzeigen vermag kann man entweder die Scrollleisten benutzen oder zoomen. Hierzu hält man die STRG Taste gedrückt und dreht das Mausrad hoch oder runter.

+
+
+

Zu oberst sieht man die momentan [M] Aktivierte Spur, bzw. das zur Spur gehörige Muster.

+
+
+

Das Muster selbst ist in Reihen und Spalten angelegt. Die Reihen symbolisieren die (einstellbaren) Tonhöhen, die Spalten zeigen deren rhythmische Abfolge und Position im Takt.

+
+
+

4.3.1. Länge und Lautstärke

+
+

Ein [S] Schritt ist ein graues bzw. farbiges Kästchen. Grau bedeutet Pause, farbig bedeutet [T] Klingender Ton. Ein klick mit der linken Maustaste schaltet die Schritte an und aus.
+Ein Rechtsklick öffnet das Kontextmenü. Hier kann man alle (gerade sichtbaren) Schritte einschalten, ausschalten oder die gesetzen Schritte tauschen; Aus An wird Aus und umgekehrt. Hierbei gehen alle Lautstärke Informationen (s.u.) verloren.

+
+
+

Alle Schritte sind grundsätzlich gleich lang. [V] Besondere Tonlängen sind aber auch möglich: Hält man die linke Maustaste gedrückt, nachdem man einen Schritt aktiviert hat kann man mit einer Bewegung nach links oder rechts den Ton verkürzen oder verlängern. Es muss mindestens die Hälfte der Länge sein. Ein Ton ist höchstens so lang wie der Takt selbst.

+
+
+

Man kann soviele Schritte hintereinander oder gleichzeitig einschalten wie man möchte. Somit lassen sich auch [W] Akkorde bilden.

+
+
+

Schritte können unterschiedliche [U] Lautstärken haben. Dazu benutzt Patroneo die sogenannte Midi Velocity. Hält man den Mauszeiger über einen aktivierten Schritt kann man durch Drehung des Mausrades diesen Ton leiser oder lauter machen. Die Lautstärken werden als Zahlen zwischen 1 und 127 angezeigt. Möchte man alle Lautstärken auf einmal sehen kann man mit dem Mausrad (mittlere Maustaste) in den freien Bereich links oder rechts des Musters klicken. Zusätzlich sieht ein Schritt umso durchsichtiger aus je leiser er ist. Schaltet man den Schritt an und aus wird die Lautstärke wieder auf den Normalwert gesetzt. Dieser ergibt sich aus der Durchschnittslautstärke aller Töne dieses Musters.

+
+
+

Um alle Töne eines Musters leiser oder lauter zu machen kann man die [M] Velocity Knöpfe benutzen. Klickt man diese an ändert sich die Lautstärke um je 1. Hält man allerdings den Mauszeiger über einen Knopf und dreht das Mausrad ändert sich die Velocity um je 10! Dabei ist es egal über welchem Velocity Knopf (plus oder minus) man schwebt.

+
+
+
+

4.3.2. Tonhöhen, Skala und Tonleiter

+
+

Klicke mit der mittleren Maustaste auf einen Schritt um den Ton zu hören, den dieser abspielt. Hiermit kannst du schonmal "vorhören", bevor du dich entscheidest einen Ton zu setzen. Tipp: Halte die mittlere Maustaste gedrückt und fahre mit der Maus über die Schritte auf und ab.

+
+
+

Welche tatsächliche Tonhöhe abgespielt wird ("Midi Key") entscheidet die [R] Skala, teilweise auch Tonleiter genannt. Patroneo arbeitet immer mit Achtstufigen Skalen. Im Normallfall handelt es sich hierbei tatsächlich um eine Tonleiter: Sieben verschiedene Töne und oben drauf der oktavierte Grundton.

+
+
+

Solche normalen [Q] Tonleitern kann man direkt auswählen. So z.B. etwa Dur, Moll, verschiedene sogenannte "Kirchentonleitern", aber auch die Blues Töne oder chromatische Reihen (z.B. um Schlagzeug-Software anzusteuern).
+Wählt man aus der Liste eine Tonleiter aus so wird diese auf der untersten Reihe gebildet. In der Regel ist dies auch der tiefste Ton. Auf unserem Bild ist dies Ton 60 / C4, links unten. Man muss also zuerst den Grundton direkt auswählen und anschließend eine [Q] Tonleiter auswählen.

+
+
+

Um sowohl den Grundton als auch die gesamte Skala nachträglch in ihrer Tonhöhe zu verändern gibt es vier Knöpfe:

+
+
+
    +
  • +

    [O] Halbton Plus oder Minus verschiebt die ganze Skala nach oben oder unten um je einen Halbton. Dies ist nicht zu verwechseln mit der nur zeitweisen Transposition aus dem Spureditor (s. Buchstabe X). Man spricht hier auch von destruktiver Veränderung, da man die Werte selbst dauerhaft ändert.

    +
  • +
  • +

    [P] Oktave Plus oder Minus verschiebt direkt um eine ganze Oktave. Man könnte auch 12 mal auf den Halbtonknopf drücken. Kann man aber auch lassen.

    +
  • +
+
+
+

Wie in der Skalentransposition (s. Buchstabe Y) bereits beschrieben ist es aber auch möglich selbst jeden beliebigen Wert zwischen 0 und 127 in die [R] Felder der Skala einzutragen. Die Töne müssen weder musikalisch sinnvolle Abstände haben, noch müssen sie aufsteigend oder absteigend sortiert sein.

+
+
+
+

4.3.3. Schatten

+
+

Oft möchte man zu einer existierenden Spur noch weitere Töne in einem anderen Muster setzen. Eine zweite Stimme, Frage/Antwort-Technik etc. +Als Hilfe gibt es die Möglichkeit sich andere Spuren als [2] Schatten anzeigen zu lassen. Dazu einfach mit der mittleren Maustaste auf die Spur klicken, die man sehen möchte. Das geht nur im Taktbereich, nicht auf den Spurnamen oder auf der Zeitleiste.

+
+
+

Du kannst so viele Schatten anzeigen, bist du die Übersicht verlierst. Alle Schatten verschwinden sobald die ausgewählte Spur wechselt.

+
+
+
+
+

4.4. Gruppierung im Muster

+
+

Die Gruppierung gehört zur Taktart.

+
+
+

Wie bereits oben beschrieben stellt Schritte pro Takt die Länge des Musters ein. Patroneo startet mit 8 Schritten pro Takt bei einem neuen Projekt (s. Bild). Ganz rechts ist eine Auswahlliste, die bei einem neuen Projekt auf "Viertel" steht. Man startet also mit einem traditionellen 8/4 Takt.

+
+
+

Durch das Feld gruppiert in je kann man nun die Schritte in Gruppen zusammenfassen, wobei jede Gruppe so lang ist wie in der Auswahlliste angegeben. Damit kann man seine Taktart weiter unterteilen. Der "Beat", also das Tempo, orientiert sich dabei an den Hauptschlägen, der jeweils erste Schritt einer Gruppe.

+
+
+
Beispiele
+
    +
  • +

    Ein 4/4 Takt mit Achtelnoten als kleinste Rhythmuseinheit

    +
    +
      +
    • +

      8 Schritte pro Takt / Gruppiert in je 2 / Jede Gruppe eine Viertel

      +
    • +
    +
    +
  • +
  • +

    Ein 4/4 mit Triolen als kleinste Rhythmuseinheit ("Swing")

    +
    +
      +
    • +

      9 Schritte / Gruppiert zu 3 / Gruppe ergibt Viertel

      +
    • +
    +
    +
  • +
  • +

    Ein 12/8 Takt

    +
    +
      +
    • +

      12 Schritte / Gruppiert zu 1 / Gruppe ergibt Achtel

      +
    • +
    +
    +
  • +
  • +

    Ein 8/4 Takt mit Sechzehntelnoten

    +
    +
      +
    • +

      32 Schritte / Gruppiert zu 4 / Gruppe ergibt Viertel

      +
    • +
    +
    +
  • +
+
+
+

Normalesweise stellt man die Taktart relativ am Anfang eines neuen Kompositionsprozesses ein. Es kommt jedoch immer mal wieder vor, dass man kleinere Rhythmuswerte braucht, als man anfangs dachte. Wenn man einfach den Wert der Gruppierung erhöht erhält man zwar mehr Unterteilungen, die Anzahl der Schritte bleibt jedoch gleich. Ebenso bleiben die Noten genau in der "Spalte" stehen, in der sie vorher standen. In anderen Worten: die Musik wird anders klingen. Insgesamt wird auch der Takt kürzer, da die gleiche Anzahl von Schritten nun auf kürzere Schritte verteilt wird.

+
+
+

Patroneo bietet deswegen die Funktion [3] Gruppierung Umwandeln, um die bestehende Taktstruktur zu verändern und bereits gesetzte Schritte so zu skalieren, dass die Musik gleich klingt.

+
+
+

Klickt man auf den Knopf in der Werkzeugleiste öffnet sich ein kleines Dialogfenster, in dem man die gewünschte Gruppierung eingeben kann. Außerdem ist es möglich einzustellen, was passieren soll, wenn das Umwandeln aus musikalischen Gründen nicht komplett funktionieren würde (s.u.).

+
+
+

Oft ist ein Umwandeln problemlos möglich:

+
+
+
    +
  • +

    Wird die Gruppierung von 1 auf einen höheren Wert gesetzt funktioniert es immer

    +
  • +
  • +

    Wird die Gruppierung von 2 auf 4 gesetzt funktioniert es immer

    +
  • +
+
+
+

Bei allen anderen Umgruppierungen kommt es darauf an, ob die vorhandenen Töne nach dem Umwandeln zwischen dem neuen Raster liegen oder nicht. Der erstere Fall ist nicht möglich und du musst dich entscheiden:

+
+
+
Reaktion auf Fehler. Falls unmöglich:
+
    +
  • +

    Nichts machen (Voreinstellung)

    +
    +
      +
    • +

      Der Vorgang wird abgebrochen, alles bleibt wie vorher.

      +
    • +
    +
    +
  • +
  • +

    Falsche Schritte löschen

    +
    +
      +
    • +

      Alles was zwischen dem Raster herauskommen würde wird gelöscht bzw. verworfen.

      +
    • +
    +
    +
  • +
  • +

    Falsche Schritte mit einbinden

    +
    +
      +
    • +

      Unmögliche Positionen werden auf die nächstmögliche Position geschoben. Dies führt in jedem Fall dazu, dass die Musik nun anders klingt. Meist werden dadurch mehrere Noten übereinander geschoben und bilden Akkorde.

      +
    • +
    +
    +
  • +
+
+
+

Mit ein wenig Erfahrung wird man abschätzen können, was man braucht.

+
+
+
+
+
+

5. Entwicklung

+
+
+

Die weitere Entwicklung Patroneos besteht aus der Verbesserung in den Bereichen Stabilität und Programmgeschwindigkeit. +Neue Funktionen werden zwar nicht kategorisch ausgeschlossen, sind aber erst nach Langzeitbeobachtung des Nutzerverhaltens möglich.

+
+
+

5.1. Übersetzungen

+
+

Patroneo ist mit Hilfe der Qt-Toolchain sehr einfach zu übersetzen, ohne, dass man dafür Programmieren muss. +Die einfachste Variante ist es einfach die Entwickler anzusprechen und sie werden die neue Sprache einrichten.

+
+
+

Hier ist dennoch die komplette Anleitung, um eine Übersetzung komplett alleine anzufertigen und in das Programm einzubinden.

+
+
+
    +
  • +

    Öffne ein Terminal und navigiere ins Patroneo Verzeichnis

    +
  • +
  • +

    Im Patroneo Verzeichnis: cd gui/translations

    +
  • +
  • +

    Bearbeite die Datei config.pro mit einem Texteditor

    +
    +
      +
    • +

      Hänge in der 2. Zeile den Namen deiner Sprache an, in der Form XY.ts, wobei XY der Sprachcode ist.

      +
    • +
    • +

      Achte darauf ein Leerzeichen zwischen den einzelnen Sprachen zu lassen

      +
    • +
    +
    +
  • +
  • +

    Führe pylupdate5 config.pro aus.

    +
    +
      +
    • +

      Das Programm hat nun eine neue .ts Datei im translations Verzeichnis generiert

      +
    • +
    +
    +
  • +
  • +

    Starte Qt Linguist mit linguist-qt5 (kann evtl. anders heißen) und öffne von dort deine neu generierte Datei

    +
  • +
  • +

    Wähle deine "Target Language", also Zielsprache, aus und benutze das Programm um eine Übersetzung anzufertigen

    +
  • +
  • +

    Sende uns die .ts Datei, z.B. per E-Mail an info@laborejo.org (s.u bei Bugs und Programmfehler für mehr Kontaktmöglichkeiten)

    +
  • +
+
+
+

Die Übersetzung kannst du auch selbst, zum Testen, in Patroneo einbinden. Dafür sind rudimentäre Python Kentnisse nötig.

+
+
+
    +
  • +

    Im Qt Linguist "Datei" Menü ist eine "Release" Option. Das erstellt eine .qm Datei im gleichen Verzeichnis wie deine .ts Datei.

    +
  • +
  • +

    Öffne die patroneo Starterdatei im Texteditor

    +
    +
      +
    • +

      Scrolle nach ganz unten, dort wird die Sprache eingestellt.

      +
    • +
    • +

      Um deinen Sprachstring herauszufinden (German, Esperanto etc.) entferne die # Raute aus der bereits vorhandenen Zeile #print (language). Starte NSM aus einem Terminal, starte Patroneo und der Sprachstring wird dort ausgegeben (man muss ein bischen suchen)

      +
    • +
    • +

      Am Ende der Datei ist ein Dictionary supportedLanguages. Füge deine Sprache hinzu. z.B. {"German":"de.qm", "Esperanto:"eo.qm"}

      +
    • +
    +
    +
  • +
+
+
+
+

5.2. Bugs und Programmfehler

+
+

Falls du einen Fehler im Programm entdeckst (oder es zu langsam läuft) melde dich bitte bei auf die Art und Weise, die dir am besten passt.

+
+
+
Kontaktmöglichkeiten
+ +
+
+
+
+
+ + + \ No newline at end of file diff --git a/documentation/out/index.html b/documentation/out/index.html new file mode 100644 index 0000000..cb3e7c9 --- /dev/null +++ b/documentation/out/index.html @@ -0,0 +1,459 @@ + + + + + + + +Patroneo Multi-Language Documentation + + + + +
+
+

Patroneo Multi-Language Documentation

+
+
+

This site is part of the Laborejo Software Suite

+
+
+

Please choose a language

+
+
+ +
+
+
+
+ + \ No newline at end of file diff --git a/documentation/out/overview-english.png b/documentation/out/overview-english.png new file mode 100644 index 0000000..2c388b9 Binary files /dev/null and b/documentation/out/overview-english.png differ diff --git a/documentation/out/overview-german.png b/documentation/out/overview-german.png new file mode 100644 index 0000000..7ff301a Binary files /dev/null and b/documentation/out/overview-german.png differ diff --git a/documentation/overview-english.png b/documentation/overview-english.png new file mode 100644 index 0000000..2c388b9 Binary files /dev/null and b/documentation/overview-english.png differ diff --git a/documentation/overview-german.png b/documentation/overview-german.png new file mode 100644 index 0000000..7ff301a Binary files /dev/null and b/documentation/overview-german.png differ diff --git a/documentation/overview.xcf b/documentation/overview.xcf new file mode 100644 index 0000000..90360e9 Binary files /dev/null and b/documentation/overview.xcf differ diff --git a/engine/__init__.py b/engine/__init__.py new file mode 100644 index 0000000..6fb79af --- /dev/null +++ b/engine/__init__.py @@ -0,0 +1,31 @@ +#! /usr/bin/env python3 +# -*- coding: utf-8 -*- +""" +Copyright 2018, Nils Hilbricht, Germany ( https://www.hilbricht.net ) + +This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), +more specifically its template base application. + +The Template Base Application is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +""" + +import logging; logging.info("import {}".format(__file__)) + +#This file only exists as a reminder to _not_ create it again wrongly in the future. + +#from .api import * #Do not star-import here! +#This leads to uncontrollable behaviour because importing _any_ file from engine will first import this init file, which would trigger the api to start its session. +#Instead use explicit import to get the api. + +#No!: import engine.api as api #This loads the engine and starts a session. diff --git a/engine/api.py b/engine/api.py new file mode 100644 index 0000000..b62e877 --- /dev/null +++ b/engine/api.py @@ -0,0 +1,25 @@ +#! /usr/bin/env python3 +# -*- coding: utf-8 -*- + +import template.engine.api #we need direct access to the module to inject data in the provided structures. but we also need the functions directly. next line: +from template.engine.api import * + + +#New callbacks +class ClientCallbacks(Callbacks): #inherits from the templates api callbacks + def __init__(self): + super().__init__() + +#Inject our derived Callbacks into the parent module +template.engine.api.callbacks = ClientCallbacks() +from template.engine.api import callbacks + + +_templateStartEngine = startEngine +def startEngine(nsmClient): + _templateStartEngine(nsmClient) + + #Send initial Data etc. + + #Send initial Callbacks to create the first GUI state. + diff --git a/engine/config.py b/engine/config.py new file mode 100644 index 0000000..9fb764d --- /dev/null +++ b/engine/config.py @@ -0,0 +1,40 @@ +#! /usr/bin/env python3 +# -*- coding: utf-8 -*- + +#Do not change these during runtime! + +METADATA={ + #The pretty name of this program. Used for NSM display and Jack client name + #Can contain everything a linux file/path supports. Never change this or it will break the + #session, making your file unable to load and destroying saved Jack connections. + "name" : "Patroneo", + + #Set this to the name the user types into a terminal. + #MUST be the same as the binary name as well as the name in configure. + #Program reports that as proc title so you can killall it by name. + #Should not contain spaces or special characters. We use this as save file extension as well + #to distinguish between compatible program versions. In basic programs this will just be e.g. + #patroneo. But in complex programs with a bright future it will be "laborejo1" "laborejo2" etc. + "shortName" : "patroneo", + + "version" : "1.1", + "year" : "2019", + "author" : "Laborejo Software Suite", + "url" : "https://www.laborejo.org/patroneo", + + "supportedLanguages" : {"German":"de.qm"}, + + #Show the About Dialog the first time the program starts up. This is the initial state for a + #new instance in NSM, not the saved state! Decide on how annoying it would be for every new + #instance to show about. Fluajho does not show it because you add it many times into a session. + #Patroneo does because its only added once. + "showAboutDialogFirstStart" : True, + + #If your program handles very small duration with n-tuplets you should increase D4. + #This will not be visible to the outside jack world + "quarterNoteInTicks" : 96, + + #How many audio outputs do you want? must be pairs. These are just unconnected jack outputs + #that need to be connected internally to instrument outputs like fluidsynth + "cboxOutputs" : 2 * 0, +} diff --git a/engine/main.py b/engine/main.py new file mode 100644 index 0000000..db5934c --- /dev/null +++ b/engine/main.py @@ -0,0 +1,50 @@ +#! /usr/bin/env python3 +# -*- coding: utf-8 -*- +""" +Copyright 2018, Nils Hilbricht, Germany ( https://www.hilbricht.net ) + +This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), +more specifically its template base application. + +The Template Base Application is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +""" + +import logging; logging.info("import {}".format(__file__)) + +from template.engine.data import Data as TemplateData +import template.engine.sequencer + +class Data(template.engine.sequencer.Score): + """There must always be a Data class in a file main.py. + Simply inheriting from engine.data.Data is easiest. + + You need to match the init parameters of your parent class. They vary from class to class + of course. Simply copy and paste them from your Data parent class + + There is also engine.sequencer.Score and engine.sampler_sf2.Sf2""" + + def __init__(self, parentSession, tracks=None, tempoMap=None): + super().__init__(parentSession, tracks, tempoMap) + self.addTrack("Welt") + +class Track(template.engine.sequencer.TemplateTrack): + def __repr__(self) -> str: + return f"Client Example Track: {self.name}" + + def __init__(self, parentScore, name=None): + super().__init__(parentScore, name) + print (self) + +#Dependency Injections. +template.engine.sequencer.Track = Track #Score will look for Track in its module. diff --git a/patroneo b/patroneo new file mode 100755 index 0000000..834f613 --- /dev/null +++ b/patroneo @@ -0,0 +1,9 @@ +#! /usr/bin/env python3 +# -*- coding: utf-8 -*- + +from template import start #Executes various start up checks and sets up our environment likes search paths + +from qtgui import mainwindow #which in turn imports the engine and starts the engine +with start.profiler(): + mainwindow.MainWindow().qtApp.exec_() + #Program is over. Code here does not get executed. Quit is done via NSM in mainWindow._nsmQuit diff --git a/qtgui/__init__.py b/qtgui/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/qtgui/designer/mainwindow.py b/qtgui/designer/mainwindow.py new file mode 100644 index 0000000..94ee92e --- /dev/null +++ b/qtgui/designer/mainwindow.py @@ -0,0 +1,39 @@ +# -*- coding: utf-8 -*- + +# Form implementation generated from reading ui file 'mainwindow.ui' +# +# Created by: PyQt5 UI code generator 5.11.3 +# +# WARNING! All changes made in this file will be lost! + +from PyQt5 import QtCore, QtGui, QtWidgets + +class Ui_MainWindow(object): + def setupUi(self, MainWindow): + MainWindow.setObjectName("MainWindow") + MainWindow.resize(800, 504) + self.centralwidget = QtWidgets.QWidget(MainWindow) + self.centralwidget.setObjectName("centralwidget") + MainWindow.setCentralWidget(self.centralwidget) + self.menubar = QtWidgets.QMenuBar(MainWindow) + self.menubar.setGeometry(QtCore.QRect(0, 0, 800, 20)) + self.menubar.setObjectName("menubar") + self.menuInsert_Item = QtWidgets.QMenu(self.menubar) + self.menuInsert_Item.setObjectName("menuInsert_Item") + MainWindow.setMenuBar(self.menubar) + self.statusbar = QtWidgets.QStatusBar(MainWindow) + self.statusbar.setObjectName("statusbar") + MainWindow.setStatusBar(self.statusbar) + self.actionRofl = QtWidgets.QAction(MainWindow) + self.actionRofl.setObjectName("actionRofl") + self.menubar.addAction(self.menuInsert_Item.menuAction()) + + self.retranslateUi(MainWindow) + QtCore.QMetaObject.connectSlotsByName(MainWindow) + + def retranslateUi(self, MainWindow): + _translate = QtCore.QCoreApplication.translate + MainWindow.setWindowTitle(_translate("MainWindow", "MainWindow")) + self.menuInsert_Item.setTitle(_translate("MainWindow", "Insert Item")) + self.actionRofl.setText(_translate("MainWindow", "Rofl!")) + diff --git a/qtgui/designer/mainwindow.ui b/qtgui/designer/mainwindow.ui new file mode 100644 index 0000000..8adc71e --- /dev/null +++ b/qtgui/designer/mainwindow.ui @@ -0,0 +1,42 @@ + + + MainWindow + + + + 0 + 0 + 800 + 504 + + + + MainWindow + + + + + + 0 + 0 + 800 + 20 + + + + + Insert Item + + + + + + + + Rofl! + + + + + + diff --git a/qtgui/mainwindow.py b/qtgui/mainwindow.py new file mode 100644 index 0000000..f3418b9 --- /dev/null +++ b/qtgui/mainwindow.py @@ -0,0 +1,82 @@ +#! /usr/bin/env python3 +# -*- coding: utf-8 -*- +""" +Copyright 2018, Nils Hilbricht, Germany ( https://www.hilbricht.net ) + +This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), +more specifically its template base application. + +The Template Base Application is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +""" +import logging; logging.info("import {}".format(__file__)) + +#Standard Library Modules +import os.path +#Third Party Modules +from PyQt5 import QtWidgets, QtCore, QtGui +#Template Modules +from template.qtgui.mainwindow import MainWindow as TemplateMainWindow +from template.qtgui.menu import Menu +from template.qtgui.about import About + +#User modules +import engine.api as api + +class MainWindow(TemplateMainWindow): + + def __init__(self): + """The order of calls is very important. + The split ploint is calling the super.__init. Some functions need to be called before, + some after. + For example: + + The about dialog is created in the template main window init. So we need to set additional + help texts before that init. + """ + + #Inject more help texts in the templates About "Did You Know" field. + #About.didYouKnow is a class variable. + #Make the first three words matter! + #Do not start them all with "You can..." or "...that you can", in response to the Did you know? title. + #We use injection into the class and not a parameter because this dialog gets shown by creating an object. We can't give the parameters when this is shown via the mainWindow menu. + About.didYouKnow = [ + QtCore.QCoreApplication.translate("About", "This is an example application. Extend it to your liking. Start by editing config.py") + ] + About.didYouKnow + + super().__init__() + + #New menu entries and template-menu overrides + self.menu.connectMenuEntry("actionAbout", lambda: print("About Dialog Menu deactivated")) #deactivates the original function + self.menu.addMenuEntry("menuEdit", "actionNils", "Nils", lambda: print("Merle")) + self.menu.connectMenuEntry("actionNils", lambda: print("Perle")) + + self.start() #This shows the GUI, or not, depends on the NSM gui save setting. We need to call that after the menu, otherwise the about dialog will block and then we get new menu entries, which looks strange. + + def dropEvent(self, event): + """This function does not exist in the template. + It is easiest to edit it directly than to create another abstraction layer. + + Having that function in the mainWindow will not make drops available for subwindows + like About or UserManual. """ + if True: # remove if you want to handle file drops + for url in event.mimeData().urls(): + print ("TODO: Enable this function", url) + + + for url in event.mimeData().urls(): + filePath = url.toLocalFile() + #Decide here if you want only files, only directories, both etc. + if os.path.isfile(filePath) and filePath.lower().endswith(".sf2"): + linkedPath = self.nsmClient.importResource(filePath) + print ("linked sf2 into", linkedPath) diff --git a/qtgui/resources.py b/qtgui/resources.py new file mode 100644 index 0000000..c1a54ca --- /dev/null +++ b/qtgui/resources.py @@ -0,0 +1,4087 @@ +# -*- coding: utf-8 -*- + +# Resource object code +# +# Created by: The Resource Compiler for PyQt5 (Qt v5.12.0) +# +# WARNING! All changes made in this file will be lost! + +from PyQt5 import QtCore + +qt_resource_data = b"\ +\x00\x00\x03\xae\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x01\xd8\x00\x00\x01\xd8\ +\x01\xfa\x5c\xa6\x72\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x03\x2b\x49\x44\ +\x41\x54\x58\x85\xc5\x96\xcd\x4b\xdb\x60\x1c\xc7\x13\x67\xd3\x17\ +\x74\x50\x68\x91\xc1\x0e\xc3\xe3\x84\x61\xb4\x87\xd2\x26\xc2\x60\ +\xfb\x1b\x1c\xeb\xb2\x2e\x85\xa6\xf6\xb4\x81\xa7\xc1\x04\xcb\x76\ +\x69\xbb\x31\xb0\x30\xbb\xe9\x36\xf7\xc2\x8e\x8e\x79\x55\xac\x2f\ +\xa1\x5e\x84\xa5\x35\xf4\x50\xa6\xb2\x5a\xa5\x52\xa5\x5b\x34\x6d\ +\xed\xcb\xb2\xcb\x22\x69\x9a\xd6\xa7\x1a\xba\xdf\x35\xdf\x3c\x9f\ +\x4f\x9e\xe7\x97\x5f\x02\x41\xe7\x2f\x98\xa2\xa8\xd7\x1e\x8f\xe7\ +\x03\x04\x41\x1d\x17\x58\xe7\x7c\x70\xb7\xdb\x1d\xde\xdd\xdd\xad\ +\xee\xef\xef\xff\xf1\x7a\xbd\x1f\xdb\x29\x71\x0a\xe7\x38\x4e\xe0\ +\x38\x4e\x68\xa7\x44\x1d\xbc\xad\x12\x14\x45\xbd\x52\x82\x4b\x25\ +\x46\x46\x46\xde\xb7\xb2\x26\xa8\x2d\x6c\xb5\x5a\x1d\x3c\xcf\x27\ +\x0f\x0e\x0e\x0a\x8d\x42\x87\x87\x87\x27\xb9\x5c\x2e\x85\xe3\xf8\ +\x03\xd0\xb5\x41\x42\xb0\xdb\xed\x9e\x9c\x9e\x9e\x9e\xd1\x6a\xb5\ +\xbd\x81\x40\xe0\xc9\xf6\xf6\x36\x2f\x0f\xa5\xd3\xe9\xa2\xcf\xe7\ +\x0b\x18\x0c\x06\x43\x38\x1c\x9e\xf2\x7a\xbd\x33\xa0\x12\x67\xc1\ +\x4f\xcf\x3c\x95\x4a\x55\x5c\x2e\xd7\x84\xc3\xe1\x78\x14\x8b\xc5\ +\x8e\xc5\xad\x4f\x24\x12\x85\xe1\xe1\x61\x1f\x49\x92\xc1\xad\xad\ +\xad\x92\x5a\x3d\xa1\xd8\x70\x72\x09\x25\x78\x2b\x8d\x79\xa9\x09\ +\x7c\x72\x7c\x7c\xdc\xdd\xdd\xdd\x5d\x73\xb3\x4e\xa7\xeb\xb0\x5a\ +\xad\x16\x9a\xa6\x7f\xac\xae\xae\x7e\x5d\x5b\x5b\x8b\x22\x08\x72\ +\x79\x6c\x6c\xec\xa1\xc9\x64\xd2\x48\xb3\x1a\x8d\x06\xc6\x30\xec\ +\x06\xcf\xf3\xbd\xeb\xeb\xeb\xdf\x20\x08\x12\x80\x1e\x1d\xc7\xf1\ +\x3b\x0c\xc3\x9c\x34\xea\x76\x8e\xe3\x04\x9a\xa6\x8f\x2d\x16\xcb\ +\x6d\x14\x45\x87\x16\x17\x17\x7f\x37\xcb\x6e\x6c\x6c\x94\x30\x0c\ +\xbb\x0f\xbc\x03\xa9\x54\x8a\x2d\x14\x0a\xda\x81\x81\x01\x6b\x57\ +\x57\x57\x5d\x26\x9d\x4e\x17\x03\x81\xc0\xf3\xf9\xf9\xf9\xb7\x99\ +\x4c\xe6\x67\xa5\x52\x29\xf6\xf5\xf5\xe1\x46\xa3\x11\x91\x67\xb3\ +\xd9\x6c\xd9\xef\xf7\xbf\x9c\x9b\x9b\x7b\x01\xf4\xf4\xd2\x72\x3a\ +\x9d\x4f\x93\xc9\x64\xcd\x4e\x88\x67\x2e\xcf\xca\x1b\x93\xe3\x38\ +\x61\x73\x73\xb3\x44\x92\xa4\xbf\x65\x70\x23\x89\x46\x70\x25\x09\ +\x55\xe0\x52\x89\x48\x24\xc2\x35\x83\x4b\x25\x16\x16\x16\x7e\xa9\ +\x06\x17\x0b\x45\xd1\x5b\xa0\xd9\xfe\xfe\x7e\x3b\x68\x16\x78\x48\ +\x74\x76\x76\x96\x41\xb3\x30\x0c\xeb\x41\xb3\x40\x45\x92\x64\x70\ +\x79\x79\xf9\xc8\xe9\x74\x3e\x3e\x2b\x4b\x10\xc4\xe8\xca\xca\xca\ +\x91\xcb\xe5\x9a\x50\x0d\x2e\x4e\xb8\x44\x22\x91\x6f\x26\x41\x10\ +\xc4\x28\xcb\xb2\xc7\xd2\x89\xa9\x1a\x5c\xf2\x1a\x2a\x4a\x48\xe1\ +\xf2\xb1\xad\x1a\xbc\x91\x84\x12\xfc\x42\x12\x76\xbb\xdd\xc9\xb2\ +\x6c\xb9\xd9\x78\x8d\x44\x22\x1c\x8a\xa2\x43\x83\x83\x83\x37\x97\ +\x96\x96\x8e\x9a\x65\xe3\xf1\x78\x09\xc3\x30\x42\x89\xa5\x38\x8a\ +\x77\x76\x76\xe2\xd5\x6a\xf5\xaa\xcd\x66\x43\x11\x04\x81\xe5\xd7\ +\xb3\xd9\x6c\x39\x14\x0a\x85\x7a\x7a\x7a\xcc\x66\xb3\xf9\x0a\xc3\ +\x30\xdf\x1b\x8d\xed\x7c\x3e\x2f\x04\x83\xc1\x4f\xb3\xb3\xb3\xcf\ +\x20\xd0\x8f\xd1\xbf\x82\x3d\x1e\xcf\x9b\xbd\xbd\xbd\x9a\xcf\xb1\ +\x38\xe1\xc4\x6d\x17\x8f\x43\x69\x6c\x67\x32\x19\xf1\x17\xed\xfc\ +\xff\x04\x52\x09\x39\x5c\xde\x13\x52\x09\x35\xe0\x35\x12\xb1\x58\ +\xec\x44\x09\xae\x24\xc1\x30\x4c\x51\x2d\xf8\xa9\x84\xcd\x66\xbb\ +\xd7\xac\xdb\xa5\x12\x18\x86\xdd\x85\x20\xa8\xae\x77\x94\x0a\xd4\ +\x50\x88\x46\xa3\x9f\xf5\x7a\xfd\x75\x93\xc9\x64\x68\x14\x32\x1a\ +\x8d\x3a\xad\x56\x7b\x8d\xa6\xe9\x2f\x50\x8b\x0d\x07\x5a\x8a\x8d\ +\xa9\xf6\x99\xb7\x2c\xd1\x4e\x78\x9d\xc4\xff\x80\x4b\x25\xde\x51\ +\x14\x35\x05\x01\x36\x9c\x52\xfd\x05\xed\x5a\xa6\x43\x90\x43\xd4\ +\xd6\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x02\xbb\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x26\x00\x00\x00\x1e\x08\x06\x00\x00\x00\x40\x14\x6c\x6e\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x03\xb4\x00\x00\x03\xb4\ +\x01\xd8\x39\x88\xbf\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\x0b\x74\x45\ +\x58\x74\x54\x69\x74\x6c\x65\x00\x53\x68\x61\x70\x65\x26\xef\x99\ +\x91\x00\x00\x02\x21\x49\x44\x41\x54\x58\x85\xcd\xd7\x3d\x68\x13\ +\x71\x18\xc7\xf1\xdf\xf3\xbf\x88\x16\xdb\x26\xb1\x20\x22\x08\xf1\ +\x42\x17\x4d\xd2\x2a\x75\x10\xba\x58\x70\x71\x89\x08\x82\x83\xae\ +\x5d\xec\xe0\x26\xb8\x58\x9c\xc4\xd9\x0a\x8e\x22\x14\x37\x11\x71\ +\xe9\xa0\xe0\x6b\xa0\x8b\xb9\x4b\xa7\x34\x97\x48\x41\x07\xb9\xe6\ +\xce\x06\x94\x36\x77\x8f\x43\xcf\xe6\x4f\x68\x2f\x2f\x77\x97\xf8\ +\x5d\x92\x70\x2f\xf9\xdc\x93\x67\x09\x69\x86\xf5\x74\x7b\x33\xbe\ +\x30\x33\x43\x3b\x08\x98\x6e\x58\x97\x19\x58\xf1\x39\xa5\x94\x53\ +\x13\xd9\xb5\x6a\xe3\x84\xc3\xcd\x1f\x7e\xf7\x12\x00\xe6\x0f\x1f\ +\xfb\xf5\xb6\xb8\xbe\x75\x3c\x28\x0c\x00\xf9\x1f\x25\xf2\x5e\xfc\ +\xcf\xf3\x60\x60\xf0\x2c\x09\xe7\xcb\xd7\xb2\x79\x36\x04\x5c\x28\ +\x09\xe9\xbd\x2a\x14\xa5\xa0\x55\xeb\xf9\xa1\x69\xa4\x44\xdb\xe7\ +\x51\x30\xbd\x2c\x56\xea\x8b\xcc\xdc\x71\xdc\x51\xd6\x0e\x03\x76\ +\x57\xe0\x7e\xc9\xb0\x97\x3f\x6f\x6c\x8c\x0c\x5c\xe4\xb5\x1f\x0c\ +\x00\xc0\x84\x1b\xa3\x3b\x63\x9f\xf4\x75\xf3\xd4\x20\x41\xff\x3a\ +\x10\xe6\x75\x8e\x45\xac\x50\xaa\xd8\x17\x06\xa2\x91\xea\x04\x03\ +\xc0\x27\x5d\xe2\xf7\xba\x61\xdf\x8a\x9e\xd3\xaa\x0b\x18\x00\xe0\ +\x08\x83\x9f\x69\x15\xeb\x21\x33\x77\x7b\x4d\xa0\x7a\xf9\x12\x02\ +\xe1\xae\x5e\xb3\x5f\x97\xcb\xe6\x78\x64\x22\xaf\xde\x9f\x9e\x71\ +\xe5\xb7\xa2\x7c\x2c\xd6\xac\xd3\x11\x78\xf6\xea\xf7\x67\xc9\x92\ +\x8b\xd5\x52\xad\x7e\x29\x54\x8d\x54\x90\x7d\x99\x70\x5d\x5a\xd1\ +\x0c\xfb\x76\x68\x1a\xa9\x58\xf0\xeb\xf9\xb1\x66\x58\xb9\xed\xcd\ +\xf8\x02\x60\x87\x82\x02\x82\x4d\x2c\xd2\x82\x4e\xac\x09\xd0\x9d\ +\x9c\x1a\x5f\x02\x00\xdd\xb0\x42\x20\xed\x16\x04\x66\x0a\xc1\xd7\ +\x33\xa9\xc4\xbb\xd0\x34\x52\xfd\xc2\x74\x16\xc8\x67\x52\xc9\x6a\ +\xa8\x1a\xa9\x3e\x76\x8c\xdf\x8c\x38\xce\xec\x54\x2a\x11\x19\x0a\ +\xe8\x6d\x62\x0c\xc6\xa3\xac\x9a\xb8\x47\x44\x6e\x64\x22\xaf\x6e\ +\x61\x7f\x08\x34\x9f\x4d\xc7\x9f\x47\xaa\x91\xea\x02\x46\xdf\x05\ +\xe3\x6a\x26\x1d\x5f\x8d\x9e\xd3\xaa\x13\xac\x10\x13\xb1\x6b\x67\ +\x52\x47\x7d\xff\x6a\x45\xd1\x81\xcb\x4f\x8c\x17\x8d\x43\x5b\x73\ +\xc3\x40\x01\xfb\x4f\x8c\x99\xf9\x41\x2e\x9d\x5c\x1c\x34\x46\xae\ +\x1d\xd6\x00\xf1\xcd\x29\x35\xf9\x6a\x28\x1a\xa9\x16\x8c\x50\x71\ +\x9b\x4e\x7e\x7a\x72\x62\x6d\x88\x9e\xbd\xbc\x1d\xa3\x0f\xcd\xa6\ +\x72\xf1\x7f\x41\x01\x80\x20\xe0\x89\xf9\x6d\x7c\xee\xfc\xe4\xd8\ +\xcf\x61\x63\xe4\xfe\x02\x9c\xf5\xa3\xbb\x96\xa3\x3a\x87\x00\x00\ +\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x03\x3c\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x26\x00\x00\x00\x1e\x08\x06\x00\x00\x00\x40\x14\x6c\x6e\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x03\xb5\x00\x00\x03\xb5\ +\x01\x0a\x7e\x6a\x5b\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\x0b\x74\x45\ +\x58\x74\x54\x69\x74\x6c\x65\x00\x53\x68\x61\x70\x65\x26\xef\x99\ +\x91\x00\x00\x02\xa2\x49\x44\x41\x54\x58\x85\xbd\x97\xcd\x4b\x54\ +\x51\x18\x87\x9f\xf7\x5e\x23\xec\xeb\x8e\x4a\xa1\x60\xda\x28\xd6\ +\xc2\x98\x89\xb2\x02\x8d\x42\x8a\x72\x61\x9b\x48\x6a\x59\x1b\x97\ +\xd5\x4e\xff\x80\x36\x2e\x5a\xb4\x89\xa0\x8d\xb4\x49\x32\x22\xab\ +\x85\x8b\x4a\x6a\xe1\xca\x42\x87\x8c\x4a\xfc\xca\x16\x42\x99\x73\ +\x8b\x9a\x4a\xef\x7d\x5b\xe8\x84\x44\xcc\x39\x3a\x73\xfd\x2d\x67\ +\x9e\xc3\x7d\xce\xef\x3d\x9c\x3b\x23\xa9\x89\xb4\x92\x23\xae\x14\ +\x55\xd4\xc7\xb7\xcc\xe6\x62\x4c\x19\x1e\xff\x72\x44\x1c\xb7\x32\ +\x19\xf7\x7a\x4c\xec\xc0\x80\x16\x95\x56\xa7\xaf\x39\x26\x50\x44\ +\x24\x1f\xa9\xd4\x64\xba\xdd\x11\xe7\x99\x03\x3b\x4c\xec\xe8\x8c\ +\x5f\x5a\x56\xed\xf7\x0b\x72\xa9\x28\x9f\x87\xe6\xca\xc0\x80\x16\ +\x95\x55\xf9\x57\x51\x3a\x6c\xf8\xe1\xf1\xaf\xbb\x83\x85\xf0\x21\ +\xb0\x07\x20\x12\xb1\xd1\x19\xbf\x34\x58\xf0\xef\x02\xc7\x6d\xf8\ +\x91\x49\xbf\x45\x34\xec\x01\xbc\xec\x67\xc6\x51\xae\x36\x4b\x3b\ +\xd7\x41\x7b\xa9\xf9\xcb\xa2\xfa\x78\xa5\x14\x14\xb8\xb1\xe5\x9d\ +\xdf\x01\x62\x26\x76\x6c\x4c\x37\x66\x9c\xaf\x37\x51\xbd\xf0\xbf\ +\xef\x0b\xd6\xd8\x8a\x9d\x1b\xa5\xde\x4c\x7d\xaf\xc8\xb8\xfe\x73\ +\xe4\xff\x52\x50\x80\xc6\x4c\x3b\xff\x37\xa3\x93\xf3\xfb\x16\xc3\ +\x85\x3e\xa0\x2a\x17\x97\x97\xd8\xab\xb1\x6f\xdb\x33\xae\x7f\x0f\ +\x38\x6a\xc3\xa7\x26\xd2\x6d\x81\xd2\x0d\x6c\x32\xb1\x6b\x16\x7b\ +\x3d\x31\x9f\x0c\x08\xfa\x80\x6a\xab\x05\xca\x09\xa0\x15\xb0\xba\ +\x17\xd7\x74\xc6\x52\x13\xe9\xb6\x10\x19\x14\x5b\x29\x40\xd1\xd3\ +\xb6\x52\xab\x16\x53\x55\x49\x4d\xa6\x3b\x80\x1e\x2c\xc6\x91\x4f\ +\xac\x47\x39\x32\x3b\xbb\x39\x35\xe5\xdf\x16\xe5\x4c\x94\x42\xd9\ +\x58\x89\x8d\x8c\xcd\x55\x4a\xc6\x7d\x80\x72\x20\x6a\xa1\x6c\x8c\ +\xa3\x0c\x43\x1a\xc4\x75\x87\xd6\x53\x0a\x22\x78\x25\x15\x2a\x46\ +\x31\xc7\x61\x48\x83\xa0\x01\xe1\xe5\x7a\x08\xfd\x7d\xae\x0d\x94\ +\xac\x2b\xfb\xa8\xc5\x3f\x8f\xa9\x70\x3f\x6a\xa1\x6c\xac\x47\x99\ +\x2c\x2f\xff\x9e\xd8\xe5\x9d\x45\xe8\x04\xc2\x08\x9d\x80\x55\x9e\ +\x31\x11\xd1\x44\x3c\xd6\x05\x9c\x07\x7e\x44\xa3\xb4\x94\x35\x1d\ +\xfe\x44\x4d\xac\xd7\x41\x1b\x15\xa6\x6d\xd7\x08\xf2\x08\xc8\xf9\ +\xff\x22\x6f\x31\x80\xbd\x35\x25\x23\x41\xe0\x1e\x04\x5e\x58\x2d\ +\x10\x9e\x00\xe7\xb0\x6c\x3a\xaf\xeb\x62\x7f\xdd\xd6\x4f\xc5\x81\ +\x77\x12\x95\x6e\x1b\x3e\x51\x13\xeb\x75\x45\x9b\x80\x0f\x91\x8a\ +\x01\xd4\xd5\xc9\xaf\x44\xad\x77\x51\x45\xaf\x00\x81\x89\xaf\x8f\ +\x97\x0c\x2f\x06\x6e\x03\x86\xa6\x0b\x76\xc1\x26\xe3\x25\xd7\x55\ +\xa4\x15\x48\x9b\x58\x9b\xa6\x0b\x7a\xf3\x27\xe3\x5e\x7f\xa8\xce\ +\x61\xe0\xad\x89\x35\x35\x5d\xf0\x57\xd2\xbe\xda\x6d\xef\xdd\x0d\ +\xd2\x04\x3c\xb5\xe1\x57\x34\xed\x47\x2a\x06\x50\xbf\xd3\xfb\x32\ +\x37\xed\xb5\xa0\x74\xd9\xc9\x79\xfd\xa1\x3a\x87\x80\x77\x91\x8a\ +\x01\x34\x37\xcb\x62\xa2\x36\xd6\x09\xb4\x03\xbf\x4d\xfc\x72\xd3\ +\x8d\x2c\x37\x1d\xf9\xaf\x8b\x44\x4d\xec\x96\x88\x9e\xd2\x90\xcf\ +\x26\x36\xdb\xb4\xc0\x8d\x3f\xdd\x96\xf1\x25\x4a\xd3\x97\xc3\x00\ +\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\xe8\xb7\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x06\x24\x00\x00\x02\x58\x08\x06\x00\x00\x00\xe2\xca\x8e\x48\ +\x00\x00\x1b\x0d\x7a\x54\x58\x74\x52\x61\x77\x20\x70\x72\x6f\x66\ +\x69\x6c\x65\x20\x74\x79\x70\x65\x20\x65\x78\x69\x66\x00\x00\x78\ +\xda\xdd\x9a\x59\x92\x5c\x39\x72\x45\xff\xb1\x0a\x2d\x01\xf3\xb0\ +\x1c\x00\x0e\x98\x69\x07\xbd\x7c\x9d\x8b\x08\x92\x55\xac\x52\x9b\ +\xa9\x5b\x5f\x4d\x56\x31\x33\x23\x23\xde\x03\x7c\xb8\x83\xe3\xb9\ +\xf3\x8f\xff\xbe\xee\xbf\xf8\x53\x73\xea\x2e\x97\xd6\xeb\xa8\xd5\ +\xf3\x27\x8f\x3c\xe2\xe4\x9b\xee\x3f\x7f\x3e\x5f\x83\xcf\xef\xdf\ +\xf7\x27\x66\x5f\xbf\xaf\xfe\xe9\x75\x57\xba\x8f\x9f\x77\xf0\x52\ +\xe2\x6b\xfa\xfc\xa2\x9e\xcf\xd7\x30\x79\xbd\xfc\xfa\x40\xcb\xdf\ +\xd7\xd7\x9f\x5f\x77\x6d\x7f\xef\xd4\xbf\x17\xfa\xfe\xe2\xc7\x05\ +\x93\xee\xac\x5b\x7d\xdf\xd7\xbf\x17\x4a\xf1\xf3\x7a\xf8\xfe\xec\ +\xc6\xf7\x73\x33\xff\x61\x3b\xdf\xff\x57\xfa\x5e\x6e\x7e\x7e\xf5\ +\xfb\xcf\xb9\x11\x0c\x2b\x5c\x2f\x45\x17\x4f\x0a\xc9\xf3\x6f\xd5\ +\x5d\x78\x67\x48\x3d\x4d\xbe\x0e\xfe\x0d\xa9\xf0\x26\xfd\x9d\x29\ +\xbf\x57\x62\x6a\x7f\x1f\x3b\xf7\xf3\xdb\xdf\x82\x57\x7f\x6c\xf1\ +\xb7\xd8\xf9\xf9\x7d\x47\xfa\x73\x28\xdc\x37\x07\x7c\xf2\xb7\x18\ +\x7d\x5f\x0f\xe5\xef\x63\xf7\x22\xf4\xc7\x15\x85\x1f\xdf\xc6\x3f\ +\xff\x82\x05\xfe\x28\x82\xbf\xc4\xee\x5e\xeb\xf7\x9e\xcf\xee\x66\ +\xae\x44\xaa\xba\xef\xa6\xfc\xf7\x12\xef\x3b\xde\xb8\x08\x65\x7a\ +\x1f\xab\xfc\x6d\xfc\x5f\xf8\xbe\xbd\xbf\x83\xbf\x9d\x2d\x6e\x32\ +\x66\x64\x73\xf1\x77\xbb\x30\x42\x24\xda\x37\xe4\x60\x61\x86\x1b\ +\xce\xfb\xba\xc3\x66\x89\x39\x9e\xd8\xf8\x1a\xe3\x8e\xe9\xbd\xd6\ +\x53\x8b\x23\xee\x97\x94\xac\xbf\xe1\xc6\x46\x1a\xcc\x91\xa3\x98\ +\x36\x59\x4b\xbc\x1c\x7f\xae\x25\xbc\xfb\x8e\x77\xbf\xcd\x26\xcd\ +\x5b\xe0\x9d\x31\x70\xb1\xc0\x27\xfe\xf2\xd7\xfd\xdd\x8b\xff\xca\ +\xdf\x9f\x17\xba\x57\xa5\x1b\x82\x82\x59\x3f\x51\x63\x5d\x51\x35\ +\xcd\x32\x94\x39\xfd\xcb\xbb\x48\x48\xb8\xdf\x98\x96\x17\xdf\xf7\ +\xd7\xfd\x4c\xeb\xaf\x3f\x4a\x6c\x22\x83\xe5\x85\xb9\xb3\xc1\xe9\ +\xd7\xe7\x12\xab\x84\x5f\xb5\x95\x5e\x9e\x13\xef\x2b\x3e\x3b\xff\ +\x69\x8d\xd0\xec\x7b\x01\x42\xc4\xbd\x0b\x8b\x09\x89\x0c\xb0\xbc\ +\x54\x02\x6b\x6c\x31\xb6\x10\x88\x63\x27\x3f\x93\x95\xc7\x94\xe3\ +\x22\x03\xa1\x94\x68\xc1\x5d\x72\x93\x52\x25\x39\x3d\xea\xde\x7c\ +\xa6\x85\xf7\xde\x58\xe2\xe7\x65\xa0\x85\x44\x94\x54\x53\x23\x35\ +\x34\x0a\xc9\xca\xb9\x50\x3f\x2d\x77\x6a\x68\x96\x54\xb2\x2b\xa5\ +\xd4\xd2\x4a\x2f\xa3\xcc\x9a\x6a\xae\xa5\xd6\xda\xaa\x30\x6a\xb6\ +\xd4\x72\x2b\xad\xb6\xd6\x7a\x1b\x6d\xf6\xd4\x73\x2f\xbd\xf6\xd6\ +\x7b\x1f\x7d\x8e\x38\x12\x10\x56\x46\x1d\xcd\x8d\x3e\xc6\x98\x93\ +\x9b\x4e\x2e\x3d\xf9\xf4\xe4\x1d\x73\xae\xb8\xd2\xca\xab\xac\xba\ +\xda\xea\x6b\xac\xb9\x29\x9f\x9d\x77\xd9\x75\xb7\xdd\xf7\xd8\xd3\ +\xa2\x25\xa3\xfd\xad\x5a\x73\xd6\x6d\xd8\x3c\xe1\x50\x4a\x27\x9f\ +\x72\xea\x69\xa7\x9f\x71\xe6\xa5\xd6\x6e\xba\xf9\x96\x5b\x6f\xbb\ +\xfd\x8e\x3b\x7f\x66\xed\x9b\xd5\x3f\x67\x2d\xfc\x96\xb9\x7f\x9e\ +\xb5\xf0\xcd\x9a\x32\x96\xdf\xfb\xda\xaf\xac\xf1\x72\x6b\x3f\x2e\ +\x11\x04\x27\x45\x39\x23\x63\x31\x07\x32\xde\x94\x01\x0a\x3a\x2a\ +\x67\xbe\x87\x9c\xa3\x32\xa7\x9c\xf9\x11\x69\x8a\x12\xc9\x5a\x28\ +\x4a\x8e\x05\x65\x8c\x0c\xe6\x13\x62\xb9\xe1\x67\xee\x7e\x65\xee\ +\x9f\xe6\xcd\x95\xfc\x7f\xca\x5b\xfc\xdf\x32\xe7\x94\xba\xff\x8f\ +\xcc\x39\xa5\xee\x9b\xb9\xbf\xe6\xed\x6f\xb2\x66\xf3\x31\x4a\x7a\ +\x09\x52\x17\x2a\xa6\x3e\x5d\x80\x8d\x37\x9c\x3e\x63\x9f\xe2\xa4\ +\x7f\xf9\xab\xfb\x77\x2f\xf0\xf9\xba\xcc\x8d\x74\x42\xbd\x3b\x96\ +\x62\xa5\xa6\x6c\xad\xed\x3c\xea\xb1\x5b\xe9\xba\x41\x74\x52\xdd\ +\x73\x8c\x1e\x2e\x8c\x75\x0e\xcd\x9d\xac\xcd\x9b\xcf\xf2\x6d\xa7\ +\x7a\x7b\x49\x64\x81\xa6\xb5\xd5\xfa\x68\x25\xd3\xcc\xa9\x5a\x58\ +\x7d\x54\x23\x2e\x83\x14\xac\x59\x82\xed\x11\x9b\x9f\xc9\x52\x1a\ +\xbe\xad\x1b\xca\xa5\xb2\x66\xd9\x3b\xb5\x56\x4f\x84\xf1\xef\x9e\ +\x9e\xac\x45\x58\x80\x37\xfa\xe3\xe7\x08\xd6\xfb\xcd\x53\x61\xeb\ +\x89\x37\x71\xcb\xbc\xc6\xf5\xb5\x9c\xb1\x36\x3c\x7b\xd3\xe9\x4b\ +\x58\x41\xc6\x6f\xa4\x5c\xc9\x01\x60\x07\xd9\x05\x77\xee\x2d\x93\ +\xe4\xcc\xbb\x40\x83\x5e\x48\xf4\x5a\x89\x0d\xc4\xb6\x4a\x3f\xd7\ +\x9b\xcd\x90\x2f\x1f\x67\x6b\xa3\x1c\xca\x6d\x59\x50\x29\x6a\x8b\ +\x35\x8d\xcd\xfd\xf6\xba\xf0\x1a\x41\xea\x67\x86\x43\x23\x74\xba\ +\xb7\x52\xbe\x36\xe1\xaa\x5e\x42\xcb\x2b\x1c\x13\x89\x99\x11\xb1\ +\xd4\x2f\x9f\x3c\xb5\xfb\xd4\xcb\x8c\x4b\xf5\x0d\xe5\x5c\x4a\x2b\ +\xb8\xb9\x6d\x55\x8a\xbe\xf1\x0b\x33\xdb\xab\xee\x6e\x65\x50\xc2\ +\xc4\x86\x1a\xa2\x90\xe6\x39\xed\x1e\x1a\x8c\x5a\x4a\x94\x4a\xa0\ +\xae\xd8\x0e\xbb\xca\x54\x4e\xca\x3e\x9c\x6a\x12\x5a\x60\xe1\x06\ +\xfa\xf5\xcb\x70\xca\xda\xde\xa2\xbe\xaf\x25\xb7\x78\x2c\x0c\x1b\ +\xa1\xc0\x6b\x29\x5c\x48\xd1\xda\xb8\xb6\x79\xd7\xa5\x25\xe8\xca\ +\x65\xc4\x9d\x16\x75\x29\xd3\x57\x6b\x83\xc8\x83\x96\x23\x98\x39\ +\x9c\x8c\xba\xf2\x9d\x2a\x25\xb4\x3b\xc2\xcd\xcd\xda\xda\x35\xd2\ +\x6c\x36\x23\xb5\x3d\xac\x6e\xf3\x89\x7e\x1a\xfc\xbe\x6c\xd8\xdb\ +\x6d\x56\xbf\x81\xb5\x35\x4e\x24\x71\x11\x50\xe7\x1a\xbe\x27\x9b\ +\x48\x2f\xca\xed\xc2\xcb\xa9\x1d\xbf\x5b\xb7\x44\xb5\xb1\x48\xd8\ +\x80\x16\x0c\xab\x35\xea\x6c\x75\x9a\xbc\x0f\xd7\x6d\xd3\xd3\x85\ +\x7e\x26\x13\xb5\x71\x0d\x22\x74\xa9\xb3\x40\x9a\xf6\x4b\xad\x6f\ +\x65\x49\x33\x14\x65\xdb\x50\x7f\x03\x7c\x23\x7f\xab\x01\x95\x39\ +\xed\x16\xaa\x79\x77\xc7\x8a\x34\xed\x9a\xb3\xde\x92\xf5\x41\xba\ +\x33\x9f\xb9\x91\x08\xad\xdd\x12\x29\xb4\xf7\xea\xe7\xca\xfb\x24\ +\x4a\xe1\xd8\xd2\x6b\x1e\x08\xb9\x5b\x49\xdc\xe6\xa6\x16\x4f\x1d\ +\x1f\xaf\xa4\xc4\xd8\xf7\x62\x0b\xd3\xec\x52\x17\x67\xb2\x15\x95\ +\x5d\x99\x04\xaa\x24\xf6\xa5\x0b\xe4\xba\x2e\x4a\xa2\x15\x2a\x60\ +\x4c\xab\x67\xa6\xe4\x80\x28\x8a\x86\xdb\x52\xff\xab\x5f\x00\x84\ +\x3b\x44\x9a\xa3\xcc\xc5\xa6\x7a\xa5\x2c\x6f\x48\x5c\x77\x25\x6a\ +\x66\x47\xa2\x42\xf3\x50\x25\x70\xc3\xf4\x97\x00\xa5\x0d\x1d\xb8\ +\xf2\xa3\x4a\x22\xf1\x69\x67\xdf\x53\x9b\x8d\xb9\x57\xab\x14\x73\ +\xa1\x36\x7b\xd5\x32\xae\xbd\x2d\xb0\x91\x09\x8e\x91\xc4\xd4\x26\ +\xf1\xaf\x34\xbc\x8d\xba\x82\x13\x23\xcf\x6c\x06\x19\x04\x64\xcf\ +\x85\x7f\x13\x0d\x7c\x46\xb1\xcc\x3f\xd7\x03\x07\x95\xad\x52\xb4\ +\x75\xcd\x21\x0c\xa4\x88\xf8\x68\x2b\x81\x06\x8f\xf4\x81\x7f\x4d\ +\x9b\xb4\xc1\x8d\xf2\x86\x54\x72\x01\x65\x7b\x4f\x9b\xd6\x1b\x24\ +\xee\x16\x80\x21\x4f\x2b\x93\xaa\x0b\x4d\x02\x82\x32\x6f\x2a\x11\ +\x64\x36\x15\x42\x62\x5a\xe0\x8e\x75\x88\xfb\x55\x6b\x69\x1e\x7e\ +\xe0\x96\x53\x24\x90\xfd\xfd\xde\x31\xfe\xb8\x23\x35\xd9\xa9\x34\ +\x75\x59\xa2\x99\xd6\x59\xe9\xa2\xde\x4e\x8a\x0a\xed\x3a\xdd\x45\ +\x3b\x9b\xbe\x9c\x14\xd8\xa0\xf7\xd2\x04\x95\xe1\x19\x6b\xaa\xc5\ +\x43\x27\xf8\xb3\xca\xeb\xad\x3f\x76\x9b\xfd\xa5\xdb\x5c\x35\xba\ +\xad\x1a\x65\xad\x22\x3c\x91\x4f\x12\x50\x70\x73\xde\xa9\x0e\x48\ +\xc1\xc6\x66\xd7\x69\xc5\x4d\x75\xb5\x53\x05\x5f\x3d\x9c\xc3\xe7\ +\x62\x9b\xad\x0e\x90\x67\x2e\x07\x1c\xd2\x63\xb3\x15\x60\x00\x06\ +\x4b\x91\xee\xc9\xa8\x23\xc1\x89\xee\xca\xbd\x1b\x9d\x37\x97\xba\ +\xbb\x52\xe2\x5c\xf5\x06\xcb\x84\x64\x74\x52\x50\x9b\xb8\x36\x22\ +\xfd\x46\x3c\x99\x04\x83\x64\xf4\x5b\xa6\x64\x1a\x38\xb1\x73\x39\ +\x01\xa2\xa5\xf4\xd2\xac\x7b\x51\x83\xe0\x7a\x56\x5a\x69\xb1\x55\ +\x4f\xd8\x54\x09\xfb\x64\x57\x74\x6b\xc8\xc5\xc9\xdd\x14\x7a\xe1\ +\xfa\xbe\x72\xbf\x0a\x73\x38\x48\x83\xbe\x8a\x51\xf0\x5a\x0d\x80\ +\x51\x57\xf4\x10\x04\xbc\x00\x3c\x5c\x12\xe1\x97\xbd\x1a\xa7\x18\ +\x4b\x02\xa3\x0f\x2b\x0a\x35\x53\x1c\xaa\x9b\x1e\xe7\x9e\x4d\xd2\ +\xcf\xb6\x90\x44\xa5\x3e\x89\x04\x57\x1e\x08\xf1\x4a\x60\xfd\x60\ +\x8f\x86\x46\x20\xb5\x94\x38\xb4\x0d\xc3\x02\xbb\xd7\xd5\xe9\x01\ +\x5f\x83\x58\x2e\x4d\xe2\xa9\x92\x48\xaa\xd8\x07\x1f\x85\x9e\xe7\ +\xf5\x50\x46\x27\x89\xb4\x54\x25\x81\x61\xd1\x8e\x10\x10\x28\xdb\ +\xf3\xdc\x77\xc0\x50\xd4\xfb\x75\x27\x80\xc2\x93\x6b\x98\xe0\x8d\ +\xe0\xb4\x13\x23\xf7\xd8\x25\xa9\x17\xa6\x94\x40\x84\x9d\x52\x26\ +\x0b\xb3\xdf\xb5\x02\xbd\x79\x02\xf0\x59\x7d\x52\x8c\x00\xb6\xdb\ +\x9b\xab\xb7\xee\x87\x57\x35\x5a\x69\x59\x6f\x14\xd1\xe9\x4d\x46\ +\xa1\xfa\x02\x43\x21\x74\x28\xbf\x56\x6f\xb6\x65\xeb\xcc\x3c\x68\ +\xb4\x2b\xfd\x10\x2f\x6d\x0c\xdd\xc0\x22\x7d\x26\x28\x31\x16\xa4\ +\x2e\xd0\xbb\x2e\x2d\x71\xdb\xbe\xb3\xb1\xc2\x53\x22\x9f\x7f\x58\ +\xee\x9f\xa2\xa7\xb4\x0e\x57\x33\x5a\x71\xa4\x45\x0c\x0b\x3d\x8f\ +\x74\xb9\xe7\x3a\xae\x09\xcb\x40\x51\x70\x03\x45\x78\x00\xe6\x5d\ +\x28\x32\x31\xb8\xf9\x85\x5a\x5a\x4a\x20\xd1\x62\x5b\x79\xf1\x05\ +\x46\x8a\xd2\x34\xc7\x40\x24\xe0\x3b\x9d\x05\x83\x3b\x0c\xe1\x69\ +\x14\x76\xcc\x26\x2d\x74\x03\xb4\x3a\xaf\xa0\x83\xba\xae\x5b\xfc\ +\x7f\xc1\xa1\x03\x7e\x83\x76\x9e\xfa\x53\x70\x68\x5c\x6a\x1b\x39\ +\x63\x87\xb6\xcb\x46\x41\xde\xf8\xf4\x10\xf8\x31\xe8\x3a\xb8\x8e\ +\x86\x46\xa9\xf7\xbe\x30\x4d\xd0\xce\x21\x76\xa8\x26\x88\x1e\x2a\ +\x79\x9f\x4b\x50\xe2\x62\x4d\x69\xc3\xc9\x30\x7d\x1d\x7b\x0d\xef\ +\x52\x9a\x81\x62\xa3\xd0\xd2\x6d\x1f\xb2\x7b\xa8\x7c\x3b\x39\x68\ +\xeb\x58\x03\xd6\xf0\x72\x39\xb2\xf5\x78\x0e\x80\x34\x07\x05\x44\ +\x8d\x0c\xcf\x57\xe0\x69\x60\x34\xb0\xeb\x87\xc5\x82\x07\xe3\xb0\ +\xa6\x46\x18\x2a\x81\xac\x8a\x74\x24\xa8\x90\x5a\x08\xab\x02\xaf\ +\x0b\x1a\x20\x95\xdc\xb5\x1b\xf6\x8d\x9c\x23\x4d\x29\x50\xca\x6e\ +\x52\x7f\xde\xd5\x6e\x07\x15\x0d\x8a\x41\xc4\x06\x72\x02\x88\xea\ +\x4e\xe8\x14\x64\x69\x08\x52\x43\x17\x93\x3f\xf0\x00\x68\x07\x5b\ +\x55\xd6\x5e\x1c\xef\x1f\x23\x64\xc3\xd6\xde\xee\x36\x15\xdc\xeb\ +\xe6\xc2\xb5\xd3\x89\x63\x07\xd0\xac\xf0\x56\x62\x51\x69\x2c\xe4\ +\x68\xb8\x19\xb9\x9d\xd0\x3a\x41\x5b\x17\x13\x51\x71\xa0\x07\x9d\ +\xa9\x0e\x57\xf3\x0d\x17\x4c\xfb\xa1\x24\xe1\x36\x82\x5c\x90\x3b\ +\x62\x2f\xf3\x8f\xb9\xba\x60\x9b\x56\xa5\x53\x28\x5f\x22\x19\x50\ +\x26\x1d\x22\x3d\x11\x8a\xf4\x7d\xa8\xb9\xdf\x3b\xdd\xcd\x1b\xc9\ +\x0c\xa1\xa0\xd5\xd0\x22\xe0\x27\x12\xb5\x63\xc2\xb8\xf3\x24\xb0\ +\x10\x35\xa4\x87\x98\x13\x55\xd4\x31\xe3\x56\xdb\x53\x79\x03\x5f\ +\x11\x4a\x0a\x00\x35\x2a\x00\xee\x4f\x07\x80\x9c\x65\x01\xf9\xa4\ +\x97\x8b\x78\x1a\x06\x48\xc5\x6e\x0b\xca\x05\xa7\xf0\x03\x58\xc3\ +\xc2\xcf\x50\xb1\x78\x58\x6a\x50\x20\xe4\x15\x07\x0f\x6f\xd1\xf0\ +\xdd\xf9\x47\xe6\x03\x52\xa3\xaa\xe9\xa4\xc2\x47\xa9\x4c\x18\xa2\ +\x01\x40\x4d\x3a\xa1\xe1\xb3\x3d\xc4\xda\x0a\xc2\x1b\x3a\x27\x53\ +\xb3\x13\x64\x5a\x86\x1f\xc8\x3a\xcd\xd6\x1c\xb7\x59\xd4\x0f\xf4\ +\x23\xaa\x99\x04\x11\x64\x2f\x38\x16\x50\x30\xfa\x1a\x31\xe9\x0d\ +\x93\xb0\xcf\x6b\x3e\x35\xeb\x82\x09\xa9\xad\x11\xc3\x10\x20\x56\ +\xff\x94\x95\xb3\xf9\xaa\x30\xb1\x13\x16\x88\x49\xa3\x66\x69\x06\ +\x30\x25\xad\x79\x0b\x46\x80\x0e\xee\x0b\x77\x61\xe0\x0f\xde\xb7\ +\x92\x3d\xbc\x8b\xa6\x06\x9b\x7a\x3b\x8d\x0e\x46\x2c\x38\xaa\x97\ +\x60\xfb\x43\xab\x44\x98\x3f\x88\x63\xb1\x32\x01\xfc\x81\x36\x08\ +\xf6\x30\x8b\x94\x40\xdc\xb9\x7b\x8d\x41\xb8\x78\x64\x69\x51\x7d\ +\x82\xfc\xe4\x0d\x0f\x1f\x9c\xa7\xab\x73\x01\xc5\xf1\x67\x97\x9b\ +\x9e\x43\x4f\x6f\xee\x27\xa8\x0d\xc0\x48\x7c\x1c\x85\x67\xbb\x72\ +\x34\x6a\x50\x03\x8b\x88\xf9\x04\x17\x81\x69\x39\x39\xea\xc5\x59\ +\xf4\x05\xa1\x00\x25\xef\x9a\xd1\xde\xf4\x35\x25\xd3\xd0\x41\x46\ +\xf1\x8b\x2e\x71\x5a\x8b\x8a\xb3\xbb\xc1\x64\x99\xc2\x4e\x57\x8f\ +\x83\x7c\xa9\x2c\x11\x00\x24\x1e\xdd\xbb\xcc\x87\x08\x50\x92\xb0\ +\x26\x32\xab\xd0\x2d\x54\x03\x59\xaf\x5c\x8a\x96\x47\x46\x87\xc2\ +\xd6\x47\xcd\x1b\xa9\x89\xf8\x64\xa3\x03\xab\x80\xc6\x84\x3b\x29\ +\x5d\x12\xe0\x93\x1b\xf0\x9f\x8c\x41\xd8\x64\x8f\x05\x1c\x24\x58\ +\x58\x22\xc1\xb8\x69\x9b\x75\x2b\x64\x80\x4c\xc4\x4f\x86\x05\x82\ +\x6c\x6c\x98\x4f\x62\xc0\x86\x9a\x86\x3e\xf6\x0a\xf2\x35\xee\xd6\ +\x22\xd1\x65\x82\x24\xee\x7d\x65\x46\xf6\x11\x33\x5a\xaf\xdc\x20\ +\x89\x77\x91\xf6\x28\xe5\x0c\x8a\xc0\x14\xdb\x0f\xb0\xa2\x13\xf1\ +\x0a\x3e\xc0\x18\x88\x8b\x66\x2e\x35\x52\x0c\x51\x25\x75\x3e\xa8\ +\xb7\xf6\x66\x55\xa7\x4a\xfa\xb2\x99\x5b\x3c\x71\x43\xe9\x82\xe2\ +\x78\x26\x2c\x0d\xd6\xb1\x79\x62\x56\xb1\x89\xdc\x6f\x0a\xd9\x71\ +\x3c\xa8\xda\x03\x35\x23\xf4\xb5\x0c\x5a\x70\x88\x2f\x70\x27\x23\ +\x48\xc3\x9c\x9d\x0d\xf3\xb5\x24\x90\x11\x30\x44\xb3\x47\xc4\xf0\ +\x22\x7e\x66\xcb\x03\xe7\xb5\x6d\x88\x01\xbb\xbe\x08\x1a\xba\xae\ +\x45\x78\x23\x83\x60\xe8\xf8\x5b\xc9\x11\xde\x2c\x7a\xfc\xd7\xa5\ +\x77\xea\xc5\xbd\x48\x67\x60\x40\xb2\x61\x0e\x16\x8b\xed\x48\xcd\ +\x16\x45\x6f\x2f\xc1\x0e\x23\x86\xb4\x46\x51\x04\xe0\x81\x02\x06\ +\x05\x80\xa1\x41\x9c\x33\xe1\xbb\x2c\x81\x4e\x4f\x80\x41\x4e\xd7\ +\x0f\x8c\x6f\xa2\x16\x2e\xb2\xae\x25\x24\x0b\xb9\xab\x94\x75\x41\ +\xb1\xf1\x3d\x2d\xc9\xbd\xa3\x26\xaf\xe2\xa8\xad\xbe\x6d\x97\x0b\ +\x1b\x95\x21\x67\x0c\xe3\x24\xc8\x09\xe5\x33\x40\xf7\x37\x5d\x1d\ +\x6a\x8b\x81\x1c\x31\xfe\x93\x22\x76\xea\x2a\xb1\x08\x6a\xa6\x57\ +\x30\x98\x88\x87\x43\x80\x90\xa7\x87\xa4\x63\x3c\xa9\x62\xe4\x3a\ +\x4e\x12\xd0\x46\x6f\xe5\x93\xa0\x09\x28\x21\x52\x35\x86\x7f\xf4\ +\x5a\x20\xd2\xef\x9e\x0d\xfd\x45\xae\x0f\xac\x1d\xb4\xeb\x1e\x63\ +\x29\xfe\xcf\x3e\x40\x84\x20\x2a\x65\x99\xa1\xf3\x2a\x6d\x82\x03\ +\x00\xb3\x88\x4b\xc0\x3c\x20\x53\x6f\x47\x4c\x87\xe0\x4a\x54\x8a\ +\x0d\xd4\xc0\x5f\x1e\x0d\xb4\x0c\xdd\x77\x48\x22\x0b\xe6\xc7\x7c\ +\x2d\xa3\x13\x5e\xe7\x61\x85\x69\x1b\xfc\xc0\x54\x0e\x51\x39\x1e\ +\x21\x90\xd0\x18\xc1\x70\x90\x38\x45\x8b\x2c\x7c\xa0\xb8\x2b\xab\ +\xaf\x1e\xb4\xd4\xbe\x80\x41\xaa\x4a\x80\x71\xa5\x89\xf8\x3c\x50\ +\x4b\xd5\x85\x01\x29\xf3\xd3\xa9\x90\x4c\xa3\x45\x12\x0d\x08\x8b\ +\x20\x7f\x60\xd3\xdd\x00\x38\x6b\xcf\xdf\xbe\x1b\x6b\x63\x42\xc8\ +\x2c\xc1\x71\xdf\x36\xa1\xf5\x27\x30\x24\x55\x63\xbd\x32\x5e\xa0\ +\x26\xeb\x3a\x30\x91\x0b\x9a\xa6\xcc\x8e\xe3\x87\xae\xa8\x20\xb2\ +\x5f\xf0\x9f\xb0\x97\x97\xf6\x14\x15\x16\xa9\xd2\xa7\xe0\xf0\x6a\ +\x38\x0f\xb4\x2b\x9f\x21\x74\x20\xdf\x82\xbe\x30\x4d\xab\x3a\x22\ +\xb0\xf0\x2f\x23\x17\x80\x6c\x0c\x49\xc8\x1b\x57\xf3\x10\x6a\x4c\ +\xf5\x48\x67\x03\xf2\x98\xf6\x22\x0b\x48\xad\x69\x6f\xbc\x87\xb6\ +\xde\x49\x4b\xa3\xe7\x3a\x59\x96\x88\x00\x0d\xa6\x00\x92\xba\x2f\ +\x91\x9a\x5a\xa0\x1f\xb0\x72\x4a\x50\xd8\xb1\x35\xf2\xfc\x17\xfe\ +\x84\x9c\xb1\x09\x24\x9b\x60\xe1\x60\x80\x3b\xa9\xe0\x3a\x90\xa1\ +\xf8\x7e\xcc\x34\x5d\x61\x80\x28\x9e\x17\xd3\x4f\xc5\x69\xcc\x73\ +\x7d\x3d\x99\xcf\x05\x22\xc3\xab\xd8\x8e\x99\xe5\x78\x21\x18\xc8\ +\x75\x8a\x7b\xb8\xbc\x0c\x92\xe2\xb7\xb3\x1b\x48\x80\xde\x31\x78\ +\x04\xa4\x50\x9c\x90\x7b\x22\x92\xb2\x21\x03\xa9\x0b\x8d\x40\xaf\ +\x52\xd3\x88\x22\xb4\xe8\x45\x42\x75\xfc\x4d\x17\x02\x82\x7f\x74\ +\x17\x0e\x0e\x46\x70\x00\xda\x31\x0d\x53\x36\xe2\x0c\x15\x00\x60\ +\x07\x95\x9b\x7f\x33\x03\x6c\xe0\x92\xe9\x56\x25\x92\x00\xfb\xb8\ +\x92\x9e\xdf\x98\x2b\x61\xba\xd0\xf1\x92\xa3\x37\xba\x07\x72\xcf\ +\x66\xc1\x9a\x5d\x2a\xba\x49\x24\x77\xa2\x1b\x0d\xe7\x1e\xd1\xbe\ +\x38\xd0\x00\xd9\x02\x0c\xa3\x16\x16\x46\x1a\xa1\x59\xfc\x01\x3a\ +\xbe\xbe\x1e\xa6\xd7\xe0\x80\x62\x92\x8d\x60\xa4\x86\x67\x74\xe4\ +\x90\xb9\xc8\xed\x02\x5e\x88\x8b\xaa\xd2\xa6\xeb\x81\x27\xff\xac\ +\x2e\x4e\x2e\x73\x17\x89\x18\x64\x37\xa4\x06\xab\x36\x74\x36\x62\ +\x3a\x61\x31\xc0\x11\x51\x91\x5d\xc0\x1c\x93\x19\xa7\x06\x34\xf4\ +\x6f\xc2\x11\x24\xbe\x99\xa8\xfa\x05\x64\xd0\xce\x24\xb1\x17\x8c\ +\x2d\xd1\xd4\x84\xaf\xdd\x89\x6d\xd1\x84\xfd\x4a\xd4\x7a\x81\x29\ +\xf4\x3a\x90\x5d\xc6\xaa\xa1\x65\xc0\x7e\x6a\x66\xb1\x40\x33\xf8\ +\x1c\x38\x84\x0d\x71\x14\x90\xb9\x76\x16\xdf\x4d\x2b\x14\x82\xce\ +\x1a\xd8\x2c\xdc\x0a\x61\xc1\x8b\xa4\xaa\x91\x1f\x1a\xd4\x10\x2f\ +\x5b\xe2\xb7\x2a\x21\xf8\x90\xa1\xcb\x59\x90\xc5\xa0\x8f\x0e\x06\ +\x84\xe4\x67\xde\x4c\x2c\x53\x56\x0a\xa9\x6c\xa4\x0b\xf8\x67\x65\ +\xbf\x45\x77\x74\x03\x90\xc2\xed\x81\x6b\xb8\xb8\x5c\x0d\x99\x0f\ +\x24\x0a\x12\x83\xe8\xaf\x6a\x8e\x10\x96\x38\x00\x4d\x54\x1b\xb4\ +\x84\x2b\x70\x99\x22\x83\xfe\x70\x72\xd0\x65\xc6\x90\xd3\xd0\x01\ +\x2b\xc2\x2a\xe3\x45\x2b\x07\x1c\x05\xbc\x75\x87\x4a\x0b\x98\xa0\ +\x18\xb8\x77\xc0\x54\xa0\xf7\x33\x78\x32\xc9\x1b\x68\xea\xe4\xc8\ +\x6d\xb2\x16\x4c\x19\x8a\x16\x54\x40\x2f\x62\x67\xe2\x50\x99\x62\ +\xc7\x06\xdc\x80\xe8\xc4\xc9\xa2\xa9\x44\xe3\xd4\x16\x1d\xa2\x31\ +\x1c\x17\xc6\x91\xb2\xbf\x22\xee\xa7\x0d\x30\x4d\x7b\x24\x1b\x11\ +\x80\x07\x77\x34\x4a\x0a\xc8\x73\xf6\x8c\x72\x83\xc6\x16\x95\xe9\ +\xa9\xa6\xb5\x91\x81\x55\x32\x67\xf3\x1e\xc4\xa0\x8a\x50\x3d\xd2\ +\x06\x2c\xc2\x3e\x88\xe0\x43\x7e\x94\xc4\x6c\xcf\xef\xe7\x67\xb4\ +\x0a\xdb\xaa\x3b\xc7\xe8\x0d\xeb\x58\x54\x24\xad\x69\x82\x56\x50\ +\x57\xa8\x2f\xea\xb2\x60\x48\xd7\x2c\xd8\x75\x2a\x1f\x7e\x0b\x52\ +\x9d\x88\x41\xa2\xb9\x37\xcd\x0c\x7e\x43\xbc\xa0\x00\x52\x15\xd3\ +\x86\x47\x25\xcd\xfd\x48\x43\x01\x3a\xea\xfa\xae\xa1\x2c\x5e\x0a\ +\x47\x3d\xd1\x8b\xd9\xc1\x64\xa7\x68\x5e\x38\x68\x4b\x1f\x44\x97\ +\x3a\x20\x5c\x5e\x13\x22\x94\xbb\xb4\x08\x54\x8e\xa8\xc9\x0b\x6a\ +\x41\xc8\x4b\x14\x1c\x0d\xcc\x70\x26\xa1\x36\x3a\x0d\x2b\x11\xdc\ +\x07\x11\x34\x1b\x82\x00\x0b\x95\xa4\x41\x58\x51\x30\xa5\xe8\xe1\ +\xf8\xa2\xf5\xec\x2d\x83\xd0\xe2\x9e\x18\x18\xa8\x7e\x77\xb4\xe5\ +\x96\xb7\xab\x1a\x45\xc2\xb1\x0e\xa5\x99\x0f\xdd\x79\x64\x3e\xc1\ +\x4c\xcc\xf6\x5a\x48\xf9\xda\xe7\x96\x8d\xbf\x98\x37\xe2\x33\xd0\ +\x45\xac\x12\x22\x42\x06\x1d\x29\x62\x13\x35\x70\x27\x24\xef\xac\ +\x0f\xb3\x21\xd9\xa4\xc3\x34\x36\xaa\x63\xa7\x04\xef\xcd\xa1\x9b\ +\x80\x06\x53\x52\xb5\x3f\xdd\x92\x46\xd1\x80\x70\x6e\x93\xba\x20\ +\xaf\x1a\x48\x83\xa4\xf6\x9c\x68\xc0\x1d\x75\x58\xce\x4e\x55\xf7\ +\x51\xb2\x26\x77\x89\x5a\xa5\x90\x62\xdd\xd4\x53\xa9\x98\xdf\x15\ +\x36\xa5\x8d\x73\x08\xb2\x93\x99\x5b\x70\xc5\xaa\x21\xf9\x8a\x1a\ +\x25\xa2\x8f\xae\xb2\x03\xaa\xca\xda\x96\x21\x6b\x58\x65\x7e\x60\ +\x1e\xa2\x86\xe0\xa3\x27\xe9\x27\x42\x21\x2e\xe7\x45\xd6\x0d\x6b\ +\x51\xd2\x4d\x50\xac\x68\x41\x3e\x52\xb5\x9b\xfe\x05\xa8\x90\x28\ +\xbb\xc4\x7c\xd3\xb3\x69\xdf\x51\x5c\x2c\xef\x2b\x5b\x38\xd0\x29\ +\xf5\x7d\xdf\x98\x05\x51\x06\x03\x00\xfe\x54\x03\xf2\x94\x88\x90\ +\x48\xc7\x32\x02\x1a\x11\xca\x46\x77\x74\xd8\x07\x54\x0a\x94\x02\ +\xe2\x61\x1d\x9d\xc2\x26\x28\x12\x39\xd5\xd5\x9e\xa0\x8c\x47\x5d\ +\xc8\xb1\x91\xa2\x44\xab\xc4\x35\xb6\xdf\x47\x53\x3f\xff\xf1\x50\ +\xdc\xc2\x9b\x08\x34\x35\xf9\x1f\x54\x3e\xc5\x78\x13\xd4\x06\x2a\ +\x72\x89\x31\xb6\xaa\x2a\x18\x36\xfc\x0d\x6e\xc9\x84\x46\x49\xd2\ +\x91\x52\xec\xee\xb3\xfe\x97\x00\xb0\xfd\x6e\x4d\xfb\xd0\x76\x00\ +\x44\x07\x02\x30\xca\x84\x27\xcd\x2e\x22\x96\x43\xe9\x07\x91\x8c\ +\xb6\xa4\x95\x91\x43\xc8\x38\x39\x05\xcd\x22\x1c\xf8\xab\x33\x61\ +\xe9\xb1\x58\x29\x7b\x8d\xcc\x0c\x25\xdc\x7b\x44\xed\xc0\x7d\x53\ +\xb3\xfa\x23\xad\x22\x8f\x8a\xf9\x63\x03\xc2\x7b\x0c\x4c\x54\x66\ +\x03\x95\x0c\x55\xb8\x3c\xea\x40\xbf\xd3\x68\x03\xcf\xaa\x01\x16\ +\x2c\x83\x97\x7c\xb4\x17\xbb\xa6\x34\xb4\xe7\x87\x84\x16\x4a\x63\ +\x0b\x98\xc9\xfa\x7d\x6c\xa7\x7a\x3f\x72\xe0\x3a\xce\x38\xf8\x0c\ +\x58\x04\x98\x00\x5b\x07\xbd\x47\x08\xb1\x98\xd0\xc4\x48\xb1\x48\ +\x72\x55\x95\x2a\x3c\xa0\x53\x3c\xcd\x71\x83\xa7\x35\x58\x87\xec\ +\xb5\x45\xde\x78\x4b\x07\x8f\xe8\xc4\xae\x09\xb5\xc6\x27\x46\x91\ +\xe1\x51\x16\x80\x30\xe2\x0c\xf4\xc2\xe2\x47\x54\x7c\xa2\xe8\xa4\ +\x23\x70\x7e\xe0\x05\xc2\x0f\x4d\x74\x23\x8e\x31\x69\x24\x93\x01\ +\xff\xf0\x26\xc4\xc8\xb8\x15\xd1\x74\x13\x6c\x94\xa2\x2c\xe4\xa4\ +\xeb\xb0\x99\xce\xcb\xe8\xe4\x86\x20\xd5\x64\xff\xed\xc7\xe0\x4f\ +\x42\xdd\xd0\xc0\xfa\x3d\x5e\x27\xb6\xee\x32\x9d\x87\xfa\xf7\x5d\ +\xc7\x22\x98\x61\x22\x8a\x53\xcb\xb4\xc2\x02\xeb\x26\x77\xa3\xa4\ +\xd8\x99\x46\x72\x53\xbe\x85\x0c\xbc\xf9\x3b\x4e\xb8\x49\xc0\x69\ +\x62\x4b\x94\xf0\xfd\x4b\xf1\x18\x58\x43\xf0\x17\xfe\xe0\x46\x95\ +\xde\xc0\x59\x6b\xec\x99\x65\x4f\x12\x86\x07\xfd\x49\xe9\x74\xae\ +\xbb\x95\x6d\xd1\xc9\x53\x21\x88\x66\x12\x9e\x92\xdb\x1a\xd0\xd7\ +\x00\x48\x23\xe0\x96\x0e\x28\x0e\x8e\xeb\x24\xb8\x8c\xf6\x2f\x41\ +\x34\xc2\xde\xde\xc0\xa2\xa3\x75\xb0\x82\x49\xf4\xd9\x84\x73\x80\ +\x19\xb4\x99\xd1\xb2\xc9\x21\xac\x35\x21\x94\x60\x7c\x9c\xd5\x76\ +\x87\x89\x02\x0e\x72\x6a\xe2\xb0\x10\x1b\x2d\xa9\xed\x81\xbb\x54\ +\xde\x40\xb5\xe3\x62\x0c\x12\x40\xbd\x61\x12\x3a\x70\x37\xa0\x6c\ +\x44\x62\x4a\x28\x77\xf1\x54\xa5\xb9\x55\xff\xa8\x42\x8d\x17\xa8\ +\xe3\x86\x4b\xbd\xeb\xd8\x67\xa0\x3a\xe6\xb0\x8f\xb6\x1f\xd4\x2c\ +\xd4\xb0\x35\xe4\x8c\x93\x32\xf5\x0e\xfd\x0d\xbd\x82\x7d\x6f\x2b\ +\x63\x9d\x35\x66\x3c\x12\x89\x10\x51\x81\x03\x34\x5a\xe5\x12\x74\ +\x3b\xd8\x02\xe7\xc8\xee\x00\xbe\xa5\x60\xbd\x74\x92\xa4\xbe\x24\ +\x85\x20\xe4\xa5\xd2\x30\x1f\xa1\xb5\x66\x58\xcc\xa5\x46\x1c\x1a\ +\x26\x90\xff\xed\x81\x6f\x58\x0d\xf6\x5e\xf1\x19\x95\xa5\xd9\x3e\ +\xdd\xff\xb3\x9a\x0e\x2b\x16\xd4\x46\x19\x0f\xa0\x3f\x2c\x21\x33\ +\xe2\x87\x32\x40\xbb\x5f\x99\x35\x14\x6b\xd3\xe9\x24\x2d\x71\x35\ +\x52\x46\xff\xe1\xd7\xe8\x5f\x8f\xb1\xd5\xa1\x80\xac\x78\x67\xb3\ +\xa2\x6c\x15\x07\x74\xc4\x06\xf9\xa0\xd4\x7a\xcc\x88\xeb\x34\xe9\ +\xc1\x77\x00\xb1\x29\x14\x7c\x09\x98\x9e\x24\x8e\x80\x02\x04\xc7\ +\x19\x1a\x16\x11\x4d\xc2\x2a\x63\x0d\x97\xbb\x38\x2e\x08\x47\x0e\ +\x35\xdd\xa3\xff\x41\x59\xdb\x48\xb7\x1c\x20\x51\x89\x59\x02\xb7\ +\xb5\x9d\xb4\x74\x6f\x6a\x18\xa6\x36\x3f\x33\xcd\x3f\xe1\xfe\x58\ +\xb0\x7f\x39\x66\xf7\x4e\x30\x34\xe2\x7a\xf5\x0a\x32\xa1\x8f\x4a\ +\xf8\x0c\x74\x2b\xaa\xed\xf5\x3d\xe2\xe3\x73\x36\x42\x3e\x2a\xcc\ +\x07\xd2\xd6\x77\x12\x25\x3f\x8d\xfe\x67\x5d\x6e\xe2\xc8\x3a\x3e\ +\x01\xdd\x4b\xf6\x2f\xdb\x5f\xeb\x00\x1f\x20\x3d\x70\x72\x13\x70\ +\x3d\x68\xfe\x0d\x5a\x00\x61\xe8\x02\xaf\x21\x2c\x16\xe2\x82\x14\ +\x92\x49\x92\xa0\xdc\xd1\x45\xeb\x1b\xe7\x7c\x28\x89\x80\x75\x0a\ +\x88\xc2\x0e\xb2\x22\xf7\x6e\x46\x97\xa6\x7e\xac\xeb\x9f\x2d\xf9\ +\x2e\x93\x17\xd2\xd2\xb3\x0f\xad\x2f\xf9\x97\xb9\x51\xbb\xc4\x5e\ +\xe6\x98\x32\x05\x5a\xe6\x2b\x3a\x16\x1d\x3e\xdf\x19\x7e\x60\xbe\ +\x0d\x99\x36\xf1\xe9\x2b\x7a\x75\x34\xac\x20\x79\x3a\x10\x12\x45\ +\x12\x86\x8c\x0d\x25\xed\x28\x7f\x9a\x43\xc3\xec\x9a\xd1\x05\xb8\ +\xae\xbc\x29\x13\x55\xbd\xd7\xe8\x0a\x6e\x42\x70\xa0\x89\x4c\x93\ +\x4a\xed\x0b\x03\x51\xd9\xb9\x69\x13\x48\xb4\x40\xb9\xf8\x9c\x1d\ +\xad\x02\x23\xd2\x11\x7d\xe0\x88\x61\x01\xfa\x55\xa3\xbd\xa2\x0d\ +\x83\xe3\x58\xbf\xe2\x37\x12\xb5\xf3\x1d\xe2\x07\xb1\x44\x29\xe0\ +\x6e\xde\x5c\x00\xfe\xd1\xc9\xf7\xd4\xc9\x31\x90\x21\x4f\x7a\xe8\ +\x2f\x5a\xbd\x23\x93\xc0\x5e\x48\x0c\xf3\x0f\xc3\x71\xf1\xf4\x86\ +\x86\x3a\xe5\x6c\x3a\x9c\x90\x96\x0b\x7c\x0f\xdb\x1d\xdc\x1d\xec\ +\x00\x33\x2e\x73\x65\xc0\x30\x03\xdd\x82\xbe\x2f\x92\xf2\x90\x51\ +\xdd\x80\xda\x98\xac\x9b\x34\x6a\xc6\x02\x93\x98\x16\xe1\x7b\x05\ +\xe0\xf8\xb8\x01\x0a\x5b\x19\x2b\x55\x86\xe0\x73\x04\xed\x13\xa2\ +\x15\xe3\x4f\x3d\x9e\xbb\x35\x34\x22\x63\xac\x10\xf3\x5c\xa0\x55\ +\x20\x1d\xd4\xd3\xe1\x58\x09\xb8\x1f\x8a\x7a\x0b\x6f\xf0\x39\x9b\ +\x28\xa3\x3b\xbc\x26\x2d\x14\xe4\xa4\x39\x26\xe1\x23\xd3\xd4\xec\ +\xc9\x3a\x36\xdc\x29\x53\xbe\x90\x42\x23\x38\x77\xbf\xb1\x10\xc8\ +\xfa\xce\x38\x2e\x6b\x5e\x88\xd3\xa9\x33\xb6\x83\xd6\x02\x83\xe1\ +\x7d\x87\x5d\xd2\xb1\x07\xc6\x21\xeb\xe0\x25\x10\x4b\xb4\x00\x62\ +\xfc\x99\x58\x34\x1b\xad\xdb\xa8\x58\x98\xcc\xeb\xf0\xed\x48\x83\ +\x81\xd5\x4d\xdc\x81\x28\x5d\xfc\x1a\x39\x26\x5e\x5b\x99\xcc\xb2\ +\xbb\x06\x46\x40\x49\xf8\xa4\xbc\x40\x13\x4c\x65\xbc\x60\xbb\xce\ +\xf5\xd6\xa8\xd8\xf3\xb2\x29\x2a\xd4\x9f\xe9\x18\x43\x0f\xc4\xc8\ +\x2e\xca\x10\x3f\x59\x13\x7c\xa5\x4b\x28\xaf\x39\xca\xd6\xe9\x7a\ +\x4a\x5a\x69\xc7\x09\xa7\xe5\xf5\x7f\x30\xee\xdc\x4c\x4f\x9a\xe9\ +\x48\x46\x4f\x5b\xd9\xe6\x43\x18\x13\xcd\x69\x34\xea\x43\xe6\x3b\ +\xc0\x43\xf3\x00\x76\x88\x7c\x44\xa0\xf6\xa3\xbd\xe1\xc7\x21\x3d\ +\x53\xfb\x85\x31\x34\xca\x82\xa1\xe0\x46\x0d\x2b\x30\x93\x9e\xa5\ +\xae\xf1\x3d\x56\x58\x4a\x50\x77\xc8\x99\xa8\xa9\x0c\xc5\x91\xf0\ +\xa3\x95\xda\xc3\x26\x85\x95\xeb\x9b\x91\x69\x2e\x53\xa5\xdf\xf6\ +\x0c\x08\x7f\xa8\x08\x14\x94\x70\xae\x5d\x27\x11\x32\xbb\x41\x53\ +\xad\x00\xf8\xd3\x9d\x4d\x67\x61\x94\xd6\xb5\x4d\x7f\xd1\x29\x85\ +\xfe\xe3\xfd\x4a\x27\x14\xa3\x23\x0c\x34\x16\x6a\x9b\x56\xa2\x75\ +\xa3\xc4\x8a\xac\x34\x5d\x7b\xda\x1b\xef\x14\x27\xfc\x46\x2a\xd9\ +\xd0\xd9\x8d\xa6\xb3\xfd\x94\x38\x74\xf2\x1c\x05\x22\x3a\x23\x04\ +\x4a\x74\xba\x88\x56\xff\xe6\x10\x41\x44\xcc\x60\x1a\x1c\xd0\x89\ +\xbc\x15\xae\xa5\x69\x21\xd0\xa2\x83\x0c\x60\xc1\x83\xe3\xb4\x65\ +\x99\x3a\xb3\xab\xc8\x12\xe8\x82\x02\x85\x22\x8b\xe4\x8e\x8e\x8e\ +\x74\xa8\xc0\xd5\xde\xfa\x81\x82\x59\xcb\xc4\xe7\xef\xea\xb4\xf0\ +\x2a\x6a\x28\x3a\xfa\x4b\xe0\x2f\x12\x91\x45\xf7\x90\x31\x31\x51\ +\x8f\x3d\xd0\xd5\x55\x27\xa6\x31\x77\x82\x56\x51\x19\x94\x58\xd3\ +\x4c\xf2\xf6\xe8\x01\x05\xf2\xba\x5c\x91\x5d\xa1\x54\xa5\x6e\x8e\ +\x68\x8c\xf6\xcc\xed\x71\x34\x22\x4d\x7a\x6d\x64\xd8\xc8\x36\xb2\ +\xad\xe9\x8c\x1e\xe7\x0d\xe0\xeb\x58\xbb\x70\x7f\x1d\x29\xf1\x9b\ +\x79\x5c\x0d\xa6\xd3\x2d\x24\xda\x0a\x84\xba\xbc\x95\xe9\x77\xdc\ +\x7f\xe6\xe6\xdf\x83\x6f\xb4\xf2\xd2\x71\x5c\xb2\x4a\xe5\xc2\xd2\ +\x27\x0e\xd9\x37\xf0\x3b\x55\x91\xe5\x6a\x3a\xcc\x0c\x11\x3b\x11\ +\x75\x1a\xe5\xa1\xd2\x28\x01\x83\x8a\x31\x5b\xec\x0e\x09\x3f\x81\ +\x3b\x24\x34\xaa\x1d\x4f\xb0\x92\xa6\x07\x0b\xec\xd0\x48\x0f\xd0\ +\xbc\x59\x47\x2f\xc9\x10\x5a\x1a\x1b\x19\x84\x7b\xab\x66\x15\x03\ +\x17\x31\x27\x40\x8d\x21\xe2\xa7\x4b\x05\xd0\x64\xba\x20\x5d\x01\ +\x2c\x76\xd1\x62\xd2\x50\x0c\x7d\x27\xf2\xd7\x00\x14\xa7\xe8\x30\ +\x18\xb8\xa3\x44\x1b\xd3\x83\xe4\x67\xe0\xdc\x40\x8d\x0a\xb5\xcb\ +\x6e\x00\xd5\x68\x51\xca\x1a\xb9\xb4\x29\xa4\x6d\x55\xc3\x0c\x80\ +\x29\xad\x61\xcf\x19\xac\xa8\x27\xfb\xdc\x3b\x9d\x44\x82\x34\x09\ +\x10\x1d\x45\x0e\x24\xde\xd1\x63\x0b\x9e\x88\xbd\xf9\xe6\x23\xff\ +\xae\xe1\x59\x1b\x21\x1f\x5c\xd8\xe3\x3d\xcd\xc5\x96\xe6\xb5\x96\ +\x13\xbe\x1f\x8f\x04\xdf\x20\x47\x75\xcc\xa5\xc3\x11\xac\xb3\xb0\ +\x8c\x58\x87\x02\xd6\xa1\xa5\x41\x0c\x95\x6a\xa7\xbf\x28\x5d\x9d\ +\x3b\xeb\x19\x4f\x49\xb3\x2e\x0f\xac\xb1\x75\xbf\x0e\x19\xd5\x81\ +\xc1\x95\x55\x4d\x03\x65\xce\x8f\x04\xeb\x6e\x1d\x0c\xd6\xb3\xb1\ +\x6e\x3a\x2c\xe6\x1e\x18\x8a\xa1\x53\x0e\x41\xb8\x96\xbf\xa3\x06\ +\x5c\x5c\x5b\x03\x95\x45\xd3\x6e\xa9\x5b\x0c\x69\x66\xdd\x85\xca\ +\x4e\x61\x8b\x92\x35\x16\x9b\xc3\xcf\xa9\xa3\x8e\xe2\xb3\xdf\x4d\ +\x26\x93\x0d\x5e\x19\x8a\x83\xd3\x48\xbe\x6c\x24\xb3\xc6\x1a\xd3\ +\xe1\xac\xa7\x80\x6b\x1f\xd3\x73\x20\x21\x24\x3d\xbd\x42\x8a\xf6\ +\x67\x8a\xbb\x54\x00\xd5\xd3\xae\x22\xb5\xae\xb3\xb6\xeb\x1f\x48\ +\x92\xf4\x7a\x75\x74\x1d\xb7\xa5\x82\x88\x80\xc1\x74\x94\xda\x69\ +\xbe\xce\x2e\xab\x1e\x3d\x49\x51\x78\x31\x05\x3e\xf2\xe9\x68\x19\ +\x42\xd5\xf5\xd4\x0e\xb9\xa7\xea\x92\x7d\xc0\x2a\xa2\x3f\x30\xa3\ +\xf4\x92\xd3\x38\x2d\x35\x54\x8a\x9e\x19\xad\x7a\x0d\x99\xff\x4e\ +\x9f\xa2\x66\xc9\xfb\x1d\x89\xf3\x01\x5d\x83\x78\x1c\x02\xab\x83\ +\x1a\x1d\x77\x95\xfb\xac\x34\x4d\x84\x33\x23\x6b\x12\x57\xfc\x3e\ +\xe8\xd0\x0a\xb8\xa5\x88\x3f\x47\xa6\x1a\xdf\x40\x5d\xdc\x11\xbd\ +\x41\xdd\x17\x14\x28\xec\x0d\x89\x00\xcf\x48\xaf\x95\x95\xcf\x85\ +\xdd\xc5\x32\x4f\x47\xce\x31\x41\xca\xfb\x1e\x2a\x95\x5d\x75\x94\ +\x84\x28\xd4\x54\x45\x13\x27\xa1\x7d\x03\xb2\xe6\x2c\x84\x31\x88\ +\x7e\x75\x26\x0e\x9a\x2e\xd8\x25\x54\x11\x30\x31\x73\x07\x3a\xac\ +\x17\x2f\xb6\xd1\x72\x73\xe8\xac\x29\x68\xc2\x0c\xb5\x66\x94\x37\ +\x78\x24\x66\xd2\x8e\x08\xdf\x36\x90\x22\x03\xef\x42\x69\x3a\x12\ +\x14\x95\x41\xa5\x91\xa2\xc3\xe8\x42\xb5\xec\x47\x93\x2b\xac\x81\ +\xe4\x65\x85\x95\x02\x68\x42\x5d\x8d\xbd\x3e\xfe\x67\xc1\x0a\xcb\ +\xaf\xa5\x53\x95\x59\xb3\x8e\x28\x72\x4b\xb1\x53\xfc\xc3\x17\x7a\ +\x8d\xa4\xae\x1e\x44\x88\x10\xea\x36\x08\x8d\xf0\x37\x98\xc6\x2b\ +\x04\x3a\x20\x8f\xda\x1c\x34\x72\x04\x85\xea\x4a\xfa\x1a\x2d\xdc\ +\xe6\xee\xd4\xf1\xc2\x73\xea\xf1\x41\x27\xcc\x83\x9e\x36\xfa\x4d\ +\x33\x3a\x94\x10\xfa\x0b\x77\x82\xdc\x28\x13\x93\x33\xb0\x28\x1a\ +\xcb\x6d\x62\x2f\xa9\x7b\x2b\x01\xea\x30\x09\x71\x1d\x30\x95\xd4\ +\x3e\x0c\x90\x9c\x4e\x4a\xd1\x89\x00\xf2\x40\xcc\x55\xd4\xb6\x7f\ +\x44\xff\x1e\x93\xf2\xef\x74\x4d\xba\x4a\x47\xae\x38\xbd\x58\x34\ +\xd4\x43\xb0\x9e\x83\xe0\xae\x1e\x4c\x1c\xe8\xaf\xb8\x20\x48\xad\ +\xa2\x6b\x7a\x2f\x71\xb7\x74\x8c\xad\x07\x18\xb0\xb8\xf0\xbc\x9e\ +\xcb\x29\xea\xe2\x48\xde\x60\xe1\xbc\xe8\x69\x4a\x72\x88\xed\xc0\ +\xd1\xb0\x75\x0e\xe4\xe7\xd9\xd1\x05\xec\x0c\xca\x47\x95\x82\x0f\ +\x41\xae\xa0\xd3\x57\xd2\xe3\x25\xb0\x0a\x35\xdf\xa9\x1c\xcd\x31\ +\xa9\x7c\xb8\x1c\xb5\x11\x68\xa1\x42\x43\x11\x12\x09\x5f\xbb\xad\ +\x75\xe8\xc5\x11\x18\x3e\x82\xb4\xa6\xf4\xf5\x10\xd2\xc4\xf7\x69\ +\xc0\xa7\x47\x8c\xbd\x5c\x9d\x8e\xeb\x27\xce\x39\xd0\xa8\xaf\x87\ +\x33\x1b\x44\x27\xe2\x33\x3a\xce\x48\xc7\x3c\xf9\xa6\xee\xa6\xce\ +\x71\x30\x1b\xd4\xfc\x94\x88\xc0\xd3\x72\x09\x3c\x50\xc4\xba\x5a\ +\xc6\x89\x0c\xc9\xb7\x9c\x61\x39\xa0\x0e\x92\x49\xbd\xea\x78\x94\ +\xfd\x82\xba\xb4\x35\x38\x84\x43\x71\x38\x83\x33\xbd\x36\x2b\x65\ +\x89\x55\x02\xb6\x28\x58\x9c\x7b\x97\x0e\xcc\x0d\x67\xa2\xc9\x0d\ +\xc8\x04\x7e\xeb\xa1\x4f\xca\x11\x45\x36\x11\x9f\x9a\xed\x2c\x2f\ +\xd5\xd3\x54\x90\xc2\xf6\xfc\x2e\x43\x70\xc7\x00\xb4\xf4\xf8\x4a\ +\xbe\x22\x9f\xa3\x4a\x5e\x7a\x76\x12\x28\xc1\x7e\x13\x29\x6a\x9d\ +\x4f\x3f\x9c\x9a\xb5\xc9\xba\x28\x44\x86\x15\xed\x3a\xdd\x43\xe6\ +\xeb\x69\x3c\xab\xe3\x85\x64\x7f\x86\x17\x58\xa7\xf1\x0e\x22\xa6\ +\x69\xc4\x79\x41\x3a\x70\x65\xe8\x19\x97\x0e\x25\xe0\xe5\x30\x79\ +\x38\x63\xea\x8a\xee\x17\x74\x03\xc0\xc0\x0d\x31\x5f\x93\x3a\xd4\ +\xf8\x4c\xe7\xe4\x90\xe2\xcd\x47\x6d\x7a\xf4\x38\x10\xe1\x82\xbc\ +\x30\x91\x03\x0c\xe6\x85\x00\x58\xf3\x81\x86\x05\x3d\xde\xbd\xc7\ +\x63\x68\x1b\x02\x4d\x73\x46\xc1\x55\x92\x97\x42\x34\x62\xc8\x2c\ +\x69\xe0\xb0\xf5\xd8\x89\x4e\x7b\xb1\x8e\x20\x00\x7e\x9a\xb8\x64\ +\x1d\x55\xa6\x37\x43\xef\xbb\x56\x1d\x66\x4a\xec\x42\xdf\x92\x0f\ +\x7a\xe2\x0b\xf4\x49\x22\x1d\x61\x47\xae\x04\x02\x40\x7a\x1d\xca\ +\x86\xaf\xe6\xd8\x74\x88\x06\x9d\x68\x80\x2b\xce\x7e\x1e\x66\xbd\ +\x07\x2b\xe3\x03\x40\x8d\xf6\xe1\xac\x5a\x50\xa6\x08\x29\x9d\x0d\ +\xd1\xa5\xdd\x77\xc9\x79\xcd\x40\x20\x92\x0d\xf1\xc1\x93\x88\x26\ +\x12\xf6\x64\x20\x1c\xd5\x35\x26\x75\x9a\xe3\x99\x3c\x88\x9a\x55\ +\xbc\x42\x6e\x33\x15\x80\xfc\xef\x1b\x5d\xa1\xb1\x32\xf6\x4d\xcf\ +\x98\x79\xcd\xc4\x2e\x79\xed\x21\xe9\xa0\x43\x27\x23\x76\x3f\x47\ +\xe1\xc5\xfd\x50\xaa\xff\xee\xd7\xff\x9c\x0b\x91\x6a\x1b\xee\x7f\ +\x00\xe1\x38\x82\x61\x72\x2b\xee\xdd\x00\x00\x00\x06\x62\x4b\x47\ +\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\x09\x70\ +\x48\x59\x73\x00\x00\x24\xfe\x00\x00\x24\xfe\x01\x4b\x74\x51\x4d\ +\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xe2\x09\x0e\x16\x31\x1b\x2e\ +\x04\x14\xf7\x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\xec\xdd\x77\ +\xb8\x24\x55\x9d\xff\xf1\xf7\xb9\xc3\x0c\x30\x33\xc0\x04\x82\x44\ +\x31\x01\x2e\x82\x8a\x8a\x60\x06\x17\x73\x42\x14\x41\x40\x49\x8a\ +\x22\xe6\xfc\xdb\x35\x8b\xab\xae\x69\xcd\x8a\x22\x59\x0c\xb8\x62\ +\x02\x03\x8a\x11\x41\x74\x51\x51\x10\x41\xb2\x48\x98\x01\x86\x3c\ +\xe1\x7e\x7f\x7f\x54\x35\xf4\x0c\xf7\xce\xdc\xdb\x5d\xdd\x75\xaa\ +\xfa\xfd\x7a\x9e\xfb\xe8\x0c\xd3\x7d\x4f\x9d\x53\x75\x4e\xd5\xf9\ +\x54\x9d\x02\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x35\x58\xb2\x0a\x34\xaa\x22\ +\xe2\x59\xc0\x66\xc0\xed\xc0\x49\x29\xa5\x71\x6b\x45\x92\x24\x49\ +\x92\x24\x49\x92\x24\x55\x26\x22\xde\x10\x2b\xfb\x72\x44\x8c\x59\ +\x33\x92\x24\x49\x92\x24\x49\x92\x24\xa9\x12\x13\x84\x11\x86\x12\ +\x92\x24\x49\x92\x24\x49\x92\x24\xa9\x3a\xab\x09\x23\x0c\x25\x24\ +\x49\x92\x24\x49\x92\x24\x49\x52\xff\x22\xe2\xf5\xdd\xc9\xc3\x8a\ +\x15\x2b\xe2\xfa\xeb\xaf\x8f\xa5\x4b\x97\xae\x1a\x4a\x1c\x6d\x28\ +\x21\x49\x92\x24\x49\x92\x24\x49\x92\xa6\x6d\xa2\x30\xe2\xda\x6b\ +\xaf\x8d\xab\xaf\xbe\x3a\xae\xb9\xe6\x1a\x43\x09\x49\x92\x24\x49\ +\x92\x24\x49\x1a\xb0\x64\x15\xa8\xed\x22\xe2\xf5\xc0\xc7\x3a\x7f\ +\x1e\x1f\x1f\xe7\x86\x1b\x6e\x60\xf9\xf2\xe5\x77\xff\x9b\xb1\xb1\ +\x31\x16\x2e\x5c\xc8\xcc\x99\x33\xbb\x3f\xfa\x15\xe0\xd0\x94\xd2\ +\xb8\xb5\x28\x49\x92\x24\x49\x92\x24\x49\xfd\x31\x90\x50\xab\x4d\ +\x25\x8c\xe8\x30\x94\x90\x24\x49\x92\x24\x49\x92\xa4\xc1\x31\x90\ +\x50\x6b\x4d\x27\x8c\xe8\x30\x94\x90\x24\x49\x92\x24\x49\x92\xa4\ +\xc1\x30\x90\x50\x2b\xf5\x12\x46\x74\x18\x4a\x48\x92\x24\x49\x92\ +\x24\x49\x52\xf5\x0c\x24\xd4\x3a\xfd\x84\x11\x1d\x86\x12\x92\x24\ +\x49\x92\x24\x49\x92\x54\x2d\x03\x09\xb5\x4a\x15\x61\x44\x87\xa1\ +\x84\x24\x49\x92\x24\x49\x92\x24\x55\xc7\x40\x42\xad\x51\x65\x18\ +\xd1\x61\x28\x21\x49\x92\x24\x49\x92\x24\x49\xd5\x30\x90\x50\x2b\ +\x0c\x22\x8c\xe8\x30\x94\x90\x24\x49\x92\x24\x49\x92\xa4\xfe\x19\ +\x48\xa8\xf1\x06\x19\x46\x74\x4c\x12\x4a\x1c\x03\x1c\x62\x28\x21\ +\x49\x92\x24\x49\x92\x24\x49\x6b\x66\x20\xa1\x46\x1b\x46\x18\xd1\ +\x61\x28\x21\x49\x92\x24\x49\x92\x24\x49\xbd\x33\x90\x50\x63\x0d\ +\x33\x8c\xe8\x30\x94\x90\x24\x49\x92\x24\x49\x92\xa4\xde\x18\x48\ +\xa8\x91\xea\x08\x23\x3a\x0c\x25\x24\x49\x92\x24\x49\x92\x24\x69\ +\xfa\x0c\x24\xd4\x38\x75\x86\x11\x1d\x86\x12\x92\x24\x49\x92\x24\ +\x49\x92\x34\x3d\x06\x12\x6a\x94\x1c\xc2\x88\x0e\x43\x09\x49\x92\ +\x24\x49\x92\x24\x49\x9a\x3a\x03\x09\x35\x46\x4e\x61\x44\x87\xa1\ +\x84\x24\x49\x92\x24\x49\x92\x24\x4d\x8d\x81\x84\x1a\x21\xc7\x30\ +\xa2\xc3\x50\x42\x92\x24\x49\x92\x24\x49\x92\xd6\xcc\x40\x42\xd9\ +\xcb\x39\x8c\xe8\x30\x94\x90\x24\x49\x92\x24\x49\x92\xa4\xd5\x33\ +\x90\x50\xd6\x9a\x10\x46\x74\x18\x4a\x48\x92\x24\x49\x92\x24\x49\ +\xd2\xe4\x0c\x24\x94\xad\x26\x85\x11\x1d\x86\x12\x92\x24\x49\x92\ +\x24\x49\x92\x34\x31\x03\x09\x65\xa9\x89\x61\x44\x87\xa1\x84\x24\ +\x49\x92\x24\x49\x92\x24\xdd\x9b\x81\x84\xb2\xd3\xe4\x30\xa2\xc3\ +\x50\x42\x92\x24\x49\x92\x24\x49\x92\x56\x36\x66\x15\x28\x27\x11\ +\xf1\x06\x1a\x1e\x46\x74\xca\xbd\x68\xd1\x22\x96\x2d\x5b\xd6\xfd\ +\xd7\x07\x02\x5f\x8e\x08\x8f\x3b\x49\x92\x24\x49\x92\x24\x49\x23\ +\xc7\x27\x24\x94\x8d\x32\x8c\xf8\x68\xe7\xcf\x4d\x0d\x23\xba\xf9\ +\xa4\x84\x24\x49\x92\x24\x49\x92\x24\x15\x0c\x24\x94\x85\x36\x86\ +\x11\x1d\x86\x12\x92\x24\x49\x92\x24\x49\x92\x64\x20\xa1\x0c\xb4\ +\x39\x8c\xe8\x30\x94\x90\x24\x49\x92\x24\x49\x92\x34\xea\x0c\x24\ +\x54\xab\x51\x08\x23\x3a\x0c\x25\x24\x49\x92\x24\x49\x92\x24\x8d\ +\x32\x03\x09\xd5\x66\x94\xc2\x88\x0e\x43\x09\x49\x92\x24\x49\x92\ +\x24\x49\xa3\xca\x40\x42\xb5\x18\xc5\x30\xa2\xc3\x50\x42\x92\x24\ +\x49\x92\x24\x49\xd2\x28\x32\x90\xd0\xd0\x8d\x72\x18\xd1\x61\x28\ +\x21\x49\x92\x24\x49\x92\x24\x69\xd4\x18\x48\x68\xa8\x0c\x23\xee\ +\x61\x28\x21\x49\x92\x24\x49\x92\x24\x69\x94\x18\x48\x68\x68\x0c\ +\x23\xee\xcd\x50\x42\x92\x24\x49\x92\x24\x49\xd2\xa8\x30\x90\xd0\ +\x50\x18\x46\x4c\xce\x50\x42\x92\x24\x49\x92\x24\x49\xd2\x28\x30\ +\x90\xd0\xc0\x19\x46\xac\x99\xa1\x84\x24\x49\x92\x24\x49\x92\xa4\ +\xb6\x33\x90\xd0\x40\x19\x46\x4c\x9d\xa1\x84\x24\x49\x92\x24\x49\ +\x92\xa4\x36\x33\x90\xd0\xc0\x18\x46\x4c\x9f\xa1\x84\x24\x49\x92\ +\x24\x49\x92\xa4\xb6\x32\x90\xd0\x40\x18\x46\xf4\xce\x50\x42\x92\ +\x24\x49\x92\x24\x49\x52\x1b\x19\x48\xa8\x72\x86\x11\xfd\x1b\x1b\ +\x1b\x63\xc1\x82\x05\xcc\x9a\x35\xab\xfb\xaf\x8f\xc1\x50\x42\x92\ +\x24\x49\x92\x24\x49\x52\x43\x19\x48\xa8\x52\x86\x11\xd5\x99\x24\ +\x94\x38\x19\xd8\x3f\xa5\xb4\xc2\x1a\x92\x24\x49\x92\x24\x49\x92\ +\xd4\x24\x06\x12\xaa\x8c\x61\x44\xf5\x0c\x25\x24\x49\x92\x24\x49\ +\x92\x24\xb5\x85\x81\x84\x2a\x61\x18\x31\x38\x86\x12\x92\x24\x49\ +\x92\x24\x49\x92\xda\xc0\x40\x42\x7d\x33\x8c\x18\x3c\x43\x09\x49\ +\x92\x24\x49\x92\x24\x49\x4d\x67\x20\xa1\xbe\x18\x46\x0c\x8f\xa1\ +\x84\x24\x49\x92\x24\x49\x92\xa4\x26\x33\x90\x50\xcf\x0c\x23\x86\ +\xcf\x50\x42\x92\x24\x49\x92\x24\x49\x52\x53\x19\x48\xa8\x27\x86\ +\x11\xf5\x31\x94\x90\x24\x49\x92\x24\x49\x92\xd4\x44\x06\x12\x9a\ +\x36\xc3\x88\xfa\x19\x4a\x48\x92\x24\x49\x92\x24\x49\x6a\x1a\x03\ +\x09\x4d\x8b\x61\x44\x3e\x0c\x25\x24\x49\x92\x24\x49\x92\x24\x35\ +\x89\x81\x84\xa6\xcc\x30\x22\x3f\x86\x12\x92\x24\x49\x92\x24\x49\ +\x92\x9a\x62\xcc\x2a\xd0\x54\x44\xc4\x5e\x74\x85\x11\x2b\x56\xac\ +\x30\x8c\xc8\xc0\xf8\xf8\x38\x8b\x17\x2f\x66\xd9\xb2\x65\xdd\x7f\ +\xbd\x0f\xf0\x0e\x6b\x47\x92\x24\x49\x92\x24\x49\x52\x4e\x0c\x24\ +\x34\x55\x5b\x75\xff\x61\xf1\xe2\xc5\x86\x11\x99\x18\x1f\x1f\x67\ +\xd1\xa2\x45\x8c\x8f\x8f\x77\xff\xf5\x96\xd6\x8c\x24\x49\x92\x24\ +\x49\x92\xa4\x9c\x18\x48\x68\xaa\xee\xe8\xfe\xc3\x06\x1b\x6c\x40\ +\x4a\xae\xf8\x95\x8b\x0d\x36\xd8\x80\xb1\xb1\xb1\x49\xdb\x4b\x92\ +\x24\x49\x92\x24\x49\x92\xea\xe6\x8c\xb2\xa6\x24\x22\x66\x00\xc7\ +\x02\xfb\x75\xfe\x6e\xe9\xd2\xa5\x2c\x5a\xb4\x88\x88\xb0\x82\x6a\ +\x34\x6f\xde\x3c\x66\xcf\x9e\xdd\xfd\x57\x7f\x00\xf6\x48\x29\x2d\ +\xb6\x76\x24\x49\x92\x24\x49\x92\x24\xe5\xc2\x40\x42\x53\x66\x28\ +\x91\x1f\xc3\x08\x49\x92\x24\x49\x92\x24\x49\x4d\x61\x20\xa1\x69\ +\x31\x94\xc8\x87\x61\x84\x24\x49\x92\x24\x49\x92\xa4\x26\x31\x90\ +\xd0\xb4\x19\x4a\xd4\xcf\x30\x42\x92\x24\x49\x92\x24\x49\x52\xd3\ +\x18\x48\xa8\x27\x86\x12\xf5\x31\x8c\x90\x24\x49\x92\x24\x49\x92\ +\xd4\x44\x06\x12\x02\x20\x22\x76\x01\xe6\x02\xd7\xa5\x94\xfe\x34\ +\xc5\xcf\x18\x4a\x0c\x59\x3f\x61\x44\x44\xac\x05\xbc\x09\x98\x07\ +\xdc\x00\x7c\x2c\xa5\x34\x6e\xad\x4a\x92\x24\x49\x92\x24\x49\x1a\ +\x06\x03\x09\x11\x11\x6f\x06\x3e\x5c\xfe\x71\x19\xb0\x6f\x4a\xe9\ +\x94\x29\x7e\x76\x06\x70\x0c\xb0\x7f\xe7\xef\x0c\x25\x06\xa3\x82\ +\x30\xe2\x44\x60\xef\xae\xbf\x3e\x16\x38\xd8\x50\x42\x92\x24\x49\ +\x92\x24\x49\xd2\x30\x18\x48\x8c\xb8\x88\x78\x03\xf0\xd1\x55\xfe\ +\x7a\x05\x70\x40\x4a\xe9\xab\x53\xfc\x0e\x43\x89\x01\x9b\x3f\x7f\ +\x3e\xeb\xae\xbb\x6e\xf7\x5f\xf5\x1b\x46\x74\x18\x4a\x48\x92\x24\ +\x49\x92\x24\x49\x1a\x8a\x31\xab\x60\x74\x4d\x12\x46\x00\xcc\x00\ +\x8e\x8f\x88\x7d\xa7\xf2\x3d\x29\xa5\x15\xc0\x81\xc0\x09\x9d\xbf\ +\x9b\x35\x6b\x16\x0b\x17\x2e\x24\x25\x33\xaf\x7e\x55\x1d\x46\xac\ +\x12\x12\xbd\x14\x38\x3a\x22\xec\x0b\x24\x49\x92\x24\x49\x92\x24\ +\x0d\x94\x93\x90\x23\xaa\x5c\xa6\xe9\xee\x30\x62\xc5\x8a\x15\xdc\ +\x74\xd3\x4d\xdd\x93\xd5\x33\x80\x63\x23\xe2\x05\x53\xf9\x3e\x43\ +\x89\xc1\xe8\x33\x8c\xe8\x3c\xb9\x72\x77\x18\xb1\x74\xe9\x52\xae\ +\xbb\xee\x3a\x96\x2e\x5d\xda\xfd\x4f\x5f\x0a\x9c\x58\xfe\x7b\x49\ +\x92\x24\x49\x92\x24\x49\x1a\x08\x03\x89\x11\x54\x3e\x19\xd1\x79\ +\x67\x04\xe3\xe3\xe3\x2c\x5a\xb4\x88\xdb\x6f\xbf\x7d\xd5\x65\x96\ +\x66\x02\x27\xfb\xa4\x44\x3d\x2a\x08\x23\x26\x7c\xe1\xf8\x8a\x15\ +\x2b\x58\xbc\x78\xf1\xaa\xa1\xc4\x3e\xc0\x09\x86\x12\x92\x24\x49\ +\x92\x24\x49\x92\x06\xc5\x59\xe2\x11\xb3\xea\x32\x4d\xe3\xe3\xe3\ +\xdc\x70\xc3\x0d\x2c\x5f\xbe\xfc\xee\x7f\x33\x41\x88\xe0\x3b\x25\ +\x86\x6c\x50\x61\x44\x77\xfd\x8f\x8d\x8d\xb1\x60\xc1\x02\x66\xcd\ +\x9a\xd5\xfd\xf1\x93\x81\xfd\xcb\x70\x49\x92\x24\x49\x92\x24\x49\ +\x92\x2a\xe3\x13\x12\x23\x64\x2a\x61\x04\x4c\x38\x79\xdd\x79\xa7\ +\xc4\x8b\xa7\xf2\x7b\x7c\x52\xa2\x3f\xc3\x08\x23\x3a\xed\xef\x93\ +\x12\x92\x24\x49\x92\x24\x49\x92\x86\xc5\xd9\xe1\x11\x31\xd5\x30\ +\xa2\xdb\x24\x4f\x4a\xbc\x24\xa5\x74\xd2\x14\x7f\xa7\x4f\x4a\x4c\ +\xd3\xb0\xc2\x88\x6e\x3e\x29\x21\x49\x92\x24\x49\x92\x24\x69\x18\ +\x7c\x42\x62\x04\x44\xc4\x1b\x99\x66\x18\x01\x93\x3e\x29\x71\x9c\ +\x4f\x4a\x0c\x46\x1d\x61\x44\x67\x7f\x58\xcd\x93\x12\x6b\xd9\x32\ +\x92\x24\x49\x92\x24\x49\x92\xaa\xe0\xac\x70\xcb\x95\x61\xc4\x47\ +\x3a\x7f\x9e\x6a\x18\xd1\xcd\x27\x25\x06\xaf\xae\x30\xa2\xdb\x6a\ +\x9e\x94\x38\x20\xa5\xb4\xdc\x56\x92\x24\x49\x92\x24\x49\x92\xd4\ +\x0f\x03\x89\x16\xab\x22\x8c\xe8\x30\x94\x18\x9c\x1c\xc2\x88\x0e\ +\x43\x09\x49\x92\x24\xb5\xe0\x3a\x68\x0e\x70\x5f\x60\x2b\xe0\x3e\ +\xc0\x02\x60\x7e\xf9\xbf\xeb\x03\x6b\x97\xff\x74\x36\xb0\x16\xb0\ +\xa4\xeb\xe3\x37\x97\x3f\x37\x96\x3f\x37\x00\x57\x03\x57\x00\xd7\ +\x78\x4e\x2c\x49\x6a\xe0\xb8\xb8\x4e\x39\x26\x6e\x09\x6c\x56\x8e\ +\x87\x9d\x9f\xf5\xca\xf1\x90\x72\x7c\x9c\x5d\x8e\x7f\x1d\xb7\xac\ +\x32\x2e\xde\x08\x5c\x09\x5c\x05\x5c\x95\x52\x5a\x6a\x0d\x6b\xba\ +\x0c\x24\xda\xdb\xd9\x54\x16\x46\x74\x18\x4a\x54\x2f\xa7\x30\xa2\ +\xc3\x50\xa2\xa7\xe3\xed\xe1\xc0\x42\xe0\x36\x60\x29\xb0\x0c\xb8\ +\xb5\xfc\xcf\x37\x01\x01\xdc\x9e\x52\xba\x6b\x84\xea\x24\x01\xf3\ +\xca\x3f\x2e\xf1\x7d\x24\xad\x69\xd7\xb5\x81\x87\x03\x8f\x06\x1e\ +\x48\x31\xd9\xb3\x05\xb0\x01\xc5\x44\xcf\x4c\x60\xee\x2a\x1f\x3b\ +\x20\xa5\x74\xc2\x08\xd7\xd9\xee\xe5\xff\xbd\xb9\xfc\xdf\x1b\x57\ +\xe9\x1b\x6e\x4e\x29\x8d\xbb\x77\x35\xa2\x2d\xe7\x00\x9d\xc1\x71\ +\xac\xdc\xef\x3b\xba\xff\xdb\x0c\x8a\x09\x4f\x80\xe5\x29\xa5\x33\ +\x27\xf9\xbe\xed\xca\xe3\xa7\x33\x76\xdc\x09\xdc\xd1\x35\x86\x44\ +\x4a\xe9\xa6\x06\xd5\xcf\x5a\xe5\x05\x2d\x65\x7f\x40\x59\x47\x63\ +\xe5\xdf\xaf\x55\x5e\xe0\xae\x0d\xac\x03\xac\x3b\x49\x5d\x76\xf7\ +\x23\x4b\xcb\xfa\xe9\x3e\x76\x6e\xeb\xfa\xfb\x7f\x95\x3f\xd7\xa7\ +\x94\x96\xb9\x97\x8e\xe4\x71\xb9\x21\xf0\x08\xe0\x21\xc0\x83\x81\ +\x1d\xca\xf1\x69\xc1\x80\x7e\xe5\x0a\x8a\x70\xe2\x6f\xc0\x5f\x81\ +\x0b\x80\xf3\x81\xf3\x52\x4a\xb7\xd9\x22\x77\xb7\xcb\x82\xb2\x2d\ +\x6e\xa6\x08\x7b\x6e\xcc\x71\xbc\x8b\x88\x31\x60\xa3\xf2\x67\x5e\ +\x4a\xe9\x57\x2d\x6d\x8f\xc7\x97\xe7\x1c\x77\x94\xed\x71\x17\xc5\ +\x04\xe3\x6d\xb9\x4d\x24\x46\xc4\xec\x72\xac\x58\xbf\xfc\x99\x03\ +\x2c\x4d\x29\xfd\x6e\x1a\x7d\xc2\xc3\x80\xf1\xae\x73\xaf\x5b\xcb\ +\xb1\xb5\xfb\x1a\xcd\xf3\xaf\xfa\xcf\xa7\x3a\xe7\x04\xeb\x96\xe7\ +\x05\x9d\x73\x83\x0b\x52\x4a\x57\x5b\x53\x3d\xd7\xef\xfa\xe5\xb8\ +\xb8\x7d\xd7\xd8\xb8\x2d\xb0\xc9\xa0\x7e\x65\x79\x2e\x76\x61\xf9\ +\xd3\x19\x1b\xcf\x4d\x29\xdd\x6c\x8b\x68\x32\x06\x12\xed\xec\x80\ +\x2a\x0f\x23\x3a\x0c\x25\xaa\x93\x63\x18\xd1\x61\x28\x31\xed\x63\ +\xee\xbb\xc0\xb3\xa6\xf8\xcf\x97\x97\x17\x00\x94\x27\xc9\xe3\xc0\ +\xed\xe5\x85\x41\xf7\x7f\xeb\xd6\x99\x7c\x59\xd5\x8d\x6b\x3a\x64\ +\xcb\x93\xf8\x55\x75\x4f\x9c\xad\xb4\x5b\x4e\xf0\x77\xdd\x93\x46\ +\xab\xfb\x7c\x67\xd2\x69\x75\x3a\x17\x03\x9d\xed\xbd\xb3\xac\x83\ +\xeb\x28\xee\xb0\xb8\x96\xe2\x2e\x8b\x7f\x95\x17\xfb\x57\x36\x69\ +\x32\x6e\x04\xf6\xf3\x37\x00\x1f\xa4\x98\x2c\x9c\x8e\x73\x52\x4a\ +\x8f\x1e\xe1\x7a\x5b\x3a\xc5\x3a\xbb\xa5\xec\x03\x3a\xc7\xc9\xaa\ +\xc7\x4d\x47\xf7\xc5\x74\xc7\x92\x72\x3c\xee\x57\x55\xdf\xd3\xeb\ +\x39\xe9\xbc\x1e\x3e\x37\xb7\x87\x7d\xb2\x73\xe1\x3b\xd1\xef\xed\ +\x5c\x1c\xc3\xbd\x27\xca\x7b\xaa\xd3\x94\xd2\x06\x93\xec\x1b\x9f\ +\x01\x0e\x9f\xe2\xf7\x74\xc6\x8b\xee\xfd\xe1\xc6\x35\x8c\x09\x6b\ +\xfa\x73\x47\x77\x90\x30\xd9\xf8\xd1\xa9\xe7\xee\xbf\x9f\x3f\x41\ +\x9d\xd5\xe9\xfa\x72\x3c\xb9\xb6\x1c\x53\x3a\x17\xc5\x7f\x01\x2e\ +\x33\x18\x6f\x4d\x9f\xba\x1d\xf0\xef\xc0\x2e\xe5\xcf\x03\x32\x29\ +\xda\xf2\x72\x7f\x3b\x07\xf8\x0d\xf0\xd3\x94\xd2\xe5\x23\xdc\x4e\ +\xbb\x01\x3f\x9d\xe0\x3f\xdd\x51\x9e\xff\x75\xce\x05\xbb\x03\xc6\ +\xee\x73\xdd\x15\xac\xfc\xd4\xca\xea\xce\x87\x99\xc2\x39\x69\xe7\ +\x7c\x76\xbd\xb2\x1f\xdb\xa0\xec\xbb\x36\x5e\xe5\xdf\xee\x9f\x52\ +\x3a\xb1\x85\xed\x71\x39\xc5\x9d\xd1\x13\xfe\x67\x8a\x9b\x24\xee\ +\x2a\xdb\xa5\x3b\xb0\xe8\xd6\x09\xcd\xa7\xda\x26\xab\x5e\x2f\xac\ +\x3a\xae\x74\xc6\xdf\xb9\x65\x5b\xcc\x2d\xff\x3c\xd1\x1c\xd5\x6f\ +\x52\x4a\x8f\x9d\xe2\xb6\x3e\x15\x38\x7d\x9a\x55\xd4\xb9\x49\x64\ +\xd5\x73\xb2\xc9\xb6\xb3\xb3\x1f\xaf\xce\x44\xfb\xf0\x20\xcf\xbd\ +\x26\xba\x66\x1b\xe4\xf9\x17\x14\x81\xd1\x8c\x49\xae\x25\x57\x77\ +\xb3\xc1\x9a\xbc\x36\xa5\xf4\x49\x47\xbc\x29\x1f\xdf\xf7\x2d\xc7\ +\xc5\xc7\x50\xdc\x34\xf6\x60\xf2\x78\x5f\x70\x00\x17\x01\xbf\x03\ +\x7e\x5b\x8e\x8b\x17\xd8\x62\xea\xbe\x00\x51\xbb\x3a\xa3\x81\x85\ +\x11\x70\xcf\xa4\x77\x57\x28\xd1\x79\xd1\x35\x53\x09\x25\x52\x4a\ +\x2b\x22\xe2\xc0\xce\x09\x1f\xdc\x13\x72\x8c\x52\x28\x51\x41\x18\ +\x71\x1c\xf0\xe2\x55\xdb\xa5\xaa\xfa\xeb\xbc\xe8\x7a\x95\x50\x62\ +\x9f\xf2\xf7\x1b\x4a\xdc\xdb\x74\xee\xca\x5c\xab\xeb\x64\x6d\xfe\ +\x88\xd5\xd3\xdc\xe9\x6e\x77\x44\x5c\x06\xfc\xa9\xeb\xe7\x8f\xc0\ +\xc5\xde\xd1\x34\xf4\xb1\x65\x0c\x78\x35\xd3\x9f\xf8\x05\xd8\x39\ +\x22\x76\x4e\x29\x9d\x33\x82\xf5\x96\xa6\x51\x67\xeb\x8d\x68\xbf\ +\x30\xca\xe7\xda\xd3\x19\x4b\x37\x70\xff\x58\xa3\xce\x5d\xce\xdb\ +\x4f\xf0\xdf\xee\x8c\x88\x0b\x28\x26\x8c\xcf\x02\xce\x04\xfe\x9a\ +\x52\xf2\x65\x66\xf9\xf7\xa3\xb3\x81\x67\x00\x4f\x07\xf6\xa0\x58\ +\x6a\x22\xd7\x63\x7d\xc7\xf2\xe7\xd0\xb2\xec\x17\x03\x67\x00\xa7\ +\x01\x3f\x4a\x29\xdd\xe1\xb9\x31\xeb\x96\x3f\xb9\xf6\x65\x9f\x8e\ +\x88\x5f\xa6\x94\xae\x68\x59\x7b\xac\x6e\xbc\x49\x0d\x18\x5b\x96\ +\x0f\xe8\xdf\x76\xac\x3a\x21\xef\x58\x5b\xaf\x0d\xac\x82\xd5\x8e\ +\x8b\xb3\x80\xdd\x29\x6e\x88\xdc\x03\xd8\x26\xd3\xa2\x26\x8a\x27\ +\x33\xb6\xa5\x9c\xfb\x8b\x88\x7f\x96\xe3\xe2\xe9\xc0\x0f\xbc\xf9\ +\xd0\x8b\x24\xb5\xa7\x63\x1a\x68\x18\xd1\x61\x28\xd1\x9f\xdc\xc3\ +\x88\xee\xfd\xc7\x50\xa2\xef\x8b\x2e\xf5\x6f\xeb\xf2\xe7\x39\x5d\ +\x7f\x77\x6b\x44\xfc\x02\xf8\x61\x79\x81\x7f\xa1\xd5\x34\x70\x4f\ +\x2e\xdb\xa1\x57\x47\x00\x2f\x19\xc1\x7a\x9b\xe9\xae\x33\xf2\x66\ +\xac\xe6\xbf\x39\x8e\x0e\xcf\x3a\x14\xcb\xcd\x3d\x9c\x7b\x9e\x2e\ +\xbd\xbe\x1c\x4b\x7e\x4e\x71\xd7\xde\x5f\xac\xa6\x6c\xae\x69\xe6\ +\x00\xcf\x03\x9e\x0f\x3c\x8d\x7b\xd6\xb5\x6e\x9a\x07\x96\x3f\x87\ +\x01\xb7\x47\xc4\xe9\xc0\xff\x02\xdf\x4e\x29\xdd\xda\xf2\x66\x6c\ +\xea\x7a\xe2\xf3\xca\xeb\xda\xdd\x5b\x76\xf3\xcb\xf2\x11\x2a\xbf\ +\x4f\xc3\x35\xdf\xfa\x56\xc1\xbd\xc6\xc5\x99\x14\xc1\xfc\x0b\x80\ +\x67\xd3\xfb\x53\x2d\x75\xdb\x0c\x38\xa0\xfc\x59\x1a\x11\x67\x96\ +\xe3\xe2\x37\x52\x4a\x8b\x6c\xe9\xd1\x32\x66\x15\xb4\xa6\x83\x1a\ +\x4a\x18\x71\xf7\x19\xe6\xbd\x27\xc1\x3b\xa1\xc4\x8b\xa7\xf2\xf9\ +\xf2\xb1\xf9\x03\x81\xbb\xd7\x15\x9f\x60\x39\xa8\xd6\x69\x4a\x18\ +\xd1\xbd\x1f\x2d\x5e\xbc\x98\xa5\x4b\x57\xba\xa6\xd8\x07\x38\xbe\ +\x5c\x2b\x5a\x05\x03\x89\xe1\x9a\x4b\x71\xb7\xe4\xff\x00\x17\x44\ +\xc4\xe5\x11\xf1\xc5\x88\x78\x5e\x79\xc7\x88\xaa\x77\x48\x9f\x9f\ +\xdf\x3b\x22\x36\x1e\xc1\x7a\x33\x90\xd0\xea\x02\x89\x3b\xac\x9e\ +\x5a\x6d\x04\xec\x05\x7c\x12\x38\x3f\x22\x2e\x88\x88\x77\x45\xc4\ +\xb6\x56\x4d\x6d\xd7\x33\xbb\x46\xc4\x51\xc0\x3f\xcb\x6b\x84\xe7\ +\xd3\xdc\x30\x62\x55\xb3\xcb\xed\x39\x1e\xb8\x26\x22\x8e\x89\x88\ +\xdd\xca\x27\x10\xdb\xa8\xc9\xef\x4d\x7b\x22\xf0\xe6\x96\xb5\xc7\ +\x9d\x0d\x2f\xff\xd2\x01\xfd\x5b\xe5\xc9\x27\x24\xee\x19\x17\xb7\ +\x8f\x88\x8f\x52\x2c\x6b\x7c\x2a\xc5\x44\xfe\xbc\x96\x6c\xde\x2c\ +\xe0\x29\xc0\xe7\x80\x7f\x46\xc4\xb7\x22\xe2\x39\x65\xf8\xa2\x11\ +\x60\x20\xd1\x8e\x4e\x6a\xa8\x61\xc4\xdd\x23\xfd\x80\x42\x89\x0d\ +\x37\xdc\x90\xb1\xb1\xf6\xed\x9a\x4d\x0b\x23\xba\xf7\x27\x43\x89\ +\x35\xf2\x25\x86\xf5\xda\x0a\x78\x19\xc5\xdd\x15\x57\x45\xc4\x47\ +\x23\x62\x7b\xab\xa5\xb2\x31\x66\x21\xc5\x9d\xaa\xfd\x58\xbb\x6c\ +\xa3\x51\x63\x40\xa6\xd5\x05\x12\x4b\xac\x9e\xac\x6c\x07\xbc\x1b\ +\xb8\x30\x22\x7e\x1f\x11\x6f\x2a\xfb\x3f\x0d\x76\x8c\x59\x27\x22\ +\x0e\x89\x88\x3f\x51\xbc\x7b\xe1\x50\xda\x7f\x77\xec\x5c\xe0\xa5\ +\x14\xef\x58\xf8\x5b\x44\xbc\xb6\x7c\x09\x69\x9b\x34\x7d\x19\x8e\ +\xf7\x46\xc4\xc3\x5b\xd4\x1e\x4d\x7f\xb1\xec\xad\x03\xfa\xb7\xca\ +\xd3\x48\x3f\x21\x11\x11\x33\x22\x62\xaf\x88\xf8\x25\x70\x3e\xf0\ +\x06\x8a\xf7\xdd\xb4\xfd\x9a\x69\x4f\x8a\xd0\xe5\xf2\xf2\x06\x91\ +\xfb\x78\x28\xb4\x9b\x81\x44\xf3\x3b\xab\x5a\xc2\x88\x8e\x41\x84\ +\x12\x33\x67\xce\x64\xe1\xc2\x85\xad\x0a\x25\x9a\x1a\x46\x74\xef\ +\x57\x86\x12\xab\xb5\xd8\x2a\xc8\xc6\x46\xe5\x49\xdb\xf9\x11\x71\ +\x56\x39\xc9\xe1\xa4\x70\x7f\xf6\xa7\x9a\x17\xd6\xbe\x62\x04\xfb\ +\x8b\xb9\xee\x3e\x23\x2f\xad\xe6\x0e\xe8\x5b\xac\x9e\x6c\xed\x04\ +\xfc\x77\x79\x51\xfc\x3f\xe5\x0b\x23\x55\xed\x35\xcc\x82\x88\x78\ +\x0f\x70\x05\xf0\x25\x60\x87\x11\xad\x8a\x07\x02\x9f\xa0\xb8\xa1\ +\xe2\x93\x11\xb1\x95\xe7\xc6\x59\x98\x05\x9c\x10\x11\xeb\xb6\xa4\ +\x3d\x96\x8c\x50\xf9\x1d\x5b\x9b\x6f\x24\x9f\x90\x88\x88\xd9\x11\ +\xf1\x3a\xe0\x62\xe0\x9b\xc0\xe3\x46\xb4\xfd\x37\xa5\xb8\x41\xe4\ +\xf2\x88\x38\xce\x1b\x0d\xdb\xcb\x40\xa2\xd9\x1d\x56\xad\x61\x44\ +\x87\xa1\xc4\xea\x35\x3d\x8c\xe8\xde\xbf\x0c\x25\x5a\x7b\xd1\xd5\ +\x56\xbb\x50\x4c\x72\xfc\x2d\x22\x0e\x74\x3f\xed\xd9\x21\x15\x7d\ +\xcf\x16\xf4\xff\xa4\x45\xd3\xac\xe7\xee\x23\x26\x7f\x4a\xc2\x49\ +\x93\xfc\xcd\x01\x5e\x03\x5c\x1c\x11\x27\x44\xc4\x43\xac\x92\xbe\ +\xaf\x5f\xe6\x47\xc4\x7b\x81\x4b\x81\x77\x52\xdc\x48\xa0\x62\xbc\ +\x78\x35\xf0\xf7\x88\xf8\x42\x44\x6c\xdd\xe4\x8d\x49\x29\xdd\x42\ +\xf3\x97\xce\xf9\x37\xe0\x43\x2d\xd9\xbf\x9a\xfe\x84\xc4\x74\x02\ +\x09\x9f\x90\x68\xbe\x91\x0a\x24\x22\x62\xdd\x32\x88\xb8\x04\xf8\ +\x38\xfd\xbd\xb7\xaf\x4d\x66\x51\x2c\x51\xf5\xa7\x88\xf8\x46\x44\ +\xec\x68\x95\xb4\x8b\x81\x44\x73\x3b\xad\x2c\xc2\x88\x0e\x43\x89\ +\x89\xb5\x25\x8c\xe8\xde\xcf\x0c\x25\x26\x64\x20\x91\xb7\xad\x81\ +\xaf\x50\x3c\x35\xb1\x4f\x8b\xd7\x6b\x1e\xc4\x58\xb3\x33\xd5\xde\ +\xb5\xfa\xea\x11\xab\x42\x03\x09\x75\xce\x89\x26\x72\xad\x55\xd3\ +\x18\x6b\x51\xbc\x0c\xfb\xbc\xf2\x2e\x76\xd7\xb7\x9e\xfe\x78\xb2\ +\x76\x44\xbc\x85\x22\x88\x78\x07\xbe\xb4\x74\x32\xb3\x80\x97\x03\ +\x17\x45\xc4\xa7\x22\x62\xc3\x06\x6f\xcb\xf5\x2d\x68\x8f\x23\x22\ +\xe2\x69\x2d\xd8\x8e\x6b\x1a\x5e\xfe\xe9\xbc\xec\xf6\x66\x20\x50\ +\x93\x8d\xc4\xf8\x10\x11\x63\x11\x71\x30\xc5\x13\x11\x1f\x07\x5c\ +\xa2\x68\x62\x63\x14\x2f\xf3\x3e\x2f\x22\xbe\xda\xf4\xc0\x5e\x2b\ +\x37\xac\x9a\xd7\x71\x65\x15\x46\x74\x18\x4a\xac\x6c\x82\x30\xe2\ +\xf7\x34\x38\x8c\xe8\xde\xdf\x0c\x25\xee\xe5\x2a\x7b\xa6\x46\xd8\ +\x16\xf8\x2a\x70\x96\x77\x58\x4c\xd9\x21\x15\x7f\xdf\x13\x46\xac\ +\xee\x9d\x70\x53\xe7\x7c\x68\x22\xff\xb4\x6a\x1a\xd9\x96\xaf\xa6\ +\x78\xf2\xee\x80\x88\x48\x56\xc9\x94\xae\x5d\xf6\x02\xfe\x4a\x71\ +\xb7\xb9\x61\xce\xd4\xcc\x04\x8e\xa0\x78\x62\xe2\xcd\x11\xb1\x76\ +\x03\xb7\xe1\xd2\x16\xb4\x43\x02\x8e\x6e\x78\x30\xd4\x86\x6b\x95\ +\x2b\xa7\xdc\x60\x29\x2d\xa5\x1d\x61\xd8\x28\x6b\xfd\x38\x11\x11\ +\x4f\x00\x7e\x07\x7c\x19\xd8\xcc\x26\x9f\x72\x7f\xbc\x0f\x70\x41\ +\x44\x7c\xc8\x9b\x43\x9a\xcf\x40\xa2\x79\x1d\x57\x96\x61\x44\x87\ +\xa1\x44\xa1\xad\x61\x44\xf7\x7e\x67\x28\xb1\x92\x8b\xed\x9d\x1a\ +\x65\x67\xe0\xdc\x88\x78\xaf\xcb\x38\xad\xb6\x2f\x9a\x53\x1e\xd7\ +\x55\x3b\x62\x84\xaa\xd1\x40\x42\x30\xf9\xcb\xcd\xaf\xb6\x6a\x1a\ +\x6b\x93\xf2\x5c\xed\x8c\x88\xd8\xd4\xea\x98\x74\x1c\xd9\x3a\x22\ +\x4e\xa7\x58\x0b\xfb\xfe\xd6\x48\x4f\xe6\x01\x1f\xa6\xb8\x33\xf4\ +\x09\x0d\x2b\xfb\x3f\x5a\xd2\x06\x9b\x02\x5f\x6c\xf8\x36\x34\x7d\ +\xbc\xb9\x6a\xc0\xff\x5e\x79\x99\xdf\xe2\x71\x71\x61\x44\x1c\x07\ +\xfc\x9c\xe2\x7d\x55\x9a\xbe\x75\x80\xb7\x50\x04\x13\x2f\xb0\x3a\ +\x9a\xcb\x40\xa2\x59\x9d\x57\xd6\x61\x44\xc7\xa8\x87\x12\xab\x09\ +\x23\x6e\x9c\x42\x1b\x67\x1f\x46\x74\xef\x7f\x86\x12\x77\xbb\x1c\ +\x58\x66\x2f\xd5\x28\x33\x29\x96\x8c\xf8\xa5\x2f\x2b\x9d\xd4\x0b\ +\x19\xcc\x84\xfa\x7e\x11\x31\x7f\x44\xea\xd0\xb5\xd1\x05\x93\xdc\ +\xe9\x97\x52\xba\x09\xd7\xba\x6e\xba\xdd\x80\xdf\x37\x70\xa2\x78\ +\xd0\xd7\x2c\x63\x11\xf1\x5a\xe0\xcf\xc0\x53\xad\x91\x4a\x6c\x07\ +\x9c\x19\x11\x47\x45\xc4\xbc\x86\x94\xf9\x1f\x2d\xaa\xff\x3d\x23\ +\xe2\xd0\x86\x5f\xab\x34\xd9\x15\xd3\xfc\xf7\x06\xfe\xcd\x36\xa7\ +\xbc\x31\xaa\x6d\x63\xe3\x8b\x28\x9e\x16\x3c\xc0\x26\xae\xc4\xa6\ +\xc0\x37\x22\xe2\xd4\x88\xd8\xc2\xea\x68\x1e\x03\x89\xe6\x74\x5e\ +\x8d\x08\x23\x3a\x46\x35\x94\x18\x95\x30\xa2\x7b\x3f\x34\x94\x80\ +\x94\xd2\x72\xe0\xef\xf6\x54\x8d\xb4\x0b\x70\x76\x44\x3c\xca\xaa\ +\xb8\x97\x43\x06\xf4\xbd\xb3\x81\x83\x47\xa4\x0e\x5d\x0b\x56\xb0\ +\xfa\x3b\xfd\xce\xb7\x7a\x5a\x71\x41\x7c\x46\x44\xbc\xde\x25\x9c\ +\x20\x22\xb6\x04\x7e\x06\x7c\x02\x98\xeb\xee\x51\xed\x29\x27\x70\ +\x28\xc5\x0b\x3e\x77\x6b\x40\x79\xdb\xd6\xbf\x7d\x3c\x22\x1e\xd8\ +\xd0\xb2\x5f\x40\x73\xdf\xab\x70\x07\xd3\x5f\xfe\xcb\xeb\x32\xcf\ +\xa1\x73\x1a\x17\xe7\x47\xc4\xd7\x81\x93\x81\x8d\x6d\xda\xca\x3d\ +\x07\xf8\x73\x44\xec\x63\x55\x34\x8b\x81\x44\x33\x3a\xb0\x46\x85\ +\x11\x1d\xa3\x16\x4a\x8c\x5a\x18\xd1\xbd\x3f\x1a\x4a\x00\xf0\x2b\ +\x7b\xab\xc6\xda\x04\xf8\x59\x44\x3c\xc7\xaa\xb8\xbb\x4f\xda\x0e\ +\x78\xdc\x00\x7f\xc5\xe1\x23\xf2\x72\xf1\x4d\xdc\x9b\x44\xb1\xe4\ +\xca\x64\x7e\x6f\xf5\xb4\xc2\x5a\xc0\xc7\x80\xcf\x8e\x72\x28\x51\ +\x2e\x9d\xf0\x47\xc0\x27\x46\x06\x6b\x4b\xe0\x27\xe5\x1a\xda\xb3\ +\x32\x2e\xe7\xd9\x2d\xab\xf7\xb9\x4d\xbd\xbe\x49\x29\xdd\x02\x5c\ +\xd6\xd0\x7a\x3f\xbf\xbc\xf9\x6b\x3a\xce\xb1\x9b\xf0\x1c\x3a\x93\ +\x71\xf1\xf1\xc0\x79\x14\x4f\x9e\x6b\xb0\xe7\xda\x5f\x8d\x88\xe3\ +\x22\xc2\x25\x73\x1b\x74\xf2\xac\xbc\x3b\xb0\x46\x86\x11\x1d\x9d\ +\x49\xf5\x85\x0b\x17\x92\x52\x82\x7b\x42\x09\x52\x4a\x27\x4d\xe1\ +\xe4\x69\x45\x44\x1c\x58\xfe\x71\x7f\xb8\x27\x94\x58\xb4\x68\x11\ +\xe3\xe3\xe3\x59\x6c\xe7\xa8\x86\x11\xdd\xfb\xe5\xe2\xc5\x8b\x59\ +\xb0\x60\x01\xb3\x66\xdd\x7d\x5d\xb4\x4f\xb9\x7d\x07\xf4\x70\x12\ +\xd9\x44\xbf\x04\x5e\x6e\xaf\xd5\x58\x73\x80\x6f\x45\xc4\x6b\x52\ +\x4a\x9f\xb5\x3a\x06\xfe\x04\xc3\xfd\x81\x67\x02\xdf\xf5\x62\x4a\ +\x23\x72\x91\x34\x19\x03\x89\x76\x79\x05\x90\x22\xe2\x95\x29\xa5\ +\x18\x95\x8d\x8e\x88\x99\x14\x4f\x44\x1c\x9e\x59\xd1\xae\xa6\x78\ +\x69\xe8\x79\xc0\x22\xe0\x46\xa0\xb3\x54\xda\x4c\x60\x6d\x60\x43\ +\xe0\xbe\xc0\xd6\xc0\x43\x81\x87\x30\xf9\x7b\x5f\x72\x32\x46\xb1\ +\x86\xf6\x13\x22\xe2\x05\x29\xa5\xec\x96\xa8\x49\x29\x5d\x15\x11\ +\x57\x03\x9b\xb7\x68\x77\xdf\x05\xf8\x4f\xe0\xdd\x0d\x2c\xfb\xf9\ +\xc0\xfd\x1a\x58\xee\xf3\x7a\xf8\x8c\x81\x84\xe7\xd0\x75\x8f\x8b\ +\x09\x78\x2b\xf0\x7e\x8a\x39\xb0\x5c\xdc\x50\x8e\x8b\x7f\x00\xae\ +\x2b\xc7\xc4\x1b\x81\x25\xe5\xb8\x38\xb3\x1c\x17\xb7\x28\xc7\xc6\ +\x87\x02\x3b\x94\xd7\xca\x4d\x70\x00\xb0\x4b\x44\x3c\x3f\xa5\xe4\ +\x53\xc8\x99\x4b\x56\x41\xd6\x9d\x58\xa3\xc3\x88\x6e\xb3\x66\xcd\ +\xea\x0e\x25\x00\x56\x00\x2f\x99\x4a\x28\x51\xd6\xc5\x0c\xe0\x18\ +\xca\x50\x02\x60\xd9\xb2\x65\x59\x84\x12\xa3\x1e\x46\xac\x74\x65\ +\x34\x36\xb6\x6a\x28\x01\xf0\x35\x60\xff\xb6\x87\x12\x11\xb1\x21\ +\xf0\x5a\x60\xdb\xae\x9f\xb5\x5b\xb8\xa9\xb7\x01\x4b\x81\xdb\x29\ +\x96\xde\x69\xdb\xbb\x00\x02\x78\x59\x4a\xe9\xcb\x23\x3c\xf6\xcc\ +\x04\xae\x1c\xc2\x85\xc0\x8f\x52\x4a\x4f\x6d\x79\x5d\xfe\x06\xd8\ +\x35\xe3\x22\xde\x02\x2c\x07\x6e\x06\x56\x1d\x4c\xe7\x64\x74\x31\ +\x78\x55\xd9\xef\x4c\x66\x76\xd9\xdf\xae\x9f\xd9\x45\x5f\xc7\x21\ +\x29\xa5\xa3\x27\xd9\x47\xd6\x2b\xf7\x91\x07\x74\xfd\x3c\x8c\x62\ +\x72\xb4\xe9\x63\xc5\x9f\xca\x9f\xab\xcb\x36\xbc\x16\xb8\xb3\xdc\ +\xdf\x3a\x66\x52\xdc\x75\x3c\x9b\x62\xd2\x72\x6b\x8a\x09\xb3\xed\ +\x81\x07\x37\xf8\x5a\xe5\x28\xe0\x15\x29\xa5\x71\x5a\x2e\x22\x36\ +\xa6\x78\x69\xf5\xe3\x33\x28\xce\x9d\xc0\xf7\x29\x96\xc5\xf8\x75\ +\x4a\xe9\x9a\x1e\xb6\x67\x16\xf0\x18\xe0\xdf\x81\xe7\x95\xfb\x62\ +\xee\xfe\x05\xbc\x28\xa5\xf4\x8b\x0c\xf7\x8f\xbd\x81\x27\x01\x0f\ +\x2a\x7f\xb6\x6a\xc1\x1c\xc4\x72\xe0\xf1\x29\xa5\xdf\x36\xec\x58\ +\x7d\x12\xb0\x07\xc5\x44\xe3\x83\x28\xc2\xb7\xf5\x32\x2d\xee\x45\ +\xe5\x35\xf5\xa5\xc0\xff\xa6\x94\xce\xed\x61\x7b\xdf\x5a\x1e\xbf\ +\xdb\x01\xdb\x30\xc9\xfb\x9c\x32\x77\x36\x70\x74\x3f\x97\xe7\xe5\ +\x76\x27\x8a\x9b\x23\xd6\x2a\xcf\xed\xb6\x02\x36\x2b\xf7\x85\x75\ +\x32\xdd\xf6\x57\xa6\x94\x3e\xdf\xd0\x71\x71\x4e\xd9\x6e\x7b\x67\ +\x50\x9c\x15\xc0\x4f\xca\x71\xf1\xcc\x94\xd2\x65\x3d\x6c\xcf\x0c\ +\xe0\x11\x65\xff\xf1\x2c\x8a\x60\x36\x77\xb7\x96\xe7\xdf\x5f\x47\ +\xd9\x32\x90\xc8\xb7\x13\x6b\x4d\x18\xd1\xd1\xc6\x50\xc2\x30\x62\ +\x82\xb3\x9e\x11\x0e\x25\x56\x69\xdf\xb1\xf2\x44\xff\x49\xc0\x9e\ +\x14\xcb\x17\x34\x69\x89\x9a\xc5\xc0\x6f\x28\xee\x9e\x38\xaf\xbc\ +\x30\xb8\x3c\xa5\x74\xeb\x24\x27\x5d\x1b\x96\x27\xfb\xdb\x51\x4c\ +\x22\x3d\x8e\xe2\x6e\x8a\xa6\x5e\x68\x3e\x37\xa5\xf4\x83\x11\x1d\ +\x7f\xf6\x04\xbe\x35\x8c\x5f\x05\x3c\x38\xa5\xf4\xb7\x16\xd7\xe5\ +\x25\x14\x4f\x83\xd4\xe9\x86\xf2\x82\xf6\x6c\x8a\xbb\x23\xaf\x00\ +\xae\x48\x29\x5d\x9f\xc9\x7e\x30\x15\xdb\xa7\x94\xfe\x3a\xc5\x3a\ +\x9f\x47\x31\xa9\x7d\xff\xf2\xe2\xe9\xb1\xc0\xce\xc0\xba\x35\x96\ +\xff\x8d\x29\xa5\x8f\x4d\x73\xdf\xd9\x82\x62\x4d\xdc\xfd\xc9\x3b\ +\xd4\xea\xb8\x8b\xe2\x49\xc1\xd3\x80\x1f\x02\x17\x96\x4b\x6f\xf6\ +\x73\xfc\xcc\x2f\x2f\x7a\x9f\x4c\xb1\xd4\xc1\x56\x0d\xeb\x02\x3e\ +\x98\x52\x7a\x7b\xcb\xc7\x8b\x87\x52\x3c\xe9\xb6\x65\xcd\x45\x39\ +\x0f\xf8\x34\x70\x4a\xf9\xb2\xf8\x2a\xb7\x71\x47\x8a\x25\x64\x0f\ +\x26\xef\x09\xcd\x65\xc0\xe1\x29\xa5\x2f\x65\xbe\xcf\xac\x53\x9e\ +\x2f\xee\x0a\xec\x0e\x3c\x83\x66\xbe\x6b\xe4\x62\xe0\xe1\x13\x9d\ +\x17\x37\xe8\xf8\x4d\xe5\x79\xfb\x53\x80\x67\x97\xed\x91\x6a\xae\ +\xd3\x4f\x03\xdf\x48\x29\xfd\x73\x00\xdb\x7b\xbf\xf2\x7a\xec\x59\ +\x14\x4f\xe9\xae\xdb\x80\x66\x3a\x21\xa5\x74\xc0\x80\xf7\x81\xfb\ +\x03\x0f\x07\x76\x02\x1e\x49\x11\x2e\xe7\x10\x52\xbc\x3b\xa5\xf4\ +\x9e\x06\x1e\x57\x5b\x02\xdf\x03\x76\xac\xb9\x28\x97\x02\x9f\x04\ +\x4e\x4e\x29\xfd\xab\xe2\x6d\xbc\x3f\xf0\x12\xe0\x30\xf2\x7e\xd7\ +\x47\x00\x47\x02\xef\x1c\xa5\xa7\x56\x9b\xc4\x40\x22\xcf\x4e\xac\ +\x75\x61\x44\x47\x9b\x42\x09\xc3\x88\xc9\x19\x4a\x4c\x3a\x70\xbf\ +\x95\xe2\x45\xc1\x33\x32\x2e\xea\x27\x80\x13\x81\x3f\xf4\x7b\x67\ +\x67\x44\x6c\x0a\x3c\x15\xd8\xab\xbc\xe0\x6c\x52\x20\x73\x1b\xb0\ +\x5b\x4a\xe9\x77\x23\xb8\xaf\x7e\xaf\xbc\x50\x1b\x86\x4f\xa5\x94\ +\x5e\xd3\xe2\xba\xbc\x8d\xe2\xce\xef\x61\xbb\x06\xf8\x7a\xf9\x73\ +\x56\x2f\x27\xe1\x4d\x0d\x24\x26\xd9\x96\xf5\x80\xe7\x52\x3c\xc6\ +\xbd\x47\x0d\xe7\xbf\xef\x4f\x29\xbd\xa3\x8f\xf2\x3f\x1e\xf8\x14\ +\xc5\x63\xf3\xb9\xda\x27\xa5\xf4\xb5\x01\x4f\x9a\xec\x0a\xbc\xac\ +\x3c\x77\x6a\xc2\x92\x3a\x01\xec\x95\x52\xfa\xdf\x96\xf6\x6f\xbb\ +\x03\xff\x4b\xf1\x64\x52\x5d\x2e\x02\xde\x49\x31\x81\x39\x3e\xe0\ +\xed\x5d\x8f\xe2\x85\xd2\x6f\x23\xef\x97\x92\xbe\x0f\x78\x57\x53\ +\x26\x5f\x22\x62\x2e\xc5\x32\xaf\xef\xa0\x79\xa1\xe3\x97\x52\x4a\ +\x2f\x6b\xd1\x31\xbd\x0d\xf0\x66\x8a\xf0\x6d\x98\xe7\xec\x77\x01\ +\x6f\x07\x3e\x9d\x52\x5a\x36\xa4\x6d\xdd\x80\x62\x89\xb9\xb7\xb0\ +\xfa\x65\x15\xeb\x36\xd0\x40\x62\x92\xba\x99\x43\xf1\x84\xd8\x33\ +\x29\xee\xf0\xaf\x2b\x88\xfd\x5c\x4a\xe9\xf0\x86\x1d\x43\x0f\xa1\ +\xb8\x31\x63\x8b\x1a\x8b\x71\x0d\xc5\x32\x51\x5f\x4a\x29\x2d\x1d\ +\xf0\xf6\xce\x2a\xcf\xc9\xde\x41\xfd\x37\x60\xad\xce\x71\xc0\xa1\ +\xc3\xea\x5f\x34\x75\x06\x12\xf9\x75\x62\xad\x0d\x23\x3a\xda\x10\ +\x4a\x18\x46\xac\x99\xa1\xc4\xa4\xed\xbf\x2b\xc5\x24\xe1\x16\x99\ +\x16\xf1\xd1\x29\xa5\x73\x06\xb0\xdd\x5b\x53\xac\xad\xfd\x32\x60\ +\x41\x43\x9a\xeb\x5a\x60\xc7\x94\xd2\x75\x23\xb4\x7f\x6e\x0e\x5c\ +\xce\xf0\x42\xb3\x25\xc0\x16\xe5\xcb\x16\xdb\x56\x97\xeb\x95\xdb\ +\x37\x4c\x7f\x07\x3e\x0c\x1c\xd7\xef\x45\x48\x9b\x02\x89\x55\xb6\ +\x6b\x27\xe0\x5d\x14\x4f\x1f\x0c\xcb\xa7\x53\x4a\xaf\xee\xb3\xdc\ +\x33\x81\xcf\x94\x7d\x68\x8e\xf6\x4e\x29\x7d\x63\x48\xc7\xd6\x16\ +\xc0\x9b\x28\x26\x93\x66\x66\xde\x15\x2c\x01\x76\x6e\xdb\x93\x60\ +\x11\xb1\x6f\x79\x2e\x5e\x57\x30\x74\x2b\xc5\x4d\x1e\x5f\x1c\xf6\ +\x39\x65\x39\x81\xfe\x06\x8a\x60\x22\xd7\x3b\xac\x8f\xa1\x58\x7e\ +\x72\x79\x83\xf6\xa9\x75\x29\xc2\x94\x37\x34\x6c\x8e\x62\xcf\x94\ +\xd2\xb7\x5b\x76\x7c\x3f\x12\xf8\x2a\xf0\xc0\x21\xf5\x91\x4f\xad\ +\x6b\xf9\xab\x88\xd8\x0c\x38\x9e\xe2\xe9\x90\x1c\x0d\x3d\x90\x58\ +\xa5\x7e\xe6\x94\x73\x16\xaf\xa4\x78\x8a\x62\x98\xbe\x95\x52\xda\ +\xab\x41\xc7\xcd\x13\x81\x6f\x53\x5f\xc0\xb5\x9c\xe2\x69\x80\x0f\ +\xa7\x94\x6e\x1f\xf2\xb6\xcf\x2c\xcf\x4f\xdf\x97\xf1\x75\xfe\x4f\ +\xca\xfe\xba\xb1\x4f\xb5\xb5\xd1\x98\x55\x90\x55\x27\xd6\xfa\x30\ +\x02\x26\x9c\x7c\xef\xbc\xe8\xfa\xc5\x53\xf9\x7c\xb9\x04\xc0\x81\ +\xc0\x09\x9d\xbf\xeb\xbc\xe8\x7a\x6c\x6c\xf0\xbb\xb4\x61\xc4\xd4\ +\x74\x5e\x74\xbd\x74\xe9\x4a\x73\x62\x2f\x02\x4e\x88\x88\xb5\x46\ +\xf5\x38\x4f\x29\x9d\x45\xb1\x9c\xd1\x15\x23\xb6\xdd\x97\xa5\x94\ +\xde\x46\xb1\x66\xed\xa7\xca\x93\xa6\xdc\x6d\x02\x7c\x71\xc4\x76\ +\xd1\x03\x19\xee\x13\x3c\xeb\x53\x3c\xf2\xdb\x46\xc3\x7c\x84\xf9\ +\x4e\xe0\x3f\x28\x26\xee\x07\x7e\x47\x54\xc3\xfb\xa2\x3f\xa4\x94\ +\x9e\x4b\xb1\x94\xde\x35\x43\xfa\xb5\xf3\x2b\x28\xf7\xb2\x94\xd2\ +\xcb\x81\xaf\xd8\x86\xe9\xaa\x94\xd2\xeb\xca\xc9\x91\x5f\x66\x5e\ +\xdc\xf5\x81\x6f\x96\x77\x11\xb6\xe5\x7a\xe5\xa0\xf2\x1c\xbc\xae\ +\x6d\x3a\x07\xd8\x29\xa5\xf4\xd9\x3a\x26\xdc\x53\x4a\xb7\xa6\x94\ +\xde\x4b\xb1\x2c\xe7\x0f\x33\x1e\xcb\x4f\x2c\x27\x89\x9a\x72\x5c\ +\xdf\x91\x52\x7a\x53\x79\x4e\xb0\xa2\x41\x87\xc4\x51\x11\x71\x1f\ +\x5a\xa4\x7c\x5f\xc3\x2e\xc0\x59\x03\xfe\x55\x2b\x80\xe7\xd5\xf9\ +\x2e\x8e\x72\x69\xa8\xa7\x53\x3c\xed\xa5\x7b\xd7\xcf\x6d\x29\xa5\ +\xa3\x52\x4a\x3b\x01\x2f\xa0\x58\x56\x6b\x98\xd7\x61\x4d\x19\x17\ +\xf7\xa0\x78\x32\xa2\xae\x30\xe2\x62\xe0\x71\x29\xa5\x77\x0f\x3b\ +\x8c\xe8\x3a\x47\xfd\x2c\xc5\x12\x70\xc7\x65\xda\x4c\xff\x0e\x9c\ +\x1e\x11\xeb\x7b\x64\xe7\xc3\x40\x22\x9f\x4e\x6c\x24\xc2\x88\x8e\ +\xa6\x86\x12\x86\x11\xd3\x63\x28\x31\xe9\xfe\x7b\x79\x79\x52\xb7\ +\x6c\x04\xb7\x7d\x71\xb9\x44\xcf\x43\xcb\xe3\x27\x77\xcf\x2d\x27\ +\x5f\x46\x61\x1c\x4a\x14\x8f\xe9\x0f\xdb\x11\xe5\xef\x6e\x9b\x61\ +\x5d\x48\x5d\x48\xb1\x8e\xf5\x07\x7c\x14\x79\x5a\x7d\xd1\xb7\x29\ +\x5e\x1e\xfd\x9b\x21\xfc\xba\xf9\x15\x7e\xd7\xe1\x65\x9b\xdb\x86\ +\x29\xfd\x05\x78\x22\xc5\x92\x1b\x39\x4f\x60\x3e\x04\x78\x7d\x4b\ +\xc6\x89\x83\x81\x2f\xd5\x74\x0d\x19\xc0\x7f\x51\x4c\xba\xfc\x3d\ +\x83\xfd\xef\x1f\x14\x13\x99\xaf\x02\xee\xc8\xb0\xb9\xf6\x06\x4e\ +\x6e\x5a\x18\x96\x52\x3a\x81\xe2\x6e\xec\xa6\xd8\x10\x38\xba\x6d\ +\xe7\x31\x29\xa5\x45\x14\xef\x95\x18\xe4\xb1\xf6\xd1\x94\xd2\xcf\ +\x32\xd8\xd6\xa5\x14\x4b\x3a\xfe\xc5\x91\x75\xb5\xf5\x74\x0a\xc5\ +\x4b\xc2\xdf\x0e\x0c\xe3\xc6\x97\x46\x04\x12\x11\xf1\x14\xe0\x54\ +\xea\x7b\x62\xee\xb8\xf2\x3a\xe0\xec\x0c\xf6\x91\xeb\x53\x4a\x2f\ +\x05\x9e\x0f\x2c\xca\xb0\xb9\x1e\x0b\xfc\xb0\x5c\xb2\x4d\x19\x30\ +\x90\xc8\xa3\x13\x1b\xa9\x30\xa2\x63\x35\xa1\xc4\x7e\x53\xec\xf0\ +\x86\x1a\x4a\x18\x46\xf4\xc6\x50\x62\xd2\xfd\xf7\x77\xc0\xe7\x47\ +\x78\xfb\xff\x5a\x9e\x14\x7c\xb6\x01\xc5\xfd\x44\xb9\xe4\x54\xdb\ +\xed\x46\x3d\xeb\x7f\x6e\x47\x71\xd7\x4a\xdb\x6c\x3a\x84\xdf\xf1\ +\x63\x60\xd7\x94\x92\x13\xd4\xbd\xf5\x43\xd7\x51\xbc\x30\x79\xd0\ +\x77\x46\x6e\x52\x61\x99\xef\xa4\x58\xe3\x5b\xac\xe1\x4b\x9b\x00\ +\x00\x20\x00\x49\x44\x41\x54\x45\x7d\x44\x4a\xe9\xbf\x29\xde\x57\ +\xb4\x28\xe3\xa2\xbe\xa3\x7c\xd1\x65\x93\xaf\x57\x0e\x04\x8e\xaa\ +\xe9\xfa\x71\x05\xf0\xf2\x94\xd2\xff\xcb\x29\x78\x2d\xf7\xbf\xcf\ +\x02\x8f\x06\x2e\xc9\xb0\xd9\x9e\x0f\x9c\x54\x5e\x87\x34\xe9\xb8\ +\x3e\x0a\xf8\x5c\x83\x8a\xdc\x09\xa6\xda\xd6\xbf\x2e\xa2\x08\xb6\ +\x06\x31\x29\xb1\x88\x62\x79\x97\x5c\xb6\xf5\x36\x8a\xc0\xdf\x17\ +\xdf\xae\xbe\x9e\x96\xa6\x94\x3e\x58\x5e\xc3\x0d\x3a\x18\xde\x3c\ +\xf7\xa0\x2f\x22\x9e\x4c\xb1\x4c\x53\x5d\x61\xc4\x91\x29\xa5\x97\ +\xe6\xb6\x0c\x51\xf9\xee\xac\x87\x51\x3c\xd1\x98\x9b\x5d\x28\x42\ +\x89\x39\x1e\xd1\xf5\x33\x90\xa8\xbf\x13\x1b\xc9\x30\xa2\x63\x92\ +\x50\xe2\xd8\xdc\x42\x09\xc3\x88\xfe\x18\x4a\x4c\xea\xbf\x68\xc6\ +\xd2\x45\x83\x3a\x59\xb9\x2b\xa5\xf4\x2a\x8a\xbb\xf2\x73\xbe\xbb\ +\x75\x7d\xe0\x43\x23\xd0\x24\x87\xd4\xf8\xbb\x8f\x68\x61\x7d\x0e\ +\x3a\xdc\x39\x03\x78\x76\x4a\xe9\x26\xcf\xa6\xfa\xea\x87\xee\x04\ +\xf6\x2d\xeb\x73\x50\xaa\x7e\x67\xd0\xf7\x81\xbf\xd9\x7a\x2b\xb5\ +\xe3\x19\x14\x6b\x80\xe7\x1a\x4a\xcc\x01\x3e\xda\xe0\xeb\x95\xe7\ +\x50\x5f\x18\x71\x17\xc5\x4b\xd3\xbf\x94\xf1\xfe\xf7\x67\x60\xe7\ +\x01\xf7\x23\xbd\xda\x0b\xf8\x5c\x03\xef\xe0\x7f\x03\xf0\xc7\x06\ +\x95\xf7\xc3\x11\xf1\xe0\x16\xf6\xad\xe7\x01\x9f\x1e\xc0\x57\x7f\ +\x3a\xc3\x49\xd4\x5f\x00\x3f\x75\x44\x9d\x52\x5d\x9d\x0b\x3c\x8a\ +\xc1\x2e\x9b\xb8\x2e\xc3\xb9\xb9\xa7\xd7\x71\xf1\x91\x14\x37\xb4\ +\xd4\x11\x46\x04\xf0\xc6\x94\xd2\x7f\x66\xbc\x8f\x5c\x45\xf1\x14\ +\xeb\xf1\x19\x16\xef\xd1\xc0\x29\x6d\x5a\x4e\xb3\xa9\x0c\x24\xea\ +\xed\xc4\x46\x3a\x8c\xe8\xc8\x3d\x94\x30\x8c\xa8\x86\xa1\xc4\x84\ +\xfb\xee\x35\x14\x13\x4b\xa3\x7e\x52\xfb\x15\xf2\x5f\x33\xf8\x85\ +\x11\xf1\xf0\xb6\xb6\x41\x44\xcc\xa7\xb8\x93\xb2\x2e\xcf\x8c\x88\ +\xfb\xb5\xac\x5a\x1f\x30\xc0\xef\xfe\x3d\xc5\xba\xcb\x77\x79\x36\ +\x55\x49\x1f\x74\x17\xc5\x3b\x25\x06\x35\xc9\xbf\x51\x95\x17\x3d\ +\x29\xa5\x00\x8e\xb5\xe5\xee\x55\x2f\x7f\xa2\x78\xda\xea\xc6\x4c\ +\x8b\xf8\xc2\xf2\xa5\xea\x4d\x1b\x1f\x1e\x0f\x9c\x0c\xd4\x71\xae\ +\xb6\x14\x78\x6e\x4a\xe9\x9b\x0d\xd8\xff\x16\x03\xcf\x04\xbe\x9b\ +\x61\xf1\x3a\x2f\x1b\x6d\xd2\xf1\x7c\x27\xb0\x0f\x70\x5b\x43\x8a\ +\xbc\x6e\x79\x4d\xd3\xc6\x09\xae\x0f\x52\x04\x83\x95\x75\x2b\x19\ +\x8f\x61\x23\xfb\xf4\x7a\x0f\xc7\xe8\xcd\x14\x4f\x27\x0e\xf2\x5a\ +\xf6\xfe\x39\x6e\x7b\x44\x6c\x03\xfc\x00\x58\xaf\xa6\x22\x1c\x96\ +\x52\xfa\x58\x43\xfa\xf1\x97\x02\x9f\xc9\xb0\x78\x4f\x05\x8e\x89\ +\x08\xe7\xc4\x6b\x64\xe5\xd7\xd7\x89\x19\x46\x74\x5f\x6d\x64\x1a\ +\x4a\x18\x46\x54\xcb\x50\x62\x42\xdf\xb1\x47\x84\x94\xd2\x49\x14\ +\xa1\x44\xae\x07\x47\x02\x8e\x6c\x71\x13\xec\x07\xac\x53\xe3\xef\ +\x9f\x41\xb3\xd6\x8c\x9e\x8a\x41\x05\x12\x37\x02\x2f\xcc\xed\xce\ +\xc2\x16\xf4\x41\xb7\x94\xe3\xf5\x20\x42\x9e\x31\x60\xb3\x8a\xbf\ +\xf3\x07\xb6\xda\x84\xed\x78\x5e\xd9\x8e\xe3\x99\x16\xf1\x0d\x0d\ +\xbb\x5e\xd9\xb6\x3c\x4f\xa9\x6b\x39\x8a\xc3\x52\x4a\x3f\x6c\xd0\ +\xfe\x77\x17\xc5\x13\x09\x39\x06\x28\xff\x51\x2e\xbb\xd5\xa4\xe3\ +\xf9\x42\xe0\xd5\x0d\x2a\xf2\x4e\xc0\x7b\x5b\xd8\xaf\x5e\x0b\x7c\ +\xb5\xc2\xaf\xfc\x6d\x4a\xe9\xd2\x4c\x37\xf7\x34\xe0\x4e\x47\xd3\ +\x29\xef\x1b\x77\x94\x7d\xde\xaf\x07\xf4\x2b\xb2\xbb\x59\x29\x22\ +\x36\x04\x4e\x07\x36\xaa\xa9\x08\x47\x96\xcb\xda\x35\x65\x1f\x89\ +\xb2\x1f\xcf\xf1\x29\xd1\x7d\xdb\xd8\x67\x37\x89\x81\x44\x3d\x9d\ +\x98\x61\xc4\x04\x72\x0b\x25\x0c\x23\x06\xc3\x50\xe2\x5e\x7e\x62\ +\xaf\x78\xf7\x31\x7c\x12\xc5\x32\x56\xb9\x7a\x7a\x44\x3c\xae\xa5\ +\xd5\x7f\x48\x0e\x65\x88\x88\xd9\x2d\xaa\xd3\x41\x05\x12\x87\x66\ +\x7c\x21\xdf\xf4\x3e\xe8\x0f\xc0\xfb\x07\xf4\xf5\x55\x2f\xdb\xf4\ +\x27\x60\xb1\xad\x36\x61\x3b\x9e\x0e\xbc\x27\xd3\xe2\xed\xdd\x94\ +\x77\x49\x94\x2f\x7d\x3c\x15\x98\x57\x53\x11\xfe\x2b\xa5\x74\x4c\ +\x03\xf7\xbf\x65\xe5\x24\xc7\x89\x19\x16\xef\xf3\x11\xf1\x98\x86\ +\xd5\xe7\x57\x68\xd6\xd3\xc4\x6f\x8e\x88\x27\xb6\xb0\x6b\xad\x72\ +\x7f\xfe\x71\xc6\xfb\xdb\x6d\xc0\xaf\x1c\x49\xa7\x55\x67\x77\x01\ +\xcf\x63\x30\xef\xd1\xc9\xea\x09\x89\x88\x98\x09\x7c\x9d\xfa\x82\ +\x92\xaf\x01\xef\x68\xe0\x3e\x12\x29\xa5\x37\x91\xe7\xcd\x7d\xff\ +\x2f\x22\xf6\xf1\x48\xae\x87\x81\xc4\xf0\x3b\xb1\x95\xc2\x88\x15\ +\x2b\x56\x18\x46\x74\xc9\x25\x94\x30\x8c\x18\x2c\x43\x89\x95\xf6\ +\xd9\x2b\x80\x6b\xdd\x2b\xee\xf6\x0e\x8a\xbb\x93\x72\xf5\xfa\x16\ +\x8e\x4b\x8f\xa0\x78\xf1\x58\xdd\x16\x74\xf7\x9b\x0d\xaf\xd3\xb5\ +\x81\x41\x4c\x3a\x7e\x27\xa5\xf4\x2d\xbb\x89\x81\xfa\x08\x70\xd9\ +\x00\xbe\x77\xf3\xaa\x2f\xee\x80\xff\xb3\xb9\x26\xf5\x7e\xe0\x77\ +\x19\x96\x6b\x26\xf0\x9a\x06\xf4\x61\x33\x28\xee\x88\xde\xb6\xa6\ +\x22\x9c\x02\xfc\x47\x83\xcf\xed\x96\x53\x3c\xf5\x99\x5b\x7f\xbd\ +\x36\xf0\xad\x88\xd8\xa2\x61\x55\x7a\x49\x83\xca\x3a\x06\x1c\x17\ +\x11\xf3\x68\x97\x9f\x53\xdd\x72\x78\x67\x66\xbe\xad\xe7\xa0\xe9\ +\xf6\x79\x37\x50\x2c\xb1\x56\xf5\xa4\x56\x6e\x4f\x48\x7c\x1c\xd8\ +\xad\xa6\xdf\x7d\x36\x70\x50\x79\xfe\xd7\xd4\xfd\xe4\x3f\xc9\xef\ +\x49\x89\x04\x1c\xdd\xc4\x25\x35\xdb\xc0\x40\x62\xb8\x27\xf7\xf7\ +\x0a\x23\x16\x2d\x5a\x64\x18\xb1\x8a\xba\x43\x09\xc3\x88\xe1\x30\ +\x94\x58\xc9\x1f\xdd\x23\xee\x3e\x7e\xc7\x29\xd6\x9a\xcc\xf5\xc5\ +\xa4\xcf\x8e\x88\xfb\xb4\xac\xda\x0f\xc9\xa8\x2c\x6d\x79\xb9\xf5\ +\xd6\x03\x38\xc7\xba\x03\x78\x9d\xbd\xc4\xc0\xfb\xa0\x3b\x81\xb7\ +\x0f\xe0\xab\x07\x31\x01\x78\xbe\x2d\xb6\xda\xb1\xe4\x95\xe4\xf9\ +\x6e\xa2\x17\x37\x60\xcd\xe2\x77\x02\x4f\xaf\xe9\x77\x5f\x45\xf1\ +\x24\x58\xb4\x60\x1f\x7c\x09\x70\x5e\x66\x45\xdb\x04\xf8\xea\x08\ +\x2f\x95\x3a\x0c\x5b\x31\x98\x17\x41\xd7\xb9\x3f\x2f\xa3\x9a\x97\ +\xb6\x8f\x93\x67\x58\xdc\xcd\xb0\xbf\xb7\x7d\xe4\x5c\x8a\xf7\x8d\ +\x54\x29\x9b\x27\x24\x22\xe2\x00\xe0\x55\x35\xfd\xfa\xdb\x80\xfd\ +\xca\x25\xb2\x9a\xee\xad\xe4\xf7\xd4\xdb\xba\xc0\xd7\x23\x62\x7d\ +\x8f\xe4\xe1\x32\x90\x18\x5e\x07\x66\x18\x31\x0d\x75\x85\x12\x86\ +\x11\xc3\x65\x28\x71\xb7\x2b\xdc\x1b\x56\x3a\x7e\xaf\x07\xde\x9c\ +\x69\xf1\x66\x52\x04\x26\x6d\x19\x9b\x66\x93\xd7\x53\x09\x0f\x2d\ +\x5f\xa0\xda\x74\x83\x58\xae\xe9\x8b\x2e\xd5\x34\x34\xdf\xa0\xfa\ +\x3b\x72\x37\x1f\x40\x39\xff\x69\x53\xad\x76\x2c\xf9\x3d\xf0\xe5\ +\x0c\x8b\xb6\x19\xb0\x4b\xc6\xe3\xc2\x93\xa8\xef\xe9\x84\xa0\x08\ +\x23\x6e\x6a\xc9\x3e\x78\x1b\xf0\x5c\xf2\x7b\x12\xf6\x71\xc0\xbb\ +\xed\x25\x06\x6a\xbf\x88\xd8\xb7\x65\xdb\xf4\xdb\x0a\xbe\xe3\xd2\ +\x06\xbc\x03\xeb\x72\x77\xdf\x9e\xbd\xaf\xe2\xf3\xa7\x2c\x9e\x90\ +\x28\x5f\x62\xfd\xd9\x1a\x8b\xf0\xd6\x94\xd2\x25\x6d\xd8\x41\xca\ +\x79\xba\x17\x03\x7f\xc9\xf0\xda\xed\x8b\x1e\xc2\xc3\x65\x20\x31\ +\x9c\x0e\xcc\x30\xa2\x07\x15\x86\x12\xc7\x77\xfe\x6e\x75\xa1\x84\ +\x61\x44\x3d\x0c\x25\x00\xb8\xc6\x3d\xe1\x5e\x8e\xa1\x78\x3c\x3c\ +\x47\x87\x44\x44\x6a\x49\x3d\xef\x05\x6c\x90\x59\x99\xda\xf0\x94\ +\x44\xd5\x81\xc4\x9d\xc0\x87\xed\x16\x86\x7a\xb1\x54\xf5\x23\xe5\ +\x83\x78\x42\xc2\xb1\x63\xcd\x3e\x48\xf5\x4b\x48\x54\xd5\xf7\xe6\ +\x78\xcd\xb2\x11\xc5\xcd\x3c\x33\x6a\x2a\xc2\x51\x4d\x7a\x89\xf5\ +\x14\xfb\x93\x2b\x80\x3d\x81\xbb\x32\x2b\xda\xdb\x23\x62\x77\xbb\ +\x88\x81\xfa\x6c\x53\xde\x19\x33\x45\x67\x57\xf0\x1d\x4d\x78\xb2\ +\xcf\xb0\xbf\xf7\xfe\x6e\x29\xd5\xbe\xe3\x60\xb3\x72\x19\xd4\x3a\ +\xc7\xc5\xb5\x81\x93\x81\xb9\x35\x15\xe1\x0c\xea\x0d\x43\x06\xb1\ +\x9f\x2c\x01\x9e\x03\xdc\x90\x59\xd1\x5e\x14\x11\x87\x7a\x24\x0f\ +\x8f\x81\xc4\xe0\x3b\x30\xc3\x88\x3e\x54\x14\x4a\x1c\xc4\x1a\x42\ +\x09\xc3\x88\x7a\x19\x4a\x38\xa9\x34\xc1\xb1\x1b\xc0\xdb\x32\x2d\ +\xde\x83\x80\x47\xb4\xa4\xaa\x0f\xc9\xb0\x4c\x7b\x46\xc4\xe6\x0d\ +\xaf\xd7\xaa\x03\x89\xe3\x52\x4a\x5e\x20\x0f\xd7\x09\x14\x8f\xc8\ +\x57\x65\x10\xfb\xb4\x63\xc7\x9a\xc7\x92\x4b\x29\xde\x85\x90\x5d\ +\x3f\x97\x69\x95\x7d\x7e\x40\xfb\xea\x54\x5c\x0d\xbc\xa9\xa5\xfb\ +\xe1\x59\xe4\xf7\x0e\xaa\x31\x8a\x75\xb3\xd7\xb3\xa7\x18\x98\x79\ +\xe5\x75\x6b\x5b\xe6\x5c\xfe\x5c\xc1\x77\x34\xe1\x2e\xef\x6b\xc9\ +\x73\xb9\xbf\xa6\xf8\x1a\xf0\xa7\x0a\xfb\xa9\xad\x6b\xde\x9e\xf7\ +\x02\x0f\xaf\xe9\x77\xdf\x01\x1c\xd2\xf4\x25\x0c\x27\x19\x17\xff\ +\x01\xec\x47\xf1\x64\x64\x4e\x3e\x16\x11\xf7\xf5\x30\x1e\xde\x89\ +\x88\x06\xc4\x30\xa2\x1a\x83\x0e\x25\x0c\x23\xf2\x30\xe2\xa1\x84\ +\x93\x4a\x13\x1f\xbb\xbf\x05\x7e\x94\x69\xf1\x9e\xda\x82\x31\xea\ +\x41\xc0\x13\x32\x2c\xda\x4c\xe0\xb0\x86\x57\x6f\xd5\x81\xc4\xe7\ +\xec\x11\x86\xde\xff\xdc\x42\xb5\x2f\xa4\x1d\xc4\x5d\xb2\x8e\x1d\ +\x53\x93\xe3\x5a\xee\xf7\xcb\xed\xce\xe9\x88\xd8\x1b\x78\x7e\x8d\ +\x45\x78\x67\x79\xdc\xb5\xd5\xe7\x81\x1f\x67\x56\xa6\xfb\xe2\xd3\ +\x77\x83\xb6\x1b\xf0\xc6\x96\x8c\x8b\x37\xd3\xff\xf2\x63\x57\x36\ +\x60\x3b\x97\x03\xd7\xb9\xeb\xf6\x5c\x7f\xe3\xc0\x27\x32\x3e\xa7\ +\x9e\xce\xb8\xf8\xa8\x9a\x8f\xdf\x4f\xa4\x94\x2e\x6f\xf1\xbe\xf2\ +\x23\xe0\x0b\x99\x15\x6b\x3d\xe0\xa8\x16\xad\x86\x90\x35\x03\x89\ +\xc1\x75\x5e\x6f\xc2\x30\xa2\x32\x15\x86\x12\x27\x75\xfe\x6e\xe6\ +\xcc\x99\x6c\xbc\xf1\xc6\xab\x86\x11\x67\x03\x4f\x36\x8c\xa8\xc7\ +\x08\x87\x12\xff\xb2\xf5\x27\xf5\xbe\x4c\xcb\xf5\xb4\x16\xd4\xed\ +\xc1\x40\xae\x27\x5b\x2f\xaf\xfb\x11\xed\x3e\x6d\x53\xe1\x77\x9d\ +\x9d\x52\x3a\xcf\xae\xa0\x16\x27\x54\xf8\x5d\x9b\x47\xc4\x3a\x15\ +\x97\xcf\x09\x93\xa9\x9d\x03\x9e\x03\xfc\x2d\xc3\xa2\x3d\x3a\xa3\ +\xeb\x96\x0d\x81\x4f\xd5\x58\x84\xf3\x81\x63\x5b\xbe\x1f\x06\x70\ +\x28\x70\x73\x66\x45\x3b\x2c\x22\x76\xb3\xa7\x18\xec\xb9\x6c\x44\ +\x3c\xb4\x25\xdb\x72\x51\x9f\x9f\x6f\xca\x7b\xf3\x0c\xfc\xfb\x73\ +\x32\xd5\x2d\xc7\xb3\x7d\x4d\xe3\xe2\x2c\xe0\x68\xea\x5b\xc2\xf0\ +\x06\xe0\x43\x23\xb0\xaf\xbc\x19\xc8\xed\x1d\x79\x7b\x90\xe7\x2a\ +\x02\xad\x63\x20\x31\x98\xce\xeb\x4d\xc0\x7f\x77\xfe\x6c\x18\x51\ +\x8d\x8a\x42\x89\x97\xd0\x15\x4a\xac\xf2\x2e\x89\xb3\x81\xa7\x96\ +\x77\x7f\xac\xa9\x8d\x0d\x23\x06\x64\x44\x43\x89\xdb\x6c\xf9\x49\ +\x8f\xdb\x5f\x01\x39\x4e\xc6\xee\x12\x11\x1b\x34\xb5\x5e\xcb\x63\ +\x29\xe7\x97\x73\x6f\x02\xbc\xb0\xa1\x75\x3b\x9b\x6a\xef\xe6\x3a\ +\xd6\x9e\xa0\x36\x67\x02\x4b\x2a\x3c\xe7\x7e\x60\xc5\xe5\xbb\xd3\ +\x26\x9a\xb2\x13\x32\x2c\xd3\xa3\x33\x2a\xcb\x47\x80\x8d\x6b\xfc\ +\xfd\x6f\x2d\xcf\xd3\xdb\x7e\x4e\x73\x05\xf0\x86\xdc\x8a\x05\x7c\ +\x26\x22\x66\xda\x4d\x0c\xcc\xda\xc0\x89\x03\x08\xa5\xeb\xd0\xef\ +\x13\x0e\x4d\x09\xd2\x6f\x75\xb7\xed\xab\xaf\xbb\x83\xae\x39\x97\ +\x3e\x3d\xa4\xa6\xcd\x78\x4b\x8d\xbf\x1b\xe0\x7d\x53\x99\x97\x6a\ +\xc1\xbe\x72\x2b\xc5\x4d\x72\xe3\x99\x15\xed\x43\x11\xb1\xd0\xa3\ +\x79\xb0\x0c\x24\x2a\x66\x18\x31\x58\x83\x08\x25\x4a\x86\x11\x19\ +\x19\xc1\x50\x62\xa9\xad\xbe\x5a\x5f\xc9\xb0\x4c\x6b\x01\x4f\x6a\ +\x70\x9d\x3e\x03\xd8\x34\xf3\x32\x36\xf5\xe5\xd6\x0f\xa1\xba\xbb\ +\xa9\x96\x03\xa7\xd8\x05\xd4\x76\x91\xb4\x94\x6a\x97\x8d\xdb\xa6\ +\xe2\x22\x3a\x76\x4c\xdd\x77\x33\x2c\xd3\xce\x99\x5c\xbb\xec\x5a\ +\x9e\x1b\xd7\xe5\xe7\x29\xa5\x1f\x8c\x50\xbf\x72\x34\x90\xdb\xf6\ +\x3e\x18\x78\x8d\xdd\xc4\x40\x6d\x0f\x7c\xb0\x05\xdb\xb1\xa8\xcf\ +\xcf\xdf\xe4\xb5\xd9\xc8\xf8\x7a\x45\xdf\xb3\x43\x0d\xe3\xe2\x56\ +\xc0\xdb\x6b\xac\xbb\x4b\x29\x96\xf9\x1b\x95\x71\xf1\x4c\xe0\x33\ +\x99\x15\x6b\x01\xf0\x7e\x0f\xe3\xc1\x32\x90\xa8\xb6\xe3\x32\x8c\ +\x18\xc6\xd9\x41\x75\xa1\xc4\x7b\x80\x2f\x02\xff\x83\x61\x44\x76\ +\x46\x2c\x94\xf0\xa4\x77\xf5\x4e\xca\xb4\x8e\x76\x6a\x70\x9d\x36\ +\xe1\x31\xd4\x47\x97\x6b\xb7\x36\xcd\x8e\x15\x7e\xd7\xcf\x52\x4a\ +\x2e\xcb\x53\xaf\xd3\x2a\xfc\x2e\x03\x89\xfa\xfc\x09\xb8\x3e\xb3\ +\x32\x3d\x38\x83\x6b\x97\x31\x8a\xa5\x9a\xea\x5c\xbe\xef\xa3\x23\ +\xb8\x3f\xbe\x0e\x58\x96\x59\x99\xde\x19\x11\x9b\xa2\x41\x7a\x4d\ +\x44\x3c\xa5\xe1\xdb\x30\x2a\x81\xc4\x5d\xee\xae\x7d\x3b\x0b\xb8\ +\xba\x8a\xb1\xb2\x86\x6b\xff\x8f\x00\xb3\x6b\xac\xbb\x4f\x95\x37\ +\xc5\x8c\x92\x77\x56\xd0\xbf\x54\xed\x65\x11\xf1\x70\x0f\xe5\xc1\ +\x31\x90\xa8\xee\x84\xde\x30\x62\x88\xaa\x08\x25\x52\x4a\xef\x4e\ +\x29\x1d\x96\x52\x7a\x9d\x61\x44\x9e\x46\x28\x94\x70\x52\x69\xf5\ +\xc7\xeb\x0d\xe4\xf7\x22\x48\x80\x46\xae\x07\x5c\x4e\x38\x3c\xa3\ +\x21\xc5\x6d\xe2\x53\x12\x55\x06\x12\xa7\xda\x03\xd4\xee\x97\x15\ +\x7e\x57\xa5\x81\x44\xb9\x26\xfd\x32\x9b\x68\xca\x75\xf5\xb3\xcc\ +\x8a\xb5\x61\xb9\xc4\x5b\x9d\x0e\x02\x1e\x51\xe3\xef\xbf\x18\xf8\ +\xfe\x08\xee\x8f\x7f\x27\xbf\x17\x79\xae\x0f\xbc\xcb\xde\x62\xb0\ +\x4d\x0f\x7c\xa5\xe1\xcb\x80\xf4\xfb\x5e\x00\x9f\x90\x18\x9d\x7e\ +\x6e\x1c\xf8\x61\x05\x5f\xb5\x0e\xd5\xdf\xd0\xb1\xba\xeb\xa4\x27\ +\x51\xef\xb2\xb1\xb7\x50\xbc\xbb\x62\xd4\xf6\x97\x9b\xc8\xef\xdd\ +\x91\x33\xe8\x9a\xe3\x55\xf5\x0c\x24\xaa\xe9\xb4\x0c\x23\xea\x38\ +\x4b\xe8\x33\x94\x98\x66\x1b\x1b\x46\xd4\x64\x44\x42\x09\x4f\x7a\ +\xd7\xec\xb4\x0c\xcb\xf4\xb0\x86\xd6\xe5\x81\x14\x4b\x4e\x35\xc1\ +\x8b\x22\x62\x93\x86\xd5\x6f\x95\x41\xd5\xe9\x1e\xfa\xb5\x5f\x20\ +\xfd\x9d\xea\x5e\x6e\x39\x88\x0b\x6a\xc7\x8f\xa9\x3b\x27\xb7\xdd\ +\x0b\xd8\xaa\xc6\xeb\x97\x75\xa8\x7f\x02\xfa\x53\xe5\xa4\xd5\x28\ +\x7a\x0f\xf9\xbd\xe0\xfa\xe0\x88\x78\x00\x1a\xa4\xcd\x80\x2f\x35\ +\xb8\xfc\xfd\xdc\xc1\xbc\xac\x5c\x2f\xbe\x09\x7c\x42\xa2\x1a\x67\ +\x54\xf4\x3d\xbb\x0c\xb1\xcc\x1f\xa8\xb9\xce\x8e\x19\x85\x77\x47\ +\x4c\xe2\xb3\xc0\xdf\x33\x2b\xd3\x93\x23\x62\x77\x0f\xe5\xc1\x30\ +\x90\xe8\xff\x64\xde\x30\xa2\x46\xc3\x08\x25\x0c\x23\xea\x37\x02\ +\xa1\x84\x13\x4a\x6b\x96\xe3\x1d\x94\x5b\x45\xc4\xbc\x86\x8d\x59\ +\x89\xe2\x8e\xd8\xa6\x58\x1b\x38\xb4\x61\xfb\x6a\x55\x6b\xdd\x5e\ +\x98\x52\xba\xc4\x43\x3f\x0b\x67\x55\xf4\x3d\x83\x08\x24\x9c\x34\ +\x99\xba\xf3\x33\x2c\xd3\x7d\x6b\xfc\xdd\xaf\x00\xb6\xac\xf1\xf7\ +\x2f\x01\x8e\x19\xd5\x9d\xb1\x7c\xfa\xf3\xc3\x99\x15\x6b\x26\x45\ +\x50\xa2\xc1\x7a\x5e\x44\x1c\xdc\xd0\xb2\xf7\xf3\x84\x44\x93\x26\ +\x59\x1d\x5b\xab\xf1\xd3\x8a\xbe\x67\xd7\x21\x5d\x27\x3d\x6b\x58\ +\xbf\x6b\x12\xe3\xc0\xa7\x47\x78\x5c\x5c\x06\xfc\x67\x86\x45\x3b\ +\xd2\x43\x79\x30\x0c\x24\xfa\xeb\xb0\x0c\x23\x32\x30\xc8\x50\xc2\ +\x30\x22\x1f\x2d\x0f\x25\xec\x34\xd6\x7c\x82\x72\x19\x70\x41\x6e\ +\xc5\x62\x88\x8f\x10\x57\xe4\x09\xc0\x83\x1a\x56\xe6\x57\x34\xe5\ +\x18\x2f\x5f\x82\x37\xbf\xa2\xaf\x3b\xc3\x23\x3f\x1b\x7f\xae\xe8\ +\x7b\x36\x8a\x88\xf9\x15\x97\x6d\xdc\xe6\x19\x7a\x3b\x56\xe9\x3e\ +\x35\xf5\x55\x73\xa9\xf7\x85\x9d\x00\x27\xa7\x94\x96\x8c\xf8\x3e\ +\xf9\x71\xaa\x59\x63\xbd\x4a\xfb\x46\xc4\x76\x76\x17\x03\xf7\x89\ +\x86\x3e\x8d\xd2\xcf\x13\x12\x37\x35\x68\x3b\xbd\x36\xab\xe6\xfa\ +\xed\x5f\x54\xf3\x94\xe9\xc0\x43\x82\xf2\x9d\x4a\x75\x2f\x19\x74\ +\x66\x4a\xe9\xa2\x11\xdf\x6d\xbe\x01\x9c\x9d\x59\x99\x76\x89\x88\ +\x67\x78\x44\x57\xcf\x40\xa2\xf7\x0e\xcb\x30\x22\x23\x83\x08\x25\ +\x0c\x23\xf2\x33\x62\x2f\xba\xd6\xbd\xfd\x26\xc3\x32\x6d\xde\xb0\ +\x3a\x3c\xa4\x81\xed\xbe\x05\xf0\xbc\x86\x94\xb5\xca\xf7\x47\xfc\ +\xca\x43\x3e\x1b\x7f\xad\xf0\xbb\xb6\xb1\x3a\xeb\x91\x52\xfa\x27\ +\x90\xdb\x72\x21\x75\xbd\x43\xe2\xe5\xc0\xc6\x35\x6f\xfb\xc9\xee\ +\x93\xe9\x0e\x8a\x50\x22\xb7\xf9\x81\x37\xd9\x63\x0c\xdc\x7a\xc0\ +\xf1\x0d\xbc\x7e\xe9\x27\x54\xb8\xd5\x66\x1f\x49\x7f\xac\xe0\x3b\ +\xee\x1f\x11\xeb\x0e\xb8\x9c\xcf\xa2\xfe\xe5\x78\x1d\x17\x8b\x77\ +\x7e\x7d\x30\xc3\xa2\xbd\xc5\x43\x79\x30\x27\x1c\x9a\xa6\x88\x38\ +\x0c\xc3\x88\xec\x4c\x12\x4a\x1c\x13\x11\x4f\xe9\xf1\x2b\xdf\x86\ +\x61\x44\x76\x3a\xa1\xc4\xb2\x65\x2b\xbd\xc7\xf3\x45\xc0\x6b\xac\ +\x9d\xd6\xfb\x5d\x86\x65\xda\xac\x41\x63\xd7\x06\xc0\x5e\x0d\x6d\ +\xfb\xa6\xbc\xdc\xba\xca\x0b\x99\x5f\x7b\xc8\x67\xe3\xc2\x0a\xbf\ +\xcb\x40\xa2\x5e\xff\xcc\xac\x3c\x43\x0f\x24\x22\x62\x26\xf0\xda\ +\x9a\xb7\xfb\x5f\xc0\x2f\xdc\x1d\x01\x38\x8a\xfc\x96\xb2\xd9\x3f\ +\x22\x36\xb3\x69\x06\x6e\x57\xea\x7f\x52\x69\xba\x96\xf5\xf1\x59\ +\x27\x4b\x46\x53\x3f\x81\xc4\x75\xc0\x87\x80\x07\x95\x01\xee\x20\ +\xbd\x35\x83\x63\xeb\x5b\xee\x2e\x00\x7c\xa7\xe2\x73\xef\x2a\x3c\ +\x31\x22\x76\xb1\x69\xaa\x65\x20\xd1\x9b\x9d\xba\x4e\xea\x0d\x23\ +\x32\xd2\x09\x0d\xba\xac\x45\xef\x2f\x18\x9d\xd7\xdd\xce\x37\xde\ +\x78\xa3\x61\x44\x26\x3a\xa1\xc4\x2a\xed\x31\xcf\x9a\x69\xbd\x1c\ +\x03\x89\x26\x3d\x21\xf1\x62\xea\xbb\x1b\xb7\x8a\x93\xc0\x1d\x1b\ +\x50\xce\xaa\xfa\xa1\xcb\x52\x4a\x57\x7a\xc8\x67\xe3\x6f\x54\x33\ +\x91\xb2\x0c\x98\x65\x75\xd6\xea\x9a\xcc\xca\x53\x47\x9f\xbc\x2f\ +\x35\xbe\x4c\xbb\xf4\xf5\x94\xd2\x0a\x77\x47\x28\x97\xad\x3a\x3a\ +\xb3\x62\xad\x0d\xbc\xda\xd6\x19\x8a\x77\x46\xc4\xce\x0d\x2a\x6f\ +\x3f\x81\x84\xc7\xfc\x68\x9a\x6e\x20\x71\x03\x70\x52\x79\xdd\xb2\ +\x55\x4a\xe9\x6d\x29\xa5\x81\x2e\x6d\x17\x11\x8f\x01\x1e\x53\x73\ +\x3d\xfd\x38\xa5\xb4\xc8\xdd\x05\x52\x4a\xe3\xc0\xa7\x32\x2c\xda\ +\x1b\x6d\x9d\x6a\x19\x48\xf4\xd8\x67\x75\x1d\x2c\xac\xbb\xee\xba\ +\xd6\x48\x46\xe6\xcc\x99\xb3\xea\x5f\xf5\xba\xbe\xf2\xe2\xee\x76\ +\x9e\x3f\x7f\x3e\x63\x63\x1e\x32\x59\x74\x5c\x63\x63\x2c\x58\xb0\ +\x80\x94\xd2\x84\xed\xa5\xd6\xfa\x33\xf9\xbd\x00\xbc\x49\x77\x10\ +\xf6\xb2\x5c\x53\x4e\x6b\x78\xbe\xaa\x01\x27\xd0\x6f\x02\x9e\x44\ +\x71\x87\xd3\x9d\x7d\x7c\x95\xcb\x35\xe5\xd5\xae\x77\x01\xff\xe8\ +\xe3\x2b\xce\xa6\x98\xdc\xdb\x2c\xa5\xf4\x65\x6b\xb4\x56\xff\xca\ +\xac\x3c\xeb\x8c\xe8\x05\xf5\xd7\xdc\x15\x57\xf2\x49\xf2\xbb\x7b\ +\xfc\xd0\x88\x58\xc7\xa6\x19\xb8\xb5\x28\x96\x9e\x9d\xd3\x90\xf2\ +\x2e\xaf\xe9\xb3\x6a\xae\xd5\x05\x12\x8b\x80\xb3\x80\x63\x28\x56\ +\xa7\x78\x34\xb0\x49\x4a\x69\xbf\x94\xd2\x57\xcb\xf3\xaf\x61\xc8\ +\x61\x99\x3a\xc7\xc5\x95\x1d\x4b\x7e\xf3\x3b\xcf\x8b\x88\xcd\x6d\ +\x9a\xea\x38\xbb\xda\x9b\x23\x81\x4b\x3a\x7f\x58\x6f\xbd\xf5\x58\ +\x7f\xfd\xf5\xad\x95\x0c\xcc\x9f\x3f\x7f\xd5\x80\xe8\xf7\xf4\x7e\ +\xd7\xd1\x87\x81\xe3\x3b\x7f\x98\x35\x6b\x16\x0b\x17\x2e\x34\x94\ +\xa8\xbb\xd3\x1a\x1b\x63\xe1\xc2\x85\xcc\x9c\x39\xb3\xfb\xaf\xbf\ +\x52\x5e\xcc\xa9\xc5\x52\x4a\xcb\x80\xcb\x32\x2b\xd6\x06\x4d\xa8\ +\xbb\x88\x78\x18\xf0\x88\x69\x7e\xec\x2f\xe4\x75\x77\xca\xfe\x03\ +\x78\x21\xf0\x20\xf6\xd3\x9f\xa7\x94\xf6\x02\x36\xa1\x58\x4e\xee\ +\x73\x14\x61\xda\x74\xee\x2a\x34\x90\xc8\xcf\x05\x53\xfc\x77\xcb\ +\x80\x73\x80\xff\x01\xf6\x01\xb6\x4c\x29\xed\x92\x52\xfa\x74\x4a\ +\xe9\x06\xab\xb1\x76\xb7\x65\x56\x9e\xa1\x86\xec\x11\xf1\x58\xaa\ +\x7d\xd7\x4d\x2f\xae\xa5\x98\x80\xd2\x3d\xe3\xc6\x65\xe4\xb7\x54\ +\xc7\x86\x34\x77\x99\xc7\xa6\x79\x10\xf0\xb1\x86\x94\xd5\x25\x9b\ +\x34\x5d\x7f\x03\xf6\x06\xf6\x00\x1e\x0f\x3c\xb2\xdc\xe7\x17\xa6\ +\x94\x36\x4c\x29\x3d\x26\xa5\x74\x50\x4a\xe9\x43\x29\xa5\x73\xca\ +\xbb\xe3\x87\x39\x2e\x6e\x0e\x3c\xbb\xe6\x3a\x5a\x01\x7c\xd7\x5d\ +\x65\xa5\x71\xf1\x36\xe0\xf3\x99\x15\x6b\x2d\xe0\x50\x5b\xa7\xda\ +\x0a\xd5\xf4\x0f\x8e\x2b\x23\x62\x37\xe0\x67\xc0\x03\x00\xe6\xce\ +\x9d\x0b\xc0\x92\x25\x4b\xac\xa0\x9a\x4c\x12\x46\xec\x91\x52\xba\ +\xb1\xc7\x76\x5e\x11\x11\x07\x95\x7f\x3c\x00\x60\xe6\xcc\x99\x2c\ +\x5c\xb8\x90\x45\x8b\x16\x31\x3e\x3e\x6e\xa5\x0f\xd9\x6a\xc2\x88\ +\x43\x87\x7d\xf2\xa2\xda\x5c\x4c\x5e\x6b\xb0\x37\xe5\x11\xb9\x5e\ +\x9e\x8e\xf8\x36\x70\x5a\x79\x92\x3c\x23\x83\x6d\x98\x0d\x1c\x0c\ +\x7c\xb4\x21\xe7\x0a\x4b\x80\xaf\x97\x3f\x44\xc4\x2c\x60\x5b\x60\ +\x4b\x8a\x97\xc9\x6e\x4e\x11\x5a\x6c\x4c\x71\x83\xc8\x5c\xa0\xd3\ +\xb9\x9d\xe9\xa1\x9e\x9d\xd3\x81\x39\xc0\xed\xc0\x5d\x14\x2f\xe7\ +\xbc\x93\x62\x09\xa0\xcb\x81\x2b\x80\x2b\x81\x2b\x53\x4a\x4b\xad\ +\xae\x6c\xdd\x31\xe2\xe5\x79\x59\x06\xdb\xfc\xd3\xf2\xa5\x95\x5a\ +\xd9\x67\x28\x26\xed\x72\x72\x18\x70\xa2\x4d\x33\x14\x2f\x8f\x88\ +\xef\xa7\x94\xbe\x93\x79\x39\x5d\xb2\x49\xd3\x3d\x1f\x5e\x01\x7c\ +\x23\xe3\x22\x1e\x4c\xfd\xf3\xa2\x7f\xe8\x75\xce\xaa\xe5\x3e\x4f\ +\xf1\xe4\x4c\x4e\x77\x04\x1f\x12\x11\xef\x77\xd9\xc9\x6a\x18\x48\ +\xf4\xde\xb1\x1a\x4a\x64\xa4\xea\x30\xa2\x7b\x00\x35\x94\xc8\x83\ +\x61\x84\x4a\x97\x64\x56\x9e\xec\x97\x33\x28\x97\x5c\xd8\xaf\x87\ +\x8f\x9e\x9a\x52\x5a\x1c\x11\xbf\xa1\xb8\xa3\x29\x07\x87\x47\xc4\ +\xc7\x9b\x78\xcc\x97\x93\xd4\x7f\x2e\x7f\xd4\xbc\xf6\xfb\x3c\xf9\ +\xdd\xa9\xa5\xe9\xbb\x33\xb3\xf2\xdc\x3e\xc4\xb1\x60\x1e\x79\x4c\ +\x78\x9f\xe1\x6e\x38\xa1\x5f\x52\x84\x9b\xf7\xcd\xa8\x4c\x8f\x8f\ +\x88\xed\x52\x4a\x17\x36\xb4\x4e\xff\x41\xf1\x44\xce\xae\x0d\x29\ +\xef\x97\x22\x62\x87\x94\xd2\xb5\x19\x97\xd1\x27\x24\xd4\x1a\x11\ +\x31\x46\x6f\x37\x6d\x39\x2e\x0e\xe7\xdc\xfb\xca\x88\x38\x13\xd8\ +\x3d\xa3\x62\x6d\x09\x3c\x0d\xf8\xbe\x2d\xd4\x3f\xd7\x9e\xe9\xf3\ +\x00\x01\x76\xa3\x6b\x82\x6c\xee\xdc\xb9\x2e\xdf\x34\x64\x83\x0a\ +\x23\xba\xda\x79\x05\x70\x10\x5d\xcb\x37\x75\x42\x09\x97\x6f\x1a\ +\x52\x47\x65\x18\xa1\x7b\x5c\x9a\x59\x79\x9a\xf0\x84\xc4\xf3\x81\ +\xe9\x2e\x75\x74\x35\x70\x6e\xf9\xff\x73\x3a\xe1\xba\x3f\xf0\x0c\ +\x0f\x03\x49\x3d\xca\xed\x9c\x61\x98\x4f\x48\xec\x9b\xc9\x98\xe5\ +\xc4\xcb\xc4\xd7\x1b\x41\x9e\x4f\x23\xec\xdb\xe0\x6a\x5d\x0e\xec\ +\x0f\x34\xe5\x6e\xc1\x8d\x80\xa3\x23\x22\x65\xbc\x9f\x2e\xa7\xeb\ +\x7d\x9a\x3d\xb4\x87\x94\x93\x27\x93\x47\x08\xec\xb8\x38\xb9\x13\ +\x32\x2c\xd3\x8b\x6d\x96\x6a\x38\x9b\xda\xff\xa0\x6c\x28\x51\xa3\ +\x41\x87\x11\x5d\xed\x6c\x28\x51\x57\x27\x65\x18\xa1\x95\x5d\x97\ +\x59\x79\x9a\xf0\xc2\xc7\x5e\xee\xfc\xf9\x4e\xd7\x92\x1a\xdf\xcb\ +\x6c\x7b\x8e\xf0\x30\x90\xd4\xa3\xdc\x5e\x1c\xbb\x68\x88\xbf\x2b\ +\x87\x89\xe5\x4b\xca\xf7\x25\x68\x62\x39\x06\x12\xfb\x34\xfc\x5a\ +\xfd\x1f\x0d\x3b\x6f\x78\x06\xf0\xca\xcc\xcb\xb8\x7c\xc8\x9f\x93\ +\xda\x3c\x2e\xde\x09\xfc\xda\xa6\x98\xd4\x29\xe4\xb7\xdc\xe6\x73\ +\x22\x62\xb6\x4d\xd3\x3f\x67\x52\xab\x39\xd1\x31\x94\xa8\xc1\xb0\ +\xc2\x88\xae\x76\x36\x94\x18\x76\x07\x65\x18\xa1\x7b\xcb\xed\xa5\ +\xb0\x59\xaf\x1f\x19\x11\xf7\x2f\xc7\xa7\xe9\x3a\xb5\xab\xef\xfb\ +\x0b\x79\x3d\x99\xf2\x94\x88\xd8\xd6\x43\x41\x52\x0f\xe6\x66\x56\ +\x9e\xab\x86\x34\x16\x6c\x09\x3c\x36\x83\xed\xfd\x99\xbb\xe0\x6a\ +\xaf\x35\xfe\x0a\xfc\x21\xb3\x62\x6d\x13\x11\x3b\x35\xbc\x5e\x8f\ +\x07\xbe\xda\xa0\x22\xff\x77\x44\x6c\x97\x71\xf9\x7a\x0d\x16\xbc\ +\x76\x53\x4e\xd7\x48\xeb\x00\x7b\x66\x50\x94\xdf\xa6\x94\xee\xb0\ +\x45\x26\xed\xbf\x97\x90\xdf\x0b\xbf\xe7\x02\xcf\xb2\x75\xfa\xe7\ +\x2c\x6a\x75\x07\x8a\xa1\xc4\x10\x0d\x3b\x8c\xe8\x6a\x67\x43\x89\ +\x61\x75\x4e\x86\x11\x9a\x58\x6e\x81\xc4\xed\x99\xd7\xd7\xc1\xc0\ +\x74\x1f\xfd\xbf\x99\x7b\x4f\x1a\xe5\x74\x22\x98\x80\xc3\x3d\x14\ +\x24\xf5\x20\xb7\x27\x24\xae\x1c\xd2\xef\xd9\x27\x93\xeb\xbe\x73\ +\xdd\x05\xd7\x28\xc7\xe5\x29\xf6\x6a\x41\xbd\xbe\x12\xb8\xac\x21\ +\x65\x9d\x0d\x9c\x10\x11\xb3\x5a\xb6\x6f\xfb\x32\x7b\xe5\xe4\xe9\ +\xc0\x3c\xc7\x45\xc7\xc5\x11\x1e\x17\x6b\xe7\x0c\x6a\x85\x0c\x25\ +\x86\xa3\xae\x30\xa2\xab\x9d\x0d\x25\x06\xdd\x31\x19\x46\x68\x72\ +\x8b\x32\x2b\x4f\xb6\x77\xb4\x44\xc4\x0c\xe0\xc0\x1e\x3e\x7a\x5a\ +\xf9\x02\xe6\x6e\xa7\x64\xb6\x79\x07\x46\xc4\x7a\x1e\x0e\x92\xa6\ +\x7b\x1a\x99\x51\x59\x96\x02\xd7\x0f\xe9\x77\xed\x99\xc9\x36\xff\ +\xc1\x5d\x70\x8d\xbe\x95\x61\x99\x9e\xd9\x82\xeb\xf4\x9b\x81\x03\ +\xc8\xfc\xc9\xd6\x2e\x8f\x00\xde\xed\xe1\x20\x39\x2e\x8a\x1f\x01\ +\xb7\x65\x56\xa6\xa7\x44\xc4\x4c\x9b\xa6\x3f\xce\x9e\x56\x7f\xb2\ +\x63\x28\x31\xc8\xab\xc8\x9a\xc3\x88\xae\x76\x36\x94\x18\x54\xa7\ +\x34\x71\x18\x71\x34\x86\x11\x2a\xe4\x16\x00\xe4\xfc\x84\xc4\xd3\ +\x80\xcd\x7b\xf8\xdc\xa9\x13\xfc\xdd\xaf\x81\x6b\x33\xda\xb6\xf5\ +\x81\x97\x78\x38\x48\x9a\xa6\x07\x64\x54\x96\x4b\x87\x71\x5e\x13\ +\x11\x1b\x02\x3b\x67\xb0\xbd\xcb\x80\x3f\xbb\x0b\xae\xf1\x1a\xe3\ +\x72\xe0\x82\xcc\x8a\xb5\x63\x44\x6c\xd1\x82\xba\xfd\x15\x70\x64\ +\x83\x8a\xfc\x96\x88\x78\xbc\x47\x85\x54\xf9\xb8\x38\x83\xe2\x09\ +\x89\x1c\xfc\x9f\x2d\xb2\xc6\xbe\xfb\x2e\xe0\xa7\x99\x15\x6b\x1e\ +\x79\x2c\x85\xd9\x68\xce\x9c\x0e\xe6\x80\x31\x94\x18\x80\x5c\xc2\ +\x88\xae\x76\x36\x94\xa8\xba\x43\x9a\x3c\x8c\x78\x99\x61\x84\x4a\ +\x77\x65\x56\x9e\x9c\x03\x89\x5e\x5e\x66\xbd\x14\x38\x6d\x92\xfe\ +\xee\x7f\x33\xdb\xbe\x57\x45\x44\xf2\x90\x90\x34\xc5\x09\x88\xb5\ +\x81\x9c\x26\x55\x87\x35\x09\xf1\x74\x60\x46\x06\xdb\x7b\x41\x4a\ +\xe9\x4e\xf7\xc4\x29\x39\x3d\xb7\xcb\x5b\x5a\xf0\x94\x44\xe9\x7d\ +\xc0\x59\x0d\x29\xeb\x0c\xe0\xb8\x88\xd8\xc0\x43\x42\xaa\xd4\xce\ +\xc0\x86\x19\x94\xe3\x56\xe0\x22\x9b\xa3\x91\xe3\x22\x2d\x1a\x17\ +\x6b\xe3\xac\xe9\xa0\xce\xda\x0c\x25\x2a\x95\x5b\x18\xd1\xd5\xce\ +\x86\x12\x55\x75\x46\x86\x11\x9a\x9a\xa5\x99\x95\x27\xcb\x40\x22\ +\x22\x36\xa1\xb7\x97\x6d\x9d\x59\x2e\x6b\x30\x91\xdc\x96\x6d\x7a\ +\x30\xf0\x64\x0f\x09\x49\x53\x74\x3f\xf2\x98\x98\xef\x18\x56\x20\ +\xf1\x8c\x4c\xb6\xd7\x65\x29\xa6\x2e\xc7\x89\x97\x7f\x6f\xc9\x35\ +\xfa\x72\x60\x7f\x60\x49\x43\x8a\xbc\x35\xf0\x29\x0f\x09\xd5\x7c\ +\x5d\xb1\x71\x44\x3c\x25\x22\x5e\x1d\x11\x47\x46\xc4\xb1\x11\xf1\ +\xa3\x88\x38\x37\x22\x2e\x8c\x88\x4b\x22\xe2\x9a\x88\x78\x5e\x43\ +\x36\x29\x97\x71\xf1\x3c\xe7\x39\x1c\x17\x47\xd9\x5a\x56\xc1\x40\ +\x4f\x78\xae\x8c\x88\xdd\x28\x5e\x0e\xfa\x00\x28\x42\x09\x80\x25\ +\x4b\x96\x58\x41\x53\x94\x6b\x18\xd1\xd5\xce\x2b\x22\xe2\xa0\xf2\ +\x8f\x07\xc0\x3d\xa1\xc4\xa2\x45\x8b\x18\x1f\x77\x8c\x59\x13\xc3\ +\x08\x4d\x43\x6e\x4f\x48\x5c\x9b\x69\x3d\xbd\x04\xe8\x65\x5d\xcb\ +\x6f\xaf\xe6\xbf\x9d\x49\xf1\x0e\x8f\x85\x19\x6d\xe7\x11\xc0\x4f\ +\x3c\x2c\x24\x4d\xc1\x0e\x99\x95\x67\xe0\x81\x44\xf9\x14\x59\x2e\ +\xc1\xed\x9f\xdc\x05\xa7\xec\x17\x14\x37\x3c\xcc\xce\xa8\x4c\x8f\ +\x8f\x88\x94\x52\x6a\xfc\x8b\x89\x53\x4a\xff\x88\x88\x23\x80\xe3\ +\x1a\x52\xe4\x03\x22\xe2\xfb\x29\xa5\xaf\x79\x68\x68\x18\x22\x62\ +\x47\x8a\x49\xfb\x27\x02\x0f\x05\x36\x6d\xe8\x75\xda\x64\x72\x99\ +\x48\x76\x5c\x9c\x5e\xbf\x7d\x11\xb0\x4d\x46\xc5\xda\x31\x22\xe6\ +\xa5\x94\x6e\xb2\x85\x7a\xe3\x2d\xdc\x83\x3f\x70\x7c\x52\xa2\x0f\ +\xb9\x87\x11\x5d\xed\xec\x93\x12\xbd\x76\x42\x86\x11\x9a\xe6\xe1\ +\x96\x59\x79\xae\xcc\xb4\x9e\x0e\xee\xe5\xfa\x03\xf8\xce\x6a\xfa\ +\xb9\xe5\xac\x3e\xb0\xa8\xc3\xb3\x22\x62\x6b\x0f\x0b\x49\x53\xf0\ +\x84\x8c\xca\xb2\x02\x38\x77\x08\xbf\xe7\xdf\x80\x8d\x32\xd9\xe6\ +\x7f\xb8\x0b\x4e\xf9\xba\xe2\x4e\x8a\x1b\xda\x72\xb2\x09\xb0\x6d\ +\x8b\xea\xf8\x78\xe0\xa4\x06\x15\xf9\x73\x6d\x78\x8f\x87\xf2\x56\ +\x3e\x01\x71\x05\xf0\x47\xe0\xbf\x28\xde\x47\xb7\xe9\x34\xbe\xe2\ +\xd6\x06\x6c\xe3\x5c\x8a\x97\xc6\x3b\x2e\x36\xcf\x69\x99\x95\x67\ +\x0c\x78\x9c\xcd\xd2\x5f\x05\x6a\xf0\x27\x3c\x86\x12\x3d\x68\x4a\ +\x18\xd1\xd5\xce\x86\x12\xd3\xed\x80\x0c\x23\x34\x7d\xeb\x64\x56\ +\x9e\x2b\x32\x3c\xd1\x7e\x1c\xb0\x5d\x0f\x1f\x3d\x37\xa5\x74\xf5\ +\x1a\xfe\x4d\x6e\xcb\x36\xcd\x00\x0e\xf7\xb0\x90\x34\x05\x39\x05\ +\x12\xbf\x1b\xd2\xf9\x6c\x4e\xdb\x7c\xa9\xbb\xe0\xb4\xfc\xcc\x63\ +\x68\xe0\x0e\x07\x2e\x6b\xca\xa5\x31\x70\x6c\x44\x78\x51\xa9\x41\ +\x7a\x1a\xb0\x65\x1f\x9f\xbf\xa5\x01\xdb\xb8\x2b\xbd\x3d\x45\xee\ +\xb8\xe8\xb8\x38\x0a\xe3\xe2\x50\x39\xa0\x0d\x89\xa1\xc4\x34\xcf\ +\xb8\x1a\x16\x46\x74\xb5\xb3\xa1\xc4\x54\x3b\x1f\xc3\x08\xf5\x66\ +\xed\xcc\xca\x93\xe3\x13\x12\x87\xf4\xf8\xb9\xa9\x84\x0d\x3f\x01\ +\xae\xcb\x6c\x7b\x0f\x8e\x88\x75\x3d\x34\x24\x4d\x26\x22\x16\x02\ +\x0f\xc9\xa8\x48\x3f\x1c\xc1\x0b\x65\x27\x5e\xa6\xe7\x9c\x0c\xcb\ +\xf4\xe8\x96\x5d\x9f\xdf\x4c\xf1\x3e\x89\x15\x0d\x29\xf2\xee\xc0\ +\xeb\x3d\x34\x34\x40\xf3\xfb\xfc\x7c\x13\x02\x89\x9c\xc6\x45\x9f\ +\x90\x70\x5c\x1c\x69\xce\x90\x0e\xf7\xa4\xc7\x50\x62\x2a\xa3\x60\ +\x43\xc3\x88\xae\x76\x36\x94\x58\x53\xc7\x63\x18\xa1\xde\xe5\xf6\ +\x84\xc4\xe5\x39\x15\xa6\x7c\x0c\xf9\x05\xbd\x7c\x14\x58\xe3\xda\ +\xc4\x29\xa5\x65\x53\xf9\x77\x43\xb6\x10\x78\xb1\x87\x86\xa4\xd5\ +\x78\x7e\x66\xd7\x3d\xc3\x0a\x24\x76\xcd\x64\x7b\xaf\x4f\x29\xdd\ +\xe2\x6e\x38\x2d\xbf\x07\x96\x67\x56\xa6\x9d\x5a\x78\x7d\xfe\x6b\ +\xe0\xc8\x06\x15\xf9\xc8\x88\x78\xa8\x87\x87\x06\x64\x41\x9f\x9f\ +\x6f\xca\x13\x12\xb9\x30\xa8\x9f\x5e\x7f\x7d\x0d\xf9\xdd\x0c\xb8\ +\x93\x4f\xae\xf5\xce\x8a\x1b\xfe\x41\x64\x28\xb1\x1a\x4d\x0f\x23\ +\xba\xda\xd9\x50\x62\xb2\x4e\xc7\x30\x42\xfd\xc9\x29\x90\xb8\xb9\ +\xbc\xbb\x2e\x27\x2f\x06\xe6\xf6\xf0\xb9\xdf\xa4\x94\x2e\x9b\xe2\ +\xbf\x3d\x3e\xc3\xfd\xe2\x08\x0f\x0d\x49\x6b\xe8\x1b\x73\xf1\x4f\ +\x86\x70\x97\x5f\x44\x2c\x00\xb6\xca\x64\x9b\x9d\x74\x99\xfe\xb5\ +\xc4\xed\xc0\x5f\x32\x2b\xd6\xf6\x11\xb1\x76\x0b\xab\xfb\x7d\xc0\ +\x59\x0d\x29\xeb\xda\xc0\xf1\x11\xb1\x8e\x47\x89\x06\x60\x83\x3e\ +\x3f\x7f\x6b\x03\xb6\xf1\x61\x99\x94\x63\x71\x86\xd7\x91\x4d\x90\ +\xdb\x53\x12\x73\x81\x07\xda\x2c\xbd\x31\x90\xa8\xe7\x04\xd3\x50\ +\x62\x02\x6d\x09\x23\xba\xda\xd9\x50\x62\xd5\x0e\xc7\x30\x42\xfd\ +\x5b\x90\x51\x59\xfe\x98\x61\xfd\xf4\xba\x5c\xd3\xc9\xd3\xe8\xdb\ +\x7e\x07\x5c\x98\xdb\xc5\x45\xf9\xee\x0c\x49\x5a\x49\x44\x6c\x49\ +\x5e\x4b\x34\x9c\x50\x9e\x23\x0e\xda\xc3\x81\x94\xc9\x36\x5f\xe6\ +\x9e\xd8\x93\xdc\x26\x5e\x66\x02\x3b\xb4\xf0\xda\x7c\x39\xb0\x1f\ +\xb0\xa4\x21\x45\xde\x01\xf8\x80\x87\x87\x2a\x1e\x2b\x67\x01\x1b\ +\xf6\xf1\x15\x2b\xca\x20\x35\xe7\x6d\xdc\x9a\xe2\xc9\x6a\xc7\x45\ +\xc7\xc5\x2a\xed\x64\xb3\xf4\xc6\x40\xa2\xbe\x13\x1f\x43\x89\x2e\ +\x6d\x0b\x23\xba\xda\xd9\x50\xa2\xd3\xd9\x18\x46\xa8\x1a\xf7\xc9\ +\xa8\x2c\xe7\x66\x76\x92\xfd\x10\x60\xe7\x5e\x2e\x20\x80\x6f\x4c\ +\xf3\x33\x27\x66\xb8\x6f\xf8\x94\x84\xa4\x89\xbc\x2a\xb3\x6b\x9e\ +\x61\x3d\x65\xf6\xc8\x8c\xb6\xf9\x3a\x77\xc3\x9e\xe4\x38\xf1\xf2\ +\x90\x36\x56\x74\x4a\xe9\xd2\xb2\xaf\x68\x8a\xd7\x45\xc4\xd3\x3d\ +\x44\x54\xa1\x6d\x80\xb5\xfa\xf8\x7c\x13\x96\x6b\x7a\x84\xe3\xa2\ +\xe3\xe2\x00\x6c\x6f\xb3\xf4\xc6\x40\xa2\xde\x13\x1f\x43\x09\xda\ +\x1b\x46\x74\xb5\xf3\xc8\x87\x12\x86\x11\xaa\xd0\x26\x19\x95\xe5\ +\x0f\x99\xd5\xcd\xa1\x3d\x7e\xee\xa7\x29\xa5\x6b\xa7\xf9\x99\x13\ +\x28\xde\x3b\x91\x93\xe7\x47\xc4\x66\x1e\x22\x92\x3a\xca\x97\x59\ +\x1f\x9e\xd3\x85\x74\x4a\xe9\xfc\x21\xfd\xae\x9c\x26\x8e\x17\xbb\ +\x37\xf6\xe4\x77\x19\x96\x69\x9b\x16\x5f\x9b\x9f\x00\x9c\xd4\x94\ +\xe2\x02\x47\x95\x7d\x9c\x54\x85\x7e\x97\x32\x6a\xc2\x72\x4d\x39\ +\x8d\x8b\x8b\xdc\xe5\x7a\xf2\x7b\x20\xb7\xf9\xa3\x6d\x6d\x96\xde\ +\x18\x48\xd4\x7f\xe2\x33\xd2\xa1\x44\xdb\xc3\x88\xae\x76\x1e\xd9\ +\x50\xc2\x30\x42\x15\xcb\xe9\x09\x89\x6c\x26\x0a\xca\xc7\xac\xf7\ +\xeb\xf1\xe3\xd3\xbe\xf8\x2e\xdf\x37\xf1\xab\xcc\xf6\x8d\x99\xc0\ +\x2b\x3c\x44\x24\x75\x79\x1d\xb0\x5e\x46\xe5\xf9\xd8\x88\x5e\x20\ +\x5f\xef\xae\xd8\x93\x0b\x29\x9e\x62\xcc\xc9\x83\x5a\x5e\xe7\x87\ +\xd3\x9c\xa5\x54\x36\x07\x8e\xf2\x30\x51\x45\x9e\xd4\xe7\xe7\x9b\ +\xf0\x84\x44\x4e\xe3\xe2\x0d\xee\x72\xd3\x97\x52\xba\x05\xb8\xca\ +\x71\xb1\x1d\x0c\x24\xf2\x38\xa8\x46\x32\x94\x98\x20\x8c\x38\x0b\ +\xd8\xbd\x6d\x61\x44\x57\x3b\x8f\x5c\x28\x61\x18\xa1\x01\xd8\x22\ +\x93\x72\xdc\x02\x5c\x9c\x51\xbd\xec\x49\x6f\xeb\xbe\xde\x05\x7c\ +\xbb\xc7\xdf\x79\x6c\x86\xfb\xc7\xcb\xcb\x70\x46\xd2\x88\x2b\xd7\ +\x8a\x7e\x7d\x46\x45\xba\x18\xf8\xe6\x10\x7f\x5f\x4e\x77\xb2\xfb\ +\x84\x44\x6f\xd7\x0e\x77\x01\x57\x66\x56\xac\x6d\x5b\x5e\xe7\x37\ +\x03\xfb\x03\xcb\x1b\x52\xe4\x3d\x23\xe2\x40\x8f\x16\xf5\x39\x5e\ +\xae\x05\x3c\xa3\x82\x6b\xa3\xdc\xe5\xd4\x7f\x39\x2e\xf6\xee\xa2\ +\xcc\xca\xb3\x4d\x44\x24\x9b\x65\xfa\x0c\x24\xf2\x39\xf9\x19\xa9\ +\x50\x62\x92\x30\xe2\x69\x29\xa5\x25\x2d\x6f\xe7\x91\x09\x25\x0c\ +\x23\x34\x20\x0f\xce\xa4\x1c\x67\x65\xb6\x1f\xf7\xfa\x32\xeb\xd3\ +\x52\x4a\x37\xf5\xf8\xd9\xaf\x91\xdf\x0b\x20\x37\x01\x5e\xe8\x61\ +\x22\x09\xf8\x1c\x30\x27\xa3\xf2\xfc\xf7\x90\x5e\x66\x4d\x44\xdc\ +\x07\xd8\x20\xa3\x6d\x77\x69\x8a\xde\xe5\x36\xf1\x72\xff\x11\xb8\ +\x2e\xff\x35\x70\x64\x83\x8a\xfc\x3f\x11\x71\x3f\x0f\x15\xf5\xe1\ +\xe9\xc0\xa6\x7d\x7e\x47\xd6\x4b\x36\x95\x13\xc6\x39\x05\xf5\x3e\ +\x21\xd1\x9e\x71\x71\x36\x79\xad\xe2\xd0\x18\x06\x12\x79\x9d\xfc\ +\x8c\x44\x28\x31\xaa\x61\x44\x57\x3b\xb7\x3e\x94\x30\x8c\xd0\x00\ +\xe5\xf2\xd2\xa8\x1f\x64\x74\x82\xbd\x35\xf0\xe4\x1e\x3f\xfe\xd5\ +\x3e\xfa\xb2\x5b\x29\xde\x25\x91\x1b\x5f\x6e\x2d\x8d\xb8\x88\xd8\ +\x1f\x78\x5a\x46\x45\xba\x98\xe1\x3e\x55\x96\xdb\xf2\x01\x4e\xbc\ +\xf4\x2e\xb7\x89\x97\x39\x11\x31\x6f\x04\xea\xfd\xfd\xc0\x6f\x1a\ +\x52\xd6\xf5\x81\xe3\x23\x62\x86\x87\x8b\x7a\x18\x2f\x13\xf0\x8e\ +\x0a\xbe\x6a\x69\xe6\x9b\x7a\x1f\x60\x6e\x46\xe5\x31\xa8\xef\xdd\ +\xdf\x33\x2c\x93\xef\x31\xec\x81\x81\x44\x66\xda\x1e\x4a\x8c\x7a\ +\x18\xd1\xd5\xce\xad\x0d\x25\x0c\x23\x34\xc0\x13\xe6\x4d\x80\x5c\ +\x5e\xde\x77\x5a\x46\x55\x73\x50\x8f\xe3\xf9\xad\xc0\xf7\xfa\xfc\ +\xdd\x5f\xcc\x70\x57\xd9\x25\x22\x1e\xe9\x11\x23\x8d\xec\x58\xb1\ +\x03\xc5\xd3\x11\x39\x79\x43\xb9\xfc\xce\xb0\x6c\x9e\xd9\xf6\xdf\ +\xe2\x9e\xd9\x33\x27\x5e\xea\xb9\x56\x5b\x4e\xb1\x74\x53\x53\xae\ +\x51\x1f\x0b\xbc\xdd\xc3\x45\x3d\x78\x39\xf0\xa8\x0a\xbe\x67\x59\ +\xe6\xdb\xe9\xb8\xd8\x1e\x17\xb9\x7f\xb5\x83\x81\x44\x9e\x27\x40\ +\xad\x0c\x25\x0c\x23\xee\xd5\xce\xad\x0b\x25\x0c\x23\x34\x60\x0f\ +\xcd\xa4\x1c\x17\xa7\x94\xb2\x38\x11\x8a\x88\x31\xe0\xc0\x1e\x3f\ +\x7e\x6a\x4a\xe9\xf6\x3e\xfb\xb1\x3f\x02\xbf\xcd\x70\x5f\x79\xb5\ +\x87\x8b\x34\x7a\x22\x62\x21\xc5\x7b\x71\x72\xba\x0b\xf2\xf4\x94\ +\xd2\x77\x47\xfc\xc2\x78\xa9\x7b\x67\xcf\x9c\x78\xa9\xef\x5a\xed\ +\x52\xe0\x55\x0d\x2a\xf2\x3b\x23\xe2\x51\x1e\x32\x9a\xc6\x98\xb9\ +\x2b\xf0\xf1\x8a\xbe\xce\x40\xc2\x71\xd1\x71\x51\xd3\x62\x20\x91\ +\xef\x09\x50\xab\x42\x09\xc3\x88\x49\xdb\xb9\x35\xa1\x84\x61\x84\ +\x86\xe0\x09\x99\x94\x23\xa7\xa7\x23\x9e\x02\x6c\xd5\xe3\x67\x4f\ +\xae\xa8\x0c\x5f\xc8\x70\x5f\xd9\x3b\x22\x36\xf2\x90\x91\x46\x47\ +\x44\xac\x07\x9c\x4a\x5e\x6b\xdc\xdf\x0e\xbc\xb6\x86\xdf\x9b\xdb\ +\x1d\xec\x4e\xbc\xf4\xee\x92\x0c\xcb\xb4\xe9\xa8\x54\x7e\x4a\xe9\ +\x04\xe0\xc4\x86\x14\x77\x26\xc5\xd2\x4d\x73\x3c\x6c\x34\x85\x31\ +\x73\x0f\xe0\x74\x60\xdd\x8a\xbe\x32\xf7\x40\xc2\x71\xb1\x3d\x2e\ +\x03\x56\x64\x56\xa6\x4d\x6d\x96\xe9\x33\x90\xc8\xfb\x04\xa8\x15\ +\xa1\x84\x61\xc4\x1a\xdb\xb9\xf1\xa1\x84\x61\x84\x86\x24\x97\x40\ +\xe2\xbb\x19\xd5\x49\xaf\x2f\xb3\x5e\x04\xfc\xa8\xa2\x32\x7c\x1d\ +\xb8\x29\xb3\x7d\x65\x1d\xe0\x65\x1e\x32\xd2\x68\x88\x88\xf5\x81\ +\x1f\x52\x2c\x5b\x92\x93\x37\xd6\xf4\x44\x9d\x77\x82\xb6\xc7\xbf\ +\x72\xbc\xbc\x1b\xb1\x36\x78\x15\x70\x69\x43\xca\xba\x2d\xf0\x11\ +\x0f\x1b\xad\x66\xbc\xdc\x30\x22\x3e\x49\x11\x46\x54\x39\xb1\xe4\ +\x13\x12\x8e\x8b\x43\x51\x2e\xa9\x97\xdb\x3b\x38\xe6\xdb\x32\xd3\ +\x67\x20\x91\xff\xc1\xd6\xe8\x50\xc2\x30\x62\xca\xed\xdc\xd8\x50\ +\xc2\x30\x42\x43\x3a\x79\x5e\x17\xd8\x39\x83\xa2\x5c\x01\x9c\x91\ +\x49\x9d\x6c\x04\x3c\xa7\xc7\x8f\x7f\x2b\xa5\x54\xc9\x89\x70\xb9\ +\xec\xd3\x71\x19\xee\x36\xaf\x88\x88\xb5\x3c\x7a\xa4\xd6\x8f\x0f\ +\x5b\x94\xfd\xf2\xae\x99\x15\xed\x7b\xd4\xf7\x04\xd9\xc2\xcc\xea\ +\xc2\x89\x97\xde\xc7\xd8\x5b\x80\x3b\x32\x2b\xd6\xbc\x11\x6b\x83\ +\x9b\x81\x03\x80\xe5\x0d\x29\xf2\x61\x11\xf1\x2c\x8f\x1e\x75\x8d\ +\x93\x29\x22\x1e\x15\x11\x9f\x02\xfe\x41\xb1\xb4\x69\xd5\x93\x0c\ +\xb9\x07\x12\x8e\x8b\xed\x72\x6d\x66\xe5\xd9\xc0\x26\x99\x3e\x03\ +\x89\x66\x9c\x04\x35\x32\x94\x30\x8c\x98\x76\x3b\x37\x2e\x94\x30\ +\x8c\xd0\x10\x3d\x15\x58\x3b\x83\x72\x7c\x25\xa3\x7d\xfb\x00\x60\ +\x56\x8f\x9f\xad\x7a\xf9\x81\x1c\x5f\x6e\xbd\x25\xf0\x5c\x0f\x1d\ +\xa9\xbd\x22\x62\x37\xe0\xf7\x40\x6e\x2f\xb2\xbf\x02\x38\x24\xa5\ +\x14\x35\xfd\xfe\xdc\x26\x8c\x9d\x78\xe9\xcf\x75\x99\x95\x67\xde\ +\xa8\x35\x40\x4a\xe9\xd7\xc0\x91\x4d\x29\x2e\xf0\xe5\x88\xd8\xd8\ +\x43\x67\x24\xc7\xc5\xf5\x22\xe2\xdf\x22\xe2\x99\x11\xf1\xd6\x88\ +\x38\x99\xe2\x49\xab\x73\x80\x23\x80\xf5\x06\xf4\xab\x73\x0f\xec\ +\x1c\x17\x1d\x17\x1d\x17\x33\xe3\x9d\x83\xcd\x39\x09\xba\xb2\xbc\ +\xe8\xfa\x19\xf0\x00\x28\x42\x09\x80\x25\x4b\xf2\x9b\xdf\x37\x8c\ +\xe8\xb9\x9d\x57\x44\xc4\x41\xe5\x1f\x0f\x80\x7b\x42\x89\x45\x8b\ +\x16\x31\x3e\x9e\xcf\x1c\xbf\x61\x84\x86\xec\x45\x19\x94\x61\x1c\ +\xf8\x4a\x46\x75\x72\x70\x8f\x9f\xbb\x14\xf8\x45\xc5\x7d\xd7\x5f\ +\x22\xe2\x97\xc0\xe3\x33\xdb\x6f\x8e\x00\x4e\xf1\xf0\x91\xda\x25\ +\x22\xd6\x01\xfe\x13\x78\x6b\x86\xd7\x33\xb7\x00\xcf\x4e\x29\xd5\ +\x79\xb1\xec\xc4\x4b\xbb\x5c\x07\xdc\x37\xa3\xf2\x8c\xea\x9d\xa0\ +\xef\x07\xf6\x00\x1e\xd3\x80\x1d\xc1\xa7\xbf\x00\x00\x20\x00\x49\ +\x44\x41\x54\xb2\x6e\x4c\x11\x4a\x3c\xa7\xc6\x60\x54\xfd\x7b\x46\ +\x44\x9c\xbb\x9a\xff\x3e\x83\x62\xd9\xa5\x59\xc0\x1c\x8a\x25\x4b\ +\xd7\xad\xa9\xac\xb9\x3f\x21\xe1\xb8\xd8\xbe\x71\xd1\xfd\xab\xe1\ +\x0c\x24\x1a\xa4\x29\xa1\x84\x61\x44\xdf\xed\x9c\x7d\x28\x61\x18\ +\xa1\x61\x2a\x5f\xce\xf7\xec\x0c\x8a\xf2\xe3\x94\xd2\xe5\x99\xd4\ +\xc9\xae\xc0\xf6\x3d\x7e\xfc\xb8\x01\x5d\x9c\x7e\x9e\xfc\x02\x89\ +\x27\x45\xc4\x0e\x29\xa5\x3f\x7b\x24\x49\xad\x19\x13\x76\x2b\xfb\ +\x9b\x6d\x32\x2c\xde\x0a\x60\x9f\x94\xd2\x9f\xbc\x30\x56\x85\x72\ +\x9b\x78\x59\x67\x44\xaf\xd1\x96\x47\xc4\xfe\xc0\xff\xd1\x8c\x50\ +\xe6\x59\xc0\x61\x65\x7f\xa9\x66\x5a\x50\xfe\x34\x81\x81\x84\x1c\ +\x17\x35\x2d\x2e\xd9\xd4\xbc\x13\xa1\xac\x97\x6f\x32\x8c\xa8\xac\ +\x9d\xb3\x5d\xbe\xc9\x30\x42\x35\xd8\x9b\xe2\xae\x9f\xba\x7d\x21\ +\xa3\x3a\xe9\xf5\x65\xd6\x01\x1c\x3b\xa0\x32\x9d\x02\x5c\x9f\xe1\ +\xfe\x73\x84\x87\x90\xd4\x7c\x11\xf1\xd8\x88\xf8\x21\xf0\x53\xf2\ +\x0c\x23\xc6\xcb\x73\xa1\x1f\x64\x50\x96\xf5\x32\xab\x9b\x59\xee\ +\xc1\x7d\xb9\xce\xf6\xcc\xe6\x1a\xed\x52\x8a\x97\x5c\x37\xc5\x47\ +\x22\x62\x5b\x0f\x21\x0d\x41\xee\x81\x84\xe3\xa2\xe3\xa2\xed\x99\ +\x19\x03\x89\x66\x9e\x08\x65\x19\x4a\x18\x46\x54\xde\xce\xd9\x85\ +\x12\x86\x11\x1a\xb6\x88\x48\xc0\x1b\x33\x28\xca\xf9\xc0\xa9\x99\ +\xd4\xc9\x5c\x7a\x5f\xc2\xea\x17\xe5\xc5\xf4\x20\xfa\xac\xbb\xc8\ +\x6b\x49\xab\x8e\xfd\x22\x62\xbe\x47\x93\xd4\xc8\x31\x60\x9d\x88\ +\xd8\x37\x22\x7e\x06\xfc\x0a\x78\x4a\xa6\x45\x1d\x07\x0e\x4e\x29\ +\xe5\xd2\x07\xce\xf4\x42\xbd\x55\x6e\xc8\xac\x3c\x33\x47\xb9\x31\ +\x52\x4a\x27\x52\xfd\xbb\xb8\x06\x65\x0e\x70\x42\x44\xcc\xf4\x30\ +\xd2\x80\xe5\x1e\x48\x38\x2e\x3a\x2e\x3a\x2e\x66\xc6\x40\xa2\xb9\ +\x27\x42\x59\x85\x12\x86\x11\x03\x6b\xe7\x6c\x42\x09\xc3\x08\xd5\ +\xe4\x69\xf4\xbe\x34\x51\x95\xde\x93\xd1\x7e\xfe\x22\x60\x6e\x8f\ +\x9f\x3d\x66\xc0\x65\xfb\x22\xc5\xc4\x5c\x6e\x17\xe3\x07\x79\x28\ +\x49\xcd\x10\x11\xb3\xcb\x97\x71\x7e\x16\xf8\x27\x70\x12\xf0\xa4\ +\x8c\x8b\xbc\x1c\x38\x30\xa5\x74\x6c\x26\xf5\x37\x23\xc3\x6b\x3c\ +\x27\x5e\xfa\x73\x47\x66\xe5\x71\xe2\xa5\x78\x4a\xe2\xd2\x86\x94\ +\xf5\x91\xc0\xbb\x6c\x32\x0d\x98\x81\x84\xfd\xa8\xe3\xa2\xa6\xc5\ +\x40\xa2\xc1\x72\x09\x25\x0c\x23\x06\xde\xce\xb5\x87\x12\x86\x11\ +\xaa\x43\x44\x8c\x01\xef\xcd\xa0\x28\x7f\x06\xbe\x95\x51\xd5\xf4\ +\xba\x5c\xd3\x6d\xc0\x37\x07\xdc\x5f\x5d\x02\xfc\x38\xc3\xdd\xe9\ +\xf0\x72\x7f\x92\x34\x18\x2f\x8c\x88\x97\x44\xc4\x23\xcb\xa7\xb8\ +\xa6\xda\xcf\xcf\x8c\x88\x07\x46\xc4\xde\x11\xf1\xc1\x88\x38\x03\ +\x58\x0c\x7c\x0f\x78\x25\x90\xfb\xd3\x4d\x37\x02\x4f\x4f\x29\x1d\ +\xef\x45\xb1\x17\xea\x03\x74\x97\x73\x08\xd9\x5d\x9f\xdd\x0c\xec\ +\x4f\x11\x48\x36\xc1\xdb\x22\xe2\x71\x1e\x4a\x1a\x20\x03\x89\xe9\ +\x31\xa8\x77\x5c\x1c\x79\xbe\xd4\xba\xf9\x27\x43\xb5\xbe\xe8\xda\ +\x30\x62\x68\xed\x5c\xdb\x8b\xae\x0d\x23\x54\xa3\x43\x28\xee\xea\ +\xaa\x5b\x36\x4f\x47\x44\xc4\xbf\x01\xbb\xf6\xf8\xf1\x53\x52\x4a\ +\xb7\x0e\xa1\x98\x5f\x00\x9e\x9a\xd9\xbe\xf4\x00\xe0\xe9\xc0\xf7\ +\x3d\xac\xa4\x81\x78\x61\xf9\xd3\xe9\xab\xae\x00\xfe\x05\x2c\xa1\ +\x98\xb4\x5f\x02\xac\x5d\xfe\xac\x4f\xf1\x72\xc9\x2d\x81\xfb\x34\ +\xf8\x22\xee\x22\xe0\xd9\x29\xa5\x8b\x32\x2b\x57\x8e\x93\xff\x4e\ +\xbc\xf4\x27\xb7\x89\x97\x65\x36\x09\xa4\x94\x7e\x13\x11\xef\x07\ +\xde\xdd\x80\xe2\xce\x00\x8e\x8b\x88\x87\x79\x9d\xae\x01\xc9\x3d\ +\x9c\x33\x90\x70\x5c\x74\x5c\xcc\x8c\x81\x44\x3b\x4e\x86\x6a\x09\ +\x25\x0c\x23\x86\xde\xce\x43\x0f\x25\x0c\x23\x54\x97\x88\xd8\x10\ +\x38\x32\x83\xa2\x9c\x43\x3b\x9e\x8e\x80\xc1\x2f\xd7\xd4\xf1\x5d\ +\xe0\x6a\x60\xf3\xcc\x76\xab\x23\x30\x90\x90\x86\x65\xab\xf2\xa7\ +\xad\x4e\x02\x0e\x2f\xef\x92\xce\x6e\x08\xcd\xb0\x4c\x4e\xbc\xf4\ +\xe7\xce\xcc\xca\xe3\xc4\xcb\x3d\x8e\x04\xf6\x00\x1e\xdb\x80\xb2\ +\xde\x0f\xf8\x24\x70\xa0\xcd\xa6\x01\xc8\x7d\x6e\x20\xb7\xb1\xd1\ +\x71\xd1\x71\x71\xe4\xf9\x58\x49\x4b\x0c\x7b\xf9\x26\xc3\x88\xda\ +\xda\x79\x68\xcb\x37\x19\x46\xa8\xb6\xb3\xc5\xe2\x45\xd6\xc7\x01\ +\x1b\x65\x70\x62\xf1\xf2\x94\x52\x64\x52\x2f\xb3\x28\xc3\xc8\x1e\ +\x5c\x06\xfc\x7c\x48\xfd\xd4\x72\xe0\x4b\x19\xee\x5a\x4f\x8d\x88\ +\x6d\x3c\xc2\x24\xf5\xe1\x26\x60\xbf\x94\xd2\x7e\x99\x86\x11\xb9\ +\x5e\x14\xcf\x76\xd7\xe9\x8b\x77\x82\xe6\x7b\x6d\xb6\xbc\x3c\x37\ +\xbb\xb9\x21\x45\x7e\x69\x44\xbc\xd0\x96\xd3\x00\xe4\xbe\x34\x5f\ +\x6e\x4f\x70\x38\x2e\x3a\x2e\x8e\x3c\x03\x89\x76\x9d\x10\x75\x42\ +\x89\x8b\x3b\x7f\x37\x88\x50\xc2\x30\xa2\xf6\x76\xee\x84\x12\xc7\ +\xdd\x3d\xfa\x57\x1c\x4a\x18\x46\xa8\x66\x6f\xa1\x58\x5e\xa7\x6e\ +\x1f\x4d\x29\xfd\x31\xa3\x7a\x79\x0e\xbd\x87\x34\xc7\x0d\xf9\xd8\ +\xfd\x52\x86\x27\xfe\x89\xe2\x25\x94\x92\xd4\x8b\x6f\x02\x3b\xa6\ +\x94\x4e\xca\xbc\x9c\x39\x2e\x9b\xb1\xc0\xdd\xa7\x2f\xb9\xdd\x09\ +\xba\xd4\x26\x59\xe9\xda\xec\xd2\x86\x9d\x5f\x7c\x3e\x22\x36\xb7\ +\xe5\x54\xb1\xdc\x03\x89\xdc\x26\x8c\x1d\x17\xfb\x93\x5b\x20\xe1\ +\xb8\xd8\x03\x03\x89\xf6\x9d\x10\x0d\x34\x94\x30\x8c\xc8\xa6\x9d\ +\x57\x00\x07\x33\x80\x50\xc2\x30\x42\x75\x8a\x88\x97\x02\x1f\xc8\ +\xa0\x28\x97\x90\xc7\x0b\xb5\xbb\xf5\xba\x5c\x53\x74\xf7\x15\x43\ +\xea\xa3\xae\xa2\x78\x29\x6d\x6e\x5e\x3a\x9d\x17\xee\x4a\x12\xf0\ +\x17\xe0\xc9\x29\xa5\x17\x96\xe7\xd9\x4d\x38\x47\xcc\xed\x7c\xcd\ +\x89\x97\xfe\xe4\x36\xd1\x71\xab\x4d\x72\xaf\xe3\xee\x44\xe0\x84\ +\x86\x14\x77\x01\x70\x4c\xf9\x44\xb2\x54\x95\xdc\x97\x83\x37\x90\ +\x68\x97\xdc\x02\x09\xc7\xc5\x1e\x18\x48\xb4\xf3\x84\xe8\x2a\x06\ +\x10\x4a\x18\x46\x64\x79\xc1\x59\x69\x28\x61\x18\xa1\x3a\x45\xc4\ +\xbe\xc0\x97\x33\x18\x9b\x02\x38\x2c\xa5\x74\x47\x46\x75\xb3\x25\ +\xc5\x1a\xc5\xbd\xf8\x55\x4a\xe9\x92\x1a\x8a\xfd\x85\x0c\x77\xb3\ +\x0d\x80\x97\x78\xb4\x49\x9a\x82\xbf\x97\xe7\x59\x0f\x4b\x29\xfd\ +\xd4\x0b\xf5\xbe\x2c\x74\x77\xea\xcb\x8c\xcc\xca\x73\xb3\x4d\x32\ +\xa1\x57\x01\x97\x36\xa4\xac\xff\x0e\xbc\xce\x26\x53\x85\x72\x7f\ +\x42\x22\xb7\x60\xd7\x71\xd1\x71\x71\xe4\x19\x48\xb4\x54\xd5\xa1\ +\x84\x61\x44\xb6\xed\x5c\x59\x28\x61\x18\xa1\xba\x44\x44\x8a\x88\ +\x77\x01\x27\x66\x72\x72\xf1\x81\x94\xd2\x19\x99\x55\xd3\x41\x7d\ +\xd4\xcd\x31\x35\x95\xf9\x47\xc0\x3f\x72\x9c\x30\xf0\xae\x40\x49\ +\xab\x71\x3e\xb0\x3f\xf0\xe0\x94\xd2\x57\xca\x35\xe2\x9b\xe6\x96\ +\xcc\xca\xe3\x9d\xa0\xfd\xc9\xed\xe5\xa7\x4e\xbc\x4c\x7c\x5d\xb6\ +\xa4\xec\x3b\x9a\xd2\x67\x7c\x20\x22\x76\xb0\xe5\x54\x91\xdc\x03\ +\x89\xdc\xe6\xad\x1c\x17\x1d\x17\x47\x9e\x81\x44\xbb\x4f\x8a\x2a\ +\x09\x25\x0c\x23\xb2\x6f\xe7\xbe\x43\x09\xc3\x08\xd5\x25\x22\xb6\ +\x00\xbe\x0b\xbc\x9b\x62\x8d\xff\xba\xfd\x10\x78\x67\x66\x75\x34\ +\x46\x11\x48\xf4\xe2\x36\xe0\x1b\x35\xf5\x4d\xe3\xc0\x17\x33\xdc\ +\xed\xfe\x0d\xd8\xdd\xa3\x4f\x52\x97\x3b\xca\xf3\xa8\xc7\xa5\x94\ +\x76\x48\x29\x9d\x58\x9e\x5f\x35\x55\x6e\x17\xc6\x4e\xbc\xf4\xc7\ +\x89\x97\xe6\x5c\x97\xfd\x06\x78\x7f\x43\x8a\xbb\x0e\x70\xc2\xff\ +\x67\xef\xbe\xc3\x24\xa9\xca\xf6\x8f\x7f\x9f\xd9\xc8\x26\x76\x67\ +\x61\xc9\xb0\xc0\x12\x24\x23\x41\x92\x12\x04\x04\x54\x92\x18\x09\ +\x02\x92\x83\xe9\x35\x8b\x0a\xe8\x02\x66\x91\xd7\x8c\x44\x45\xe0\ +\x47\x78\x15\x91\x0c\x0a\x28\x82\x92\x91\x24\x79\xc9\x6c\x60\x03\ +\x6c\x9a\x99\xe7\xf7\x47\x9d\x62\x7b\x87\x09\x1d\xaa\xbb\x4e\x55\ +\xdf\x9f\xeb\xda\x8b\xdd\x61\xba\xfb\xf4\x39\x75\x4e\x85\xbb\xea\ +\x1c\x77\x1f\xa1\x96\x93\x0c\xc4\x3e\x65\x93\xf6\x8b\xda\x2f\x36\ +\xd3\xeb\x6a\x92\xf2\x0d\x1a\xd2\xf8\x41\xd1\xf3\xee\xbe\x33\x70\ +\x0b\x30\x05\x92\x50\x02\x60\xce\x9c\xc1\xf3\x04\x85\x11\x85\x69\ +\xe7\x6e\x77\x3f\x3c\xfc\xf3\x10\x58\x12\x4a\xcc\x98\x31\x83\x9e\ +\x9e\xfe\x33\x05\x85\x11\x92\x07\x77\x1f\x05\x1c\x43\x12\x44\x8c\ +\x8d\xa4\x58\x4f\x03\x9f\x88\x70\xbb\x7f\x2f\x30\xb9\xce\xd7\x5e\ +\x61\x66\x79\xde\x29\x7b\x2e\x70\x0a\x10\xdb\xc9\xee\x89\xc0\x4d\ +\xea\x89\x22\x6d\x6d\x01\x70\x23\x70\x65\x18\x2b\xcb\x74\x32\x19\ +\xdb\x85\x17\x4d\x4d\xd1\x98\xd8\x2e\xbc\xcc\x54\x93\x0c\xe8\x3b\ +\x24\xd3\x6c\x6e\x5f\x80\xb2\x6e\x02\x4c\x05\xbe\xa0\x66\x8b\xd2\ +\xb3\xc0\x5d\xfd\xfc\xbf\x31\x24\x4f\x25\x8c\x25\xb9\xae\xb7\x6c\ +\x38\xde\x5e\x91\x7c\x9e\x56\x88\xfd\x09\x09\x05\x12\xda\x2f\x36\ +\xd3\x2c\x35\x49\xed\x14\x48\xb4\x81\x7a\x43\x09\x85\x11\x85\x6b\ +\xe7\x9a\x43\x09\x85\x11\xd2\x6a\xe1\x89\x88\x83\x49\xe6\xad\x9d\ +\x14\x51\xd1\xde\x04\x3e\x64\x66\x31\x9e\x64\x7f\xaa\x81\xd7\x9e\ +\x9f\xf3\xb8\xf4\xaa\xbb\x5f\x01\x7c\x3c\xb2\x3a\xfd\x80\xbb\x4f\ +\x36\xb3\x67\xd4\x2b\x45\xda\xd2\x1d\xc0\xbe\x66\xf6\x6a\x49\xbf\ +\x5f\x6c\x17\x5e\x96\xd7\x26\xd7\x90\xd8\x2e\xbc\xbc\xa8\x26\x19\ +\xf4\x9c\xec\x20\xe0\x3e\x92\x8b\xc4\xb1\xfb\x9c\xbb\x5f\x13\xe1\ +\x74\xa5\x02\xb7\x99\xd9\xc1\x35\x9e\x6b\x19\x49\x28\xb1\x1e\x49\ +\xe0\xb4\x2d\xc9\x93\xc1\xcd\x3e\xef\xd2\x94\x4d\xb5\x99\xa4\xcd\ +\x5b\xfb\xc5\x76\xa7\x29\x9b\xda\xe7\xc0\xa8\xa6\xe9\x9b\x14\x46\ +\x14\xf7\x00\x98\x2a\xa7\x6f\x52\x18\x21\xb5\x72\xf7\xa1\xee\xfe\ +\x3d\x77\xff\x88\xbb\xaf\xe3\xee\xc3\xaa\x78\xcd\xb2\xee\xbe\x93\ +\xbb\x9f\xe4\xee\x7f\x23\xb9\xd3\xe7\xb4\xc8\x0e\xc2\x16\x00\xfb\ +\x99\xd9\xbd\x11\xd6\xf9\x44\x60\xdf\x3a\x5f\xfe\x1c\x49\x10\x9d\ +\xb7\x5f\x46\xb8\x39\x0f\x01\x8e\x55\xaf\x16\x69\x5b\xdb\x02\xf7\ +\xb8\xfb\xa7\xdc\x7d\x48\x09\xbf\xdf\x6b\x91\x95\x67\x0d\x6d\x72\ +\x0d\x89\xed\xc2\xcb\x4b\x6a\x92\x41\xcf\xc9\x9e\x01\x8e\x2b\x48\ +\x71\x3b\x80\xf3\xdc\x5d\x77\x6c\x97\x63\xdb\x73\x33\x7b\xc9\xcc\ +\xfe\x6a\x66\x3f\x35\xb3\x8f\x93\x04\x14\xbb\x00\x17\x01\xcd\x9a\ +\x8e\x30\xf6\x9b\x9d\x63\xbb\x01\x61\x75\x6d\xad\xda\x2f\xb6\x3b\ +\x05\x12\xed\xb5\x73\xaa\x2a\x94\x50\x18\x51\xf8\x76\x1e\x34\x94\ +\x50\x18\x21\x75\x7a\x0f\xf0\x45\xe0\x12\xe0\x71\xe0\x0d\x77\x7f\ +\xce\xdd\xff\xe3\xee\x77\xba\xfb\x0d\xee\x7e\xad\xbb\xdf\xec\xee\ +\xf7\xba\xfb\x74\x92\xf9\x14\x6f\x01\xbe\x1d\x5e\x1f\xdb\x7e\x67\ +\x21\xb0\xbf\x99\x5d\x1f\x69\x9d\x1f\x44\xfd\xd3\x1d\x5d\x10\x43\ +\x7f\x36\xb3\x5b\x81\x87\x23\xac\xdb\x4f\xb9\xfb\x32\xea\xd6\x22\ +\x6d\x6b\x15\xe0\x6c\xe0\x01\x77\xff\x40\xc9\xbe\x5b\x6c\x27\xc6\ +\x0a\x24\x1a\x13\xdb\xb4\x87\xba\x13\xb4\xba\xe3\x9f\x8b\x80\xdf\ +\x15\xa4\xb8\xab\x02\xbf\x50\xab\x95\x76\x5b\x74\x33\xbb\xc5\xcc\ +\x0e\x04\x36\xa6\x39\x37\x2c\xc5\xfe\x84\x44\x6c\xfb\xc5\xd1\xee\ +\xae\xa7\x07\xeb\x37\x52\xfb\xc5\xe2\x53\x20\xd1\x7e\x3b\xa3\x01\ +\x43\x09\x85\x11\xa5\x69\xe7\x7e\x43\x89\x21\x43\x86\x28\x8c\x90\ +\x7a\xed\xdb\xc7\x81\xe7\x6a\x24\x8b\x04\x6f\x0d\xec\x0a\xbc\x2f\ +\x8c\x31\x9b\x11\xff\x9c\xd1\x8b\x80\x03\xcc\xec\x9a\x88\xcb\x58\ +\xef\x74\x4d\x4e\xce\xd3\x35\xf5\xf2\xab\x08\xeb\x76\x22\xf1\x4d\ +\x25\x25\x22\xad\xb7\x01\x70\x95\xbb\x5f\x52\xa2\x8b\x03\xb1\x5d\ +\x78\x59\xd6\xdd\xc7\x6b\x53\xab\xdb\x84\x88\xca\x32\xdb\xcc\xde\ +\x50\x93\x54\xed\x78\x92\x35\xca\x8a\xe0\x23\xee\x7e\x88\x9a\xac\ +\xf4\xd7\x09\x1e\x09\xe7\x6c\x53\x33\x7e\xeb\xd8\x03\x89\x97\x23\ +\x2c\x93\xc2\xfa\xfa\xc5\x76\x4c\xa1\x40\xa2\x0e\x0a\x24\xda\x73\ +\x27\xf4\x3c\xc9\x23\x7b\x4f\xa6\x3f\x1b\x33\x66\x0c\x93\x26\x4d\ +\x52\x18\x51\xae\x76\x4e\x43\x89\xb7\xee\xcc\x19\x36\x6c\x18\x93\ +\x26\x4d\xea\x1d\x46\x9c\x8d\xc2\x08\xa9\xce\x5e\x25\xfa\x2e\xf3\ +\x81\x0f\x9b\xd9\x9f\x63\x2d\xa0\xbb\x6f\x4d\x72\x17\x53\x3d\xfe\ +\x6e\x66\x4f\x44\xf4\x75\x2e\x20\x59\xa7\x23\x36\x27\xa8\x5b\x8b\ +\x48\xf0\x11\xe0\x21\x77\xff\x50\x09\xbe\x8b\x2e\xbc\x94\x4b\x4c\ +\x53\xe9\x3c\xa5\xe6\xa8\xe9\x7c\x6c\x0e\x70\x20\xd0\x55\x90\x22\ +\x9f\xe5\xee\x93\xd5\x72\xa5\xdf\x2e\x7b\xcc\xec\x24\xe0\x9b\x19\ +\xbe\x6d\xec\x53\x36\xc5\x38\xa5\x8e\xf6\x8b\xe5\xd8\x2f\xce\x31\ +\xb3\xd7\xd4\x24\xb5\x53\x20\xd1\xbe\x3b\xa1\x69\x24\x77\x31\xbf\ +\x15\x4a\x0c\x1d\xba\xd4\x3e\x44\x61\x44\x39\xda\xb9\x1b\x38\x94\ +\x8a\x50\xc2\xcc\x2a\x7f\xe5\x6c\xe0\x68\x85\x11\x32\x18\x77\x1f\ +\x0d\xac\x59\x92\xaf\xf3\x3c\xf0\x6e\x33\xfb\x53\xe4\xe5\x2c\xec\ +\x62\xd6\x7d\x8c\x45\xaf\x03\x17\x47\x58\xc7\x9b\xbb\xfb\x0e\xea\ +\xe1\x22\x12\x4c\x02\x2e\x73\xf7\x0b\x0b\x3e\xa5\xdb\xb4\x08\xcb\ +\x34\x59\x9b\x57\xdd\x62\xba\xf0\xf2\x84\x9a\xa3\xe6\x63\xa0\x3b\ +\x48\xa6\x2e\x2d\x82\x71\xc0\x05\x25\x5d\x5b\x47\xde\xee\x3b\xc0\ +\x95\x19\xbd\x57\xec\x4f\x48\x68\xbf\xa8\xfd\xa2\xf6\x8b\x91\x51\ +\x20\xd1\xde\x07\x47\x6f\x0b\x25\x02\x85\x11\xe5\x6a\xe7\xb7\x85\ +\x12\x81\xc2\x08\xa9\xc5\xba\x25\xd9\x67\xfc\x03\xd8\xca\xcc\xee\ +\x8e\xb9\x90\x21\x00\xfa\x58\x9d\x2f\x7f\x13\xb8\x34\xc2\xaf\xf5\ +\xcb\x48\xab\x5b\x4f\x49\x88\x34\xee\x78\x60\x6d\x60\x7d\x60\xcb\ +\xf0\x67\x57\x60\x37\xe0\xbd\x15\x3f\x5b\x2f\xfc\xde\x7a\xc0\x55\ +\x11\x7f\x9f\x83\x80\xbf\xba\xfb\x8a\x05\x6d\x8f\x27\x23\x2c\x93\ +\xee\x04\xad\x5f\x4c\x17\x5e\xfe\xab\xe6\xa8\xcb\x54\xe0\xef\x05\ +\x29\xeb\xbb\x81\x2f\xab\xc9\xda\xe2\x3a\x81\x93\x2c\xbe\x3e\x37\ +\x83\xb7\x8b\xfd\x09\x89\x17\x49\x9e\x90\xd7\x7e\x51\xfb\xc5\xac\ +\x29\x90\x28\xe9\xa0\x21\xcd\xdf\x09\x4d\x73\xf7\x9d\x49\xa6\xd3\ +\x18\x4b\x72\xe7\xf0\x21\x0a\x23\x4a\xd7\xce\xdd\xee\x7e\x28\xf0\ +\x00\xc9\xbc\xe9\xaf\x00\x67\x2a\x8c\x90\x1a\xac\x57\x82\xef\x70\ +\x0e\x70\x9c\x99\x2d\x2c\x40\x59\x3f\x4c\x72\x97\x5a\x3d\xae\x8c\ +\x71\x0c\x37\xb3\x7f\xb9\xfb\xdd\xc0\x16\x91\x15\x6d\x7f\x77\x5f\ +\xd9\xcc\x34\xf7\xa7\x48\xfd\x5e\x33\xb3\x9a\xa6\x72\x71\xf7\x7d\ +\x80\xaf\x03\xa7\x10\x67\xe0\xbd\x35\x70\xa7\xbb\x7f\xd0\xcc\x1e\ +\x28\x58\x7b\xbc\x00\x2c\x20\xae\x45\x1f\xa7\xa8\x9b\xd4\x4d\x17\ +\x5e\xca\x71\x2e\x76\x10\x70\x1f\xb0\x6c\x01\x8a\x7c\xb2\xbb\x5f\ +\x17\xfb\x0d\x3c\x92\xc9\xb6\xf9\xb2\xbb\xff\x98\xc6\xa7\x6f\x1a\ +\x11\xf9\xf7\xec\x71\xf7\xa7\x80\x0d\xb5\x5f\xd4\x7e\x51\xfb\xc5\ +\x38\xe8\x09\x09\xc1\xcc\xa6\x99\xd9\xce\x66\xb6\xa5\x99\xed\xab\ +\x30\xa2\xbc\x07\xc2\x66\xf6\x7d\x33\xfb\x8a\x99\xfd\x58\x61\x84\ +\xd4\x68\x42\x81\xcb\xfe\x32\xc9\xe2\xd5\x9f\x2a\x48\x18\x01\x25\ +\x9a\xae\xa9\x97\x18\x17\xb7\x1e\x06\x1c\xad\x2e\x2e\xd2\xf2\xe3\ +\x12\x37\xb3\xef\x90\xac\x4f\x34\x23\xd2\x62\xae\x0e\xdc\xee\xee\ +\x3b\x15\xac\x6e\x7b\x88\x6f\xae\xff\x8d\xb5\xd5\xd7\x2d\xa6\x0b\ +\x2f\x0f\xab\x39\xea\xee\x97\xcf\x90\xdc\x8d\x5e\x04\xc3\x80\xdf\ +\xb9\xfb\x28\xb5\x5c\x5b\xf8\x25\xb0\xa8\xc1\xf7\x18\x53\x80\xef\ +\x19\xdb\xd3\x83\xda\x2f\x6a\xbf\xd8\xd6\x14\x48\x88\x88\x48\x35\ +\x8a\xf8\x44\x9d\x03\xe7\x02\x1b\x98\xd9\xe5\x85\x29\xb4\xfb\x7a\ +\xc0\xf6\x75\xbe\x7c\x1a\x70\x53\xc4\x5f\xef\x22\x60\x76\x84\xe5\ +\x3a\xca\xdd\x87\xab\x9b\x8b\xb4\x9e\x99\x5d\x47\x32\x9d\x53\xac\ +\x27\x74\x63\x81\x3f\xb9\xfb\xd6\x05\xab\xda\xc7\x23\x2b\xcf\x26\ +\xda\xda\xeb\x3a\x26\x18\x4a\xf2\x74\x73\x0c\xba\x81\x07\xd5\x2a\ +\x0d\x8d\x77\x17\x01\x17\x16\xa4\xb8\xeb\x03\xdf\x57\xab\xb5\xc5\ +\x76\xf9\x12\x70\x43\x06\xfb\x4a\xed\x17\x6b\xb3\xaa\xbb\x77\x6a\ +\x0b\xac\xcb\x0a\x11\x95\xe5\x3e\x35\x47\x7d\x14\x48\x88\x88\x48\ +\x35\x8a\x16\x48\x3c\x09\xec\x6e\x66\x87\x9b\xd9\xac\x82\x95\xfd\ +\x53\x80\xd5\xf9\xda\x0b\x63\x7e\xfa\xc9\xcc\xde\xe0\xed\xeb\xd9\ +\xc4\x60\x45\xe0\x00\x75\x73\x91\xdc\xc6\x86\x67\x48\xe6\x2d\x8f\ +\x75\x8e\xf5\xb1\xc0\x35\xee\x5e\xa4\xbb\x19\x63\xbb\x70\xdc\xe9\ +\xee\xab\x6a\x6b\xaf\xd9\xaa\x40\x2c\x0b\x0c\x3f\x6e\x66\x6f\xaa\ +\x49\x1a\x76\x02\xf1\x3d\xc1\xd4\x9f\x63\xdd\x7d\x2f\x35\x59\x5b\ +\xf8\x53\x06\xfb\x49\xed\x17\x6b\xa7\xa7\x24\x6a\xe4\xee\x1d\xc0\ +\x6a\x91\x14\x67\x3e\xf0\x98\x5a\xa5\x3e\x0a\x24\x44\x44\xa4\xaa\ +\x7d\x7f\x41\xca\xf9\x4a\x38\xd1\xdb\xc0\xcc\x6e\x2c\xe0\x01\xd6\ +\x30\xe0\x90\x06\xda\xe8\xfc\x02\x7c\xcd\x58\x17\xb7\x3e\x51\xdd\ +\x5c\x24\x3f\x66\x36\x93\x64\x11\xec\x3f\x45\x5a\xc4\x4e\xe0\x7a\ +\x77\x2f\xca\x9c\xcf\x31\xae\x7b\xa1\x0b\x2f\xb5\x9b\x1c\x51\x59\ +\xee\x57\x73\x64\x32\xd6\xcd\x01\x0e\x02\xba\x8a\x50\x5c\xe0\x1c\ +\x77\x5f\x5e\x2d\x57\x7a\xb7\x34\xf8\xfa\x22\x4c\xd9\x14\xe3\x7e\ +\x51\x4f\x0f\xd6\x6e\x65\x20\x96\x27\xdb\x1f\x32\xb3\x2e\x35\x49\ +\x7d\x14\x48\x88\x88\x48\x35\x5e\x8a\xbc\x7c\xcf\x01\x9f\x01\xd6\ +\x36\xb3\x9f\x99\xd9\xa2\x82\xd6\xf3\xfb\xa9\xff\x11\xd4\x3b\xcc\ +\xec\xf1\xd8\xbf\xa0\x99\x3d\x04\xdc\x1e\x61\xd1\xb6\x71\xf7\x2d\ +\xd5\xd5\x45\x72\x1d\x1f\xe6\x03\x1f\x02\x7e\x1b\x69\x11\x57\x04\ +\xfe\xec\xee\xe3\x0a\x50\x9d\xba\xf0\x52\x0e\x6b\x44\x54\x96\x7f\ +\xab\x39\x32\x1b\xeb\xee\x00\xbe\x5d\x90\xe2\xae\x00\x9c\xad\x56\ +\x2b\xbd\x27\x80\xe9\x0d\xbc\x7e\x8c\xbb\x5b\xe4\xdf\xf1\x11\x60\ +\x71\x64\x65\x52\x50\x5f\xec\xfd\xe2\xdd\x6a\x8e\xfa\x29\x90\x10\ +\x11\x91\x6a\x3c\x1f\x61\x99\x1c\xb8\x19\xf8\x18\x30\xc5\xcc\x7e\ +\x1a\xa6\x04\x2a\xb2\xb2\x2e\x66\xdd\x5b\xac\x4f\x49\x9c\xa0\xae\ +\x2e\x92\xaf\x70\xa7\xd9\x91\x24\x6b\x00\xc5\x68\x3d\xe0\xdc\x02\ +\x5c\x78\x79\x12\x98\x17\x59\x99\x74\xe1\xa5\x76\x93\x23\x2a\xcb\ +\x3f\xd4\x1c\x99\x9a\x4a\x9c\x37\x68\xf4\x65\x6f\x77\x3f\x4a\x4d\ +\x56\xea\x7d\xaf\x03\x0f\x35\xf0\x16\x43\x80\x51\x91\x7f\xc7\x85\ +\xc0\xa3\x91\x15\x4b\x41\x7d\xb1\xf7\x8b\x7f\x57\x73\xd4\x6f\xa8\ +\xaa\x40\x44\x44\xaa\x10\x53\x20\xf1\x10\x70\x29\xf0\x07\x33\x7b\ +\xa2\x2c\x15\xec\xee\xab\x00\x7b\x36\xf0\x16\x3b\xbb\xfb\x16\x05\ +\xf9\xba\x23\x22\x2d\xd7\x47\xdd\xfd\x8b\x66\xf6\x9a\xba\xbc\x48\ +\xae\x17\x0d\xdc\xdd\x8f\x04\x96\x21\x09\x9d\x63\xb3\x3f\xf0\x45\ +\xe0\x7b\x11\xd7\x61\xb7\xbb\xff\x0b\xd8\x39\xa2\x62\x6d\xa3\xad\ +\xbb\x66\xb1\xdc\x09\xba\x00\xb8\x47\xcd\x91\x79\x1f\x3d\x98\x64\ +\x41\xd4\x65\x0b\x50\xe4\x1f\xb9\xfb\x5f\xd5\x72\xa5\xf6\x4c\x83\ +\xaf\x1f\x0b\xc4\x7e\x73\xd8\x3f\x89\x2b\x1c\xdf\xcc\xdd\x47\x9a\ +\xd9\x02\x6d\x7e\x85\xdb\x2f\x82\x82\xfa\x86\x28\x90\x10\x11\x91\ +\x6a\xbc\x00\x9c\x46\xb2\xf0\xef\xba\x2d\xfe\xec\x37\x80\x5b\x81\ +\xeb\x80\x6b\xcd\xac\xac\x0b\x47\x7d\x92\xc6\x16\xae\xfc\x98\x36\ +\xd3\x86\x8d\x04\x8e\x00\x4e\x57\x55\x88\xe4\x2b\x5c\xac\x3b\x84\ +\x24\x94\xd8\x27\xc2\x22\x4e\x75\xf7\x7f\x9b\xd9\xcd\x11\x57\xe3\ +\x3f\x88\x2b\x90\x58\xdb\xdd\x57\x36\xb3\x17\xb5\x85\x57\x6d\xad\ +\x48\xca\xf1\xef\x70\x77\xb1\x64\x3b\xce\x3d\xe3\xee\xc7\x02\x17\ +\x15\xa0\xb8\xa3\x81\xdf\xa1\x59\x36\xca\xec\x99\x06\x5f\x5f\x84\ +\x75\x24\xee\x20\x79\x0a\x33\x16\x23\x80\xad\xc3\xb9\xae\x14\x6b\ +\xbf\xf8\x92\x99\x3d\xa5\xe6\xa8\x9f\x76\x26\x22\x22\x52\xcd\x09\ +\x53\x97\x99\x7d\xdd\xcc\xd6\x23\x79\xb4\xf4\x2b\xc0\x65\xc0\xd3\ +\x19\x7f\xd4\x9b\x24\x73\x14\x9f\x07\x7c\x1a\xd8\x12\x18\x6f\x66\ +\x7b\x99\xd9\x99\x65\x0d\x23\xc2\xd4\x1f\x87\x6b\x4b\x8b\xc2\xb1\ +\xee\xae\x1b\x36\x44\xe2\xd8\xf7\x2c\x06\x3e\x1a\xe9\x89\xfa\x50\ +\xe0\x22\x77\x9f\x14\x71\x15\xde\x11\x61\x99\xde\xad\x2d\xbb\x26\ +\x1b\x45\x52\x0e\x5d\x2c\x6b\xde\x38\xf7\x07\xe0\xc2\x82\x14\x77\ +\x2b\xe2\x7d\xca\x55\x1a\xf7\x4c\x83\xaf\x1f\x5b\x80\xef\x18\xe3\ +\x1d\xed\xda\x2f\x16\x73\xbf\x78\x9b\x9a\xa2\xf1\x03\x69\x11\x11\ +\x91\x5a\x4e\x9c\x1e\x04\x1e\x4c\xff\xed\xee\x9d\x24\x4f\x4d\xac\ +\x08\xac\x06\xac\x04\x4c\x0c\xfb\x98\xb1\x80\x01\xe3\x49\xe6\xb2\ +\x5e\x0c\xf4\x00\x33\x2b\xfe\xbc\x44\xb2\x28\xf5\xb3\xc0\x8b\x66\ +\xd6\xd3\x86\xd5\xba\x13\xb0\xb6\xb6\xae\x28\xac\x06\xec\x0d\x5c\ +\xa1\xaa\x10\x89\x62\x9f\xb3\xd0\xdd\x0f\x00\xee\x04\xd6\x8c\xac\ +\x78\x2b\x90\xac\x89\xb3\x7f\xa4\xd5\x77\x47\xd8\xe7\xc6\x74\x13\ +\xda\xbb\x81\x4b\xb4\x65\x0f\x2e\x4c\xe5\x38\x31\x92\xe2\x5c\xa7\ +\x16\x69\xaa\x13\x80\xed\x89\xe7\xce\x5f\x69\x4f\xcf\x34\xf8\xfa\ +\x22\x04\x12\x8f\x03\xaf\x01\xcb\x47\xb6\x5f\x94\xea\xf6\x8b\x1d\ +\xc4\x13\x48\x68\xbf\xd8\x20\x05\x12\x22\x22\xd2\x10\x33\x9b\x49\ +\x32\x1f\xa7\xd4\xef\x53\xaa\x82\xa8\x9c\x88\x02\x09\x91\x98\xf6\ +\x33\xaf\xb9\xfb\xde\x24\x77\x36\xc6\x76\xc1\x63\x3f\x77\x3f\xc4\ +\xcc\x2e\x88\x71\xff\xec\xee\xf7\x02\x31\xad\x2f\xa4\x0b\x2f\xd5\ +\x8b\x65\xb1\xd3\xb9\xc4\xf9\xb4\x4d\x99\xc6\xb8\x39\xee\x7e\x10\ +\xc9\x93\x28\xba\x46\x23\x79\x6d\x87\x7f\x73\xf7\x77\x00\xef\x07\ +\xf6\x02\x76\x00\x86\xd7\xf0\x16\x63\x0a\xf0\x1d\xdd\xdd\x6f\x26\ +\x79\xfa\x32\x16\xdb\xba\xfb\x10\x33\xeb\xd6\x56\x38\xa8\xb5\x49\ +\xa6\x8f\x8b\xc1\xf5\x6a\x8e\xc6\x68\x67\x27\x22\x22\x92\x23\x77\ +\x9f\x00\x7c\x48\x35\x11\x95\x9d\xdc\x7d\x23\x33\x7b\x48\x55\x21\ +\x12\x07\x33\x7b\xc8\xdd\x0f\x04\xfe\x8f\xf8\xa6\x9d\x3d\xd3\xdd\ +\x6f\x31\xb3\x69\x11\x56\xdd\x0d\xc4\x15\x48\x6c\xe4\xee\x13\xcc\ +\x6c\x96\xb6\xea\x41\xc5\xb2\xf0\xea\xcd\x61\xfa\x34\x69\xee\x18\ +\x77\x87\xbb\x9f\x0a\x9c\xaa\xda\x90\x1c\xb7\xc3\x47\x81\x47\x81\ +\x1f\x86\x29\x4c\xd7\x02\x36\x04\xd6\x23\x79\x0a\x7e\x42\xc5\x9f\ +\x91\xe1\x65\x43\x80\x71\x24\x4f\xc5\x17\xc1\x0d\xc4\x15\x48\x8c\ +\x03\x36\x03\xee\xd6\x16\x38\xa8\x58\x82\xfa\xff\x98\xd9\xf3\x6a\ +\x8e\xc6\x28\x90\x10\x11\x11\xc9\xd7\x27\x2a\x0e\xe8\x25\x1e\x27\ +\x00\xc7\xa8\x1a\x44\xe2\x61\x66\x57\xb9\xfb\x69\xc0\x49\x91\x15\ +\x6d\x3c\xf0\x5b\x77\x7f\x9f\x99\x79\x64\x65\xbb\x81\x64\xdd\xa7\ +\x58\x74\x90\x4c\x53\x78\xa5\xb6\xe8\x41\xc5\x72\xe1\xe5\x2f\x6a\ +\x8a\x96\x39\x0d\xd8\x9d\xe4\xce\x74\x91\xbc\xf7\xb9\x5d\x24\x53\ +\x1c\x3d\x5e\xb2\xaf\x76\x43\x84\x65\xda\x05\x05\x12\xd5\x88\x25\ +\xa8\xd7\x7e\x31\xa3\x03\x42\x69\x73\xee\x3e\xcc\xdd\xb7\x08\x7f\ +\x96\x57\x8d\x94\xba\xad\xf7\x72\xf7\x0f\xbb\xfb\xb6\xaa\x0d\x91\ +\x68\x68\xba\xa6\x38\x1d\xe4\xee\xe3\x55\x0d\x22\xd1\x39\x85\x38\ +\x17\xa5\xdc\x8d\x38\x43\xcc\xbf\x93\xac\xe1\x14\x93\x7d\xb4\x19\ +\x57\x65\xf3\x08\xca\xd0\x4d\xf2\x54\x92\xb4\x40\x98\xb2\xe5\x20\ +\xe0\x75\xd5\x86\x48\xd3\xfa\xd9\x73\xc0\x23\x91\x15\x6b\x6f\xb5\ +\x4c\x61\xf6\x8b\x00\x97\xab\x29\x1a\xa7\x40\xa2\xcd\xb9\xfb\x30\ +\xe0\x62\xe0\xdf\xe9\x1f\x77\x5f\x53\x35\x53\xca\xb6\xfe\x2e\x70\ +\x35\x70\x29\x70\x9b\xbb\x7f\x5c\xb5\x22\x92\x7b\xbf\xdc\x22\xa2\ +\x03\x2b\x59\xda\x68\xe0\x30\x55\x83\x48\x74\x17\x12\xba\x80\x8f\ +\x01\x33\x23\x2c\xde\x19\x61\x21\xe2\x98\xea\x6b\x21\x70\x4d\x64\ +\xf5\xf4\x81\x30\x15\x88\xf4\x7f\x7c\xd0\x09\xac\x1f\x41\x51\x6e\ +\x33\xb3\x57\xd5\x22\x2d\xed\xb3\xcf\x02\x47\xaa\x26\x44\x9a\x2a\ +\xb6\xa0\x75\x3b\x77\x5f\x41\xcd\x32\xe0\x7e\xd1\x80\xed\x23\x28\ +\xca\xf3\xc0\x5d\x6a\x91\xc6\x29\x90\x68\xef\x0e\x3d\x0c\xb8\x04\ +\xd8\xbf\xe2\xc7\xab\x03\x7f\x73\xf7\xb5\x55\x43\xa5\x6a\xeb\xef\ +\x02\x5f\xaa\xf8\xd1\x10\xe0\x42\x85\x12\x22\xb9\xd3\xd3\x11\x71\ +\x3b\xde\xdd\x75\xac\x24\x12\x99\xb0\x56\xc3\x51\x11\x16\x6d\x1c\ +\xf0\x93\x08\xcb\x75\x45\x64\xe5\x99\x08\xe8\x69\xdd\x81\xed\x18\ +\xc9\xb9\xba\xee\x02\xcd\x67\x8c\xbb\x0c\xb8\x50\x35\x21\xd2\x36\ +\xfb\xc5\x0e\x92\x85\xc4\xa5\x7f\x1b\x85\xe3\x87\xdc\xf7\x8b\x11\ +\x4e\xcf\x59\x48\x3a\xc9\x6e\x53\x15\x61\xc4\x7e\x7d\xfc\xef\xd5\ +\x80\x5b\x14\x4a\x94\xa6\xad\xa7\xb2\x74\x18\x91\x4a\x43\x89\x83\ +\x54\x4b\x22\xb9\xf4\xcd\x65\x00\x85\x82\x71\x5b\x1b\xd8\x53\xd5\ +\x20\x12\x1f\x33\xbb\x1c\xb8\x28\xc2\xa2\x1d\xe0\xee\x1f\x8c\xac\ +\x4c\x7f\x01\x16\x46\x56\x26\x4d\xdb\x34\xb0\xf7\x44\x50\x86\x2e\ +\xe2\x08\x24\xea\xbd\x66\x61\x05\xdf\x06\x8e\x07\x9e\x52\x57\x10\ +\x69\x8a\xbb\x81\xe7\xb4\x5f\xd4\x7e\xb1\x0e\x97\xa8\x29\xf2\xdd\ +\xb9\x4b\x81\x55\x4c\xd3\xf4\x56\x18\xb1\x68\xd1\x22\xe6\xce\x9d\ +\x5b\xf9\x6b\xab\x01\x37\x6b\xfa\xa6\xc2\xb7\xf5\xf7\x80\xaf\xbd\ +\x75\x56\xd1\xd5\xc5\xcc\x99\x33\x71\x7f\x2b\xd0\x1d\x02\x9c\xa7\ +\x27\x25\x44\x72\xf1\x21\x92\x85\x50\x25\x6e\x27\xa8\x0a\x44\xa2\ +\xf5\x19\xe0\xb5\x08\xcb\xf5\xbf\xee\x3e\x26\x96\xc2\x98\xd9\x1c\ +\xe0\xba\xc8\xea\x48\x17\x5e\x06\xb6\x63\x04\x65\xb8\xce\xcc\x5e\ +\x8a\xa0\x1c\xc3\xea\x7c\x5d\xa1\xa7\x05\x33\xb3\xb9\xc0\x81\x24\ +\xc1\x90\x88\x64\xdb\xbf\x1c\xb8\x2c\xb2\x62\xed\xe6\xee\xa3\xd4\ +\x3a\x51\xef\x17\x1f\x35\xb3\x3b\xd4\x14\xd9\x50\x20\xd1\x66\xfa\ +\x9a\xa6\x69\xd1\xa2\x45\xcc\x98\x31\x83\xb9\x73\xe7\x32\x67\xce\ +\x9c\xca\x5f\xd7\xf4\x4d\xc5\x6e\xeb\xa9\xc0\x17\xd3\x7f\x77\x75\ +\x75\x31\x63\xc6\x0c\x16\x2c\x58\xc0\xf4\xe9\xd3\xe9\xe9\xe9\x49\ +\xff\x97\x9e\x94\x10\xc9\x87\xa6\x6b\x2a\x86\xf7\xb9\xfb\x3a\xaa\ +\x06\x91\x28\x2f\x28\x4c\x27\x09\x25\x62\xb3\x3a\x70\x6a\x64\x65\ +\xba\x20\xb2\xf2\x4c\x71\xf7\xcd\xb4\x15\xf7\x79\x0c\x3f\x1e\xd8\ +\x24\x82\xa2\x9c\x1b\x49\x95\x0c\xaf\xf3\x75\xc3\x8a\xbe\x2d\x98\ +\xd9\x3f\x23\x1c\x4b\x44\xca\x22\xb6\xfd\xe2\x28\xf4\x64\x76\x7f\ +\xfb\x45\x23\x8e\x27\x24\xce\x53\x6b\x64\x47\x8b\x89\xb5\x57\x27\ +\x7e\xdb\x34\x4d\x69\x18\x91\xde\x31\x3f\x6f\xde\x3c\x00\xc6\x8d\ +\x1b\x97\xfe\x4a\x3a\x7d\xd3\xce\x66\xf6\xa4\x6a\xb1\x30\x6d\x3d\ +\x95\x5e\x4f\x46\xcc\x98\x31\x83\xee\xee\x6e\x00\x16\x2f\x5e\xcc\ +\x8c\x19\x33\x98\x38\x71\x22\x1d\x1d\x1d\xb0\xe4\x49\x09\xcc\xec\ +\x77\xaa\x41\x91\xa6\xf7\xd1\x29\xc4\x71\x97\x47\x3d\x16\x03\xf3\ +\xc2\xdf\xbb\x81\xca\x24\x7b\x56\xc5\xdf\xe7\x03\x0b\xaa\x78\xbf\ +\x85\xc0\x9b\xe1\xef\x2b\x01\x3b\xc4\x76\x3d\x80\x64\xda\x84\xcf\ +\x6a\xcb\x15\x89\x8f\x99\xfd\x21\x3c\xe9\x19\xdb\x34\x49\x9f\x76\ +\xf7\xdf\x9b\xd9\xdd\x91\x94\xe7\xcf\x24\x0b\x81\x77\x46\x54\x47\ +\x87\x11\x67\xa0\x94\xb7\xf7\x86\x63\xf3\x3c\x4d\x07\xae\x8a\xa4\ +\x3e\xda\xf2\x09\x89\x0a\xa7\x01\xbb\x47\x78\x7c\x24\x92\xc5\x39\ +\xd1\x44\xe0\x71\xe0\x01\xe0\xdf\x24\x53\x29\xfd\x1b\x78\xb2\xd9\ +\xf3\xf4\x9b\xd9\xfd\xee\x7e\x3f\xb0\x69\x44\x55\x72\x38\x5a\xbb\ +\xa7\x2f\x9b\x00\x79\x2f\xfa\xdd\x8d\xd6\xf6\xc9\x94\x02\x89\xf6\ +\x19\xe8\x07\x0d\x23\x52\x0a\x25\x0a\xdf\xd6\x03\x86\x11\x29\x85\ +\x12\x22\xb9\x1f\x6c\x36\x63\x6e\xe3\x79\xc0\x5c\x92\x90\x60\x0e\ +\x30\x1b\x78\x3d\xfc\x6c\x2e\x49\x48\xf0\x06\xb0\x28\xfc\xff\xae\ +\xf0\xff\xbb\xc2\xff\x5f\xd0\xeb\x77\x66\x03\x3d\xc0\x02\x33\x9b\ +\xdf\x82\xf1\x6b\x02\xf0\x3c\xc9\x1d\x42\x31\x39\xd4\xdd\x4f\x32\ +\xb3\x79\xda\x74\x45\xa2\x74\x1c\xb0\x33\x30\x26\xa2\x32\x0d\x01\ +\x7e\xe1\xee\xdb\x98\x59\x4f\xde\x85\x31\xb3\x85\xee\x7e\x71\xa8\ +\xab\x58\x1c\xe4\xee\x5f\x36\xb3\x05\xda\x84\x97\xb2\x5f\x04\x65\ +\x38\xd7\xcc\x16\x45\x52\x1f\x6d\xfb\x84\x44\xe8\xbb\xdd\xe1\x49\ +\xf6\xfb\xd0\x54\x9f\x52\x3e\x1f\x24\x09\xca\x77\x0a\x7f\x52\x33\ +\xdc\xfd\x46\xe0\x1a\xe0\xcf\x66\x36\xa3\x49\x9f\x7f\x01\xf0\xc3\ +\x88\xea\xe3\x7d\xee\xbe\xaa\x99\x3d\xaf\x4d\x23\xba\xfd\xe2\x9f\ +\xcc\xec\x45\x35\x45\x76\x14\x48\xb4\x81\x5a\xc2\x88\x94\x42\x89\ +\xc2\xb6\x75\x55\x61\x44\x4a\xa1\x84\x48\x2e\xfd\x74\x28\xf0\xc9\ +\x06\xde\xe2\x8f\xc0\xaf\x49\x02\x85\x34\x7c\x78\x1d\x98\x1d\xc3\ +\x45\xaf\x06\x4f\xba\x67\xb9\xfb\xa5\xc0\xa1\x91\x15\x6d\x59\xe0\ +\x60\xe0\x17\xda\x82\x45\xa2\x1c\x3b\x9e\x77\xf7\x53\x81\xef\x45\ +\x56\xb4\xad\x80\x23\xc2\x98\x1d\x83\xb3\x89\x2b\x90\xe8\x04\xf6\ +\x25\x59\xdb\x4e\x96\x9c\xb7\xbd\x3f\xe7\x62\x74\x03\x3f\x8b\xa8\ +\x5a\xea\x0d\x24\x4a\x73\xad\xc3\xcc\x9e\x75\xf7\x63\x81\x3f\xa8\ +\x97\x48\xc9\xf4\x77\xa1\x79\x22\xf0\xd1\xf0\x67\xb1\xbb\x5f\x0b\ +\x9c\x0f\xfc\xd1\xcc\xb2\x5c\x57\xe5\x42\x60\x2a\x30\x32\x92\xfa\ +\x18\x12\xce\x83\xbe\xa3\x4d\xa3\xaa\xed\xa4\x95\x7e\xaa\x66\xc8\ +\x96\xd6\x90\x68\x8f\x83\xda\x9a\xc2\x88\xd4\xbc\x79\xf3\x7a\xaf\ +\x29\x91\x86\x12\x5a\x53\x22\xce\xb6\xae\x29\x8c\x48\xa5\xa1\x44\ +\xaf\x35\x25\xce\x73\xf7\x83\x55\xab\x22\x4d\xb1\x27\xb0\x72\x03\ +\xaf\xff\xae\x99\xfd\xc5\xcc\x6e\x37\xb3\xfb\xcd\xec\x69\x33\x9b\ +\x55\xf4\x30\xa2\xc2\xaf\x22\x2d\xd7\x09\x61\xfe\x52\x11\x89\xd3\ +\x99\xc0\x23\x11\x96\xeb\xb4\x30\x25\x45\xee\xcc\xec\x5e\xe0\xf6\ +\xc8\xea\x47\xeb\x29\x2d\x6d\x67\xf2\xbf\x0b\xfe\x8f\x66\xf6\x6c\ +\x44\x75\x32\xac\xc5\xaf\x8b\x92\x99\x5d\x4c\x7c\x73\xde\x8b\xd4\ +\xcd\xdd\x47\x03\xbb\x55\xd9\x97\x3f\x48\xb2\x08\xf5\x13\xee\xfe\ +\x19\x77\x1f\x91\x51\xbf\x7a\x8d\xf8\x42\xf1\xc3\x74\xce\xb1\xd4\ +\x76\xb2\x16\xf9\xaf\xab\xf4\x80\x99\xfd\x55\xad\x91\x2d\x05\x12\ +\xe5\xee\xb8\x75\x87\x11\x29\x85\x12\x85\x69\xeb\xba\xc2\x88\x54\ +\x3f\xa1\xc4\xb9\x0a\x25\xda\x92\x0e\x7e\x9a\xaf\x91\x8b\x2f\x8f\ +\x99\xd9\x1d\xa5\xde\x00\x93\x05\x1c\xef\x8b\xb0\x68\x1b\x00\xbb\ +\x68\xf3\x15\x89\x76\xec\x58\x04\x7c\x3a\xc2\xa2\x4d\x24\x99\x03\ +\x3e\x16\x67\x45\x56\x3f\xbb\xb8\xfb\x64\x6d\xc1\x6f\x89\xe1\x2e\ +\xd0\x33\x23\xab\x93\xb6\x7f\x42\xa2\xc2\x09\x80\x66\x2b\x90\xb2\ +\x78\x1f\xb0\x4c\x8d\xaf\x59\x03\xf8\x09\xf0\xa8\xbb\x67\x35\x5e\ +\xc6\xb6\x5f\x5c\x8b\x24\x9c\x16\xed\x17\x4b\x4d\x81\x44\x49\x65\ +\x11\x46\xa4\x14\x4a\x44\xdf\xd6\x0d\x85\x11\x29\x85\x12\x12\x0c\ +\x53\x15\x34\xb5\xbf\xae\x44\x63\x53\x31\x9c\xdf\x26\x55\x15\xed\ +\x53\x12\xda\x8a\x45\xe2\x65\x66\x37\x92\xdc\x41\x19\x9b\x23\xdc\ +\x7d\xab\x48\xca\x72\x25\xc9\x5a\x3d\x31\x9d\x8f\x7e\x5a\x5b\xef\ +\x5b\xe7\x6f\x79\x5f\x78\xb9\xdd\xcc\x6e\x8d\xac\x6a\x14\x48\x2c\ +\x19\xe3\xe6\x02\x07\x91\xac\xfd\x25\x52\x74\x8d\x8c\x77\x93\x81\ +\x2b\xdc\xfd\x7c\x77\x1f\xd5\x60\xbf\xba\x87\xf8\x9e\x1e\xfc\xac\ +\x36\x8f\xb7\x7c\x38\xe7\xcf\x7f\x0e\xd0\x74\xe6\x4d\x3a\x00\x94\ +\x72\x1e\xcc\x66\x12\x46\xa4\x14\x4a\x44\xdb\xd6\x99\x84\x11\x29\ +\x85\x12\x82\xd6\x16\x6a\xb6\x43\x1a\xa8\xe3\x6e\x92\x79\x4e\xdb\ +\xc1\xef\x49\x16\xe8\x8e\xcd\x07\xc3\x63\xc3\x22\xd2\xeb\x7c\x3e\ +\xa2\xb2\x7c\x01\x98\x1f\xe1\x39\xd7\xcf\xdc\x3d\xf7\x73\x2f\x33\ +\x5b\x0c\xfc\x20\xb2\xfa\x39\xca\xdd\x97\x57\x37\x62\x6f\x60\x85\ +\x9c\xcb\xf0\xed\x08\xeb\xa5\xde\xa9\x59\x3a\xc2\x79\x71\xb9\x06\ +\xdb\xe4\x49\xd2\x53\xd4\x5d\xda\x62\x9f\x56\xda\x1b\xc5\x32\x5c\ +\x2f\xe7\x10\xe0\x46\x77\x1f\xd7\xe0\xfb\x9c\x11\x59\x15\x7d\xc0\ +\xdd\x37\x6d\xf7\x8e\x18\xea\xe0\x5d\x39\x17\xe3\xbb\xe1\x29\x5c\ +\x69\xc2\xc1\xb1\x94\x6f\x60\xcf\x34\x8c\x48\x29\x94\x88\xae\xad\ +\x33\x0d\x23\x52\x0a\x25\xda\x9e\x9e\x90\x68\x5e\x9f\x35\x1a\x9b\ +\xae\xe9\x26\x33\x7b\xbe\x1d\xea\x2a\xdc\x01\x78\x51\x84\x45\x1b\ +\x02\x9c\xa8\xad\x59\xe4\x6d\x86\xc7\x52\x90\x30\xf7\xfd\x8f\x23\ +\xac\xa3\xad\x80\x23\x23\x29\xcb\x6f\x80\x57\x22\xaa\x9b\xd1\xe8\ +\x6e\x50\x80\xa3\x72\xfe\xfc\x3b\xcd\xec\xfa\x08\xeb\x65\xd9\x06\ +\x5e\x3b\xa1\xa4\xdb\xca\xe9\xc0\x6d\xea\x32\xa5\x3f\x1f\x1a\x59\ +\xe2\x3a\xde\x25\xc3\xfe\xb9\x15\x8d\x87\x48\x7f\x01\xee\x8d\xe9\ +\x74\x88\x8a\x6b\x3d\xda\x2f\xe6\xe6\x45\xe0\x1c\x35\x43\x73\x28\ +\x90\x28\x91\x66\x86\x11\x29\x85\x12\xd1\xb4\x75\x53\xc2\x88\x94\ +\x42\x89\xb6\x3d\xe8\x4d\x2f\x0a\x48\xf3\x0e\xbc\xd7\x69\xe0\xf5\ +\xe7\xb5\x59\x7d\xc5\x3a\x6d\xd3\xe1\x19\xdc\x85\x55\x04\xc3\x23\ +\x2a\x8b\x82\xd2\xf8\xeb\x66\x78\x64\xf5\x72\x06\x71\x5d\x70\x4f\ +\x4d\x75\xf7\xe5\xf2\x2e\x84\x99\xbd\x49\x7c\xa1\xcd\xf1\xee\x3e\ +\xbe\x5d\x3b\x72\x78\xfa\x6e\xd7\x9c\x8b\xf1\xcd\x48\xab\xa7\x91\ +\x8b\x96\x9d\x65\xdc\x5e\xcc\xac\x1b\x38\x18\x78\x5d\xbb\xc1\x52\ +\xef\xd3\x46\x94\xb8\x8e\x3f\x99\xe1\x7b\xfd\xc3\xcc\x66\x37\xd8\ +\xa7\x1c\x98\x1a\x59\x1d\x1d\xe0\xee\xeb\xb7\xf1\x7e\x71\x34\x70\ +\x60\xde\xc7\x6d\x66\xb6\x40\x43\x62\x73\x28\x90\x28\x4f\x67\x6d\ +\x7a\x18\x91\x52\x28\x91\x7b\x5b\x37\x35\x8c\x48\x29\x94\x68\xcb\ +\x83\x5e\x80\xf1\x6a\x8e\xa6\x39\xba\x81\xd7\xce\x06\xfe\xaf\x9d\ +\x2a\x2b\xcc\xe7\x7a\x57\x84\x45\x1b\x07\x1c\xd6\x06\x4d\xb0\x4c\ +\x44\x65\x19\x81\xc4\xbe\xff\x88\x2a\x90\x08\x4f\x59\x7d\x23\xc2\ +\xf6\x9a\x08\xfc\x30\x92\xb2\xfc\x8c\xb8\x42\x9b\x65\x69\xef\x75\ +\x7a\x8e\xc8\xf9\xdc\xfc\x86\x48\x9f\x8e\x80\xc6\x02\x89\x89\x25\ +\x3e\x4e\x7a\x16\x38\x56\xbb\xc1\x52\xef\xd3\x4a\xf9\x84\x44\x08\ +\x9f\xf7\xcd\xf0\x2d\xaf\xc9\xe8\x7d\xae\x24\xae\xa7\x24\x3a\x80\ +\xaf\xb4\x71\x3f\xfc\x18\x8d\x3d\x21\xd7\xa8\xc7\x49\x9e\x28\x95\ +\x26\x6e\xe0\x52\xfc\x01\xbd\x65\x61\x44\x4a\xa1\x44\x6e\x6d\xdd\ +\x92\x30\x22\xa5\x50\xa2\x65\x62\xba\xd8\x36\x41\xcd\xd1\x94\xbe\ +\xbb\x02\xb0\x4f\x23\x07\xc8\x66\x36\xbf\x0d\xab\x2e\xd6\xa7\x24\ +\x4e\x8c\x61\x2e\xf8\x36\x3a\x09\x1e\x8e\xc4\x5e\x37\x31\xb6\xd1\ +\x39\xc0\x83\x11\x96\xeb\x60\x77\xdf\x2d\xef\x42\x98\xd9\x3c\xe2\ +\x9b\x87\xfe\x73\xee\xde\xd9\x6e\x9d\x38\xdc\x05\x7a\x44\x8e\x45\ +\xe8\x01\xbe\x14\x69\xdd\x8c\x6d\xf0\x38\x79\x62\x99\xb7\x1d\x33\ +\xbb\x18\x38\x5f\xbb\xc2\xd2\xee\xd3\xca\x7a\x43\xc6\x47\xc9\xf6\ +\xc6\x97\x6b\x32\xea\x4f\x3d\xc0\x97\x23\xab\xab\x03\xdb\xf1\x29\ +\x89\x30\xd5\x71\xde\xd3\xe4\x7e\x35\xac\xbb\x25\x4d\xa2\x40\xa2\ +\xf8\x1d\xb5\xe5\x61\x44\x4a\xa1\x44\xcb\xdb\xba\xa5\x61\x44\x4a\ +\xa1\x44\xdb\x1d\x6c\x2e\xa7\xe6\x68\x8a\xc3\x1a\x3c\xb9\xb9\xa2\ +\x4d\xeb\xed\x12\xe2\x9c\x8e\x60\x6d\xe0\x83\x25\xaf\x7b\x3d\x21\ +\x11\xff\x71\xc1\xd0\xb0\x4f\x8e\x41\x74\x81\x44\x98\xd2\xe4\x8b\ +\x11\x36\x9d\x01\xbf\x70\xf7\x51\x11\x94\xe5\x37\xc0\x63\x11\xd5\ +\x4d\x27\x70\x5a\x1b\x76\xe7\xe3\x81\x3c\x17\xf5\xbe\xd0\xcc\xee\ +\x8b\xb4\x6e\x56\xce\x60\x9b\x2a\xbb\x13\x81\x27\xb5\x57\x2c\xe5\ +\x3e\xad\xac\xc7\x3f\xc7\x67\xf8\x5e\xaf\x00\x0f\x64\x78\xec\x70\ +\x03\x10\xd3\xd3\x62\x43\x81\xb3\xda\xb0\x0f\xee\x07\xe4\xb9\xa8\ +\xf7\xdf\x49\x9e\x98\x91\x26\x52\x20\x51\xec\x13\xd1\xdc\xc2\x88\ +\x94\x42\x89\x96\xb5\x75\x2e\x61\x44\x4a\xa1\x44\x5b\x1d\x6c\xae\ +\xa6\xe6\xc8\xbc\xff\x76\xd0\xd8\x42\xa6\xf3\x80\x1b\xda\xb1\xee\ +\xcc\xec\x0d\xe0\x77\x91\x16\xaf\xec\x0b\xb0\x2a\x90\x88\xdf\x70\ +\x95\x65\xd0\x31\xe4\x3a\xe0\xa6\x08\x8b\xb6\x36\xf0\xad\x08\xea\ +\xa7\x8b\xf8\xee\x06\x3d\xd2\xdd\xb7\x6c\xa3\x63\x84\xd1\xc0\x17\ +\x72\x2c\xc2\xac\x08\xb7\x81\x4a\xab\x34\xf8\xfa\x89\x65\xdf\x86\ +\xc2\x14\x75\x07\x02\x5d\xda\x2d\x96\x6e\x9f\xb6\x4c\xd9\x2a\xd6\ +\xdd\x77\x01\x36\xce\xf0\x2d\x6f\x0b\xeb\x3f\x64\xe9\x8b\x91\xf5\ +\xa7\x5d\xdd\xfd\xc3\x6d\xb4\x5f\x34\xf2\x5d\xd3\xa8\x0b\x38\xae\ +\x09\xdb\x95\xf4\xa2\x40\xa2\xb8\x9d\x34\xf7\x30\x22\xa5\x50\xa2\ +\xe9\x6d\x9d\x6b\x18\x91\x52\x28\xd1\x16\x07\xbd\x00\x6b\xa8\x39\ +\x32\xb7\x3b\xb0\x56\x03\xaf\xff\x4b\x9b\x2f\xa6\x15\xeb\xb4\x4d\ +\x3b\x95\xfc\xa2\x99\x02\x89\xf8\xc5\x54\x2f\x31\xcf\x73\xfd\x15\ +\x20\xc6\x93\xca\xcf\xbb\xfb\x66\x79\x17\xc2\xcc\xfe\x08\x5c\x1d\ +\xd9\xf9\xe9\xff\xb6\xc1\xb4\x78\xa9\xbc\x9f\x8e\xf8\xba\x99\xbd\ +\x12\x71\xfd\xac\xda\xe0\xeb\x27\xb6\xc3\x46\x64\x66\x77\x12\xdf\ +\x14\x6c\x45\x16\xcb\x3e\xad\x8c\xdb\x6f\xd6\x37\xf4\xdc\xd6\x84\ +\xfe\xf4\x00\xc9\x3a\x4b\x31\xf9\x61\x08\xb0\xdb\x41\xde\x4f\x47\ +\x9c\x19\xb6\x01\x69\xc1\x01\x9f\x14\x4c\x4c\x61\x44\x4a\xa1\x44\ +\xd3\xda\x3a\x8a\x30\x22\xa5\x50\xa2\x69\xc6\x44\x54\x16\xf5\xd9\ +\xec\x7d\xa6\xc1\xd7\x5f\xd5\xce\x95\x67\x66\x0f\x11\xe7\xe2\xd6\ +\x50\xee\x85\xe6\xc6\x46\x54\x96\xd1\x48\xec\xf5\x32\x29\xe2\x31\ +\xe4\xdf\xc0\xa5\x11\x16\x6d\x28\x70\x9e\xbb\xc7\x10\x2c\x9d\x08\ +\xbc\x19\x51\xdd\xbc\x0b\x38\xbc\x0d\x8e\xf3\xc7\x91\xef\xd3\x11\ +\x77\x11\x6f\xe8\x9f\xd5\x71\x69\x3b\x3d\xf9\x7b\x3a\x4d\xb8\x38\ +\xdb\xa6\x62\xd9\xa7\x2d\xe7\xee\x43\xca\x52\xa9\xee\xbe\x39\xf0\ +\x81\x8c\xdf\xf6\xd6\x26\x15\xf7\x9b\xc0\x8b\x11\x55\xdf\x6a\xc0\ +\x49\x6d\xb0\x5f\x1c\x42\xbe\x4f\x90\x4e\x03\x4e\xd6\x10\xd8\x1a\ +\x0a\x24\x8a\xd7\x41\xa3\x0b\x23\x52\x0a\x25\x32\x6f\xeb\xd3\x88\ +\x28\x8c\x48\x29\x94\x68\x8a\x95\x23\x2a\xcb\x2a\xee\xbe\xbc\x9a\ +\x24\xb3\x7e\xfc\x0e\xe0\x7d\x0d\xbe\xcd\xbf\x55\x93\x9c\x1b\x69\ +\xb9\xf6\x73\xf7\xf5\x34\x2e\xb5\xcd\x85\x81\xd8\xac\xa4\xb2\x54\ +\xed\x24\x20\xc6\x85\x09\x37\x25\x82\x35\x13\xcc\xec\x69\x60\x6a\ +\x64\x75\xf3\x5d\x77\x5f\xbd\xe4\x7d\x78\x2a\xf9\x3d\x1d\xb1\x00\ +\x38\x3c\x2c\xe2\x1a\xb3\x0d\x1a\x7c\xfd\x94\x76\xd9\x21\x84\x75\ +\x73\x0e\x22\xce\xb5\xb7\x8a\x66\xc5\x48\xca\xd1\x01\xac\x50\xa2\ +\x7a\x3d\x95\x64\x1d\xa5\xac\xbc\x4e\x86\xeb\x47\xf4\xea\x4f\x73\ +\x80\xcf\x45\x56\x7f\x9f\x77\xf7\xad\x4b\xde\xf7\x4e\x00\x36\xc9\ +\xeb\xd4\x1d\x38\xd2\xcc\xe6\x69\x08\x6c\xdd\x00\x27\x05\x11\x73\ +\x18\x91\x52\x28\x91\x59\x5b\x9f\x06\x7c\x35\xfd\x77\x2c\x61\x44\ +\x4a\xa1\x44\xe6\x56\x89\xac\x3c\x9b\xab\x49\x32\xf3\xe9\x06\x0f\ +\xbc\xdf\x00\xfe\xab\x6a\xe4\x62\x60\x7e\xa4\xc7\x51\x5f\xd2\xb8\ +\xd4\x74\x0a\x24\xfa\xa6\x40\xa2\xfa\x0b\x0b\x4f\x90\x2c\xe0\x1c\ +\xa3\xcf\xba\xfb\xae\x11\x94\xe3\x7b\xc0\xbf\x22\xaa\x97\x4e\xe0\ +\xe2\x70\xfe\x53\xc6\x63\xfd\xad\x81\xe3\x72\x2c\xc2\x37\xcc\xec\ +\x3f\x05\xa8\x1f\xe3\x6a\xd6\x00\x00\x20\x00\x49\x44\x41\x54\xaa\ +\x77\x34\xf8\xfa\xb6\x09\x24\xc2\x58\xf7\x1c\x70\x8c\x76\x8f\x0d\ +\xf5\xcd\xf1\xc4\x35\x6d\xe5\xda\x25\xa9\xd7\xed\xc8\xfe\xe9\x88\ +\x7b\x9a\x19\xaa\x9a\xd9\xa5\xc0\x65\x11\x55\xe3\xf0\xb0\x5f\x1c\ +\x5f\xd2\xbe\xb7\x1a\xf0\xed\x1c\x8b\xf0\xab\xb0\xf6\x98\xb4\xf0\ +\x44\x5a\x8a\xd1\x39\xa3\x0f\x23\x52\x0a\x25\x1a\x6e\xeb\xa8\xc3\ +\x88\x94\x42\x89\x4c\xc5\x16\x48\xec\xa0\x26\xc9\xa4\x2f\x77\x02\ +\x87\x34\xf8\x36\x0f\x86\x3b\xde\xda\x9a\x99\xbd\x0e\xfc\x5f\xa4\ +\xc5\x3b\xc8\xdd\x57\x2d\x61\xb5\xc7\xb4\xcf\x5e\x0d\xe9\x4b\x4c\ +\x4f\xb1\xac\x54\x80\xfa\x3a\x15\x88\xf1\xae\xb7\x0e\xe0\x7c\x77\ +\xcf\x75\xae\xf0\xb0\xc0\xf5\x27\x89\x2b\xfc\xdd\x96\xf8\x9e\xdc\ +\xc8\xe2\xf8\x60\x28\xc9\x54\x49\x79\x9d\x8b\xdf\x06\xfc\xa8\x00\ +\xf5\x34\x1a\x68\xf4\x29\xc4\xe5\xdc\x7d\x45\xda\x88\x99\x5d\x02\ +\x9c\xaf\x5d\x64\xdd\x62\xdb\x5e\x0a\xff\x24\x6e\x18\xf3\x9a\xb1\ +\x26\xc3\x3d\x2d\x28\xfe\xb1\xc0\xcb\x11\x55\xe7\x9a\xc0\x39\x61\ +\xe1\xe7\xb2\x39\x8b\xfc\xa6\x8c\x7d\x8a\x64\x31\x73\x69\xf1\x01\ +\xb0\xc4\x3f\x80\x17\x26\x8c\x48\x29\x94\xa8\xbb\xad\x0b\x11\x46\ +\xa4\x14\x4a\x64\x66\xe5\xc8\xca\xb3\x87\x9a\x24\x13\xc7\x00\xa3\ +\x1a\x7c\x8f\xff\xa8\x1a\xdf\x12\xeb\x5a\x1a\xc3\x81\xff\x29\xd9\ +\xbe\x68\x79\xe2\x9a\x22\x60\x3d\x6d\xfe\xd1\xef\x3b\x56\x88\x7d\ +\x11\xe2\xb0\x70\xef\x8f\x22\x6e\xcb\xdf\xe6\x7d\x81\xc1\xcc\x1e\ +\xa1\x62\xba\xd0\x48\x7c\xc1\xdd\xdf\x5f\xb2\xbe\xfb\x3f\x40\x5e\ +\x0b\x9a\xcf\x04\x0e\x2e\xc0\x54\x4d\x00\x5b\x93\xac\xb5\xd2\xa8\ +\x2d\xdb\x70\xff\x70\x22\xf0\xa4\x76\x93\x75\x89\x2d\x90\xd8\xa8\ +\x04\x75\x7a\x42\x93\xc6\xbc\xa6\x07\x12\x66\x36\x1d\x38\x8a\x64\ +\x3a\x9f\x58\xec\x17\xfa\x78\x99\xce\x3d\x3e\x04\xec\x93\xd3\xc7\ +\x2f\x02\x3e\xa1\xa9\x9a\x5a\x4f\x81\x44\xfc\x1d\xb3\x70\x61\x44\ +\x4a\xa1\x44\xcd\x6d\x5d\xa8\x30\x22\xa5\x50\x22\x13\xb1\xcd\x91\ +\xbc\x45\xbb\xdd\x4d\xd6\x84\xfe\x3c\x96\x6c\xe6\x1d\x9d\xae\xda\ +\x7c\xcb\x8d\x40\xac\x17\x50\x8e\x2e\xd9\x53\x12\x9b\x44\x56\x9e\ +\x75\x63\xbf\xd8\x9d\x93\x98\xb6\xb9\x61\xc4\x17\xae\xf7\xe5\x07\ +\xc0\x6b\x91\x96\x6d\x1f\xf2\x9d\xaa\x20\x75\x26\x71\x05\xc0\x46\ +\xf2\x04\xc9\x5a\x25\x39\x3e\x78\x77\x8e\xed\xdc\x03\x1c\x62\x66\ +\xcf\x16\xa4\xba\xb2\x7a\x62\x77\xab\x76\xdb\x39\x98\xd9\x5c\xe0\ +\x40\xa0\x4b\xbb\xca\x9a\xc5\x36\xcd\xd7\xb6\x05\x1f\xf3\xd6\x6b\ +\xe2\x98\x77\x6f\x8b\xfa\xd3\x55\x61\xdf\x18\x93\xef\x85\x69\xb0\ +\xca\xb0\x5f\x9c\x02\x9c\x9d\x63\x11\xbe\x60\x66\x77\x6a\xe8\x6b\ +\x3d\x9d\xdc\xc5\xdd\x31\x0b\x1b\x46\xa4\x14\x4a\x54\xdd\xd6\x85\ +\x0c\x23\x52\x0a\x25\x1a\x6a\xfb\x21\xc4\x77\xf1\xaf\x03\x38\x4c\ +\xad\xd3\x90\x13\x81\xe5\x32\x78\x9f\x37\x55\x95\x6f\x9d\x0c\xbc\ +\x06\xdc\x1f\x69\xf1\x96\x01\xbe\x59\xa2\xea\xde\x39\xb2\xf2\x8c\ +\xa5\x1c\x77\x08\x66\x6d\xd3\xc8\xca\xb3\x49\xec\x15\x16\x2e\xd2\ +\x7d\x27\xe2\x22\x7e\xcd\xdd\x0f\xc9\xb9\x8e\x9c\x64\xea\xa6\xa7\ +\x23\xaa\x97\x89\xc0\xb5\xe1\xe9\xad\x22\x1f\xf3\xad\x04\x5c\x4a\ +\x12\xe0\xe5\xe1\x0c\x33\xbb\xba\x40\x55\x96\xd5\x93\x31\xbb\xd2\ +\x86\xc2\x05\xb6\x93\xb5\xab\x2c\xfc\xbe\x75\x33\x77\x1f\x53\xd0\ +\x31\x6f\x99\x30\xe6\x35\xa3\xfc\xf3\x80\xc7\x5b\xf8\x75\xbe\x04\ +\xdc\x11\x51\xf5\x8e\x00\xfe\x14\x02\x9f\x22\xef\x17\x47\x01\x57\ +\x00\x79\xad\x8b\x71\xa9\x99\x9d\xa5\x61\x2f\x1f\x0a\x24\xe2\xed\ +\x98\x85\x0f\x23\xde\xda\x53\x28\x94\x18\xac\xad\x0b\x1d\x46\xa4\ +\x14\x4a\xd4\x6d\xfd\x26\x1d\xa4\x35\xea\x88\x10\x96\x48\xed\x7d\ +\x7a\x1c\xd9\x4d\xe1\x33\x42\x35\xba\x94\xdb\x23\x2e\xdb\x61\xee\ +\xbe\x6e\x49\xea\x79\xf7\x08\xcb\xa4\xb5\x6d\x96\x1e\x67\x46\x10\ +\x5f\x48\xf3\xce\x82\x54\xdf\x2f\x49\xe6\x0a\x8e\x91\x01\xbf\x0e\ +\x77\xd1\xe7\x57\x08\xb3\x59\xc0\x47\x80\x05\x11\xd5\xcd\x3a\xc0\ +\x9f\xdd\x7d\xd9\x02\x9f\xdb\xfd\x3f\xf2\x9b\x0e\xe6\x1a\x0a\x14\ +\x9c\x87\xa7\x0e\xb7\xce\xe8\xed\xde\xe5\xee\xcb\xd1\x9e\xce\x00\ +\x6e\xd5\x5e\xb3\x26\xb1\x3d\x51\x33\x1c\xd8\xab\x80\x63\x9e\x85\ +\xfd\x6d\xb3\x6e\x56\xb8\xaf\x95\x53\xcf\x99\xd9\x62\xe0\xa3\xc4\ +\xf5\x94\xe5\x44\xe0\x9a\xb0\x18\x74\x51\xfd\x1a\xd8\x38\xa7\xcf\ +\xbe\x1f\xf8\x94\x86\xbc\xfc\x28\x90\x88\xf7\x80\xb5\x14\x61\x44\ +\x4a\xa1\x44\xbf\x6d\x5d\x8a\x30\x22\xa5\x50\xa2\x2e\xbb\x47\x5a\ +\xae\xb5\x80\xc3\xd5\x3c\x75\xf9\x1c\xd0\x99\xd1\x7b\x69\xea\xac\ +\xa5\x3d\x11\x71\xd9\x86\x12\xc7\x74\x2b\x8d\xee\x97\xd6\x27\xce\ +\xe9\x2d\xf6\xd7\xe6\xbf\x94\x77\x87\x8b\x14\x31\xd9\xb9\x08\x15\ +\x67\x66\x8b\x80\x6f\x44\x5c\xc4\x11\xc0\x95\xee\xbe\x49\xce\xf5\ +\xf4\xef\x70\x1c\x10\xd3\xc9\xc7\xd6\xc0\x75\x45\x0b\x25\xc2\x94\ +\x73\xbf\x05\xb6\xcf\xa9\x08\x0f\x01\x1f\x33\xb3\x22\x9d\x60\x1c\ +\x44\x12\xd0\x65\x61\x48\xbb\xee\x43\x42\x9b\x1f\x0c\xbc\xae\xdd\ +\x66\x55\x7d\x75\x3c\x71\xae\x39\xf2\x91\x02\x56\xe7\xf7\x80\x66\ +\x3e\xf1\x77\x4f\x0e\xfd\x69\x5a\x18\x4b\x16\x46\x54\xcf\x6b\x02\ +\x7f\x75\xf7\xd5\x0b\xd8\xdf\x4e\x21\x99\x5a\x2e\x0f\x2f\x03\x7b\ +\x6b\xdd\x88\x7c\x29\x90\x88\xaf\x53\x96\x2e\x8c\x48\x29\x94\x78\ +\x5b\x5b\x97\x2a\x8c\x48\x29\x94\xa8\xd9\x07\x23\x2e\xdb\x29\x45\ +\xbd\x13\x31\xc7\x7e\xbd\x36\xf0\xe5\x0c\xdf\x72\x03\xd5\xea\x52\ +\x62\x3f\xa1\xfe\x70\xde\x77\x36\x67\xe0\xa8\x48\xcb\xb5\x53\xc9\ +\xd6\xe9\x68\x54\x8c\x8b\xfc\x6e\x5f\xa0\x69\x25\x2e\xa6\x45\x73\ +\x4f\xd7\x69\x22\x70\xb3\xbb\x6f\x9e\x67\x21\xcc\xec\x0f\xc4\x37\ +\xe5\xcb\xbb\x80\x1b\x8b\xb2\xd6\x55\x08\x23\xce\x21\xb9\x28\x9c\ +\x87\x57\x80\x0f\x9a\xd9\x9c\x82\x9d\x0f\x1f\x9f\xf1\xdb\x1e\xdb\ +\xae\x3b\x0b\x33\x7b\x0e\x38\x46\xbb\xcd\xaa\xec\x19\xce\x5d\x63\ +\xb3\x8f\xbb\xaf\x59\xa0\x3e\x7c\x32\xf0\x85\x26\x7f\xcc\x3d\x39\ +\xf5\xa7\xdb\x49\xee\xaa\x8f\xe9\xe2\xdc\x5a\xc0\xdf\xc2\x4d\x45\ +\x45\xd9\x46\xbe\x45\x7e\x4f\xed\xcd\x07\xf6\x09\x63\xa3\xe4\x48\ +\x81\x44\x7c\x07\x5f\xa5\x0c\x23\x52\x0a\x25\xde\x6a\xeb\x52\x86\ +\x11\x29\x85\x12\x55\x6f\x07\x53\x80\x9d\x22\x2e\xe2\x4a\xe4\xbb\ +\xc0\x54\x11\xfd\x9c\x64\x3d\x81\xac\x6c\xa9\x50\x68\x29\xc3\x23\ +\x2f\x5f\x3a\xdd\xca\xc8\x82\x8e\x49\x6b\x10\xef\x45\x9b\x21\x24\ +\xf3\xf7\x6a\xdf\x91\x4c\xd7\x74\x60\x84\x45\x1b\x01\x7c\xb8\x08\ +\x75\x18\xa6\x79\xf8\x4a\xe4\xc5\x9c\x18\x2e\x30\xec\x99\x73\x39\ +\xbe\x0d\x5c\x10\x59\xdd\x6c\x09\xdc\xe1\xee\xef\x88\xbc\xaf\xa6\ +\x4f\x46\x7c\x32\xa7\x22\xcc\x06\xf6\x32\xb3\x67\x0a\x36\xcc\x7d\ +\x12\xc8\x3a\x80\xde\xcc\xdd\xdb\x72\x2d\x89\x30\xe6\x5d\x02\x9c\ +\xa7\x3d\xe8\xa0\x62\x7d\x3a\x7c\x28\xf0\xf5\x02\x1c\x9f\x0c\x77\ +\xf7\xf3\x80\x6f\xb5\xe0\xe3\xee\xc9\xb1\x3f\xfd\x9e\xf8\xc2\xfa\ +\xc9\xc0\xdf\xdd\xfd\x3d\x05\xd8\x4e\xbe\x99\x63\xfd\x2d\x06\x3e\ +\x62\x66\x77\x69\xb8\xcb\x9f\x02\x89\x78\x3a\x65\xe9\xc3\x88\x54\ +\xbb\x87\x12\x65\x0f\x23\xde\x1a\xe9\x15\x4a\x54\xe3\x0b\x64\xf7\ +\x38\x7a\xb3\x1c\xe0\xee\x5f\x53\x53\x55\xd5\xb7\x3f\x41\xf6\x53\ +\x70\x0d\x05\x3e\xa1\xda\x7d\x4b\x11\x16\x6e\x5b\x1f\x38\xa9\x80\ +\xdb\xaf\x01\x3f\x03\x62\x0e\x53\x8e\x72\xf7\x0d\xd5\x0d\xf8\x24\ +\x10\xeb\xe2\xbe\xc7\x85\x6d\x29\x7a\x66\x76\x3d\x70\x53\xe4\xc5\ +\x1c\x0b\x5c\xe5\xee\x5f\x0b\x17\xb7\xf3\xa8\x27\x27\xb9\x1b\xf4\ +\xff\x22\xab\x9b\xc9\xc0\x3f\xdd\x3d\xca\x10\xcc\xdd\xc7\x86\x73\ +\xbb\x43\x73\x2a\xc2\x9b\xc0\x07\xcc\xec\x1e\x0a\xc4\xdd\x3b\x81\ +\xd3\x9b\xf4\xf6\x3f\x68\xf3\xf5\xd1\x3e\x4d\xdc\x53\x5f\xe6\xbd\ +\xed\x6d\x01\xbc\x37\xe2\x22\x1e\xee\xee\x3b\x46\x5c\x7f\x53\x80\ +\x5b\x68\x4d\x00\xbb\x10\x78\x24\xe7\x63\x88\x53\x81\x9f\x44\xd6\ +\x0c\x9d\x24\x4f\x10\x7e\x36\xc6\x63\x31\x77\x1f\xe6\xee\x3f\x06\ +\x4e\xc9\xa9\x08\x3d\xc0\x21\x66\xf6\x67\x8d\x78\x71\x50\x20\x11\ +\x49\xc7\xa4\x4d\xc2\x88\x54\xbb\x86\x12\xed\x12\x46\xa4\x14\x4a\ +\x0c\xb8\x2d\x6c\x0e\x1c\x51\x90\xe2\x4e\x55\x28\x31\x68\x7b\x6e\ +\x42\xb2\x70\x5b\x33\x7c\xd1\xdd\x47\xa9\x8e\x7d\x08\xb0\x6f\x41\ +\x8a\xfb\x25\x77\xdf\xba\x60\x55\xfc\x2d\xe2\x9c\x06\xa8\xd2\x08\ +\xe0\xa2\x70\xa1\xaf\x5d\xfb\xc1\x84\x1c\x4f\xe4\xaa\xb1\x25\xf0\ +\xa1\x02\x55\xe9\x57\x88\x6b\xda\x85\xbe\x0c\x01\xa6\x02\x37\xb9\ +\xfb\xba\x79\x14\xc0\xcc\xba\x80\x8f\x01\x37\x44\x56\x37\xe3\x80\ +\x4b\xdd\xfd\xe7\x31\x4d\x17\x16\x9e\xdc\xb8\x0b\x38\x20\xa7\x22\ +\x2c\x04\xf6\x0f\x53\x8b\x14\x69\x7c\xeb\x20\xb9\x8b\xbf\x59\x0b\ +\x50\x6f\x4a\xdc\xeb\xc7\x34\xbb\x1f\xcf\x25\x59\x9b\x63\xb1\x8e\ +\xdc\xfb\xdc\xf6\x7e\x48\xdc\x37\x8a\x19\xf0\x07\x77\x9f\x1c\x59\ +\xdd\x0d\x75\xf7\xcf\x90\x2c\x10\xbc\x5d\x8b\x3e\xf6\x89\xb0\x5f\ +\xca\xdb\xe7\x49\x9e\x82\x8b\xc9\x30\xe0\xc7\xc0\x15\xee\xbe\x42\ +\x44\xdb\xc9\xca\xc0\xcd\xc0\x67\xf3\x2a\x02\x70\x8c\x99\x5d\xac\ +\x11\x2f\x1e\x0a\x24\xf2\xef\x98\x6d\x17\x46\xa4\xda\x2d\x94\x68\ +\xb7\x30\x22\xa5\x50\xa2\xcf\x6d\x61\x22\x70\x19\x71\xce\x51\xda\ +\x9f\xa9\xee\x7e\xa9\xa6\x0f\xea\xb3\x3d\x57\x04\xae\x22\xb9\x93\ +\xb5\x19\xd6\x24\x59\x18\xae\xdd\x9d\x00\x4c\x29\x48\x59\x87\x01\ +\x7f\x2c\xc2\x02\x73\xee\xde\xe1\xee\x67\xd0\x9a\xc7\xeb\xb3\xb0\ +\x09\x70\x4d\x3b\x8e\x45\xee\x3e\x14\xf8\x3d\xf1\x2f\x76\xff\xbf\ +\x45\x99\xdf\x3f\x2c\xdc\x7c\x69\x41\x36\x81\x9d\x80\x07\xdd\xfd\ +\x7b\xee\xbe\x7c\x0e\x75\xb5\x30\x9c\xaf\xdc\x1c\x61\xdd\x1c\x1b\ +\xea\x66\x8f\x08\xfa\xe9\xc7\x49\xc2\x88\xbc\xe6\xf2\x7e\x93\x64\ +\xcd\x88\xeb\x0a\x36\xbe\x19\xc9\x05\xe1\x66\xaf\xad\xf6\x0d\x77\ +\x2f\xe2\x02\xc1\x59\xf5\xe3\x3b\x89\x3b\xd4\xce\xcb\x29\xc0\x8e\ +\x05\x28\xe7\x4a\xc0\x0d\x31\xac\x15\xe0\xee\x43\xc2\xf9\xfc\xc3\ +\x24\x4f\x0a\xb4\xf2\xe6\xa9\xc7\x23\xe9\x4f\x0e\x1c\x4d\x7c\xd3\ +\x1a\x42\x72\x13\xd7\x7f\xdc\xfd\x90\xbc\x9f\x96\x70\xf7\x9d\x81\ +\xbb\x81\x1d\x72\x2a\x42\x37\xf0\x29\x33\xfb\x8d\x86\xba\xb8\x28\ +\x90\xc8\xb7\x63\xb6\x6d\x18\x91\x6a\x97\x50\xa2\x5d\xc3\x88\x94\ +\x42\x89\xa5\xb6\x85\xd5\x80\xbf\x91\x2c\x3e\x55\x34\x1f\x06\x1e\ +\x75\xf7\x23\xdb\xfc\x91\xf7\xca\xf6\x5c\x19\xb8\x16\x68\xf6\x85\ +\xe7\xe3\xdd\xfd\x1b\x6d\x5c\xcf\x1f\x07\xbe\x5f\xb0\x62\xaf\x08\ +\xfc\x39\xdc\xd1\x1e\x6b\xbd\xae\x17\xc6\xa3\x2f\x17\xac\x6e\xb7\ +\x07\xee\x2d\xc1\x02\xe2\xb5\xb4\xd5\x28\x92\x20\x7b\xcf\x02\x14\ +\x77\x05\xe0\x6a\x77\x5f\xae\x20\xd5\x7b\x12\xc5\xb9\x63\x78\x38\ +\xf0\x45\xe0\x69\x77\x3f\xcb\xdd\x37\x6b\xe5\x87\x9b\xd9\x1b\x24\ +\x4f\x52\x5d\x15\x61\xdd\x4c\x26\x09\x2b\xaf\xce\x63\x6a\x37\x77\ +\x5f\xcb\xdd\xaf\x02\x2e\x02\xf2\x7a\x5a\x63\x0e\xb0\x87\x99\xdd\ +\x40\x81\xb8\xfb\x32\x24\x17\xf4\x5a\x71\xe7\x6c\x07\xc9\x93\x76\ +\xc7\xd3\xbe\xce\x00\x6e\xd5\x51\x7c\x12\x84\x85\x05\x98\x8b\x34\ +\xd5\xe6\x14\xe0\x4e\x77\x3f\x3a\x8f\xf3\x31\x77\x5f\x3d\x9c\x93\ +\x3c\x1e\xfa\xed\x3a\x39\xd4\xc1\xe3\xb1\x34\x86\x99\x75\x03\x87\ +\x91\xac\x23\x18\x9b\x89\xc0\xf9\x24\x6b\x2e\xed\x90\xc3\xb6\xb2\ +\xbc\xbb\x9f\x43\x32\x3d\x66\x5e\x37\xaa\x2c\x06\x0e\x32\xb3\x73\ +\x35\xe2\xc5\x47\x81\x44\x7e\x3b\xbf\xb6\x0f\x23\x52\x65\x0f\x25\ +\xda\x3d\x8c\x78\x6b\x4f\xd0\xe6\xa1\x44\x98\x33\xf1\x68\xe0\x01\ +\xa0\xc8\x73\xa0\xaf\x08\xfc\x1a\x78\xc2\xdd\xbf\xea\xee\x2b\xb5\ +\xf1\x38\xbe\x0b\x70\x27\xc9\x14\x00\xad\x70\xaa\xbb\x5f\x12\xd3\ +\xe3\xb7\x2d\x3a\xe9\x39\x8f\xe4\xae\xf0\x61\x05\xfc\x0a\x1b\x03\ +\xff\x72\xf7\x4d\x23\xaa\x53\x73\xf7\xed\xdc\xfd\x22\xe0\x3f\xe4\ +\x77\xb7\x52\xa3\xd6\x04\x6e\x75\xf7\xab\xdc\x7d\xc7\xbc\xe6\xd7\ +\x6f\x51\x9b\xed\x41\x32\x15\xc2\x3e\x05\x2a\xf6\x3b\x81\xbb\xdc\ +\x7d\xa7\xd8\x0b\x6a\x66\x4f\x00\x45\xbb\x6b\x6e\x34\xc9\x53\x63\ +\xf7\xba\xfb\x43\xee\x7e\x86\xbb\xef\xd2\x8a\x69\x8b\xcc\x6c\x01\ +\xc9\xb4\x5c\x7f\x88\xb4\x6e\xf6\x02\x1e\x70\xf7\xcb\xdc\x7d\x9b\ +\x16\xf4\xcf\x55\xdc\xfd\x2c\x92\xf9\xcc\x3f\x90\xe3\xf7\x7e\x19\ +\x78\xaf\x99\xdd\x56\xb0\xf1\x6d\x4f\xe0\x41\x92\xa9\x84\x5a\x65\ +\x08\xc9\x93\x5c\x7f\x71\xf7\x75\x68\x33\xe1\x02\xea\xc1\xc0\x2c\ +\xda\x58\x08\x2e\x6f\xa4\x38\x4f\x88\x56\x1a\x47\x32\x55\xec\x03\ +\xee\x7e\x7c\x33\x6f\x7e\x09\x0b\x55\xbf\xc7\xdd\x4f\x76\xf7\xdb\ +\x81\xa7\x81\x53\xc9\xf7\xe6\xba\xc7\x23\xeb\x53\x3d\x66\x76\x3c\ +\x49\xd8\x17\xa3\x77\x01\xb7\xb9\xfb\x8d\xee\xbe\x47\xb3\x9f\x98\ +\x70\xf7\x09\x21\xe8\x7b\x92\x24\xac\xc9\xeb\x09\x8d\x79\xc0\x7e\ +\x9a\xa6\x29\xe2\xfd\x91\xaa\x20\x97\x9d\x9f\xc2\x88\x3e\x8c\x19\ +\x33\x86\x71\xe3\xc6\x55\xfe\x68\x1a\xb0\xb3\x99\x3d\x59\xe0\xb6\ +\x56\x18\xd1\xcb\xb0\x61\xc3\x98\x38\x71\x22\x1d\x1d\x6f\x5d\x3b\ +\xea\x06\x0e\x33\xb3\x0b\x4b\xd8\xd7\x3b\x80\xcd\x48\x1e\x99\xfc\ +\x24\xcd\xbf\x8b\x3e\x0f\x3d\x24\x8f\x60\xfe\x05\xb8\x03\xf8\x97\ +\x99\xcd\x2c\xf9\x18\xbe\x3d\xf0\x75\xf2\xbb\x53\x79\x4e\x38\x09\ +\xf9\x95\x99\x3d\x55\xc2\xfa\x5d\x06\x78\x1f\x70\x64\xf8\x6f\x19\ +\x9e\xc6\x79\x13\xf8\x01\xf0\x33\x33\x7b\x35\x87\x71\x68\x2d\x60\ +\x1b\x92\x27\x0b\xf6\x2a\xe9\x58\xf4\x1c\xf0\x67\x92\xbb\x3e\xff\ +\x69\x66\xcf\x16\xbc\x1f\x4c\x21\x99\xba\xe4\x20\x92\x8b\xfb\x45\ +\x76\x3d\xc9\x05\xff\xbf\x98\xd9\x9b\x91\xd6\xf7\x0a\x24\x8b\xbd\ +\x8e\x29\x78\x5d\x77\x03\x8f\x86\x8b\x00\xcf\x86\x7e\xf1\x1c\xf0\ +\xa0\x99\x3d\x92\x71\x9d\x19\x70\x1a\xc9\x3a\x1c\x31\xbb\x07\xb8\ +\x10\xb8\xc4\xcc\x5e\xca\x70\x5c\xdd\x31\xec\xa7\x0e\x20\xff\xc0\ +\xfc\x21\x92\x05\xac\x0b\x31\xee\xb9\xfb\x1a\x61\x7c\x3b\x92\x64\ +\x1a\xbe\xbc\x8f\x63\xaf\x02\x7e\x07\x5c\x6f\x66\x73\xda\xe8\x9a\ +\xc4\x47\xc2\x35\x89\x56\xb9\xd2\xcc\xf6\xcf\xf9\x3b\x4f\x0c\xc7\ +\x96\x1f\x23\x79\xda\xab\x2c\x37\x33\x74\x87\xf3\xb1\xdb\x49\xa6\ +\x50\x7a\x14\x78\x0d\x78\x79\xa0\x6d\x3a\x3c\x61\x31\x8e\xe4\xe9\ +\xbb\x49\x24\x53\x42\xad\x40\x72\x83\xe8\xc6\xc0\x06\x24\xd3\xcf\ +\x0d\x8f\xec\xfb\xbe\x3b\xd6\x35\x72\xdc\xfd\x18\xe0\x2c\x60\x68\ +\xc4\xdb\xcb\x7f\xc3\x98\xf7\xfb\x2c\xaf\xb5\xb9\xfb\x56\xc0\xe1\ +\x24\x81\xe7\xe8\x9c\xbf\xe3\x8b\x61\xbf\x78\x2f\x12\x2d\x05\x12\ +\xad\x1f\xa0\x14\x46\x0c\xa0\x4c\xa1\x84\xc2\x88\xfe\x95\x31\x94\ +\x70\xf7\x55\x80\x9d\x49\xee\xda\x9d\x1c\xfe\xbb\x45\x38\xc8\x6b\ +\x37\xcf\x92\x5c\xd8\xf9\x2f\xf0\x7c\x38\x20\x78\x95\xe4\x62\x94\ +\x17\xb4\x7d\x77\x09\xe3\xf6\xae\xe4\x37\x2f\x74\x7f\x17\x21\x6e\ +\x26\xb9\xbb\xf0\x4f\xad\xbe\xd8\x9d\xf1\x01\xec\x3e\x24\x17\x78\ +\xb6\x22\x59\xbc\xb8\x8c\x16\x00\xd7\x01\xff\x08\x27\xe6\xff\xcd\ +\xa8\xfe\xa6\x90\x2c\x26\x3c\x09\x58\x1e\x58\x39\xfc\x7d\x95\xb0\ +\xbd\x2e\xd3\x86\xe3\xd0\x1c\x92\x3b\x96\x5f\x0a\x7f\x5e\x09\xe3\ +\xd0\x8b\xc0\xad\x66\x36\x2b\x92\x6d\xbf\x13\xd8\x3d\xec\x37\xd6\ +\x08\xff\xdd\x8c\xf8\xd7\x89\xa8\xc7\x62\xe0\xde\x70\xb1\xe4\xb9\ +\x70\x8c\xf7\x88\x99\xfd\x3d\x92\xb6\x38\x05\xf8\x66\x49\xfb\xc3\ +\xc5\x66\xf6\xf1\x26\xd5\xdb\x61\x24\x21\xf9\xf0\xc8\xeb\xc0\x81\ +\xfb\x48\x02\xb2\x3b\x80\x7b\xcc\x6c\x5a\x0d\xdf\x73\x4d\x60\x5b\ +\x60\x17\x92\x60\x37\x96\x27\x44\xaf\x03\x3e\x6a\x66\xb3\x23\xde\ +\xbf\x6f\x48\x12\x84\x6f\x14\xc6\xb7\x58\x9f\x4a\x58\x14\x8e\xa7\ +\xee\x07\x1e\x0b\xfb\x8b\x7f\x99\xd9\x63\x25\xbe\x36\x71\x2e\x70\ +\x68\x8b\x3e\xae\xa5\x81\x84\xbb\xbf\x1f\x58\xbb\xe2\xdc\x6c\xbd\ +\x70\x4c\xd4\xae\xd7\xc0\xde\x08\xdb\x38\xe1\xb8\x70\x64\x81\xbf\ +\xcb\x0a\x31\x9f\xf3\xb8\xfb\xee\x24\xeb\x53\x15\x61\xbd\xb3\xc7\ +\xc2\x7e\xf1\x76\x92\x00\xff\xc9\x6a\xcf\xd7\xc3\xf5\x8f\xad\x2a\ +\xf6\x8b\xb1\xcc\x70\x72\x1f\xc9\x5a\x4a\xcf\x23\x51\x53\x20\xd1\ +\xda\x81\x49\x61\x44\x15\xca\x10\x4a\x28\x8c\x18\x5c\xd9\x42\x09\ +\x77\xff\x01\xf0\x3f\x6a\xd9\x01\x6d\x90\xf5\x1d\x9a\x2d\x6a\x5b\ +\x23\xb9\xa0\x19\xfb\x54\x49\x5f\x32\xb3\xef\x17\xb4\xff\xfc\x8b\ +\xe4\x82\x7a\x3b\xb9\xd0\xcc\x0e\xc9\xa8\xfe\xfe\x08\xec\xad\x21\ +\xa6\x6a\x9f\x35\xb3\x33\x23\xd9\xf6\x8f\xa0\x78\xd3\x05\x65\xe9\ +\x15\x33\x5b\x31\x92\xb6\x18\x4b\x12\xa6\x4f\x2a\x61\x3d\x5f\x60\ +\x66\x9f\x6c\x62\xdd\xed\x00\x5c\x4c\x12\x82\x16\xc9\xac\x70\x9e\ +\xf1\x1c\xc9\xdd\xc4\x8b\xc3\xcf\xd2\x8b\x75\x2b\x92\x04\x0f\xeb\ +\x12\xdf\x85\x25\x07\xa6\x02\x27\x87\x29\x78\x62\xdd\xbf\x4f\x03\ +\x56\x2d\x70\xdf\xb9\xd6\xcc\xf6\xa4\xa4\xc2\xb8\x77\x0f\xc9\xba\ +\x04\xcd\xd6\xb2\x40\xc2\xdd\x27\x91\xdc\x88\x20\xe5\xf3\xba\x99\ +\x4d\x28\x40\xdf\x7a\x07\xf0\xff\x28\xde\x54\xcd\xf3\x58\xf2\x84\ +\xe5\xab\xc0\x42\x92\x9b\x7c\x86\x92\x2c\x5c\x3e\x91\xe4\xc6\xa7\ +\x75\x80\x18\xd7\x0a\x3b\x0f\x38\xce\xcc\xe6\xab\xab\xc4\x6f\xa8\ +\xaa\xa0\x65\x03\x92\xc2\x88\x6a\x47\xc0\x79\xf3\x00\x2a\x43\x89\ +\x74\x4d\x89\x42\x84\x12\x0a\x23\xaa\x93\xae\x29\x51\x11\x4a\xa4\ +\x6b\x4a\x50\xd0\x50\xe2\x3d\x6a\xd5\x41\xed\x48\x72\xc7\x72\xd1\ +\xac\x4f\xfc\x61\x04\xc0\x76\x05\xdd\x3f\x8e\x03\x36\x6f\xc3\xfe\ +\xb0\x43\x46\xf5\x37\x44\xe3\x4f\xcd\xf6\x00\xce\x8c\xa4\x2c\xef\ +\x6c\xf3\xb6\x58\xc1\xdd\x57\x37\xb3\xe7\xf2\x2e\x88\x99\xcd\x75\ +\xf7\xa9\x11\x6d\x1b\x59\x5a\xd8\xe4\xba\xbb\x3d\x2c\xb0\x7d\x61\ +\xe8\x5f\x45\x31\x21\xfc\xd9\xa4\x60\xed\x39\x07\x38\xd4\xcc\xae\ +\x8c\x7c\xff\xbe\x1e\xc5\x0e\x23\x00\x76\x70\xf7\x61\x66\xb6\xb8\ +\x84\xe3\x42\x3a\xee\x7d\x9c\xe4\xc9\xcd\x61\x25\xfa\x6a\xed\x76\ +\x93\x4b\x3b\x79\xac\x20\x7d\xeb\x91\xf0\x84\xd8\x4f\x81\x23\x0a\ +\x54\xbf\x63\x48\x42\x94\xa2\x05\x29\x0b\x81\x2f\xc7\x72\xc3\x91\ +\x54\x47\x8b\x5a\xb7\xe6\x60\x4c\x61\x44\x8d\x8a\xba\xd0\xb5\xc2\ +\x88\xda\x94\x65\xa1\x6b\x77\x1f\x45\x7b\x5e\x50\xad\xd5\x4e\x05\ +\x2d\xf7\x8e\x05\x29\xe7\x76\x05\xad\xdf\xed\x29\xc7\x3a\x11\xb5\ +\x5a\xd3\xdd\xb3\xb8\x50\xb3\x39\x30\x5e\xc3\x4b\x6d\x63\x91\xbb\ +\xc7\x32\x55\x81\xf6\x1d\x71\x85\x32\xbf\x04\x9e\x2a\x61\x1d\x37\ +\xfd\x62\xaa\x99\x4d\x27\x99\x93\xfd\x24\x96\x4c\x0b\x22\xd9\xbb\ +\x09\xd8\x38\xf6\x30\x22\xd8\xb9\x04\xf5\x3d\x86\x64\x0a\xd6\xd2\ +\x32\xb3\x7f\x03\x27\x6b\xbf\x22\x05\xf1\xdf\x02\xf5\xad\xf9\x66\ +\x76\x24\xc9\xba\x0a\x73\xd4\x74\x4d\x73\x3f\xb0\xb5\xc2\x88\xe2\ +\x51\x20\xd1\x64\x21\x8c\xb8\x14\x85\x11\x35\x2b\x5a\x28\xa1\x30\ +\xa2\xce\x33\xe4\x72\x84\x12\x6b\xa2\x27\xce\xaa\x51\xd4\x0b\x6f\ +\xef\x2a\x48\x39\x27\x85\x85\x59\x8b\x66\x43\xf5\x89\x86\xe8\x2e\ +\xc0\xda\x8d\x24\x9e\xb5\x60\xa6\xa8\x39\x58\x2b\xa2\x8b\x07\x8b\ +\x80\x6f\x94\xb0\x8e\x67\xb5\xa8\xfe\x7a\xcc\x6c\x2a\xb0\x75\xb8\ +\x40\x20\xd9\x99\x0f\x7c\x06\xd8\x2d\x86\x27\x8a\xaa\xb4\x59\x49\ +\xea\x7e\xb3\x36\xd8\xbe\xbe\x0b\xfc\xad\x44\xdf\x67\x6d\xa4\xac\ +\x1e\x2f\x5a\x81\xcd\xec\x5c\x92\x27\xf1\x6e\x52\xf3\x65\xaa\x1b\ +\x38\x9d\x24\x8c\x78\x40\xd5\x51\x3c\x0a\x24\x9a\xa8\x22\x8c\xd8\ +\x37\xfd\x99\xc2\x88\xda\x14\x25\x94\x50\x18\xd1\x98\x12\x84\x12\ +\x6b\xa8\x15\xab\xab\x27\x77\x2f\xe2\x7e\x67\xfd\x02\x95\xb5\x88\ +\x17\x37\xd7\x69\xe3\x3e\xb1\x41\x06\xef\xb1\x91\x86\x96\xba\xac\ +\x1b\xc1\xb1\xc3\x18\xe2\x9c\x7f\xb7\xd5\x56\x8b\xac\x3c\x17\x93\ +\x2c\xbe\x5d\x26\xd3\x5b\xf9\x61\x66\x76\x3f\x49\x28\x71\x0a\xb0\ +\x40\x9b\x78\xc3\x6e\x04\x36\x35\xb3\x9f\x56\xbb\xd8\x68\x24\xca\ +\x72\x51\xb8\xf4\x17\xb7\xc3\x3a\x24\x87\xd0\xa2\xf0\xb2\x05\x56\ +\xd7\xb0\x51\x5a\x4f\x17\xb4\x8f\x3d\x0b\xec\x06\x1c\x07\xbc\xae\ +\x66\x6c\xd8\xbd\xc0\x76\x66\xf6\xb5\x70\x33\x89\x14\x90\x02\x89\ +\xe6\x9d\x64\x2a\x8c\xc8\x48\xec\xa1\x84\xc2\x88\x6c\x14\x3c\x94\ +\x98\xac\x16\xac\xca\x08\x8a\xb7\xe0\x25\xc0\x7a\x05\x2a\x6b\x11\ +\x03\x89\x75\xdb\xb8\x4f\x28\x90\x68\xef\x7e\xad\x0b\x26\x11\xd6\ +\x83\x99\xf5\x00\x5f\x29\x59\x1d\x4f\xcf\xa1\x1e\x17\x99\xd9\xc9\ +\xc0\xc6\xc0\x5f\xb4\x99\xd7\xe5\x25\xe0\xe3\x66\xb6\x9b\x99\xfd\ +\xb7\x80\xe5\x2f\xcb\x85\xfc\xb5\xda\x61\x63\x0b\x4f\xde\x1c\x53\ +\x92\xaf\xa3\x9b\xc5\xca\x6b\x5a\x81\xfb\x98\x9b\xd9\x2f\x48\x6e\ +\x76\x3b\x0f\xd0\x85\xc1\xda\xcd\x21\x79\x5a\x70\x2b\x33\xbb\x4b\ +\xd5\x51\x6c\x0a\x24\x9a\x40\x61\x44\xf6\x06\x08\x25\xa6\xe4\xdc\ +\xd6\x0a\x23\x32\x34\x40\x28\x71\x48\xe4\x45\x5f\x5e\xad\x57\xb5\ +\xc9\x05\x1b\xcf\x27\x91\x2c\x78\x59\x14\x6b\x16\x70\x9b\x58\xb5\ +\x8d\xfb\x43\x16\x17\xc5\x37\x40\xea\xb1\xb6\xb6\xfd\x68\xac\x1c\ +\xe1\x45\x83\xeb\x29\xd7\xd4\x0a\xaf\xe4\x58\x97\x4f\x98\xd9\xfb\ +\x81\xbd\x81\x87\xb5\xb9\x57\xe5\x0d\x60\x2a\xb0\xbe\x99\x5d\x5c\ +\xd0\xf3\xe1\x0e\xca\x13\xba\x4e\x6e\x97\x0d\xcf\xcc\x2e\x05\xce\ +\x2d\xc1\x57\x59\x05\x29\xab\xe7\x4a\xd0\xcf\x5e\x31\xb3\xc3\x80\ +\x1d\x48\x16\x94\x97\xc1\x75\x91\xac\xf3\xb5\x5e\x78\x5a\x50\x17\ +\xdc\x4a\x40\x81\x44\xf6\x07\x5f\x0a\x23\x9a\x24\xb6\x50\x42\x61\ +\x44\x73\xf4\x13\x4a\x9c\x13\x79\x28\x31\x56\x2d\x57\xb5\xa2\x4d\ +\x4f\xb2\x8a\xea\xb7\xe9\x3a\xdb\xb8\x3f\xac\xd4\xe0\x7e\x68\x14\ +\x0a\x44\xeb\x15\x43\xbd\x4d\x50\x33\x00\xf1\x2e\xca\xfe\x25\xa0\ +\xa7\x24\x75\xfc\x44\xde\x05\x30\xb3\xab\x48\xe6\xd0\x3e\x14\x78\ +\x46\x9b\x7d\x9f\xba\x80\x5f\x01\xeb\x98\xd9\x49\x66\x56\xe4\x45\ +\x50\xc7\x86\x63\xf8\x32\x68\xb7\xe3\x94\x4f\xc7\x30\x66\x34\x70\ +\x6c\x34\x92\x64\xad\x28\x29\x9f\x1e\xe0\x85\xb2\x7c\x19\x33\xfb\ +\x87\x99\x6d\x0f\x7c\x10\xad\xbb\xd4\x6f\x97\x06\x2e\x07\x36\x32\ +\xb3\x63\xcd\xec\x65\x55\x49\x79\x28\x90\xc8\x76\xe7\xa7\x30\xa2\ +\xc9\xfa\x08\x25\x56\x25\x87\x50\x42\x61\x44\x73\x15\x30\x94\x50\ +\x20\x51\xbd\x65\x0b\x56\xde\xa2\x5d\xe0\x2f\xd4\x49\xb3\xbb\x0f\ +\x21\xde\x8b\x91\xad\xb0\x82\xbb\x5b\x03\xaf\xd7\x1d\xf6\xf5\x9b\ +\x18\x41\x19\xc6\xab\x19\xe2\xad\x07\x33\xbb\x07\xf8\x5d\x09\xea\ +\x77\x3e\xf0\x6c\x24\x75\xda\x6d\x66\xe7\x93\x3c\x1d\x76\x24\xf0\ +\xa8\x36\x7f\x20\x59\x67\xe3\xe7\xc0\xba\x66\x76\x8c\x99\xbd\xa4\ +\xe3\x3d\x7d\x97\x1c\xfb\xe9\x3c\xe0\x40\x60\x71\x41\xbf\x82\xc2\ +\xfe\xf2\x7a\xa5\x8c\xeb\x05\x98\xd9\x9f\x81\x77\x02\x07\x00\x77\ +\xaa\x99\x81\x64\xc1\xea\x3f\x00\x9b\x99\xd9\x01\x66\xf6\x98\xaa\ +\xa4\x7c\x14\x48\x64\x44\x61\x44\xeb\xe4\x1d\x4a\xb8\xfb\xe9\x28\ +\x8c\x68\xba\x82\x85\x12\x0a\x24\xca\x7b\x52\xa7\x40\xa2\xb9\xc6\ +\xb7\xf9\xb1\xc8\x88\x06\x4f\x9c\x35\x25\x41\xfd\x62\x08\x24\x74\ +\xd1\x24\xfe\xfd\xc2\x49\x24\x17\xf4\x8b\xec\x89\xb0\x2e\x46\x34\ +\xc2\xfa\x12\x67\x03\x1b\x86\x73\xa7\x5b\xdb\x74\xdb\x7f\x15\x38\ +\x1d\x98\x6c\x66\xc7\x9b\xd9\xd3\xea\xd7\x51\x1a\xd7\xe0\xcd\x03\ +\x85\x13\xe6\x66\x3f\xb9\xa0\xc5\x57\xd8\x5f\x5e\xd3\x4a\xdc\xe7\ +\x7a\xcc\xec\x72\x33\xdb\x06\xd8\x09\xb8\x8a\xe4\xa2\x7c\xbb\x99\ +\x0b\xfc\x82\x64\x6a\xa6\x4f\x98\xd9\x03\xda\xec\xcb\x4b\x81\x44\ +\x06\x14\x46\xb4\x5e\x5e\xa1\x44\x08\x23\xde\x5a\xe8\x50\x61\x44\ +\x73\x15\x28\x94\x18\xae\xd6\xaa\x5a\xd1\xc2\x9b\xa2\x05\x12\x45\ +\xbb\x00\x30\x4a\x5d\xa2\xa1\x0b\xe3\x0a\x24\xea\x17\xc3\x05\x0b\ +\x85\xd9\x89\x65\xc2\xb1\x74\x8c\x17\x08\xa6\x01\x3f\x2a\x78\xfd\ +\x46\x3b\x0d\x44\xb8\x00\xf3\x47\x33\xdb\x91\x64\x3d\x9c\x1f\x91\ +\xc3\x02\xdc\x39\xf8\x1b\xf0\x09\x60\x75\x33\xfb\x9a\x99\xbd\x52\ +\xc2\xef\x38\xba\x44\xdf\x65\x48\x9b\x1e\xaf\x7c\x37\x6c\xab\x3a\ +\xd7\x90\x58\x3c\xd7\x0e\x5f\xd2\xcc\xfe\x66\x66\x7b\x93\xac\x0d\ +\x78\x72\x9b\x7c\xef\x7b\x81\x63\x80\x55\xcc\xec\x38\x33\x7b\x52\ +\x9b\x7b\xf9\x29\x90\x68\x90\xc2\x88\xfc\xb4\x3a\x94\x50\x18\x91\ +\x8f\x82\x84\x12\x43\xd4\x52\x55\x1b\x56\xb0\xf2\x16\x6d\x0e\xda\ +\xe1\xda\x1e\x0a\xa7\x91\x6d\x6c\x8c\xaa\xaf\xd0\x7d\x5b\xdb\x7f\ +\x31\xc6\xae\xef\x92\xe3\xa2\xd0\x19\xb8\xbd\x08\x85\x34\xb3\x47\ +\xcc\xec\x7f\xc2\xf1\xfc\x7e\xc0\x45\x24\x77\x4a\x96\xc5\x43\x24\ +\x4f\xdc\x4c\x31\xb3\x9d\xcc\xec\x0f\x66\xb6\xb0\xc4\x7d\x7a\xa8\ +\x8e\x5f\x8b\x2d\x2c\x1a\x7b\x30\x30\x4b\x6d\x25\x91\x98\xd6\x66\ +\x7d\x70\x9a\x99\x9d\x42\x12\x4c\xec\x0a\xfc\x9a\x72\x85\xf6\xcf\ +\x00\x67\x90\x4c\xcb\xf4\x4e\x33\xfb\x95\x99\xcd\xd5\x66\xde\x3e\ +\x14\x48\x34\x40\x61\x44\xfe\x5a\x15\x4a\x28\x8c\xc8\x57\x01\x42\ +\x09\x05\x12\xe5\x3d\x41\xd5\x05\x7e\x95\xb7\xd9\x46\x34\xf0\xda\ +\xd1\xaa\xbe\x42\xf7\x6d\x6d\xff\x05\x18\x6b\xc3\xc9\xf1\xb7\x0a\ +\x5c\xb7\xb7\x15\xa9\xb0\x66\xb6\xd0\xcc\xfe\xcf\xcc\x0e\x04\x56\ +\x00\xf6\x07\x7e\x43\xf1\xee\x10\xed\x0a\x75\xff\x35\x60\x63\x33\ +\xdb\xd8\xcc\xa6\xb6\xd1\x5d\x9f\x65\x3b\x36\x1e\x4a\x1b\x0a\x4f\ +\x89\x1d\xad\x63\x4b\x89\xc4\xb4\x36\xed\x87\x3d\x66\x76\x93\x99\ +\x1d\x0d\xac\x04\xec\x0e\x9c\x49\xf1\xd6\x61\x72\xe0\x1e\x60\x2a\ +\xb0\x0d\xb0\x96\x99\x7d\xd5\xcc\xb4\xa0\x77\x9b\x1a\xaa\x2a\xa8\ +\xb3\x27\x29\x8c\x88\xc6\xbc\x79\xf3\x00\x18\x37\x6e\x5c\xfa\xa3\ +\x34\x94\xd8\xd9\xcc\x9e\xc8\xa0\xad\x15\x46\x44\x20\x0d\x25\x26\ +\x4e\x9c\x48\x47\x47\x47\x7a\xa2\x73\x8e\xbb\x63\x66\x17\x14\xf8\ +\xa4\x6b\x01\x4b\xcf\x4f\xdd\x0d\xcc\x19\xe0\xf7\x7b\x80\xd9\x75\ +\xfc\xff\xe1\x0c\x7c\xf1\x72\x34\x03\x5f\x10\x1a\x0f\x54\xce\x9f\ +\x3b\xae\xce\xef\x5d\xb6\x40\x62\x1e\xc9\xa2\x7f\x0b\x81\x37\x07\ +\x69\x87\x39\x2c\x99\x0b\x74\x24\xb0\x4c\xaf\xff\xbf\x0c\x6f\xbf\ +\x6b\xbb\xb2\x5d\x7a\xb7\x41\x3d\xe5\x2d\xd3\x71\xc8\x5c\x92\x0b\ +\x3e\xa9\xd7\xc3\x81\x6e\x6f\x6f\x86\xf6\xe9\xad\xaf\xbe\xd6\x5f\ +\x3f\x18\xdb\x4f\x59\x97\x65\xc9\xcd\x1d\x83\xf5\xb1\xfe\x34\x72\ +\xa7\x7e\x16\x53\x48\xf4\xae\xb7\xc1\xc6\x20\xfa\xd8\xde\xa9\xa1\ +\xde\xfb\xda\xf6\x07\xeb\x07\x03\xfd\xff\xca\x36\xa8\xe9\x82\x85\ +\xbb\x9b\x99\xe5\x79\xd0\x56\xef\x45\x93\x59\xfd\xfc\xbd\xd2\xec\ +\x30\x0e\x0d\xd6\x6f\xa0\xff\xb5\x2c\x86\xd1\xff\x53\x38\xa3\x58\ +\x12\xa6\x0d\x09\xfb\x84\x3c\xea\xa2\x55\x7e\x0b\x9c\x48\xb2\xe6\ +\x41\xab\xa4\x6d\x38\x3f\x1c\x2b\xf4\x75\xcc\x30\xd8\x71\xc5\x02\ +\xe0\x91\x02\x5f\x84\x99\x0f\x5c\x19\xfe\xe0\xee\xeb\x87\x0b\x31\ +\xdb\x02\xdb\x01\xab\x47\x54\xdc\x6e\x92\xe9\xb1\x6e\x27\x09\x22\ +\x6e\x34\xb3\xd7\x75\x9d\xa1\xba\xc3\xfc\x70\x3c\x05\xb0\x08\x78\ +\xa3\x8a\xfd\x75\xef\xf1\xaf\xaf\x7d\x70\x5f\xfb\x9b\x74\xec\xea\ +\xa0\xb6\x69\x2e\xdb\xf6\xe6\x23\x33\xfb\x7f\xee\x7e\x2e\x70\x58\ +\x83\xfd\xa3\x55\xa1\x62\x4c\xfb\x93\x2e\x06\x7f\xd2\xab\x9a\x71\ +\xbd\xaf\x7d\xf7\x52\x97\x2c\xc2\xf1\xdc\x40\xc6\xd4\x59\x37\xb5\ +\xbe\xae\xaf\xe3\xb8\x31\x19\xb5\xcb\x34\xda\x9c\x99\x75\x01\x37\ +\x84\x3f\xb8\xfb\x1a\xc0\x6e\xc0\x0e\x24\x17\xf9\xd7\xad\xe2\x7c\ +\xb1\x55\x3c\x1c\x83\xfc\x3d\xec\x17\xaf\x2f\xe9\x14\x85\x52\xef\ +\xf6\xac\x2a\xa8\xa3\x57\x29\x8c\x88\xd2\x98\x31\x63\x2a\x43\x09\ +\x80\xe7\x81\x86\x42\x09\x85\x11\xf1\x19\x36\x6c\x58\x65\x28\x91\ +\x1e\xe0\x1e\x9e\x67\x28\xe1\xee\xfb\x01\xcb\x87\x13\xa8\x45\xe1\ +\x04\x29\xbd\x60\x97\x1e\x40\x56\x5e\xc0\x5b\x10\x4e\xb2\xcb\x32\ +\x26\x4e\xa8\x38\xf9\x4c\xe7\x6d\x9d\x50\x71\x22\x38\x3e\xfc\x7d\ +\x14\xf0\x98\x99\xfd\xad\x40\xdf\x6d\x5b\x60\x1d\x92\xc7\x63\xd3\ +\x3f\x73\x43\x1b\xce\xcd\xb1\xbe\xd3\x13\xe9\x51\xa1\x7e\x27\x84\ +\xff\x62\x66\x17\x16\xa8\x7e\x27\x01\x07\x84\x93\xb1\xb9\xe1\xcf\ +\xfc\x70\x61\x22\x0d\x70\x2a\x2f\xc6\xbd\x61\x66\x8b\x0a\xf0\xbd\ +\xd2\x13\x2f\x63\xc9\x5a\x05\x13\x42\x7f\x48\xfb\xc4\xe8\xf0\xf7\ +\xab\xcd\xec\xb9\x3a\x3f\xe7\x3d\xc0\xfa\x15\x27\xbc\x0b\x2a\xea\ +\x6f\x31\x4b\xc2\x86\xca\x0b\x3c\xdd\x66\x36\x87\x92\x71\xf7\x34\ +\x98\x48\xc3\xd2\x34\x44\x4a\xdb\x22\x0d\x9b\xd2\xff\x8e\x02\x7e\ +\x9a\xe7\x62\xbf\xee\xbe\x3b\x30\x99\x25\x17\xdb\xd2\x8b\x72\x69\ +\x3b\xa6\xa1\x4e\xda\x9e\xb3\x63\x5b\x9c\xb8\x8f\xef\x94\x06\xa7\ +\x69\xbd\xa7\xfb\x81\xde\xfb\x07\x2a\xda\x68\x19\xe0\xb7\x66\x36\ +\x2f\xf2\xef\xb6\x17\x70\xf5\x20\x17\x95\x5e\x00\x66\x92\x84\x09\ +\xb3\x42\x1f\x9c\x1d\xfe\x5b\xf9\xf7\xd9\xa1\x7d\xd3\x0b\xaa\xe9\ +\xf1\xc3\xe2\xd8\xeb\x21\xb2\x36\x59\x19\xd8\x1a\xd8\x28\xfc\xd9\ +\x00\x58\x8f\xe6\x87\xf3\x6f\x84\x8b\x2c\x0f\x00\x0f\x86\xff\xde\ +\xa5\xb6\x5b\xaa\x6d\x26\x03\xef\x0b\x63\xdb\xec\xf0\xdf\x39\x61\ +\x3c\x4b\xc7\xb6\xdc\x8f\x87\xdd\x7d\x54\x18\xa7\xc6\xb3\xe4\x42\ +\xea\x04\x92\xd0\x62\x54\x38\xd6\x1a\x09\x9c\xd7\xce\xed\x1b\x8e\ +\x6b\xee\x05\xaa\x9d\x85\xe0\x79\xe0\x31\xe0\x3e\xe0\xaf\xc0\xad\ +\xad\x3a\xf6\x70\xf7\xb5\x80\x0f\xf3\xf6\x1b\x2e\xfa\xba\xf0\xdf\ +\x3b\xd4\xaf\x3c\xe6\x84\xbe\x2f\xf4\xbf\xed\x77\xda\x3c\x7c\x6c\ +\xf4\xb8\x2d\x55\x79\xcc\x4c\x1f\xe7\x96\x00\x8f\x6b\x4a\x9f\x41\ +\xeb\x75\x62\xd8\x2f\x6e\x4c\x72\x13\xc5\x86\x61\xdf\xb8\x4c\x93\ +\x3f\x7a\x21\xc9\x13\x1b\x0f\xf5\xda\x2f\xce\x50\xab\x48\x7f\x14\ +\x48\xd4\xd7\xc9\x2f\x02\x3e\xfe\x56\xcf\x5b\xb8\x90\x99\x33\x67\ +\x2a\x8c\x88\x40\x1f\xa1\xc4\x34\x60\x0b\x33\x7b\xad\x8e\x76\xfe\ +\x32\xc9\x9c\x76\x80\xc2\x88\x98\x0c\x1f\x3e\x9c\xce\xce\xce\xde\ +\xa1\xc4\x9e\x66\x76\x83\x6a\x47\x44\x44\x44\x9a\x78\x0e\xd0\x09\ +\x3c\x4e\x72\xb1\xed\x49\x92\x0b\x6f\x2f\xe9\xa4\x3b\x9a\x36\xea\ +\x20\x99\xd2\x62\x32\xb0\x06\xb0\x0a\xc9\x4d\x23\x9d\x15\x7f\xd2\ +\x27\x7f\x2a\x9f\xf4\xa9\xbc\x93\xf9\x4d\x60\x06\x49\xb8\x34\x83\ +\x64\x0d\x91\xe7\x49\xe6\xbb\x7e\x46\x77\x78\x4a\x9b\xf6\xad\xad\ +\x48\x16\x9d\x4d\xef\xd4\x9f\x4d\x12\x96\x4f\x0f\xfd\x64\x06\xf0\ +\x32\xba\x68\x2c\x12\x63\xff\x5d\x31\xec\x13\x57\x27\x99\x51\x64\ +\x12\x30\x31\xec\x13\x27\xb0\xe4\x89\xb1\xca\x27\xcb\x2a\x03\xb9\ +\x05\x15\xfb\xc4\x19\xa1\xdf\x3f\x0f\x3c\x1d\xf6\x8d\x2f\xe6\xfc\ +\xd4\xb1\x14\x90\x02\x89\xfa\x3a\xf3\x53\x24\x0b\xcb\xb0\x78\xf1\ +\x62\xa6\x4f\x9f\xae\x30\x22\x22\xe3\xc6\x8d\x63\xcc\x98\xa5\x66\ +\x18\xd8\xdc\xcc\xee\xab\xa3\x9d\xcf\x07\x0e\x01\xe8\xe9\xe9\xe1\ +\xb5\xd7\x5e\x53\x18\x11\x91\xe1\xc3\x87\xb3\xdc\x72\xcb\x55\xfe\ +\xe8\xd3\x66\x76\x96\x6a\x46\x44\x44\x44\x44\x44\x44\x44\x44\x24\ +\x4e\x5a\xd4\xba\x3e\x6f\xa5\x0f\x43\x87\x0e\x65\xf8\xf0\xe1\xaa\ +\x91\x58\x36\xe8\x8e\x0e\x46\x8c\x18\xd1\x6f\x7b\xd5\xa8\xbb\xf2\ +\x7d\x47\x8f\xd6\xda\xa1\xb1\x30\x33\xc6\x8e\x1d\xdb\xfb\xc7\x5d\ +\xaa\x19\x11\x11\x11\x11\x11\x11\x11\x11\x91\x78\x29\x90\xa8\xcf\ +\x09\x84\x85\x1a\xcd\x8c\xce\xce\xce\xbe\x2e\x82\x4b\xab\x37\xe6\ +\x8e\x0e\x26\x4e\x9c\xc8\xb0\x61\x4b\xad\x97\x74\x36\xc9\x1c\x76\ +\xf5\xf8\x1a\x15\x0b\x01\xf6\x31\x1d\x94\xe4\xc0\xcc\x98\x30\x61\ +\x42\xef\x3e\x77\x3d\x70\x9e\x6a\x47\x44\x44\x44\x44\x44\x44\x44\ +\x44\x24\x5e\x9a\xb2\xa9\x4e\xee\xbe\x27\x70\x25\x61\xde\x51\x77\ +\x67\xe6\xcc\x99\x2c\x5c\xb8\x50\x95\x93\x83\x01\xc2\x88\xa3\x1b\ +\x59\x00\x32\xcc\xb5\x77\x33\xf0\x8e\xf4\x67\xf3\xe6\xcd\x63\xce\ +\x9c\x39\xaa\xf4\x3c\x06\xac\x10\x46\x8c\x1c\x39\xb2\xf2\xc7\xd7\ +\x03\xfb\x96\x69\x91\x68\x11\x11\x11\x11\x11\x11\x11\x11\x91\x32\ +\x52\x20\xd1\x00\x85\x12\x71\x68\x56\x18\x51\xd1\xce\x0a\x25\x62\ +\x18\xac\x14\x46\x88\x88\x88\x88\x88\x88\x88\x88\x88\x14\x9a\x02\ +\x89\x06\x29\x94\xc8\x57\xb3\xc3\x88\x8a\x76\x56\x28\x91\xe7\x40\ +\xa5\x30\x42\x44\x44\x44\x44\x44\x44\x44\x44\xa4\xf0\x14\x48\x64\ +\x40\xa1\x44\x3e\x5a\x15\x46\x54\xb4\xb3\x42\x89\x3c\x06\x29\x85\ +\x11\x22\x22\x22\x22\x22\x22\x22\x22\x22\xa5\xa0\x40\x22\x23\x0a\ +\x25\x5a\x2b\x8b\x30\xc2\xdd\xd7\x0c\x7d\x60\x86\x99\xcd\xae\xf2\ +\x35\x0a\x25\x5a\x39\x40\x29\x8c\x10\x11\x11\x11\x11\x11\x11\x11\ +\x11\x29\x8d\x0e\x55\x41\x36\xcc\xec\x1a\x60\x3f\x60\x61\xf8\x37\ +\x9d\x9d\x9d\x8c\x18\x31\x42\x95\x93\xf5\x46\x9b\x4d\x18\xf1\x43\ +\xe0\x29\xe0\x49\xe0\x41\x77\x5f\xbb\xca\x76\x7e\x19\xd8\x05\x78\ +\x24\xfd\xd9\x98\x31\x63\x18\x37\x6e\x9c\x1a\x26\xfb\x3e\xa5\x30\ +\x42\x44\x44\x44\x44\x44\x44\x44\x44\xa4\x44\x14\x48\x64\x48\xa1\ +\x44\x0b\x36\xd8\x6c\xc2\x88\xd3\x81\xcf\x57\xfc\x68\x35\xe0\xaf\ +\xee\x3e\xa5\xca\x76\x56\x28\xd1\xfc\xbe\xa4\x30\x42\x44\x44\x44\ +\x44\x44\x44\x44\x44\xa4\x64\x34\x65\x53\x13\x68\xfa\xa6\xe6\xc8\ +\xf0\xc9\x88\xcf\xf7\xf3\xbf\xa7\x01\x3b\x9b\xd9\x93\x55\xbe\xd7\ +\x8a\xc0\x4d\xc0\x06\xe9\xcf\x34\x7d\x53\x06\x83\x92\xc2\x08\x11\ +\x11\x11\x11\x11\x11\x11\x11\x91\x52\xd2\x13\x12\x4d\xa0\x27\x25\ +\x9a\xb0\xa1\x36\x21\x8c\xe8\xea\xea\x62\xde\xbc\x79\x95\xbf\xb2\ +\x1a\x70\x4b\x1d\xd3\x37\x3d\x9c\xfe\x4c\x4f\x4a\x34\xdc\x77\x14\ +\x46\x88\x88\x88\x88\x88\x88\x88\x88\x88\x94\x94\x02\x89\x26\x51\ +\x28\x91\xe1\x46\xda\x84\x69\x9a\xba\xba\xba\x98\x31\x63\x06\x73\ +\xe6\xcc\xe9\xfd\x44\x43\xad\xd3\x37\xbd\x82\x42\x89\xac\xfa\x8c\ +\xc2\x08\x11\x11\x11\x11\x11\x11\x11\x11\x91\x12\xd3\x94\x4d\x4d\ +\xa6\xe9\x9b\x1a\x93\x61\x18\xf1\x95\xf4\xdf\x69\x18\xd1\xdd\xdd\ +\xfd\xd6\xef\xf4\x11\x22\x3c\x4f\x32\x7d\xd3\x13\x55\x7e\xc6\x0a\ +\xc0\xcd\x68\xfa\xa6\xfa\x06\x22\x85\x11\x22\x22\x22\x22\x22\x22\ +\x22\x22\x22\xa5\xa7\x40\xa2\x05\x14\x4a\xd4\xa7\x55\x61\x44\x4a\ +\xa1\x44\x4e\x83\x90\xc2\x08\x11\x11\x11\x11\x11\x11\x11\x11\x91\ +\xb6\xa0\x40\xa2\x45\x14\x4a\xd4\xa6\xd5\x61\x44\x4a\xa1\x44\x8b\ +\x07\x20\x85\x11\x22\x22\x22\x22\x22\x22\x22\x22\x22\x6d\x43\x81\ +\x44\x0b\x29\x94\xa8\x4e\x5e\x61\x44\x4a\xa1\x44\x8b\x06\x9f\xfe\ +\xc3\x88\x7d\xcc\x6c\x81\x6a\x48\x44\x44\x44\x44\x44\x44\x44\x44\ +\xa4\x5c\x14\x48\xb4\x98\x42\x89\x81\xe5\x1d\x46\xa4\x14\x4a\x34\ +\x79\xe0\x51\x18\x21\x22\x22\x22\x22\x22\x22\x22\x22\xd2\x76\x14\ +\x48\xe4\x40\xa1\x44\xdf\x62\x09\x23\x52\x0a\x25\x9a\x34\xe8\x28\ +\x8c\x10\x11\x11\x11\x11\x11\x11\x11\x11\x69\x4b\x0a\x24\x72\xa2\ +\x50\x62\x69\xb1\x85\x11\x29\x85\x12\x19\x0f\x38\x0a\x23\x44\x44\ +\x44\x44\x44\x44\x44\x44\x44\xda\x96\x02\x89\x1c\x29\x94\x48\xc4\ +\x1a\x46\xa4\x14\x4a\x64\x34\xd8\x28\x8c\x10\x11\x11\x11\x11\x11\ +\x11\x11\x11\x69\x6b\x1d\xaa\x82\xfc\x98\xd9\x35\xc0\x7e\xc0\xc2\ +\xf0\x6f\x3a\x3b\x3b\x19\x31\x62\x44\xfb\x6c\x80\x7d\x87\x11\xbf\ +\x21\x92\x30\x02\xfa\x0c\x0f\x56\x05\x6e\x71\xf7\x29\x55\xb6\xf3\ +\x2b\xc0\x2e\xc0\xc3\xe9\xcf\xfa\x08\x39\xca\xbe\xad\x2b\x8c\x10\ +\x11\x11\x11\x11\x11\x11\x11\x11\x69\x73\x7a\x42\x22\x02\xed\xfa\ +\xa4\xc4\x00\x61\xc4\x31\xb1\x84\x11\x95\xf4\xa4\x44\x9d\x83\x8c\ +\xc2\x08\x11\x11\x11\x11\x11\x11\x11\x11\x11\x41\x81\x44\x34\xda\ +\x2d\x94\x28\x5a\x18\x91\x52\x28\x51\xe3\x00\xa3\x30\x42\x44\x44\ +\x44\x44\x44\x44\x44\x44\x44\x02\x05\x12\x11\x69\x97\x50\xa2\xa8\ +\x61\x44\x4a\xa1\x44\x95\x83\x8b\xc2\x08\x11\x11\x11\x11\x11\x11\ +\x11\x11\x11\xa9\xa0\x40\x22\x32\x65\x0f\x25\x8a\x1e\x46\xa4\x14\ +\x4a\x0c\x32\xb0\x28\x8c\x10\x11\x11\x11\x11\x11\x11\x11\x11\x91\ +\x5e\x14\x48\x44\xa8\xac\xa1\x44\x59\xc2\x88\x94\x42\x89\x7e\x06\ +\x15\x85\x11\x22\x22\x22\x22\x22\x22\x22\x22\x22\xd2\x07\x05\x12\ +\x91\x2a\x5b\x28\x51\xb6\x30\x22\xa5\x50\xa2\xd7\x80\xa2\x30\x42\ +\x44\x44\x44\x44\x44\x44\x44\x44\x44\xfa\xa1\x40\x22\x62\x21\x94\ +\xb8\x02\x18\x19\xfe\x5d\xc8\x50\xa2\xac\x61\x44\x4a\xa1\x44\x18\ +\x4c\x14\x46\x94\x7d\x3c\x1a\x0e\xac\x09\xac\x07\xac\x13\xfe\x3e\ +\x4c\x35\x53\xb5\x65\x80\x65\x2b\xfe\x8c\x50\x95\x88\x88\x88\x88\ +\x88\x88\x48\x04\x1e\x03\x5e\x55\x35\xd4\xe5\x45\x33\x3b\x45\xd5\ +\x50\x1b\x05\x12\x91\x2b\x7a\x28\x51\xf6\x30\x22\xd5\xee\xa1\x84\ +\xc2\x88\xd2\x8c\x37\x1d\xc0\xea\xc0\xba\x24\xa1\xc3\xba\x15\x7f\ +\x5f\x03\x18\xaa\x5a\x12\x11\x11\x11\x11\x11\x11\x11\x01\xe0\x22\ +\x33\x3b\x50\xd5\x50\x1b\x05\x12\x05\x50\xd4\x50\xa2\x5d\xc2\x88\ +\x54\xbb\x86\x12\x0a\x23\x0a\x39\xa6\x0c\x23\x79\xd2\x61\x93\xf0\ +\x27\x0d\x1e\xa6\xa0\x3b\xf7\x45\x44\x44\x44\x44\x44\x44\x44\x06\ +\xb3\x08\x78\x97\x99\xdd\xa7\xaa\xa8\x8d\x02\x89\x82\x28\x5a\x28\ +\xd1\x6e\x61\x44\xaa\xdd\x42\x09\x85\x11\x85\x18\x3b\x96\x03\x36\ +\x65\x49\xf8\xb0\x29\xb0\x21\x30\x5c\xb5\x23\x22\x22\x22\x22\x22\ +\x22\x22\x52\x33\x07\x8e\x32\xb3\xb3\x55\x15\xb5\x53\x20\x51\xa4\ +\x2d\xbd\x20\xa1\x44\xbb\x86\x11\xa9\x76\x09\x25\x14\x46\x44\x39\ +\x46\xac\x0d\x6c\x4d\x12\x3a\xa4\x21\xc4\xca\xaa\x19\x11\x11\x11\ +\x11\x11\x11\x11\x91\x4c\xbc\x09\x1c\x6d\x66\xbf\x53\x55\xd4\x47\ +\x81\x44\xc1\xc4\x1e\x4a\xb4\x7b\x18\x91\x2a\x7b\x28\xa1\x30\x22\ +\x8a\xb1\x60\x14\xb0\x25\xb0\x1d\xb0\x2d\xb0\x0d\x30\x49\x35\x23\ +\x22\x22\x22\x22\x22\x22\x22\xd2\x14\xff\x04\x8e\x30\xb3\xff\xa8\ +\x2a\xea\xa7\x40\xa2\x80\x62\x0d\x25\x14\x46\x2c\xad\xac\xa1\x84\ +\xc2\x88\xdc\xfa\xfd\x9a\x24\xc1\x43\xfa\x67\x53\xb4\xc8\xb4\x88\ +\x88\x88\x88\x88\x88\x88\x48\xb3\x4d\x03\x4e\x05\xce\xa9\xf6\x1a\ +\xa7\xf4\x4f\x81\x44\x41\xc5\x16\x4a\x0c\x10\x46\x1c\x6d\x66\x5e\ +\xe5\x77\x2a\x4d\x18\x91\x2a\x5b\x28\xa1\x30\xa2\xa5\x7d\x7c\x22\ +\xb0\x2b\xf0\x3e\x60\x77\x60\x15\xd5\x8a\x88\x88\x88\x88\x88\x88\ +\x88\x48\xcb\xfc\x17\xf8\x09\xf0\x5b\x33\x5b\xa8\xea\xc8\x86\x02\ +\x89\x02\x8b\x25\x94\x50\x18\x31\xb0\xb2\x84\x12\x0a\x23\x9a\xea\ +\x3d\xff\x91\x00\x00\x20\x00\x49\x44\x41\x54\xde\x9f\x87\x92\x3c\ +\xf9\xb0\x3b\x49\x08\xb1\x05\xd0\xa1\x9a\x11\x11\x11\x11\x11\x11\ +\x11\x11\x69\x99\x45\xc0\xb5\xc0\xd9\xc0\xd5\x7a\x22\x22\x7b\x0a\ +\x24\x0a\x2e\xef\x50\x42\x61\x44\x75\x8a\x1e\x4a\x28\x8c\x68\x5a\ +\xff\x1d\x07\xec\x0b\xec\x07\xec\x02\x8c\x53\xad\x88\x88\x88\x88\ +\x88\x88\x88\x88\xb4\x54\x37\xf0\x57\xe0\x0f\xc0\x15\x66\x36\x4b\ +\x55\xd2\x3c\x0a\x24\x4a\x20\xaf\x50\x42\x61\x44\x6d\x8a\x1a\x4a\ +\x28\x8c\xc8\xbc\xbf\x8e\x04\xf6\x02\x3e\x01\xbc\x3f\xed\xb7\x22\ +\x22\x22\x22\x22\x22\x22\x22\xd2\x32\x8b\x81\x3b\x80\xcb\x81\x4b\ +\xcd\xec\x65\x55\x49\x6b\x28\x90\x28\x89\x56\x87\x12\x0a\x23\xea\ +\x53\xb4\x50\x42\x61\x44\x66\xfd\xb3\x03\xd8\x0d\xf8\x38\xc9\xd3\ +\x10\x7a\x12\x42\x44\x44\x44\x44\x44\x44\x44\xa4\xb5\x1e\x01\x6e\ +\x00\x6e\x04\xfe\x6a\x66\x73\x55\x25\xad\xa7\x40\xa2\x44\x5a\x15\ +\x4a\x28\x8c\x68\x4c\x51\x42\x09\x85\x11\x99\xf4\xc9\x65\x81\xc3\ +\x80\x13\x80\xb5\x55\x23\x22\x22\x22\x22\x22\x22\x22\x22\x2d\xf3\ +\x32\x70\x13\x49\x00\x71\x83\x99\xbd\xa0\x2a\xc9\x9f\x02\x89\x92\ +\x69\x76\x28\xa1\x30\x22\x1b\xb1\x87\x12\xfd\x84\x11\xd7\x01\xfb\ +\x2a\x8c\xa8\xaa\x7d\x46\x93\x84\x10\x5f\x01\xc6\xab\x46\x44\x44\ +\x44\x44\x44\x44\x44\x44\x9a\xea\x0d\xe0\x3e\xe0\xee\x8a\x3f\x0f\ +\x57\x7b\xbd\x52\x5a\x47\x81\x44\x09\x35\x2b\x94\x50\x18\x91\xad\ +\x58\x43\x09\x85\x11\x0d\xf7\xbf\x83\x81\x1f\x02\xcb\xab\x36\x44\ +\x44\x44\x44\x44\x44\x44\x44\x32\xd7\x05\x3c\x04\xdc\x09\xdc\x05\ +\xfc\x8b\x24\x7c\xe8\x56\xd5\xc4\x4f\x81\x44\x49\x65\x1d\x4a\x28\ +\x8c\x68\x8e\xd8\x42\x09\x85\x11\x0d\xf5\xb9\x31\xc0\xef\x81\xbd\ +\x55\x1b\x22\x22\x22\x22\x22\x22\x22\x22\x0d\x73\xe0\x19\xe0\x3f\ +\xe1\xcf\x43\xc0\xc3\x24\xe1\x83\xae\x53\x15\x94\x02\x89\x32\xf7\ +\xd8\x8c\x42\x09\x85\x11\xcd\xd5\x47\x28\xf1\x32\xb0\x8b\x99\x3d\ +\x52\x65\xdd\x66\x12\x4a\x28\x8c\x68\xa8\xaf\x8d\x00\x6e\x05\xb6\ +\x56\x6d\x88\x88\x88\x88\x88\x88\x88\x88\xd4\xec\x39\x92\xb0\xe1\ +\xa1\x8a\xff\x3e\x62\x66\xf3\x54\x35\xe5\xa2\x40\xa2\xe4\x1a\x0d\ +\x25\x14\x46\xb4\x46\xde\xa1\x84\xc2\x88\x86\xfb\xd9\x57\x81\xd3\ +\x54\x13\x22\xf1\x76\x53\xa0\xa7\xe2\xef\xcd\x9e\x43\xb4\xbb\x86\ +\xcf\xe8\x69\xf0\xb3\x7a\x48\x1e\x57\x6e\x95\xae\x3e\xca\xdc\xdd\ +\x82\x3a\xed\xcb\xe2\x0c\xea\xaf\x72\x1b\x59\x9c\xc3\x77\xe8\x01\ +\x16\x35\xb9\x7d\x5a\x61\x61\x86\x9f\x9b\x75\x9d\xd4\xd2\x6f\xb3\ +\x3c\xe6\x59\x14\xde\xb3\xd5\x16\xe4\xf4\xb9\x31\xb7\x45\x2c\x7a\ +\x80\x37\xb5\x4b\x6e\x68\xdb\xee\x52\x35\xf4\x3b\x06\x2f\x52\x35\ +\xd4\x6d\xae\xaa\xa0\x5f\xf3\x72\x3a\xae\x28\xf2\xfe\xeb\xd5\x50\ +\x67\x0b\x35\xe6\xd7\x6c\x86\x99\xcd\x56\x35\xb4\x07\x05\x12\x6d\ +\xc0\xdd\xf7\x00\xae\xa4\xc6\x50\x42\x61\x44\x6b\xe5\x15\x4a\x28\ +\x8c\xc8\xa4\x8f\x6d\x0b\xac\xda\xc0\x5b\x2c\x0e\x07\x7b\xad\x3c\ +\xe8\x6e\xd5\x09\x5d\xd7\x20\x07\xf9\xe3\x81\xed\x32\x38\x50\x4e\ +\x07\x95\x37\x69\xee\x85\x98\x2e\x92\x85\xb2\xd2\xbf\xbf\x59\xa2\ +\xb6\x6a\xf9\x76\x68\x66\xba\xb0\x20\x22\x22\x22\x22\x22\x22\xd2\ +\x46\x14\x48\xb4\x89\x5a\x43\x09\x85\x11\xf9\x68\x75\x28\xa1\x30\ +\x42\x44\x44\x44\x44\x44\x44\x44\x44\x44\x5a\x45\x81\x44\x1b\xa9\ +\x36\x94\xc8\x28\x8c\x38\x03\xf8\x72\xfa\x6f\x85\x11\xd5\x6b\x55\ +\x28\xa1\x30\x42\x44\x44\x44\x44\x44\x44\x44\x44\x44\x5a\x49\x81\ +\x44\x9b\x19\x2c\x94\x50\x18\x11\x87\x66\x87\x12\x0a\x23\x44\x44\ +\x44\x44\x44\x44\x44\x44\x44\xa4\xd5\x14\x48\xb4\xa1\xfe\x42\x89\ +\xc5\x8b\x17\x2b\x8c\x88\x48\xb3\x42\x89\xb9\x73\xe7\x2a\x8c\x10\ +\x11\x11\x11\x11\x11\x11\x11\x11\x91\x96\x53\x20\xd1\xa6\xdc\xfd\ +\x03\xc0\xe5\xc0\xf0\xf0\x6f\xba\xbb\xbb\x19\x3a\x74\x68\xe5\xaf\ +\xfd\x1c\x38\x41\x61\x44\x7e\x32\x08\x25\x56\x26\x09\x25\xd6\x4b\ +\x7f\xd6\xdd\xdd\xcd\x90\x21\x43\x2a\x7f\xed\x5a\x60\x3f\x85\x11\ +\x22\x22\x22\x22\x22\x22\x22\x22\x22\xd2\x4c\x0a\x24\xda\x58\xef\ +\x50\xa2\x17\x85\x11\x91\x68\x46\x28\x51\x41\x61\x84\x88\x88\x88\ +\x88\x88\x88\x88\x88\x88\xb4\x84\x02\x89\x36\xd7\x4f\x28\xa1\x30\ +\x22\x32\x4d\x0a\x25\x14\x46\x88\x88\x88\x88\x88\x88\x88\x88\x88\ +\x48\xcb\x28\x90\x90\x34\x94\x38\x39\xfc\xf3\x16\xe0\x4b\x0a\x23\ +\xe2\x93\x51\x28\xf1\x0b\x60\x14\xf0\x1c\x70\xbc\xc2\x08\x11\x11\ +\x11\x11\x11\x11\x11\x11\x11\x69\x15\x05\x12\x52\x37\x85\x11\xad\ +\xd7\x68\x28\x21\x22\x22\x22\x22\x22\x22\x22\x22\x22\x92\x17\x05\ +\x12\x52\x17\x85\x11\xf9\x51\x28\x21\x22\x22\x22\x22\x22\x22\x22\ +\x22\x22\x45\xa4\x40\x42\x6a\xa6\x30\x22\x7f\x0a\x25\x44\x44\x44\ +\x44\x44\x44\x44\x44\x44\xa4\x68\x14\x48\x48\x4d\x14\x46\xc4\x43\ +\xa1\x84\x88\x88\x88\x88\x88\x88\x88\x88\x88\x14\x89\x02\x09\xa9\ +\x9a\xc2\x88\xf8\x28\x94\x10\x11\x11\x11\x11\x11\x11\x11\x11\x91\ +\xa2\x50\x20\x21\x55\x71\xf7\xd3\x80\xaf\xa6\xff\xee\xea\xea\x62\ +\xfa\xf4\xe9\xf4\xf4\xf4\xa8\x72\x72\xd6\x47\x28\xf1\x02\xf0\x2e\ +\x33\x7b\x41\xb5\x23\x22\x22\x22\x22\x22\x22\x22\x22\x22\xb1\xe8\ +\x50\x15\x48\x95\x76\x4d\xff\xa2\x30\x22\x2e\xf3\xe6\xcd\x63\xee\ +\xdc\xb9\x95\x3f\x5a\x05\x78\x87\x6a\x46\x44\x44\x44\x44\x44\x44\ +\x44\x44\x44\x62\xa2\x40\x42\x6a\x36\x64\xc8\x10\x86\x0d\x1b\xa6\ +\x8a\x88\x84\x99\x31\x7c\xf8\x70\x55\x84\x88\x88\x88\x88\x88\x88\ +\x88\x88\x88\x44\x4d\x81\x84\x54\xeb\x9b\xc0\x02\x48\x2e\x80\x77\ +\x76\x76\x32\x62\xc4\x08\xd5\x4a\xce\xcc\x8c\x09\x13\x26\xf4\x6e\ +\x8b\xeb\x80\xdb\x55\x3b\x22\x22\x22\x22\x22\x22\x22\x22\x22\x12\ +\x13\xad\x21\x21\x55\x73\xf7\x3d\x80\x2b\x81\x91\xe1\xdf\xcc\x9c\ +\x39\x93\x85\x0b\x17\xaa\x72\xf2\xe8\xbc\x21\x8c\x18\x39\x72\x64\ +\xe5\x8f\xaf\x03\xf6\x35\xb3\x05\xaa\x21\x11\x11\x11\x11\x11\x11\ +\x11\x11\x11\x89\x89\x02\x09\xa9\x89\x42\x89\x48\x3a\xae\xc2\x08\ +\x11\x11\x11\x11\x11\x11\x11\x11\x11\x29\x18\x05\x12\x52\x33\x85\ +\x12\x39\x77\x5a\x85\x11\x22\x22\x22\x22\x22\x22\x22\x22\x22\x52\ +\x40\x0a\x24\xa4\x2e\x0a\x25\x72\xea\xb0\x0a\x23\x44\x44\x44\x44\ +\x44\x44\x44\x44\x44\xa4\xa0\x14\x48\x48\xdd\x14\x4a\xb4\xb8\xb3\ +\x2a\x8c\x10\x11\x11\x11\x11\x11\x11\x11\x11\x91\x02\x53\x20\x21\ +\x0d\x51\x28\xd1\xa2\x8e\xaa\x30\x42\x44\x44\x44\x44\x44\x44\x44\ +\x44\x44\x0a\x4e\x81\x84\x34\x4c\xa1\x44\x93\x3b\xa9\xc2\x08\x11\ +\x11\x11\x11\x11\x11\x11\x11\x11\x29\x01\x05\x12\x92\x09\x85\x12\ +\x4d\xea\xa0\x0a\x23\x44\x44\x44\x44\x44\x44\x44\x44\x44\xa4\x24\ +\x14\x48\x48\x66\x14\x4a\x64\xdc\x39\x15\x46\x88\x88\x88\x88\x88\ +\x88\x88\x88\x88\x48\x89\x28\x90\x90\x4c\x29\x94\xc8\xa8\x63\x2a\ +\x8c\x10\x11\x11\x11\x11\x11\x11\x11\x11\x91\x92\x51\x20\x21\x99\ +\x53\x28\xd1\x60\xa7\x54\x18\x21\x22\x22\x22\x22\x22\x22\x22\x22\ +\x22\x25\xa4\x40\x42\x9a\x42\xa1\x44\x9d\x1d\x52\x61\x84\x88\x88\ +\x88\x88\x88\x88\x88\x88\x88\x94\x94\x02\x09\x69\x1a\x85\x12\x35\ +\x76\x46\x85\x11\x22\x22\x22\x22\x22\x22\x22\x22\x22\x52\x62\x0a\ +\x24\xa4\xa9\x14\x4a\x54\xd9\x11\x15\x46\x88\x88\x88\x88\x88\x88\ +\x88\x88\x88\x48\xc9\x29\x90\x90\xa6\x53\x28\x31\x48\x27\x54\x18\ +\x21\x22\x52\xcb\x3e\x65\x02\x30\x1e\x98\x0d\xcc\x32\x33\x57\xad\ +\x88\x88\x48\x44\xfb\xa9\x0e\x60\x02\x30\x36\xec\xa7\x66\xab\x56\ +\x32\xaf\xe3\xd1\xe1\xdc\x72\x59\xe0\x4d\x60\x81\x99\xbd\xae\x9a\ +\x91\x36\xee\x13\x63\x80\x11\xa1\x4f\xcc\x05\xe6\x98\x99\x2e\xb8\ +\x88\x48\xb4\x14\x48\x48\xab\x76\x90\x0a\x25\xfa\xea\x80\x0a\x23\ +\x44\xf2\x1e\x9b\xbe\x00\x6c\xdd\xeb\xc7\xb3\x81\x9e\x8a\x7f\xcf\ +\x07\x2a\xfb\x63\x57\x38\xd0\x5f\x26\x1d\xd3\x06\x31\x32\xfc\x6e\ +\xa5\x71\xc0\x90\xf0\xf7\x61\xc0\xd1\x66\xf6\x6a\x0b\xbf\xf7\x41\ +\xc0\x27\x81\x35\x43\xd9\xf6\x32\xb3\xfb\x23\x6b\x9b\xa1\xc0\x6e\ +\xc0\x0e\xc0\xb6\xc0\x46\xc0\xf2\x7d\xfc\xea\xeb\xc0\x0b\xc0\xfd\ +\xc0\xbd\xc0\xdd\xc0\x3f\x6a\x39\x09\x73\xf7\x83\xc3\xe7\xa4\x16\ +\x92\x5c\xe0\xe8\xeb\xdf\x95\x6d\x97\xaa\xdc\x16\x7e\x6c\x66\x8f\ +\x56\xf1\x99\x3f\x03\x3a\xc2\xf6\xd6\xfb\x73\x46\x85\x93\x4a\x80\ +\x31\x61\x1b\x01\xf8\xa5\x99\xdd\xdb\x60\xbd\x8e\x04\x7e\x0f\x74\ +\x03\x73\xc2\x7f\x7b\x6f\xf3\xe9\xff\x1b\x16\x3e\x7f\xb0\xed\x79\ +\x38\xb0\x28\xbc\xee\x15\xe0\x45\xe0\x71\xe0\xfe\x3c\x2f\x10\xb9\ +\xfb\xa1\xc0\x41\xc0\xe4\x50\xa7\xef\x35\xb3\x47\x9a\xf0\x39\x07\ +\x02\xfb\x84\x7f\x2e\x06\xe6\x85\xbf\x2f\x02\xde\xa8\xe2\x2d\x7a\ +\x6f\x6f\x95\xc7\xe9\xe3\xab\x78\xfd\x90\xb0\x5d\xf6\xfe\xfb\x50\ +\xe0\x50\x33\x9b\xd3\xab\xbc\xdb\x02\x9f\x4b\xff\x19\xfa\x50\x65\ +\xbb\x0f\x66\xa0\xdf\x5b\x36\x6c\xd7\x83\x19\x5f\x71\x1e\x32\xa1\ +\xe2\xfb\x9e\x61\x66\x77\x57\x94\xf5\x70\x60\x8f\x5e\xaf\x9d\x1b\ +\xc6\xe1\xfe\xea\xaf\x27\x6c\xd3\x23\x42\xbb\x0f\x66\x38\x30\xba\ +\xd7\xcf\x2a\xfb\xdd\x10\xe0\xa4\x6a\xb6\x1d\x77\xff\x55\xf8\x6e\ +\xaf\xf7\xd3\xfe\x69\xdd\xf5\xae\xa7\x09\x03\xb4\x7b\x47\x28\xcb\ +\xeb\xe1\x7b\xbd\x0e\x4c\x03\xee\x02\x1e\x32\xb3\xee\x8c\xb7\xe7\ +\x33\x81\x95\x42\xd9\x17\x55\xfc\x77\x41\xe8\xff\xe9\x18\x90\xd6\ +\xd1\x9f\xcd\xec\x82\x0c\x3f\xff\xf7\xe1\x7d\xd3\x76\xed\xa9\x18\ +\x27\xe7\x87\xcf\xee\x08\x75\x58\x59\x77\xe7\x9a\xd9\x35\x39\x8c\ +\x33\xa3\x80\xbd\x80\xed\x80\x6d\x80\x77\xf4\xd1\x6f\x7b\x80\x59\ +\xc0\x73\x61\x3f\x95\xee\xab\xee\xaa\xb7\xfd\xdc\xfd\xfb\xc0\x1a\ +\xbd\x7e\x3c\xab\xd7\xbf\xd3\xb6\xa3\xd7\x98\x34\x3a\x6c\xf7\x83\ +\xa9\xdc\x17\xf5\xd5\x77\x87\x9a\xd9\xfe\x2d\xa8\xe3\x75\x80\x1d\ +\xc3\x7e\x7a\x03\x60\x4a\xaf\x3e\x53\x39\x16\x3c\x03\x3c\x11\xfa\ +\xc7\xdf\x81\xbf\x67\x7d\x4e\x15\x8e\xa1\xf6\x0e\xff\x7c\x33\x7c\ +\x6e\xe5\xf1\x63\x57\xf8\x93\x1e\x17\x54\x8e\x45\x95\xfb\xd5\x0e\ +\xe0\x8b\x66\xf6\x74\x15\x9f\xf9\x6e\xe0\xc4\x8a\xe3\x1e\xaf\x18\ +\x0b\xe7\x57\xec\x97\xd3\xb1\x25\xed\x9f\x77\x9a\xd9\x0f\xfb\x78\ +\xbf\x65\x81\xf3\x7b\x6d\x1f\x95\xfb\xaf\xc1\xb6\xa9\xf1\x55\x5e\ +\x4b\xea\x3d\xd6\x0d\x25\x09\xea\x52\xf7\x99\xd9\x69\x55\x7c\xff\ +\x6f\x86\xe3\xc0\xf4\x98\x3c\xfd\x6f\x3a\x2e\xa5\xe3\x78\xba\xcd\ +\xfe\xc3\xcc\x7e\x92\x61\x9b\xff\x14\x58\xb1\x57\x1d\xcd\xea\x35\ +\x2e\x55\x8e\xdd\xe9\xf7\xfe\xa3\x99\xfd\xbe\x09\x7d\x62\x03\x60\ +\xe7\x70\x0e\xb3\x71\x38\xce\xe9\xaf\x4f\xcc\x01\xfe\x0b\x3c\x10\ +\xfe\xdc\x0f\xfc\xcb\xcc\x16\xd7\xf1\xb9\x6b\x00\x3f\x09\xf5\xd0\ +\xdf\x3e\xb8\xf2\xb8\xa2\x72\xbf\xdd\x5d\xe5\x31\x0d\x7d\x7c\x97\ +\xde\xfb\xe9\xbf\x9a\xd9\xcf\x6b\xe8\xab\xf3\x42\x99\x67\xf5\xf1\ +\x6b\x73\x43\x5f\x19\x39\xc0\xd8\x57\x79\x4c\x90\x1e\xf7\xcf\xab\ +\xd8\x27\xbf\x5a\x51\xaf\x73\x10\x91\xaa\x0c\x55\x15\x48\x2b\x98\ +\xd9\xb5\xee\xbe\x1f\x21\x94\x30\x33\x3a\x3b\x3b\xdb\x3a\x94\x50\ +\x18\x21\x12\x85\xf5\x80\x0f\x47\x50\x8e\xa9\xe1\x60\xb6\x15\x17\ +\x4f\x86\x02\xdf\x05\x56\xae\xf8\xf1\xe7\x80\x43\x63\x68\x10\x77\ +\x9f\x04\x1c\x07\x1c\xd9\xab\x8c\xfd\x19\x1f\xfe\x6c\x08\x7c\x22\ +\xfc\x6c\x8e\xbb\xff\x19\xb8\x1c\xf8\x93\x99\x75\x0d\xf2\x1e\x9b\ +\x02\x47\x65\xf4\x15\xce\xa9\xf2\xf7\xf6\x23\xb9\xe8\x57\x8b\x4b\ +\x32\x28\xdf\xa2\xf0\xd9\xd6\x9a\xe6\xf4\x07\x80\xbf\x00\x17\x54\ +\x13\xd4\x64\xf8\xc1\xc3\xc3\x76\x3e\xa9\xe2\xc7\x9f\x05\x8e\x6e\ +\xc2\xc7\x6d\x12\xc9\x38\xd2\x97\xc3\xfb\xf8\xd9\x6a\x11\x97\xf7\ +\x97\xbd\xfe\xbd\x7a\x24\x65\x3d\x1f\xa8\x26\xcc\xda\x19\x58\xa7\ +\x85\xe5\x7a\xc3\xdd\xef\x00\xce\x05\x2e\xcf\xe8\x6e\xd8\xed\x81\ +\x2d\x6a\xf8\xfd\x0f\xba\xfb\x03\x66\x76\x5f\x46\xdf\x69\x17\x92\ +\x0b\x7f\xb5\xba\xb6\xc5\xfb\xaa\xb5\x81\x4f\x03\x87\x30\xf8\x45\ +\xb6\x0e\x60\x62\xf8\xb3\x79\xc5\xcf\x5f\x71\xf7\x3f\x02\x97\x02\ +\x37\xd7\xf8\xc4\xdf\x16\x61\x7b\xcb\x7b\x9f\x3d\xc1\xcc\x66\x35\ +\xe1\x7d\x97\x0f\xe3\xd7\x27\xc2\x18\x5b\x8d\x11\xe1\xb8\x6e\x3d\ +\xe0\xfd\x15\xc7\x03\x7f\x0c\xfb\xa0\x1b\x33\x2a\x5e\x96\xe3\xd2\ +\x57\xab\xfc\xbd\xf1\x75\x7e\x66\x7f\x17\x47\x9d\x25\x41\x7a\x9e\ +\x56\x04\x4e\xab\xe2\xf7\xde\x59\x63\x79\x3f\xe4\xee\x0f\x9b\xd9\ +\xf5\x19\x95\x73\x5b\x60\xcb\x3a\x5e\xf7\x50\x86\x7d\x62\x32\x70\ +\x04\xf0\x51\x92\x50\xae\xda\x3e\xb1\x7c\xf8\xb3\x5d\xc5\xcf\x67\ +\xbb\xfb\xb5\xc0\x9f\x80\x6b\xcd\x6c\x66\x95\xef\x37\x0c\xd8\x37\ +\x86\x4b\x29\xc0\xcf\xab\xf8\xbd\xb5\x5a\x7c\x0c\xd1\xe3\xee\x8f\ +\x00\x97\x01\x67\x9b\xd9\xf3\x3a\xd5\x16\x19\xf8\xe0\x48\xa4\x35\ +\x7b\x0d\xb3\x6b\xc3\x45\x90\x05\xe1\xdf\x74\x76\x76\x32\x62\xc4\ +\x88\x76\xac\x0b\x85\x11\x22\x71\x98\x15\x49\x39\x56\x6e\xe1\x67\ +\xbd\xbf\x8f\xcf\xfb\x98\xbb\xaf\x98\x77\x25\xb8\xfb\x47\x81\xff\ +\x00\xdf\x6a\xb0\x4e\xc6\x85\x8b\x18\x97\x03\x8f\xb8\xfb\x21\xee\ +\x3e\x64\x80\xdf\xcf\x32\x0c\x9a\x51\xe5\xef\x3d\x5b\xc7\x7b\xbf\ +\x96\xc1\xfe\xa7\x07\x98\xd9\xa2\x26\x35\x92\xb0\xe7\xab\xa1\x1d\ +\xae\x71\xf7\x2d\x5a\xf4\xd9\xfb\xb2\x74\x18\x01\x70\xb0\xbb\x2f\ +\xd7\x84\xcf\x1a\x45\xbc\x7a\x0a\x56\xde\xee\x48\xc7\xe8\x6a\xc3\ +\xc3\xe9\x2d\x2e\xd7\x68\x60\x57\x92\xa7\x9e\x9e\x77\xf7\xaf\xbb\ +\xfb\xb0\x06\xdf\xb3\xd6\xef\x30\x12\xb8\xc4\xdd\xc7\x66\xf4\x9d\ +\xea\xbd\x80\x33\xa3\x15\x15\xee\xee\x1d\xee\xfe\x79\xe0\x41\x92\ +\x40\x62\x7c\x03\x6f\xb7\x02\x49\x18\x7e\x23\x70\x97\xbb\xef\xd5\ +\xee\xc7\x2f\xee\xbe\xb2\xbb\xff\x3c\xec\x23\xcf\xa0\xfa\x30\x62\ +\xa0\xe3\x81\x83\x81\x1b\xdc\xfd\x3e\x77\xcf\xe2\xe2\x64\x1e\xc7\ +\x0c\xaf\x66\xdc\x9f\x7a\x3f\x3d\x13\xfb\xd8\x5a\x6b\xff\xee\x00\ +\x2e\x74\xf7\x95\x32\x2a\x67\x6e\xe3\x92\xbb\x6f\xe8\xee\x97\x03\ +\x4f\x02\x5f\xa7\xfa\x30\x62\x20\xcb\x92\x04\x1b\xbf\x07\x5e\x74\ +\xf7\xdf\x85\xa7\x27\x8b\x32\xee\xc4\xba\x4f\xee\x20\xb9\x41\xea\ +\x5b\xc0\x33\xee\x7e\x59\x78\xaa\x44\x44\xfa\xe9\x30\x22\x2d\xa3\ +\x50\xa2\xdf\x30\xe2\x5a\x14\x46\x88\xe4\xe1\xd1\x48\xca\xb1\x52\ +\x0b\x3f\xab\xaf\x27\x01\x46\x90\x3c\x95\x90\x0b\x77\xb7\x30\xd5\ +\xc9\xc5\x40\x7f\x17\x8c\xbb\x43\x7b\xfd\x8d\xe4\xe2\xcd\xbd\x2c\ +\x3d\x95\x56\x7f\xa6\x90\xdc\xdd\xbc\xf5\x00\xbf\x73\x4f\x46\x5f\ +\x65\x2e\xf0\x74\x95\xbf\x7b\x5b\x8d\xef\xdd\x45\x32\x0d\x45\x16\ +\xf2\x9a\x9e\x6b\x0f\xe0\x4e\x77\x3f\x7d\x90\x80\xa8\x59\xdb\xf9\ +\x32\x34\xe7\x09\x89\x65\x23\x1e\xe3\xfa\xaa\xe7\xf1\x11\x97\x77\ +\x68\xa4\x63\x74\xb5\x17\x5d\xf3\x2c\xef\x72\xc0\x77\x80\x7f\xba\ +\xfb\xc6\x0d\xbc\xcf\xe3\x75\xbc\x66\x5d\xe0\x57\x19\x7d\x8f\xff\ +\xd4\xf9\xba\x47\x9a\x5d\xc1\xee\xbe\x0c\x70\x0d\xf0\x43\xde\x3e\ +\x75\x5d\x6a\x31\x49\x58\x71\x33\x70\x13\xc9\x1d\xd2\x5d\x55\xbc\ +\xfd\x96\xc0\xd5\xee\xde\xd9\x8e\xc7\x2f\xee\x3e\x24\x4c\xa3\xf9\ +\x28\x70\xec\x00\xf5\x0b\xc9\x45\xd1\x87\x48\xa6\xbd\x7a\x82\x25\ +\x53\x26\x0d\x66\x53\xe0\x52\x77\xff\x9b\xbb\x6f\x14\xc1\x3e\xf4\ +\xb5\x1a\xee\x4c\xaf\x77\xff\xff\x70\x3f\xe7\xa3\xdd\x24\xd3\xf8\ +\x14\x65\xfb\x79\xac\x8e\xf7\x9e\x04\x5c\x94\xd1\xf1\x46\xcb\xc7\ +\x25\x77\x5f\x36\x1c\x1b\xdf\x0f\xec\xcf\xc0\xd7\xee\x5e\x24\xb9\ +\xb9\xf1\x17\x24\x4f\x87\x9e\x0e\xfc\x2f\xc9\xec\x14\x2f\x0e\xf2\ +\x51\x23\x80\x03\x81\x7f\xb8\xfb\xdd\xee\xbe\xe9\x00\xd7\x31\x66\ +\x90\xc1\xcd\x31\x2d\xdc\x6e\xf2\x1c\x27\x87\x00\x1f\x02\x1e\x70\ +\xf7\x23\x75\xca\x2d\xd2\xc7\x98\xa2\x2a\x90\x3c\xf4\xb5\xa6\xc4\ +\xac\x59\xb3\x58\xb0\xa0\xdc\xd7\xe3\x07\x08\x23\xf6\x53\x18\x21\ +\x92\xcb\x58\x34\x8c\xe4\x82\xf5\xc6\x24\x77\xd4\x57\xfb\x38\xf8\ +\x71\x24\x17\xcf\x7b\x1b\x4e\x72\xb1\x6f\xd9\xf0\xbe\xdb\x02\xef\ +\x25\x99\x53\x7a\x20\xa7\x98\xd9\xc9\x2d\xf8\xbe\xab\x03\x4f\xd1\ +\xf7\x45\xca\xd7\x80\x35\xcc\x6c\x7e\x0e\xed\xf0\x53\x96\xcc\x8d\ +\xdc\xdb\xe3\xe1\xc4\xea\x8a\x3e\xe6\xc2\x1f\x11\x4e\xd2\xbe\x0d\ +\xac\x3d\xc8\xc7\xbc\xc7\xcc\x6e\x1b\xa0\x0c\xab\x01\x3b\x01\xa7\ +\x90\xac\xad\x51\x8b\xab\x49\xee\x86\xba\xaf\xda\xf9\xc0\xc3\xd4\ +\x59\x1b\x92\xac\x71\xf0\x59\xfa\x9f\x46\x73\x01\xf0\x63\xe0\x57\ +\x66\xf6\x6c\x46\xf5\x3d\x81\xe4\x31\xf6\x1d\x80\x13\xa8\xee\x6e\ +\xbb\x2e\x92\x8b\x70\x0f\x00\x2f\x93\xcc\x17\xbc\x3c\xc9\x45\xd0\ +\x4d\x49\x9e\xbc\x99\x52\x63\x9d\x7d\xa8\x19\x0b\x2e\xba\xfb\x94\ +\xb0\xdd\xf4\x75\x9c\xfb\x12\x30\xd9\xcc\x16\x65\xf8\x79\xd7\x93\ +\xac\x77\xd2\x9f\x99\xc0\x0d\xc0\x1d\xa1\x9f\xcd\x62\xc9\xfc\xcb\ +\x3f\x0a\xe3\xcf\x40\xf6\x63\xc9\x9c\xd5\x23\x81\xce\x30\xa6\xec\ +\x01\x6c\x36\xc8\x6b\x57\x37\xb3\x69\xbd\xca\x7b\x3a\xf0\x95\x01\ +\x5e\x33\x1f\xb8\x05\xb8\x35\x5c\xc8\x98\xc5\x92\xf0\xef\xd8\xd0\ +\xe7\x06\xf2\x25\x92\xc0\x10\x92\xe9\x1d\x3a\x49\xe6\xb7\x7e\x2f\ +\xc9\x3c\xf0\x03\x5d\x54\xd9\xd7\xcc\xfe\x58\x51\xd6\x21\x61\x5b\ +\xdd\x00\x38\x20\x8c\xd3\xd5\xdc\x50\xf5\xed\xd0\x6f\x7a\x1b\xca\ +\x92\x69\xde\x26\x87\x31\x7a\x27\x96\x9e\x46\xa7\x2f\xbf\x31\xb3\ +\xa3\xaa\xd8\x16\xac\xa2\x4f\x1c\x17\xda\xae\x1a\xbf\x26\x99\xef\ +\xfe\x31\x92\x3b\x6a\x5f\x27\x79\x92\x65\x02\x49\x18\xb2\x2d\xc9\ +\x54\x46\xdb\x57\xf9\x7e\xb3\x49\xd6\x4c\xb9\xbb\x8e\xed\x79\x4c\ +\x18\x4f\x37\x0d\xe3\xd3\x6e\x35\xbc\xfc\x28\x33\xfb\x4d\x83\xfd\ +\x69\x6c\x68\x9b\xf7\x00\xff\x33\xc8\x78\xfc\x32\x70\x12\xf0\x57\ +\xe0\xa9\x1a\xa7\x3c\xaa\xb5\x5c\xc3\x81\x2b\x58\x32\x15\x50\x6f\ +\x77\x00\xdf\x23\x99\xfe\x64\x41\x1f\xdf\xe9\x50\xe0\x1b\xf4\xbd\ +\x16\x52\xa5\x15\xaa\x59\x53\x2a\xac\x5d\xb1\x16\xc9\x54\x36\x47\ +\x00\xef\xae\xf2\xab\xec\x05\xfc\xb3\x8f\x9f\x8f\xac\xe8\x1b\xeb\ +\x87\x6d\x6d\x57\xde\xbe\x4e\x45\x6f\x87\x98\xd9\x85\x0d\xd6\xed\ +\x2a\x24\x77\x6a\xef\x38\xc0\xaf\x3d\x09\xfc\x8c\x64\x1a\xc6\x27\ +\xfb\x38\x96\xdb\x3c\xf4\xb7\x43\xa8\x2e\x40\x5c\x00\x7c\xde\xcc\ +\x7e\x51\x47\x79\x3b\xc2\xd8\xbb\x6d\x18\x93\xb6\xab\xe1\xe5\xcf\ +\x02\xbf\x0d\x63\xe4\xfd\xbd\xc7\xe7\x41\x3e\x77\x1d\x92\x75\x4a\ +\x8e\x19\xe4\x33\x17\x86\x7d\xcb\xe5\xc0\x03\xfd\xad\x15\x10\x9e\ +\x18\x9c\x12\xfa\xda\x09\x24\xd3\xf9\x0d\x66\xe6\x00\xfb\xfa\xb1\ +\x61\xfb\x99\x18\xb6\xcb\xed\xc3\xf8\x31\x66\x90\xf7\x5c\x76\xb0\ +\x79\xf7\xc3\xfa\x57\x6b\x87\xfd\xe5\x01\x24\x17\x7a\xab\x75\xaa\ +\x99\x7d\xab\xc1\x6d\x74\x99\x30\x16\xbd\x8b\x64\x9a\xd3\x81\xf6\ +\xdb\x73\x80\x6f\x86\x73\xfc\x27\xea\x59\x27\xc6\xdd\x77\x02\x2e\ +\x18\xa4\x4d\xa6\x93\x4c\x73\x78\xa9\x99\x3d\x38\xc8\xfb\x6d\x13\ +\xf6\xfb\xd5\x9c\xe7\xec\x68\x66\xb7\x0e\xf0\x5e\x2b\x90\x84\xd0\ +\x3b\x87\xed\x66\xf9\x2a\xde\xf3\xf1\xb0\xed\xf6\xd9\xfe\x61\xbb\ +\x59\x0e\xd8\x2a\x6c\xdb\xbb\xf1\xf6\xf5\x6b\x96\x3a\x4e\x31\xb3\ +\x51\x55\xd6\xe5\x98\x30\x56\xee\x0b\x7c\xb1\x8a\xed\x91\x30\x46\ +\x5e\x42\x12\x06\xbd\x12\xf6\xc9\x3d\x61\x9f\xdc\x59\xb1\x7d\x7f\ +\x80\xb7\xaf\x41\x95\xeb\xb9\x9e\x88\x88\x54\xb7\x73\xd8\xc3\xdd\ +\xe7\x7b\xd0\xd3\xd3\xe3\x33\x66\xcc\xf0\x17\x5e\x78\xa1\x94\x7f\ +\x5e\x7c\xf1\x45\x9f\x3f\xff\xad\xaf\x9b\xba\x26\x1c\x60\x89\x48\ +\x1c\xe3\xd2\x49\x5e\x9d\x4f\xd6\xf8\xbe\xbb\xba\xfb\xdf\x07\x78\ +\xbf\x5f\xb5\xe8\xfb\x9d\x32\xc8\xf7\x3a\x22\x87\x3a\x3f\x7e\x80\ +\xf2\x5c\x1c\x4e\x02\x07\x7b\x8f\xce\x41\xea\xd7\xc3\xc9\x5d\x55\ +\x17\xc3\xc2\x1d\x62\xd5\x9a\x53\x4d\x19\x07\xf9\xcc\x6f\xf4\xf3\ +\xde\xaf\xb9\xfb\x96\x4d\xae\xff\xb1\xee\x7e\x6f\x15\xdf\x73\x5e\ +\x15\xef\xb5\xb5\xbb\xdf\x56\x43\xdd\x5d\xdc\xa4\xef\x74\xc6\x20\ +\x9f\x7b\x70\xc6\x9f\xf7\x40\x3f\x9f\xb3\x38\x8c\x29\xa3\x07\x78\ +\xed\xad\x55\xd4\xd3\xf8\x01\x5e\xbf\xa7\xbb\xbf\x30\xc0\x6b\xd7\ +\xef\xe3\x35\xe7\x0e\xf0\xfb\xe7\x0c\x34\xc5\x85\xbb\xff\xb8\x8a\ +\xf2\xbe\x77\x80\xd7\x6f\xe6\xee\xff\x1a\xe0\xb5\x07\x0e\x52\xd7\ +\x87\x55\xb9\x6d\x7d\xad\xc6\x36\xdc\x26\x1c\x93\xf5\xe7\xaa\x3a\ +\xb7\x8d\xdf\x56\x59\xde\xd5\xab\x7c\xbf\xcd\xdd\xfd\xea\x2a\xdf\ +\xf3\x35\x77\x5f\x37\x83\xed\xfb\xf3\x35\xf4\xe9\x37\x1b\x7c\x3a\ +\xa3\xf7\x67\x2f\xeb\xee\x8f\xf4\xf3\x59\xf3\xdd\x7d\xbd\x16\xee\ +\xab\xce\x1a\xe0\x7b\x9f\x1e\x2e\x52\x0f\xf6\x1e\x6b\xb9\xfb\x13\ +\x83\xd4\xe1\xca\x75\x94\xcd\x42\xdf\xad\xc6\x0e\x35\xbc\xef\x10\ +\x77\x3f\xc0\xdd\x1f\x1e\xe0\xfd\xbe\xd4\x60\xbd\xbe\xd3\xdd\x5f\ +\x1e\xe0\xfd\xe7\xba\xfb\x89\xd5\xde\xe5\xee\xee\x23\xdd\xfd\x33\ +\xee\x3e\xbb\xca\xfa\x38\xbb\x91\x3b\xe8\xc3\x14\x5e\x97\x57\xf9\ +\x59\x8f\x85\x1b\x02\x1a\xdd\x16\x3b\x06\x18\xc7\x7b\xdc\xfd\xfd\ +\x75\xbc\xe7\x72\xee\xfe\x78\x15\xdf\x61\x7a\x8d\xef\x3b\xc1\xdd\ +\xbf\x12\xda\xb1\xea\xfd\x54\x15\xef\xfb\x31\x77\xef\xaa\xb2\xde\ +\xbb\x07\xda\x2f\xd5\xf1\xd9\x23\x07\x38\xd6\xe9\xa9\xa5\x8f\xf5\ +\xf3\xfe\xc7\xba\xfb\xa2\x01\xbe\xcf\xa2\x30\xe6\x8c\xae\xe3\xbd\ +\x8f\x19\xe4\xbd\x3d\x04\x0e\xd5\xbe\xdf\xea\xee\xfe\x52\x15\x6d\ +\xf0\x70\x8d\xe5\x5c\xc1\xdd\xbf\xed\xee\x0b\x06\x78\xcf\x09\x75\ +\x7c\xff\x5d\x42\x1b\x0d\xe6\xeb\x55\xbe\x5f\xa7\xbb\x7f\x73\x90\ +\x72\x56\xfa\xb4\xce\xb6\x45\x96\xd0\x94\x4d\x92\x9b\xbe\xa6\x6f\ +\xea\xe3\xe9\x81\xb2\x7c\x57\x3d\x19\x21\x52\x0c\x67\x30\xf8\xa3\ +\xcd\xf5\x8c\x01\x37\x92\xdc\xf9\xf7\xa3\x7e\x7e\x65\xd5\x16\x5c\ +\x4c\x19\x42\xdf\x0b\xdc\x56\xfa\x6c\xb8\xc3\xb7\x55\x17\x78\x26\ +\x85\x3a\xef\xcb\x7d\xc0\xc1\xd5\x3c\xb1\x11\xa6\x3c\x38\x80\x81\ +\xe7\x58\x1e\x5a\x65\x5b\xcd\x25\xb9\xe3\x69\x76\x95\x5f\x63\x5e\ +\x06\x4f\x95\xdc\xd9\xc7\xcf\xba\x80\x03\xcc\xec\xdf\x4d\xde\x3f\ +\xcd\x25\x79\xba\x23\x8b\xf7\xba\x8b\xe4\x4e\xcb\x2f\x93\x2c\x98\ +\x39\x98\x8f\xba\xfb\xe1\x19\x6f\x53\xc3\x18\x7c\x81\xf6\xcf\x65\ +\x5c\x8d\x7d\xdd\xc1\xd8\x03\x7c\xc4\xcc\xbe\x63\x66\x6f\x34\xb1\ +\xfd\xae\x21\xb9\x9b\xf0\x85\x7e\x7e\xa5\xaf\x3b\x17\xfb\xbb\xf8\ +\xfd\x6d\x33\x3b\xdc\xcc\x5e\x6a\x62\x79\xef\x23\xb9\xab\xf2\x1f\ +\x35\x94\xb7\xf2\xf5\xe7\xb2\xe4\xe9\x8b\x2c\xcb\xf5\x4f\x92\x3b\ +\xc7\xfb\xdb\x76\xeb\x1d\xa3\x4f\xce\xb8\x9c\xf7\x86\xf1\xa9\x9a\ +\xc0\x65\x39\xaa\x5b\xf4\x73\xb0\xcf\xfc\x11\xf0\xd3\x2a\x7f\x7d\ +\x19\x92\x29\x71\xc6\x64\xf4\x7d\x67\x93\x3c\x41\xd6\x97\x0b\xcd\ +\xec\x31\x5a\x20\xac\x7d\xd3\xdf\xb4\x86\x97\x99\xd9\x57\xc3\xfa\ +\x3c\x83\x7d\x9f\xa7\x48\x16\x58\x1d\xe8\xc9\xb0\x21\x75\xd4\x93\ +\x03\x5f\x20\xe3\x35\x01\xcc\xac\xdb\xcc\x2e\x23\xb9\x6b\xf9\x92\ +\x1a\xc6\xbf\x6a\xeb\xf5\xdd\x24\x4f\x63\xf5\x77\x01\xf4\x69\x60\ +\x1b\x33\x3b\xab\xda\xbb\xcc\xcd\x6c\x81\x99\x9d\x49\x72\x07\xfb\ +\x1d\x55\xbc\xe4\x53\xc0\x65\xf5\xae\xbd\x12\xda\xfd\xd4\x2a\x7f\ +\xfd\x07\x59\x2c\x00\x1e\x3e\xf3\x84\x7e\x8e\x53\x6e\x34\xb3\xab\ +\xeb\x78\xcf\xe9\x35\x7c\x8f\x5a\xde\x77\x96\xfd\xff\xf6\xee\x3b\ +\x5c\x92\xa2\x6e\xfb\xf8\x5d\x1b\xd9\x5d\x72\x86\x05\x24\xa9\xa0\ +\xa4\x05\x04\x03\x20\x59\x72\x10\xe1\x11\x03\x0a\x2a\xa2\x82\x88\ +\x3e\x86\x47\x11\x14\x54\x44\x44\x11\x11\x33\x4a\x92\x20\x4a\x52\ +\x14\x25\x88\x82\xa8\x2c\x88\x44\x01\x05\xc9\x79\x97\xb0\xbb\x2c\ +\x9b\xee\xf7\x8f\xae\xf3\x3a\x3b\x3b\x33\x5d\xd3\xd3\x3d\xe1\x9c\ +\xef\xe7\xba\xf6\x82\x33\xa7\x4f\x77\x4d\x77\x75\x75\x75\xfd\x2a\ +\x84\xf0\x55\x65\xd3\x66\xde\x5b\x56\x1d\x38\x84\x70\xbe\xd2\x17\ +\x04\x1f\x25\xe9\x9c\xb2\xd6\x4a\x8b\xef\xee\x87\x35\xf9\xf5\x6f\ +\x43\x08\xd7\x77\x70\x4f\x1c\x1d\xcb\xed\x66\xf9\xf1\x49\x49\xdb\ +\xc7\x32\x67\x66\x81\xb4\x7f\x4f\xd9\x3a\x14\xcd\xcc\x0a\x21\x3c\ +\xd9\xc6\xfe\x1e\x52\x36\x32\xac\xec\x7c\xf3\x64\x08\xe1\xf3\xca\ +\x46\x7e\x3d\x5a\x62\xbe\xb9\x46\xd9\xd4\xaf\x65\xa5\x73\x5a\x08\ +\xe1\xb8\x98\xce\x94\xba\xd3\x89\xb6\xd7\x12\x80\xff\x5f\x38\x03\ +\x3d\x33\x12\x82\x12\x04\x23\x80\x81\xba\x5f\xe7\x29\x9b\xf7\xb9\ +\x92\x7d\x87\x10\x3e\xa1\x6c\x3d\x83\x7a\xeb\x74\xe1\xeb\xed\x96\ +\x50\x79\x7f\xad\xda\x9b\x9e\xa3\x53\x47\xaa\xf9\xd0\xe9\xe3\x9a\ +\x4d\x33\xd0\xe4\xfc\x3e\xae\xd6\x8d\x7f\x63\xda\xdc\x57\xea\x8b\ +\xf9\x2a\xb6\xd7\xee\xf0\x3c\x34\x9a\x12\xe3\xd8\x10\xc2\x75\x5d\ +\xba\x0e\x57\x2b\x2d\x80\x90\x72\xee\x1c\x42\xf8\x9a\xb2\xa9\x56\ +\x52\x7c\x31\x4e\x85\x52\x96\xbd\xd5\xbc\x71\x6b\xc8\x14\xdb\x6f\ +\x2e\xe3\x60\xb1\x81\xa3\xd1\x08\x86\x53\x42\x08\x17\x77\xa9\xdc\ +\x7a\x50\xd2\x07\xda\x78\x61\x6f\xd4\xab\xfc\x5a\x95\xdc\x78\xde\ +\x22\xbd\x33\x94\x4d\x05\x34\xab\xc1\xaf\x27\x27\xec\xe2\x77\x15\ +\xa5\x6b\x28\xef\x9e\xd0\xe0\xd7\x6b\x17\xdc\xe7\xc3\xca\xa6\xc9\ +\x2b\x3b\x9d\x27\x48\x3a\x25\x61\xf3\x1d\x6c\xef\x5d\xc2\x61\xdb\ +\x39\xe7\xeb\xa9\x84\x40\x48\x8d\xab\xd4\x38\xd8\x7c\x59\x17\x9f\ +\x55\xff\xd7\xe2\xbd\xf9\x98\x36\xaf\xdf\xdf\x95\x4d\xb3\xd2\xf1\ +\xb3\xaa\x6e\xbf\xd3\x94\xad\xa9\x50\xc5\xbd\x31\x33\xde\xb3\xd7\ +\x96\x75\x6f\xd8\xde\x48\xd2\xe5\xca\x16\x9d\x6e\xe4\x21\x49\xdb\ +\x85\x10\xee\x2c\x98\xe6\x87\x94\x4d\x73\xf6\x8b\x84\xcd\xf7\x91\ +\xf4\xc3\x0e\x3a\x64\xdc\xa6\xff\x4e\xab\xd7\xca\x5f\x4b\xbe\x26\ +\x8d\x46\x6e\x75\xf2\xdc\xb9\xb2\xc2\x72\xff\xee\x58\x0f\x9d\x5e\ +\x56\x1e\x6a\xb3\x5c\x5a\x59\x59\x50\x62\x54\x49\xdf\xe7\x4e\x65\ +\x1d\x67\x4a\x2b\x97\x6c\x7f\x52\xd9\x74\x83\xcd\x3c\xa9\x6c\x3a\ +\xa5\xeb\x3b\x4c\xfe\xc9\xca\xa6\x08\x6c\xe4\xa9\x8a\xaf\x43\xbb\ +\xe7\xf9\x26\x49\x7b\x29\x9b\x4a\xb2\xac\x7c\x73\x5d\x45\xe9\xdc\ +\x4f\xf9\xeb\xd9\x2c\x26\xe9\x24\xde\xb8\x81\x0c\x01\x09\xf4\xdc\ +\x70\x0e\x4a\x10\x8c\x00\x06\xd2\xe3\x15\xef\xff\x23\x5a\x74\x41\ +\xb8\x35\xcb\x7a\x49\x6a\xe1\xd0\xc4\xed\x8e\xea\xc6\x49\x8e\xdf\ +\xb7\xd9\xd4\x57\xf3\x0b\xbe\x18\xff\x24\xbe\xb0\x35\x32\xb1\xcd\ +\x7d\x9d\xa6\xf4\x05\xaa\x3b\x5d\x28\x79\x8f\xba\x9f\x6f\x55\xf3\ +\x91\x23\x55\x3c\xab\x66\x2a\x5b\x90\xbb\x4c\xa7\x28\x6b\x48\xcc\ +\xb3\x5a\x8b\x7c\x30\x08\xf9\xbc\xd1\x54\x13\x33\x94\x2d\x2e\xdc\ +\xcd\xfa\xc6\x6f\x24\xdd\xd4\xe0\x57\x93\xeb\xee\xbb\x25\xd5\x78\ +\x7e\xf5\xcf\xa6\xf4\xf0\x2e\x31\xbd\x0f\x48\x3a\xbb\x49\x7e\xe8\ +\x75\x19\x7d\x8c\x16\x5d\x08\x73\x49\xdb\x2b\x14\xdc\xdf\x53\x15\ +\xa5\xf3\x53\xca\x1a\x6d\xcb\xba\x27\xca\xf4\xee\xb2\x46\x3f\xc5\ +\x9e\xf1\x8d\x46\x8a\xfd\xa3\x1b\x5f\x24\xce\xb3\xbf\x57\x93\x5f\ +\x3f\x10\x1b\x5a\xdb\xf5\x75\xfd\x77\x1d\x99\x4e\x9f\x55\x5d\xb9\ +\x37\x62\x87\x8d\xf7\x6a\xd1\x51\x18\x6b\x17\x38\xa7\x2b\x48\xba\ +\x42\xd9\xdc\xf1\x8d\xcc\x96\xf4\xd6\x4e\xd7\x4d\x8a\xef\x5a\x07\ +\x4a\xfa\x55\xc2\xe6\xef\x51\x36\x42\xaa\xc8\x71\xac\x6c\x6d\x85\ +\x3c\xd3\x4b\xbe\x2c\x8d\xee\x8b\x5b\x3b\xd8\xdf\x33\x4a\x5b\x80\ +\xbd\xe8\xf5\xf8\xb7\x1a\x8f\x6a\x58\x5b\xdd\xb1\x83\xb2\x35\x67\ +\xca\xf2\xb7\xb2\xca\xa5\x38\xcd\x56\xab\x7a\xdf\x1c\x49\x7b\x97\ +\x31\x2a\x2c\x3e\xeb\x4f\x29\xf1\x79\x55\xe9\x33\x39\x84\x70\x4b\ +\x93\x73\x53\xb4\x33\xd7\x53\x15\xa5\xf3\x46\xa5\x8d\x26\xdc\xa7\ +\x83\xfa\x04\x30\xac\x10\x90\x40\x5f\x18\x8e\x41\x09\x82\x11\xc0\ +\xc0\x7a\xb6\xe2\xb2\x61\xa6\xa4\x6f\xd5\x7d\x3c\x5e\xf9\x0b\x47\ +\x16\x16\x17\x6c\xde\x35\x71\xf3\xb7\xd8\x7e\x4d\x17\xce\xf3\x06\ +\x6a\xde\x1b\xfa\xe9\x10\xc2\xac\x82\x8d\x0f\x17\x35\xf9\xf5\x72\ +\x6d\xee\x6b\x8e\xd2\x1b\x95\x0f\x29\xba\x1e\x50\x93\x6b\xf3\x7f\ +\xdd\x6c\x1c\x8e\xa6\x97\x9c\xcf\xad\x2c\xf8\x96\x32\xf2\xe2\xa0\ +\x92\xf2\xf9\xda\xb1\xc1\x21\xc5\x9e\x71\xf1\xeb\x4e\x35\x1a\x6d\ +\x70\x41\x19\xd3\x72\x14\xd0\x68\xf4\xd5\x6a\x0d\xd2\x5b\xdf\x0b\ +\xf8\xd6\x38\x65\x51\xb7\xfd\x34\x21\xbd\x8d\x4c\xab\x32\x51\xb1\ +\x01\xfc\xc4\x06\xbf\x7a\x55\x3f\xdc\x5b\x35\xe9\x9c\xab\xc6\x0b\ +\x77\xd7\xdb\xbe\xac\x29\x94\xda\xf4\x6d\xdb\xaf\x2d\x69\x5f\xf5\ +\x01\xa2\x79\x92\x1e\xe9\xd2\xf7\xd8\x4e\xcd\xa7\x4f\x79\xb0\xe0\ +\xb5\x7b\x44\xcd\x7b\xe9\x2e\xd7\x41\x5a\xab\xae\xbf\x3c\xa4\x6c\ +\xf1\xe9\x5a\x6b\xb5\x33\xdd\x51\x1c\x85\x70\x86\x5a\x8f\x86\xfa\ +\x7a\x91\x05\xd9\x5b\xdc\x27\x07\x4a\x4a\x09\x1c\x1d\x67\x7b\xcb\ +\x82\x87\x7a\xa1\xa4\x6d\xda\xd1\xe8\x1e\x78\xb2\x83\x73\x95\x1a\ +\x58\xe9\xc4\x4f\x94\x2d\x46\x5f\x46\xd9\x5a\xc4\x31\xa9\x6b\x8a\ +\x15\x28\x97\x24\xe9\x3f\x05\xeb\x81\xe7\xa8\x75\xdb\xdc\x31\x21\ +\x84\xbf\x96\x78\x1e\x2e\xd1\xa2\x9d\xa3\xa4\x62\x9d\x53\x86\x16\ +\x7c\xae\xd2\xb7\x24\xd5\x4f\x51\xf5\xca\x7e\x7a\x26\x47\xdf\x54\ +\xf3\x60\xf3\x90\xd1\x5a\xb4\x23\x12\x30\x22\x11\x90\x40\xdf\x18\ +\x4e\x41\x09\x82\x11\xc0\x40\xeb\x46\x43\xe2\x2f\x1b\x7c\xb6\x51\ +\x85\xc7\x3b\x44\xe9\xf3\x52\x07\x65\x53\x29\x55\x6d\xe3\x16\xbf\ +\x1b\xdf\xe1\x4b\x56\x23\x45\x1a\x79\xce\x92\xf4\xaf\x84\xed\x96\ +\x97\x74\x70\xc1\xf4\x7e\x54\x0b\x37\x76\x5d\x13\x9f\x87\x03\x9f\ +\xef\x43\x08\xf7\x4a\xfa\x43\xc2\xa6\x5b\xd8\x9e\x58\xc2\x21\xdf\ +\xdf\x46\xdd\x76\x54\x3c\xf7\x9d\x6a\x34\x42\xa2\x17\xd7\x4f\x6a\ +\x3c\x9d\x4a\xa3\x80\x44\xbf\xa4\x77\xaa\x16\x6d\xfc\xe8\x79\x40\ +\x22\xba\x4c\x8b\xf6\x14\xde\xb8\x0f\x9f\x29\x29\x8b\x6d\x2f\x26\ +\x69\xb3\x1e\x5c\xdf\x89\xca\xd6\x93\x98\x54\xc2\xbe\xea\x1b\xce\ +\x66\xc6\xc6\xd3\x6e\xd8\xa4\xa2\x67\xd5\xc5\x25\x3e\xab\x7a\x59\ +\x7f\x19\xdf\xa4\x5c\x69\xe6\x3d\x6a\xdd\x18\xf7\xa8\x4a\x1e\x21\ +\x18\xa7\x89\x3b\x40\xf9\x6b\x6c\x8c\x95\x74\x86\xed\x22\xd3\x66\ +\xa5\x04\x1b\x66\x94\x7c\x2d\x66\x54\x70\x8c\xaa\x03\xbe\x73\xb4\ +\xe8\x88\x95\x8d\xd5\x3d\xa3\x25\xfd\x2c\xae\x61\x56\x76\xb9\x54\ +\xf4\xfc\x9f\xa6\xc6\x53\x3f\x0e\xb9\x53\xcd\xd7\xa0\x2b\x7a\x1d\ +\xe6\xa9\xf1\x5a\x4e\x2f\x17\xd8\xd7\x02\x65\x41\x89\x2a\xf3\xcd\ +\xf3\xca\xa6\x17\x2d\x23\xdf\x3c\x57\x61\x3a\x1f\x57\xe3\xd1\xaa\ +\xf5\xde\xc4\xeb\x36\x40\x40\x02\x7d\x66\x38\x04\x25\x08\x46\x00\ +\x03\x6f\x5e\xd5\x07\x88\x53\x3c\x3c\xd5\x8d\x17\xb2\xb8\x98\xf5\ +\xfb\x6a\x3e\xba\x4a\xf9\xbd\xd6\xdf\x1d\xa7\xa9\xa8\x52\xab\x79\ +\xfe\x97\xb1\xbd\x4c\xc1\xfd\x5e\xdf\xa4\xd1\x61\xb9\x02\xd7\x69\ +\x9e\xd2\x47\x49\x7c\xb2\xdd\x46\x0c\xdb\xcb\x6a\xd1\xe9\x9e\x8e\ +\x1e\x66\xf9\xfe\x9c\x84\x6d\xc6\x29\x5b\xf0\xb2\x93\x7c\x3e\x56\ +\x0b\x07\x85\x52\xa6\x8b\x3a\xd8\xf6\xd2\x1d\x7e\xbf\xfa\x80\xc4\ +\x7c\x55\xb4\x0e\x4d\x82\xbb\xb5\xe8\x3c\xcb\x93\x73\xd2\x2b\x49\ +\xbf\xef\x51\x7d\x69\x9e\xa4\xdb\xeb\x3e\x5e\x35\x61\xfa\xba\x6e\ +\x94\xd1\xd3\x24\xdd\x51\xf7\xf1\x46\x7d\x76\x6f\x0d\x4d\x81\x92\ +\xd2\x23\x7a\x95\x1e\xe5\xc9\xd7\x48\xfa\x4e\x09\xfb\xa9\x6f\x24\ +\x9d\xd9\xc5\xef\xd0\xea\x59\xd5\xc9\x54\x33\xd7\x36\xf9\xbc\x93\ +\x67\xef\xdc\x2e\x9c\x8f\x3f\x36\xa8\x43\x24\xd5\x5f\x6c\x2f\xa1\ +\xc6\x6b\xb4\xd4\x3a\xa6\xc8\x62\xbd\x09\xf7\xca\x1d\x6a\x3c\xf2\ +\xa9\x51\x9e\x3d\xac\x82\xfb\xdc\xa9\x0b\x73\xb7\x61\x66\xe2\x67\ +\x7d\x55\x07\xd6\xa2\xa3\x83\xd6\x8a\x79\xa3\x5b\x56\x91\x74\x76\ +\x09\x53\xa5\x36\x0a\xde\xb4\x35\xba\xd7\xf6\x1e\x6a\x3e\x25\xdc\ +\x90\xb6\xd6\x54\x6b\x43\xa3\x29\xa7\xe6\xf4\x71\xbe\xf9\x63\xdd\ +\xcf\x1b\x16\xbc\x86\x55\xa7\xf5\xcf\x7d\xfc\x4c\x06\xfa\x0a\x01\ +\x09\xf4\x9d\x41\x0e\x4a\x10\x8c\x00\xd0\x86\x6b\x62\xa5\xf5\x17\ +\xca\x7a\x6a\x7f\xab\xa2\xe3\xec\x22\x69\xf5\x9a\x9f\xbf\xde\xe4\ +\x25\xa4\xd6\x04\x75\xbe\x2e\x42\x9e\x95\x73\x7e\x5f\x68\x38\x73\ +\x2c\x6b\x6f\x6f\xf0\xab\xa2\xc3\xc9\xcf\x91\x74\x6f\xc2\x76\x6b\ +\x49\x7a\x47\x9b\xfb\x3e\x5c\x52\xed\x4b\xf8\x35\x71\x0e\xda\xe1\ +\x24\x75\x2a\xa0\xd5\x3b\x3c\xce\x9e\x75\x79\xea\xcb\xca\x9f\x4b\ +\x7b\x71\x65\xa3\x2a\x3a\x71\x91\xb2\xe0\xc7\x63\xb1\x21\x62\x6a\ +\x6c\xcc\xee\x45\x1d\xc4\xca\xd6\x3d\x99\xa1\x6c\x6d\x81\xf3\x24\ +\x7d\xad\x6e\xb3\xeb\x24\x5d\x1a\xb7\x7b\x41\x59\xe3\xd5\x0d\x3d\ +\xcc\x1f\xf7\x2b\x0b\xa2\x3c\xae\x6c\x4e\xf9\x8f\x69\xd1\x29\xa5\ +\x7a\xe5\x8f\x31\xff\x5e\xaa\x6c\x6e\xf9\x63\xfa\xf4\x1e\x7b\x2c\ +\x61\x9b\x15\x4b\x3e\xe6\x3f\x13\x8f\x2b\x49\xef\xb1\xdd\xe9\x3a\ +\x31\xf5\xbd\x76\x67\x75\xf1\xfc\xb6\x0a\x48\xac\x64\xfb\x75\x05\ +\xf7\x7b\x8f\x16\xed\x55\xbf\x40\xd5\x4f\x7d\xd2\x69\x39\xf3\x42\ +\x2c\x33\xae\x8f\x65\xcc\x21\x4a\x5b\x38\x5a\xca\xd6\xee\x69\xf5\ +\xec\x7f\x51\xd2\xf9\x15\x26\xff\x44\xa5\x05\xf0\x8e\x2e\x3a\x0d\ +\x63\x97\xcd\x68\x90\x7f\x66\x0d\x40\xba\x6f\x53\x16\xf0\xbd\x4a\ +\xd2\x77\x25\xed\x10\x42\x28\x63\x1d\xab\x27\x24\xdd\x95\xb8\xed\ +\xce\x6a\xbc\x9e\x45\x27\xe5\xd2\xec\x02\x41\xa7\xcf\x27\x94\xef\ +\x17\x55\x74\x1d\xee\x4a\xf8\x4e\xfd\xe4\xef\xb1\x7e\x7f\xa5\xb2\ +\xb5\x1a\x76\xec\xc1\xf4\xa6\xfd\xfa\x4c\x06\x06\xd2\x18\x4e\x01\ +\xfa\xb4\xb2\xfb\x5b\xdb\xfb\x2a\x1b\xce\xbc\xd8\x50\x43\xff\xf4\ +\xe9\xd3\x35\x7b\xf6\xec\x7e\x4d\x33\xc1\x08\x00\xed\x94\x19\x07\ +\x76\xe9\x50\xb5\x0b\x9a\x4e\x57\x16\x08\x59\x4f\x52\xde\x3c\xc9\ +\x1f\xb1\x7d\x52\x1c\x5e\x5f\x85\xbc\xa9\x2e\x3e\x6e\xfb\x67\x05\ +\x7b\x14\x9e\xa1\x6c\xc8\xf4\xb3\xca\xe6\xf8\xbe\xbe\xe0\xc2\xa3\ +\x0a\x21\xcc\xb7\x7d\x9c\xd2\x7a\xfa\x7f\xc6\xf6\x39\x29\x2f\x48\ +\x71\x4e\xf7\xfa\x29\x83\xbe\x34\x0c\xb3\xfa\x3d\xca\x1a\xbd\xf3\ +\xa6\x6d\x59\xae\xc4\x7c\xfe\x94\xa4\x3f\x29\x6b\x2c\xdb\x24\xe7\ +\xef\x8e\xb0\x7d\x4a\xec\xad\x5f\x24\x7f\xfc\x58\xd2\x8f\xfb\xa8\ +\x5c\x79\x6d\xce\xef\x7f\xaf\x1e\x8d\x88\x68\x92\x9e\x77\x4b\x7a\ +\x77\x9f\x96\xd1\x47\x0e\xc8\x3d\x96\x32\xfd\x44\xd9\x53\xc5\x3c\ +\xa3\xac\x17\xf9\x55\x89\xef\x93\xdf\xb1\x7d\x53\x08\xe1\xae\x82\ +\xc7\xab\xef\x1d\xdc\xcd\x11\x12\x79\x0d\xd3\x9f\x92\xb4\x7f\x81\ +\xfc\xb5\xc0\xf6\x29\xb1\xec\x9b\x26\xe9\x3e\x49\x7f\xec\x74\x21\ +\xe7\x2e\xdd\x1b\x5b\xb7\xfb\x37\xb1\x81\xff\xc3\x39\x9b\xfd\xb2\ +\xc8\xfa\x51\x6d\xa4\x7b\xa6\xed\xaf\x49\x3a\x39\x67\xd3\x95\x24\ +\xbd\xb3\x9f\xca\xf6\x26\xea\x47\xc4\xcd\xed\xe2\x54\x66\x9d\x5c\ +\x87\xdb\x24\x6d\x58\xc1\xae\x67\xc7\x7b\xf1\x6f\x09\x75\x0e\x49\ +\xfa\x82\xed\x3f\x85\x10\xfe\xd8\x8b\x72\xc9\xf6\x0e\xca\x1f\x1d\ +\x7a\x51\x85\x8d\xee\xcf\x34\xf8\x6c\x4e\x1f\xe7\x9b\x6b\x54\xed\ +\xf4\xb6\x83\xfc\x4c\x06\x06\x12\x23\x24\xd0\xcf\x95\x95\x81\x19\ +\x29\x41\x30\x02\x40\x3f\xb2\x3d\x59\xd2\x6e\x35\x1f\x5d\x16\x87\ +\x7d\x5f\xa8\x6c\x6a\x99\x56\x56\x91\xf4\xf6\x0a\x93\xf7\x74\xce\ +\xef\x37\x91\xf4\x95\x82\x65\xf2\xe9\x21\x84\x0f\x85\x10\x8e\x0e\ +\x21\xfc\xb0\x68\x30\xa2\xc6\xf9\x4a\x5b\x10\x73\xfd\xf8\xdc\x4a\ +\x71\xa8\x16\x6e\x84\xbf\x21\x84\x70\xed\x30\x7c\x96\xcf\x57\xd6\ +\xfb\x3d\xcf\x12\x1d\xe4\xf3\x35\x25\xed\x54\xf3\xd1\x25\xf1\xb8\ +\x17\x28\x7f\x7a\xb2\x35\x24\xed\x47\x69\x81\x01\x96\x32\xed\xd8\ +\xd3\x15\xdc\xdb\xd7\x29\x7d\xd4\xc8\x24\x49\x17\x74\xb0\x56\x4c\ +\xfd\xf3\xaa\x9b\xbd\x78\xf3\xce\xdd\xdb\x6c\x1f\x5c\xf0\x1c\x1e\ +\x1b\x42\x38\x3c\x84\x70\x4c\x08\xe1\xec\x41\x08\x46\x74\xe0\x00\ +\xb5\x1e\x6d\x22\x2d\xba\x60\x76\x15\x7e\xac\xb4\x86\xe3\x0f\x51\ +\xb4\x0c\x64\x9d\xe3\xae\x36\xae\xdd\x18\x65\xeb\x49\xac\xd0\xa3\ +\x72\xe9\x90\x84\x6d\x7e\x5e\xe1\xe9\xaa\x0f\x48\x3c\xaf\xb4\xf5\ +\x0f\xd0\x5a\xca\x94\xb3\x4f\x71\x9a\x00\x02\x12\xe8\xff\x4a\x45\ +\xdf\x07\x25\x08\x46\x00\xe8\x63\x87\x68\xe1\xde\xab\x17\xc5\x72\ +\xeb\x71\xa5\xf5\x92\xfe\x58\x85\x69\x4b\x99\x36\xe1\x93\xb6\x3f\ +\xd5\x07\xe5\xfc\x7c\x49\xc7\x25\x6e\x9e\x3b\x05\x80\xed\xf1\x92\ +\x3e\x5e\xf7\xf1\x97\x86\x71\x3e\x7c\xae\xa4\x6d\x9a\xa9\x5f\xcc\ +\x7a\x28\x9f\x3f\xa8\xb4\x45\xb5\x3f\x46\x51\x81\x01\x36\x39\x61\ +\x9b\x7b\x2b\x3a\xf6\x89\xca\xa6\xda\x4a\xb1\x81\xa4\x6f\x0f\xe0\ +\xf9\x4d\x79\x56\x9d\x6e\x7b\x7f\xb2\x62\x4b\x79\x1d\x1c\xe6\x29\ +\x9b\x06\xaa\xea\xe7\xf9\xf3\xca\x82\xd5\x79\x36\xb3\xbd\x36\x97\ +\x6d\x20\xdb\x0f\xce\x96\xf4\xa3\x36\xca\xcf\xb3\x4a\x58\x4f\xa2\ +\x2d\x71\xcd\x8c\x7d\x72\x36\x9b\xa6\xb4\xf5\x08\x8a\x7a\x50\x59\ +\x67\x8e\x2d\x25\xad\x2b\x69\xd9\x10\xc2\xb7\xc9\x41\x5d\x79\x26\ +\xdf\xc7\x69\x02\x08\x48\x60\x30\x2a\x15\x7d\x1b\x94\x20\x18\x01\ +\x20\xe1\xa5\x63\x55\xdb\x6f\xb3\xfd\x69\xdb\x5f\xb6\xbd\x52\x97\ +\x8e\x3b\x4a\x0b\x2f\x66\xfd\xb4\xb2\x79\x57\x87\xa4\x2c\x34\x3a\ +\xc5\xf6\xb6\x15\x25\xf1\xce\x94\x62\x56\xd2\x89\xb6\xcf\xe8\xf2\ +\x82\x87\x8d\x5c\x98\x98\xe6\xcd\x6c\xef\x92\xb3\xcd\x41\x75\x2f\ +\x2c\x53\xe3\xb3\x6e\xb8\x4a\xe9\x8d\xfa\x74\xc1\x7c\x3e\x46\x0b\ +\x2f\x66\xfd\x98\x16\x5e\x54\x3a\x25\x9f\xbf\xde\xf6\x1b\x28\xad\ +\x46\x6c\x19\xbd\x82\xed\xbd\x6c\x7f\xca\xf6\xf1\xb6\x5f\x39\x40\ +\x69\x5f\x5d\x52\x5e\xef\xde\x47\x42\x08\xf7\x54\x54\x0f\x5e\x10\ +\xcb\xb3\x87\x13\xff\xe4\x10\xdb\xef\x1a\xb0\x2c\x72\x47\xc2\x36\ +\x8b\x29\x1b\x01\xf2\x05\xdb\x63\x87\xd1\xbd\xb1\xb6\xed\x77\xc5\ +\xfa\xcb\x09\xb1\xbc\x2d\xb2\x9f\x65\x24\xed\x98\xb3\xd9\xdd\x21\ +\x84\x97\xba\xf4\xd5\x52\x7b\x9d\xef\x2b\x74\x92\x7f\xc6\xd8\xde\ +\xdc\xf6\x87\x6d\x1f\x6d\xfb\x90\x2e\x1e\xfe\xa3\x92\xfe\x91\xb8\ +\xed\x2e\xca\xa6\x5e\xeb\xa6\xed\x24\xe5\x8d\x18\xfb\x47\x95\x6b\ +\x24\x84\x10\x5e\x0a\x21\x5c\x15\x42\xf8\x5b\x08\xe1\xdf\xfd\xb2\ +\x1e\x83\xed\xf1\xb6\xdf\x60\xfb\x08\xdb\x9f\xb7\x7d\xc0\x80\x65\ +\xfd\x29\x09\xdb\x5c\x45\x09\x01\x10\x90\xc0\xad\xb5\xf3\x8f\x00\ +\x00\x20\x00\x49\x44\x41\x54\x80\xe8\xc7\xa0\x04\xc1\x08\x00\x09\ +\x95\xea\xa5\x25\x3d\x1a\x5f\x7e\xbf\x2a\xe9\xb3\x92\x96\xea\xd2\ +\xe1\xdf\x22\xe9\x15\x35\x3f\x9f\x17\xa7\x6b\x1a\x72\x85\xb2\x05\ +\x65\xf3\x1c\x55\x51\xfa\x6e\x54\xd6\xfb\x2b\xc5\xc1\x92\xee\xb0\ +\xbd\x57\x0f\xcb\xfc\x05\x92\xbe\x98\xb8\xf9\xa7\x5b\xe4\x89\x51\ +\x92\x3e\x59\xf7\xf1\x97\x87\xf9\xad\xb0\x64\xc2\x36\x4f\x16\xdc\ +\xf7\x1e\x92\x56\xad\xf9\xf9\xdc\xba\x75\x47\x2e\x55\x5a\x63\xe9\ +\x51\xc2\x48\xf5\x40\xcc\x27\x27\x4a\x3a\xba\x2e\x3f\xf5\xbb\xfd\ +\x95\xbf\x08\xf8\xaf\x2a\x2e\x1b\x9f\x95\xf4\x3f\x5a\x74\x3e\xf5\ +\x66\xbe\x6b\xfb\xd5\x03\x74\x8e\x7f\xa3\xfc\xa9\xdf\x14\xaf\xc3\ +\xb1\x92\x6e\xb2\xfd\xfa\x61\x50\x7f\xd9\x54\xd2\xbf\x25\x9d\x1d\ +\xeb\x2f\x9f\x49\x3c\x0f\x8d\x6c\x25\x29\x2f\x50\x73\x73\x17\xbf\ +\xde\xd5\x4a\x9b\xc3\x7d\x6b\xa1\x13\x9f\x57\x36\x05\xd0\x77\x24\ +\x1d\xaf\x2e\x06\x78\x62\x70\x6b\x7f\x2d\xba\x70\x7c\x33\xc7\xdb\ +\x7e\x53\x17\xcf\xcd\x9b\x13\xb6\xb9\x6d\x84\xe6\x9b\x6f\x29\x1b\ +\x19\x72\xaa\xb2\xd1\xc9\x3b\x0f\x50\xb9\xb9\xb2\xa4\x6d\x72\x36\ +\x9b\x16\xdf\x81\x80\x11\x8f\x80\x04\x06\x46\x3f\x05\x25\x42\x08\ +\x5a\x76\xd9\x65\x09\x46\x00\xc8\xb3\x72\x83\xcf\xba\x35\xf7\xf5\ +\xa1\x75\x3f\x9f\x5d\x57\x8e\x2d\x90\x74\x7a\xc2\x7e\xf6\xb0\xbd\ +\x6e\x05\xe5\xe8\x7c\xb5\xd7\x50\xb6\x86\xa4\x4b\x6d\x5f\x67\xfb\ +\x8d\x3d\xba\x9e\xbf\x48\x7c\x41\xdc\x36\x36\xe6\x34\x3c\x9f\x92\ +\x6a\x7b\x60\xdf\xae\xac\x31\x74\x38\xcb\x9b\x4f\x77\xbe\xa4\x5b\ +\x2a\xca\xe7\xf3\x24\x7d\x2f\x61\x3f\xfb\xda\x7e\x05\x45\xd6\xc8\ +\x12\x47\x5e\x4d\xea\x51\x19\xdd\x69\xda\xc7\x37\xc8\xff\x8d\xee\ +\xad\x6f\x74\xa1\x5e\x7c\xa3\x5a\x04\x62\xeb\x2c\x2e\xe9\x42\xdb\ +\x13\x06\xe4\xfd\xe3\x31\xb5\x37\xaf\xfa\xc6\x92\xfe\x6c\xfb\x22\ +\xdb\xeb\x0d\xf0\xed\xb1\x4a\xdd\xcf\xf3\xea\x82\xbd\xed\x48\x79\ +\x66\xdf\xde\xc5\x6b\x3a\x57\xd2\x0d\x29\xe9\xb6\x1d\x84\xb2\xf2\ +\xd0\xcb\x5d\xbe\x77\xef\x93\xf4\x81\xc4\xcd\xc7\x48\x3a\xcf\xf6\ +\x72\x5d\x4a\xde\x9b\xfa\xe9\x9e\xe8\xf3\x77\xa7\x97\x07\x28\xed\ +\x1f\x91\x34\x3a\x67\x9b\x53\x43\x08\x2f\x53\x3c\x00\x04\x24\x30\ +\x60\xfa\x21\x28\x31\x14\x8c\x18\x3f\x7e\x7c\xed\xc7\x04\x23\x00\ +\xa4\xbe\x84\x57\x5e\x09\xb5\xbd\xaa\xb2\x86\xef\x21\x77\x87\x10\ +\xa6\x36\xd8\xf4\x0c\x49\xb3\x12\xea\x0a\x47\x56\x94\xd4\xaf\x2a\ +\x7f\x71\xed\x7a\xdb\x48\xba\xc1\xf6\xd5\xb6\xb7\xef\xf2\x33\x68\ +\x81\xa4\x2f\x24\x6e\x7e\x54\xe2\xe7\x5f\x0e\x21\x78\xb8\xde\x00\ +\xb6\x47\x4b\x5a\x31\x67\xb3\x9b\xe3\xbc\xde\xed\xee\xfb\x15\xca\ +\x46\x02\x0d\xb9\x35\x84\xd0\xe8\x05\xfe\x87\x09\xf7\xdd\x18\x49\ +\x47\x50\x64\x51\x46\x4b\x9a\x33\x20\x69\x3f\x5a\x52\xde\x48\x83\ +\xb3\x62\xa3\x5c\x37\x9c\x22\xe9\x92\xc4\x6d\x37\x8a\xdb\x0f\x8a\ +\x76\x47\xb1\x05\x49\xfb\x49\xba\xd3\xf6\x85\xb6\x37\x19\x06\xf7\ +\x46\x27\x75\x97\x4d\x13\xb6\x79\xb6\xcb\xdf\x2f\x65\x6e\xfe\x15\ +\x94\xbf\x10\x37\xba\x93\x87\x8a\xd6\xdb\x2e\x94\x74\x5a\xe2\xe6\ +\xab\x4b\x3a\xb3\x4b\x41\xa8\x94\x60\xe5\x13\x23\x2d\xc3\xc4\x51\ +\xc4\x5b\xf6\x3a\xdf\x14\x4c\xfb\x86\xca\x9f\xfa\xeb\x69\x65\x23\ +\x3f\x00\x88\x80\x04\x06\x50\x2f\x83\x12\x04\x23\x00\xb4\x51\x31\ +\x1d\xab\xc6\x0d\xf9\xdd\xa8\x58\x1f\xac\x85\x17\xb3\xfe\x49\x93\ +\x32\x6d\xba\xa4\x73\x12\xf6\xf7\xde\x38\xfd\x54\xd9\x65\xea\xdd\ +\x92\x7e\x5a\xf0\xcf\xb7\x97\x74\xb5\xed\x3f\xdb\xde\xa3\x8b\xbd\ +\x18\x2f\x91\xf4\xf7\x84\xed\x0e\xb0\x3d\xb9\x2e\x4f\x4c\x91\xb4\ +\x6d\xcd\x47\xf7\x28\x2e\xc0\x3c\x8c\x6d\xa8\xfc\x79\x92\xaf\x2d\ +\xb8\xef\xf7\xd5\xd5\x65\x9b\xe5\xf3\xa7\x25\x9d\x9f\xb0\xbf\xf7\ +\xf7\xc1\x5a\x25\xe8\x5e\x19\x1d\x24\x7d\xa2\x47\x65\x74\xa7\x69\ +\x3f\x58\xd2\xff\xe5\x6c\x76\xbf\xba\x38\x15\x59\x0c\xac\x1e\xac\ +\xb4\xa9\x00\x25\xe9\x50\xdb\x07\x0e\xc8\xbb\xc7\x65\x4a\xeb\x51\ +\xdf\xe8\x5d\x7b\x7f\x49\xb7\xd8\xfe\xd5\xa0\xac\x55\x13\x9f\xf7\ +\xef\x2f\xf1\xbe\x58\x27\x61\x9b\xe7\xbb\xfc\x35\x53\x7b\x9f\xb3\ +\xb0\x75\xb1\x3c\xb4\xab\xa4\xd7\xf6\x49\xd9\xfa\xbf\x92\xa6\x26\ +\x6e\xbb\x7b\xdc\xbe\xca\x73\xb3\x82\xd2\xa6\x6f\x7d\x61\x04\x66\ +\x9d\x77\x69\x00\x47\x48\xd8\x5e\x5b\xd9\x68\xe7\x71\xad\x36\x93\ +\xf4\xde\xf8\xee\x05\x40\x04\x24\x30\xa0\x7a\x11\x94\x20\x18\x01\ +\xa0\x8d\x8a\xe9\x64\x49\xbf\x54\xd6\x0b\x54\xdd\xac\x58\xc7\xde\ +\x45\xb5\x0d\x09\xf3\x54\x37\x8d\x4d\x9d\x6f\x27\xec\x76\x71\xa5\ +\x0f\x7b\x6f\xd7\xc7\x25\xdd\xdd\xc1\xdf\xbf\x41\xd2\xe5\x92\x6e\ +\xb4\xbd\x5d\x17\x9e\x3f\x56\xda\x28\x89\x71\x92\x0e\xaf\xfb\xec\ +\x63\x75\x3f\x9f\xd0\xc1\x14\x18\x83\x62\xab\x9c\xdf\x2f\x50\x93\ +\x40\x42\x4e\x3e\x1f\x23\xe9\x90\xba\xfb\xea\xdc\x0e\xf3\xf9\x52\ +\x5a\x78\x81\x6c\x0c\xdf\x32\x7a\xb9\x98\xef\x76\xea\x76\x19\xdd\ +\x61\xba\xc7\xdb\xfe\x82\xa4\x1f\xab\xf5\xb4\x10\xd3\x24\xbd\xad\ +\xc8\xc8\xa3\x0e\xcb\xc7\xe7\x24\x1d\xd0\xc6\x39\xfc\xfe\x00\x2d\ +\x22\xfe\x2e\x49\xcf\x14\x3d\x35\xca\x1a\x3a\xff\x1c\x03\x13\x1b\ +\xf5\x71\x1e\x5b\x3f\xbe\xdf\xac\x58\xc6\x7d\x11\x47\xc9\xad\x91\ +\xb0\xe9\x73\x5d\xfe\xaa\x77\x25\x6e\xc7\x54\x7e\xed\x5f\xf3\x7d\ +\x25\xfd\xac\x5f\xca\xd6\x38\x3d\xce\x01\x92\x52\x1b\x82\xbf\x5c\ +\x71\xf0\x70\x8d\xc4\xed\x5e\x1c\x41\x79\x66\x94\xed\x83\xd4\x78\ +\x8a\xcd\x97\xfb\x3c\xed\x3b\x48\xfa\x93\xa4\xb5\x72\x36\xfd\x7c\ +\x08\xe1\x0a\x4a\x08\xe0\xbf\xc6\x70\x0a\x30\xa8\x42\x08\xbf\x8d\ +\x15\x9e\x8b\x25\x2d\x36\x14\x94\x98\x3e\x7d\xba\x66\xcf\x9e\x5d\ +\xf6\xb1\x08\x46\x00\xa8\xf5\x3a\xdb\xb3\x6a\x9e\xa5\x4b\x48\x1a\ +\x2f\x69\x4d\x49\x9b\x28\x6b\x84\x6d\xd6\x4b\xa6\xea\x8a\xf5\xce\ +\x31\x1d\x43\x7e\x13\x42\x78\xa2\x45\xf9\x76\x87\xed\x6b\x25\xe5\ +\x35\xe6\x1f\x6e\xfb\x9b\x71\x4e\xfe\x32\xcb\xd7\x17\x6c\xef\xad\ +\xac\xf7\xe9\x0a\x1d\xec\x6a\x4b\x49\xd7\xd8\xfe\x9d\xa4\xcf\x86\ +\x10\xaa\x5c\x20\xf3\x72\x65\xbd\xed\x36\xcf\xd9\xee\x50\xdb\x5f\ +\x0a\x21\xcc\xb4\xbd\x8a\xa4\xb7\xd7\xfc\xee\x01\xb5\x6e\x40\x1f\ +\x2e\x0e\xc9\xf9\xfd\x65\x21\x84\x7b\x0a\xec\x77\x37\x49\xb5\x23\ +\x50\x2e\x8f\x8b\xeb\x36\xcb\x67\x37\xdb\xfe\xb3\xf2\xe7\x32\xff\ +\xa8\xed\xef\x8c\x80\x40\xd1\x70\xb7\x81\xed\xfd\xe3\xff\x8f\x56\ +\xb6\xb0\xfa\x58\x65\x0d\x41\x1b\x2a\x1b\xa9\x34\xa1\x47\x65\x74\ +\x91\x06\x8f\x89\x92\xde\x2a\xe9\x18\x2d\xbc\x06\x4d\x23\x8f\x4b\ +\xda\x39\x84\x70\x47\x8f\xea\xe7\x37\xdb\xfe\xb8\xb2\x85\x6c\xf3\ +\x2c\xa1\x6c\x3d\x89\x37\xf4\x7b\x7d\x3a\x84\xf0\x1f\xdb\x07\x48\ +\xba\x42\x52\x27\x3d\xa0\x76\x97\xb4\xab\xed\xf3\x24\x1d\x13\x42\ +\xb8\xbf\xcb\x5f\x65\xbb\xf8\x3c\x52\xac\xb7\x4c\x8c\xff\xd6\x8a\ +\xcf\xd1\xd7\xa9\x71\xa7\xc5\xa2\xf7\xc5\x24\xe5\x2f\x68\x2d\xa5\ +\x2d\x32\x5d\xa6\x47\x13\xb7\x63\xd4\xdc\xc2\xc6\xd5\x94\xad\x52\ +\xd6\x61\x65\xac\xa4\xe5\x95\x8d\x84\xd9\x4e\xcd\x1b\x66\x5f\xee\ +\xe1\xfd\xfb\x40\x1c\x59\x76\xb1\xb2\x00\x61\x2b\x63\x25\x9d\x6f\ +\x7b\x4a\x08\x61\x5a\x05\xc9\x59\x3c\x71\xbb\xe1\xd4\xc6\xb0\x64\ +\x5d\xbe\x59\x22\xbe\x3f\xad\x14\x9f\x69\xdb\xd7\xd5\xe9\xfa\xfa\ +\x99\x1c\x9f\xcb\x6f\x50\x36\x0a\x71\xff\xbc\x4d\x25\x7d\x22\x84\ +\xf0\x4d\x8a\x0f\x60\x61\x04\x24\x30\xd0\xba\x11\x94\x20\x18\x01\ +\xa0\x81\x8f\xc4\x7f\xed\x9a\xd7\x85\x86\xce\xfa\x91\x0c\x67\x24\ +\xfc\xcd\xb7\x95\x1f\x90\x58\x43\xd9\x9c\xd8\x17\x54\x50\x96\xdf\ +\x67\x7b\xab\x58\xb6\xae\xd5\xe1\xee\x76\x96\xb4\x93\xed\x33\x25\ +\x1d\x15\x7b\xec\x96\x9d\x5e\xc7\x5e\xca\x79\x8b\x72\x2f\x2b\xe9\ +\xbd\xca\x1a\xe6\x3e\xac\x85\x83\x54\x5f\x2d\x3b\xb8\xd3\x87\x2f\ +\x6b\xbb\x4a\x9a\x92\xf3\x92\x76\x62\xc1\xdd\x1f\x5a\x30\x9f\xe7\ +\x05\x24\xd6\x91\xb4\xa7\xd2\xe7\xc2\x47\x7f\x3a\x30\xfe\x2b\xa2\ +\x17\x8d\x1f\x5b\xd9\xbe\x5b\xd9\x3c\xfa\x41\xd2\xd2\xca\x02\xb4\ +\x9b\x28\x0b\x7c\xee\xaa\x2c\xa8\x92\xe7\x62\x49\x1f\x0a\x21\x3c\ +\xd9\xe3\xfa\xf9\xe9\xb6\xb7\x91\xf4\x3f\x09\x9b\x6f\xa2\x6c\xe1\ +\xed\x0f\x0f\xc0\x7b\xc7\xb5\xb6\x77\x56\x36\x35\xc7\x32\x1d\xec\ +\x6a\x94\xa4\x77\x2a\x9b\xda\xef\xeb\x92\xbe\xd8\xc5\x45\x4e\x8f\ +\xeb\xf2\x7d\x31\x29\x71\xbb\x89\x5d\xbe\x96\x33\x6c\xbf\xa8\xfc\ +\x80\xc3\x24\xa1\xd6\x12\x92\x2e\x1c\xa0\xb2\xb5\xf6\x9a\x5f\x6a\ +\xfb\x1b\x6a\x3c\x55\x5f\xa3\x3a\xef\x4f\x6c\xef\x53\xc1\x3a\x5f\ +\xa9\x79\x6a\xc9\x61\x94\x6f\x26\x0f\x58\xbe\x59\x27\x06\x1c\x9e\ +\x95\x34\x33\x5e\x8b\xa5\x95\xad\xfd\xb1\x99\xa4\x1d\x95\xbf\x86\ +\x93\x24\x3d\x28\xe9\x90\x10\xc2\x35\x14\x1d\x40\xe3\xca\x10\x30\ +\xd0\xaa\x9c\xbe\x89\x60\x04\x80\x92\x55\xda\x00\x6d\x7b\x65\x65\ +\x8d\xa9\x43\x9e\x92\xf4\xeb\x84\x3f\xbd\x2c\x56\x9a\xf3\x54\x36\ +\x1f\x79\x08\xe1\x5e\x65\xd3\x2f\x5d\x59\xc6\xee\x94\x05\x02\xee\ +\xa8\x6a\x1a\xa7\x10\xc2\xaf\x25\xfd\x35\x61\xd3\x23\x6d\x4f\x92\ +\xf4\xc1\x9a\xcf\x1e\x91\x74\xe6\x70\xce\xe8\xb6\x57\x52\xb6\x98\ +\x74\x2b\x67\x84\x10\xfe\x52\x60\xdf\xab\x4b\xda\xa5\xe6\xa3\x47\ +\x25\xfd\x2e\xe1\x4f\x7f\x21\xe9\xb1\x5e\xe6\x73\x50\x4e\x37\x71\ +\xae\xa4\x5b\x62\x39\xfc\x1f\x49\xb7\x4a\xfa\xbd\xa4\x93\x94\x35\ +\xea\xe7\x35\x4c\xdd\x1c\xeb\xa6\x6f\xed\x75\x30\xa2\xc6\x07\x24\ +\xdd\x9b\xb8\xed\x87\xe2\xe8\x83\x41\x78\xef\xf8\x93\xa4\x37\xc5\ +\x6b\xd4\xa9\xb1\xca\xd6\x02\x99\x6a\xfb\xb5\xc3\xf4\xbe\x18\x9f\ +\xb8\x5d\x2f\x1a\x5f\x53\x46\x65\x04\x61\x90\xcb\xd6\x7a\xff\xa7\ +\xb4\x05\xcd\x25\x69\xaf\x8a\xea\x03\xe3\x12\xb7\x5b\x9a\x2c\xd3\ +\xb3\x7c\x73\x70\xcc\x27\xf7\xc4\x3a\xfb\x5d\xf1\xe7\x33\x94\x75\ +\x48\xcb\x0b\x46\x3c\xab\x6c\x7a\xd7\x0d\x09\x46\x00\xcd\x11\x90\ +\xc0\xb0\x50\x45\x50\x82\x60\x04\x80\x1e\xbe\x84\x74\x52\x81\xae\ +\x9d\x1a\xe1\xec\x10\xc2\xdc\x84\xf2\x6e\xbe\xa4\xd3\x13\xf6\xbf\ +\x65\x95\xf3\xea\xc6\x86\xb4\x5d\x25\x1d\xa1\x72\x16\xf3\x9b\x2c\ +\xe9\x4a\xdb\xef\xad\x28\xc9\xc7\x26\x6c\xf3\x4a\x65\x8d\x8d\xb5\ +\xd3\x51\x9d\xd4\xc5\xde\xb0\x5d\x67\x7b\x2d\x49\xbf\x51\xf3\xe1\ +\xf7\x52\xb6\x6e\x48\xd1\x17\xfd\xf7\x69\xe1\xf9\xf3\xcf\x4c\x19\ +\x79\x14\xef\x85\xef\x25\xec\x7f\x1b\xdb\x9b\x51\x5c\x51\x4e\xf7\ +\xb9\x67\x94\xad\x25\xb1\x63\x08\x61\xf3\x10\x42\x5f\x8d\xea\x09\ +\x21\xbc\xa8\x6c\x2a\x8b\x97\x12\xff\xe4\x87\xb6\xd7\x1d\x90\xf7\ +\x8e\xbb\x95\x4d\x6f\x74\x82\xa4\x39\x25\xec\x72\x03\x49\x37\xd8\ +\xde\x71\x18\xde\x17\xa9\xef\x4c\x4b\xf5\xe0\x3b\xa5\xe4\x4d\x16\ +\xa0\x1d\x46\x65\x6b\xac\x07\xbc\x5d\xe9\xeb\xc1\x9c\x60\x7b\xcb\ +\x92\x93\x31\xab\x8f\xef\x09\xf2\x4d\x71\xf3\x94\x75\x24\xf8\xa0\ +\xa4\x35\x43\x08\x5f\x8c\xcf\x41\x00\x4d\x30\x65\x13\x86\x8d\x32\ +\xa7\x6f\x22\x18\x01\x20\xc7\x77\x24\x5d\x57\xf3\xf3\x62\xca\x86\ +\xb1\xaf\xa1\x6c\xfe\xe5\x6d\x9a\x3c\x63\x47\xd9\x1e\x53\xc5\x54\ +\x3d\x0d\x16\xb3\x96\xda\x5b\x2c\xf8\x47\xca\x1a\xd8\xf3\xa6\x4d\ +\x38\x4a\xd2\x8d\x15\x96\xe5\x96\x74\x9a\xed\x9f\x4b\xfa\x92\xb2\ +\x20\xcb\xe8\x0e\x76\x39\x56\xd9\xb0\xfb\xf1\x21\x84\xef\x97\x9c\ +\xd6\x2b\x13\xd7\x25\xd8\xbb\xe6\xff\x9f\x54\xfe\xc8\x81\x81\x64\ +\x7b\xc5\xf8\x22\x76\x94\x5a\x4f\x67\xf2\xa8\xa4\xbd\x8a\xbc\xa8\ +\xc5\x05\x52\xdf\x57\xfb\x91\xa4\x9f\xb6\xb1\x8b\x1f\x48\xfa\x9c\ +\xf2\x7b\xed\x7e\x4c\xd2\xbb\x29\xea\x06\xd6\x79\xb1\x3e\x58\xdb\ +\xa0\xb1\x84\xa4\xd5\x24\x6d\xaa\x6c\x8a\xba\xc5\x06\xbc\xf1\xe3\ +\xa8\x10\xc2\x39\x7d\x5e\x37\xbf\xcd\xf6\xe1\xca\x02\x27\x79\x96\ +\x94\x74\x81\xed\x37\x0e\x42\xc0\x36\x84\x30\x47\xd2\x67\x6d\xff\ +\x54\xd9\x48\x96\xbd\x3a\xdc\xe5\x52\x92\xae\xb0\xbd\x7b\x08\xe1\ +\xf7\x15\x26\xfd\x18\x49\xff\xac\xf9\x79\x62\xbc\x37\xd6\x52\xb6\ +\xfe\xd5\xe6\x6a\xdc\x69\xb1\xe8\x7d\xd1\xcf\x8d\xaf\x29\x6b\x5b\ +\x10\x90\x58\xd8\x8b\x75\xcf\xe0\xa1\x6b\xb7\x8c\xa4\x57\x49\xda\ +\x49\xcd\x17\x02\x1f\xdf\x27\xf7\xee\xc3\xb6\xdf\xad\x6c\x04\x71\ +\x5e\x07\xdd\x71\xca\xd6\x93\xd8\x34\x84\x50\x56\x5e\x48\xbd\x27\ +\x86\xd3\x08\x89\x47\xb5\x68\x27\x94\x65\x94\x4d\x6d\xfa\x6a\x49\ +\x6f\x91\xb4\x4a\x3f\xe7\x9b\x04\xbf\x95\xb4\x5f\x7c\x36\x00\x48\ +\x40\x40\x02\xc3\x4a\x19\x41\x09\x82\x11\x00\x12\xdc\x14\x42\xf8\ +\x79\xb3\x5f\xda\x5e\x5b\x59\x23\xe9\xd6\x4d\x2a\xd6\x55\x0c\x3f\ +\xde\x51\xd2\xda\x35\x3f\xff\x2d\x84\x70\x67\x1b\xe5\xe7\x34\xdb\ +\x3f\xd3\xa2\x41\x8d\x7a\xfb\xda\x7e\x45\x08\xe1\xc1\x2a\x4f\x70\ +\x1c\x2d\xf1\x01\xdb\x27\x4b\xfa\xbc\xb2\x1e\x6d\x9d\x8c\xec\x3c\ +\xcd\xf6\xfd\x15\x34\xf4\x1c\xab\xac\x47\x54\xaa\x93\x43\x08\x2f\ +\x0d\x6a\xc6\xb7\x1d\x24\xdd\x26\xe9\x61\x65\x3d\x0c\xe7\xc6\x17\ +\xca\x57\x49\x5a\x5f\xf9\xd3\x5b\xdc\x2b\x69\xf7\x10\xc2\xbf\x0a\ +\x26\x61\x37\x65\x8d\xca\x43\xae\x0f\x21\xdc\xd7\x4e\xbe\xb2\x7d\ +\xa1\xf2\x83\x0d\x07\xd8\xfe\x74\x08\xe1\x31\x61\x10\xdd\x91\x53\ +\x46\xaf\x2c\xe9\xfb\x6a\xdc\x88\xdc\x8b\xc6\x8f\x5f\x6b\xe1\x46\ +\xaa\xf5\x94\x2d\xbe\xdd\xca\x99\xb6\x27\x84\x10\xfa\x3a\xc0\x19\ +\x42\x38\x23\xae\x27\xf1\x9e\x84\xcd\x37\x95\xf4\x75\x65\xa3\xe4\ +\x06\xe5\xdd\xe3\x5e\x49\x7b\xc7\xd1\x83\x5f\x54\xd6\x20\x5b\xd4\ +\x58\x65\x8b\x7c\xbf\x31\x8e\xc2\xa8\xc2\xb5\x21\x84\xeb\x5b\xdc\ +\x1b\x53\x94\x8d\xea\x5b\xbf\xa4\xfb\xe2\x45\x65\xa3\x24\xf2\x86\ +\xad\xaf\xd9\x83\xcb\x97\x12\x04\x21\x20\xb1\xb0\x39\x39\x65\x6b\ +\x88\xcf\xd7\xef\x49\x9a\x50\xf7\xeb\x71\x7d\x74\xdf\xfe\xd6\xf6\ +\x09\xca\x3a\x28\x28\x21\x6f\x9e\x61\xfb\xad\x25\xad\x27\xf1\x74\ +\xe2\x76\x6b\x0d\xa3\x7c\xf3\x42\x4e\xbe\x19\xad\x6c\x2a\xa4\x93\ +\xb5\x68\x1b\x65\x2f\xf2\xcd\x1d\xca\x46\xf2\x0e\x99\x28\x69\xf7\ +\x9c\xbf\xd9\x43\xd2\x25\xb6\xdf\x16\x42\x98\x45\x51\x01\xe4\x63\ +\xca\x26\x0c\x3b\x9d\x4c\xdf\x44\x30\x02\x40\x49\xe5\xd0\xfd\xca\ +\x1a\x4e\xff\xd3\xe0\xd7\x55\x55\xac\x8b\x2c\x66\x5d\xef\xdb\x09\ +\xdb\x8c\x51\x17\x1b\x8b\x42\x08\xff\x0c\x21\xbc\x53\xd2\x6b\x94\ +\x8d\xf8\x98\x5b\x70\x57\x63\x24\xfd\xd4\xf6\xe2\x25\xa7\xef\x2a\ +\x49\x7f\x4a\xdc\xfc\x59\x49\xdf\x1d\xf0\xec\xfd\x6a\x65\xd3\x8b\ +\xec\x1a\x1b\x1d\x0e\x91\xb4\x4f\xbc\x3e\x79\xc1\x88\x9f\x49\xda\ +\xb2\x83\x60\x44\x37\xf3\xf9\x38\x15\x5b\xb8\x1e\x83\x51\x46\x3f\ +\x21\xe9\x6d\x92\xa6\x76\xb1\x8c\x6e\xe5\xc3\x21\x84\x03\x86\xfe\ +\x29\xeb\xa9\x3e\x35\xe1\x3d\xee\xfb\xb6\x3f\x30\x00\xa7\xfc\x23\ +\x92\x52\x03\xe4\x87\xdb\xde\x6f\x00\xf3\xd4\x8d\x21\x84\x9d\x95\ +\xad\x85\x74\x99\xb2\xd1\x5b\x45\x2c\x1d\x9f\x55\xa1\x47\xdf\xe3\ +\xef\xca\x82\x2a\xf5\x23\xd8\xc6\x17\xdc\x9f\x95\xb6\x46\xd5\xc6\ +\xdd\xfc\x9e\x71\x54\x69\x4a\x7d\xe0\x61\x4a\xcc\xf6\xae\x77\x08\ +\xe1\x2c\x49\x87\x35\xf8\x75\xbf\xf5\x74\x3f\x56\xd2\x1f\x12\xb7\ +\xdd\xa7\xc4\xba\xef\x83\x89\xe5\xc3\xfa\x23\x28\xdf\xcc\x0f\x21\ +\x9c\x2a\xe9\xb3\x7d\x92\x6f\xce\xaf\x7d\x26\x87\x10\xf6\x50\x36\ +\xba\x2c\xcf\xae\x92\x2e\xb3\x3d\x96\xd2\x00\xc8\x47\x40\x02\xc3\ +\xf5\xa1\xf6\xdb\x58\x71\x48\x0e\x4a\x10\x8c\x00\x50\x72\x39\x34\ +\x43\x59\x4f\x9f\xca\x2b\xd6\x71\x01\xe1\xda\x69\x81\x5e\x92\x74\ +\x7e\x81\x34\xdf\xa6\x85\xa7\xa2\x6a\xe6\xfd\xb6\x97\xe8\xf2\xf9\ +\xbc\x27\x84\x70\x88\xa4\x75\x95\x35\x28\x17\xe9\x7d\xb4\xaa\xa4\ +\x4f\x55\x90\xbc\x63\x12\xb7\xfb\x56\xcc\x17\x83\xac\x48\x63\xed\ +\x8d\x92\x76\x0a\x21\xbc\x33\x84\xf0\x5c\x07\xf9\x7c\x35\x65\x81\ +\xbe\x21\x2f\x4a\xba\xa8\x40\x5e\xba\x49\x52\xca\x62\xda\x1f\xb4\ +\x3d\x51\x18\xae\x65\xf4\x5c\x49\x5f\xe9\x46\x19\x5d\x20\x6d\x2f\ +\x28\x6b\xd8\xc8\xeb\x25\x1f\x94\x8d\xfe\x7a\x53\x9f\x9f\xeb\x99\ +\xca\xd6\x93\x48\x2d\xff\x7e\x14\x47\x1a\x0e\x62\xbe\xfa\x4b\x08\ +\x61\x6f\x65\x0d\xec\x3f\x93\x34\xbf\xc0\x6e\xb6\x90\xf4\x8e\x1e\ +\x7e\x87\x47\xb5\xe8\x34\x5b\x9d\x04\xea\xee\x4f\xd8\x66\xe3\x2e\ +\x7f\xcd\x25\x12\xda\x42\xa6\x49\x7a\xa0\x9f\xb3\x5b\xdd\xcf\x0b\ +\xfa\x28\x6d\xe7\x48\xfa\x77\x89\x79\xa8\x8a\x7c\x3e\x3f\xde\x67\ +\x4f\x26\xfe\xc9\x49\xb6\x37\x2f\xe1\xb8\xb3\x25\xa5\x8c\xbe\xdc\ +\x5c\x23\xcf\xa9\xf1\xbe\xeb\xab\x67\x72\xbc\x6e\xc7\x4b\xfa\x66\ +\xc2\xa6\x3b\x34\x79\xff\x03\x50\x87\x29\x9b\x30\x9c\x5f\x34\xaf\ +\xb4\xbd\x8f\xa4\x4b\x94\x33\x7d\x13\xc1\x08\x00\x15\xf9\x6d\x83\ +\xcf\xaa\xa8\x58\xd7\x2f\x66\xfd\x9c\xa4\xaf\xd9\x85\x3a\x68\xa6\ +\xa4\x6f\x29\x65\x3d\xe3\xbf\xd5\x83\xb2\xfd\x21\x49\x1f\xb5\xfd\ +\x15\x49\x47\x2b\xeb\x31\xdf\xce\x4b\xee\x11\xb6\x8f\x4f\x59\xec\ +\xbb\x8d\x34\xfd\xc1\xf6\x2d\xca\xa6\x1b\x69\xe5\xf4\x61\x90\xa7\ +\x1f\x97\x74\xbd\xb2\x05\x5d\x9b\xf5\x00\xb3\xb2\xe1\xee\xbf\x93\ +\x74\x5e\x08\xe1\xe6\x92\x8e\x5d\xbf\x98\xf5\xf3\x92\x4e\x2e\x98\ +\xcf\x53\xd6\x25\x59\x4e\xd2\x41\x4a\x5b\x08\x1b\x83\xe9\xf7\xca\ +\xa6\xd0\xab\x7d\x27\xea\x8b\x46\xb3\x10\xc2\x33\xb6\xdf\x22\xe9\ +\x26\x49\x2b\xb5\xd8\x74\x9c\xa4\x8b\x6c\x6f\x1e\x1b\x92\xfb\xb5\ +\x5e\x7e\xb7\xed\xc3\x94\x35\x54\xe6\x59\x5a\xd9\xbc\xed\x5b\x0d\ +\xea\x7c\xdc\x21\x84\xdb\x25\xbd\xd3\xf6\x17\x25\x1d\xaf\x2c\x20\ +\xd3\xce\xa8\x87\x8f\x2b\x9b\x3a\xa9\x97\xf5\x97\x8f\x95\x54\x77\ +\xb9\x59\x59\x80\xad\x95\x95\x6c\xaf\x1c\x47\x2f\x75\x43\x4a\xc0\ +\xeb\xe6\x92\xa6\xe8\xa9\x4a\xfd\x35\x99\xdd\x47\xf9\x7f\x81\xed\ +\x2b\x25\x7d\xb8\xe2\xfa\x6f\xa7\xe9\x7c\xdc\xf6\x3b\x62\x7d\x25\ +\xaf\x5e\x30\x4e\xd9\x3a\x37\x9b\x86\x10\x9e\xef\xf0\xd0\x37\x4b\ +\x9a\x9c\xb3\xcd\x6a\xb6\xd7\x8e\xa3\xae\x47\x84\x10\xc2\xcb\xb6\ +\xaf\x95\xb4\x5f\xbf\x3d\x93\xa3\x4f\x28\x5b\xeb\xe2\xed\x09\xef\ +\x1a\x37\x87\x10\xce\xa4\x9a\x05\x34\x47\x40\x02\xc3\xfd\xa1\x96\ +\x1b\x94\x20\x18\x01\xa0\x42\xf7\x4b\x7a\xb9\xee\x25\xac\xd4\x8a\ +\x75\x9c\xd6\xa1\x7e\xdd\x87\x55\x24\x1d\x5a\xf1\x77\x3b\xc2\xf6\ +\x69\xb1\x87\x59\x2f\xca\xf7\x27\x94\x4d\xed\x71\xaa\xb2\xb9\xe0\ +\xb7\x4d\xfc\xd3\xa5\xe3\xb6\x65\xaf\x25\xf1\x6c\xc2\x36\x2f\x0e\ +\x7a\x86\x0e\x21\x3c\x2d\x69\x6b\xdb\x93\x94\x4d\xd3\xb4\xbc\xb2\ +\x86\xfb\x05\x92\x66\x2a\x9b\xde\xe2\xbe\x22\x0b\x56\xe7\xe4\xf3\ +\xd1\xca\x82\x60\x0b\xbd\xac\x77\x21\x9f\x1f\x69\xfb\xfb\x7d\xde\ +\x28\x85\xe2\xf9\x79\x86\xed\x47\xb4\xf0\xfc\xf5\xe3\xfb\x28\x7d\ +\x0f\xdb\x7e\x97\xa4\x2b\xd5\xba\x37\xf7\xca\x92\x7e\xa8\x85\x47\ +\x10\xf5\xe3\xf9\x3e\x37\xae\x27\x91\x72\xdf\xbe\x4e\xd2\xd7\xb4\ +\x70\xa3\xf8\x20\xe6\xb1\x7b\x25\xfd\x8f\xed\x53\x24\xfd\x40\xd9\ +\x94\x77\x29\xa6\xd8\x5e\x23\x06\xe1\x7b\xa1\x7e\x74\xce\x18\xdb\ +\xa3\x42\x08\x45\x7a\xe1\xff\x35\x71\xbb\x6d\x24\x5d\xd8\xa5\xef\ +\x97\x32\x22\x63\x6a\x99\x59\xc1\xf6\xd8\x32\x3b\x43\x68\xd1\x75\ +\x39\xfa\xed\xbd\xb5\x3e\x0f\x8d\xef\xd3\x7b\xf4\x9a\x18\x38\x3c\ +\x2e\x61\xf3\xb5\x95\x8d\x1e\x7a\x5b\x87\x87\xfd\x9b\x1a\xaf\x61\ +\x54\x6f\x17\x0d\x8f\xce\x2c\xc3\x22\xdf\x84\x10\x1c\xa7\x49\x9c\ +\xa2\x6c\x0a\xd3\x56\x4e\xb3\xfd\x87\xaa\xd7\xdc\x03\x06\x19\x01\ +\x09\x8c\x84\x97\xcd\xa6\x41\x89\x97\x5f\x7e\x99\x60\x04\x80\x2a\ +\xcb\x9f\x05\xb6\xdf\xaa\x6c\xd8\xf5\x64\x65\x53\x04\x94\xbd\xa0\ +\xf1\x0e\x92\xd6\xe9\xc1\xd7\x5b\x27\xbe\x4c\x5d\xdc\xe3\x73\x7c\ +\xaf\xed\xed\x95\xf5\x26\x3d\x51\x69\x3d\xdf\x77\x51\xf9\x01\x89\ +\x91\x96\xb7\x67\x2a\xeb\xb9\xdd\x2d\xbb\x48\x5a\xa3\x07\x5f\x75\ +\x3d\x65\x3d\x7b\xaf\xe0\xaa\x0f\x5b\xef\x95\xf4\x46\x65\x41\x89\ +\x49\xea\xb3\x45\x6c\x43\x08\x57\xd9\x3e\x5e\xd9\x7c\xe7\xad\xec\ +\x6a\xfb\x1d\x21\x84\x9f\xf5\xf9\xf9\x3e\x52\xd9\x94\x44\x9b\x24\ +\x6c\xfb\x51\xdb\x7f\x18\x26\x65\xe6\x8d\xb6\x37\x93\xf4\x0d\xa5\ +\xad\x4f\x13\x62\xb9\xf7\x83\x1e\x25\xf9\x11\x49\x07\xc4\xeb\xb4\ +\xbc\xb2\x91\x91\xa3\x55\x6c\x5a\xa0\x3f\x49\x9a\xa3\xfc\x0e\x19\ +\xfb\xa9\x7b\x01\x89\x8d\x12\xb6\xf9\x4d\x1b\xfb\x4b\x19\xc9\x33\ +\x49\xd9\x08\xd6\xb2\xf4\x7b\x40\xe2\xe7\xca\x3a\xe5\xbc\x56\xd9\ +\x7a\x1d\xfd\x3c\xfd\xd5\x97\x95\xad\xdd\xb3\x73\xc2\xb6\xfb\xd9\ +\xfe\x88\xa4\x5b\x3b\x38\xde\x35\x89\xdb\xbd\x55\x23\x2f\x20\xf1\ +\x23\x49\x8f\xc6\x7c\x33\x49\xd2\xdf\xfb\xac\x2c\x9f\x61\x7b\x7f\ +\x65\x81\xd6\x09\x2d\x36\x5d\x5c\xd9\xba\x71\xbb\x09\x40\x43\x04\ +\x24\x30\x22\xc4\xa0\xc4\x7e\x92\x7e\x29\x69\xfc\x50\x50\x62\xee\ +\xdc\xb9\x1a\x37\x6e\xa1\xba\xf1\xaf\x25\xed\x17\x42\x78\x99\xb3\ +\x06\xa0\xa4\xf2\xe7\x0a\x55\xdb\x98\xd9\xcb\x05\x4d\x3f\xa6\x0e\ +\x02\x12\xb6\x97\x55\xb6\x68\xdf\x2a\xb1\x52\x7f\x53\x08\xe1\x9f\ +\x05\xce\xb1\x95\x4d\xdd\xf3\x2f\x49\xbf\x50\x7e\x50\x62\x0d\x72\ +\xe6\xc0\xe9\x75\x3e\x27\x20\x31\x7c\xcb\xe8\xeb\x94\xb6\x76\x4e\ +\x2f\x1d\xaf\x2c\x00\x3c\x25\x67\xbb\x53\x6c\xff\x2e\x84\xf0\x4c\ +\x1f\x9f\xef\xd9\xb1\x31\x67\xaa\xb2\x46\xee\x96\x9b\x2b\x5b\xb8\ +\xfe\xc4\x5e\xa6\xd9\xf6\xca\xca\x82\x93\x2b\x28\x6b\x20\xbb\x32\ +\x84\xf0\x78\x81\xef\x3e\x47\xd9\xc8\xbe\xff\x48\x3a\x29\xe1\x4f\ +\xd6\xe8\xe1\x75\x5a\xa0\xac\x41\xf9\xe7\x25\xec\xeb\x79\xdb\xd7\ +\x28\x0b\xb0\xb4\xb2\xbb\xed\x09\x21\x84\x97\xba\xf0\x15\x37\xcb\ +\xf9\xfd\x83\xca\xa6\x27\x4c\x95\x32\x2a\x70\xa2\x46\x50\x40\x22\ +\x84\xf0\xa4\xb2\x91\x5b\x83\xf0\x1c\x58\x10\x47\xa3\xfd\x5d\xf9\ +\x53\x29\x49\xd9\x1a\x01\x9f\xec\xe0\x90\x7f\x95\xf4\x84\xb2\xd1\ +\x6d\xad\x6c\x6b\x7b\xcd\x10\xc2\x7f\x46\xd0\x33\xf9\x41\xf5\xf9\ +\x54\x99\x21\x84\xdb\x6d\x1f\xab\x6c\x14\x5f\x2b\xbb\xda\x7e\x67\ +\x08\xe1\x5c\x01\x58\x04\x8b\x5a\x63\x24\xbd\x70\x5e\xa1\xac\x97\ +\xc1\xcb\xf1\x67\x82\x11\x00\x06\x9a\xed\x15\x25\xed\x53\xf3\xd1\ +\x5c\x65\xbd\x7d\x0f\x90\xb4\xa7\xa4\x9d\x24\x6d\xad\x6c\x84\xc6\ +\x86\xca\x46\x35\xac\x2e\x69\xd9\x16\xff\xc6\x85\x10\x82\xd2\x7a\ +\x65\x6e\x13\x7b\x7c\x16\x49\xfb\x1f\x95\x4d\x73\x74\x7d\x6c\xf0\ +\x38\x4b\x69\xc3\xd7\x5b\x95\xf3\x97\x4a\xfa\x4c\xc2\xa6\xab\x90\ +\x7b\x06\x2a\x9f\x4f\x96\xb4\x7b\xcd\x47\xb3\x95\xad\xed\x70\x80\ +\xa4\x3d\x62\x3e\xdf\x2a\xe6\xf3\x0d\x62\x3e\x5f\x2d\x31\x9f\xa7\ +\xcc\xef\xbb\xa3\xed\x0d\xb9\x12\xe8\x61\x1d\x76\xbe\xb2\xb9\xd8\ +\xf3\x7a\xa7\xaf\x20\xe9\xab\xdd\x48\x52\x87\xdf\xe7\x5f\x5a\x74\ +\xaa\xc1\x66\x96\x51\xfe\xe8\x90\x2a\xcb\x9f\x27\x95\xad\x9d\x73\ +\xad\xb2\xde\xfb\x3f\x51\x36\xc2\xa3\x93\xef\xff\x75\x2d\xba\x68\ +\xf4\x70\x7f\x56\x5d\x90\xb0\xcd\x24\xe5\x07\x2d\xca\xb8\xa6\x2b\ +\x28\x1b\x15\xd5\xca\xb9\x6d\x4e\xd5\x97\x12\x90\x98\x5c\xf2\x57\ +\x59\xb2\xee\xe7\x97\x34\xb2\x75\x5a\x2e\x3d\xad\x6c\x6d\x80\x79\ +\x09\x9b\x8f\x57\x07\x81\xd2\x18\xf0\xfb\x45\xc2\xa6\xa3\x25\x7d\ +\x88\xa7\x60\x5f\x3a\x45\xd9\x7a\x69\x79\xbe\x61\x7b\x29\x4e\x17\ +\xb0\x28\x02\x12\x18\x69\x2f\x74\x0b\x05\x25\x6a\x10\x8c\x00\xd0\ +\x13\xb6\x97\xb6\x3d\x25\xce\x91\xdf\xae\xf7\x6a\xe1\x29\x10\x7e\ +\x1d\x42\x38\x33\x84\xf0\xf3\x10\xc2\xaf\x42\x08\x57\x85\x10\xae\ +\x0f\x21\xdc\x1c\x42\xb8\x23\x84\x70\x7f\x08\xe1\x91\x10\xc2\xf4\ +\x16\xff\x86\xe6\x37\xfe\x4e\x62\x1a\x8e\x2a\xf8\xd5\x1b\xf5\x0a\ +\x5b\xb5\x84\x53\xfa\x0d\x49\xf7\xe5\x6c\xb3\x38\x39\x6f\xa0\x1c\ +\xa2\x85\x47\xf5\x5e\x1a\x42\x38\x3b\xe6\xf3\x5f\xc7\x7c\x7e\x43\ +\xcc\xe7\x77\xc6\x7c\xfe\x68\x62\x3e\x3f\x2d\xb1\x91\xe3\x63\x5c\ +\x86\x11\x5b\x46\x2f\x66\x7b\x4b\xdb\x3d\x1d\x59\x1e\x42\xf8\x8b\ +\xb2\xa9\x2c\xf2\x1c\x6c\x7b\xd3\x92\x0f\x5f\xbf\x80\xfd\x84\x12\ +\xbe\xcf\x45\x92\x4e\x4d\xdc\x7c\x42\x8f\xae\xfd\x28\x49\x2b\x56\ +\xf4\xac\xfa\xa4\xa4\x19\x83\xfc\xac\xb2\x3d\xd9\xf6\xfa\x89\x9b\ +\x5f\xa0\xb4\xb5\x96\x0e\xeb\x42\xd2\xf7\x55\xeb\x99\x22\x16\x28\ +\xeb\x24\xd1\x8e\x17\x12\xb6\x59\xaf\xe4\xef\x51\xbf\x30\xf7\xd3\ +\x03\x58\xbe\x6e\x14\x3b\xd7\xf4\x4b\xb9\x74\xbd\xa4\xcf\x75\xa9\ +\x5c\x4a\x1d\x05\xf0\xa1\x0e\xce\xd1\x70\x7d\x2e\x6f\x6a\x7b\x99\ +\x1e\x3f\x93\xe7\x2a\xeb\x28\x90\x17\xb8\x5c\x51\xd2\x31\x5c\x35\ +\x60\x51\x04\x24\x30\xe2\xd4\x04\x25\xfe\xad\x6c\xc1\xd9\x9f\x8b\ +\x60\x04\x80\xde\x79\x8f\xa4\x5b\x24\x3d\x68\xfb\x18\xdb\x49\x0d\ +\x10\x4d\x16\xb3\x3e\xa3\xc4\xb2\xf2\x36\x49\x7f\x4c\xd8\xf4\x80\ +\xd8\x83\xbd\x5d\x8d\xe6\x92\x5e\xab\x84\x74\x2f\x48\x78\xc9\xeb\ +\xd5\x4b\x7b\x20\xbb\xb7\xfd\xd2\x39\x4a\xd2\xfb\x2a\xcc\xe7\x53\ +\x95\xb6\xe0\xea\x3b\x68\x10\x18\xb1\xf6\x94\xf4\x17\x49\x8f\xdb\ +\xfe\x9a\xed\xe5\x7a\x98\x96\x63\x94\xdf\x88\x3d\x4a\xd2\xb7\xe2\ +\x33\xa2\x2c\xf5\x0d\x7f\x93\x4a\xda\xef\x27\x95\x2d\xee\xda\xaf\ +\x9a\xad\x79\x50\xc6\xb3\x6a\xba\xa4\xf3\xfa\xf4\x59\x95\xea\xd3\ +\x92\xee\xb2\x7d\x8f\xed\x23\x6c\x8f\x6b\xf1\x7d\x5f\x52\xda\xc8\ +\xcb\x9d\x2b\x08\xa8\x2d\x52\x6f\xc9\xf9\xfd\xb9\x21\x84\x7b\xda\ +\xdc\xe7\xc3\x09\xdb\xbc\xa6\xe4\xef\xb1\x6e\xdd\xcf\x8f\x0c\xd8\ +\xf3\x3d\x48\xba\x34\x96\xad\x57\xd9\xde\xa1\x4f\xca\xa5\x93\x24\ +\x5d\xde\x85\x36\x89\x3b\x94\x8d\xbc\xca\xb3\x84\x7a\x38\x4a\xac\ +\x0f\xf3\xcd\x62\x92\xae\x96\xf4\x94\xed\xcb\x6d\x6f\xd9\xab\xb4\ +\x84\x10\xfe\xa4\x6c\x9d\xd2\x3c\x87\xdb\x7e\x35\x57\x0f\x58\xb4\ +\xc2\x0a\x8c\x38\x21\x84\x2b\x42\x08\xeb\x86\x10\xd6\x09\x21\x1c\ +\x40\x30\x02\x40\x0f\x1d\x14\xff\x3b\x59\xd2\x17\x25\xfd\xdd\x76\ +\xca\x4b\xd5\xf6\x92\x5e\x59\xf3\xf3\xe3\x6a\x6f\x01\xc6\x14\x29\ +\xbd\xc7\xc7\x2a\x6d\x81\xce\x7a\x8d\x1a\x2e\x5e\x57\x52\xba\xff\ +\x91\xf3\xfb\x27\x2a\xb8\x8e\x29\x23\x5c\x06\x79\xed\xae\x5e\xa5\ +\x7d\x17\x49\xaf\xa8\xf9\xf9\x21\x49\x57\xf5\x20\x9f\x2f\x26\xa6\ +\x4d\x18\xe9\x65\xf4\xf2\xca\x1a\xd0\x6f\xb7\xdd\x93\xa9\x74\xe2\ +\x9c\xec\xdf\x4c\xd8\x74\x2b\x49\xff\x53\xe2\xa1\xeb\x7b\x02\x2f\ +\x5e\xd2\xf7\x99\x13\xd3\x39\xbd\x4f\xaf\x7d\xb3\x06\xf6\x7e\x7d\ +\x56\x75\x2d\xe8\x6d\x7b\xac\xb2\xe9\x6d\x24\xe9\x55\xca\x46\xbb\ +\xe4\x95\xcd\x27\x25\x5e\xeb\x93\x2a\x4c\xf7\x66\xb1\xfe\xd4\xcc\ +\x1c\x15\xeb\xcd\x9c\xb2\xf0\xee\xce\x25\x7f\x9d\xfa\x80\xc4\xbf\ +\xca\xb8\x2d\xbb\x78\x7f\x6d\x23\x69\x4d\x65\x6d\x52\x3b\x48\xba\ +\xca\xf6\xff\x76\x50\x2e\x4d\x8c\x9d\x18\x3a\x2d\x97\xac\x6c\x04\ +\xf2\x83\x5d\x38\x07\x9f\x4f\xdc\xee\x30\xdb\xdb\xf0\x38\x96\x94\ +\x4d\xef\xba\x74\xac\x97\xee\x21\xe9\xcf\xb6\xdf\xd3\xc3\xf4\x7c\ +\x4e\xd2\xfc\x84\x67\xc9\xc9\x5c\x3a\x60\x61\x04\x24\x00\x00\x58\ +\x58\x4a\x30\x60\x5c\x49\x2f\xc6\x6f\x94\x54\xdf\x13\x70\x4c\x08\ +\x61\x66\xc2\x9f\x1f\x51\xf7\xf3\xcf\x42\x08\xf3\x4a\x3e\x17\x17\ +\x4b\x7a\x34\x61\xbb\x0f\xd9\x5e\xb2\xcd\x7d\x37\x3a\x87\xab\xd8\ +\x5e\xb3\x84\x74\xe7\xf5\x12\xbc\xbd\x82\x7c\x33\x36\x61\x9b\x7e\ +\x0e\x48\xe4\xa5\x6d\x7c\xc1\x69\xc5\x3a\x55\x9f\xcf\xcf\x89\xa3\ +\x60\xca\xf4\x73\x49\x4f\x26\x6c\x77\x78\x62\xb0\xb0\xec\xba\x78\ +\x3f\x8d\xac\xe9\x87\xf4\x76\xb3\x8c\x5e\x5b\xd2\xae\x75\x1f\x2f\ +\x21\x69\x5a\x89\xf7\x56\x6a\xf9\x31\xe4\xeb\x92\x52\x16\xad\x3e\ +\xb1\xc4\xfc\xba\x5c\x81\x6b\x90\x24\x2e\xd6\xfa\x1e\xe5\x4f\x7b\ +\xd1\x0b\xcd\xf2\xd1\xe6\xb1\x41\xbe\xdf\x9e\x55\x5d\xbb\x37\x94\ +\x05\x92\x56\xa8\xfb\x6c\x6e\xce\xb5\x9e\xae\x6c\x81\xf6\x3c\xdb\ +\xdb\x7e\x7b\x45\xd7\xf4\x2b\x39\x65\xd4\xe9\x05\x17\x10\x4e\x09\ +\x48\x4c\xb1\xbd\x7a\x49\x65\xd3\x78\x2d\x1a\x18\xbb\xb5\x84\x5d\ +\x4f\xec\x52\xfe\x91\xa4\xc3\x1b\x7c\x36\xa7\x83\x72\x29\x24\xa4\ +\x3f\xb5\x5c\x9a\xa6\x6c\x24\xcd\x9c\x2a\x0b\x98\x10\xc2\x0d\xb1\ +\xae\x9d\xf2\xec\x3d\xd7\xf6\xca\xea\x4f\x93\x7a\x98\x6f\x46\xa9\ +\xbd\x05\xdd\x53\xea\xb2\x63\xdb\xb8\x86\x77\x2b\x6d\x3d\xb2\xdd\ +\x6d\xef\xc6\x6b\x36\xd0\xde\x4b\x05\x00\x00\x23\xc9\xd2\x09\xdb\ +\x94\x35\x9f\xf5\x27\x1b\x7c\x96\x3b\xca\xc1\xf6\x3a\xca\xa6\x11\ +\xa9\x75\x61\x05\x2f\x4a\xf3\x94\x36\xc5\xc2\xd2\xca\xe6\x51\x6d\ +\x47\xb3\x73\x78\x40\x09\x49\xcf\x9b\x57\xf6\x57\x15\xe4\x9b\x09\ +\x25\xe5\xad\x5e\x49\x99\x8b\xb7\xab\x53\xd5\xc4\xb9\xc9\xdf\xd2\ +\x85\x7c\xfe\xb2\xd2\x16\x98\x5d\x5e\xd2\xa1\x25\x1f\x3e\xa5\xf1\ +\x64\x7c\x1f\xe5\x93\x94\xf4\x8e\xab\x38\x0d\xdd\x2c\xa3\x3f\xa1\ +\x45\x1b\x2f\xae\x6e\x73\x64\xed\xd2\x65\x96\x0d\x21\x84\x17\x94\ +\xad\x95\x93\x67\x0d\x95\x37\x6f\x75\xfd\x74\x65\x8b\x97\xd1\x13\ +\xb9\xe6\x3b\x5d\xae\x2c\xd0\xd2\x6f\x9a\xe5\xa3\xc5\x25\x95\xd1\ +\xb0\xd4\xaa\xdc\x9d\xad\xf6\x47\x83\x2d\xd5\x8d\x7b\x23\x5e\xfb\ +\x46\x3d\xd9\xaf\x48\xf8\xf3\x53\x25\xfd\x39\x61\xbb\xd3\xcb\x6a\ +\xbc\xaf\x49\xf7\x8e\x6a\x3d\x4a\xe1\x0e\xa5\xaf\x1f\x50\x9f\x87\ +\x9f\x91\xf4\x40\xde\x66\x2a\x36\xa2\xb4\x91\xdd\xb4\x70\x23\xf0\ +\x3c\xa5\x4d\x3f\xd8\x69\x59\x34\xa1\x8c\xe9\xe0\x6c\xaf\xab\x6c\ +\x2d\x8f\x22\x79\xa8\x59\xb9\x24\x2d\xba\xd0\x77\x27\xe5\xd2\xdf\ +\x9a\xd4\xd3\xcb\x76\xb8\xd2\x46\x0e\xad\x26\xe9\xd2\x7e\x5b\x20\ +\x39\x06\x67\xf3\x02\x12\x13\x4b\x3a\xd6\xeb\x25\x6d\x5d\xf7\xf1\ +\x3c\x49\xbf\x2b\xf9\x99\xdc\xee\x39\xfe\x92\xd2\x16\x43\xff\xb6\ +\xed\x09\x02\x20\x89\x80\x04\x00\x00\x45\x2a\xa1\x1d\xbf\x24\xdb\ +\xde\x59\xd2\x3e\x0d\x7e\x95\xd2\x00\x71\x44\xdd\x33\xfc\x45\x49\ +\x37\x57\x74\x3e\xce\x52\x5a\xcf\xd5\x8f\xa5\x56\xb2\x6d\x4f\x6c\ +\xf1\x72\x72\x70\x09\x0d\x5d\xaf\x6f\xf1\xbb\x7f\x85\x10\xee\xaa\ +\xe0\x3c\xa5\xac\x2f\xb0\x52\x1f\xe7\xfb\x65\x13\xb6\x59\xbf\xcb\ +\x69\xfa\xa8\x16\xee\xc9\xfa\xac\xa4\xdb\x2a\xcc\xe7\x29\x3e\x11\ +\x7b\xa6\x96\x65\xf9\x0a\x5e\x8c\xab\x94\x92\xde\xaa\x03\x6f\xdd\ +\x2a\xa3\x37\x51\xe3\x00\x54\xbb\x8d\xc4\xcb\x54\x70\xce\x4e\x97\ +\xf4\x7c\xc2\x76\x47\xd9\xde\xb0\x84\x73\x5e\x3f\xf7\xfd\x18\x95\ +\xb0\x8e\x42\x9d\xcf\x4a\xba\xbe\xcf\xca\xc5\x56\xf9\xfd\x7d\x25\ +\xec\xbf\xd5\xb3\xea\x9a\xc4\xd1\x92\xed\xe6\xa3\x32\x1a\xf9\x3f\ +\x28\x69\xe3\x22\xf7\x46\x08\x61\xbe\xb2\x11\x31\xcf\x25\xdc\x37\ +\x97\xdb\x5e\xa2\x8c\x0b\x69\x7b\x59\xb5\x5e\x7f\x68\x86\xa4\x03\ +\x42\x08\xb3\x3a\x38\x4c\x4a\x4f\xf7\x8f\x16\x5c\x77\xab\xf6\xbb\ +\x04\x2d\xda\x50\x7e\x7d\x1c\x81\xd2\xe9\x7e\xf3\x1a\xf4\xc7\x48\ +\x2a\xa3\x97\xfe\xb7\xb5\x68\xb0\xf7\xc1\x10\x42\x3b\xd3\x4e\x35\ +\x5a\x93\xe3\x95\x65\x16\x00\x21\x84\x53\x25\x5d\x54\x65\x21\x13\ +\x42\x78\x4c\xe9\x81\xaa\x2d\x24\xfd\xde\x76\xe9\xf5\x49\xdb\x63\ +\x6d\x1f\x12\xef\x95\xb2\xcb\x9d\x15\x5b\xad\x31\x93\x98\xbe\xd1\ +\x31\xdf\xd4\xbb\xa5\xcd\xbc\x9f\xf2\xfd\x96\x69\xf3\x1a\x3e\x20\ +\xe9\xfc\x84\x4d\xd7\x96\x74\x34\xaf\xda\x40\x86\x80\x04\x00\x00\ +\x0b\x5b\x35\x61\x9b\x4d\x3a\xac\x54\x4f\x96\xf4\xc3\x26\xbf\xfe\ +\x4b\xc2\xdf\xd6\x2f\x66\x7d\x5f\x7c\xc9\xaf\xe2\x45\xe9\x3f\x92\ +\x6e\x48\xd8\x74\xa5\x36\x5e\xa8\x5a\x35\xf2\xac\xa7\x0e\x7a\x10\ +\xc6\x60\xc6\x21\x2d\x36\xf9\x56\x05\x2f\x71\x8b\x27\xe6\x9b\x8d\ +\xfb\x31\xc3\xc7\x00\x51\x4a\xa3\xcf\x4e\x5d\x4c\xd3\x9a\xca\xe6\ +\x70\xae\x75\x6f\x9c\xdb\xb9\x8a\x7c\x7e\x8f\xd2\x16\xd7\x9d\xac\ +\x92\x46\x49\xc4\x86\xb6\x94\x86\xa9\x75\xfa\x28\xbb\xac\xdf\x07\ +\xe9\xed\x46\x19\xbd\xb4\xb2\x20\xd5\x98\x76\xcb\xe8\x06\x52\x82\ +\x95\xcb\xb7\x99\x5f\x9f\x57\x16\x94\xc8\x33\x56\xd2\x0f\x3a\x99\ +\x5e\x28\x96\xa9\x9b\x37\xf8\xd5\xeb\x4a\xbe\x07\xe7\x49\x3a\x50\ +\xfd\xb5\x90\x73\xab\xeb\xb2\x67\xec\x58\xd0\x49\x1e\x7b\x5b\x8b\ +\x4d\x4e\x29\xb0\xdb\x55\xba\x70\x6f\x6c\x2c\xe9\xab\x0d\x7e\x35\ +\x43\xd9\x08\x83\x94\x6b\xfd\x2f\x65\xa3\x21\xf3\x7a\x14\x6f\x2c\ +\xe9\xd7\xf1\x5c\x75\x92\xe6\x09\xca\x16\x4f\x6e\x16\x8c\x59\x20\ +\xe9\x03\x71\xea\x95\x4e\xfc\x28\xee\xab\x95\x09\x92\xce\xe9\x30\ +\xb0\x7d\x84\xa4\x37\xd4\x7d\x76\x46\x09\xf9\x7d\x25\xa5\x4d\x67\ +\x33\xa5\xc3\xeb\x71\xa4\xb2\xf5\xa1\xea\xdd\xd8\xe6\xae\xb6\x68\ +\xf0\xd9\xe6\x15\x94\x03\xef\x57\x39\xeb\x73\xb4\xba\x27\xce\x93\ +\x74\x62\xe2\xe6\xaf\x93\x74\xb3\xed\xed\x4a\xaa\x8b\x8c\xb2\x7d\ +\xa0\xa4\xbb\x94\x8d\x16\xfd\x7e\x05\xe5\xce\x68\x49\x1b\x75\x98\ +\xd4\xe3\x9b\x5c\xdf\x76\x9f\xc9\x2b\x24\x6c\x53\x64\x44\xf0\x57\ +\x95\xd6\x81\xeb\x7f\x63\x87\x07\x00\x00\x00\xe0\xff\x57\xca\x47\ +\xdb\x7e\xc4\xf9\x5e\xb6\xbd\x5a\xc1\x63\xac\x6b\xfb\xae\x26\xfb\ +\x7d\x30\xe1\xef\xcf\x6a\xf0\x77\xb7\x55\x7c\x5e\xbe\xec\x34\x2f\ +\xa6\x4c\xb1\x60\xfb\xf5\x39\xfb\x79\xc1\xf6\x16\x05\xd3\xfa\xd9\ +\x16\xfb\xbd\xb3\xd3\x1e\x5a\x4d\x8e\xb9\x4f\xe2\xf9\xf9\x55\x9f\ +\xe6\xfb\xdd\x12\xd3\xff\x68\xb7\xa6\x0a\xb0\x7d\x41\x83\xe3\xdf\ +\x54\xf1\x31\xbf\x9e\x78\x1e\x9e\x2b\x63\x51\x63\xdb\xef\x4e\x3c\ +\xde\xa9\x7d\x92\x4f\x5e\x93\x98\xde\x1b\x2a\x4e\xc7\xd4\xc4\x74\ +\x4c\x29\xb8\xff\x55\x6d\xff\xb9\xc9\x3e\x67\xb5\xd3\xb8\x6f\x7b\ +\xb2\xed\x05\x09\x69\x3d\xa5\x40\x3a\x57\x8a\xe9\x49\xf1\xfd\xa2\ +\xd3\xac\xd8\xde\xb6\xc9\x3e\x2f\xae\xe8\xfa\xbe\xc5\xf6\xfc\x9c\ +\xef\xf3\xd7\x2e\xe5\xf9\xf7\xe4\xa4\xe3\xc1\x22\xeb\x1e\xd9\x0e\ +\x4d\x9e\xe5\x85\x9f\x15\xb6\x97\xb6\x3d\x27\x21\x2f\x3c\x51\x74\ +\x6d\x11\xdb\xaf\x8b\x7f\xdf\xc8\x35\x05\xf6\xf7\x2e\xdb\xf3\x12\ +\xd2\x7c\xbb\xed\xd7\x16\x4c\xf3\x72\xb6\xff\xd8\x62\xdf\xf3\x6c\ +\x1f\x54\x62\x9e\xb9\x30\xf1\x9e\xbc\xa8\x48\x50\xc2\xf6\x81\x0d\ +\xae\xf3\x03\x65\xd4\x6d\xe2\xbe\x53\x9c\x53\x70\xff\xc1\xf6\x11\ +\x2d\xca\xc4\x23\xdb\xd8\xd7\x2b\x9b\xec\xe7\xa6\x8a\xca\x82\x29\ +\xb6\x5f\xca\xab\x23\x75\x78\x8c\x51\xb6\xcf\x71\xba\x05\x71\xfb\ +\x57\x15\x3c\xde\x6a\xb1\xce\x7c\x6f\xdd\x7e\xe7\xb7\x33\x5d\x9a\ +\xed\x23\x13\xd3\xfb\x8d\x82\xe9\x1c\x6d\xfb\x0b\x2d\xf6\x7b\x60\ +\x9b\xfb\xbb\x3a\x21\xad\x4f\x15\x59\x37\xcd\xf6\x25\x89\xe7\xe2\ +\xdf\xb6\x57\x15\x00\x00\x00\x10\x2b\x92\x87\xb5\xf1\x22\x70\x75\ +\x3b\x53\x09\xd8\x5e\xd9\xf6\xd1\xb6\x67\xb6\xd8\xe7\x65\x39\xfb\ +\xd8\xb3\xc9\x0b\xd8\x5c\xdb\xaf\xa9\xf0\xbc\x9c\xd5\xc6\x79\xb9\ +\x22\xaf\x12\x6f\xfb\x9d\x09\xfb\x79\xc1\xf6\x7e\x6d\xa4\x71\xac\ +\xed\xe3\x5b\xbc\xe8\xce\xb2\xbd\x69\x05\xe7\x66\x79\xdb\x77\xb4\ +\xf1\xf2\xf8\xf6\x3e\xcb\xf3\xe3\x5b\x34\xbe\x36\x6c\x28\x2b\x6b\ +\x0a\x8d\x16\x69\xda\xaf\xc9\x75\x9c\x63\xfb\x95\x15\x1e\xf7\x82\ +\x36\xce\xc3\x25\x9d\x4c\x2d\x66\x7b\x0d\xdb\x0f\x27\x1e\xeb\xa5\ +\x2a\xf2\x6e\x9b\xe9\x5d\x3c\xa7\x51\xaf\xde\xbb\x2a\x4a\xc7\x9e\ +\x6d\xa4\xe1\xef\xb6\x57\x6c\x63\xdf\xcb\xc4\x86\x95\xe9\x2d\xf6\ +\x39\xb5\xcd\xf4\xfe\x20\x31\xad\xd3\x6c\xaf\x50\xe0\x7c\x9c\xd6\ +\xc6\xf9\x38\xdf\xf6\x72\x6d\xee\x7f\x31\xdb\xb7\xb4\x28\xcf\x76\ +\xac\xe8\x3a\x1f\xd7\x27\x01\x89\xe3\x12\xce\xeb\xc3\xb6\xdf\xd4\ +\xc6\x3e\x97\xb0\x7d\x66\x8b\xfd\x3d\x5e\xa4\xa1\xca\xf6\x49\x6d\ +\xe4\x85\xb3\xda\x0c\xac\xad\x6d\xfb\x9b\x39\xc1\x83\x6f\x16\x3c\ +\xc7\xfb\xdb\x9e\x9d\x90\xe6\x59\xb6\x8f\x6d\xb3\xde\xb5\x57\x4e\ +\x27\x93\xb9\x65\x3f\x93\x63\x23\xef\x73\x89\xd7\xe1\x56\xdb\x6f\ +\x4e\xdc\xef\x2b\x62\x79\xd2\xe8\xd9\xb8\x4b\x09\xe9\x9e\x18\xd3\ +\x93\x5a\x97\x79\x47\x1b\xfb\x0e\xb6\xdf\x9c\xd0\x10\xbc\x6d\xe2\ +\xfe\x46\xdb\xfe\x6d\x8b\xfd\x1c\x54\x51\x79\xf0\xc1\x2a\x03\x12\ +\x35\xdf\xed\x0c\xb7\x67\x7e\x3c\x1f\x1f\xb4\xbd\x4e\xb3\xe0\x73\ +\x2c\x7b\x76\x8a\x8d\xfb\xd7\xb4\xb8\x9f\xcf\x4f\xbd\xcf\xe2\x73\ +\xf3\x81\xc4\x74\xce\x69\x27\xaf\xc6\x73\xf1\x16\xdb\x7f\xc9\xd9\ +\xef\x6b\xda\xd8\xe7\x36\x89\x9d\x04\x6c\xfb\xe0\x02\xd7\x6f\xcb\ +\x36\xae\xdb\xbf\xdb\x79\x76\x00\x00\x00\x60\x98\x89\x0d\x2e\x9b\ +\xda\x3e\x39\xbe\x9c\xb6\xe3\x51\xdb\x5f\xb1\xfd\x56\xdb\x5b\xd8\ +\xde\x2c\xfe\x7b\xa3\xed\x9d\x6d\xbf\xd7\xf6\xd7\xe2\x4b\x58\xca\ +\xbe\x4f\x6e\xd1\x18\xf8\x89\x9c\x97\xf6\xc7\xe2\xf1\x56\x28\xe9\ +\xbc\x2c\x11\xbf\xc3\x77\xdb\xa8\xbc\x0f\xb9\xbc\x55\x6f\x46\xdb\ +\x9f\x6a\x63\x5f\xd7\xc7\x39\x6d\xd7\x68\xb0\x9f\x51\xb6\x37\x88\ +\xe7\xe6\xdf\x39\x2f\x41\xfb\x94\x74\x5e\xc6\xc4\x5e\xcf\x3b\xc6\ +\xc6\xaa\xc7\xda\x3c\x37\x0b\x6c\x5f\x1a\x7b\xc7\xaf\x57\xc5\x88\ +\x8d\xc4\xef\xb1\x52\xcc\xb7\x7f\x75\xfb\x1e\x8d\x0d\x43\x5b\x97\ +\x95\xdf\x6a\xf2\xdc\xa7\xe3\x08\xa4\x56\x8d\x7f\x07\xd9\x5e\xbe\ +\xa4\x63\x2e\x69\x7b\x17\xdb\x3f\x2c\x90\xcf\x7f\x19\x17\xde\x4e\ +\x3d\xd6\xf2\xf1\x9c\x7d\xc9\xf6\xb3\x6d\x1e\x6b\x46\x6c\x70\x7c\ +\x73\x99\xe7\x3c\xe1\xdc\x6c\x66\xfb\xe3\x39\xf7\x57\xb3\x06\x92\ +\xb3\xe2\xe8\x9b\x55\x8b\xf4\x34\xac\x49\xc7\x38\xdb\xaf\x8d\x8d\ +\x28\xb3\xda\x4c\xc7\x33\xb1\x21\xf5\x80\x38\x32\x6b\xa8\x8c\x7e\ +\x43\xbc\x87\xdf\x65\xfb\x84\x18\x48\x7d\x29\x61\x7f\xe7\x25\x9e\ +\xb7\xed\x6c\xff\xbc\xcd\xb4\xde\x69\x7b\xef\x76\xa6\xa7\x89\xe7\ +\x76\x66\x1b\xc7\x78\x31\x36\x86\xbf\x3f\xe6\xa5\x15\x5b\x34\x32\ +\xed\x1b\x83\x3a\x79\xc1\xb2\xcf\xc6\x91\x7f\xa3\x4b\xcc\x7b\xa3\ +\x73\x1a\x2f\xbb\x15\x90\xf8\x71\x1b\xe7\xf6\x52\xdb\x6f\x6f\x74\ +\x7f\xc6\x80\xf9\x16\x31\x68\xfe\x64\x8b\x7d\x4c\xb7\xbd\x79\x1b\ +\xe9\x9b\x68\xfb\x4d\xb6\x7f\x5a\xa0\x1c\xbf\x27\x76\x92\xd8\xd3\ +\xf6\xe6\x35\xf7\xc6\xd6\xb1\x4c\x7c\xbf\xed\x6f\xc5\x80\x75\x4a\ +\xd9\xf8\xe1\x0e\xce\xf3\xeb\xe2\x68\x93\xd4\xe0\xdd\xe9\xb1\x61\ +\x75\xa9\x26\x0d\xf7\x87\xd9\x5f\x47\xef\x90\x00\x00\x0c\xe3\x49\ +\x44\x41\x54\xfe\x5b\xce\x7e\xfe\x93\x1a\x0c\x28\xf0\x7d\x76\x4d\ +\x1c\xf9\x31\xe4\x1f\xb1\x3e\xb1\x6f\xbc\x9e\xeb\xc4\x7b\xea\x0d\ +\x71\x44\xc1\x2f\x5b\x8c\x7e\x39\xbe\xc3\xb4\xae\x18\xeb\x02\x53\ +\x0b\xd4\x65\x7e\x67\xfb\xc3\xb6\xb7\xaf\xc9\x3f\x9b\xc5\x9f\xf7\ +\x8c\xcf\x8e\x9f\xb4\xf1\xfc\x98\x9c\xf8\xbc\xbe\x2e\x67\x3f\xf3\ +\x6c\x9f\x18\x47\xf5\x8d\x2d\xf9\xda\x9e\x5b\x65\x40\x22\x1e\x23\ +\xd8\xfe\x64\x81\x77\x92\xda\x72\xfe\x76\xdb\x37\xd8\xfe\x93\xed\ +\xbb\x13\xeb\x1c\xcf\xdb\xfe\x40\x1b\xcf\x9e\x03\x5b\x8c\xf8\x6e\ +\x55\x37\xb8\xc4\xf6\xa1\xf1\x19\x54\x9b\x6f\x76\x88\xcf\xc0\x4f\ +\xd9\x3e\x3b\xb1\xd3\xc6\xfc\xbc\x91\x46\xb1\x0e\xf1\x1a\xdb\x9f\ +\x8b\x9d\x9d\x52\xbd\x14\xeb\xa4\x6b\xb7\x33\xc2\xd0\xf6\x65\x6d\ +\xde\x47\xd7\xc5\xe3\xec\x56\x65\xe7\x32\x00\x00\x00\xf4\x57\x30\ +\x62\x2f\xf7\x97\x0f\x36\x48\xe3\x0a\x89\xbd\x07\x4b\xeb\x9d\x1c\ +\x83\x34\x33\x4b\xf8\x3e\x47\xb6\x68\x6c\x7a\x4f\x1b\xbd\xaa\x6a\ +\x1b\x65\x1f\x8c\x2f\x5a\x0f\x25\xa6\xf1\x59\xdb\x6f\x29\x29\xbf\ +\xac\x9c\x30\x95\x48\xbb\xe6\x38\x5b\x83\xa2\x9b\xf9\xfe\xc6\x92\ +\xbf\xc3\xd4\x12\xd2\x34\x39\x27\x10\xd1\xc8\xfe\x1d\x1e\x73\xf1\ +\x02\xc7\x6c\xe4\xb0\x9c\xe3\xa4\x4e\xa5\xd2\x8e\xb9\xed\xf6\x76\ +\x6f\xf3\xdc\xfc\xb3\x82\xf2\x6d\xfb\x02\xe9\xd8\xbc\xcf\xca\xe8\ +\xe3\x72\xd2\x7b\x72\x49\xc7\xf9\x5e\x1b\xe7\xe8\x2b\x25\x3f\x73\ +\xbe\x51\x70\x5f\x33\x6c\x8f\x29\x31\x0f\xae\x1c\x47\x0b\xf4\x32\ +\x20\x31\x21\x06\xbc\x9f\x6e\xf3\x5c\x3c\x6f\xfb\xfe\xf8\xac\x7a\ +\x34\xf1\x19\x7e\xbf\xdb\x98\x57\xdc\xf6\x51\x7d\x76\x6f\xec\xd8\ +\xe1\xb9\x5e\x2e\x06\x80\xda\x09\x0c\x2f\x70\x36\x85\xd4\x5d\x31\ +\xc0\x32\x2d\xf1\xef\xce\x76\xc5\xd3\x0f\x3a\x9b\xca\xf1\xa5\x8a\ +\xcf\xf9\x37\x5d\x70\x2a\xb6\x98\xc6\x3f\xf4\x51\xfe\x99\xd1\xea\ +\xbb\xc4\xe0\x46\x11\xf3\xdb\x19\x29\x97\x58\x6f\xb8\xab\xca\x80\ +\x44\xcd\xb1\xb6\x2a\xd0\xe0\x5f\xd4\xc5\x4e\x9c\x8a\xb6\x8b\x69\ +\x4a\xf1\x40\x4e\x5a\xa7\x94\x74\x9c\x17\x9c\x38\x2a\x36\x76\x94\ +\x9a\x57\xf0\x38\xd7\xf3\x76\x8e\x91\x84\x45\xad\x01\x00\x23\xd9\ +\x16\x7d\x96\x9e\xfb\x1a\x7c\xb6\x8d\xa4\x76\xe7\x19\xde\xba\xc3\ +\x74\xbc\x51\xd2\xc4\xaa\xce\x6f\x08\x61\x7e\x08\xe1\x4c\x49\xaf\ +\x96\x74\xb8\xa4\x07\x12\xf7\x37\x49\xd2\x1a\x92\x36\x50\xb6\x38\ +\x65\x5e\x1a\x2f\x93\xb4\x49\x08\xe1\xca\x12\xf3\x4b\xd9\x75\xa7\ +\xb1\x2a\x79\x71\xd8\x04\x1b\x96\xbc\xbf\x8d\x4a\x18\xe9\xf1\x66\ +\x49\xe3\xba\x9c\xcf\xb7\x2e\x70\xcc\x22\xe5\xc8\x16\xf1\x3a\x97\ +\x69\x4c\x55\xe5\x57\x1c\x7d\xf2\xaa\x0a\x76\xfd\xc6\x02\x7f\xd3\ +\xed\x7b\xa3\x48\x19\x5d\xab\xac\x05\x55\xdb\xe9\x25\xf9\x35\x49\ +\xcf\x16\x3c\xce\xcc\x06\x9f\xbd\xb6\xe0\xbe\x26\x29\x6d\xd1\xf3\ +\x24\x21\x84\x27\x94\x2d\x72\x3d\xbf\x57\x17\x3b\x84\xf0\x52\x08\ +\xe1\x64\x65\x0b\xb5\x7f\x41\xd2\x53\x89\x7f\xba\xa4\xa4\xb5\xe2\ +\xb3\x6a\xd5\x9c\x67\xf8\x02\x49\x3f\x90\xb4\x69\x08\xe1\xd6\x01\ +\xae\xbf\xfc\xab\xc3\x73\xfd\x6c\x08\xe1\x7d\x92\xb6\x92\x94\xba\ +\x1e\x45\x50\xb6\x10\xf3\xfa\xb1\xcc\x5a\x26\x67\xfb\xeb\x24\xed\ +\x18\x42\x78\x77\x5c\x18\xbe\xca\xbc\x73\x49\x2c\x0f\xa6\x56\xb0\ +\xfb\x17\x24\x1d\x12\x42\x38\x2a\x84\xe0\x22\x3b\x70\xf3\xc5\xea\ +\x7b\x96\x7f\x72\xbe\xcb\x06\x05\xf7\x3b\x4a\xd2\xa6\x25\x5e\xd7\ +\x19\xca\x16\x64\x9f\xd5\x85\xf2\xe7\x7a\x65\x8b\xd0\x7f\x46\xd2\ +\xd3\x15\x1d\xe6\x3a\x49\x5b\x87\x10\xf6\x0d\x21\x3c\x92\x90\x6f\ +\x96\x94\xb4\xde\x08\x7c\x26\x2f\x11\xdf\x3f\x52\xae\xdb\x1d\x92\ +\xce\x29\x78\x9c\x99\xbc\x9a\x63\x24\x21\x20\x01\x00\x18\xc9\x56\ +\xe8\xb3\xf4\x34\xaa\x58\xaf\x5b\x60\x3f\x6b\x76\x98\x8e\xd5\x4a\ +\xfa\x3e\xab\xe7\x54\xda\xe7\x84\x10\xbe\xa3\xac\xb1\x67\x07\x49\ +\xe7\x4a\x7a\xa9\xc3\x63\xce\x93\x74\xa9\xa4\xad\x42\x08\x7b\x87\ +\x10\x1e\x2e\xf1\xfa\xac\x5e\xd1\x75\x5f\xad\x5b\x19\x2c\x4e\x5f\ +\x30\xa9\xe4\xdd\x8e\x55\x7e\x43\x50\x9e\x61\x9b\xcf\x95\x35\x48\ +\x56\x61\x72\x45\xfb\x5d\x45\x59\x43\x5f\xd9\x8a\x9c\x87\x41\x28\ +\xa3\x6b\xad\x54\xd2\x71\x92\xa7\x24\x0b\x21\x3c\x27\xe9\x84\x82\ +\xc7\x69\xd4\x88\xdc\xc9\xc8\x9b\x15\xcb\x3c\xd9\x21\x84\x3f\x48\ +\x3a\xb6\xd7\x17\x3d\x84\xf0\x42\x08\xe1\x8b\xb1\xcc\x78\xab\xa4\ +\x5f\xc5\x67\x4d\x27\x66\x49\xfa\xa9\xa4\x0d\x43\x08\x1f\x8c\xd7\ +\x71\x50\xef\x8d\xd9\x92\x1e\x2a\xe9\x5c\xff\x39\x84\xb0\x83\xa4\ +\x37\x48\x3a\x43\x52\x19\x81\x83\x69\x92\x76\x0e\x21\x6c\x1b\x42\ +\xb8\xba\x8b\xf9\xe6\x4e\x65\x81\xa3\xfd\x25\x5d\x2f\xc9\x1d\xee\ +\xf2\x45\x49\xdf\x96\xb4\x5e\x08\xe1\x27\x1d\xee\x6b\x42\x05\x75\ +\x81\x2a\xcb\xd6\x65\xfb\xa8\x5c\xba\x43\xd2\x87\xbb\x94\x87\xe6\ +\x84\x10\x4e\x54\x16\xe0\x3c\x52\xd2\x2d\x25\xec\xf6\x19\x49\x3f\ +\x54\x16\x04\xdd\x36\x06\x3e\x52\x2d\x57\x51\xfd\xa0\xaa\x7c\xb3\ +\x72\x89\xc7\x6a\xe7\xd9\x78\x4c\x2c\x17\xcb\xfe\x3e\xc0\xb0\x32\ +\x86\x53\x00\x00\x18\xc1\x9e\x90\x74\x73\xfc\xff\x17\xf4\xdf\x9e\ +\x98\x96\xd4\xaa\x71\xe0\x79\x65\xbd\x1a\x5b\x69\xd5\x40\x3b\xae\ +\xc1\x8b\xe0\x3c\x49\x8d\x86\x7b\xcf\x90\x74\x53\x3c\xe6\xfc\x98\ +\xce\x79\xf1\xc5\x74\xb1\xf8\x52\x39\x5a\x59\x8f\x4c\x49\x5a\x4a\ +\xd2\x93\x25\x34\x2e\x4c\x8d\xe7\x60\xe8\x98\xb5\x2f\xc4\xb5\x0d\ +\x31\x4b\xc7\x97\x93\x51\xf1\xd8\x52\xd6\x40\xbd\x78\x93\xef\xd3\ +\xe8\x85\xcb\xca\x7a\x44\x5e\x13\x7b\x5f\x6d\x17\xff\x6d\xaa\xac\ +\x57\x5c\xab\x73\x39\x57\xd2\x3d\xf1\x25\xed\x1a\x49\xbf\x09\x21\ +\x3c\x55\x51\x7e\x79\x56\xd2\x55\x35\x3f\xd7\xe6\x99\x21\x2f\xd5\ +\xbd\x84\x2c\xa5\xff\x76\x00\x99\x10\xaf\x99\xea\xce\xd7\xac\x2e\ +\xe6\xf9\xb1\x35\x79\x7e\xb6\xfe\x1b\x00\xaa\xcf\xf3\xb3\x24\xbd\ +\x1c\xff\x7f\xc9\x98\xc7\xea\xbf\xc3\xd0\x75\x56\xcd\xef\x8b\x7a\ +\xa1\x41\x3e\x9f\x1b\xf3\xff\xd0\x31\xc7\x28\xeb\xa5\x36\x74\x5e\ +\x3b\xed\x31\x38\xab\x26\x9f\x0f\xdd\x53\xcd\xae\x6d\xab\x7c\xfe\ +\x58\xce\x71\x5e\xaa\x39\xe7\xb5\xf7\x4f\xfd\x31\x67\x4a\x9a\x13\ +\xff\x7f\x71\xfd\x77\x54\xc5\x78\xfd\x77\x34\x50\x88\x69\xa9\x32\ +\xdf\x84\x9a\xf4\xd6\xe6\x03\x49\x9a\x5e\xf3\xff\x2f\xd7\xa4\xa1\ +\x36\x5f\xd4\x96\x47\xb5\xf9\xa7\x48\x2f\xfe\x69\x35\x69\x99\x11\ +\xf3\xc4\x90\xe7\xd4\xbc\x81\xaf\xd1\xbd\x59\x6f\xe9\x16\x0d\x2b\ +\xb5\x79\xad\xd6\xbd\x39\xfb\xfc\x57\x4c\x67\x6d\x5a\x6b\xaf\x79\ +\xa3\x67\xc7\xd0\x35\x1d\x3a\xe6\x62\x75\xe7\x39\xc5\x77\x94\x35\ +\x56\xad\x1e\xf7\xff\x74\x3c\xd6\x73\x35\xe5\x77\x6d\x3a\x86\xae\ +\xdd\x6d\x0d\xf6\xf5\xef\xba\xf2\x60\x28\x0f\x0c\xdd\x97\xb5\xd7\ +\x77\xe8\xda\x0e\x3d\x8b\xe6\x54\x90\x1f\x4f\x50\xd6\x6b\x7e\x97\ +\x9a\xf4\xfd\xa1\x17\x15\x86\x10\xc2\x5c\x49\x17\x4b\xba\x38\xae\ +\x15\xb1\xa3\xb2\xd1\x5d\x53\x94\x8d\x6a\x59\x3c\xe7\xb9\x7a\x67\ +\x2c\xe7\xae\x96\xf4\xbb\x10\xc2\x0b\x1d\x24\xe7\xc1\x9a\x7b\xa3\ +\xf6\x5e\xa8\x7f\x66\xd7\xca\xab\xdb\x34\xba\x7f\xeb\x0d\x5d\xeb\ +\x5a\x8f\x84\x10\x16\x94\x7c\xae\xff\x22\xe9\x2f\xb6\x3f\x12\xcf\ +\xf1\x9b\x25\xbd\x49\xd9\xc8\xca\x76\x03\x7f\xcb\x4a\x3a\xdf\xf6\ +\xd9\x92\x4e\x0f\x21\xdc\xdb\xc5\x3c\x63\x49\x17\x49\xba\xc8\xf6\ +\x5a\x92\x76\x56\x36\xf2\x75\x03\x65\x3d\xcd\x5b\x8d\xd2\x9b\x27\ +\xe9\x1f\x92\x6e\x88\xff\xae\x88\x3d\xf4\xcb\xae\x0b\x0c\x3d\x6b\ +\xd5\xa0\x6e\x50\x6f\x8e\xf2\x7b\x71\x37\xca\x23\x6a\xf0\x4c\xa8\ +\xf5\xfb\x9c\x7d\x3e\x1c\xd3\x3b\x94\xd7\x87\xd2\x38\x94\xa7\x6b\ +\x9f\x8d\x43\xcf\xcf\xa1\xba\xf6\xcc\x0a\xae\xeb\x99\xb6\xb7\x91\ +\x74\x48\x4d\xfa\xae\xae\x30\x1f\xcd\x94\x74\xaa\xa4\x53\x6d\xaf\ +\x27\x69\x27\x49\xdb\x4a\xda\x58\x59\xe7\x8c\x66\x75\xb0\x05\xb1\ +\x8e\x72\x9b\xa4\xbf\x4a\xfa\xa3\xa4\x3f\x85\x10\x8a\x8e\x3c\xab\ +\xad\x1f\xd4\xe7\x85\xfa\xfa\x82\x9a\xd4\x17\x9a\xa9\xad\x47\x34\ +\x52\x5b\x9f\x1e\x72\x5d\x62\x1d\xa2\x36\xad\xb5\x69\xa9\xaf\xb3\ +\xab\x2e\x0f\x2d\x15\x9f\xcd\x4b\xa9\x8d\xd1\x7a\x21\x84\x87\x6c\ +\x9f\x2e\xe9\xe3\x35\xcf\xdf\x67\x62\x5e\x1d\x7a\xb7\xaa\x4d\xc7\ +\x50\x3e\xfe\x25\xaf\xe6\x18\x49\x02\xa7\x00\x00\x00\xf4\xb3\xb8\ +\xc6\xc2\x6a\xf1\xc5\x72\x62\x7c\x79\x98\xa7\x2c\xa0\xf4\x64\xd9\ +\x0d\x21\x00\x30\x80\xe5\xe4\x9a\xf1\x7f\x1f\x8d\x0d\xe7\xc3\xe9\ +\xbb\x8d\x93\x34\x29\x84\x30\xbd\xcf\xd3\xb9\x8c\xb2\x91\x40\x8b\ +\x29\x6b\xd0\x1a\x0a\x4c\x3d\x51\x61\xa0\x7c\x24\xe6\xf5\x25\x95\ +\x8d\x10\x59\x3a\x9e\xe7\x57\x49\xda\x4c\xd2\x1e\xca\x1f\x39\x36\ +\x4f\xd9\xc8\x94\x2f\x84\x10\x1e\xed\x83\xef\xb2\x9c\xb2\x5e\xdc\ +\x8b\x29\x0b\x3e\xcf\x57\xd6\x88\x3a\x5d\xd2\x34\xea\x37\x7d\x9d\ +\x0f\x87\x82\xc8\xcf\xf7\xf2\x3a\xc5\xf2\x71\xd5\x78\x3f\x4c\x52\ +\xd6\xf8\x3e\x37\xe6\xa3\x27\x42\x08\x73\xb8\x5a\x3d\x2b\xa7\x56\ +\x97\xf4\x50\x08\xe1\x45\xce\x08\x00\x00\x00\x00\x00\x00\x30\x8c\ +\xd8\x0e\xb6\xf7\xb4\x7d\x73\xc2\xe2\xb1\x33\xe3\x82\xe5\xcc\x18\ +\x01\x00\x00\x00\x00\x00\x00\x00\x00\xda\x67\x7b\xb4\xed\xcf\xdb\ +\x5e\x90\x10\x98\x98\x6a\x7b\x0a\x67\x0d\x00\x00\x00\x00\x00\x00\ +\x00\x00\x14\x62\xfb\x20\xdb\x73\x12\x82\x12\x73\x6d\x9f\x68\x7b\ +\x12\x67\x0d\x00\x00\x00\x00\x00\x00\x00\x00\xb4\xcd\xf6\xfe\x89\ +\x23\x25\x6c\xfb\x31\xdb\x1f\x60\x1a\x27\x00\x00\x00\x00\x00\x00\ +\x00\x00\xd0\x36\xdb\x47\xbb\x3d\x8f\xd8\x3e\xde\xf6\x7a\xb6\x03\ +\x67\x10\x00\x80\xf2\xf1\x80\x05\x00\x00\x00\x00\x00\xc3\x4e\x0c\ +\x2a\x5c\x20\x69\xff\x02\x7f\xfe\xbc\xa4\x7f\x48\x7a\xb2\xe6\xb3\ +\xcf\x85\x10\xee\xe3\xcc\x02\x00\x00\x00\x00\x00\x00\x00\x80\x85\ +\xd8\x5e\xdc\xf6\x9d\x2e\xc7\xfa\x9c\x51\x00\x00\x3a\x33\x8a\x53\ +\x00\x00\x00\x00\x00\x00\x86\xa3\x10\xc2\x0c\x49\xfb\x49\x9a\xd6\ +\xe1\xae\x2c\xe9\x71\xce\x28\x00\x00\x00\x00\x00\x00\x00\x00\x68\ +\xca\xf6\x16\xb6\x67\x74\x30\x3a\xe2\x5e\xce\x22\x00\x00\x00\x00\ +\x00\x00\x00\x00\xc8\x65\x7b\xd7\x36\x83\x12\x4f\xd9\x3e\xdf\xf6\ +\xfb\x6d\xbf\x82\x33\x08\x00\x00\x00\x00\x00\x00\x00\x00\x92\xd8\ +\xde\xd4\xf6\x3f\x5b\x04\x21\xee\xb1\x7d\x8c\xed\x29\xb6\x99\xe6\ +\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x14\x63\x7b\x82\xed\xcf\xd8\ +\x7e\x26\x06\x21\x66\xdb\x3e\xcb\xf6\x96\x9c\x1d\x00\x00\x00\x00\ +\x00\x00\x00\x00\x50\x2a\xdb\xe3\x6d\xef\x6e\x7b\x25\xce\x06\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x18\x7c\ +\xff\x0f\xa0\x9a\x5e\x49\x78\xe3\xa3\x9a\x00\x00\x00\x00\x49\x45\ +\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x04\xfc\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x26\x00\x00\x00\x1e\x08\x06\x00\x00\x00\x40\x14\x6c\x6e\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x03\xb4\x00\x00\x03\xb4\ +\x01\xd8\x39\x88\xbf\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\x0b\x74\x45\ +\x58\x74\x54\x69\x74\x6c\x65\x00\x53\x68\x61\x70\x65\x26\xef\x99\ +\x91\x00\x00\x04\x62\x49\x44\x41\x54\x58\x85\xb5\x97\x5d\x4c\x5b\ +\x75\x18\xc6\x9f\xf7\x9c\xf2\x3d\xd6\x76\xa0\x63\xe8\xc2\x5a\xac\ +\x71\x94\x42\x34\xc4\xcc\x69\x08\xc4\x68\x62\x62\x30\x8e\x48\x30\ +\x3a\xe3\xe2\x85\xde\xb8\x68\x8c\xba\xb9\x0b\x13\xbd\xf1\x13\x33\ +\x2e\x4c\x8c\x66\x1a\x3f\x92\x05\x75\xd9\x84\xed\x82\xcc\x91\x90\ +\xb9\xc4\x8c\x7d\x40\x01\x49\x18\x2d\x6c\x8e\x39\x07\x96\x02\x2b\ +\x50\x7a\xce\xe3\x85\x80\xdd\xe9\x29\x3d\x94\xee\xb9\xeb\xfb\x7f\ +\xde\xf7\xfd\x35\xff\xaf\xf3\x17\x64\x40\xfe\xc0\xec\x66\x4d\x5b\ +\x28\x86\x6a\x2b\x50\x35\x4e\xce\xe4\xce\x8c\xef\xdc\xba\x75\x6e\ +\x3d\x35\x25\x9d\xa4\xae\x2e\xda\x8a\xcb\xc2\xbb\x40\x3c\x4d\x41\ +\x1d\x80\x12\x13\xdb\x65\x01\x3a\x00\x1c\xfd\xc3\x65\x3f\xd5\x24\ +\xa2\xdd\x36\x30\x92\x4a\x5f\x20\xfc\xb2\x08\xde\x01\x70\xf7\x1a\ +\x52\xfb\x85\xb2\xcf\x57\x6e\x3f\x9e\x71\xb0\xde\xd1\x29\x17\x74\ +\x7e\x27\x90\x87\xd7\x00\x64\x6c\xf7\x4b\x9e\x16\xdb\xed\xf1\x14\ +\x4d\x67\x04\xcc\x3f\x32\x55\x43\x41\x3b\xcc\xa7\x6c\x6d\x22\x07\ +\x45\x97\x06\x9f\xc7\x31\xb2\x9a\x4d\x49\x80\x08\x86\xea\x7a\x7a\ +\x98\xb5\xfc\x7b\x60\x6c\xa6\x82\x82\x5f\x33\x02\x05\x00\x22\x15\ +\x54\x71\xf2\xfc\xf0\xcc\x1d\xab\xda\x8c\x81\xbe\xe0\xd4\x21\x10\ +\x3e\x2a\x68\x12\xc1\x14\x74\x9c\x05\x51\x9e\x24\xff\x6f\x02\xdf\ +\xaa\x0a\x4f\x50\xcf\x1a\xcc\xd5\x16\xe6\x22\x59\x6a\x91\xa2\x49\ +\x05\x85\x0d\x00\x9e\x03\x50\x90\x24\xb7\x5b\x9d\xb3\x3f\xe6\xf5\ +\x4a\xd4\x6c\xd0\x96\x24\xa9\x46\x74\x5c\x00\xf1\x3b\xc4\x14\x4a\ +\x17\xe0\x53\x65\x2e\xfa\x5e\x2c\x27\x2f\x1f\x88\x6d\xf1\xb9\x37\ +\x5c\x5f\x1a\x9b\x06\x10\x04\x70\x7c\x20\x38\xfb\xae\xc6\xc5\x8f\ +\x01\x79\xde\xa4\x46\xad\x96\x1f\x7e\x0d\xc0\x47\x66\x00\x09\x53\ +\x19\x27\x3b\x04\x8f\x9b\xc4\xa3\x24\x9a\x7c\x6e\xc7\x5b\x5e\xef\ +\x9d\xb3\x36\xe8\x1b\x75\xc8\x6f\xfe\x91\xd0\x2e\xa3\xd1\xeb\xda\ +\xf0\x57\x95\xdb\xb9\x5b\x80\x37\x4d\x3b\x10\xfb\x07\xae\x84\x37\ +\xad\x15\xcc\x5c\x82\xbd\xd5\xe5\x8e\x9f\x0d\xd1\x02\x8a\xfc\xd4\ +\x37\x32\xf5\x01\xc9\x84\x9a\x3e\xb7\xe3\x13\x40\x5a\x4c\xaa\x39\ +\xb4\x45\xfd\xf5\xf5\x81\x11\x31\x08\x4e\x55\xb9\x1c\x5f\x24\x45\ +\x16\xbc\xed\x0f\x86\x0f\xf7\x8c\x8f\xe7\x1b\x07\xd5\xb9\x8d\xfb\ +\x01\x5c\x32\x49\x6b\x5c\x1f\x98\xc0\x06\xa2\xbe\x37\x10\x3a\x18\ +\xbf\x6b\x4d\xf4\x4c\xf6\x7c\xfe\x99\xc1\x40\xa8\x2c\x3e\xe8\xf5\ +\x4a\x94\xe0\xfb\x26\xfe\xed\x17\x47\xa6\xef\x4d\x1f\x6c\x09\x4f\ +\x20\x7b\x73\x36\x85\x4f\x5f\x08\x86\xb6\xad\xe2\xab\xd6\x20\x3d\ +\x7d\x81\x50\x6d\x7c\x30\x5f\xd3\x8f\x02\x48\xd8\x85\xa2\x68\x0f\ +\x59\x01\x63\x2a\x3a\x02\x0f\xda\x28\x67\xfb\x47\x43\xf5\xab\x78\ +\x8a\x01\xe9\xec\x0b\x86\x5e\x5c\x8e\x2d\x9d\xf8\x7d\x09\x10\xba\ +\x94\x5a\x01\x4b\x75\x1b\x04\x08\xb6\x92\x78\x76\x7e\xc2\x71\x3a\ +\x85\x37\x07\x94\xaf\x7b\x03\xa1\x83\x6d\xa4\xba\x54\x7e\xdc\x68\ +\xa2\x30\x01\x2c\xd9\x39\x16\xaf\x08\x80\x33\x14\x76\x28\x9a\x7e\ +\xc4\x77\x4f\xd1\x95\xf8\xc1\x81\x4b\x61\x0b\x25\xe2\x24\xb4\x25\ +\xcc\x89\x28\x8b\x56\xc1\x02\x00\x4e\x12\x7a\x47\xbe\xe6\xec\xf4\ +\x78\x64\x61\x6d\xdd\x57\xb4\x00\xe1\x2b\xd5\x2e\xe7\x37\x2b\x11\ +\xe2\x2e\xa3\x89\xe4\xb5\x94\x60\xcc\x9b\x7f\xb5\xba\xa4\xe4\x66\ +\x9a\x20\x2b\x12\x60\x82\x60\x63\x95\xcb\xd9\xbd\x1c\xfb\xef\x7e\ +\xd4\x2a\x13\xbc\x94\xab\x29\xc1\x32\x01\x05\xa0\x57\x05\x9f\xaa\ +\x70\x3b\xc7\xe2\x83\x59\xaa\xde\x4c\x40\x35\x78\x49\x3d\xd6\x6d\ +\x88\xa5\x71\xf2\xa7\xd6\x8f\xd1\xdc\xc8\x4e\x23\xd4\xd0\xd0\x8d\ +\x42\x82\x07\x12\xdc\x82\xf3\xd5\x9e\xa2\x3f\x6f\x27\x18\x41\x7c\ +\xe8\x73\xd9\x9b\x6b\x4a\x4b\x23\xb7\x0c\x90\x12\xcd\xce\xfa\x0a\ +\xc0\xe6\x04\x2e\xe2\xb0\x59\x31\x2b\xbb\xf2\x96\x06\xfe\xc0\x74\ +\x0b\x04\xff\x54\xb9\xed\xf1\xa7\xf8\x4d\x21\x5f\xf0\x95\x3b\x8f\ +\x18\x73\xba\xba\x68\xeb\x1f\x0d\xb7\x02\x68\x32\xf9\x2b\x57\x17\ +\xf2\x22\x9f\x9b\xf5\xb2\xfc\x69\xdd\x46\xaa\xf7\x8d\x86\xbf\x04\ +\xb1\x67\x29\xf5\x98\x68\x7c\x43\x17\x75\x46\x55\x62\x5b\x2a\xdd\ +\xce\x5e\x63\xce\xc5\xd1\xd0\xfd\xaa\xae\xb4\x12\x7c\xc4\xb4\x39\ +\xf9\x92\xaf\xdc\x79\x28\x6d\xb0\xe1\x61\xe6\xcc\xab\xe1\x1f\x08\ +\x18\x2f\xdc\x28\xc1\x4e\x11\x69\x57\x84\xc3\x42\x84\x62\xba\x14\ +\x29\x8a\x78\x49\x36\x00\xa8\x47\xf2\xe5\xd2\xe6\x73\xd9\x9b\x45\ +\xc4\xf4\xa6\xb1\x04\xb6\xf4\x55\xbb\xc7\x8a\xd7\x92\x04\xe7\xa2\ +\x39\x91\x5a\xe3\x5a\x8c\x97\xa5\xc5\x6f\x93\xac\x03\x10\x9c\xcb\ +\x10\x56\x77\x2c\xa6\x3e\xb1\x1a\x14\x60\x11\xac\x62\x5b\xc1\x35\ +\x35\x12\xad\x03\xf8\x3d\x2c\x5c\xf2\x49\xa4\x01\xd2\x32\x39\x66\ +\x7f\xf4\x01\x4f\xe1\x8d\x54\xe6\x35\xbf\xc4\x7b\x83\xe1\x1d\x42\ +\x7e\x06\x60\x87\xd5\x1c\x81\xb4\x2b\xaa\xb2\xcf\x5b\x56\x38\x68\ +\x3d\x27\x4d\xf9\x47\x67\xb6\x53\xd7\x1b\x01\x3e\x09\xa0\x12\xff\ +\xbf\x86\x74\x80\xd7\x49\x19\x12\xb0\x43\x74\x39\x96\xea\x0d\x99\ +\x51\xb0\x78\x91\x14\xff\xe5\xb0\x43\x34\x5b\xf6\xc4\x58\xc1\x64\ +\x7d\xbd\xc4\xd6\x5b\xf3\x5f\x2e\x0a\xbd\x45\xc2\xd5\x25\x47\x00\ +\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x01\xa9\ +\x3c\ +\xb8\x64\x18\xca\xef\x9c\x95\xcd\x21\x1c\xbf\x60\xa1\xbd\xdd\x42\ +\x00\x00\x00\x08\x06\x77\xac\x49\x00\x00\x00\x00\x69\x00\x00\x01\ +\x80\x03\x00\x00\x01\x12\x00\x57\x00\x69\x00\x6c\x00\x6c\x00\x6b\ +\x00\x6f\x00\x6d\x00\x6d\x00\x65\x00\x6e\x00\x20\x00\x69\x00\x6d\ +\x00\x20\x00\x42\x00\x65\x00\x69\x00\x73\x00\x70\x00\x69\x00\x65\ +\x00\x6c\x00\x70\x00\x72\x00\x6f\x00\x67\x00\x72\x00\x61\x00\x6d\ +\x00\x6d\x00\x2e\x00\x20\x00\x45\x00\x72\x00\x73\x00\x74\x00\x65\ +\x00\x6c\x00\x6c\x00\x65\x00\x6e\x00\x20\x00\x53\x00\x69\x00\x65\ +\x00\x20\x00\x6e\x00\x65\x00\x75\x00\x65\x00\x20\x00\x50\x00\x72\ +\x00\x6f\x00\x67\x00\x72\x00\x61\x00\x6d\x00\x6d\x00\x65\x00\x20\ +\x00\x61\x00\x75\x00\x66\x00\x20\x00\x64\x00\x69\x00\x65\x00\x73\ +\x00\x65\x00\x72\x00\x20\x00\x47\x00\x72\x00\x75\x00\x6e\x00\x64\ +\x00\x6c\x00\x61\x00\x67\x00\x65\x00\x20\x00\x77\x00\x69\x00\x65\ +\x00\x20\x00\x65\x00\x73\x00\x20\x00\x49\x00\x68\x00\x6e\x00\x65\ +\x00\x6e\x00\x20\x00\x67\x00\x65\x00\x66\x00\xe4\x00\x6c\x00\x6c\ +\x00\x74\x00\x2e\x00\x20\x00\x45\x00\x69\x00\x6e\x00\x20\x00\x67\ +\x00\x75\x00\x74\x00\x65\x00\x72\x00\x20\x00\x45\x00\x69\x00\x6e\ +\x00\x73\x00\x74\x00\x69\x00\x65\x00\x67\x00\x20\x00\x77\x00\xe4\ +\x00\x72\x00\x65\x00\x20\x00\x63\x00\x6f\x00\x6e\x00\x66\x00\x69\ +\x00\x67\x00\x2e\x00\x70\x00\x79\x08\x00\x00\x00\x00\x06\x00\x00\ +\x00\x54\x54\x68\x69\x73\x20\x69\x73\x20\x61\x6e\x20\x65\x78\x61\ +\x6d\x70\x6c\x65\x20\x61\x70\x70\x6c\x69\x63\x61\x74\x69\x6f\x6e\ +\x2e\x20\x45\x78\x74\x65\x6e\x64\x20\x69\x74\x20\x74\x6f\x20\x79\ +\x6f\x75\x72\x20\x6c\x69\x6b\x69\x6e\x67\x2e\x20\x53\x74\x61\x72\ +\x74\x20\x62\x79\x20\x65\x64\x69\x74\x69\x6e\x67\x20\x63\x6f\x6e\ +\x66\x69\x67\x2e\x70\x79\x07\x00\x00\x00\x05\x41\x62\x6f\x75\x74\ +\x01\x88\x00\x00\x00\x02\x01\x01\ +" + +qt_resource_name = b"\ +\x00\x08\ +\x0a\x61\x5a\xa7\ +\x00\x69\ +\x00\x63\x00\x6f\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x0d\ +\x02\xc6\x5b\x87\ +\x00\x70\ +\x00\x6c\x00\x61\x00\x79\x00\x70\x00\x61\x00\x75\x00\x73\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x0b\ +\x08\x61\x82\x07\ +\x00\x74\ +\x00\x6f\x00\x73\x00\x74\x00\x61\x00\x72\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x0c\ +\x0d\xfc\x11\x13\ +\x00\x74\ +\x00\x72\x00\x61\x00\x6e\x00\x73\x00\x6c\x00\x61\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x73\ +\x00\x0d\ +\x0b\x0f\xc0\xa7\ +\x00\x61\ +\x00\x62\x00\x6f\x00\x75\x00\x74\x00\x6c\x00\x6f\x00\x67\x00\x6f\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x08\ +\x06\x63\x59\x27\ +\x00\x6c\ +\x00\x6f\x00\x6f\x00\x70\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x05\ +\x00\x6a\x85\x7d\ +\x00\x64\ +\x00\x65\x00\x2e\x00\x71\x00\x6d\ +" + +qt_resource_struct_v1 = b"\ +\x00\x00\x00\x00\x00\x02\x00\x00\x00\x06\x00\x00\x00\x01\ +\x00\x00\x00\x16\x00\x00\x00\x00\x00\x01\x00\x00\x03\xb2\ +\x00\x00\x00\x90\x00\x00\x00\x00\x00\x01\x00\x00\xf2\x6c\ +\x00\x00\x00\x36\x00\x00\x00\x00\x00\x01\x00\x00\x06\x71\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\ +\x00\x00\x00\x70\x00\x00\x00\x00\x00\x01\x00\x00\x09\xb1\ +\x00\x00\x00\x52\x00\x02\x00\x00\x00\x01\x00\x00\x00\x07\ +\x00\x00\x00\xa6\x00\x00\x00\x00\x00\x01\x00\x00\xf7\x6c\ +" + +qt_resource_struct_v2 = b"\ +\x00\x00\x00\x00\x00\x02\x00\x00\x00\x06\x00\x00\x00\x01\ +\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x16\x00\x00\x00\x00\x00\x01\x00\x00\x03\xb2\ +\x00\x00\x01\x63\x85\x08\xfc\x5b\ +\x00\x00\x00\x90\x00\x00\x00\x00\x00\x01\x00\x00\xf2\x6c\ +\x00\x00\x01\x63\x85\x1b\xef\xa8\ +\x00\x00\x00\x36\x00\x00\x00\x00\x00\x01\x00\x00\x06\x71\ +\x00\x00\x01\x63\x85\x08\x9e\xd7\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\ +\x00\x00\x01\x64\xe0\x9f\x1c\x86\ +\x00\x00\x00\x70\x00\x00\x00\x00\x00\x01\x00\x00\x09\xb1\ +\x00\x00\x01\x65\xda\x46\x58\x23\ +\x00\x00\x00\x52\x00\x02\x00\x00\x00\x01\x00\x00\x00\x07\ +\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\xa6\x00\x00\x00\x00\x00\x01\x00\x00\xf7\x6c\ +\x00\x00\x01\x67\x94\x61\xb7\x60\ +" + +qt_version = [int(v) for v in QtCore.qVersion().split('.')] +if qt_version < [5, 8, 0]: + rcc_version = 1 + qt_resource_struct = qt_resource_struct_v1 +else: + rcc_version = 2 + qt_resource_struct = qt_resource_struct_v2 + +def qInitResources(): + QtCore.qRegisterResourceData(rcc_version, qt_resource_struct, qt_resource_name, qt_resource_data) + +def qCleanupResources(): + QtCore.qUnregisterResourceData(rcc_version, qt_resource_struct, qt_resource_name, qt_resource_data) + +qInitResources() diff --git a/qtgui/resources/aboutlogo.png b/qtgui/resources/aboutlogo.png new file mode 100644 index 0000000..f5e3364 Binary files /dev/null and b/qtgui/resources/aboutlogo.png differ diff --git a/qtgui/resources/buildresources.sh b/qtgui/resources/buildresources.sh new file mode 100644 index 0000000..57cfa52 --- /dev/null +++ b/qtgui/resources/buildresources.sh @@ -0,0 +1,4 @@ +#!/bin/bash +#https://doc.qt.io/qt-5/resources.html +#Resources are kept up-to-date upstream. They are not part of the make and build process. +pyrcc5 -no-compress resources.qrc -o ../resources.py #put them into the gui directly. Engine does not need any translation or images. diff --git a/qtgui/resources/icon.png b/qtgui/resources/icon.png new file mode 100644 index 0000000..86d91bc Binary files /dev/null and b/qtgui/resources/icon.png differ diff --git a/qtgui/resources/loop.png b/qtgui/resources/loop.png new file mode 100644 index 0000000..e47689e Binary files /dev/null and b/qtgui/resources/loop.png differ diff --git a/qtgui/resources/loop.svg b/qtgui/resources/loop.svg new file mode 100644 index 0000000..3fa13ff --- /dev/null +++ b/qtgui/resources/loop.svg @@ -0,0 +1,85 @@ + + + + + + image/svg+xml + + Shape + + + + + + Shape + + + + + + + diff --git a/qtgui/resources/playpause.png b/qtgui/resources/playpause.png new file mode 100644 index 0000000..e784085 Binary files /dev/null and b/qtgui/resources/playpause.png differ diff --git a/qtgui/resources/playpause.svg b/qtgui/resources/playpause.svg new file mode 100644 index 0000000..2a5e4ff --- /dev/null +++ b/qtgui/resources/playpause.svg @@ -0,0 +1,79 @@ + + + + + + image/svg+xml + + Shape + + + + + + Shape + + + + diff --git a/qtgui/resources/resources.qrc b/qtgui/resources/resources.qrc new file mode 100644 index 0000000..7ec6870 --- /dev/null +++ b/qtgui/resources/resources.qrc @@ -0,0 +1,10 @@ + + + aboutlogo.png + icon.png + loop.png + playpause.png + tostart.png + translations/de.qm + + diff --git a/qtgui/resources/tostart.png b/qtgui/resources/tostart.png new file mode 100644 index 0000000..416086c Binary files /dev/null and b/qtgui/resources/tostart.png differ diff --git a/qtgui/resources/tostart.svg b/qtgui/resources/tostart.svg new file mode 100644 index 0000000..609f97c --- /dev/null +++ b/qtgui/resources/tostart.svg @@ -0,0 +1,78 @@ + + + + + + image/svg+xml + + Shape + + + + + + Shape + + + + diff --git a/qtgui/resources/translations/config.pro b/qtgui/resources/translations/config.pro new file mode 100644 index 0000000..3eb110d --- /dev/null +++ b/qtgui/resources/translations/config.pro @@ -0,0 +1,2 @@ +SOURCES = ../../mainwindow.py ../../designer/mainwindow.py +TRANSLATIONS = de.ts diff --git a/qtgui/resources/translations/de.qm b/qtgui/resources/translations/de.qm new file mode 100644 index 0000000..e629db0 Binary files /dev/null and b/qtgui/resources/translations/de.qm differ diff --git a/qtgui/resources/translations/de.ts b/qtgui/resources/translations/de.ts new file mode 100644 index 0000000..b1068da --- /dev/null +++ b/qtgui/resources/translations/de.ts @@ -0,0 +1,11 @@ + + + + About + + + This is an example application. Extend it to your liking. Start by editing config.py + Willkommen im Beispielprogramm. Erstellen Sie neue Programme auf dieser Grundlage wie es Ihnen gefällt. Ein guter Einstieg wäre config.py + + + diff --git a/qtgui/resources/translations/update.sh b/qtgui/resources/translations/update.sh new file mode 100644 index 0000000..c166f03 --- /dev/null +++ b/qtgui/resources/translations/update.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +set -e +pylupdate5 config.pro +echo "linguist-qt5 de.ts" diff --git a/template b/template new file mode 160000 index 0000000..2b3f014 --- /dev/null +++ b/template @@ -0,0 +1 @@ +Subproject commit 2b3f0146ddd16ea906993f459b7380a1ef26c778