From b2a12292298148852cd89dc438825931f2578b4f Mon Sep 17 00:00:00 2001 From: freedbygrace Date: Thu, 30 Apr 2026 11:10:24 -0400 Subject: [PATCH] Initialize development --- .gitattributes | 2 + .gitignore | 54 + Content/Place_Additional_Content_Here.txt | 1 + Docs/Place_Guides_Here.txt | 1 + LICENSE | 674 +++++++++ OSD-ScriptTemplate.exe | Bin 0 -> 826880 bytes OSD-ScriptTemplate.ps1 | 188 +++ README.md | 2 + Toolkit/Functions/Start-ProcessWithOutput.ps1 | 803 +++++++++++ Toolkit/Libraries/PlaceModulesHere.txt | 0 Toolkit/Modules/PlaceModulesHere.txt | 0 Toolkit/Toolkit.ps1 | 1205 +++++++++++++++++ .../Tools/All/Place_Additional_Tools_Here.txt | 1 + 13 files changed, 2931 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 Content/Place_Additional_Content_Here.txt create mode 100644 Docs/Place_Guides_Here.txt create mode 100644 LICENSE create mode 100644 OSD-ScriptTemplate.exe create mode 100644 OSD-ScriptTemplate.ps1 create mode 100644 README.md create mode 100644 Toolkit/Functions/Start-ProcessWithOutput.ps1 create mode 100644 Toolkit/Libraries/PlaceModulesHere.txt create mode 100644 Toolkit/Modules/PlaceModulesHere.txt create mode 100644 Toolkit/Toolkit.ps1 create mode 100644 Toolkit/Tools/All/Place_Additional_Tools_Here.txt diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..35063fc --- /dev/null +++ b/.gitignore @@ -0,0 +1,54 @@ +## A streamlined .gitignore for modern .NET projects +## including temporary files, build results, and +## files generated by popular .NET tools. If you are +## developing with Visual Studio, the VS .gitignore +## https://github.com/github/gitignore/blob/main/VisualStudio.gitignore +## has more thorough IDE-specific entries. +## +## Get latest from https://github.com/github/gitignore/blob/main/Dotnet.gitignore + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg + +# Others +~$* +*~ +CodeCoverage/ + +# MSBuild Binary and Structured Log +*.binlog + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml \ No newline at end of file diff --git a/Content/Place_Additional_Content_Here.txt b/Content/Place_Additional_Content_Here.txt new file mode 100644 index 0000000..fa7cc9c --- /dev/null +++ b/Content/Place_Additional_Content_Here.txt @@ -0,0 +1 @@ +### \ No newline at end of file diff --git a/Docs/Place_Guides_Here.txt b/Docs/Place_Guides_Here.txt new file mode 100644 index 0000000..fa7cc9c --- /dev/null +++ b/Docs/Place_Guides_Here.txt @@ -0,0 +1 @@ +### \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e62ec04 --- /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/OSD-ScriptTemplate.exe b/OSD-ScriptTemplate.exe new file mode 100644 index 0000000000000000000000000000000000000000..542687bf43f0654c08c0318fe52d0f8d2547be39 GIT binary patch literal 826880 zcmdqKd3+Q_8b3Ufa{_^$D8YC#=%9%QChM_@2+V{DbYl;oa=9u*K?E-X%m6CK#K}lH zO)DxZ#{>>ZzxW_Wos&CD~%Jq~L!nX0g=ZNq;W(`v*T(i=}(7HQg=mW^C(SW0kk{ z9yxi+3`g1YsdrDm<9^44J05sos?TxfU5@Gg2OLu#aCnB_?6`mG#Jl=->(<3-7X9Ja zZ+@*TdgtZ%|Kl|)Ur9yyc+IL;D%f+`D*-%(Wy@YEXU|oyJj7V!{xVGd}Yzw zFQ+3+gT~UR`K5e^0Vl5X=7JPm84+CnjQ(ET!e~OlDrh@y#{OJf&{>nLgpbg^7tOcCZ^W2WU`7V>n!*_?p^4vpcd?R4y;JF3Qgg+P9r!NPy zi031rw2Q@(iDxmM34bn&CET}+1F|-vtriaehMfZE>N}~-cgLOg-DM%-Hy|C=TAn-w zF5GwejOi1Q#ApW^TAGnz@hNbwzSHlzZz=$ZmKM;|at59Y3CXrU7cg!M{r~gLJ;ptH z^q8B)@`H=eKvDTfRFlMh#Wr7wsEN6v(nVB9*k#p~BWpfqp{)F*KeRB-BB|qSk~+^W z24ljkE5uMtsCWa}3&MfxlO4V*#aLJ@s`Vd^P8H+&Bp@nj#vZ^dcZkZDlG3a{BBWTv zV6)XfRMb4q5wemmYTY&sCL}}~UJvX^w}{$EXDK03TWq5a$J2oaK#J{n&mm?IHQDLV zQ+~BrqBjyIl`0~uQs29^i>07mRF3JlJO_l8Es_!wLt(#tHD!w4>wce}B?U3G$;8O9 zINc&EbDR!Y@j21<{Z8p`KprRcl+SS_OJ0h}_}F4#Rz zhme&fmTw|j-a3Aqdz^dx#)5iTOFeN(29Q3c=f9Y4`H*Pt9_1c6dd#Ss#o)ooqVk!j zd@QO`zQmA1=73!ElkX-mbVR7Q0QHIL_(Ewt;^{9SEA#V93ig_4^^szm5|Khcmyx9IyF~RhuB2L<8;aDEW4{}YL2Yl z?ErDSMF)k77XTz_w>fh}WxRvPEiy`Yl_tIUmL!X-@;+xNHC`0*Kmnr1SSl;O%Hu4p z^f(IW<{^?h%(mrGMY&R}HnD;Fy-q7S z^lQ23q!79_7K;@ei6+Z=Cq<=63~riy>+K-?ZSLC{@!OHQ{NS_HTxFxEd@d>5M0IGs z*h+8_1fP!97mA^;d=i>2tpzas1x#eF?0|=?9M&5zB0}$$i+=Nek;v;q@}s@vyx*ed zwU6W_3FXt#rv+b$@eY|Lw1F9WQ6+E?DvsbqR_+5Qs6VyD<`7=s0SvS7c#?iRAV^iyJqJ}D_)i&yd61p5#d zMcIuxz>w>|;6V{w!Sr8ozR08-SOvtQI^Q|s8obgUIAILhzd=0u<+Qs+WjGh7GA}yE zA@`e=>l-9#gHJ&;mr(k6bR1Dh9SxQr%n)_9Au41IvqO1AFKif^=EjCBL4h>`sm<-dT-GNp*n&HUy-a9 z=gOBAJEVx7EUtO|HU1|FZ#9V4?a_1EC9h6Mt`ilTSnINZdBJO|`JzRrph}?QM#%l{F7-`}BQe56!grGdErgzwouzJ) z9vex|2pWzcJwtPZtYVv}BoP~;{4Zi>kzP$MyOKcj1-tBYkzC~pSt9z>BF2VKj`k6Q zwW6rB==YHz)iR4Ip{r3{uBccc4MfFu(hz4*q<kQp+V!pTC>pVX0TT- zXD^Ih?%o*|CJ-VN-qhzh4q)X6b1*b}m0C&pFVGXUcbz2AqVf|{L%J7j?z1V`5}apG z5-Ltol2+k-m7eO@CQ%ieO@_g6yBhL0z27n)h^AQ%+#ZGQCEq0QrEe2bXe7*6T z?7v!8-f)VDla;m35iG4a$!9aBpnBKJBrtCICZbxqex?>v9rMOho7P5}ehi(K_&?}@RM0H%FtWMHp zb!M}u&ciT2&n5;3m=aka6~%lxk_JVqR5-(cm(+n|Q-$88yfFUW>WXJ=1uF|tG*J1* zdy9VY{l%-@=LD{AIA1`tS9LmNrIEzb?N#SOJm*3@_d`5mRLT^TLX;tl=ox0urOrA$ zMT8shEC_p*gT~!Z&>)x?TgTv9;C= zja36SMzR|tgWG{uq;bI&l^emo?i^9eeg;|ee?1TDnu?Z`La$P0la#S`Nhw2m>MLKM zNZ!(JdT$%Rx{chLZdrr*nMMEGzfRRSxv12uZ1XCcBpS3oAogY&1h^#C&^-8PG@yNI;69=1aV z5gkv_K~zS94w9AW7!ojoEB7!R}qSELOD#|y`TlA~% z7D>Aw$iCrRhFGt9KWL#dB_zW}kfDSmC?T(PKNYeUE*l~l6+%x^Iz&3sGo+Ln@hk{S z$`8gQvSZsQ2wkKj4Z5fcnl7tLnGTZsEp=Lm6cyhftrdS#PjUP!Hc|?DA1cY`gie~{ zOjJrzJEhdhcBGURpx`#f5@E`Pe29uGC5e<$A#|M`x-Lgj=Q|`)PUkjBq?~%hvImDv z<%DTLEZfCGWIRo~!K)mV)GNB8$H3uUv(>ym1vaJFdd^e%hwO`kc>H*b|%MD(v$mrV1lZOYmSRn`Zn4 zb}=MNy$kOh*HE_2BWO!INJwwX$4+!fNM{%14wk70n+ zf9XcThz)ezjB^?7Mq&Kq>i_Sp24~z~k}oT@%w_U{sNQHV_<^hlD7$0H(=oFdWOEBE zW&26DQtuAzZYub}9cX#M@1W-#`-va?J&}B$Jr>+81osV$?6ybtb;;Pa%!{mvNpsjs>xzr zgH#k27JLOVA-5qFdoY4){CW%E6Q7G9O9g3(Q{O2R+8v;m*_YDX< zWc|mizW^*5!&CH~#Q3vgi>+AC?6ErW6_(Vb!~x(SkDI>1PB8(&Gc7#VD;e=s+;eG&5JZUmR-0@Mje zOZl+?erE`kBb`n@|1c^Mp)`~qv)GVuZbVPZ48!B#4D1;g*ct#_A2%~Aq7wiD%FW1) z=$V;~1fnzm+Bq;YfIy#C_>0{&AhsoXRYX4{vndXj8HY>Eba88@OWZY3I#3V5OK&{a zYT>9$N&`%mU+U2+p+4DSq(GaE9zzWZ7A5&%Hg3utKMr#&cuFOR?`Vg+2CV===vV(Z z3mvV_gPAefMY3{If__tn<;Q_?s75#fU*T}D*hfR7wdfAW8Q{bYaJ)9-K|lu|v?cj7 z$Z9pdKig{AI2tH9fQA{b4YTVXAzln_ftB|YGCIZ?85rN&rjKd?e15*0nXmB{o2*XD zk@CLvT_{C87eIy1SMt^}TZbpBBn{%y}Sa$QO_9&nLAaMY(?Hodo7>V54889%~A*8?7 z9i5=g&xOU3Pb}F-)ZlthZ)g_PGZU$zmje)7m}^gzhXXpq2gks$?7%N0Z&=&-wzK-IZ=Q`ftdenSvf?AprPw`LX%K^ zzZ4vSgH>3yUlaZu5xrJa-zp{RAoPP!@gY?h+w2imz0v?UcMPt4J_&Tk zFf%zc$$IPAMxRIfR@f=GBxGkajY1U{$4c7G3#4l=cfOflQ#M4jCJ4PV))D=9KAO0A3o) z4k07rC%20)i)G)><7ZPmgePT27D-mSDUPH*9-!uShzAGfBl8;4a>VLqf?co*b>5e- z`!0Ek>^HVf2Bs#}pCI`P6h)mqE>cpQ#@8Y0@~vHuY8-#~%w2Da{dcER}*G z|6P{hF{YH%r(Z~baNu39=H=DkT~=3y@gT4FSr8qvvaXqe+R8W9p)4Ab52B7`0EyQ@ z@l?kMUPuFyz-Bw?0i;Tk8B%o#8A@5wF})XMpy6&V(M)};k>b^-bv)u_+wra+wXxP( z7}V1Uu!1-9f}0bd9e4*OOuT3X)L6%ITA6tvn8On^fT71=#IzGCH3OXv^+Y1*Ud^fv zu*~xuFadIj96d~O^m8-wWHQm>5ZMOtT$6eA`Vf|JCL3M`(%{=+z|}7%0Bu-~{vb@( zShjO{t6rjEl@IsO2|W-`L#ycyCq)G`VKrk3$ckZeL_2kAG^C?cGSMDyhV{UKgJI}D zmI2R*;inW8b_Zx^iktCQWHZeQjNifLRNqyk?E2D>FRBk>Y)tYYXLH8;ycX^8%bY#ivN!)%Sr7z9`*+L(636JAL)G#7Mg zi%F-!UFP9)Xt=q{$@8tPb-uvBT0|99lD}&*t=bI|tW<(6hQM?f?qG|O zc!8|JosB&K7+j}{kS>g+v&LdGN2#QFp?heXh7u9WcVk~43yz@eFdpY@w-PymGOYwM zR;XZu1b0r8d)!(_zC)p6BM|{R3xeyxFD1gt?Q++Vv`goJoVSDd?}U|}R8SQwq@wU* zWQN;Yv>!`8vhtfG45@`L6UKk7x9HFem#oCRR=ghNWy#un_%_ZP;JNO+BHy>(yhh2| zEXBgnWUp0+He!Bq*&0UO)1NbnQ91TkNXl0dI5HR`GR5lUB0~tyM$%9%#mbPR-Ds|= z>$|(Io0Dqsed4t?U|}Hoj<9B;bGBW0M9fEfbY< zXxG6cHb`y3)=G4q9j;I6yt@ad(ol(=gXM3cQHhL1;~x;-2^GT}panbho=cPYG&*jR zJCLWKUVj%bqRNS;RufGU3(~8ROglDM*Bp2fQk*amKtAdp60iFKXYMUHH?aWHLcGoT zP=L5sT8&a_yRu{~Yx@c!l&rkefKXNHa|K;2YXTgx!s(EHjPn(l=Ma3YU=LBt1-s^; zhq;MI3%x+))KV`3YBp_!V$34gOO^?CFIe+U>O!}WM?22)N-WImdfx$XlWVD;u`3fj zm0gmG-3u=fE0of{w&7eZeFsCY7cI4MAtF{f{Kkd zAHc+p3_o;6Xc6>+y6#nEh`xbd=J6qtp?D6)Dj-bkjQtbu&ZcMFmlKy z9$iBGEUPb>97lZyj$=%&t{_5ytBDQEdUYt6h#c>YweaE7jF5Msv5_GgmjYQ`M{LR# z1sR5V)hzUe5*LsAMy0k#ngryqJ{e^qkEr$&)fq5-?}diL9>BOXFgZ*_3Cy8ijXd#| zsZ5%swL}N}1!$^<%_=aksvCiNVpjcl3)uH7vP>8c0)&ek<(PIpVoB9`Dlt=|xjX%# zIID3bEuAW?9#7>8D%GQ`+l_||{SeXfD?|Gc0G%C^kgyN$P@^P}Tn1ihq8ODETM0E& zNLgWFw0hHqhp1HB*<)P}MXD>Pe`RHbgGDaM#X}eq7P3P56j2*;;X!{QQ;>KGNJX23 z(90A>uG2B#b?_-uxCu(?810ck>0D{jqOlOTiR}el!8EnXb8xzWRj38Si+_2R@Ra8rA0)_MZliW4P1TX^w#6MPGq~36t zMmRRCac;s$!_-LNB&newqZ76V?4*!Z&52iRm$gt1(3TVzjE*F1OC_eEe8w=6Hf;q- zFJA$f2|892BLG*<2!=lEa;(pWh#x9LB3cPGP)ZPN8PBU2dOvK}2U=7La#KqaDX#ZA zO2w_CJQ%1ZQ&x3F86H)k+4!vt%|_8~HO1+MX_Tylo<*dh{T;uentG^L7c{InNeHDe zU6A@CB4o82i)Z`)^l?>b7?OMgt5Pq$92(aFnxPlB+-GXsTYFH`N#ha*P<&K%tH!ac+~fm{I;EGdG7ZINDOmc5EezPoaGj;av_)M}!DTN!?~TN!hn zSGn5(6C=01`bJj{$;Z!dm#AIiMMF$J#6D05@d;``hZN$W*X04`Hs@`dWsSu}A{hpY z#^Jcir47X0hyH0FwJLJ7wC1pdcHk zYC|+mk!D8>4N_Z}sbq~_3U$g%8dW2aLwB+9JugH+7(2K*r?F8^yXNg*Yy?7D1bo@Z z9@S0kv4nKAkhi21Z4&aTN3aJUv-4O($!&&Fe%H1X3$_lhN~K_P7vBSJ&2>x)hJU+0 z#VZV|1uZhWWLSopejMd+tdS^4S`3yi9w2~PO}HXVxJJ+8q=nAu0raBX_&Pa)X$YDY zsa`lN)nbra6QayVZf=3HZ5~44t=}kxQ3j=V&?lGVcB)U9)HRbni7p_^jHt`cz?h2i z^TW_si&3(^q7pLOL~pOtn-9DJ$AfCh?_vF`-Ase$fXnHxZ8*Y_A>UB20jV~asHD?8 zRd3qyP(xYxRTv%BP!INgCdkp|XGBj^Lrl}V{5LQF=1^oUcBoCQrhyS|QK8};G@^CD z;}aE?50**`q@}}{x4j!-WsZ4E+DYF_T>99U=PT|w-tBBR-hJH(?f(7~70nQ1-G&|K z=@^_C=jF18@f}f0VMC&*u_=;Zci9Yb=@uLzAqh3M8y8WWE8fm!06L|eBBgfL&Og)M zy8mz5`A!pSCn1*D&U|#7kQ-u;yigPN$wmhd$5a!J`Ww4g!zdH|MbBnQq^0yHcoKCe z{k1u`%?(X)+iZ&)veC{qt3np2;~dm1DSoP*s--g_Q1^c9Aef68A$bq=%yFqSKuOA{ zX2b_)VVX(y686b~g0*bo@D1LX!GjjEm&(tHU6fC%Qm^Vm?n0o4A(j!`PL75c?E^vetyv+6kHgMfsnbAzn6s7!+={|@^WcMf8+Kix-OV-ioj zU?}ton2p zp~r&IMr4?9vq>m_1Lb*@<1m>BX#laQn^5sR)O0NSp=Z)9wV{!eLW!pTBbI#+;+I3PpPgH7KD)RF9f^%~^5Fr8g>*)zqsI0n3HO^C|7pa%Q=Bt5VA@ zYO`E2Cz_r3Pii?iJK(V@1GkK|dnzaABv$EG2E#lUb{>ZRp4j_rtOdGs2$6RkG%C5K zS6xVFwBBT@h^$Xifn2HG|9$id4w3PW|yLgoWk}?w> zk8$>r$_HSsP=nQKYCLcOKBHl-Omaxd;8V?&!DOxsa{=Gyv0*VmxpH!%vq))!i5z(7 zXMRma%L*1{&N|{udH58=W%_AUN_)eFHZzLaLkWfpNMsr=5XRFOF1H;dQgK97HvKWC zlf|O)A)&JY1${sxifUCQ*tBF5D2z)w3?uKscW6AFfyOqLqXYkop#B-X-3eD0)Ljnr7QAt64EV~}ZP9dPP zsfb`RGz+$5ptp}X(A)WdgT4Ip9cFJ|2V|Jbn2uuMoUE*rf?CX6MG)sNN*ySw0lmG& zl?#lj?<6r)i$6lF4Y7i~_%p~Zo0r&&zsD9MjC6tdBVO8<5NlIu0P{HeQB{Y%0 zokZkKtceQ?k!-aEDP!r#MYE; zOc<%%#ycpYwZj;jp+||$jQXSK%j`E%7@KG;1z=U`w=n7Bw0Wr1q|LQx>iH9>KeA=N+KSOWlb1PxP$y9GQEX>`PCBPp0tFdarz zTJvOLW$z*+1wX{*Qm*WT&^a)jmRs9Mg*pg>Has{AUS*$K`7oA!Z@c2|La3x-FOJTb z!ZZta{~h$Sdw)E#DX|Obvu+0ot+nQtwOG37xFYZaSvt*;{oN$ zj7qJ#jTNYlJ)_fUASDnXH=bb;%cs47hsugnLd)U`^G$-KRvif*?mMY#HE|%etva^aHdHd7l{urrZm#Ml(k&i!1re&G0()w&#VFvq zaK%`#yz9sot58wF`ey}61{~gL!eh{%K#7n6i;`sIh8VKB3|Ta}j3V>cyp*E~>QIYC zI7{_kN1?H+m`p%4hzC?AD+th-g(PYQLL?k$AjzH)1rA(0V0s7bFyc1MUT}C=Ie@)l zTQoQMrZe(*RMKPm%4Us6DE<46m)Jabt= zLY9QXoo*WlPdx{UOavH0)T;ZcKIC>Z&r+J(`5r z7K)9y!@Ch%k82i63hR8>H(+XIlo?;&83KtnjX&CX0}+}2SgVN8HebH}a>Y+6m_QhH zn4~4r5JYK5Yfc;3e692~RRuN7xQVf`UbLGgBW9xvKZ@)OvH$EP#56L!$&$cBfAuC% z1}vUQg;GSVj0o<)Yh6NO*7*BgqTx6+XE1hpFko7J7&4HeyC+VqD0&d9DxKPo(x^s% zZoJ`FH>Fsj=OC1et~6fznWn_14rGvlb*#mHnmKuX1P+EpRRsRK+G9-}D z73^t{GA4TLSU0nh`4mJ5JcyE!vkq{wQb5c`90U$S=dej6PRPAK0{yn$g&#yV0g{{E zLSPX^u^|mF0UQDG=b@}-K)hdwnDx1oUIV$KKcq+I+yRh4!{qBgOlz7#4s`_b^y@-y*V!A_Hi_9AwZpYFGpZ3B( z#M@Jdhhh7PRX|OQTMFHpVllP`#oT=Qp7H5?Ns2ig^-mClc}E?=fylJd*C94~>#6ZC zQT!k*^Jac$GvNaSUxs*iZTjwo!}p(fXPrZnJ0AjDLXQI-YinF7;skiJMmp{77Egl* z3q|cUDi5PR@q@*8u4x~~vj1LXng=isW7*XRnZ;tKN?`}WoW9^#_RaBf;5wpVF_tYM zhL(o^mr}Z&Qc5z#@Rg8Q_Qn5mk#U>ImlMlg#umG=ehn0 zSN7JGbTSH?A|%Cb&L2kDq*|8)MPM%B!b!9dv|4=~=E3@?r<37!_h+%4kArRTdX$aI zPBgs?d_=qDsD`c>zvJ(-65hX~_xKh9{qb#Ng~t}O@g|C4XAgcxTpTRnD9WJyMDve2 z$*=)&1!0JF9curT)yQ7&gb8QHeoU{UrPZ_DFOQjauDV((*edkB_BOMkfA${Nxt|_T>{i(ln+yk%P zg577+Tve$f2nAB&K;hs`90fO_pkP8;W=p8}3RZDVsI8r`?6)bTWzT?l!Yekn+VZ;D z*l-rr{kv4ymeoduDJBYkM1>b%9-!UrkmY(nZOf1h2rfihBGFF$1@k-ev}5-7kK-5v4)1_1los9o76xY=VggX+ zXKg@r3<%Q|0+QhC)&E1MSzGk{mB~!?xJaD&2HaDSdH`C3?;`zOq{b&8bz?iE9;V7T zQe{anv%r21bk|iKk-FJL>hCKOkP>m0PR)WAw2>AJJf6%>2ys+L5JQ7XwAD<{!P>mq z3!4~IXbT`>3u(76cKDDF}JEz8_e1UnMNQn51C)`C8{>BujZQNyTB=wN5&|As*c& z3$ByywMu1WrB`@sw-hpjXxc_*bQ#}RK6BZqq58@t|}cbtxzSE3N>&msub zM3t}I{La6gFmqmp45LSl%0>o9WPg%&{d`&Zj`A!5WZrM<$s7<$enZ`Lh)`-Hv2J)@ zidcC%R|t2};owFjI#7(n`dD|}yK7>JvdNwIwX!kroltq3b9_l?uNyltCkiXS zatqSez+w|&5joz=ZDr_*Xq5*=A4)3U9~)?~Oo=^=#q!9ZEYvg+p!dcmdX$ZMzaeKS z<*XVfqTGQl$2W8#+f;~Ac?Q&_ zj6aFsRIL74rqmOAC|~AnMTQy&KegisUc~jO*J9nmj|g{Ra}7flHd-+Urg5(<-B&LRxoAPnDH zQn15gjl}B33H9QX?UX}OwnJ>uL&y4ftXrqluYeOJ(t;(6H=JcC#ADU-8mx7ZV@W{u zS=17^5$6-E%~XFO>X$WaF7_%toDw{{HbTZrroOvsunR{|9Ym^U5sCL)+G<@UsSo7K z%Dc|7)IjwCXt)YzKHlA0Wez6G0H^Ip*zP?5`;MuS7Z9YIO6I1EO{iHdNk%DQykSiTwkR$IG#9GAMPy#$MPmJQzEk8wUnjcFlYkyP=0+$8%#^a5r{5 zM*_#1rcXoM=;UBydZh6T>~6;1=!~ry8*u#mc2V_WhC9lxAO9Drl?G!TDmD=`rt^2r zeH;zF{>(MlgaH=WK&{rYFGG`Xu;CGKL#%OmicvzH(ukeYVI_i{(~X%KksGv>zQLAW zbk9dFNFzK>$DFkrj|PvW3PIenhJ6LJ_KS1yRcC-u8*q$%HnxM_XpP=e!ZcDZ#NL9I zeK!z(mR&Q85Okwy-?1IrB^f)ZZC4{h3c)3l3d2tCGpOy9rzB%zNyaB7%FgJyfMJ`! zOESJJQ5vFM5l#kZW=Tdvi8kV>8yL;VlJe>$oV2G)JElN|MJKs~%?_X8E^iK?;nV*@ zI7JTF0NiVSj}jc%$;E3=e=z~{#8m!F1RcKf@tg0z0+ANXT-~@rEt-uE3YS!+6h^zo z-`owl`v~?asn|}h7~W95Q1LXp1h@u8&a0c5IVf;__x1C;8m}P^+cxlfgO=HyI5nSm zj2IiwEs!rfAPDc8msl-im(9GLL^lqq;93)y*qg$Xi423Xs)bHB-aS=ooyB;ngNXr2 z1yl_trlb`xf)|k{<2eG)N`8w~VVz$uD<9I#oW2|b>Wty^Pzf-MfA;uw}{f-Qag1Et^zs~rJ_bZWXJHO znJm+1M%O7(%c@2?2Vjel(TELvP@$GAY}z_ulxn_w%R z=r$qrC0+oEo?{#E-BqKlfn)21$8NcV(A`SyCc%~om5LpLatX9L&KIBuAzqNJz_DGz zqpv_FNc_M}yG^dF16K-<>_q}eT?#*Cz~pfci{3)T`AV~`eB)>mZ~MQ!}qV6gKAFF{LTvJN8w*GI5bDritol@<6jRP30Y zCPQaO?{+IYATezshW5<-v#^o`oT!6&o z%cJawc14)UmnUNf(4KWB>XP2G4B)$cyuyp0OrL8WbGpc_d;)932CeT7{?==LP6=)* zy9}>A{nr76MXx}V!*?Ej^ZmU+KQ3DvqS+Ar9VJygu8Ve!zquO@1dsLcoh#!o zU*1;P3R5lOKC%Ie3kT`cbgRJi?{lia-HbRPMlV>N8a-!ucC_d6jOZE5v!dOX zcZqgc-aVSOJTscKyeD1D8CRJ&Y+kjPjS&z(k~3T@6~==Gd^|jr?=nf~Ae6{Lu$7~a z0-WHK(WeL`q%mv1&2qzp9?O|DO4cwus5qCVi?m{GikN=ZdUD@!{cT)=^)faXGz5;} z{67r`ZkP<{0EC4Fn2TYo?e^LC82%=tJmIz0xnqrVL8=c4B-sv#Q~z(E_l4kK7@6?T zeY+B#x0RVTYb0W%#p;7CU4;cRDJim>?2jQh)G4Yxtj33^N?1wf>6%fxd7h3J{_}+p zr3x}O*`0YANl}rJh~LoMidLQgcG+(cM5^mkxmgb>XY_@ zaSaU3Cv<=d_>?!1mxt~L(^9`%3Pb=G1{||+C{Rb4aN$)Wp7du7hbcrPm_{ZMN++WU zhe~CwIN6v3JaE8kAQ%%fVM2~>D%256x+g$bP6fl7AXfqeQVz3zGq#RM6EZ7hSV_C7 z@E&I23H1G*TBCKFhm-Oh>Dvudiqn^lxPZPmYGbt-1`swY+mOo9oed<=tWWWvb+3KU z)`X^(JzyI-xl#-9(9go6H}2Y^i3v3D3m`v2G^asm8f`WN6{!ScQA%qCcc21Z(k~yf zl77TP-$qNsX!}k;pQZ~co}xK5?}E}7PuB%nw~4g;A3=pgpr7%ia+whe>Z>jrP8Onm zqdQt;w)rCf!5w9GDLr*Gfs8NKB@lT#(2~{XSl7rfsdEq(Rm?2_M?%toXTcF9G$4VN zGkqCi(Fq|$<={|sf{8d_EA}i_JPn=UE&5id(C~sAX{{wyY0%Mi74;9!QMN)iBQ6P} z%V?`x+0F-;J+NxF!_4z2^)qE8C-dQmY2@9MrfkQdHBSaERl*HIm!h;`$+$)(1*Q?R zj9~ncRal>at2mqDgJySBZw{KlFMz9d<9h7)3?AbvTam_8oQzwCCRt#aD-jqWJMm7l zl&|q*TL!Sf21nflSWO;v=~_y5ucr*|^5X$KraRnpI+21F8-iK%V!@3O>p^oYtM3B& zo^w{>oxEYQNeozk?rN$P793)9hDZRwEOADLr_yORRwBit>^934f`te}lLYF+m6>*T zU@z>(4+EaciFT`@BB{J(#|1dNvJJSnNiSL?p|}AmYt>)id?{MEJs-|(S$kv>KxJXb zhCxLOBhP|SC2i3=40uQbK{X&d1o$s;kjVg-v=LX}JS9tC23Vx`EMl&C4&-9>d`aEFC;0p5ksBd9?vKlWGPCM?*8CPCDH zzQtxyOT>h!Qy-|5?bbwsCPn*W)N6wHM2s^6^-Xc`%r@{2*^?5pCyTLK z$-0Z~@1veZ?~}~1nVPWy?AUttmTz7qk2|Jt%{YYxXNM_*aW*j;+k_amB$#^TxjLp- zp2kD>-^TTdsm@-dW_M8Sm&4~3*DJPvoL;ZoHx~;|_n9i=?vT&gYItgR8a zoJNbi|5#gXe|!G)wS9zBg=Fo7Ilg@% z1U@(ydU?aI!DH#dg7tWZ_FlM)4J3=$KyrO|OeZ2J${Ou*z1@6I5*G6jZW0DHFqFlL zZHNn>UN!4gP5 zkdBYi4`A@2QMwOd#-d9>J$($KjY@#V3#O($1T|xpedHWA_*2;e6}w;`B07w-C{DjA zY?3JZL=|I;W<2!k5lc+uKvm_(xMA`n5WwhO@*gb13oEZrqQagONK9^g2YEF)r$0b>JL^!m z(Lad~R2L(93no04H4sq(AQG1m#C+ILG?b+P0`n|tF`-Ur9$W-JUa$HNs!vaG4m9SN zg?#}ZYNw#%3ADM3IH5tDvVpt6B5)eP!P4BvT6b^V#JsJMW4*|3-ff&`7Pb(DAxw3W zPsiAciU}Vd;*~GnPBW|~-~;A_@@SDW0qLKu;@M+>w)A z+}fk$d+C44MbyhhFnHX;sx1*cX^PIgZ9ilIIqY$`ct7W(Z*t&x+dR>o2kP(kV7Es% zBpAiWM@X+nDwe`|$G7l~Uj;1C@$wsFG4-%oF>y>Y{sl5qhR2Y>Y(2UAjI_2^&1g%i zq*g%`EGBo3MH25#2xGiA$s=Vf2PaUu*8-x`rmx-2y9n;AI^IKDu`d8U)Y8Yg{oeYC zd3BmN5hmHn?SjM%nT;l(Jaf)Qsld{(3@lV_R$J7I~2_ zn2#LjeUcbJzl{iY5W6GHUJUXIh!L8o1~1j{03wwyuvO|mjjVcQL-ZPoAKgjK!+6c# zy@q|%J*-KKnRqoE2<+*F>Pn#FyMB)vA8M;H3x%9QMpESlyYE3Wy#y{aXXdYMdbRkk zr`M}JXZ>I3)s4qEZ$X+*D-yGDq8C9 ze={9(b&|(=7|ce*zI!jP;sRDh{1kn&Tr`LD%cm$hv0U5*6CXf5N$?SZB<_YE-GT3k zlEm~mW^o_0i$L3BEL6PRzPOPIs*1E;Gm69LG8z1e;;4ZnwfZI~57N{RcUtDZ+n0G= zLYZbEBqaKLvyf{$E#$4=Ed+>=LtO7?mT?%+m~arf7;RRjuuu&TZAoUKWju5S(rDbL zCec_=9CP)8HjZ)hIz7ku{FqOihXT+H=$ZHTa4Pswd7KyGJP_vzp<)+1YSqdJjs$AB zt)IIihtk}!kKMsorVyL}O5oCCn)Tj@WiUzYkq&zhOD?eX#^w3Yqu)0d4*AQGGX z_B8RN19Uu^jjOTU9Q~CP-GP;biY>oebSo#UF$(-Sa4)Sf9GjEbwI21+G2RJV+~p^k74j5@+BN7?$`p0L zi?9^$r=-vrO#c58EM{)}mJzPvs~@rBd^W1XY>V9+5{XZsE&xL2W~}8_uQtyrX``?l z_K7!dBlGK~lV3L*trbE7Yx5h-%?Rx}!0PMkUWbaXHMZV=fg5+0!!BvDz^NZD5Kzq=sCfbd>^963n3b^ zT`Q8J>2F)3sjd}P+AC- z;w9&tzT`6#N{*d#`jRg~$^WydUiJ%@!@h8u#7$hQ)oMKR3;4AWoE64|JI-0zM0M7n zWmd29g*PwK#!y|dh@n#O%NZ%(&9)w4YtaR6c3A@_dMh6>u9t#eVg>KNaaO9>;me^T zz`>S>{P%m64<^CwjLSt>y(%cC5PPwlPcG`Dpt0>HhIDebT42T=WB6n=X(c zfLTn%8TfdNk&Scayy!NDqVBa*_s%=a5=n4c8LA*`tS5fbQjNcX7ly&IC{8k-2TpME zhisTz@Wz~JY=bv|zh@W`yc49AMWmc*ENe|nGnV2V<<-1E+(E7>5N-spq#Uj!BV^`H zGB!h^sT5vpN;l)4_QjrI+|oXxt0A_J5R5+~f@9U)xUBU()#!zHDfnBm5TqfHS!Kyk z7Kp;vT-G7V*n}Ur?z+J65;e>ry~;Ow8p!HZqQJf@qKzzoBs4P}@iU%9e2a;=+5A*v zIrifxv?R@-lLO=vTZCrcpr!PpPJ9*bvQmV5dTjb)RMelZ(d@$>mi_^xfmUOM;2WqD zKA3ya8~j^uoX6>g6|y-1r+#o!_SHVm zt6lup(^hM|36KP8bTQt89iI@9Y`oS!LIAz4B6`(>`|wWp(4Wc?7Gp;HYy^5Ab^{tu zB3sASBocA>C#^($0q2<#h`5`#X29uNqd$Yprw|d_$}Pq(_~9(o)7Xj822Aqi%Lz=f zdwZNo{zK8wrn#hw*3s??;~-v%CP{{fH)Or=)r71sw`RSFqFb{~3Tu5ARN!kzwXH@#$eSgYpT`8ODA@pw~Q06MC)b<9LUcP;_grflhFd8>^A! zRFxe@Vmp=n&PV7?xW_4he0Fts(y%~&E5VK18^mk+$|A)#Ur-ra$L5BV>J%2)(Sv?>c32MOLq(OgIH_6tS^YhA~6 zyMlq7V7D@CjWy7y&|(QUzV#>b%>6!fgDedC30P78Bq%Ss z1mis5MXbj)SH;iZD~_hu`XhZXqcqquNeF$7XpXnl=!F9RsG=`$9#uBx$4yJo^pb)j6c=nR6dr#JNC%s*5-P|R3N~LWgu3J9_XO}G5XjWxDq$Ev z30#XeQ%r%^s14KpI~zlzShF90YL(-1nFWF zg7^N2Ag)sh@-HCVN_pShQ>gC0hf_SscoR+eqY94V#9;@DyW3T8-l-L2@CuTn!`q9D zti9_DqfRW-6C2Vb<5>y<+cJIj2Vg{XfEPz-PAf6Xtgwe@@i zBohDJ7Uu|#N0xDf_Y|E+7WwMiyG);ga6XA!AUr|*)}*5}XUb#*nu=;r@{ao0o1{}JOx zr~VPahS0{8uu`yTiZ)caD&Jrms*I6z zoJ{L%+@VSm#~poPEr!FDz#@nbJ!IfR5<;ja-p?BQLFUGQSaqt$qo!O`B zM6G|z>o)9*KNpe4K1_7}pqJiYdIC2Yat+fHwVEB}Rem%k(q-3>90#y7$JF?>F*x^n zSbx!ts$q^(I`L;Ez>MrDRt?#N6#f%}GA`=`>bHX(pf)lnvy7r2ey`$V`lYO56F7F@ z_ka)UCtOs&3EaCQb~hx}d*1KXdsu%vv8YQs7G+5+s^=dRb$4P>&W=T`xHJK0JBn&Y z(Pvm{2f9DI4`k5zCOF;y_gL&5YxEM66Y*t`#m)eFhg2T*5;=@Zp*-~0#wT0of^V#( z#$k9>yrcDXuR+px;$+`!K)1U}6@HVR*xZ9j|2RC>V7(dFy<7>jwQeUDvUp04eh=ex z6kbSaIrxEIY$MPgxtbtTyAsG=yzEd+ka$Ds3MRU-=oSvRHJ%O)fPHIvF-2pq>e;CO z$aOg7_cs_}Yv@OR;tEQFicR&y=vqSyIr?0R(^8*HCd{8A zUl+IVL|9g^`Nw4=5t4DvYh$~^gyjcoFh!2v#46;ia8R%|l!FKS5$I6wGX1d|=%`Bo z2X*mzRN9OZf=_{=Xr2~VAXGY)EKEaGq*A~-3A(?jb@5hP5aFHxbwsx;a-`%ADn!-qTn zmk=-x0hgl3aN3u?|9WUPN>P^B89}mJ{szAZZpB2q^lUgU%y%53g7H&L*(RYA@PDX% z5?wimACSatCpy#T)wR&GXsE0>i1^fGx@?2(Hz^2X`4ET=D4~mhY@m>+{7fjq=iXa* z{B^+MEyLFZzYZa^g~D_T0snxTy6y#()`~g1{pT9OTwTKY0JnhxW&fFRe6{Q$Xo-H) z3PvL8F*;Ws*_{g1LuNCyGS-|d*+$Jsv6)wf5-d8IkjI}%K#T<$LdZ!P7br&!AbBC~ zP6PnnZu6fDFzU=;^KE{KAc}=mo`+MgC=`w2%2J{U!;M}r!TTA@Vfx@Z2shTQNrRQ^ z@5Yt2IBrk%da#l9WALG*jklu63x&{1R3s_iNZYZMm{S;6faBY|3wkn)eoLC(GhS42 zZOYxZVbyCB`#4TpiNr%fXf}!^Jn{9~>W!UXmPeSqQJR9$bC;-HJuk7;3oXW22*)xj z>z9fvP?WH$JJ{4Wv>=RK)1h+_WAp_^-~?(zSA^T}rQ`YwooU-kiGaL(LA7YMJ( zhpJH-v5k#{B@MTo0n>Fu8i38J<9Ujil3-$_UjV-i4reowQbUuOWNpVSP(t~SsGaUX zPkzT5Y{AY#>MS-yLvz?5Z@5I@K}6vaEPoeH)92Y5ZFK^#(=}JJpK9pH=-Hc}X_M6{ zZ!_|6M&F5xR61q!bjIlEV04`SX4)*cj;O-VQd6z5?BQOf$H}n4S!#(wxL*Wn1NP6Q zz&4hBMH~X>c}Z==vM)l6(G7_r?pGy6f}2}FhpHvB@vCYN;#XnhS2bKUPj_LWDw7CC zIf@oFk!}RCu)OS*7vo9?R5R%;mECrLZ*XX=N*s}6FNx#?t1-~vYI_AYMLs+J>ZCgm{Vc&2cdlV={9nnv%HO*ypf`U(VX=f&WGZh+bnzKc-&k? z)Kgh=l;P(oL(XQ`7srW<5gZ*M(kDt4MrS;T$hZND#2gJ?Mh|SV?kQ^Ykphi%yoysA zU(hvTm$OmFPR+;Iga=d;kDu67xJwZ? zP567P=G7n8*Y--c)KCCpoRUNLUQnf3E}ULr_0z3NG!h{e*iNQLZKwVy;1L#v+F}}s=Km!=? zP-Ub8U%SIaWh)46NgL^OP~|Aoflub*q{xNX0EaV+xMw^}G#YmixQXKfE}<4jUzDxi zVO(YUfDgF(^dZSKe1@oUv^&IlR%MhidsSU>A7~=1`L65q6nxiAq-z?09BVXv%ID80 zofrWhWCpHa@PZhQm*N_b3ncmi<2t5<=(gt#`u=IjmLuuVI{U!lDDfQO5n5Og`>_&* z;A0fvr74Fad+;?w*^V+t+U;n#es&!%_kmN&eVmu;A4#TGXeUaUCP6z=AJUb`m2|Se z>^{_eCA2{5#Q$<$I;JP}#O?74zWt0Z$YI~Y$4F-G2;)OcLy6#;#ySYs1>ufgq7R+j zef9*ldgE#i*6?Z~i2nUxtT93b@F+@&UyR`ZM*7@;pg1leBFb{t)PbzJuN$4B2i8=F z5cuI*!ZZ}1GH~+^J(R)u)IpR^3`&e6*sIIvkvH0bJ{txNnul{yOq=QFKZOBH>;I?8 z)ccJ1?$uq1uG9s%a<^G8_29$W^I^7D^d=eALPRH7Ep3w3$<4UznDhtxc($zIkmi=3 z#g|0w_GRYhw0D^???0&2JzIChxd+7c*Lj{FKXU4;IKue_y9}>cPbmf^@Xe9XzyFL1 zR<{BaZ52XKQxtCBMI~q`Q#~rPY-9*3B4xF@hCP;q@j%0gOs3{QXeSSmN+GJ~2ol?d z5r&{NBM9MYpimHB)E1Ip=c1>ckl~48XZgQ^{7?BU_XXCRgvexGV24Z#qY4mspH0rxR z9^L_GCw9PObU;}%I*n-4?t|u|;?&1SnOJ|U|9fWW7E}VUv7gHdp z8w`;8qpoDIC_p!|kC}I)Hq^wyXv1{q7~`_`eZbT|?kHpGUtLFifFbk$g+3_ceXs|b zo{k(v42)D7nHsPI6R6HeL{vXRR(>{K2ZnG(Lj@5eM#4w$VidQdf7~_QK~8<(+*s^- zF!BDYFnZUbQ>Jl{F!f}-Q@WX*Qc+GbsO(z-Vt$JWGJIkVFX25Z0dk)0POJngBNqKj z6Xa!p;8HBWYWu(Wm>_srB=<_Y0B+S`hU=)!Fl#1y6>sF3Gl|pDAtr*=-nnz6b30eOl-#MSjLuf z<4nUPxSD8fa#brEwSJZQ{nn3Bx3bZ|0mMeQG4;QUjr`Z3{MK()lc68FlcH4II*MCH zWp!>?R`0J9)w!^P{5vtUH9{_FSix%(UTM^V$d)j94KQp+VQr^+5xqiK&8Fcr2Cd1E z+*TA)1+YK}LSb`UNa`|#WaUj7>>-d$@Rb#H2u;GUN%i5WQDs7IHC2OoRH%VJwML50 zs&2vq%4ZQhl#m64L5R|51gKbyUWJC*Nnv~f4hBVX5neF(*7<)iFu?=m88yxCLE&mt zyQ~bw9T_({WaTfpgvSfWOn5BA6L^GKFsm4vJZmW2i8qZvg@hD7)lmw~O}(z)GZ0!+ zTNj{FOC8^cZ$-fuH>(+6gTfug^YMw-fjH9_e%0!~QYt#?J4@1rIDma6z$Nw1G~*9_ zMd}1zi|q?&`VgX$=#Ncq=rj@gEE4&&z1n?F;QJ<70$$aLy9FEB2LZ-VnmQMs+x6qy z2H&U3^eyQYy&UC%@>CukR3l_}5gsr`=l}#=|9#N76E<5%%1j4k9)i8|5Kx`|e@&SY zU`5CVr_4A|W)dhf6O@?;%FF|0Fm;SmCf0#61IYpieak5GlfLTFQz@gwDMRZ?r=tw* zmgAI}3(D*VWngFiq~DG5PD7b>9VpW_j0D%c0HR^;GLH76;m%wlXuowecnB3&BhKtv ziZ{Eq;(Ur$=jYIuaU^v-K7)gs(^@|?pGJ&IA9xT~w~otn5M=4q=%bpp@fSyzpFmW? zhvvKcMUc@>pI(G;4t8KLEm_v?gF>S6K`eXQKxn7dD|%~L2%|lH1V|{q>0;sp+@L}q zm>BFZM=)ZXe|})ak>T9RA@tSx?tW4RXV6Lg;gLASw1*hU~i^PyMX+gqblG~UWdXU!x(PO(dA*17PSN#FD%w> zpt%^l7!4v$!LtKdn6DiZ6*gJJbS!e9pAhhcn$6}U?zIj?m`uoQ2rP6S({pA(Qu{IEwrnD197I81U#gZkk*Z}=zd`s~Papdv zJUo4v^{=cT9WDhoIif4*elwCuB1@QBDhr-4)Hm;q!+JEETsUvOiVSddY8rL5e)tiP z50)+>Awif!n^eX;iiqN=VkDZ@C9xZrA3;>Sb)qr~!>L9lD}p=mN=7VR8-aK}vg4|A z9kDJ}y0_V*{1n)2rB;y{1R|E8BdZ%&9vW?NCAe~bji~s;mEIgMCs|jnO8?oODrSdx zD(9Z#s#?b_ley=5D(^b4^7iv_dq0^hp33|2$!j*h(KD;C;eVsm-_w0$v(;~R!I4M) zqD`3FrDK2$^nZN|a`-P;O;pkc;&3Wv>lym>?8TS9B~?Yb6(tB2pOf2FOI4W%hjoUi z^;cJcXxuY_w8wcGbr2$%g{q})z+K#6ZpH@qN?7e+^54Q}{6SV8aG28=S(#~n54n(S z97Z8rub+cCq?UT|2$EJ_S!*r5S!5bOaUC;?Kwfr85%R_IO2{i~*Bsu8PFAi(tnEEe zor<;#V~z+}Ga1xHyoTe$sRk5=;fVmu)YQcKPf6W>7HZ%{CuV9uG?31Uu!ZPtCir)23XO8fPr=HE0IZh$c z2A(>o^VFqC?SzCH&(yc`OjCL4?9NkfP4o24=Bi%3(r_hGlEX&2)gTv*Lv!i}c`5{DF1 zba5+VtviPVTz|a>D!-Ul4kch@qJEdK@*{F$*FX>Bo~Ow5sY1p7Vef6gqpGfj|4fnz z69}FO5Jf~8VUR>ogQ5lj$-o58=meo6(h8OqN}*MYFhQ({1CwA*hEZzOeyZH7ZSB3* z29*z~N+xI$KqX*n5p4~$)iaJ%pcMls^ZwR8XOamYR@?sXeV_mH=7HJg?6W`DUTf{O z*Is+=s64J~h_rXpYLGJvPlxMxrJZO;WjfSCSPB( zy_Zmdnvw-*TZV~X2xFDY$!GgCQ^GAP(lrUxn*jL*|RH48m@3) zK>Zo*E~H{t*LGWIquL#!4Vl~AGz2w@*$SEjqg4PxHO9yNAMt#|wuy9Lqx|3^af`zi zVIo5W7_#y|G+y)z@|~&P{NZ7)*m+Ujl4vn!xL700HOC_>Oh!SbbS*rcU&cZN0feOe zsx!7Y!Jc%x`QQxE91mx=wnnC4`I9Y8<6)V&*?l8k^at`cY$rR-$YULTRFtn5jxAGi zGbaK@e56%hOrP0G$9HK(-Sy&_#`39D8Jp)wvR~VXPXQt`Tq>3EDy~~PTq^m*r_wMo z5PTFrk8y;W8_dugBf2Vj*I+GOHcpVTYF}!x?H3xr6zI+ZNa`W(3-EmO7C*9t& zg6(T)7G zTqzBrRSlR_eOl|vnoyVPO7^lNKCmOwj+M?3c+~7?pKT2nD8~f2Xzi2z)CDmQ3QW;5 zbH}fi@wq){97BRDIi^*wmTf^x9a!h=yD2|wV>t~6DW0{I-&%EVL5iFgl={lPTf}0M zdb0xw2?X)E(k3)&w*lc&szsQS#u!_J*4~pirl}Dpe3eEs2Zm%6M_Z#9G~TVKn<1mP zS$W1%qd3p@jK%SrI~*(CSZy<-?bKF1J`4CI3XI|v8SR#dgg z0w_(OT4}TyJJ2wTWSi`Ll9a$(#`Rtq*O5ve6B-b-hA(Ka$k~${G)5uHgX3oBZXlx1e9ezASySB}6_vlV+*~%qEHO zJukoP-?M^AU@-ubvn(W{^iuJHAbyEuc@tCXrl3(O<_(ewCg`>n6Ll5+Yb~UTU6zNH z5n^gEHu|TSObvSrMYupnR~v%4f#|60%INHD7x&X@RU_e2k#ZKU)C6ErhuHPQK|qmc-1E>U~FAM*{MrtVwEP)!N+@g=cVYc zG~SG|6lQloso*V;GPg}5r7-DuTW-K$Be&9+?PP>F*1c8$s_Z9rC2v2Zz~Bf~Fg+a> zdn-e2?ZG}}HkO%yN12fYfLfuo;b%eIoLs9pk!fi6k)A#n=}A|^9wH@jzAbw8#iy92@4P)^j$r!#-e zMSCK9XjOQkbL)|Y{dx}fk{UY}zK_IYVxfe__-mLjZA3$wWo~B^iHTISN-~k|WT~q+ zqeVqg{B9rOIzO%N{FJF)w-k^%x`D(hqz9$05MR?;^@G5s&UyL9^t%1GN0_sjBWoHk zmC=+5Hby&^k|IV9W+%1ZtTuzxcEtS$nI>auh7MwbV@#tT^YH_#7Lq~Z4j$Lms+Lb= zUR=6Aka~@!SG(N-Vn{#Uy+Hg3k>lz)XOaZ9t}3iiX5xytXdL%Sd~%2_`M^_KG}3;-`qseQF<2?fpwj;`*Z1?#U~B}E79Y;%!kB2k96Rm`7$S*6Tj(8(hju}$}tVq zl2)@o*a~Wy*HJPhzQK!P2o@JWytA0wZxcVG_loC8!~TXYL~^>AIH2xAyAmJ-qNi8l?>dm$ z-sJF9mNaY2y~JJ}>+cX^O2y6ie#(mA-k39nBmP>|R9W&#CAZC^&Y%@`D-k}0PSc!G z5g7Lo2t`I8lsVD7b-6sNt=054skB>!uj}~KH4fXdz2+z@hf<_)11boSS-g3+dV{CQLIX%rzz~2CEg@i;c>WO)*>gdz*C*=U;JucY@eA zABYEyog(&qqE%nWTcz=*N?Z}w4fo==e0q>nf zBKBREt)#xaV|@9$%frX^FSwNSxg=YNC(S*0(%ge5&AoY%ckvhXhClx`pK&mG7D?>}+% zS5+u*sWG82=q_lymUQz|X}nr#Y(?nnNo2r~>kI_yMm$i`s#QNOw3(xjS4i|ur}s$@eZ%E7|{XqyW8aEk;`>%t+!SgT6mB! zYuj$YT8CV}k2R5OO5KXs%WjSrZ-+E?U!Ky=@&QU9)WA zjBLGmti2c<>!BpRC`~E*aI9s=_Eqh-b)0tu`5e_S;$=Omt`wh3rCoT=FYl5hFZ87* zki{cGOqmkEGlY{Z+9gX`HPdD0lTWvjwK6)SGWs30pTpKg-!4fkTQZq2{G{ZfDH*MY zuFYkp3!Q;fD{PRJqp(4MBRcBj%^BFWWT4c1m0*{>O%qPAOA@qXno3TtRT}438uPee z@XI{jhNF9Bu4)-^n6DPX{cN#T!9-b)n9nVti0B~hX$NPmEyDoj5=h(90KtvW^&J9f zvAR$(y;qS9zP$Ig4AWRqExdi1j7lczfO;9K1*9G{J5sf|19$awSmbHM%CrGXI7}dajFOsi4Yf+;`(pW? z7R^;>&4~e`qSm6O3rGXF*^b4es{+!V+VNP$9^#S2H(B0v^ah+@49vIRp+}Y-+A|I~ zV5kptB=i>^F|f)NUgE&k`9V%AJeWay)FcRCmOhe`6;=YDYzucy6Nt1sZtpIW<`(69 zYR7l*ACI3;jVCH<8F^U;4s4PSICgd5=Wg?sg5&WMF238` ze7oefsNh7wGqH>cWen`@R{7N8myr>QskHSIRfS)>L@n8#<$*dJG^WWs4Pk_i*ZEYoZy8P>HPxs;xHN2|G4 z?uU&P-NLaZmfj8ObkkakuN^Qilg;c{(SNB}wLGwvFCr&icT^aeebt@JqPxv<6?MWj zchjw=$rJ?7DkJF9q|toNi~u8LN|d$AKt9z~oP{@+?##igBdgH*Qii4fw>0Llhpj%p zX)fEXSZf2cL>Vm-#0m`lw;(22UCP#ttC^*(S&sSTk;+tRBMnlfs(H$iMGN07gp7$G zuw(Hj(w4}vC8#gV9R0ahU$Or17RUW7?YX|^X_K6RZ@W5{E50D9byWFrOX*fblsae2 zFVidNIq%a{5r6CXz=EFh6-){<)!>c8>@{sOP{_uG;wY5{hgQF;7Qw;>xZ_k1B47;n zR&tKsrNm9&i!8qR^edSxWZjmK)#Y!33@}F6#Ld5hV@-nSq4Q-5BIattf2pcYKF`4} zJNHuSWK+GA9%<^Ed=7>(mzUrLiqHZAgAHjI1hro`D5C*RbV%Kns?e4Z=enS_=)*#Z z$yL;+D9mCr=@CeeU5yO5Jxx;-dhTz4CiFz|C@Dv2$K(jrcXe?^ZOzCr=Vjkl)GlHQ zGNXcD%;~WrMWTlDMlYfnv4^FDx{>3PTR=%WOH_>P26=R2AxorLeSxz;RJDD#In_t^ zqm}%>-j#`)=Bfpf#$vcJ=eqkls;8#OQj>w}vRO!GR>^js#v!#?Q}`d+Ssab5GH>I; zE$3V^B*oXveX5O_LZb}wi5p9gk{i^PhC&50EL|G+x7#G%UUMi}?~(12gmesz43JG* zA~iOt#FkZe=StuNhVdxLAVJw?TPt)CbMBTipj{-~lQ;I@$GKVNExko`wvY6(1T&Xl zOPASX+OuDV$=01*LS@H&ZnHk`A~1VPlRtjAo#)%I3%}k>R*G$pSd*xwOc9H^*3A6o zp7~OErJ0dnf0qOeBq--dxR>Hc*}XI2m%0x84^&B28>pf|B-0&dV4#GJXd1d6fi7VE z4(YhfLMyh;IWBui_D+wx7E$#XE6R#`_6sd8mfrrWk&Z$vYP;CpqP0@wWP69%beS#&<2(4 z7L`msO0wn}1QYplRaEa&TdZp@SI9L z(pTB-ya6@i8v#s6C&oryYNcnT@>MAQ?!LO*v+*mLqB^x9Uw%|FW7CKsVi2b<0o3Nz z25AB;fjCy;;+_UMD;X?_TPiQ~1eGJ+(5fesW@4;=@5+%qv@i#c&{PiZHOHs9bL8h5 zxOSl&kSNU4QF133B(W#o-`D?)@|3|~`4yG|D&;su$H zeH`IRD>JTuX}mmK?D;s%6>|<$E3=#pf&jWP&V^KIjPt1Dx{8q)a7#`tKZEmnrnv?R zhN%_$$&@ALi-fp(e=UNvPh*dMT?AIu1W|IokOesZtlYQ*~{tp;0 z=2(E3>%}TG$5=R}c^tEfl)o_8JWlwe@VOtW^VhVjd7OPK+c*(nX!D(AP2`D`;`EquF3j~xtH3x89+AIF5JlOs{dmkylVfgtYN zFihHZtJSu|f4nVxsz}a%`Zh?bg~@7m!z~;6#5xYpk>-F(!#1=^ll+V5)S7fFO(y)5 zbB6cLKYR;fGd@ZzCO12%N!P?!Zf_x&VA@p2nw!cCg`->hDb|rV=2Er%DmfY|;i@za z_BF!+u4NPUjLdq>JE?(h9ywY24n>54G8-qMGUQ_j|G~xbK4N$1T)A&km-AoHymdrc zcf{e}!VAo?yXc7Hs2IqxC~N~E6*)B5m=a2Fv6qyf6Jy$V?b4D1^Y||8UH-z%Y4y6X zT-Ljcz3^1~pqGtbPc{p0I@S8me4N4(`?mHHH)sW+Zz?nTR5dz1>miAa<Et$= zk~3-9Zi$taCkOGCgW4cj#KWaLY`k2exstr+jq)}^vM#W)GN!^dGY~}raGNjstUylTK`fKPvl&n;p^|WiQ=F~A>?WnyJnqA< z2oMjL-&rlog%=b9GuA5M%24fvUr6i43z;W9U0cVK$X02zRpOZA(+fE2E~~^T$|yz& zC7nmH&o)+w^N-c?w(>T^QnImk4vKTLezPClC#T+=ohMCuP z3FS(!UnUjV^CmtbntdJyom5|TC+ZazScs?QBu`QU5wI_D& z0nDnUb97lCmS~Z7$LP1!)`t}$q{06tOU@s|m4%fd*7dF)3RG+73;eAUnYy7Y@_ADYHezbU2tQPvu@1*ZZTn4Y zR<%Z|+34tu0+>-D12%!%MeG6F5c})_Q*4=y0KZ*6)OS=)U>_z;(TFV|xpcZpJpn7hdijFz+he|i? z9jk6~87_ch)jGjLz!&SxH8L4deW`}F9X8)is3oigxKoQh#j_AX1KO=kbF{BJU4`9{ zNT)m9DqPZ_-LU1LcK&MzwVQhOBqwst6MeFu2pF(X!4Q=WmuF7gSUq+P$Og2 zuFP*$lVi?@<%8k#*b8=Fu`UK243K#N4F>t}hAhD?uQ)BpC$kmEW3yaYiRJVS@Gs+8 zjf%y`|MHFuox=BkQCf)wXTX@o>S1x;=&m}EL~_ysXqv6K*bsqDB#?LVqBq9#Ji`-SYpq>3h|%g0KTj75gA#t2DthQ&Dp={oYkV(~RM z6b2ug?kzRAesQ*UxX&m+o3q3_m!)AacHxcp=fKRqBMY?fS->C`@|JOc#dck4EOMcp z;#3R=THI-~80%QfC4XT7Y7DXSu9Un6?($^c*-DNH7bL5SJ7DILTGRpP$8bq$FLfXN z2bs42Ii2aURUMh0&d3yVzNFs9d#DVav=m*XR2uY_nfH@<6@<9BtIx8?2h+l%o%eGJ zsS5KjXMg-FOL{UZey8}bZODM|t?boxyQFD}?_vcfWlr0i3Fr-rFM#_T{Di5b)0Egw$1gp1`Qui`1Q^&a%skhZi&(a?N-#k9d1uO&}hzGkuD!^tMYG zByyt>lEh`Cl2Et9X@v5>;!=tI4g0gC z`KhTI<`CTmr;NdXd{Ww#Nh!75((o0KD~M+s{Q1x~B% z_tp0M6ZZQC6|VF)*x_91E099ns}_OMk1YG!V!Mu7!sm!n4RG;*C{Z+62H*kZ1b(9> z@I2t{3nyT9%H^AQ!}RbfWfv2QK@6YTz1F8v`%@XA@H{@fXMZY}Pvq7m#BUtY@;b@R zF^#aNv?bMcV+R^ig-ayk;_QjGW)>Hq6l(y0v=2eEH)`}kZO)Gkp zyi(Z@RkZU?yQI}B`T_3~gg60wQVJD7{m=$bivrjK-c~y_Rk+f-pHM5o9WxD_274Ao}F+b`iCsKOLS$y;9#y5mf=YsN=O_yWB#I zub%gY?I@{2C`~SdSCXyqxK~N2#*%Zct&hS0o8-J@<#Xk%SE2MBEz6 z6_bYVYPot*S{fX&y=q{9^U1hGltzF6iw&ihx)&(10;_?Jz&#MOdwBl|O3y)pmDhnF3UFEuQvrDH& z*Cc;!$TiJh>vw(GPe-H&e#7tj3f}pw_G2LFcip7yxqrM%RlQPy%=V)*v?&kscKGy) z7Vu6h9KTpAS+PoBSGeK{2})KpSZ|VCPB%HNmdZHB7bPT$(oUG9xHOL zddpL@A;&t$)0tb#IDI+^m_mNH&K1PuVf=jESW&AUSFE-I8A>7*;EWZf^(Ksq$i7xk zDnauKoj{l_A7)w~7F)q8D|o^R8mwTK3Z80{KBe)d z-+R7pTqMVZNl7nn#s0jg7TCbWeC6-Z-7;n!M2v2Oa~U><24jy~7f~}gvXAsWJRy^)&$=d+QfE8@ z#tb!Z`_Gkuvl@5M{LcoV>a`YCzhF`ITA^x)`*^Bu0EaWFT3BNyRkzviX{!D}y?0Xe z&`zqpC}0frGI7gp(#`B$#frMA9y*7r!0M4~Z_NoxQ~G-=qc?jopq%Z6uH}&D@pMh! zkC-i!1;!_S29*U#e<`0c=sFV;*iUadp00z&&lO$6Ce>dULQm6m12IC^Z4#b9*V6M7 z>3V18e*CRP|)|IXmS;m~_^pg+OO6;|#02U#FMO=KPzOf8YNM(t=Y{SgOsmo%$ z1m7R+4sAu>{*u-zK>S9x!W}p!$+k=`cf{gmg+1iPY>uI_kO^=uYAkz)E(E%E<$*;h z=6r`597vI&HYrDO5@XVdY(ks`e&t1rQwUqIImMYEwr~m&Njo{kFcSWcathAxiAM*S z`fn=RWX=0aC-L&XHupcG=6>TTiv|@+!Ql123K3+4?UU*DjQ>a(QDD>Op7B3E(_$7P zmf17DjDt0uSu9>SdBa*6s&mp#FPLO$fehKRN}!X;L$F=ufxkBpM$gel91Zo$M3bZ-N~!k3E_eIhlejz|xsBP0A@fKGoBka0LA zoi35j8FZQnm;>gw*IRTd{S`WuUJ0GHb){43TLzsD@1)bqKOdd8o{UZ(vam_b2i8(R zaLS@n4(>c}&(vzHAE>wJbS@@~opk!-y8lO~3=Q&J*E#rYcPE{~>;45g&FU?vc_N*r zryV9tk=92&Wl8H{CRAC1-!dkZdV!XK>9;8U`oxeb+B1FYA=nuN3Yef;!UrbTvU<)JqZI6cuzz>l@0y00H(JF91Fz0UoUo z%{izn*X*m_SLY2!pLc+oomb_{qOUya4M+foQ>$(?3 zFJ@1KqDdRoN$*#sSKOU6x%ih9`oBh#th@d%T!ntXUJDFOtwLdV^6UYoQ12IAh2B;m z*l2AIWC*KSXUdFcVW&L_Uh#`AlsSnMtTN26mC1T?Krp)ghhSAOx@ol_S9E>73N~#Z zQ1epf;?0_yQlJHkw_&ROPBQ4vO{9U(yNFvlMq2r-x9?ffmQ#|$4J1pWyAri&ddFf; zR8Hf5#ql@I&GrgQRGFIG_bE8Ke_*XsAF=|a5cbuLA7ddY;_&#Pl-n4Wv4b1cpD}g#?~ZXm{AW>9T*01V*Teog-DyNdjkL zbo;qU;LcGN3CutHGf7|y$udbmI@g5+%KxjA1j_$EA%W79k-(OU4id23ARC#JgDiE^ zqS1ocz4+R$|e6C z4OFO#omZ=%lLm^0e*qe}eS}2=EdxH21}2d#lLn-7U1(s`FVZyN_s;)!&jCSEx8B=z z0(jovf&HI70fbin4VIw2b(`ZXWN!0Ua0AJn2nq2(G!<+N5VrPjB1> zqBTl1LU}zYfO8iSjG{FnABoXzxi4BH3Njvb94@^enl)eiJvTzeuVir%Fh-?!;yBWU za&3@mu=7hQ=p>xCOHV;KXJ#H}kkgydDc(uusLO>Wp7-i3i2eDW+Co&9w1|I_w%l}+ zR-`RyrmPbLHWvL*oSAxzrM|nH=Dyagxo_|Yq193-TMXdQM2}WDwN#HzC}nwD9{-Cg z^)f~3%eKmB1uQLirJ=UzEA8z(S>?)KIACqg%HEa>;Q>!@0T$0mGwxG~je8_sE`hz^giBzbwX6l?+CsN9VFM}cqwcbq6W&5+qEp?8jekm|Ub%j% zzU+fq5~OcD)tf8YF>;cFYcu`1oXa1!B~|nyCvTf8>a!+Ey2|=g(OM!>MeF$uMxCWI z@`)}wbFdh7$9<{RsPlXC^0U67M+*i|lcJ-!aXnfKm2k{#OVt=X>fFcK1#N(zh)6pg z`%r6Bg6`O_YioM$;9J#uQD>!9MxS&UoI$h7FnX>d37e(kIHqC#4nh*gG+*X4!+s8F z>?dqvG=Ee{nFg-FV$NSDWnekJ(OjW`K`5FKiXf#NhiI;7k#Ul~nctPGO{10j^{6A| zR(}7Y&bn{rb2>Pusy7RUWiJW1Zkn;#Y>0!tJ(?=oFve2_)l=66xt$jA*O855U6cBV zbAXC^4i~*jmgL4cb1u>bR7(qJmKdT>)gvDi+a~Yk^`v>_GrnIY-_w8BPrZS>ll0il zUND=xKWIwlC( z+z=a`?4Ggtl~>fe(aI}snDPH?#AhTnyqn#TEu9{(s_tMkI~c|P1+IyWoih@9+&Nj` ztMu0+{q=Bud9fcK%DS;Vbe6Wx*%xq&C&q*3x?f=X3r<`@-lWq$a4TLgNopF83O2Np zj$V1BSD@0AR9==jfcD#o51I#`lFnT3n>zJ|>pDT4rVhE+>$PBXflIF58zslB@zWyS zTo2BXzs~W^Ia4;>_0-m?zw42^`(}lP=#it^?Y(q$j6oM~q!K%3*jtx-;UUn94O8POxCPNJSt=J`Jvl(VNC!t{CeBzh@3N`|K`t%eW?pZ+@ zAj-!Zr&73iEt^PM55B%Zw7G{Bar!Wa4YX1{_N_^J;LST1qL?`zFL1MRmjxXysWx1I-!aS=E5B;g zIa=f)8J=+4faI6_MuWF))ap=0a*8k9-mqkJGAQ9)<2lpJUsJXN<~)a}RoYJ*vKr*! zuAxa?(xf9A?m8=Z1re+7Dx}OYcmQpPx8>zK>T{A84r}NrC+WdI)qMO@m1_5^k`9+H z+-qlOjqfeUFRbqceN+$&j~ zc}fGGI=9l;j#GS@154$cMzJzxqEa~+Q>Mo*JntN2^%t`cA{DRWBI)XtJk?Er)sE6a z->Im}6^E&<{gKP#!R0qveGLg3cDR71 zHv-AKefX~9T?-Aa@Vs8-;n6Ags^btpPuCuMW5H=+=RD#~>w4y7Odgk?Lj$m450v~- zt4`6@fa4v#WE)On@N<80_->b0b#{~ATLv;I?+?2;?HyjiduV3U1Xn@wD+2ktf?`_R zt!`y;Rsk~IR%v4qO$;B=s(RWPA0=aQC=I5)oz0C)Yftxic2pHgW3N_?_0!mLq z?FcYemLR~$iJeoQz=0q`LJQ}{IkJf?@`H4t4TQy?aCfe|lh_v9e;>#+%a#mp{DCcMw+ zv3qt(3MRC{sGe1Y3KQP<)w_Hg<-CI~`NAppf^@WDO7zzyT3go? z(~m|DyL_AIY}V~#sqlRtLoh41PIt7X+E}EB)QVi_srq))J&)5^N8)jb5iEV*XO(q2 zWdW(gYCgbxwVG9u!agADuiYfs<}}~)p9FIFW0QQ|Amt`|lFBWy8-B<~y*XF3(pkyt z0GukL1gpfu1GIZqvKGfy{I%=VSfrZ5o76zzdqxmAM=s=uKB}+)(W(0P)Dcxf$%qdhl`BW@hU=Q&@0}S% zwh%0kmuXRE)q4bm*p83|cF@=)Z+i1R^2R@jky3+3qq;?Usd{Gl{j^&cSNU3Z_;60> zJmb~)K3DaY(AnC$Es?{Hs$SfBv#&h-srxwrj5aQj%pvKhoX}t+&Yc>#kL?R50L)c= z$Pqs5-e9F`NoIlW9KiiZXG`8AWIG?{#x$6?1f;u|OJ$#MgwFFD?UA+|M%s(=Ri9O` zTzBk9?eT^0b`R2OUZKuJj34DsoNX9JdRMTdU0eQ!L^@cuZ%#5x+^v!LQKF@S*f;)uUU+Lm zZ68N@_%CD1!>@+RYj1WqlC$_uxeJHH-!BMnZR5M~z9dzGUF{S{m*m;W;qmu-g}3gv zlNEF(>zXS&vl4_f%YzG2vcM7_31Uz!&YxdGIfLb~J28gwI*va-LG%5_Hf!xA6B=uP zr$#G&vrHE$h*`my;Hg!Nrh{YDTD-teM4i}P2vw|mT`FAmk`$OZmWid1G&iog!$)!U z|1uN@qfo3xWPlKQ85n|FtFEIEJ?2ZnncZ5%As&S#KGH*;Fo)Ko)!kN8wj7XPF3?0? z){SR16&Jlnm6&Qs=Bf6w8dWig;ZkY_W2%`=1JYdcVQEb4+Pj~Ye-e^rH6h$9J2XU#j3!m>Pqo!jL@KTu*Lo5yk|eT8_?$WJUFIPr)ShM%uY0FCS^g$jVKm8T8>$vu}AfL@iSQv&D#8$cGwxo5>eG2x>g z?VdBq$3-`sPf81A+GBAolC9dx{iTBRS83H}sP~DkTDh$N0dJ{0@s14I$SdUX(ZgoN zhcdhq_+BbkyCZNXHu3%V>EfuwopQQ(m#?2ST`a$u1c^KOVZ4g%a>7Tiw4g#SBJCj8 zRJvyFlayESbbJf$;KQj~Fq^MkS`f7+EH0*G(m`%HZvOfZbH4D=TeO;;@}TBZ4i&!4 ziyU!ONEw?@EJBMy)Yy0>zzA;m>z4Md8-FGi&Ozv{nbJf4x?B7C>*kzQUbnP=xfM6R zyzbVs>ux&7UpIAtzwRavNjH=9W`EuIbNzJ_2i8p;1oo>#TWmyo{k7A**ACkvHq=w4 z!R576ywkaE3Gvlm8}!cb8!bE!=QNDu-k_h@uOrK#gq%d{vj}I~p=boY39#_#=nDfSan z!UN3@dA+RqxYY|rS>gCIDk!Q7Q@pmmPj?PZHfrmF-k~fMx0T64vA_sA#P4-#kDAns z*W{{iro%N3euw(jajir9#s0b_Uaz03JyP3XBjg=*_c!=Zbo*U?BM$h=C?C8odW^&+eX+paIS8#42k!E=e0@g;)+8PBKyg zBEEDTsdAt(zL<`lw&o;_4Q>GbOxU1T+&3(Bk_ywk@TJ-qh@Zrgt?g_|alvMy3mw6^YL zyKb(?20#9}fim7#4DBXrqz{g&tIO9r(vUn=Cls?9_LlLxuEU~ms@?$&OiG+4Tz~rFN{Rq zzm?d<6U9vmBYAzpT9UzvS@rQ7^nPnij#l#s%u&Fp@=hvWkGJiUj}HZw`i;$gZBjT<>6aK)8`uN`fPz$^6HM(&GxO!25gGko~o56 zE7@mo4dlyyW2QVNE?J{{)Dx_VZ@Mzs`G)7!E= zAH&a*Y5`du*|R>fr963o`V!gmUSx|qd5-<^`^XlLY)`>nmhIurkJPd)VW6s}p5qW8 z5Q(d?I@yG9!d!4NTB;oJidG#~ZVy*_rIxWw)%h7yb&-dTFjd!am0W612I?b$z%o9Q zN6yp zx^(bNm^03f-TH{uMX#b~*n?Bf#3!UjbS>1DH}jd;XNcYCCXac?kMgoA%3jlI-scU} z3893^SL(R4$poUDcO|O;3{>L>-op{RMPlop4#dnyjK1%Sybo zpM7`-(_F_=KXHH$;mxgcp6i}PK_Bly397AXoa2aZNWl)Yu`Sg*wThNG#(km+Ol;|=eGqvhw6by-NMES~I*J>JhpqiTj_1&t9l~&?&NnEMbJjUA^M?&r?qr4$R zQtMN^4Qoi$@vS~P-I%JSJY7JuzFHOH>3p7U(yAjQP0nVNFH6`uCb)vR>IX^zwPUX+ zs@S(~G>c;(=Iw_soWlUC=bmZ0|i}) zp2_^`_iQE8b`%06{q()G4sOPS3OFJ1Cin3rA`gG&VdtK7X;)fF-Xwy1<6=%z9?s(7 zV@V>kBv9^Sr8=69GjoV|MKpVC7Wq&>`(_498dxU|xP6fCSObe)N4Z22<5}2mj?u^0 zkecO)E!LxA2vv<=TTUo5Qi8qLk?;mU3ohDcbh{<(+P}Bpz(? zdC=@At0<6=QqBFWqMpgAs6J%zHk9Mp?8I>`_=lAIewz$s6PPA9~qQ#g*zs*U?D37#OcAreBw0xYI#; znkPNYPImK!U(5Czf5UNY;HXrI=7ah)aZ_z7}=lcz3}FWd0Sp35j+1q?1cAM zIJT0u8~2Lm5p{osv8|%`bzgWJIj55|a=2IMstU)J3EW*%QQYDSxA4K=9kUjZ(Yjl$ zFQ@g~Rl&B4nDbyOZ&T7mG(Opz+UdxZ@+?&4NcYJ6GTg!18k}OI^Gvn3kEUarwtij# zH?Vy|Vzv$fkyMY{xl!}6PZt)kFVSAf-i2{EHMK7&P!pj?Tn^(2q?(g&ghz56as*O| zUf?tS>Wlx?RnA=w-$H@*GAD-g*c5NMngCXiNh=)NLo3OqO)tMA$hpMp@jWLyTWm3y zSHN&(pSqm$$!x2Nm)hkj%K0dXWe1hS)I;LEiT4QW9f>C9$aF1s;Q{T%CUhQ;7pjG+ z(s@`}SEXQ6ZsI|$Bi=~>8rS7A-DOEO747yn>@Po^`Lo^hxD(hOC2H!%w?RS7q?8;`^J66KdF`W1wtyG*i$W66IgSjRq%vfv~g=IG;E~PV;#gMaU zkg^yG2OSNmHYDNN9}7mVYfO5LR%IrnC#QywG%WEYuO+zaYWDK@+QVTP`QX?m`OWZ= zRX!|(DzcFKSKW0%ay$t;A{y@Mm%J=|Wc6KcE2pv(La~y(fV@^A8$Oj~xhFPu{-{!} zzLSDRl`i~KI(%(wpyk$5v z!7?0j`mh|jDmKAC^OXVq-BJlKQpCY^3<)X}!(#n z)Xrn05S{u0V??JP+vx`DMyYNrW@zS%@c25!gCQDw{LD?t$}cg0ajxwkTe6yasx$4s zcwumvkHtrMJW)gneZ!&eJz|`{`N#L^8;z&;{aJrw*5jL*>fKm9hct{Lyh8k9hv4FJ z4x>$MRhbfVy|T@IhKL?)t8>pS+X2!Fw#+ zR?MfRijvqKv4QE)BQ4pqu#~OqSkXEL(YHaQp*1~JWMT`GQ3vpp@W77qcD>{c#x964 zW)K6*5lxoOXVAf#L|JssS;)N^4!KHP3;`{4U~631k|5PD8T=rd)5$H;3y(sBQoUK4 z4{Q&G&Wt)AA7NRH_cO(g0Z+`7M@Tn?Ks2e0JkC#?38?&#J0q#ew`**|8Vc<+lX$Wqixn`M263gHf|HG(vG~=5VcqRe!k% zP9P zFld~5jfIO~u^zn+EasH**@BHXKG}iA`(+Ga4VV^J5_|HoKg~RyW@HZd_jWVZ!|UJ| z_E0OjEUKf3lMHngGUOK;>MdkYL*2l`=NxLm+B&Cs1zb^x1+G}V*y5fuVGEkuc?)gU z3bUHawOMn&F}u$Bf+V#W=$GxJ=RIdFJA{MsUl%U=2MoF)J;lE~Hzh7w*oA{WdbiC% zRjuYKUS%Q9;y_(3+*^+Zxcef_CZ||za+6{d>f*cpLlJ=Dwk=JUcc)gasDN#$b(P|sYpA|Rr3a~%)dec@?-oe&6DU7a;D5I<5xLHupCP|D| zQhUb~gn1dDMd;IgT6f^i{?!T;Q zg2M)kPjMAa;tOaDT;SM|%+6_aW_}cy&vtM}7CQ+>5p93TmWu zs#@@1ay69&4d&2~*sUAl2n8x@{;XAhOh*DyEr9LMM(I>)l1G;4{iLl{v^w?ykr!ua z)$2&%+aN1$Ciet9DX~VLnRxW3^1coVE_Q?#$$PnUa*|-uBzc+!T~7Weo7SN0<@x&e zQ2+2eR|iGr%X~=WTnZFh8$k_QDQRsD$RcW*Ko$$0YHyg&s%a_GL>ziO{3i!-%U%-H$h4E&e3G*gTYd|i9)E_;LlKw>n4hrW0uzNC znHK*&MvYI>j{ob88m&GHxH8Nd_kCCR5N3^|VU8z(-ZcWfIZtOZz038O`=z7k;bP89 zjtC01`n4CYPF2)wSDlTyhqBUMdeRl_Q6Adk~NWe=s{u5ms{SoyB`q>T0k91tT|e)0;n2jd^^Ng$ z>wi>uZ@h-cZ#~`XJ6Fxx`*VHc9XEdbhuKHl-y`yqos*YcIKSTledBGHeq>&M;kWCF z{K>2}i*7vs_1XHyYk&MfzZpOJ`G0q1b8;C97Nqt$KsbE;dE4GEdwWOm$uvOkb&2^!@AnmOZo^ibg8<%)e*Dlb*(eM! zNjY{@B`RY>`*2Vr;P_P45iI!-14*q`G&7vQ2#u`cUS{jS(h>8+Ta{2&b%DM8c*LBs zNa|#ndeHn5JMM`WX`NzS!%|77#luj@%+!sMa#d*uysR7^a_CW7c_*vR8(H1G75bJK zX_p0~vt>3};?=K-^%){|-zBa3h|StP^%PHo`vd;(-ybR3)r=*iwm#+{5nALA3)9SJY{R zu8)+-jpfr&nVv8hKou)z>f|cQUe=kst@g3Jrf&cS>sTIat?P|4$Z}%7?7SU1E{DcJ zrysO)ICU(VfQ)k{vOEAzuOUAmoN<>hH%7lpcRA*()%;ZkJ-QU>Vi7oTNUQ!i5u#@P zc5_)U=4ItDy&E5I?#9=Bp}BfwGqdtF?ew(m(RsRu)ibw5Kb0AuPMB}14zUOplC1%L~O~T3%A8R!; zq`Ohdw7!?A??-^pOi^e|_s#I3s!A*&xd_dfk)pqfZwIK%e5JC@z@`is$-9gRH(#Nzb9R{vR8Wz1qX;pH(*n~`ejnOT&dxmEkE<+XGyIkcGRx)-cRz{ z2fW`W7_~g)8nsNT8H#`sU_h$}@E}_4X}-EMv~|0y-&*XHO^k0EyMQ0edx8bOqwg#l ziK*|k76A7Ezhy%^ttIk<-Ytk1v zIwW*?PUl|pyD)k}836f_8ST0J)f*o~pYO0bZ z$4l3QAYMjzO6-n37-HP{ zC^5hYu=Pz;DhQyfe$y?huAq>HTp&^I$R5pl9V)K{9j_P4tE=PnB6-d2c)gfezpkLS zAQY7hyNgP4&zoM=6MQNL-Adpuay`awERr^Jldn6lQTiylp5VDV8TZ5sB0DE` z(LI)v(}ikptM#R#lLr`+VNR3#>P8`8IujNe0y5HBd*7w{aTa;W^R;!;y>~)@v%TL9 zjCfm%+)J#0$2*^y(9XdLr9ZKFSoV?-b{C=3THPA2nVe5SMN;+?nUt(E-S8EUC`g7% zT+GKI&Z5b$=4HVZT6la>9y=9HQ6Dq{32AO$nO1@lsm?iNNT;G<|2Hk21c^BRBhv(z zGl~;(lug~xIA&LI3(7>dIRq_zs_5w-ceWx`^rXDSihlQsMB?{eskp3ta#3TLeZB(& z3q1Fih6|=W`1?(71%~a=H}>59r>npA>fe7A9L5A6FJlVN->Pf=I0_>l-2OO+1c}M5 zA|#6b&v-3zM@MUZB)2|CCo+FcEzjiV3NnclrZNfPted;sc)09?Vkj-`gF`D>yNWbi zt6WRKAS0;Co+m57)Fc-g8g=%(qD?ohH+_dD^a^Xr7p(F^5sSGcD=a)VdKZ;(1lt93 zf4fh&4FwddRyJBqA$d89<&$%#$OmM9Fs>W1 z#pFU?t=+&P(fX*m_WPi53q1TAtmd3OOGN0lRNc)r8z_=I0+XJ_935(-hsAgS=}QlP%#BUFdTecI--sOi6k91q@|l<9 zBwjCGIN=#9x=+2zR)@LzfYq^cXy@Ow?^Kk|(eAF9BtVT;lmmyE>hUN+-VkPSRmS-PgbeNW3*VjL& zs#v^YT;qY_0wvqE<%58u{_VqMdd{8hB)s)b=;Zf$j7yJEYCXbbjhGOe0n+UE*UtBd zKS=jPH%fD@M0W#x#;sDv8OKc8#$H<0Tp%rYU9(xxs$!Zto!NsniDaoekRUD0jB*RD zP+2uy2uAPb7WTFr1WzVLJb4I$)@1QTG@~`r|6uex#n+7VU*Wk;?qV0rr&rkJ@pDad z`W403L_=4U+GuHSar}v?{gA?chf+*dP2~z}p#v@p^$^&p%}2kJ17uV}L9P&1Fe(|Q z9AH*#HC1TtY|VW&K19C6cEN+IB&H-5RsnRx1;sp)OQ=^jt}fMzE9Ps(R)S(Hc_BFq zDWMRBt3~X_!~0e8we1AgM02lDmG>N{x&2p=u0~o)TA{OXQU4WXKV?Rw<+ovgtc%}a%>jJ48yog0(8%LfHryXi!(j(3CApEzmQD3YE#^r%H@+W-Ty z!)TytRr;V%b>>uP9!`j{V*9Dt8I13gnV%2UHnmUm@vFth~$0<}kBPFNt5 z|24&W4CZPxd5dM}-11Cg=nehyY!V^_IXLH1y|o*=G3JGffvTJoP7lJR3&-#%bSc~< zRTRX+O36Bqi4`-Jm}Ecd{}IKRqi*3l8H{*jPY%bx(U``Z+mn(>VPVfG&(yah-oeH; z;=41;%(+e4tONa+l&eS8<9zj4-i`VNL6{C?)tC=-IoJLDhMJ_S= z6nU`&hR0U1-Skh_DTMv6v^rL~-<*BEb%pPVy$*;_Ba>qFq({)H)-)t^3DK=07NVSJ zyxoJQ5PQc4o-t(bf&17y`dlc|H!aQA4Q@`4pn3&S`>hip%&8M>ER{h&?Pl2lv&7`5 z!3bMS*0_kSbNdJJ67NJTN^dK#a}Mv1eC!rJv&C$kZpp_!W%1BA$TnPtR9py+r;2`h zpABpFt-1eM-eN@)sLGOx?QJbfFqUG?qqCG?yx8~i8*V!*`kWGsZ<(>}jiHm0vrZxy zvxzRAyfPehB}Tm5As5RoI}$4vFdhcn_PBMEY}Q2c6Gz$7dL=DD>yaac3plR52u5e# z+u3F%HM5?0n>ca#BXBp@-|SQyhrnctcjlo+N2rj8xw3Opm{m165Y0|r$B&T8&4Cf| zMc?p+M`dlgdnQBh%1aRV<8)NFtoZHo{O9m0a<;WUv_KoyU~L02o){Q>63F2$QdM42 z(AcV%G%gyVid;IiGS(+6SzL({!c(<6P=b!HA!s;)M!?nNbLS<8RSmCn#4C-hocAPW z&?p2SXPF~=D1Xv)h?JR`jp1I*}`+~%`S3p*GO zdz|WS%5x+h%KZ3)E+2D}OX|itVmba`xg{b5r1G4| z-flQ3!gEj_`Y3;XOMdHS68rOa8uC!!%iqCSXtCuf4j4Nt8UH?G!=q4Evsz+^0>%z= z9E`u}fLy<3wBWAJBKgP%h-xrt750)0`v^fSpGP1TD;000 zRx!RtQR6VkJRR*&Y?nzO5K5{Aruy0xWn6X;cqA`Jat&u;THBOJe ze~EwI&T`@^N?Iu@=sS5)BCn{TR+hMtjFz~WJ2*w}BYV0z z;{JK@?|YFdFk&4aD|nfDX=97e(Sq~S7Jn?z&0p5&*T!!FOG#X^B@)lmHpS;P3=W{r z!T-vDczdCvg(H0pUM$QSQ1^8kmE+gOQN#{5TDmQ~CbdPMwL_oRIG`pu8R`qf%`tks zeTd)DFt1@1%_wPPkGFlmV0m@`WoM6;ysYsW-Xo=FdAT$Q*9ei;;YqH{ZPBIb`@P}` z#a9yd?MV0>ajdMde_z+YVcQLo-lsj*5ZO6gATwfzPy0c`1{rIgHa_kLt!C{AT8*h> zCn25~6QD5_j+P3mHU1LRWvxCM&1(!#c4YZW8hl2Blu4W)&cR+%Ds&#doCx(t zd-;u>%l5VpknQ#z>^LnP%^@e>vc28fkeCOgzwhUJYiDrYP8p3#^}& zfZY}IcB=jwuUC}3UV#!Yegqiol{mfzV`nc!E}Q@i`o;J5grXx`-O4eJU0;^e_ulDQ zVY|Ksp$g-5UutV$)`XWqDKv67)YOux#6Yj1?rsUvtpKe4llz_TuoX*x%?Ce>cZh@;BH~PqzIMe`n%h z&;;T>M}xs^;LBx3aLKkMyJU5iR|8RfdJrwXhM%+l!`-{bM^#<@{|RJdQ1A>Y8e1=; zjeSD3HYn9Zyv$&LGdj^|y`<`6Q?(Xa)F?BGR%K#>WO5j!)hcamn_6vYYb&;101*=8 z645HyryBK9qgFjJY9qFQsO0$-*0QLz4qE`t?e{FtTAyO z>gZo%j_XHKzgYE9vTzVBb$iraBcXE*i$@!K(WUWhtT@?S9al0;l_Gc7->mw8&*+oIEK|wU_*w4tjjl9Y1DN$Nl zjwb1_jwS{R*!sXO`sQw!64d}Cv)Ue~l=he_y@j>TRprft1wZz zt1-XuGfFu|T)CiQrg#5G73?)KR|FT=t=f?~MiM&JEt6o(ozBL2S_Jz-6>inW)Ug;M zg0S7dk^4r>>|Em93aNv98`tG=gpUHyF!yxJ&xaQA_Jyk%>0LSyD*8E(l}J;tky4CMUq5>vOA~zUIqnK=X^&j?2E#ZY(=xUSHjEL2+^RFEl+- zypucWp~6u{taQ77X1=o3L(DDdq>+7gDh7Oy&0z8LsKKr}%~Jdix_e$=XlGFBA%Eki zU2a=f+;PF>{=w672TVO27>l)D%ZB&RTNB@1A(J8K&b;O{&F9O#coREKwxy+oJ&(=7 z*nDKiWFrV^!})IK@rjGOk~1G0Owu(qy9Qx|Ajzhw-)%p>dctF|Oh5bE58JCJY?R=^ z)Mivuf1;W*{UPUvYv#SE$ar`Y1Y5WB5L(kyoB!rizXbELnN&tRNUfTE4btA(6DmG-xDM<|}Sj#e=nGHzBsOQp*qZ zx9oGhBeEYQFYZgsT)*y5cYWV%+{Nor6E@rAdwaz3w9YI>#d!DGSjd@$;SXc6W#))D zYHjJS7tWH=oeh98n5Ew1lfWj1%#t#fbfWMg391DkfD$Vb_6)XB{ZHUU1Xnln%EXGg z%oNOGG|Ss*{<6ucC4K-{d@e_i8zZy;>j=rJ9Wqk$1*iGjq(K&;vLe6S6IsLsOr&%z zs&;VSUgk81NG1d#Y!S2~(f?$k>EjWzPc%gyEN}SS({%t*RJHAk6?NY#K0vtvoSUMl3z@Uso7rBQ6uxSSX*tuvY(oL#sA-Pl<1=X zzx6CFOyaL5QV5jEiS%?AMuAI|`)B#wNEGc~81FX|qd7JOPYd^auP~Ms?_X@oj`TcK z7^4gQL_X$qVg|3v(2arVC}}uo>ks?KH)K@9C|;+}ocPz5@Bb<2eNA%08fm)b2D;}M4-5Y?4S#9h`u z*Oo*!XJL;jTJd^g=(Pj;U%$&{RPcI78V{let(gu6SmJjqW|&655G^e)6_v7BAWLX0sDx_ zQjFTrrs}E}t{>Dx~p4QCCjW622|1Tigj{`%}mjh`Mnd-D43OD2ZeB96Q^iH)lH! z6G?i)tD;EHb62!pwHsuvc7OHT61Gs_**&YXr$J_&!xm`n1`Xv@lf{AzH*C4kz2^80 zMa3bzlyA2DEB^?85t;BJ|J?ruDsp4n2=~vwK#`#Z&;u*fCI9X^6L9OJ1gPcytptc~ zQOQv-Dfx;-mV3*wuW*B64)}ED7>bTB!oSArx!Z56##_tqzf1XjM*)||*T)(#8LAb>{rUYP{3v2JcbS;l1G$~Sa8 zXK~m_VZ(OJg?@S#w;SRt#~io{891y;kISb`fesjwRnxE=l%p5$hH`0(%Wf3jKpdt~ymGHgFmcI_M2 zwlPHFW=mPmDu=|R4rFH-rK@wp>!(M?Fxh^&8BFZ&BNiqBQQecg;O~92q*qce%Y-Sc z-lny&{KUrd%E`5GJB>b=1V<6gA07eI7mh^uBzC(tBVs(zIm9RiVsBtLKhGR}370Wc$wa5@=eq;HsXz z=IhB^Nd+x{Zz|>}x8n$1kY)>mTpN%8fr{nNp3?aaj$6=Bvrsm~&DHOqgj(IR;N>Q4 z&jE?E{;zVJs2pdI1C_qfTc_-mNpqDoptyNm2WCGoLKQEWG%}v)8;R~>YdkD-G3}_w zUD|Z*m?FsAXh*hlQZX|LmEDaD(b)K3cPnas+@OX8QY2P=s^^I&t&&afYR#=e-oX9e zBzFAwd5Bw_8$Tz0b^ue2@6^#n@C9NPiR{xL3pSDFvZb0Ilm{1-nLAZ<1lkF)SYtt1 zC*QHw>mWR?;${L3zBLK&-ZG0v-Zl6cuNHV*_GPhMeOpI$^zm5pbE$7)l>D3V%*wK} zh%IsEoh_LUmb~iIu+P!3=Ry)YGB_p|`qpzA<=c#og76CYSl|Y)e21t)ywbA;Q332D zN8*pFR$~j!Xky2vKbLeZ8DVxdl^LmP=p@tqh|uX z-1wc4s0Id+lc1yDIDG(nCQZeI9W6khGnwbYj>2y+hj<}o&5u8p@k(NLvkgz?BUscc z4T?|i9{27vee4~n<4?Om`FWA%>&s&Dy9RzVL@6-f^$ZUi3m~wVvTD5MvKh=evX;s0 z-Kaun?C&iTp_Doy;oWB5E)Qg--}n3AFq*SNlWb(vkQnpQm^FJ>BEX=o3(D$TZ*tPR zINV#SnAT8d@!(z4B~wDW`*NBuQ!%oI_HM#kS*DKGcz2gYaosG!k@aEiV6~KvzZ${C zRrBxpzS$gCK_NJ-6e{65Wf)K=kp>yc1RQGK7@%Z!T(?&ium(Y7L!4 zLj>=bi;f4)7)wNw&c;lqo6B6eECf?Cr5hli+7aNu-04iJZCg`2^2m>;`w%$F2eFEj zDK9iDUKs+ULit~NLi@-{6YX-ktJgcYs!+0Owejq`E(=Mc&Dd2)gt?BVcCZVirp$X+ z2jA?hvQ&PR{Sebkh&9z=JxdApU`&@fmQ6l5e7k8k;U$vq1Uo<6Hlz1E5 zAD0@4(~=KXx4&hvbm32dy|~{Bp}*GV%bPc*YcVaZHo^>mCy% z(H>2<9qyAMO~6IYgpnGb+CuOXpg-41j@-%s^`?Y+rPA=<2p3AF!5ouwp*OHd1(hR` z>vx-l89$Anpt?Gd*v?a3ZuTlfgoYugSw>`W4+NmXg`}*1CXIk6ld2W;gCZX&%P@#k z_TI3{3{-*kscg2Q0unD@8AC;`02}rjEre#XO(i7I$)XaPj3d+uou&=1@Z295H`227 zzcE#P96SDL5NZ!(qH0|3yj&VWbjva{I*7 zn-Gh=qm1~y5<*r^XQ~R7$n(uS;?EkU7yK)#MRerv2+?LFeMir)zPC#v;b5L_>)Ck2 zr-+2@blsV-(k$Rhoe2+^6>n`M=!97bmf;o|@s>TVKnjaUl%IJ75ow;4To+)olB+~7nxW^ZAMG{udiqfFxy6Z`aAJyH zR`oi~cQLEN2)Vjw6IP`TcRfi3U=|1=x@!*)QNyc(`q76`8R$j%lUd*0)^#P;31AfU zrq}jdNEup@c}qXd`| zK|3iVjo;p(85Sd^Wpc2otR{_~Kq&9s(`>s!GUb#?)3NA*3^Es*XifUlkKT>$jeEfC z!dlnm8kIH@s`PSg@Joz`*HD$4d~6NRq>ylA<3Q8_T0^6kvp6GtkPJZy9qLA*Ai{>Z z`B(rmvH88zb7KxdpdiulT4>7@CsGojqw8y&Y0oDoKr!zqzNRageF6RD5ED=mnfQ#N zo!i$Wi(l}sKXfR*1hv90^S=wm?KxXSic!M>d)G?Up-x8WI$jMyo}uqO+!ug zABm2?h1^Gf_gni96)Jbz8&LDQq2g_dS8CAhmX6md)qa}#C|0XTjkNPnSvy>Fb{KF*i;>Fhx~6+kpk+4 zejD=WH%eOne6V$5!YkMa#Fyy!`^cno-zPkBacZt)E_yiYsQGz!+w)H5w<PY04^U%G#18A`=pa>5s+1DpecS(JjrM}(vW$Yf2I$?bspFE~46fUuhERy;PgGt1 z<#76Q2`~9&(?mMI-QRn%w8-tb66P!#XviMDm;MXfKl?AEjcCUt0Q=(cSZZ|?Aqs$^A3 zRQ(f8iem_}-Wv=#h z_=QU=aJ@#|3pgvf4{~n$*ju>aMxSDRL+J*Ir?Ylz;(iTxd+N(1jd(j zDup26H9t&$C$=ZDC1sXM1w|uNTwPY05K#k)rhGo!=wgTF0%4UO&6d(vNDcbo^z@~gaR}kRm1NwphQ7Z|so1r-aH55It zdRtk<#N1{mA^Bs0Upu(`4T0MdxNU(e=rnZ)t{=FfO%<*)MFOf^+%D7DN)rHWAGq~_ z+Yq>!z+Du$ZGpQKHx50!3|B`^H#>6u$r$xwPQr|`q4Kx%qi*o3|3z5Fc8>6APq^gE zpbl24nO~4!eS8m2*%XxRXneeA1j^|vy7xd_B-^>!KdcB48QmFYl$1P<@_ICs8Z)+t znbM-H&lV@xui9yZ7W=G3?q0Jm=m52pz#1YoGc|$4pSwD`{UEsT@XXI82{i)O*HQBQo~A zE3Dsum_5c&t`?l! zMS+_MTrEt6*9UHG;Kl;CB5c5|!s@@+7=t65i$H zxjNEY&B1M;!rc-ZrU^+==QPzf#g;KOsBhbYL+ayILHjSG(`vcvJz^kk@*^37(_`G6 zrw{+eLo~ll7WkglEXttwK2X7Dh0V#OPh&E!I$Wv{cB-?&l{(OL2f;B&$Z)Mtx;|(!>%OgpD^kW!K_izoMg5+tO^y_W^y!#)i{N>1>uW=@FhXGAYAD)L3n!*uBlOY zLlE8-g!@5weGuLkgcr$A`r05|1FCvUgYZ}o9u2}Pf^g%GYYtc9k1y8_mCP>S5mj57 zQnN3GRjNv>55gls_>3TYP7q!cglB^AMM1b)sd5$v;Y)(>?jU?=5Z)eyo8FVYGYId( zb+fmHyN!Qk*f;Lo;XdQu8{Tf>9|#-7k-aw@X1+Q5gd=iup;|cjW-v_ff^gKh&EfLE zUxBOQE9I`3L8I)hb6Z%LW&{1l(ZBW0VKELut!I^;)pA?-T)v%$&ni3fQZk>7$H)j6 zfUNfZq($#FX~`$D|0@PetUCMt=nj_tc;}{HDH#0IAa{=iW%amD^CJB{cdMuu4aL7& zB`I^a8M;mmD{M28zX`3%8_f#SwzY@`CnnpYe|l^px1cOTh<}O5Afa+R?#!olu{1Os zyI2|;H3bh{8j&FM(@SGqs$fZsdtm5Nz&~UO;BTivnk75=4}^z+Jn;e|#TPL$oZ-S@ zGx-6C|3H*x!|Kh;EB=9c{{O$6y+>HAf zfXd5I0ido70QCU_s0pok{mYo%X#7AiMP?kEE$G66S~Cc;dDFH34sg#grHWkoEWix| zxaSrC?%9KY3%zeaX83*u=@{WA957YtaI9KAU;HcuJ#@X!qN(reyI#cVTs z8XzndSj=?kVZos@?qN+I9H_O(1@pX?U@X4M;+u!H?xZ=My-!&fo^eIl`OEk$K=#>( zBaFG5eYo6A!F{zvlcC-^4N9DSIA)X7S*O7|E!JtX&N7^2_KHe-y3Ae?bH-f*JLH-= z+Y(S8!^&Z;>ssO;Or-^blWl%YC9Dh+S%(ZWD2zZ=E93nftjem} zakbj9!K^*A1r8Eh!{%|dU4N_VNl&)_bp6e(wCo)~f5>d&X93RrtOa<|zye%t7vSoQ zfY&ZSoHl&H0>mf44i+Fjy8u^rnGCBl8t;`_fywN*S%Gs|fvfEbT-`?8qjm*e5nVrD z3s8NuD{ytU@tGA!sdfdf4p!hh8e8T@vznjH9saTVnRawi8%So(;5rhb2pWi^mf;9b z;;2NNO6$~GCu5z()>&$usC8!GB(o>wyQ9~Cbsb07;A_sUWZl%_!VA<08;ph1MrAk} zDVzXD3Ax}4kV~m4_r40_JnULuy>;eTXOVT5Sf|}OUB+46jl-<@)+u5v*#tg8=n5DV zF6C*GC=S3(ovSTHwpts4xL&-vX^#K%4IMULFsFa(=bP&r3R~g&aM9#@bZl7z5XH4YXj7^FXz!PC|B{CZQ~ zd@a#s{rz|Je__7X4&5kcm(^$H*V+$O=QniGj7u3rL@5}c6{171KFk&ZwWtjuG16WL zsVl0_HpK7!JX3+lO29=JPDU)ZWW<(3HbOwShjc(nBqij~ELG}+_urJhUZuOmUFQBd zPogGf-exFSJ1Sy17q1ZwQt385A}}dQW0$F^f-kSg={(`eS>KxB+}d$M18(Md6gN8d zfc?fV=``;y7|b)fL}r7!)H?uP43VwGdU~ zttutF#`~4v)t&j1MFc9P2$%P`=}1*1t4v%P6N3xBti<4FJ!2d>%oq~A*0uZuw{e~F z_42y7Wk85;HFJLo~5dYhs zGjrf(Z4n;B)FUilN(o9=*cieB-jh2S`2lC1-ozO`Wjddjrs(P3X<=#`y&j_prSYaW z5tq{CiDw=WcV|AX{ zGD^TpPjIj7-9XpB#r+)Ia$D8XO)A362u->j-61!3Kup(u|COw|v^I^>@@X!#j)wae zU$7kaXO*&PeLeOy+Is)T%{7;02yw<$IO7^ht<(mnkc)B2BdDWtm*BeDJiBeB;f(28 zzn$<);jpQ1jD!tMKiO|aT@oSl>?L6y4A~&Hk!00Boq2aK=kZp9OOGF& z{%X8+dSnS|!7#p3N!}8VVo9dd9lbGqa@-=^5v#Q+E=5G@tJhsIs;EcCvrLd4EI}4_ z9ZY*(UPGgl6m_I9W%a*m%4#yW9hs#y@y69c=fdm=HMPg1n|O<)UxHYj)zS8Ni)m0$ zZad|^jPVl6y~&naM7jO1t~Mu!+*h|O=S{PaE^1nx(V(Zl)f#GlIXs|q zeZj$85a=ETBAE$B?7f2PiEzTZrNKbo9oozCJkkgS_+!}w4BRHN^G%xU!%Bls6$As9 z$gLLaOL)wjW|n_IoOxLpV1T1Mw>DJm0rBZc=*^g(HEkb_cw+9F+U2k3lb)brH%za^ zF=s*TEillh*Co99GYE{go*t1V`_-ec^_V)a_i&kf{NljWF?7d|K;b#uNi!%XqH?&Q zFXb1ND2kJ4nj0-jh2xo9w1q|(qjKD$^p^|fA{`}Fc~N?QN+?$e0_8f2sBrD8$aU`I z>tR(kFC?<(IAgEkz-ulWWo$2xjjs}HxVZ!C38DO@D#4le5g^tYs(fj19{%URU>>+- z(mc3XD6a<1LmOEV-W^MDhRnmfUk}cMNt1n8X_yC9(j(OXvr-uK*_UYDiTct%UDlPF zTI>~s{D$6Ud25K}j|B08NclBB5+J@%G7pS~DU3Di-%NbZM-pKJs%&&|03?MK`rjU{Ut^ zaEXu{m7tFDV-=F{45V|dm%6aVd$=OsZ`a#Z9dlI2*`HYl?WHHzt0$>2XNKW5Y5l6E zE7T2)4lZ>S5Dc?gBS|`mZFIafa^j0|?}&qvgIN0r)&0EaJGKQzv9XN|+)ZyN(I^yU zXDwFW7W32;T1Lyw0Lg3=H%AYd>ev}8P5n%7h75Lh@s?L8Fjo>w=8iD7*fiy~Ej!t3 zLy4xRu())v>s=8pXv}k(yvRp?EG)PZ1A?a0` ztonQUcZLv7SXxR(TEQKa&b)g7@}&6oHJ;Z-Q3=m8U11VyawVhLl#xL=A(1B$;Z(O9xdbEx--vsjh}s(O zRxODdiFDt|M|=;jo#5=orq`l~5yZ2d@uuz(@y&kIt0ky&)1DS3pZSay0)iX7qnq0Q zoSTs>}N*Cnh|R~nH=TC>By;7)%#bZO~y0GI3m&b zm@25LdLjK&&0D>vCq?wZ?PO6=EF0E^xvs8tdmqD>@#r{-@HfxJ_%z z3)CR6nJ4WBp5H+J`zowDvd*4%Cr?a^&hXFF03t{T36mT-m+PaxnhAYZWB3750)kBv zE9)JUe~|2toEl++J6(T9acBrct)h83e|y90f04c!!y(d)9q6OklWkA^x#jF8<}#kT zGj3I9T4pEAV}DN|WQnASzy2TKI ziL=FH2TEol{|1lD(yUe|`Im9MY(yBsoM4e@@oq20I|Lv?>Y}%>T*<0F#KOFHyO7F| zG_U^Lq=^-z5%L?7=24rbt{_eQ@H9WNX&MUB%o(00ZPTJk4m6=Cn#{6Ee(*#h0_w75RNXQ-@EhC8Exnj1M64IU6y9hymdwlVg>M zSh%U6x~}2X{n)1Q3)1urPjj_RQv?>tH(Pt`kfA=)rYS8*6CIxBNRwujupTqINDgaw zuiNEan8BMT!i2BHMgHWcW{$NTk)f?1MU-#8Q)3op>`a}g6-#`p@}k(-mc3_ zJFryVp^l{_$=A^t)bS%*$R?twqe~8r`pq5kF6=DGP;a7k_%q1RbR$w5vM3t$kB^YD zaecRmeP5`+pp>3xDWOnk2(7+4H~Z|?MzK?4sdLzG>(vBF54cUM^j(zZNyzWdFb%ue zL}qU{KCiK%AgR7>(m6J%iOk+EpV!#V-_bW~KN@|rzA3R!ZPTuFhh`Z8(%hjQ<9lD5O|TPZ7_95|Dg#xf4Ms&KZ~FwqA0&qUcN^2?Wm* zP3xk`$(NMXI`clDIpvUrVuI03_HVe}a1tkv zy3%k>c5^pO3x{d2IVUw4C0t8_8nr!05ft}&-;~Xz{Jt#|l1EU=>2E+r=jHgCwikWRa2|}z_17Q$BXQ6lQW|A~b9A#!V-Xg^W0l>k zeqzsCyCHlQG?+;fG$g!ISsZT-9sShcA^7P%={~q7ZECT~#9E>vaw@2oewb6SV${Yu z>IcT_afU$5cTnvJhW_RmY9lL$(Z5;g2N=n=jg=M=PNju_?}WC zyu5|QV(cPEiqjL_JfmRDAkQZCdH71DTSpbA8TC&x863&!m_5dSR{O%tC(Ir*a$yT``F8K{e-r`|%)&QWo6H+tLm#7P zd}q!cRKS6}9#?$fsK%@uBn7{h<8CthXT8WX05Y;!%oQo-UN{x$?SdRUHBQ(v)5Vc( z7Ee{u`UG3@bf->y zY971`041tcnHAbRpJ-_s)G~|`6qLwq!n<7~LK${I-uD~7tyQDRuiBXcJu^$%Ac0Xf zU48N9Qh#a)(zZ9@{*K$o$pweXS8CRHv#CU$m^}3+21!meLr@l9CKwSyf=ORWfWKx0 z*EJ}(4S~Z{J;H|SS&$ySGEI5G{~?L`up;<0IE zNrb$Q@`O~naqW9*N$;*wW+&M~Fn> z{^)O+=bR?b*UB26b8$Xr*i-%c~Mgx&z!sSlm0CH|a(wjcVU%Iis-!pfo#7_zkFHLNrWSS`S;V&Q!F{+H1 zHXE}3F9oSCx5J<8%nJ$H2NXXORU4f7TL5t=N_bVeSD97T5NnxL z#t(a=be>;n3GE9RI_sOiZ_p@okJ|+<(Q! zY_~B22J(b){8>_B%q@&)I=wptFT_L@b0#sKxu0fq*{kQ5YvTB>=i8!8;g_5}KYMpn z*u0g>TYQCSiEtOC3QJL{u#|s?Vz3ZHIS{vOuY9mq1%$vI^)~4YCEbj!A7;cOu<$sV zPmd~TtlE1xX#i+p18FFHj?Ix#j-Q(xs~7V<@o{6%R+_xBEwk3iOjEXkDP5~;!*XZ- zk%UW!=NkaSB67BdE?Q^j@HM|^w_pxSOrri2j|E6HrRvGl7XxmO6Zsk}y~iM+f?0IN zofQ_7kK2Wf>A!-+Og)A3*+MOD_GVR<%&t;v8Gtr9p1CAotd`>QH*J6=A2ISrPGoL* zwG)|+ec5ljBx_e*Z+@rAyTIIP`(2k42JQ?Xqsu1gmcx1GY%}oHs2gQ()`AyeZ{S<2 zUKascEqJ$+T+I0lUg#}f6%eZxL#)=WVi((3E%#PlmutCM3s@!2fL3B&&2pW_=5t{^ z-;=WD#+k2*tg+*v1oaeWAc}7iTFQiPHU};y1Qgs#B(s-C-0bB{zuASRMXR$9Y5JXU z4^HXTw8KAVk3pTzer%mfqJ9ct#sF?1>W)%!p4bla?f-F~e~r37 z-rZ2C=3t>`HJ)k>y}SmZS_NTM`MQw?3R8zWkx}%IbEC@-LP91wnU-l`jyd=I1e#L! zJ57eMX=z{;;6E~0dQ(-&RY$_*# zSJvjAIHkk)r+SJW(#b#X{jWQ@-#{~%+NU(|8H&)^J*qPqNd80rAwn`I6=V4$m~eFW zxz%Lr8Pj@JS(W&|k=@nhKDz1BDtFnNSD)Oz;DOsi?ur+`d-sio1^c5ZH&g@zpS#h;F3D#AVA2w;mz&F9%tO!cf^(Pu#sw(R zHr-HEoW`{OE!`^k4oTq5Yv+i*NR#VK?G&kH7wU0nG&49;A|wQTpde|_Pi!49I{d#X zs}8v@_#c=7A|-peo3O?$H@Gm(zSdnUIReZZ>%+h$r(@&Uc^LJ?<=8GoY&EKGd!=kB>b#Qkf$`<_Q}cLcLEgirP;ugqE_z?%>;H1CN~y%%fQ0 zyR&?s^|X93Q-T)GRVaq&i54E?rhllt!sOrXM2dCPZ-ClEgXl_L<$GjRxF{|K;i47# z!>pgtUm}2UnlZCbv_3ZC$V)dA9eJd=?9}E7n&h6l7xosISf~C5tv;TQTWNsG(Ax$U zuYHel)OMl0QNC`vPouIG41}tAduLG1AygAGU^xoN26ZfIymYd|H+Q}7eb#Nb+Efe-D%vDA!rRr`X|1! zaO9u+Bp8zO$Xzh%=$x zi}{qcx@y717us6d1Q)ePV35}lz(w1hcO6%@%X_k<`HzZ8Z~R`iL{XF2`c@M8g- z^Pt5kAS6l|ECM0}i=z&+q8x;f-?)wP(yAw}$S1cyJtJ z+s!zpVgWmvrRauRm_W`LxzKS&V+ZPakcboky(~{iLQbP;3&nR~K<<^&PJfoE5o3{h zXK%Gv_lK)bzw?ac?y81geee4}e{uf@+3v)S+3jLR5Ar%L!y;UbbIbIE+w^*$I}&2@ z)JXrC6#ZC)cUh{obG2W!C8bw}OK;IAhJJyw;!suQFn|+Z)M_eV5*w@5jqfbcs2M9V zh%RVFr35CsnW5$p4f;AQQiBQK8t;q)YP_!>DqxP*Wb1aT$wsEOo^im`)~`q7tuxEw znJpNR`(WhM@Lw>Jiw(J#kX~E^UcR;*Oz|{Ac-7I(@$BRA%=^X0Y-Y!+u=vLRgJs$L zc+!~);Rf9Bkci$GkvY-28e_Wb)@#66n9oaO6T*gfkB}vDbeD5u&p`HCc$BlK!J~i{ zfHWnF;qgIJK+yV^-mgmvz(7<ypZY9(ln(5RhZYCXZ_1`UpiO4ULvFCoBq!h2!gs5G{TGkB)zjpz=u&E|$v#zsB^FyxiGQuFC+XGC5Iu5O(!0DtmzRPCq%mIY-;`*&fuq(K zwBb2gyy`D7H!(NPz=%?VwGmleR%MJtR+mlCi4PjhRU@_3;J2JrR=<8k@zN137&ihl zOk@KB=O%SJIwdL;ai}wH%INh|%0n$vD&(g_Q;^ayN9!pueQ@5M;_5JUuqaFpQ;loY z6P;{=CwT*FsBMIro;~H}TD$T1BXzA|&Lkf%WD+@(w0^xI^HGV8j`1szM7dgb6^B{0 zzzZo}oR!8cBuEhBJtIi8CtgrGL5h#{=C`w1?O{|0vTHitKJfk#@uef0UV|lUEq5OfZ|W|tZn=3IiEYSU z3c+A_I^5wOz-P9jW#M*}Xf_rI-y5|zKIu`gfI-qtY^_HPSN~Sj6|LmWNk@VWr zppJTTXvNN`p5{zr3TOOtCn~Wjw~3qE(|;xS{AvZOnL3W&KXF7+@AnA49~r)Uu!<)2 zuU*#6SJoF{IEd+WvqvSf*MV}_>IABE9{^)t<$0l8sEX{?JmdHsC+92hzeedg=9~uw zK^>1|8=QTt=Mcp#`(*JeSA6@YkNlUrVnX$wfA3A%c{z_2 zg)aXKDD*4zBN#IC9<&eyhjH(>W}bg5=>=!S8+$uV&zOkk5*yYp(JnLck1YzAdD9}C zI#P*lGpFKs>%w~>jx!w}1tt{SkaF-W^EEFfJj>8xpX;g6e|4DCp_0> z>^zR$xmdlns4&>1PSI{r=?jE(g zFiiX1eAOjx(S~W<6+kdx_RGy%Y2jI#bY+}N*LG?wO6|s|?=#!6mLv(tux<4oJ-oTIn+KaKMpy4REe=2p z8@e1`qt=S<5TtK5K+TP;0uXZ&$wOYNMN+Ur{uWeC1B+tQ5Fvgl^>x7GX=K~BUEjORA< zcd_{^IZYzkjOQ-%_gCicZ~05aAB;yhxMk4;=I=5avC?>?tk|+>jrqIYMr<^mC(YkY z=I{U5h%V!K!Tgn^e#@fQY{Z*5>oY!oOD^4z*@{~@)Nj{#E@xwg7=iqJ7L|@B1$J z(0Or!6&I8lqYSCEi~Y#B+mjR7rPr5p*(Q~OGzP%B1~KQr##V6qx4}@1umK}UE9v>Z zuc3sn2v2D_0Qq10gn)NpxjXs7QuDNPssDjZ5oJAEk)D7hTPV*%h5<&Qm7;MTDsF1u z$@8w)%oI0}hxcyfU^nLh=&;Vr2;wA4<69^>+mo92Vh{?sh=UN z`ivL{yDnsXP{{rRg;xC04)6q);&_qQOfi?gP3@K1ks4g^BVrUYcpW{;*YgrREk@U|kYK?2 z(rBj%!-2GI{vy_drINNbGKf$~%Sf(|`HL0Bi7g{Pk$8H?dq;6B>cS ztB#&oR|uGH5z-+`JC0vOBlJA+@5$&HlE}M7+h%s-rK8t4St&P;?o_8|gU!3g&c56X z&HxjdArc?@MMDk0@1L*6z@Pbp+CR|I?{76d6X)isQ<=$vo>4rVhQtjH(drU@76a-b z_lRJ)v#iaeVK#R7_w29a&-;6P(Yi@o)EiBQX8xp|gt|{p7Wc{ubMCO1wiaDFJgRyU zRWI>s3Gp@Azb6{kDP`PFZQK%rba20`o|n|;f2;n50-#*zvENfja5av1?LXC-yeZ1i zC#MLc%|#ffOUK+gsv=)=Sw=2VP)M_M4(EWg!@ursPD{c#AG(bl-K6jr>p6yb?FpxP ztr)iehe$&Ta*1UX+pP*7zZvQMAVYeNf+E`GJbcXn!;lGhgSeC#6L80l_3UW=&^lip0Z-kdgc;^>dVusqX74(c(8&!dA zBv6>I#RKyc)H3jr1Nganj;c8&N>$~(sP}=9nQdw<7#W&=!IlAZxcRqO zpM3{r)WD`L{BQ305|MyT5JDFp zy<6tBlei|U9=)bIH)UHK)wbEAc!eu{bMJLcJEEz71TVZM&GU#pZy0Vrc<$c3rjgtsY`V>z@X?&Q)aP15 z_uOr@FJACZeuG_^Qm3MV(K`Zrt_IQQu5tgDLcrCYg@k}m&_6F{(zDp`3#>U0&@h;> z44LhnH9h`Hjo=Hu%W=AZI5azJsaf8b=(bXVtnmiDJ|Wy8yr-Sk$jKRiqZCk~W`?UD zvC`cf=X;=4JC->!AwXz8lV!1_H%`|3tZ33PiQG+Eu!&r&7HlH-11;E^+)crPt(n}q ziv_!9!ZUUV5?-qolpZpTstHR>9mr6~xD*g&HxtplsUZPG$q2N;xp2D2EiY#Eg2NEF%x4x8UYWU&Ob16Bx{; zC$4#oJXuyxf7fk4B{%7x#EL&!^>V5_;Z+~Vo*zTqZ+e)q@X(wO`m@Y9A%o%$_GJAYiaHGSF+-V5{tN>)_MtUEO zuD+o1C#Z-wf6BKP&`0L*1c!A}SlXuC`T=UTfSwWJ>UgvA_hE2e=9P$=rvg))7g*jz z3{{;LAFtN+uxFh=2?>7u3ExqcV1B*Z%$yEM5GH}7G0ZAJQRJI?{J<^VX7&6^64`&$ zct@anGOG-LvJ1%esZW*W#)p1IpY{s+q-Awl_J~S!M=Mbefr_&QV^Y7@H-b+q)g9jOY)NPj2K@4v_dL{L}&l!UZ zYAOUMsIUjIQs|cl0+H|cO(0vG*5coeQGMM|!S#$LH;2I}vxOz}jN4%Uu{6(OSZv1J zG@J8`JUj?s=gt*LqKGEueCJdYxS-uISSG}Qy9lEtkPU&&*twaUYqH#p)kwh;yv zdomxSqF4hz77Uy4#vE%VWV;`>x!~}vkMzE%fj4;77?)1cO>OVht>6QS^czuLkwxP2 zVpJ{%MsSPoA0^244FX7b+y=V2bBZ+<`K6#GHJ4v_TPH0sIXw{!`Ooc+g09YJi@WZz1l=d7X3tDL-EXq)2M_*NsqT#|k= z;TaozX!A!&jzMxP?{EPEa3rfz<>534!T`z`Rv5cVpZ^2MH~?g!Y{~R)j&H@fh10y1 z`>KR@&5*&Sp1A?X#pa*(>P2PbbnkUj;%ZIBdB-cd_0v