python3-requests-2.24.0-150300.3.3.1 >  A d`p9| {spT 7YCFŷw:PBo*xE"F1^0!fK?(p8AޮmH55BXU;$J֠dا[ ߇\r?:u<$b9\4)*p^ߍ4QGшe,#)NBq!ְ1 [#HIe,y\1uH-2E){̎eW?fde4d0edf81c2a5bd979c5c3708347ca618301fdb9f9514a00a4857862042c3d11cf3ae84b343b9a5e393580f97df183be32cb73d`p9| N:(6C x:=+M.wDtSuU &mUH%QXKe㚚2 ? ENrʐ2|ay-8< v'5ߪb[ n/vxv;/4.C0鲍hDؑ/skXdW VT#N( |N\tAnEuo(wE3( go3+'}YD.b$ _\(À5\SߘY_>pAL?<d ' ;\`hl D D D 0D @D DD DDD@lD|   (8191:!U1F#G8DHHDIXDXY\D]D^bUcdefluDvwpDxDy6zhx|8Cpython3-requests2.24.0150300.3.3.1Python HTTP LibraryRequests is an HTTP library, written in Python, as an alternative to Python's builtin urllib2 which requires work (even method overrides) to perform basic tasks. Features of Requests: - GET, HEAD, POST, PUT, DELETE Requests: + HTTP Header Request Attachment. + Data/Params Request Attachment. + Multipart File Uploads. + CookieJar Support. + Redirection History. + Redirection Recursion Urllib Fix. + Automatic Decompression of GZipped Content. + Unicode URL Support. - Authentication: + URL + HTTP Auth Registry.d`sheep61SUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/Development/Languages/Pythonhttp://python-requests.org/linuxnoarch4 4 F FAA h h55??I+I+<< ]]xxKKVVHS``'G Y sE\ u&FAA큤A큤A큤A큤d`d`d`d`d`d`d`d`^4d`d`d`d`d`d`d`d`d`d`d`d`d`d`d`d`d`d`d`d`d`d`d`d`d`d`d`d`d`d`d`d`d`d`d`d`d`^ version * fix * Prepare v2.18.0 * Update requirements.txt * cleanup models.py * Preserve identity of unbundled deps * ignore undefined names in flake8 * flake8 ignore lambda expressions * Add the pytest .cache/ directory to .gitignore * docutils * try junit * new installation location * cleanup utils.py * flake8report.txt * empty commit * no more pipenv * Begin dev section of README * Remove exec permission from files that shouldn't have it * change development philosophy docs to reflect reality * fix manifest file * only flake8 the right directory * update development documentation * Remove session redirect cache * no piping to a file * Catch error if multiprocessing is not available or is unable to determine the number of CPUs * todo * cleanup sessions.py * typo * number of cores for travis * ignore import statements for flake8 * Update README.rst * better ci file * bunk change * that doesn't work on windows * improve development instructions * Fix a typo: paramters -> parameters * Adds changelog entry for #4134 * ignore line continuations for flake8 * Allow Requests.Response to be used as a context manager * Fix requests.packages not having package attributes * remove note about cacerts.pem * v2.17.3 * improve install documentation syntax * improve installation instructions * flake8: import statement improvements * fix spaces in api.py * v2.18.1 * skip for now * v2.17.2 * fix flake8 for EOF in __init__.py * improve flake8 help.py * Prepare for next release cycle * try this travis file * remove "are you crazy?" section * fix sidebars * Update index.rst * fix empty lines for flake8 * convert version compatibility checks to warning * fix github stars * v2.17.1 * improve line continuations for flake8 * attempt new ads * speed up appveyor * v2.17.0 * improve installation docs * fix flake8 indent error * Adds to AUTHORS * Clearer makefile for building README * flake8 * Fixes error swallowing in set_environ * cleanup help.py (flake8) * improve install docs * new requests namespace- update to 2.16.5: * unvendored bundled libraries * for more changes, see https://pypi.python.org/pypi/requests - drop no-default-cacert.patch: this is now in python-certifi - drop requests-do-not-use-bundle.patch: obsolete- Ensure neutrality of description.- The following two entries should have been added to the previous changelog entry. - Drop urllib3-ssl-default-context.patch - Add requests-do-not-use-bundle.patch- update for multipython build - synchronize with python 3 version * drop urllib3-ssl-default-context.patch * add requests-do-not-use-bundle.patch - debundle urllib3 and chardet - enable test suite- fixed dependencies in spec - update to version 2.13.0 * Only load the idna library when we’ve determined we need it. This will save some memory for users. * Updated bundled urllib3 to 1.20. * Updated bundled idna to 2.2. - update to version 2.12.5 * Fixed an issue with JSON encoding detection, specifically detecting big-endian UTF-32 with BOM.update to version v2.12.4 * Python 2 compatibility * adding tests for super_len conditional flow * Check in updated idna. * Test case for requests getting stuck on post redirect with seekable stream * v2.12.2 * added new test, original test restored * Make Response.content return None if raw is None * adding unicode_is_ascii utility function * Update sidebarlogo.html * Fixed another scheme proxy over "all" priority * Add changelog for 1.19.1 * changed behavior of basic-http-auth test * correct backtick formatting * Note @jeremycline is now our contact. * Order of type check * Add prepared request pickling tests * adding comment * Add deprecation warnings for 3.0 * clarify that the `chunk_size` is optional when streaming to a file * adding ISO-8859-1 fallback for reason decoding * fixed some error * pysocks 1.5.7 blacklisting, due to IPv6 problems * Fix tests for new urllib3 exception text. * make add_dict_to_cookiejar cookielib.CookieJar compatible * correct module for cookiejar_from_dict in docs * converting update call to merge_cookies call for cookielib compatibility * streaming doc clarification * removing redundant logic from prepare_content_length * Update certifi certs to 2016.09.26 * Specify self.cert is used for SSL client certificates * Fix how we test fallback to latin-1 reason encoding * adding method to url tests * Enable UTS46 mode. * Adding 'import requests' to readme code snippet. (#3700) * Add Documentation for custom methods * adding passthrough in close() for non-urllib3-like Responses * remove extra import * Test chunked upload doesn't set content length * Change setuptools extra for new secure extra. * fix issue when the file-like object raises an IOError with tell * Added myself to AUTHORS * Changelog entry for better IDNA. * updated tests with IDNA encoded and IPv6 urls * documentation line added for consistency with the post method * Fall back to streaming * added unicode auth test * updates authors * spelling fix for release-process * Revert "Adding 'import requests' to readme code snippet." * Document that Response.json() may raise ValueError * Amplifies the timeout warning in the docs. * Revert "Restrict URL preparation to HTTP/HTTPS" * Update README.rst * Further complicate the makefile to rewrite imports * Unable unicode in basic http auth * Various packaging requirements for idna * Fixed: httpbin doesn't support bytes * reverting 3357 and comparing properly encoded strings * Fixed issue #3696. Added a test for it as well. * fixed: httpbin with unicode auth * Remove error swallowing exception catching of AttributeError * Update sidebarintro.html * removing use of seek to set total_length * Update urllib3 to 1.19 * Use IDNA2008 to encode hosts. * Formatted the example to fix the color highlighting * Add tests to verify that correct 'Content-Length' or 'Transfer-Encoding' headers are being set in PreparedRequest. * [httpAdapter] allow empty password in proxy credentials * Fixed bug to give scheme proxy priority over "all" * adding decoding requirement for Python 3 * fixes broken link on documentation page * Basic tests for internationalized domain names. * Update Comments & Magic Strings * Change module of internal references to to_native_str() * Add pickle test with hooks * update 307 tests to check body content * requests.post checked data parameters for type like dict. * test different CookieJar types for add_dict_to_cookiejar * Restrict URL preparation to HTTP/HTTPS * Indicate shell command in README is code-like. * documentation on encoding fallback for streaming * Fixed readme typo - 'site' should be 'domain' * Rework Bytestring Host Test to use PyTest Httpbin * Add makefile to get latest idna release. * Tests for our URL handling. * Add test for request when Host header is bytestring * Move to_native_string to _internal_utils.py to avoid circular dependency * Add workaround to avoid implicit import of encodings.idna. * minor doc string cleanup * little modification in consume_socket_content * links * Update bundled urllib3 to 1.19.1 * Changes to documentation based on comments and correction of list of authors. * Add license for idna package. * Add line to AUTHORS * Adjust patch to utilize requests utility functions * test _body_position and rewind_body * Seems like we're missing a backport here. * new logo :D * add socket tests for 401 redirect and 401 failure * Adding notes about Request's timeout behavior. * fixed usage unicode string * unicode test for _basic_auth_str * Let's use capitals. * adding string casting for non-bytes values * Add patch to avoid bytestring/str hodgepodge * Vendor idna v2.1 * Clarify allow_redirects * v2.12.3 * v2.12.0 * v2.12.1 * v2.12.4 * modifying IDNA encoding check to allow fallback * Use seek from end rather than getvalue * updating pickling tests for PreparedRequest * We only ship tagged releases now. * Make Response.content() return None if status_code is None * Just lstrip instead of strip because trailing whitespace already works. * adding rewind for re-POST bodies * Add persistent examples - update urllib3 requirement to 1.19.1 - add idna requirement, refresh unbundling patchupdate to version v2.11.1 * Update urllib3 to 1.16 * Close and then release the connection * Added tests for should_bypass_proxies function * Update documentation of Session.max_redirects * Document bunch of return types * Update HISTORY.rst * Cleaning up comment on JSON encoding to be more strictly relevant. * Oh yeah, we updated urllib3 too. * Fixing test; it was accomplishing the right thing, but doing it in the wrong way. * compensate for lack of taste * Use xfail marker for a test expected to fail without Internet connection * in python3.x not have StringIO * Spelling fixes * adding in slice_length fix and test for chunk_size=None (#3370) * Support responses like `HTTP/1.1 404 Unicode chars` (#3385) * Document header ordering. (#3295) * Add section on SOCKS proxies. * Update list of supported Python versions in todo.rst * removing Content-Type and Transfer-Encoding headers on redirect * check and test for headers containing return characters or leading whitespace * Clarify Python versions supported by requests * Allow graceful interruption of testserver.Server * reverting 3362 * fixed date formatting * Make BaseAdapter describe the mandatory adapter interface (#3216) * Note how HTTPErrors are raised * Removing charset from JSON content type; tightening requirements on .encode() * Add 'all' proxy selection to select_proxy * Fix TypeError when get json-encoded content of a response * wildly inaccurate button results in deletion * v2.11.1 * v2.11.0 * Prepare changelog for 2.11.1. * Allow None value for chunk_size again (#3368) * updating documentation to reflect decision of #3386 * added in type check for chunk_size * Update a note on AppEngine * Remove duplicate import warnings * adding asserted_encoding check on None type encoding to match text() behavior (#3362) * Encoding JSON requests to bytes for urllib3 to handle; ensuring same with testing. * docs updates * Changelog for 2.11 * Update README.rst * Use iter instead of noop list comprehension * Test security warnings (#3289) * Combined tests to one tests for should_bypass_proxies method * Update index.rst * Replace tab with appropriate spaces. * Support ALL_PROXY environment variable * Add a bit about RequestsCookieJar to Cookies section * making module docstrings and coding comments consistent * docs: Add a note about SSL c_rehash * updating docstring to match functionality * fix grammer mistakes in Quickstart * consider plain ip notation of an ip in no_proxy if not in cidr notation * Defining header value type requirements and tests * removing redundant test * updating HISTORY * adding in pep8 fixes * building Response manually * making class and function docstrings consistent- update to 2.10.1: * SOCKS Proxy Support! (requires PySocks; $ pip install requests[socks]) * Updated bundled urllib3 to 1.15.1. * Change built-in CaseInsensitiveDict (used for headers) to use OrderedDict as its underlying datastore. * Don't use redirect_cache if allow_redirects=False * When passed objects that throw exceptions from ``tell()``, send them via chunked transfer encoding instead of failing. * Raise a ProxyError for proxy related connection issues.- update no-default-cacert.patch to simply pass empty CA path - urllib3-ssl-default-context.patch: patch bundled urllib3 to behave correctly with regard to empty CA path passed - change urllib3 fallback requirements to Recommends - use ca-certificates in SLE as well - recommend ca-certificates-mozilla to have a basic certificate set- Update to 2.9.1 (changes since 2.8.1): * The verify keyword argument now supports being passed a path to a directory of CA certificates, not just a single-file bundle. * Warnings are now emitted when sending files opened in text mode. * Added the 511 Network Authentication Required status code to the status code registry. * For file-like objects that are not seeked to the very beginning, we now send the content length for the number of bytes we will actually read, rather than the total size of the file, allowing partial file uploads. * When uploading file-like objects, if they are empty or have no obvious content length we set Transfer-Encoding: chunked rather than Content-Length: 0. * We correctly receive the response in buffered mode when uploading chunked bodies. * We now handle being passed a query string as a bytestring on Python 3, by decoding it as UTF-8. * Sessions are now closed in all cases (exceptional and not) when using the functional API rather than leaking and waiting for the garbage collector to clean them up. * Correctly handle digest auth headers with a malformed qop directive that contains no token, by treating it the same as if no qop directive was provided at all. * Minor performance improvements when removing specific cookies by name. * Fix errors when calculating cookie expiration dates in certain locales. * Update bundled urllib3 to 1.13.1. - Rebase no-default-cacert.patch. - Modify no-default-cacert.patch: output /etc/ssl/ca-bundle.pem instead of neither NULL nor /etc/ssl/certs/ as a path to cacerts bundle (boo#967128). - Don't apply no-default-cacert.patch on SLE. - Require ca-certificates package (but not on SLE). - Tests are being improperly started and actual ones require network connection, so fix and comment out.- Modify no-default-cacert + The call to set_default_verify_paths() is not necessary. The openSUSE and SLES Python has been patched to always use the system certs. Additionally this call breaks the use of python-requests on older systems, openSUSE_13.2 and original release of SLES 12 which fall back to the built in implementation of ssl which doe not implement this method- update to 2.8.1: - Update certificate bundle to match ``certifi`` 2015.9.6.2's weak certificate bundle. - Fix a bug in 2.8.0 where requests would raise ``ConnectTimeout`` instead of ``ConnectionError`` - When using the PreparedRequest flow, requests will now correctly respect the ``json`` parameter. Broken in 2.8.0. - When using the PreparedRequest flow, requests will now correctly handle a Unicode-string method name on Python 2. Broken in 2.8.0.- remove requests-do-not-use-bundle.patch (bsc#947357)- fix requires- Add python3-chardet to build requirements for tests. - Remove no-default-cacert-sles.patch as no-default-cacert.patch does basically the same.- Update to 2.8.0: * Requests now supports per-host proxies. This allows the proxies dictionary to have entries of the form {'://': ''}. Host-specific proxies will be used in preference to the previously-supported scheme-specific ones, but the previous syntax will continue to work. * Response.raise_for_status now prints the URL that failed as part of the exception message. * requests.utils.get_netrc_auth now takes an raise_errors kwarg, defaulting to False. When True, errors parsing .netrc files cause exceptions to be thrown. * Change to bundled projects import logic to make it easier to unbundle requests downstream. * Change the default User-Agent string to avoid leaking data on Linux: now contains only the requests version. * The json parameter to post() and friends will now only be used if neither data nor files are present, consistent with the documentation. * We now ignore empty fields in the NO_PROXY enviroment variable. * Fix problem where httplib.BadStatusLine would get raised if combining stream=True with contextlib.closing. * Prevent bugs where we would attempt to return the same connection back to the connection pool twice when sending a Chunked body. * Miscellaneous minor internal changes. * Digest Auth support is now thread safe. - Apply no-default-cacert-sles.patch on SLE 12. - Apply Arun Persaud's changes to requests-do-not-use-bundle.patch (update to 2.8.0). - Enable tests. - Small spec cleanup.- Fixed requests-do-not-use-bundle.patch- Unbundle python-chardet and python-urllib3 (boo#947357) requests-do-not-use-bundle.patch- Disable testsuite. Tests were never executed (bsc#945455) but enabling the testsuite doesn't work because the suite needs network access.- fix version condition to allow RHEL/CentOS 7 builds- Update to 2.7.0 - resolving several bugs involving chunked transfer encoding and response framing. - Remove VendorAlias import - Simplify the PreparedRequest.prepare API - Handle UnicodeDecodeErrors - Copy a PreparedRequest's CookieJar more reliably- update no-default-cacert.patch to not hardcode a ca cert location- Update to 2.6.0 (bsc#922448, CVE-2015-2296): - Fix handling of cookies on redirect. Previously a cookie without a host value set would use the hostname for the redirected URL exposing requests users to session fixation attacks and potentially cookie stealing. This was disclosed privately by Matthew Daley of `BugFuzz `_. An CVE identifier has not yet been assigned for this. This affects all versions of requests from v2.1.0 to v2.5.3 (inclusive on both ends). - Fix error when requests is an ``install_requires`` dependency and ``python setup.py test`` is run. (#2462) - Fix error when urllib3 is unbundled and requests continues to use the vendored import location. - Include fixes to ``urllib3``'s header handling. - Requests' handling of unvendored dependencies is now more restrictive. - Support bytearrays when passed as parameters in the ``files`` argument. (#2468) - Avoid data duplication when creating a request with ``str``, ``bytes``, or ``bytearray`` input to the ``files`` argument. - Revert changes to our vendored certificate bundle. For more context see (#2455, #2456, and http://bugs.python.org/issue23476)- update to 2.5.2 (bsc#929736): * Update HISTORY and version for v2.5.2 * Update urllib3 to 29aa09bde9c42cc9a8d79aac47ee3d362b438cca * document combination of repeated response headers * Update README to use Shields badges * Upgrade urllib3 to 490d3a227fadb626cd54a240b9d0922f849914b4 * Update certificate bundle. * Update to use readthedocs.org instead of rtfd.org * add a timeout value to connection_error_invalid_port test to accelerate failure * split test_connection_error into two distinct tests, and changed "unknown url" test URL since fooobarbangbazbing.httpbin.org currently gives a valid response. * quickstart: using a list as a value in query params * HISTORY: replace n-dash to workaround pip bug * Check that a filename is a basestring instance * Move noncebit to the only place it is used * Remove entirely unnecessary and unused bits from requests.compat * Attempt to quote anyway if unquoting fails * Update urllib3 to a27758625e4169330fcf965652b1093faf5aaaa2 * drawn towards it rather than pushed away * certifi * simpler button * cleanups * Requests Pro * javascripts * Changing year in all copyright information * Enhance documentation for clarity. * Clean up cookie docs and display them. * Bump version to 2.5.1 * Add release notes for 2.5.1 * Fix bug in renegotiating a nonce with the server * Fix error handling on Python 3 * catch exception more specifically in Response.ok * Uncommented test in test_requests.py * Fix a typo in a comment * Give proper attribution to pip * utils.guess_filename fails if the given parameter looks like a file object but has a non-string name attribute * Copy pip's import machinery wholesale * Updated the broken link to twitter streaming API documentation * Enable GitHub syntax highlighting on README * Bump version to 2.5.0 * Add updates for 2.5.0 * Update tests to work offline * updatee chardet, urllib3 * url was already parsed, don't urlparse twice * Properly serialize RecentlyUsedContainers for cache * Changed ConnectionError to InvalidURL * Docs: Add more section labels for referencing * Partially addresses Issue #1572 * Update HTTPAdapter docstring * Add last few changes and add a quick test * Update urllib3 to df4ec5cce1 * Update how we handle retries to be consistent with documentation * Fix HTTPDigestAuth not to treat non-file as a file * Fixed. * Added test for overriding Content-Length. * Close sessions created in the functional API * Pass strict to urllib3. * Use to_native_string instead of builtin_str * Update documentation about max_retries to reflect code * Cap the redirect_cache size to prevent memory abuse * Add DeprecationWarnings to inform users of plans * Note about read timeout errors and max_retries * fix failing test "test_prepare_unicode_url" \(take 3\) * Revert "fix failing test "test_prepare_unicode_url"" * fix failing test "test_prepare_unicode_url" * Revert "fix failing test "test_prepare_unicode_url"" * update AUTHORS * fix failing test "test_prepare_unicode_url" * Changing parameter name `newline` ==> `delimiter`. * Clean up handle_redirect. * Adding a custom line delimiter to iter_lines() * Fix #2279. Update layout css * Fix #2288. Change urllib3 and chardet workflow * Update sidebarintro.html * Made more better * Add Release History to the sidebar * Fixed #2250 * Update utils.py * Clean up, support all redirects, fix potential endless 401 loop. * v2.4.3 * Re-order params for backwards compat * allow unicode URLs on Python 2 * requests v2.4.2 * fix documentation for utils.get_unicode_from_response() :) * v2.4.2 changelog * Remove timeout from __attrs__ * Fix a couple of issues I noticed * Support bytestring URLs on Python 3.x * A fix for #1979 repeat HTTP digest authentication after redirect. * remove unused import * fix #2247 * docs: Clarify how to pass a custom set of CAs * Correct redirection introduction * Avoid getting stuck in a loop * make StreamConsumedError doubly inherit * using the `StreamConsumedError` * add-in StreamConsumedError * rm `else` after `if` then `raise` block * raise RuntimeError when a single streamed request calls *iter methods than once * Remove invoke from requirements.txt, docs * Fixup the remaining references to timeline.json. * Moved multiple files upload example to advanced section. * Added example of how to send multiple files in one request. * Document skipping in PreparedRequest; followup to #2222 * Add more tests to `test_invalid_url` * lawl * mils * Fixes typo in test * Changes check on base and json. Fails on tests. * Adds review changes * Adds json parameter for POST requests- fix license (Apache-2.0 only)sheep61 1686921425  !"#$%%'())++-./0123456789:;<=>?@ABCD2.24.0-150300.3.3.1requestsrequests-2.24.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtnot-zip-saferequires.txttop_level.txt__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyc__version__.cpython-36.opt-1.pyc__version__.cpython-36.pyc_internal_utils.cpython-36.opt-1.pyc_internal_utils.cpython-36.pycadapters.cpython-36.opt-1.pycadapters.cpython-36.pycapi.cpython-36.opt-1.pycapi.cpython-36.pycauth.cpython-36.opt-1.pycauth.cpython-36.pyccerts.cpython-36.opt-1.pyccerts.cpython-36.pyccompat.cpython-36.opt-1.pyccompat.cpython-36.pyccookies.cpython-36.opt-1.pyccookies.cpython-36.pycexceptions.cpython-36.opt-1.pycexceptions.cpython-36.pychelp.cpython-36.opt-1.pychelp.cpython-36.pychooks.cpython-36.opt-1.pychooks.cpython-36.pycmodels.cpython-36.opt-1.pycmodels.cpython-36.pycpackages.cpython-36.opt-1.pycpackages.cpython-36.pycsessions.cpython-36.opt-1.pycsessions.cpython-36.pycstatus_codes.cpython-36.opt-1.pycstatus_codes.cpython-36.pycstructures.cpython-36.opt-1.pycstructures.cpython-36.pycutils.cpython-36.opt-1.pycutils.cpython-36.pyc__version__.py_internal_utils.pyadapters.pyapi.pyauth.pycerts.pycompat.pycookies.pyexceptions.pyhelp.pyhooks.pymodels.pypackages.pysessions.pystatus_codes.pystructures.pyutils.pypython3-requestsHISTORY.mdREADME.mdpython3-requestsLICENSE/usr/lib/python3.6/site-packages//usr/lib/python3.6/site-packages/requests-2.24.0-py3.6.egg-info//usr/lib/python3.6/site-packages/requests//usr/lib/python3.6/site-packages/requests/__pycache__//usr/share/doc/packages//usr/share/doc/packages/python3-requests//usr/share/licenses//usr/share/licenses/python3-requests/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:29439/SUSE_SLE-15-SP3_Update/e8c6181da4618efb163bd1dd364fef7c-python-requests.SUSE_SLE-15-SP3_Updatecpioxz5noarch-suse-linuxdirectoryHTML document, UTF-8 Unicode text, with very long linesASCII textPython script, ASCII text executablepython 3.6 byte-compiledPython script, UTF-8 Unicode text executable  !"#$%&'()*+,-./012345RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR`>0:Kca-certificates-mozillapython3-PySockspython3-cryptographypython3-pyOpenSSL1.5.61.3.40.14 utf-85e7d786d47bed6ea58e98f1c72e673eeff0cff222d8412e13dec15b8539ca32e?7zXZ !t/1M] crt:bLL ܈ߢ>&iduVq.m}]:Xqˆupp46(PeBlokJKjybqlή%\Nyy]ZnW@S0f=.άa@Ttľ>Eoi*PZr=1=uJOxflЄva=5j},V(\TxI\;.zgk:XW:͊za,؟+܈\"`M،?/His/DV9'`M׫\Oy4|m)-nsՌ`p'wʅnltYs8?DMb f.4`: _*-c.Wx 6,tR]4GM %7c$ 0{ [,Olchbs}֑0tCJg1ͱN¤H̵:7dVH222SCCzoEY'OX\^ТfQv2h#:N#T-n ,LNy` ]OrvTy_dɴDSXraV&s"'̉ZvrIKzա wV-ZQ\ LVVỸb9aVI;g[&UZ;& ʈ$d 5T/J9fG;s9:HV\7v@J\gfg#vUE1Hk .̵fB0b Ewe2tj軡D^ ,Lew=uiJCRq*D~ ZNHI֘裚=[RAWvfBA('ҍ81{z1 P3+uW6FX>,AtOPIVl|ljUݞʘ7c[xgN/ Kn2?WA(uj,vTt{s' >릍ԜtѾ!}FNSM&EvFF*)0*;Ks5 J2Uq'KJe}Obo2I M{?]9rVvm}<az/aH?WtwG%TIi%c{ p/yTш.y@޲,S`_c۱k:'msrd}U]lA){!w),R~hM|"x߽J=~.{(SْC1RKcr^>c%-UC{̔qqD6 r_`IwQ֕no?htkL:E`6f2N[: k+dnUko;U !Ч] ^Q"U[.1Lx1 l6 \n]ZAt.] e}(G6A]C"^wq;SzX8#B4iau%nJ1kE•0]94xz cC}jM+)1DY-NdVj<-XB=&&J0q5- nW!ΧSMpyY_ZԿzsG3+!f6<w",Z4eJ yp-k6tGF5D [WֱwzYn~$Ām%Tq76F+5R!6/qOrٓ1<j`ɼ02mST[K ȧ0"VS^ׅ)s <3n}l;,<$;> qowSFf߶,)";H2N L>L-`Sspu W@#Ū 38HN9v\DR4Plyu>d=x֖*0?3!NZq}u?%wXX^a+P1I:4^P=>=  DEh?Su,Vz=hG2̇w]JA z&\eNߖ&(Q$I5^_\V`R]o~&iv"Fq ݛ~[.W L=쐝`mWjK' "F|UPwact*+F:p;`ՂYzaɑzqmƱaY{/q$5$s^arI46p7a@2h!g\r Xsgu54(:<`_ٖR8d쨑Vmb U!SaSLk:[ ?@\aދ)~5nb -<#&5R0 Z{Ś,dƋovJ|{f,C '7Qh1x/'ק=w\oW1N $[G Y WBOi~Tf#̐ h6߄0d!%FIT7T.2(ؗ br#O I|V< bl(խ[O6~nʝSJN"ź}E QfjGH-b-ĭ8=Ub4Ifw+F,|?v!}_lZMO$6PAa.K& Cr)_MM#*4Z#?΅m6/ 0ENU 0TB*+D'GM7wsI=vCA0JUlC3_rO}MbTc `ȄRcJj6x}.2}WB-~^s{P뗝D'Mx?< >~sd]<#$52Xa{77[!f[^ç +fBo4;hl +=MI^7Zp³<[Qw*DHtx >vU]z`K GO#DN=W UBc(žR.J*(Rr(XMld{t4_Fw`Ǚ7.z22ςX25ʓ%U ;clZ&ݍmřGGvOnuQЙrM 7LvL:2ZD%e甦 ìȸrOҝt/Y9\QcGdUv*bzCUz}os$4/A"^~Z'$&]6z ?b rfbĹ;ZeQ!y+ǣѰ=ҴLJV7H[ R3q=De.Ode:AQ:x$w43ҢS4/mҜcH˩zgκ\Rm ,~ZS0vߔ'7pͨZKlxe6Ȓ8&ھ<0UZYf˼CI; ?ZW$c`\1֮w1ai;{wQ0܇dN=ՊpYP@: vCc#oGNJ=-6dYVE 6D*T Ro̢3>Bel3)yQ_nQoԶ ]$QsN Jw+ˀnf@iwHc^6 ~;Db1#B22;G\3 ؓ(¶V_VNfTx"PBwPQ+&R3KI?@^%` C\u\W'i;|~bt@p^K&B:֑!c:Jx6G u6U `HXxFn-Ce }/#i\XqQ1OBD4U ݊只5;N0ISeO*z2pB}vĹ4@j%\t_j-w^GmWVAjY<἟@Eζ ñBdᛅa in`ӊu.{Pkџ(ĵy%XS&Kq ;bZm(vǺ5q#)nO綋Yn8haO،6dP8UEMKkW3'PdܗnBJ՜{s&gCv^6%gQ#(_oV%n&+1ӡ=Tp҇]cg5 :ajˀ64vj["!D% hG،u/vo- qmƆw櫔T(ė׫{Fn0du Ym\=*A%7A^ٜmP鯫 aw[U-̈́r]yBČm.ۤrGXtojhV#&Qf Ԃw\ 91!B;?gบEw q)u >(OnM*upn5NC> h6J9 }E$BЃ#}X؅+ iCQ<>d?JONY )0 0^A967N]--Q L(s!v(Hvʪ_I>cچ2~ܓi{ GX8@D)P1[%bdQmx:焷^!eX[\ L" ;϶Hv΢@LZl< 4..ܟL%9AoSi,QOt۝eN,üm3A=Y|/uVodg,(ӯ0y 5-}_bQ?se__nd=aj `3Z0vҜv>n,*5+@B8Ǫ$*/ r>GQg΁PӨ 99!+$+sMWY_X8Q1_1l;"k/j(/ ^iiVbbeS ƇJTf"}хLS8O| 2:F۰1}k8ڢ15s5Zܳ76mƇeg"?*?k'P˨i%+kFhNnm{xʬ%Ɲ(((\Mv~91xjjڞ"d|}u(j-Y6:*//vu\|^6ϥ!dtլh2q;7N=4Cd:9RXǐ$4b~Qg:-tE5P:eӮhd5]f,e, %XBO)B.+Z/HAuK(F.ٱrRsg̈́lVpeYUaR{D7 Gw4_]E$1ʁ;ٚ3}> r]Ohfj+2>ZHs,&1a`z1Pbr6Cc02zh%/-w(Ws>U0']ٯ / h,%fi6Q$ Y,%n9>[xRy4kHH(@_ 3-^%㲗PSӗVsT~TUj 4 );LxKЦВLOd e)XS e1AhkQ<<%7lgoWNHQgO~+3hfE9AJ3ȐKaB%k4]91I51ds{x %oG>H$xOrQʱK}5Xʞ|UbR"},`{r[fD-9w.K$ Pp ~&ac"X-FxˀĽmUZ0cK 0b'uZ\;6N7o}-O8d&˙L 6mP^>4q Oi,~9}>南hH8TybGٹ᥻9V;S:MDPsx@k㼄 1YoڣB[Oc"Giy3ykd-vY{D|ʙo :Rn`)e ﲩ8m$ A..$pMAvDdc Z@=6`X,}ψ|AːOǚ̆bM ٖȑlaQh*㵬fvO1?ˋdWTW6Q_?Wm"B7@4wá;b JaUIrY݃K@i0 reoՊ6Ը]sߴL+owsĵ[j&Rς{U)юFJ[hF XNWoO$c k,̕zޥBw r>l*\n8{ Olh_(9^zKAW<[ׁ,-k|<>K (6lNArZxŪ0iLq{jrsMe$"o{9ej;.M 4 ]΂4;35NKla7%$9\"ߊ&h׌X]M]yaٱCxd r-MSuu BS @YkD aWQ5FE g>K0ۋ@$A#on/<;arYz?0oJHFFJ(5l"F<=->66A;(~+PԄ%^ٌ?rߵm@fXFBit'fI$P Q;2%h7e@{hAİϤ@meL\bqR&IJKUv\_DF$KmRȁcG߁EAye`97 F§JYyga3gR-5}̨̒ 3xΧDh央kKfgDw| ]QF*^=&${mcnvQV'ר̵unuFS>8.;?HkLWG›dؾ&^,Uj Ku\z?0Is]mŝEބ>99ɦV I[.+9geEW3=hz AJ"("63oTHM<-BD]6Ú̄r0iĴ|bB'!5?'&ptŞ8qLh߼wW1?:{@sφ/Ձmp2@)cD·[$gF.sd'w @2Dp:!qޱ FӉƧ-zZ ST —ȗjo/Dm=x65> |[VAc|H2 /Do^T7#v'HP,yqAw.3nPHJ(⹺ *hfƾ!_"{\K:fȮ=lq]V,~yȲ'a.Gl魟@&yK-i1T?=L<0KCACjV|Ҽ}.+ԱԿ8zJ0I^7K-aQ-ܣ.ư'ap1ez}^1Cav9U{t$A-_J[Ia&m 4 *31GGOkDFa_~3/CTr,J{XW /)-p1.BEDJh։HP{q{BjT/(Bg]bnw*G}:[Yldͬ`1z ЭQ*|hbe!sg#&njHQ2sế8RX[>z/@6&Bp3otk*ܨg0|W`/tQ ">Tp&YL-_;ٲ>8KtCЁH$o+l:eO9RxNY-8Vnu<Իo}h@-Zb $/*f#WTr-E[,go)qO?c̱0P::$2ae8P!xV+9?'P 6GEd[)Ϋ-9{/IW|QBQ[sqlIfۂ04 gxȐW%&`2Gi$zb*d残}*ISY23_!(A5,NFsmhȤ1kh<  y&1bB8 ?t+JzB)fN^8'lu?SNU5Eh azǕ~ŸMA}0ۈr_?XGn޳VsWR/WNgEdw)By@E1FO[[xb5S8 c@[n0QW, (3Ƥ3"EY$3hF1A &[x6Nj> ]d"xdRn!3㐚ium;R-a@/^}asN"L`ㄓ/nplM]`WI@kձl!R6|5!gExvC̟Mgi<؅**7BsrHZ~ƣisRo(1 Ȳܮ*gaw;\F/%18.qEJU*l"MTx0yE$9 Zh8n &] Uy #؉jݯ.EiS>$>TCMza>9^YϲMx |'`4_I`;fMɑ-"j}wi#(d04~U~_7wv6gOq}8W"Uu'R6+_^YwDXwlLx)#mϴ0-IKK1Iʿ>͐Ob1-̡ʀ'֊6ԝ_|Dq+]_y8>ȍ¼peԶ5pPߠSAy'竐^$SoEYyB=$8Q{bo6jo?>)dsW-'_,2ɤ-dV l! 2_.hv )M%ҫ[/rdsQyPw<<͟Q XL!9}S*M$nDg*NBX2ІlAЛ" 7[K=OZ|Q7ak/StOlTZ<5&B+ E>1,[SSq ѩyVc7_eH' CysIW [-!uieSYWI\Hf+{Wzk*CNCw6 5$FM1e0k-a GW_~)Z{<_ɠ.70 jЂG\wK kە؎ tG{{7Da[?ǛH!,f;og%G+N=(l܋@X\Q`Gˀ\x0|X."ΰ[LS$[A]ߗ}:ѵ(\IE'ໃ9}ûM,Od1oejkE|5V ݣ) $Mh^$ =Ÿ|"OO4n+oZ~*@Fc{4y  qaVC"NyFǧPǐ߇sޜNFzi;"Xˠ[O/S2$E g+w.Уx|x_YU5Z1D}Xˮ-aV s/;fx~<(y}'guU!q;FD0q;qi:'?3QFOk$i-U~qQ8e݇9?8Ua56qYy"^SjGOhDwp__eq=WBOoum^T:1Tuu97[TJfQatҩGh[Ε%UzO32|b44pT=)铄:cWF.iIUES6l6 #@yR.ˏ6GUX]0ǝNWo=άUc0Pjˠ>@YEV<@Ps!\&ȵOUBʼn]kȳB(T%u:摓ig56* j7Ea .,1*>dQCU2I]Ph{Ibn7T҂{R^@-$~4Y ۹{n❞8DمNKQ}5$XL:/r|to)@쯢N{C=b *Cb- B3Հ.1C󍳧rXHK<~#lmIMmKlJ >r( h"s8LP8Ǎx?x,UPa?<$2|R ďCV2C/+3w5@ŦGك~Gkȵ) (,~XR:,)>a.\t&FG>8ZA:EVlJ⠮|L&K?8PKE:qZNƞC'lO!3$;Y%HhWeR#qd۳%g~m~{XqΣ ky|z;R·7]4}ȶ~Z˯6qFK֢]=nLeJz_d3Fw"u7>oC7M b b3U}G\;r]6r1|@ji=(eOo̺߃,JLnY>| ^ 9%,Q^}.Pؚx PڃhQ W} ˆBZzܙNqJgнʸh[o@8|hTB0>sYM^S.)r_Ei%45 hE(y7_zي"%^[ۿ^!Fљ sc $:$7lbK!3>߹נ5ukX|BcS̶3B`"4sɖu /5&khx(S}n1L;1Ӊߖ߀ WڽiCޭ-OWٶ9c&.q3Gp _ƤClafӮ˞9ٖvvф17pLi1 v˸Oqtx zyӕqbXK9-X3.^M?wulsm@1ϛYj4|t` 0Eh/OzCY(k e VC0+4P`mjԺgTʦ-sdDU2@jx̔A -=p+t}YOK^68.T<٨$зXW)3Toߗ>m3xLFuMMe#QA[AYOCk: յ_0pBTXu]mx&x|OVU9?9z'e4ے4c^x+ż΋COK[Ց{jzrj@UDK9+X,-e8iN(MTM9H soH-PA/OIrQ<_&Ṣ,NfеiJ>Qbkr QO ʵ񿿠~*J{ڇkloPZC"WaP>]PoIZW q8 GHgm^mwts;svq0b~v3|@5a|y8?C6rh+_=?}ƺQ%] #xIKFbVhTH1|.$; ޙDFΛWXoj( 𥞽Ty;kt(1=ݩ2^ۘw( dWl 9 99.SQR9*yZChCn6캴,6D =4R;=Hgy(DQV$jcus[ Rܡ6PFrJ}=Q8_M Z{BEBT$d=*ǁDXKe܇;iO_f, [`AWfU"5\:Z;}5 7cni* {!˚׹>}}7niaWAi#Mp}uě; @t]Tkgx~o*md`(d #]HV_ꋜҶ|.& LpkѲjijj#Gm6x;K@V6h b\*5pеQLSj1n5PIJQ nsl5y܌IԶ7eF{Il: iZ_ N*Slik~P7qL(aˣ%E{{XlG8uŭW1>ud<*tE+EJBKE8\nA{lX!&'NC$ڻDxm5G|${6Å-\M#,l8Gq}"f1(퀊j]MU GG͏Nn7߁sH0PrE!i/4D%w&#2Y`EqkA](k0L.>T#˨n`$6H=p,]boojmvc8G}T3_K馰AN޳I"Utc{AGnEQ.ЗFwS2ȘBFÜna=_qo );I}4nŌ,vc*t೻wҶKo1]8 ]2rr1h`'a2& p l^;`.i4DЙ qf~h1a1u`mw_ @?U3GJoM`w:|ڿ]䰕Gf>+тAAUdfÏjwZ1UCF Aσ$QQnUթ>&32ŭL;'_ē;:K FyVmA˧Y0LAҐ Jf"v! QTd( +;8?"L覞oxp 96,s*ypFn[daڲ9I ْ HA{ :D2 vlRT9+ȻYʲ׹굿p1JZ~u1rYhYڑGK92[oT[MCIbAӸ\axU*\Sq=QSIq V^o+0* w-"ᨯtߎv%B )t*RQWe zخHMP2-ȫلw۴Z:DJ [-T!?A3X^uHR% jK2! 0jhg tH-1;0_)Qclxi*ǎS߃__\l(okW[?mmFQ<"ְdx "-ckCc'/:bX,~g&p~r1|y |-/i:#)hKV+#4m6hGuF6O*p}M0W njbT Ƶ].u(\2R꧶Cϐ?ћ}P`\<"߁v<ݑfe*x}Acj'Ǹo{Si /|Wm6>/m~ xvp1{ %.Pȸ9 H+B|< BdrCy2"@c8Mݓȕj&E]m7ڊaj]h_ŜW^Pʹ1UۯVu5Vxϝ"o BUJ@Q!ࢮ o4#?&My١CzG7S ff:B^|d e5}u[ZOjɭ\J,n{nKCb b כuYBIHIHx.(ㄡ]P-WX$Dja&4`!ɊIKv P<2cD|xzT+>vxA IӣfE8oռeF[.~߸tXF'N-9H:򡴠U? =2jɝu{dL tDc-PlPVΡ&>.iQZ)- i;2Ԧ VeKjyOa U]K3/3EWwwةazCTcZ;Sh!rhPr(TD \exN&r!f$O fɶ<.p~j`Zl3fVV~Sn/}g?%ގf5tWK\Cui8UoMpz> ȓ=9F˺&w_\C~Q٧U2!~zUT#}1.kq#rMYn&%ᘕ`G~@5>FdXxê27eRvXxbm M.j0hZӰ>v4|wr.Ohԋ@3a2aD;5O^SNL2wM7t*p !v.|dhMOO`oRSyᓾbWV"'-͔zdwめE`2W1Y|LQ4/:;Sڼ3Y;<~oz?TY].6cOܾ~ZאXBƈs?:z?]_x}I8B. ])y)pSe5&B)ʈ ulJd,2Rɉ`CzHSS}tI_<^cu2 ]ʢ~|zYNgqSvBovjeg{w Xfu2oC mڶ5DMR}%col7Qh{:\Ccw&/ۏW;cW[ `(~{yfcyq}/nY~J$ѐn J4DП2 T8u SRT)73 j?̇JoZPY`-jOcH~h%?K΀b,i1 Ƀ.֤BOApC V RB>-y{VMoMN*v\==ZqŬ iֿP?-S@WI9wUAS]VsR5PB惓=Q*KJ0y7pz .omsg5z%3OdVA&V1GKRf;R`/™61{~cj)w>gť%iFj/^6<5xssè+ 52*.;uܙzMS ;]wԡIoثbzS ZQTBGR?qXoi2{ ڈLZ=Bį2J=MBAK#K-2sݛ-]N*ƾzP B&udH%?*rM6w3`ֳvxW6_8m*oRԧ1I')FW xmb*}/5Mx9f5?ȴd<$IF$ڊI$ւ?[VZH+WLҐcYTtoȫ]tI$DA\u-ϭ¢ן}3Au en7R@ [vIdV(\O{+9:s2,XI5l(yk> Uw(V J9 >lP~d8=.ۥA$$.2E Ƙq) >׾kcB&jD~N£g3ƴ)uctMq?&><<*{Ȏ7ͰSuXC 4re|5Q{~G~@jnDM0N`U-!AȀ?zb@`l_qnL}H~Ⱦ”-;g/,Gb_<+|$`{NY߇(pDtӵp Bo<;orb׈"Fq!HMd@V^G kd0*:>{v"!AYg7(mh^[z&*+%3te7X%8^tK|rٓh ߫#!DS.tr.%՝ѕJ/=҉y=[.-ywS5Oz呗$P"#"qXqv}d]eMLoӾ}kf"c+rj0:H'׬&AŲgK#?ncMr(͗%m#Bo# pc#߅v;zϐ)@ept ͺeg 9]oT9UF-FCS޲:GZrA:?+u|k?FTP^- w` 9cpxɽK} 'mp 2pM/YY,tN/\`wmxng=N@2jgܒyI͡hP7ꉭD[D8p6MH3kSj̪MS>rxS=v ti@B |4YRf 8O{h~r]X t*2uD&eʴx~"Dj6dkt *,s6rDY rCȢeʡ/!mmhY-VFR.\o[! o舑fՋ]ېw=̡Eur?afu85t%IіjYB)C 7,9~>L #vaf EdI rbc%j|GAYVIhY{AYhJ}g IW+qq^&%bkChMUBzi8^/LkBYjRVv2Uld.B+UvQ5L%}ܵV75\5U!) p~BEN 6S@lSw~Fheg,L"\5wzѸɊyK7 ');L ݅WtjٌJW]DVUb6!8g@:_$InzHqN!R6'sć#GӔ< fK"׫ \aBM8Rz9][{Mp#1) Z;lEikn^c4Pp򫌇t %5r"8& %g Ku(vG~؅9;|ieW1-2')$͛]} ~>7^-{3U( rB@s?92m+'H%1Yy9 0Ё}:eo9Eڋmc%n҆{ ֒AW4P Gg P>kO"iDZ5i7:3+@qW<зO]`~oAdD ]:,n"- ^*|q~{3꜅\=G2  3Ws ڶV+ZZUMɿXQwBT|6!ND}.Du +Br K: lȘV$(1`5dG彊U3+KR7~- !(}-SBF#CrǚETTsZX 8;~:*US=ZUэN9w :_|"} EoS#dPOfB^+jٟ]" i?"/*kw;BWO+8YSy|w(Orxw0zH%MFJ6e28F HDAyI+6d!.VY ?f'jyMA*;''+[j. }EU%FXVt 2/oF; {7a`waEN_uZugfÙ[:PJZjq4n*D:RJnZC) Hz{raVA?-%$Z(Sq(`f.HͳA&LrJ\&B;ʕ4W ^6e,,+)2A>]b><^7łO-W-n* ~NdITk[* ;q{U(X ZrbAtڍZ+MY }!G9T]tXo T 7G][>Q¾O00p 12AL~IYCbro '5Mx:4'~Cž^fn5`_*@,ȫ|p88?ӯ`ӂjODNPN"0Ύ;8[m1iz\EfT PN_fQ:J@^> \D6|@:DGP 2=D-bxpmQ.H(TFoG (o k| ?C~╖.j+Malf{>tUs=uxVa>=b^ZgmD˜\<XVx`d|-jnzBwl.r=\ө[ `ќоT]?t6 (ːs԰;I5l _a@_F?svqAše`xſI^lmF,\0R8v0.k}QCsfiGZx'&?gj: jȿ/pW 'ߛ)Z'BkXU OXQ+mMiƟ4$[C[#9!ٯ#HI)AJ7Ǩx$Zo"=)ZXs$Qf!dbKh RAT7`^H2jeA"c ^j 6:6V3 "[<k1h?9n NOsN̞g},Nn^@%aJ]],NE'_=mAzɱL0NZ# Sg#7݋Y!zB.WL) S r-GQhc 8/.1D=oChA75 o%( E`6w5r@!TlB7 _/)Pxprlajr94ԑ h' )yeG±ahU9d&YTZ}JKeDDžuf qwwwsc(tG2]BK8`F_WH,gu32XލF|Z;w33R@ R&>[-!fɎW-|%s*4g 'k:P+w| 'Wx֤8\$M~ptr0͔fjMV9*=δkt6 ꅸCĎآJKҟR, B4ׇG*.BP&ɸ *6[lGi'k侯RcEƴ4c2lHo97Q5o1w|qIAày"Ug8zM/pO#,(d/M7^8M?1O!)~4ke8?\=wy[C}hwd# 3a zUc]A!( w[!T~0~INBْϒ8c% 6v57q|_OiZmVyiP2Dݾ[ˎnМ9{!`oeev'H*沥OHO7p@F<; 0 >`S{7o{ohG% N}0yT翣ALR-|w+vȡ/e\ti)/袄W@X m=Yŵsvdg[- =0P`'o=#tAzG;{ xsژx6qBҸ.o]nlպ$K90ʢx78E|檭}K[ſSye] d"~wZ:F^~.G6!y>=M=,Y\r D堷϶׌8~~`*I4ܚ{G5o?󄽳$B'du]sXSGw^BXk1 qðO~6' A?9ք0wAm '^I[*,|/3q}Vyzu,@jr$Xb,n^kmoqIl݂<"̓TP/s"IIߒOXiG#:% Յ#U!A τ{^A [*洛!(X)Rz,mo]*EtRaT@LjSdEPOܠ<6WM]ϲwq@ ŵ_GyٗmS҈7ΔB?WȜ_&] iK&\x|hS sN%ܘX￑}j#5^BK.dINaM ǃ7P.#]zyK8K G8՝WtX5Y>ΤJ\Dz\NizJO8x>qbJZ9mc{c4dQyEF5n7+>ZL_]7 :4pl>7nG /TO=R++efۧ-\[ű#rl'3r"GIyC\Q]e|u3y`кU>^FVA<4~pC3,3s_0= %޴x#qc.)0Q$;aM$oDd0v@O ^}m܉' mW&*yJv0 bJp X)Ld+J!!9)vEN[!J)6Ν;~ۦ0ݕ.c&DPw`&^ a?2np\0G,RP|c CTc34IU";exޠ&6Pμ=O !|~' 2n )BRoN愺=xR9$ ;%_ CSţRaŦ_ ZI++Ǘ+ (EuOTȹ=s!B&73oP(+'#szjRjp.jKc//@dXmy8'Yɾ`[BͬI71Mdo%~1 }`ц]&Հ]Q5΋5ug%cbRN-@<_fNa῭}PT̳GT1$ON5Yj"!"y.[H9N1ODQ^:)8 9Fc07KP>4Vr`AG I 6CVSQge{k(\~1EFb`\yi1($ (}qXd%΢h+D<^r!A$a@fPTr-AT&A(GkrQl0!Ժ?i>&d2O'fdDhվME'R-(s{C"|t`: ;SM7WONH,Nm~4+ b %g\Avh>*`]'r2L gw$H(GүM6`/k0e|)9;bfS1}pY{Qt%ɯ90GhK?v쁝BuP4Aχbu;9,~1Ǝ 2V^ ;ipvI D} 93 #ɛmm Jpuԏ1e։qj`Z94+YR?0?NоS*BvUpz)D|0Tܽ8y;P蛄f"_3~lTb6! >lYb.}(!snOÊH<1nѡ%vgWb gT BT?1P<#Sc s)4Oh@4 x-b|CP 5^ W8r|D; ~;kv}|ody Biwhź/%5^5هkG,Z9GfU?vj2']91AVSf~h 7=YNrFߘpGS7d AnTotEfAƢHH;t1&J;TXg Q"+ůVcw@쉠*!Ju^SJPBxCdGuݓlo; W64*4_Jw-Y/KĚ&11Dpٙ; 7V]QR]<7\0p KR / ,팱壤M|?x̊L( 0 GQ)} }e%XS 0tuAp Cg<~ٓJ=CԅYbVd `~5ŒJˮ[0IP!)3nz/]4Kq)V۽b {S@ [hfDyY~~>3o@ݞ)YɭQx*D?0HdUbSkP:Q=修1iġLak?P9M'kyF d7LT2fqSrA|$Yh׀X,Gtlb+gFB<iUo$2 MQ–'Ѽ ro?X_MX+Ybx&(Z?be ߖɒ~21Z0 ^>ACYƭe[>]ؠW\DH eBm_2`60a2>b~ԼAE=G,`[2ABAoZWin:^WAC*XQcoQs-9LO5@q/#Vb*4(] >lHBrasЉءb՟ٷX|/I m::Egba?tvR_F4@qf~5Rlcy ,̍gˣhZHU{aĤo Q&FO &&}Wdua5jRmH*.xEgmy|@ )X_v`n%d+% &#]42T Ki<`46P͡ GkkTM.?˲{|J)W`_6+ҹsqsN)\”n<3Ax FďDTB_O9K=|]* ʈ"g\𺲦y>jL{89zZGl'/E/mڭШnm?jm#Z9\x>UY[aJ9ց)"}qvjk*>DԆ º,GyR8+d4: ]"J"Da.^8)0fswQvvz`>Uz0ɓ {gsnȆtf :1*oxu}ؼO~9X4)>+[6JҭZe &gE i^$~꾧P ,ce0f m1ѨN 44۔M=>!?JF{7ȻU`VDa8#j;RQ{w 3n߾5ay'"w7P]!#N#u@M)DYj3!;,{F'O/N*O=ZCwػαyZ_!7Յ~g:ބD%j&!|8l MO^a3ĭ1 sN}o{?ݩb#2{‘١酧e}sXɼiެB?dN{[Zĝp! z+z)z 7΢T *3b:uDVs|_Յk)bM>yۺJws2K!n_a$:Gj"…([Z7]mrt!.L='mL@ex6>@*ZAׂ-3} <褗Y{@E Z?U$0Im`!OH@>V7,)_J)}ʂ0Z>%߹j?RPMnQWBˍ+^ĕeG^Md>{_zUhhΥ!lyK4fh~ԃ/Dۊ"DvOMXRUD]isrs+tԐ@>$ lgGL' w/)՞=xn3LX~ (P~CBhNzD'ji bU: Aw3 c?5+mSx3N&mL#o-IVx-%%dـΜ& 0[VPyNऌd$L %'RBH! Ee%m&aOt^.~!5Frư2{Խ HpJGҗ O#U%oGM362*ҧľ:P$Ctu3֒%;[h?Rο!8x\ߧ+P~H`ԷXoD}HBN^i$H/_c-Ij*ZO5dIW㉞zLlM# zMhYhzuZm63ZHEٰr`Ftұv ,ͥZ .!a=u;5Q'KNVUJO  6$;T̯E/p&2q0ޛDGlaqS4tj 3x*uŮ'dizH^i%τW.I~zBc-bT FR=ZpR %\^N(NnUDbt3 >@/v5MTlK4i}mU}8\%dC$Rgᴢp_p&},c.\ّWC;@R cց5?k wN}ʿl;RAyo+ erhjVy0p͂[/шR~+puQ-+*s03j1{|[ha(;, jg͖ڐXA`pt.ԀD Q>CS a @uRl\ǣ()Vbeչ]tN$4{49QbzE趄S2/R-@d>S%ymTҮmQ9_ȥoy,OV(3,脮E ,ew+_3J/{<:7sGKWӡ[_ƖyHQ"V nozOw{h9 &q]+@-7d1P3L1Mo*jj.e߫B]&!-$^,y{__O1t~uײ:ˢj1֢Mm+aoS 0}=}X6'CW)raJ,RRSKw+ԭ9̳e0h ;Vx -O}|ﶊ>'ur3B[ĩmϸ\ZG߂"i޴GlgA;4cM-ޠBQ ?U5 "it6n6Iº;`LpiX_|QR9W%ykɌ׶Z 5/ظ9F c"Dm+k^|&3\eU=B[Wԓ0B_)lUY'w!^nTjd RؖP:f bB䈯Q,5;M?_l{䋎{;M޻t~a0ZDJ o}nr=-=́w MږVF'uxGpWXk`]րHkJtu\!ߘØmmlE{VQ)@JM5w cnOTi=_JqE\F3h#`3GgUI] LoD! cqYSmSp Tc>cdk~oJxMJ9Yȧ> -G+aó0׆sL2 LL+#ҌlێkAwj(VU&8ay _~y*ֺ1&H$D Hi5u@P04gC_<,ʓǐߠ&*|IpL Ξe?Ux8@*"6v3#SB ZZV^25{BIO^J\\waΫ]S~4m82D^'vcfo{-RG2 {_7PV:^+blSzw'ὝC1di;v6:gdC *D/j3>N'W LRYT誵'|(0[76!B:W7@(V(rIgW5xv`IUfh!ߝ59Rƕꉆ+Oh0ʧ{R-'#,):KF #[W8;C`꛵&ܴ˕)`CyM ]QGG [qcg((ow-@Y'd@p됇^R@B/ $VTz U|º­E6lAL@Q,:+3!*Y aA Wa|Oe4F òlabىzH |ZwM&XauL5&CfU+5u X6)MB!"j"? It`1ET!l\@u5o8 F(}CF+ͺwMn˕߁'#eF=ɾ:Г_nJ49V_)!xbgg)S(T$4J  L[@٦䩸6LJ6k&7m_z5}|VW]1G}3kn'X`J1f{ւ3~&rΤ+7兒Gdu(+m6xy:򬋊10qR|)]yZeӕ9nkhb1aOӠ%3 ˕aД4 z/e-et&(fKgk75jյ VO&~ >5Q!b,Km4{ $!h?)}+fgљ^tv"X{yL5vxK`jw@Z(9NOlښo6ݪ' (ĜTRmgbnTǐt$)yX_w$ p@#;dԜ7ҚAa=q5t]wj$ȨW[ʚeSa'뻃Qhi;Q{wTAwᤥlLVL!`sN;+aQ؂|o NX+dT"kw?T$p!sgXMQ ͽn = .U,:@U%k~!"&a~rMފ|wox9(+w}딕 lCaWZd8GrK:RTD tocP/3:P<kQ ~KbBx}nk3- >K_B yRIIzSƴE.99(8d@ 5t54:XX5kF6#5_0b@v2<Ѧ~D=d엚sD؜;Q!Scx}6bgfb34T%ox!oWU14NrFn$Pd (ltz4;Kfp_\HFh6&X%Y,~ (VV%B|b} \,k4˥7HWooU 2(1BN3gg'{ 9H-fm0,ߺ;Rf ;0rCiׁuh'u16MÅ|rϣTxs} *X[ȗ2||*6n:~^z7)ss'%F1'&C/.B ?9z\JA*+)6sz6":Ir ^t \HP# ;_nHmv.Yh"qW֕2揯mnpDf, y-cSAJIo[Z(v!*B>h:x۩wR07~ EwAk`l8ODo@/[w4ri U*IY$b U.5ylbA }bFh׳՝|NfC?sɘDoJZ4@]aouoy׽:0{9#KnSQV>H 8Z u8o>w]nQ(B_*,|\m5N.!^/L?ۍ9q\BH]WVA'/a.u*&1Vѭ=`2oj ^xLh{KE5yD.XJreE#R./=$V֣,Tju&i3gr{?ޞYq%.)\$_jTe'7. ( 7l&̈́CX(fc,{)\cs vaj>즟} nxNnKT(sC`]GnRx,Q MIn00k`)UE13QL ;hqof8XH lӢXQFkWRպI`s#faD.T `]_|va&hY1eDꆽ%د\d35z@ofvE5%<'- e3T&$/KT֦U17톛[U38-%>oWN txvTT:Xp$ Aq43hfΛ΍<($PnOwI m]7ޫ{Ԫ6[4,ӣH bX@ tz wMnW`aB;BVfQoۙb ?=2E+"Ztsn˜3%C5\jt@Br'LtXG^Ծ#> )=~!6 #JB?҂'jmF]6˃{y o(]W%@ײ=7caUԒ4Dq, 1_S`,D̔ +IMRhOX#u(4n54%߃>?|,ph3W9{Zfl(xLy}DuZ~P9!҆^`kRńǧS"ui/ir# w.ƈKRrc)}]YؕQ>(Wʯ2uD OϾ̔J#"|ғ;mNmeaNH=ӄu(y n9`L+gOo6ɎpL˂\|Zd/) 3ҏUo'.?؀ȂZo;i3s]Z0[W2ptVؔ }[\-1PK%߇0K ;lwi{ŨkVGt" k6X ]n̷֗G6*~G|#gTRBF*\G0XZ'z gk]MsO֭v;U`f`?"Ὧ{}B5&$K2即 v;w{nܛgZ]p+W`'*:p~d߆ͯ֡ق !"vZk{k*ml=5(ĺ EQK55%0kOރ"q{Xbް&`Q|1T'yBc%5)N b >Zz(-?K=ywK(,C'yN? l-ru\^ Fwmw\7h 6??@=j<)8&qx=$q_YRV[όgYA }~5 &I-"!ɖbxK`|Jh"@4M {tǤ && 3+p}Tx$SG^DJq:}Yv@h; JZW҄8{~/8- iݟW%V~U}4W{oinC+1ߕ1*>sm ;rin=vH4Z2W"nk g`VCJ(E[_Z^1|`dĹ "D;ޡzP6Ӕ4=8b(pN$M~QUF&\TL 1r>cto1Ny hQ2Әə^hqD1O7ڠ =Ep"wuRxw;Ã)/ߘ\Вf\EWI4TB sM !26>`E]Fv -ɳ.|;ơ˾(G*", nU9; ^$w*(bMFz?0^Q(3b# 2al*JQy,lWfV@"z_MnE.™JhF$yCy=?BèJ7#4MKƻ+_ XHT\eh5PV [׿%~/! /ԎE?-?yN1Vs9]'3h m+:vf}썚Fb<,2<$eNT񥙯gÅQRU +]IhG![]7y}s1糧rAP]Ha/Dt]'@S EbVOrǨ eB쨠Fs-77(sY[dca.Л g; ۯݸN'т#% v0Y1^Q_׳^Jnqj? XtʟvWx=-P0/CPXǺ13E?Ƨ+G-O \EAhoLKXcJº**~!_674mEq4ִ$[(Jnjpy\.k:.2ƍe KAe> Cޮ(͖Zhѩe7wUsC\i*e]fNz5€&4f @*>Dm_v<]95Uĵkg 2 hd'QI B)^K%Gm$rq&Zko}W)%Ug_;F/V(Z㣆)e Rmg G/Ye_{ ֊ F<)+e(K\C#^a_߰AUGACNGOqH'8#AEՇ^Llp^lt?U Z@-Z9\ǒ+5lr ,*%Koe^? ~!x^-^:3,/JƇӥpyvzRݘdxMVt/uCN" [S3* Ut _TZ@s7d+> ?}lx.%$f irW pCKRq9-O77lH7a +AyE&+BɈ~BQT2vC o]Ѯ%oZM?+doЁ!:>b5 ,θܹk)XRF×q`YVg+'tq‘ a7YNs /7cU2vl=?+'"CeQ·=/JYLߴ8ecH\p{U0@8vikp` hGO ,PD-y;O&MKyR}E{_wgX}2%R5?4[%,HM\h:9ufIxC$+TObdZɒOtx؆;'R-̒@! |"CߢsCWu7L3cп>0 >1m .}۳0W/8bLo:>d8A :p!ɘVO0X|r|t[\ +ЊvpcDMNwӾz1`;ZJ4!|3F:(w;cvO"U*Eqҳ1>;"&b{1låfѩ^?d W;m>IB,ޤ0g!˶ʎ%M w o[I}wK>sYuFWwE`(}Vq/ǞC44 Ղ<+UZ ztR%wXJ0J5X$j\2k֯W[(9ˆ1Zf i-1CN"mK[ӄ vzm̏;,@7bذ!@J$x<$Pa{2 ~i"7`"~CGX_puPSbv{MY?8/"]%GJ/[L^9z+bQ<aǖC!iЯEMm& c6*uD񐐔J5q^OBO$$[%4:vP-cմew=r CM@zUCFx>.0Xj< f>V,ܘΆXv\'kHvtRBk}fViB|gq:\Œ3ڔ Ag 4r35+gn|^̈8&xLe:9M8>q d˪W#E1ݚ.RVwrbAIڤi+7%sH=«i=R399!>MKگBod"@ ƺ;ɺ3}\Q)34aŻ)}}|0)&>hH Pz$v3!msΘkD㛲̮SRmt~l#Bxp՗:Cz͇Zb7>`9MUniV byvO zZ ((7#szkahTi^N՘iU?b+.W# #w$De3Y]JvA- ˢ;>f T zm,CFkjfC U8xÛDhXKqN[l""ݟzP9ҍw~̠f8ۏ>t7PV۷il8zhq;ZYvz/gZ< rY܄PϺ`3,>g"7N~Pw щD +VX ܪ@-LJbSBbd :Q# A Sd0ryfN"59 Qav#T"_fjYEu-/wYuG OLaq2 i^! <  k`+:b fnj={5௑LDmu$6do{ƁVKRE 1#-ͺ5I34VrO!`7׉h Aƌ3ۑ 7tbT,i0sY!ZSPI9s(a{#qzj$Mds&YE߀Ve NJV$γCM̥;|=C U`|H_6]AyQ{g22 }IYcSUs5'\k* 8[pA c!dlK6ox9suSv)ιm[Cs1F9D RR W#o䋌zEO2CǩfXz?f=q(\KҩKk/VMxG? w2ZK9;NY%|;);ch[Nz2GXM\ 4]oT8tgʋΔݴJ x'=Dž@GrHsa>Ey[nRC:*޳zBQg#}s쾗1%88CDM 7`&#NPar~srf-CԎ,$OdzE971ꭂA/ɉY {rb!`Th0\TQpw.\j Xiɛ_PZ’0u/'!|!7q]OOZFAhT+9IN<@dU|V!C2xԀ!xM^;>m`P]V6n c[Ө&Xu6eUl a5MrVwp*ts>Rs ȳ ",i X/qt4Gh15\&8Ijgh7POȵxUH-Q:44DRVse2sWg )xKG&9kk8}iahPKlwͅߧX y~Ekc/#^Cȴ+zJh brwFY3=w4v0=)[K\? ü0Ҋt~z֕JovZ/V%T"ͳM]'Y.(z#ͪF%+bih#} D'uRi$II0ȁq^@ v"u3E瞊 D NBrdzB̭gTK ,xlS ᖓA "RcFGzk!r%a+6U!7xE/S_J3WΤ+tUtѨ @4R%m8PYٴ[h c!\S.:cm=Co]+eQ}>;zs ~GjzUESyO('a6@k>jtړݔjUh+5j||nUqFIevTk[zy?TBʧoBG8nE~p]9n)]႟c-A{ $3\ *z kӜ{#r߱V&q, s{%`V+|?F A6`|@a%4ڰMZFzeϜ˿@qlJ-)5į;ֱl?2Ԣ@-[ g|0A-[W!aQPQu{5I{9:\8xw<:[BR_/G^թVrݴߑ()DqgZ[p7`:ЅJ H Wxu rC؊Hյ>K>0O&S!k%"3_!Dm'}%sS?tdDY`c WfyZֲoJUB**']ES5`*' Ju]LU\-pةEG/ս(|J|+P*D@ne-|^Άѥ4SѬ%_Rq~\+@Sp Utv>p7vC$qYF: 1 iT/a*NPmCi% $ҫ`0J:3Lˋ(3J1 7!5l$oe8-DAx˸VbYMJ2V^r6}Z9„9!+\H2ājB.fH!J [:pLrmPQ?³ Jya剥;??5'~ ZTsװ҂w+05w$(v: .1:9krk+Z*<;[IE_(l"F< MݮG:"`f8 -(y?;4AH7b #eؙoHyZmOijm<ąE 2>Mr3_%sP퓺v~1gTOxPꏳxGmiͿD\U˖]8QyLV:5uh?+db` !&n DH G ^߳QJ#n`28T,ioaQJx:A2eӦO;D>@Z]Cb= 6 ei;\M7qWً{bn,JYUhcV%%fZ&1r@6N#3C~}BcONUr^wAAen!4GoԽՙo/>Fz\AHo+S17?F9w9=5ό c"JH8f|pk7ׁ{%9[\l pzEr?eQ)LSh V0} &NQZjM mNNjiɜhLCx]?ɿ}I4 )H $ iɵ X}*xA>&qZGzx{>* a}EBr)a1t lAy_9p߂èl_cEF92y\τ]8_ʕpN* ,FEFGҚ80`b5hR%+gpӶkYlߛ?Pf!L}1nLݴ'ճqk,'%+I}XifVniWA taiН?L-4:MY k$ځY`SD4U ,./-\uB iEB0ȯTm,d0Qf$ w.;Mk6Õ]7u"6'(.C[%jׇ'@SC:|b ;H^Ǭ! TJe%:C1*:)]ERjrH47cʣg ͜v7doWf!QvQ4TxD>SYVڀ1 :eoS> 5u!hf䄫FI'Oۊ|U}Z;N)M|'3}h֟ۄ$F԰Vg N^غI _MԠ:OL]- |T\r2sp,3ryQy&W>má tH-R:p(H.uNŀnБ,H#s'÷ތZRj$př4)ᛌL(4Afx?&@DjGcdZqm /-t}~v;V[WK$(O-{d5ZL^ :N ]Fuh'6ñYv(|jT_{[FW{Dqk()#q{H+\2 /&q H`Ga3{줥`J 5Q1 ,K]dbڠ͜) (DUbJf"~EwH f6Tm*y*R{wFls 3q c|N~`/K)J*G$^ uZ GДS h=Qm?4Uk|z//B wz1ah'y t.,tNFψR-%DBl{q|)V_Q|v*̖SAͦuJ|` y ぇVVHho& 5)9~mSRm&h\.st/Y*c;`*m@3,Xt9+w̃Xi ^Nj;"w\tu+Q"݄\I&42/qh~z5; "ؠVXIag-<uG(s]8I71ު f)0H57*0YXbxYdj/{zE7Too?5j~ЕkcZ_&"@c1!Ɍͬv?fԬW19ế ɭIIU-\u-86TL J؃r9C^u-ؠ_t0`@?Q\%r0uŲDlYZ.yrdp+c1\a>2 ]}$ljvK.F1Գ귖FW=a,A7AWu1|i;f<'04+%N[A$c*Eٿ؉r. @#Hl` ˥dFf9!V]LIIg$yTÊQ(jwy=.Or?-pXS,s1Bt)-Z9 xR%ˎWw}&f/b{!bΟPSx~k}3G24p|c#;N{ak@S|Dɋ2C'{&hN.qRfqp1`]9e\|ft8AϰZ+*H1W͇_ 8<=#ʓoxaGQlH*@8PFDOXT X "+Ǒß- +v̬MdsJ/prC ԩk:jju1n yO<>oM6]wvT*Jl"Y5_vIUy$8̜Og%Ϻ?h!C%g(x{!W!{܄d!6Rj(zmgi'$.kjSݢc&ks`r>Gk0j&]r|x*qk@VQ$lhyTV%FT̑npԍ[p=lxi,onL T?-<^n]Q|~W{%%Me͉Q%wxOҺCOwO1@T- V paU`I?gTY 2`J`{=Zp:iV!GNA/UVws@<pO\* VK8_*x:;#5.ut8Gt H(<丶u 4E72~АǨ9g's2:!o_§31+ xإa>,vȝ"lb R>GKB{'pb9{0wD9 P= ﻗ3&Wma #f۞zOW~J=)KcƦꞄ* &}e h,8.ޏ55y^/vV|Aqa{^@Lc[uh snKR1I˃Atdm(t~Gm Ie_J ^r_f?K3rSlI3J~ Bk_>Gb+2MΈ Y[ŐzJ40 pʐ&f-x׷$G@l}>;ŀRԹc"lwJXf&P `Wl9/}$Mg\;b#q-ti8 2yzY4&f@!HD}Gzrp "T}YI*mc=FeSD _yb /tV@%ϥ hqݩj2RH99Z3 T A!MhaŒY6w`u[>y5ef71Wn#Xo<b7߷zAZȽ{9x'w`}Ĺ(tdvuI%Z_D[dXc$oN#φ`o~fv$E("Er-8F(@v?PWm](;[OU^3\OU&-gWeeR q٫}:VT )G?0G\#c(=(UnV4΍N!k{ˠ*ع PWgۜ (t3~V9zlsQ^N*@QqahHv7cIm콯ѸYݦQ_:DnkwDŽe SepSdMpQ1FjkmChb%!]ǻܴ"̀K}P"X!MoGޝpyWtJ!v&WGf^MlFa,PS2u&[MZK 1e&q&4~2Due@@ dNv#W:d[ .qoUQi)hgiz 0G\_/8]S܌@ %:UYGJKJ NϜ:YBI[=y蜴 iA)[,krN2mۨHrfDJTho8I`bc.Dbg*@q|L6sn`5v=qW(ۣet=U¦ȃE}Imxwd*+ V-15gY F j&WR (\hK#Ke-.yd=16^Z+ ɹ#kOiy\^EftS3$gВ4F]X{ue:f -+yN\|x1Ʊ˻tp09$w?=$B&ւ?'jwly Aw½5' D,0'uqaM.@ gLj9JG,_Sn7Lg+{JŽKLwnRHO^;/_ēPE_NU6縅i| +,y1N$I:{"Ŕ>ddVB󥷝N1r^jD¦ u^DBMB34|&*>_:lk᧺o1yj&4G)vH|즙zȎw)KvY0*,Xo2lܖ괔Un[B}}C3|h0ˬh%I-AU:򢪮YAϱr)`7H΋ajAxtq+5;neLLjf * pd aTvt!iͅ>)K:ln A!-#+3%8}ݑԘWP23|Kcv5~pV@U$\Y?og!UJ<5l7J &-q&>+sX1< O}6CU}Lj C;6|(%v() LŽTT?CC \s2÷ 񔀅XQ dkOLk.U ~pӯUWR}9}v>/ {ŕq - nJ9F0*[1:X^DLl3ȮHe RC kZX@[ / \Λ"|3Tz#po5L'<ZwSLidDqzyC~2@Fbz6D,\x4.Н4ߑ!} ;gtc&YkV kbe 5m;r'%f+N9;}H`mUDLύ8|3Hl˜] 3  p2 T$Rkڃ WLܤ^.f~aBB,<%5J_Kt}5M $(J!9/4 b['ip~ƻ*€@-.{&]}~@>~݉ >lƥKC-IO. 7¥x v;Z+3^f6+VVҪK/\'L:Xdlj3ndus?3F@chZ|ۧS2 "R 0ґJ30 s'#|'  ruɁo%=!xv]a [HFt#[DE&?ɻ)j.>"ߴ^'V2 {  #_i )i^ =Ҧo\ 0p~Pj௭o7=]3M-56I_0RRnvF3䎸6?HK{+sm7UmJlȅ.=vb C\Y~##b~WmV3_λ,)h+nU 7 1rԁۨI%긙5&ԿV Gd&sx\k}40wX3듶s>vF2>cJ+#hӚR(͠aXR;}]n#~ de (~=RGZqUFgW.y&%(%hD`X*̤=\kS Wt{bG\}\r2,!/!o,&GGߋjL[)KaoZ 4Zb#VA! *MʃE}Pf0!In>Vƻ|)UZ1mfOfbb-1vh>/ q[&S֌ϰ_+ǣxX?ϡ.wYP䠌\|T_LC)~["46wy1A঳N}K#!^kYxcy;Z`ʟZ}GoKWK R\fQ<΃>^&4y7}xBؤeXWqb.šsU>N/6$K0#YOLf}u?ZL,EBP:~cv1Y”Vlٌ3wœPU̎ D FXYn{\^-gP-7 m\+R9iuW5ք?N+܋clS$s3\$gwʹ)"":O-aЪōO\n1H+= /KLх}V~o$6ҳz:4-OTT6C2!zJ{xnU yɕ\ iǃ>7SɹfaTpc 2TPj[O@4Qf8K+zK\`q:(}m:Zl{hʖ_D`s߾c!2k|^5,OR8^/5t\YY`LqP-P,^!63[h4 cŞ^F%X I[>\F<|zɠȨQ<~fnlq7icn"#9Ϭ]aQ-"V{y'Ip;Ch%˱2wv'*o6z+nOM5+g mE9r- ]b.ѩWѿ13q1 OE;< lt!Sm~@@_,TYߚ'uA+2UsT'^_ ,EW~3o𪥷M/gU&ȗŸ`S-Yn1O!uZhϜ;TO HYuBg;X{؄_$ˏ I1>&cR@qq%N,9b\wCТT.ܕ5;ʰ^A>P?J=yπȭ>%EV1WS?W1LB?"vկ0"Ñyqzhn956Rq2Sgayہ%vwtzL¦\@.`kzns dg  oo<Ś \@Oޕqe MpQw.@MzqQ=ȟl\_gDQ댚GG$+8Ep%"/u}NQg9P'v.k9#d_.R} JǗh!p8s+ O'qlesq-Mp=E][vHh`KVuWŢ^%Pεv Ih=q+L$mf_kA$,0pj0q'p6PJ3\?Bmd aMdr4\x[- 2"A2i𨡨%L1uQTSg'(>uR6~=uZӍQ2=a ע IiM[l0 b;\7lIVx#鱏 +O2^eoweߓ?+>usm+F=Q>\FCHy† Hb4 WHtՄo vw"mc ?Ǿc/M`K[Pr,RN]*lq^4M,=-R|-?c9׬28zPbC`Ũ6c 621>6jցbF@cNtt- eR~ѾKI_ -o`,~WŐ[c”ge(5Uk턕P(^_di0lWX,8RVy(FJkJI.R,&]W߁U\cdeO+"#ڬl2GV{pEwwwB#Rzgtgm'7XAm &N>[R~Q; 4 wOMs:_m '%_>i^>\&{H!_%HA]i]Z KeCyHL H ēV&g=19 AowqӇT>ٻpi<0T',"1mȟ?e.r7)dC#jc%*csf gcL{jt[+ާZ/9XN+)Vl|2hЋ1 BGHq {LGAM(ހpSgWщ|?'?Y1hCFk:3mohA%9]h?V<^ЁEcyĠDYnpԈ/"Jn )fo9ݞK]g ~cXoюZdS9 G/11k}{;hF(c#Q ?D > r0>Y( ̋16@*s\ 굘{ҨwQXe5>&j}T>Z0,篶m@7#ŃNfWh% fDoH_DE/e`të́cg$~ NI5 L56pVv-h?$E$=`zvuXs.\fiN"6Yg"1EK&橂7 xJm/Ws+UMLB.Q/b{ѡ:$~&I ^a༿eϭHm0`KvFG6hy$USO%N[܅_ۀ;N]f^ f C0Z;` vDطnXHUͻ+'cmNYsXIx(Ԫ,\7mՁ-G3.zA rs!~rNvA [ 7B}[PNA8)h̢J<4ERJhqŝJGY~  49`T$`ZF~`Ӈw@.aE\}o*p<[4C~W&#KWvORM %,O􊱙E:Z ,MR ΌPuDi( S=0JO` 8r&J~Բ\FsӲP=LE%CX7 =nY B{Ql?SAItݣrܤ]U6W552DXrV->X!Rx:vlY VqQ+Aw/ːIؘj:}L`S}hujnKsL\#Vw/x죕qdY4Dxc./+"^O@r9e.F99Ɏ~0bm;*?5s~p֊t@yJaE[hna}i8 .OFћnh}bADAಿ 8x2 \V]>Wvs.xY2X:V&tDA,Xs"ITDoj~c%o7D/F1c#^5Ő }S%o!NU{yH?#~Ri|b}& yLt5qH-Ploo9@^fE0\OCj$z rygr+Uvts}P$dvq3 +L3D䷎]jxw24湭hA'5:osPBM쓋g5OG 6͂M-e1g.ZpdeV33!| fR#gl>^'*Oi!'R'ou:`m#v-ӝ^F$8svb  }{T@qmw,K]r|c$R$tHup)Ks>UweV1LaP&xU7u@e!j$9V{4)rAmWPXG"T 5pdT@37v)CC9J^8ٽahyCߢ2ܪN4u8z-2^IϲEֳݣxL ?h[&XjVlY}+#T+,QDTrڳSohDkte˵Ȳ^w 8ӏ)igMR̯#` SeOd>2""/'.,|{Xk?[d/꼋z5pξ ]6%uTCѡ]7)9wL d?xODCѾ3+4yYk%ov1/X61vpf1ě29v,2y\ROk6{6kyJK!2h5s fQˣ9 fFod "SllGv@d++H\>l1V&WRtOM@\@3Yhc-hCPx2St%Rd @ =uڌI^Go )#0~]pbMnC WGk$}wȇIA'_ݦ[؂ ,mWNr?u X B+!OT&Ʈdj(6@=;n"Ƙ`hn+罄_SNjJGz5o}~%( [j/QX3|-2(=㇦b fW公θ&éi _?Ὺ%!Q&K.L'j"4 TaRY- F8 myd{%#Jw&RJԒ̃Zc xwe8 -!95"NgtK /\n\}>N=l&"X1m(xc-SxгzWTX%ip Hj=|bM~ϫ@ yX!(%ucW_7C;1ĮkE}DP 2 J5p-1_o)fs2$3.mX-ac o |']zZ6a8:1?`\s#Gs&®ǔ].]O97DZ}iOsG| #wtQdV"H8dMRNވyWi/#iOPLBKMIJh)X9uk_.0,1uz '@B[i m11Hg,~X!, lݿ͗˽t[pjH蟄+ GU0p+"E63sRn핿#0"Qzx ;/f/@w8H' *(8缈s ‘HMX1'UDm6=bu:ngG1ߋ1OjhY8$JvZѱY]#?oĎ)j.}Fxs&/88iN"1Ƈ1w}!{̢GLYOA.c㜷vaC8]xoP P. ]6giy6o 2<9+ѵxt7?\)N@Ye}m K-5trU q^@ rn nL$MRra!m;QsGYIk'Xvػǀ7Zdv /KZȟ _o.R_upfyqffXLuMnqw ; ƃ,h)i_/{)|+BO<ZuiVMʴæy~t؟X E5ϓ7TƐ\ʭsn3 o,.U6}sd$wV0㊺ @ffDmr8ŴPU$pё6rdQ%*v, eZ유ƅ1kSWb!1\84OXj+r|ӊq) _'-$Rj>D'ⱴؽPB/Vm'g&]ݪZSA 5P@x_KNTYq*T6գ ֯eGmyp1Zsjm^w4dAxȝ]d4ڝMvRObidM:ƳS-i3v3Tq__7^V{luXC{>J X;)dDƘCl\~PW\gW=gz5@8gT׊Àpc |q{1?~3ʋ\淍}͈c@"bhv:znx"@p㦸{#Ntv.ReD ?mӴs01Rb-<̀G"!:R iW5ѝ*']iuYA*t, .iR kguuV_Nql=>:l AdJ&5n>7˩Dm*W"(5O=H(Jߎ>;ޓK3; ßjm#{!<|o<$%qTҒ}/WL+ʧ VQ!$ #+}SuvR<[ُʕܑ0C _@>=?s.,fLa360@|q~t3&*E4QjbԹRċeI9aM;,)"y4[YqkN-\/1CM zA'!<[UV(T8Ⱦf㐩4ήJiO2A`Y-Nϫ_T++MA 1S/xCN9 ac\DAd;Ȱ/epQEaff ϰx6q?[l^#JI<dM pHqH4 ZZ6I8reg;{:oZ'BU Ƽ/ ׺-~E:ȶ1ɫs#{c CvQ݊3Bށf 8B5pkVHј!&;鼱}v2aJɱT`zq׹)'Đo;l cNOUr\;CLA@R{׆꥜>\+D*[g4TCYVɽYg4o@o,'X'l-o^1ۈ,%9G#)eaz+ F#ЛS_/9z ĖOs ˭ՐY3 })oD' iCuDY܁[۩uӛƬj[vorXe [:@6׾-b:'N\ww+ ֹBiqt&^w_'j]3h-<s5 *YC-g^#h`7XSb?Vroti5,o4 "!ݚs4bx bV7GwI,'ԇH&tՅS=Yє{Fes0]/7N H-}5[0}MX!WrM9,wtw}ҺRr ~̰&[{ N-ۛnU6aU"b2#oZLJD^UdE- Ǥ]Z9HMЧИ<-;m޻c}R37b6ZA)-pCB`/wPX'hDǼ֬p&Izg<ɧ sk'Ē#˰0@,Dϝ16{]9IKH$`sڹlΖ'D-dp3Ж6oidJ6WǏf;[6cWsEަĢHYUa7} |oUYg{g WI']ڪt8ML?)$WbˉL>{%1=;ݨCy^#i&{@z䍪y)giZƉ=E ohJb{U%d?cT jζyIj܍p[O ull{],ȴP\e\;x!;w]AlF1#lH)=YSؔh&O% e&"G]A[Zq}~u]db97yai~0,EBa4ԼcCe=a%gql7-ڃMjp*`XWK|sm8|0皷@ :_%Dm~0xz`(>4'cE prqFx+#>xI2ZlHvSupalb=r0Dx-p^7E>v2Ur*'{zlby?1>ke 0C}<&|:l3I3 fʝXKNY|@߉ 5q+pKBq}ۗLWaf-FGivyZ OgZi_byh%?DHܷRWf|\CZ9>~eau)p\QWlgGlnB]ڳW*)H.s˝b`΢iCȵۅ)Fi}3UR\lIZdzio^pE19ZMqL/G&&ڞWT3e#Et?{ Q Mj'ޠ OcT)x!B9 R~79݌@<88ޮ* "aFFYDTo]ƻ&ջwgC/n}fg//u֋[(oEN|tUGח3֙ tWsUY{/¥N,&Gp^;XDGhS gg҅4X҇;;9^,dN@ rU4omtQ(SS:\ ipKW(Re+]zWB qn+]c;U&kvCrɹΪ۫A ʖ O1`8"&˶JQG=QģpLEl@:bͤHKt›xZlL uZݹ[j@T;^e(FB?bSUWKJQy9fd:@}T<ƛDcu0^Ua7 qxL>u$vKsFaAAyH0d쏶t/[h+y au[z"Ƣ90t>"o)x%*ւmkckbPpCs7y&Oɚ52sfOSR'&T؟EpI0}۹G-100X&a䥨n&+!֥DZT2JKf2Jmrvb@~$++d I8~( JFcncR%!F+Kw^b vT5.1\ύh5r3 9߲h2eS.l:%_ڠt.7x*o@Qr FSR[gltk, mnɓԝ~'>X0TĻ#~# AdS)%&M-1āb\wxտFdW-MTEmS9Rafve.=Kii'$mA VEg%'L:ب "``tq!$񻔨,$BPi_'p|kƶQ>µ]#=al'-k858qjZ}['M*bQR7=+G ?64GZNEH%*e8Cњ@ΛUbi4 &b"j#9%(!W <1SѰǑzne (ŅWsqgld\DU!#eN(B%BQB WY?b=?"Zȇ@Bv)ұ_nו ]O&Fde—XНd>]_@2#]|@Tj3*Ɓś (\$] )C/wٺlƩU~tʯ#$>◰lkzҾ":h,_u'{ν Am8d^XR|xR2޶T$rPe2eu{ȨJH!yᢵiMߙG5K8[bo)> QR'$ܵRۢj},9]m>yP5 Nac:³^m<d} c,Sm)gۀ1ZkNjx+FBsj`VcoqcM9F2:*)<`:X Z3jUMʐ_xbrY*s5]FK-ͨ+3U5 ?z: B}Xzc3m̸X(+I$ބzd3Zle\`|TEU<NW0Jc[Q/k)KZԗ79`$ב8 т1BP=uh|C? FTxHtW.<p=!I:ezꛠfC߯tһpFwjj'(">䍉[5>[?[3} M6DjV!(R+Mt,qVʘ]i`Ը{ߒg3;@?ƕ7(v{+&?LKtCT-$rҷ`JsO)'X$=ӝ]Hc?`,0wѬG_Û"ba^2⯽D~QFdcv4tT9}z[4UB!mW/J:}3Z#lV6:TI A/1sZ ]SaDS/@$T28R ֦WWI'?(qluf,˟FoLPͷ+уF3 ý1>H|)o'|ć;d hޙq-遹+<T?c\܈i*C\&?pg/,d2% '>n JBӖfGaғ,RV' f/>TɄ۩n UoH]DK^@ +%q-"HC MiɞU hЖ9зJqJMa`OǺ +#QԠ!ݒ$@z^qV;/g̛"Μ`hxm` q|:+LB%G0Mi*Pt~?#]Kz~\Z0 fk\ܐO5;yrA{-6Y YBR̻<=OL/ b]FGt=AWer8hM5>91N3pƫ:vF vw*~4RR-IЋߣS`A1?Ώvw\)PD:_?'0}/A: 5tRH1 ql]ۻmW+Rs9ͧ d\Rsṍsݝf)8҇5+w[}w 5Ï$s83|^犟kTOR_ 9`._{?V{:Zuo N$Xr!3f;9!>bQZ)$%}!ٰFͥ gz%oBfQ><{ nwx |.vO3,*_)5-r;fm{To&ks `RXS ¿v( *~~5$v*$Nyӵ]a2#(91Y4Qx'R"nʰfYoTF_zXM1p?ʝ]҈GOu ]9y2ܮȱ6)` Ϻ#f%.,S>ũAH|R֢1 o|Dkck=ߟnZ.ڕM2,8lXł8 xnd 4Gp59pJi@7M삠 L%dM{C)+Q;39(Dخ|YZ-d2C E&U(O>> ѼUf2p~XJd6m8 #o0nW@h4'hHy>NvkLSv"4eQO{+Ճ8|ڃvU+ lE3Ӟ;"&nhl3&RĻGKVt %C6Xb(ڋlu}|؉U"?Sg;_}K_%X[qċ妿 eı~Xו-I99ZUT7Aupщ/W>^ ?W M/F)i[П-u-XZ"g9 4vcR#e!w!ʦF29&K{0-LBZ=dX%b2>\|X}1d):b&D  į8)'-/!% [)+~Ϭ:v2f#j/xxk/./}GexIed5 @ٖ9 V>Y٬3DSF [|BI.%Q`<:zg~"kyւbI{ PK6YݐέjƔy5Rr4MU-dL%H:aOdHisC'ov8uQ?lOg+pnXϛdbB|d&:!;wC sQ\<5jL f fd9Fh\B6)߸fBW7 7R :v rԚ*3wk+a2[uAPNY_N똬ed3=H %A{ ם! &/XR(g7O[mR?3&+TlM&3OB(@6L"+$ B_ O9TNra[9C95xQO-M |IrH[^O!ޞ"\&}S8LK)%.+w`!WrB(9]ZWBmstBFTA50)x5%MhIx,BĞUPp4)PܟURA9t3LY 8?%x[X^:`\Q{GG4&#oәv|җ,]% <8 =Uijx[)rKQ;aP`&a1eԜ~˅pc^B6\ w jU +pco(bS`z$~Pٹ4maK>EF5vÍ'rf7 ɱZcr nC @GRݬ,1<_۞@>kIo ͼ:y#,@b)yN[#d!lھʜtJI9]*҄ᛵ#9W0'mBk$T8Ӷ &HGjNz Qgc&^ɣ'p)Y1Zạ,Ǘ'o#y'K.pa[ _' #C89@- WhrWTXM.–:iQ ꇏ?%qT{ V4n=8µA(Cfj[aڸQOcN( H_$ E\+T1dPIT9V-q>{ܬܨ5NTՐg`>$27cVIPne-\ۇΧ`3w:NMo%8BRc2D|Ju*NH#U.NVn ç6Id;UtGj$ jɼNs2n`Ds .pa+xθpN!SJO2OPeLZTRO w[cpҡFN4l$Ӓq@\#,B\m@AJUtY?jDǕe k^=F:ڗwE9S OQpR ^X)^"/qُDTCZT#f{s֙ϐ# p7_0 fڎ!{o Ùww{P|'mZnJ2dtSU~@eLJ@ պň""#vw\`ڗf7'Y+M1U18q nxF~vyߣ/3@g-#7k}Ry_{rQ E7MC *2WNՔG^Ë(-  5D=ڹͿCmfh5O1oċ9^GA ƅ/Q3/ MZ2@[ςckPwf."@ĆrrKy~@}V\8T>殬 Έ pfjWZ4[TgVNMbszw?J ltfTBT)S:>Q7@D]~0^p!*$)0r} c&gmYEdc׭~dKН48t"ES1>@xw!f&_9ޞw8//v{&pmRuS b,qjdYcl3 0ŧ'Z[v lAǬ~|vA먼b7kvN)z H,s k!_CmnaUw@jAL\(Mb]iaq_(8k$_ sGlP 6ӊDN}lYi)XZЕoW;'!hHNri+U"Y-EWC{v-b\h^x^]p=8l=uS"~h ,.J+ſG-^[<@}u#&!+% nHׁFvd襌C/JI\[Ol9,=zxR 'l]&W\iS;!N~=G;m:A{) X-4C+9SE[?c+#T1`H@B,"; %vɡ2Bم־t#K 2ЈEh[7ze\<!mU٨p: ,/|37tְ! &X 4ȉ-gguhHZ͠D..Td;H9ۭrPZ*bh}ZiVHtPz ,0@eSTX~Tk(O;뜌Dg#$a1h&@5~^yc$\;hA”+R"ߝӌˌ9P{kV90[W(&J:p'ɘvYgAZqjbr`D&V2hQE)]Z+IoKP" ,CvF/|Ba3[ ?9GX5bbyvukJ/-E6Vl. (X_3 Y0e::,;T=ǘ!k&Aֻ`Gd?]wfzdwEb/ V*}#ѢJw= ̓ʨV ;u!6 niQM)uҭB뮋Jσs(Kۑ #ݽ9*@p w\\+>ܷYku-٨)뀝9rdNa&o Y,]n?sYP$ ^qk(n28#_`@b 8M^cϦF 'Q^yRs_K<jwyȮꯩ696X>5~UOԏݧV\꿮 RuǠOVnޏ\|n\]n+EBO_j>*VmI%A直ҽo:%вx6t6MBNꋪQӁt>}vm;K}@8y$7{Oᙬ(T{Cη'_/o0ȳ<^YAPyu `:i|0/v;VڽMl+>VօKmpuh6.׹ϼZ1v*g܍Jm-skD@anB@x~X@dظw4MB]%Xe`NHqtޞxI/BU3w2O͕yx7[-DuK>Gl6W9&c@muuUҼy@N(%s['ҊBf;zMeb:(xhޓx] gLv0x\M&V1z6lr -:qJUiUUU_1,fׁYXDe-Ō@\ɺN38[8= @Ƙmq'Bo%栗1e:6roѲ9/5ςuD̯wԎ3Ký`bܯ'E@!id ܚ{V򶟞EHe&TC^S m-0Nhe:T djtl;#H\ tա"|]WP~:靫p|Uu7xSSiqZJ# /Qs:GaBQZ2kJW/0@}yE| ;Ht*Q6l3&_Kr:R( O!/Bkvѷ-7w8IEO(łmJX*a(w^rgG#}u?:VvK7au{"2,xuI倸F*&UM~udrY i`9ORаm|䋎>Q=.e醨g`GܜO%}WyݒJkK}F j^z:t=1ƚX@}s'iPN2݅/rA=D0dgԨd P~ V*HRNk rk#x+h{3KM4K`MԢ-?};Bfq k'+=()٢(-MD) p0TNgnK)t^Ĵȫ4 767xJ+(837Aq^|Zޠ(): vvԪ `FW[d>t{'y~vݟt?"t`"IJ_r7b^~A"j;7(lr @HY|6AR;1}*ِ8tȒxN+}.l+(6"*3 I!n҅$+z-V'=׫ֵ=|C;3TgN;7:{;++ 05؋e,_4z+VI}LY364:F(IW1zt|olgו?ob q=lE~D D3f{3@|[ħ&\#ݳs85!2Rc=!c|(] F%F"o 3 1Pz݉sx E.&wQ6QVH#T6S|Τ[=^]8tL2S0$3Z;B5>D b0Ok'Pň!f* ~QRRY :~w2;<@^lL(= V졳kݤHYQ\:r'w$o4z =QJ30iC6q⴫j[Ι-={+茩T+ie8ʷw&B\}ctq52QԚ甆 !X̿|E̿JH3gQLDsx~w'GyƩYN{ʣ_N[uod=O! vs&*uz4g/Q.iQ'Wy PWPjMIY^Ǎ?6 拉ܿ*{:?Boih %CEv]v ѩ˞XwVm 97Ґ+IRE \nyZMK|~wNeFgJmp0gQ#mF /e:ERJ\,6ĕQb.  YZ