libgit2-26-32bit-0.26.8-lp150.2.6.1<>,s\ Vz/=„5mc(S f7솁w*ed٘#Ì`rgp?<%F J);U\zRlDN8:hd]2nPJ2 F-,3 o hEͷY4B|] ;CC ׳D-Nu4$7MITZO74Njy'Kgʥ;f,> XeHeY0S3fQxI$~!x(ACt>>l\?lLd & 4 3<[ t     ,4>Hlt$(8!9T!:!>hGiHi IiXiYi$\iL]iT^itbi~cj<djejfjljujvjwkxkykklllHClibgit2-26-32bit0.26.8lp150.2.6.1C git librarylibgit2 is a portable, pure C implementation of the Git core methods provided as a re-entrant linkable library with a solid API, allowing you to write native speed custom Git applications in any language with bindings.\ Vzlamb24(openSUSE Leap 15.0openSUSEGPL-2.0 WITH GCC-exception-2.0http://bugs.opensuse.orgSystem/Librarieshttp://libgit2.github.com/linuxx86_64/sbin/ldconfig(\ Vz\ Vzc59345c46b1f440cc94aeb50350612154bbae99792031f70ff98057833d45030libgit2.so.0.26.8rootrootrootrootlibgit2-0.26.8-lp150.2.6.1.src.rpmlibgit2-26-32bitlibgit2-26-32bit(x86-32)libgit2.so.26@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.15)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libc.so.6(GLIBC_2.8)libcrypto.so.1.1libcrypto.so.1.1(OPENSSL_1_1_0)libcurl.so.4libhttp_parser.so.2.7.1libpthread.so.0libpthread.so.0(GLIBC_2.0)libpthread.so.0(GLIBC_2.1)libpthread.so.0(GLIBC_2.2)libpthread.so.0(GLIBC_2.3.2)librt.so.1librt.so.1(GLIBC_2.2)libssh2.so.1libssl.so.1.1libssl.so.1.1(OPENSSL_1_1_0)libz.so.1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1[[YZZZ @Y@Xv@Xv@X@W0{Wo@VJV\:@V @UpU|@UnT}T?@S@RʚR;QکQ@P@@O@O O'NGN@M5M5M5mgorse@suse.commgorse@suse.comkbabioch@suse.comdimstar@opensuse.orgmimi.vx@gmail.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comsreeves@suse.comastieger@suse.comdimstar@opensuse.orgastieger@suse.comastieger@suse.comdimstar@opensuse.orgastieger@suse.comdimstar@opensuse.orgdimstar@opensuse.orghrvoje.senjan@gmail.comdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgcgiboudeaux@gmx.comidonmez@suse.comcgiboudeaux@gmx.comjengelh@medozas.desaschpe@suse.desaschpe@suse.desaschpe@gmx.desaschpe@gmx.desaschpe@gmx.de- Update to version 0.26.8: * Various security fixes for parsing integers from buffers, and buffer handling bsc#1114729 - includes changess from 0.26.7: * CVE-2018-17456: Submodule URLs and paths with a leading "-" are now ignored to avoid injecting options into library consumers that perform recursive clones (bsc#1110949) * Avoid a buffer overflow when running repack * Avoid stack overflow from unbounded recursion in configuration file parser * Avoid heap-buffer overflow when parsing "ok" packets * Fix heap-buffer overflows in smart protocol parsing code * Fix potential integer overflows on platforms with 16 bit ints * Fix potential NULL pointer dereference when parsing configuration files - includes changess from 0.26.6: * fix out-of-bounds reads when processing smart-protocol "ng" packets (bsc#1104641)- Update to version 0.26.5 (boo#1095219 boo#1100612 boo#1100613): * This is a security release fixing out-of-bounds reads when reading objects from a packfile. This corresponds to CVE-2018-10887 and CVE-2018-10888, which were both reported by Riccardo Schirone. * Changes in v0.26.4: * This is a security release fixing insufficient validation of submodule names (CVE-2018-11235, reported by Etienne Stalmans) and disallows `.gitmodules` files as symlinks.- Update to 0.26.3: * Fix cloning of the libgit2 project with git clone --recursive by removing an invalid submodule from our testing data. * Fix endianness of the port in p_getaddrinfo(). * Fix handling of negative gitignore rules with wildcards. * Fix handling of case-insensitive negative gitignore rules. * Fix resolving references to a tag if the reference is stored with its fully resolved OID in the packed-refs file. * Fix checkout not treating worktree files as modified when only their mode has changed. * Fix rename detection with GIT_DIFF_FIND_RENAMES_FROM_REWRITES. * Fixes memory handling issues when reading crafted repository index files. The issues allow for possible denial of service due to allocation of large memory and out-of-bound reads. (CVE-2018-8098 bnc#1085257 CVE-2018-8099 bnc#1085256) * Updates the bundled zlib to 1.2.11. Users who build the bundled zlib are vulnerable to security issues in the prior version.- Modernize spec-file by calling spec-cleaner- remove unneeded dependency (python is used only for testsuite, which isn't used during build)- libgit2 0.26.0: * Support for opening, creating and modifying worktrees. * Can now detect SHA1 collisions resulting from the SHAttered attack CVE-2005-4900 * Fix for missing implementation of `git_merge_driver_source` getters * Fix for installed pkg-config file being broken when the prefix contains spaces * Can now detect when the hashsum of on-disk objects does not match their expected hashsum. * Support open-ended ranges (e.g. "master..", "...master") in revision range parsing code. * Correctly compute ignores with leading "/" in subdirectories. * Optionally call `fsync` on loose objects, packfiles and their indexes, loose references and packed reference files. * Builds against OpenSSL v1.1 and against LibreSSL. * Improvements for reading index v4 files. * API additions and incompatible API changes- libgit2 0.25.1 - New features and functionality: * repository discovery features * Support for reading and writing git index v4 files * Improve the performance of the revwalk * reference db concurrency improvements * Nanosecond resolution is now activated by default * restrict the set of ciphers used with OpenSSL by default. * user-registered merge drivers * built-in support for the union merge driver * callers can now specify proxy settings * New API for creating signed commits * New API for creating blobs from streams * New flags for opening repositories * New functions for various git operations - Removed API: * git_blob_create_fromchunks() has been removed in favour of git_blob_create_fromstream() - Changed API: * git_packbuilder_object_count and git_packbuilder_written now return a size_t instead of a uint32_t for more thorough compatibility with the rest of the library. * git_packbuiler_progress now provides explicitly sized uint32_t values instead of unsigned int. * git_diff_file now includes an id_abbrev field that reflects the number of nibbles set in the id field. * git_odb_backend now has a freshen function pointer * git_remote_connect() now accepts proxy options.- libgit2 0.24.6, including the following security fixes: * bsc#1019036: edge cases in the Git Smart Protocol can lead to attempting to parse outside of the buffer CVE-2016-10128,CVE-2016-10129 * bsc#1019037: MITM possible due to lack of parameter for certificate parameter CVE-2016-10130,CVE-2017-5338,CVE-2017-5339 - includes changes from 0.24.5: * add support for OpenSSL 1.1.0 for BIO filter- libgit2 0.24.3, fixing the following vulnerabilities: * CVE-2016-8568, CVE-2016-8569: invalid memory accesses parsing object files (bsc#1003810) * various bug fixes from the 0.24.2 release- Add to the SDK. Fate#319349 - Update license to GPL-2.0 WITH GCC-exception-2.0- libgit2 0.24.1: + various compatible backported bug fixes- Update to version 0.24.0: + Custom filters can now be registered with wildcard attributes, for example filter=*. Consumers should examine the attributes parameter of the check function for details. + Symlinks are now followed when locking a file, which can be necessary when multiple worktrees share a base repository. + You can now set your own user-agent to be sent for HTTP requests by using the GIT_OPT_SET_USER_AGENT with git_libgit2_opts(). + You can set custom HTTP header fields to be sent along with requests by passing them in the fetch and push options. + Tree objects are now assumed to be sorted. If a tree is not correctly formed, it will give bad results. This is the git approach and cuts a significant amount of time when reading the trees. + Filter registration is now protected against concurrent registration. + Filenames which are not valid on Windows in an index no longer cause to fail to parse it on that OS. + Rebases can now be performed purely in-memory, without touching the repository's workdir. + When adding objects to the index, or when creating new tree or commit objects, the inputs are validated to ensure that the dependent objects exist and are of the correct type. This object validation can be disabled with the GIT_OPT_ENABLE_STRICT_OBJECT_CREATION option. + The WinHTTP transport's handling of bad credentials now behaves like the others, asking for credentials again. + Various API changes (additions AND removals). - Rename libgit2-23 subpackage to libgit2-24, following upstraems soname bump (also in baselibs.conf).- libgit2 0.23.4: * various bug fixes and improvements - drop upstreamed libgit2-fix-.pc-file.patch- libgit2 0.23.3, containing critical fixes: * blame: guard xdiff calls for large files * diff: don't feed large files to xdiff * merge_file: treat large files as binary * xdiff: convert size variables to size_t * GITERR_CHECK_ALLOC_ADDn: multi-arg adders- Add libgit2-fix-.pc-file.patch: Fix paths written in libgit2.pc.- libgit2 0.23.2: * documentation fixes * diff: don't error out on an invalid regex * http: propagate the credentials callback's error code * Fix bug in git_smart__push: push_transfer_progress cb is never called * remote: don't confuse tag auto-follow rules with refspec matching * curl: use the most secure auth method for the proxy * Forcing libssh2 lib location * fix duplicate basenames to support older VS - includes changes from 0.23.1: * Stage an unregistered submodule in _add_bypath() * filebuf: remove lockfile upon rename errors * Increase required version of cmake to 2.8 * Handle ssh:// and git:// urls containing a '~' character. * documentation updates * submodule URL handling fixes * index: allow add_bypath to update submodules * blob: fail to create a blob from a dir with EDIRECTORY * submodule: lookup the submodule by path if available * submdule: reproduce double-reporting of a submodule in foreach - note cmake requirement and use cmake makros - build with system libcurl - build with system http-parser- Update to version 0.23.0: + Changes or improvements: - Patience and minimal diff drivers can now be used for merges. - Merges can now ignore whitespace changes. - Updated binary identification in CRLF filtering to avoid false positives in UTF-8 files. - Rename and copy detection is enabled for small files. - Checkout can now handle an initial checkout of a repository, making GIT_CHECKOUT_SAFE_CREATE unnecessary for users of clone. - The signature parameter in the ref-modifying functions has been removed. Use git_repository_set_ident() and git_repository_ident() to override the signature to be used. - The local transport now auto-scales the number of threads to use when creating the packfile instead of sticking to one. - Reference renaming now uses the right id for the old value. - The annotated version of branch creation, HEAD detaching and reset allow for specifying the expression from the user to be put into the reflog. - git_rebase_commit now returns GIT_EUNMERGED when you attempt to commit with unstaged changes. - On Mac OS X, we now use SecureTransport to provide the cryptographic support for HTTPS connections insead of OpenSSL. - Checkout can now accept an index for the baseline computations via the baseline_index member. - The configuration for fetching is no longer stored inside the git_remote struct but has been moved to a git_fetch_options. The remote functions now take these options or the callbacks instead of setting them beforehand. - git_submodule instances are no longer cached or shared across lookup. Each submodule represents the configuration at the time of loading. - The index now uses diffs for add_all() and update_all() which gives it a speed boost and closer semantics to git. - The ssh transport now reports the stderr output from the server as the error message, which allows you to get the "repository not found" messages. - git_index_conflict_add() will remove staged entries that exist for conflicted paths. - The flags for a git_diff_file will now have the GIT_DIFF_FLAG_EXISTS bit set when a file exists on that side of the diff. This is useful for understanding whether a side of the diff exists in the presence of a conflict. - The constructor for a write-stream into the odb now takes git_off_t instead of size_t for the size of the blob, which allows putting large files into the odb on 32-bit systems. - The remote's push and pull URLs now honor the url.$URL.insteadOf configuration. This allows modifying URL prefixes to a custom value via gitconfig. - git_diff_foreach, git_diff_blobs, git_diff_blob_to_buffer, and git_diff_buffers now accept a new binary callback of type git_diff_binary_cb that includes the binary diff information. - The race condition mitigations described in racy-git.txt have been implemented. - If libcurl is installed, we will use it to connect to HTTP(S) servers. + Various API changes (incl. breaking changes). - Rename libgit2-22 subpackage to libgit2-23, following upstreams soname bump (also in baselibs.conf).- Update to version 0.22.1: + The following (critical) fixes have been backported to this maintenance release: - checkout: introduce git_checkout_perfdata. - git_path_join_unrooted: return base len. - checkout: don't recreate previous directory. - checkout tests: nasty symlinks. - checkout: drop newline in error message. - checkout: remove files before writing new ones. - checkout tests: emulate p_realpath poorly on Win32. - checkout tests: cleanup realpath impl on Win32. - Changes from version 0.22.0: + git_signature_new() now requires a non-empty email address. + Use CommonCrypto libraries for SHA-1 calculation on Mac OS X. + Disable SSL compression and SSLv2 and SSLv3 ciphers in favor of TLSv1 in OpenSSL. + The fetch behavior of remotes with autotag set to GIT_REMOTE_DOWNLOAD_TAGS_ALL has been changed to match git 1.9.0 and later. In this mode, libgit2 now fetches all tags in addition to whatever else needs to be fetched. + git_checkout() now handles case-changing renames correctly on case-insensitive filesystems; for example renaming "readme" to "README". + The search for libssh2 is now done via pkg-config instead of a custom search of a few directories. + Add support for core.protectHFS and core.protectNTFS. Add more validation for filenames which we write such as references. + The local transport now generates textual progress output like git-upload-pack does ("counting objects"). + git_checkout_index() can now check out an in-memory index that is not necessarily the repository's index, so you may check out an index that was produced by git_merge and friends while retaining the cached information. + Remove the default timeout for receiving / sending data over HTTP using the WinHTTP transport layer. + Add SPNEGO (Kerberos) authentication using GSSAPI on Unix systems. + Provide built-in objects for the empty blob (e69de29) and empty tree (4b825dc) objects. + The index' tree cache is now filled upon read-tree and write-tree and the cache is written to disk. + LF -> CRLF filter refuses to handle mixed-EOL files. + LF -> CRLF filter now runs when * text = auto (with Git for Windows 1.9.4). + File unlocks are atomic again via rename. Read-only files on Windows are made read-write if necessary. + Share open packfiles across repositories to share descriptors and mmaps. + Use a map for the treebuilder, making insertion O(1). + The build system now accepts an option EMBED_SSH_PATH which when set tells it to include a copy of libssh2 at the given location. This is enabled for MSVC. + Add support for refspecs with the asterisk in the middle of a pattern. + Fetching now performs opportunistic updates. To achieve this, we introduce a difference between active and passive refspecs, which make git_remote_download() and git_remote_fetch() to take a list of resfpecs to be the active list, similarly to how git fetch accepts a list on the command-line. + The THREADSAFE option to build libgit2 with threading support has been flipped to be on by default. + The remote object has learnt to prune remote-tracking branches. If the remote is configured to do so, this will happen via git_remote_fetch(). You can also call git_remote_prune() after connecting or fetching to perform the prune. - Rename libgit2-21 subpackage to libgit2-22, following upstreams soname bump (also in baselibs.conf).- Add baselibs.conf- Update to version 0.21.1: + Added a new config snapshotting API to fix race issues when different applications (e.g. Git and a libgit2 client) access the same repository simultaneously. + Added reflog support to all APIs that could alter a reference. + Avoided race conditions when updating references. + Converted all APIs that output string data to use git_buf objects for the return value. + Added standard git__init_options functions to initialize options structures when static initialization is not possible, and renamed options structures to standard git__options (replacing _opts suffix used in some places). + Improved use of const on pointers in many APIs (which may affect some bindings). + Replaced use of oid with simply id for references to git_oid value.s + Previously, when a callback function returned an error value (i.e. non-zero), libgit2 converted it to GIT_EUSER for the parent function's return value. Now, libgit2 tries to pass through the callback's return value all the way back to the caller. + All inline functions were eliminated from the public libgit2 API. + Removed all Apache licensed code from library. + For more changes, please see detailed ChangeLog in package. - Rename libgit2-0 subpackage to libgit2-21, following upstreams soname change (another project believing the soname should match the version). - Enable SSH Support: + Add pkgconfig(libssh2) BuildRequires. + Pass -DUSE_SSH:BOOL=ON to cmake call in order to enable SSH support.- Build libgit2 threadsafe: + Pass -DTHREADSAFE:BOOL=ON to cmake call.- Update to version 0.20.0: + Blame APIs. + Filter APIs. + Public git_buffer APIs. + Merge conflict support in Checkout. + Simplified Clone options and git_clone_into. + Config iterator APIs and updated Config multivar API. + Diff API reorganization and renaming, with Patch API split off. + Indexer API renaming and improvements. + ODB backend API cleanup. + Improves progress callbacks for Packbuilder, Push, Fetch (and any other Remote operation). + Public Pathspec matching APIs. + Reflog API and RefDB Backend API cleanup. + Remote API extensions. + SSH Transport configuration cleanup. + Submodule status improvements. + Pluggable Transport APIs. + Lots of other small features (e.g. decomposed unicode support on MacOS, revwalk simplifying by first parent), + Bug fixes (e.g. junction support on Win32, redirect handling in HTTP transport) and performance improvements. + Lots of new examples (init, status, log, blame, etc.) and relicensing of example code under CC0 license.- Update to version 0.19.0: + New (threadsafe) cache for objects. + Iterator for Status. + New Merge APIs. + SSH support on *NIX. + Function context on diff. + Namespaces support. + Index add/update/remove with wildcard support. + Iterator for References. + Fetch and push refspecs for Remotes. + Rename support in Status. + New 'sys/` namespace for external headers with low-level APIs.- Update to version 0.18: + Almost one year worth of bug fixing... yet, upstream does not publish a statement / announcement of what is actually new...- Update to 0.17 Attributes: - Added function macros to check attribute values instead of having to manually compare them - Added support for choosing the attribute loading order (workdir files vs index) and to skip the systems' default `.gitattributes` - Fixed issues when fetching attribute data on bare repositories Blob: - Added support for creating blobs from any file on disk (not restricted to the repository's working directory) - Aded support for smudge filters when writing blobs to the ODB - So far only CRLF normalization is available Branches: - Added a high-level branch API: - git_branch_create - git_branch_delete - git_branch_list - git_branch_move Commit: - Commit messages are now filtered to match Git rules (stripping comments and adding proper whitespacing rules) Config: - Added support for setting and getting multivars - Added `git_config_get_mapped` to map the value of a config variable based on its defaults Diff: - Added full diff API: - tree to tree - index to tree - workdir to index - workdir to tree - blob to blob - Added helper functions to print the diffs as valid patchfiles Error handling: - New design for the error handling API, taking into consideration the requirements of dynamic languages Indexer: - Added streaming packfile indexer Merge: - Added support for finding the merge base between two commits Notes: - Full git-notes support: - git_note_read - git_note_message/git_note_oid - git_note_create - git_note_remove - git_note_free - git_note_foreach References: - Added `git_reference_name_to_oid` helper to resolve a reference to its final OID - Added `git_reference_cmp` to compare two references with a stable order Remotes: - Added support for writing and saving remotes - `git_remote_add` - `git_remote_save` - Setters for all the attributes of a remote - Switched remote download to the new streaming packfile indexer - Fixed fetch on HTTP and Git under Windows - Added `git_remote_supported_url` helper to check if a protocol can be accessed by the library - Added `git_remote_list` Repository: - Made `git_repository_open` smarter when finding the `.git` folder. - Added `git_repository_open_ext` with extra options when opening a repository Revwalk: - Added support for pushing/hiding several references through a glob - Added helper to push/hide the current HEAD to the walker - Added helper to push/hide a single reference to the walker Status: - Greatly improved Status implementation using the new `diff` code as a backend Submodules: - Added a partial submodules API to get information about a submodule and list all the submodules in a repository - git_submodule_foreach - git_submodule_lookup Tag: - Added `git_tag_peel` helper to peel a tag to its pointed object - Tag messages are now filtered to match Git rules (stripping comments and adding proper whitespacing rules) Tree: - Killed the old `git_tree_diff` API, which is replaced by the new diff code.- Fix license to be GPL-2.0-with-GCC-exception- Update to 0.16.0 - Git Attributes support (see git2/attr.h) There is now support to efficiently parse and retrieve information from `.gitattribute` files in a repository. Note that this information is not yet used e.g. when checking out files. - .gitignore support Likewise, all the operations that are affected by `.gitignore` files now take into account the global, user and local ignores when skipping the relevant files. - Cleanup of the object ownership semantics The ownership semantics for all repository subparts (index, odb, config files, etc) has been redesigned. All these objects are now reference counted, and can be hot-swapped in the middle of execution, allowing for instance to add a working directory and an index to a repository that was previously opened as bare, or to change the source of the ODB objects after initialization. Consequently, the repository API has been simplified to remove all the `_openX` calls that allowed setting these subparts *before* initialization. - git_index_read_tree() Git trees can now be read into the index. - More reflog functionality The reference log has been optimized, and new API calls to rename and delete the logs for a reference have been added. - Rewrite of the References code with explicit ownership semantics The references code has been mostly rewritten to take into account the cases where another Git application was modifying a repository's references while the Library was running. References are now explicitly loaded and free'd by the user, and they may be reloaded in the middle of execution if the user suspects that their values may have changed on disk. Despite the new ownership semantics, the references API stays the same. - Simplified the Remotes API Some of the more complex Remote calls have been refactored into higher level ones, to facilitate the usual `fetch` workflow of a repository. - Greatly improved thread-safety The library no longer has race conditions when loading objects from the same ODB and different threads at the same time. There's now full TLS support, even for error codes. When the library is built with `THREADSAFE=1`, the threading support must be globally initialized before it can be used (see `git_threads_init()`) - Tree walking API A new API can recursively traverse trees and subtrees issuing callbacks for every single entry. - Tree diff API There is basic support for diff'ing an index against two trees.- Provide pkgconfig symbols- Change license to 'GPL-2.0 with linking', fixes bnc#726789- Update to version 0.15.0: * Upstream doesn't provide changes - Removed outdated %clean section- Proper Requires for devel package- Set BuildRequires to "openssl-devel" also for RHEL and CentOS- Initial commit (0.0.1) - Added patch to fix shared library soname/bin/sh0.26.8-lp150.2.6.10.26.8-lp150.2.6.1libgit2.so.0.26.8libgit2.so.26/usr/lib/-fomit-frame-pointer -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.opensuse.org/openSUSE:Maintenance:9265/openSUSE_Leap_15.0_Update/0c02b0ed3c219755760a2f024389f33b-libgit2.openSUSE_Leap_15.0_Updatedrpmxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=0c04f7a8e1c4eb74bfc5fa6f11bd93235ae9dff7, strippedPRRRRRRRRR R RRRRRR R RRRR RRRRutf-8d5e9bf3f3ba7c781143554e5eecb8719139988c6a93254a5fa8ee4bf3ebd74ae? 7zXZ !t/!r]"k%m<'+PחVg%ȉ'!:ॺ%5M¡LiK%K?zcBcz˅eNF%v~."g`*(*ԛȝ'cX[C*WOߘ# z86kyѩve D,!KE/">hOla:1?$l.51>KfiQ;!NYkw&7coed,\e5DXTn[5Ę 6[~cI$k3XEjg<7Tel[딁}\afs9Lz:..UT8Z❬Rk JuB6JWJ:zpcs {4K>C¨UW.9ap*./mZOPӤeRCFeI:CMΊ%`ZaaW" s|7IX:x=m=PMy_gִuϭ趮w:c"{ (#g^r(  1}:+L> 'e##I' Ӄ:~oߑ'ݤ xW9{żW8{j%2|ij9_uIԹ^i /ETa'(Ig+qD6[16j-CPC*0GI2 (=FY&3Z J_6WreJ^9UXy "Q6jl&3 bK5#sjYz{["!=2PC\}khP6oϝSiBv ~s2W|܂k+EQp.XT٨l }DouuX' O :Rr72;rPaݞC@ 3&Sq7\l c2(j&j3_맳áD6Xʧ 1_.SpT-ZGEL2|ePb`yBuSH_؜"W])ʁ 6"VY1O~h"/3MRv'T*  CD浟t$-E* ) ]k[P *L(]2vjt<Îthb|KvN<n?lbYito_$ %.W;!́YC9GQ2^01dZЩcPA6Su)/fDX'*jifA1$8Wn]d6r#}@DrŜHFjLgm:vƼTs1ozOzssK4OY;v cm`1K]v=G˳m '?tzQx< +4pк\grnw|ך VxeÛAP[ѭ9/q^Ȥ&zHqCD^ER@@(~ TU:gk~;1v(N\c7(yh jwTճ}F s!Jπ(c<ňPli%f%SEܓf p6jQU4Aiky e[^Ժj[)Ti/^k1BBferȲl^ e苝ϻ@Z3~4Z}=_*Fe`QZ~ZtAaSKK 5"娮^` ?,r>V0V׿4*7_YJ)oȤ tVk֞**bW`uA{pzq:C-.]{2rA)e^.\xe>@u025),1 ֋ɬ@6z̀ZL8<:I[. Ӿ9pkREՎ}2pͦ 9j*&Ͼh_Ĉ[YZ{"D#sdS suk]1D ?.`ؾbI`Z]+>Xl^F׊! Ϝo}UxQ{֣62gCX+L2|gE[ TسHzUjUZ^yHAo* L~VkU$ -d=V i*»qHbkXIfxeaC)FXAZ<# ![hqi0eH% #eh}F O?mŶ}n=lϘ)aW:{~\|y7X"4IkKW,kL>1_]8cݺb?m~9:jY,؎/AH.xj0u#YoO+zGc~a Ū2PF(5jUGgk0 @A0]* 9ːC^=Sؼ(Dc(1} A弐}4x$aWT`ELw@wߓXEG9LԿ zLb] PY">B 2CGQ [S-YxC;O0B_xKP}&MAg 2\T̼UA`%"SיnľCy'jw4®Ei>=ZӍzᛨK^+ȃo^2gc'5 iȀi^.ZNL@rd&Қ /4Saq '!J1ϗc *A)5>|j}킧ZhK!0]kO:ykSnR:Q߯^)vNQ 儠@>B?Ms´k|{7&UE.R=@ڧ3ꗴ8W BWb$(ɺ(vU!:ξ +Q-Wu{Y* x=}[m0p`;`}xS/2v; ʴc9Ybp.ྒ: zs2*z6=of:qA}Z@EǶ͉'\|4:  % ͛z[6j.4ĩbBϯi+@lO#eUZsEGemXnqbڞ*m_]fP^YLo6˅uhmU7Q׬YwERC_1֠$/9dhJ {/q^~Z,YFpun$Y;(1/!̦=) yſxAr9`uhoUJ|z;.iņ;yj2}cIqUY恥A !*BVreX)cs1.&IM9?w25SD('S2>9LwYqDAAYP9Ͱ`ߋ$˘jO<]dnO3*Ӭ# ?YQ<ݝl IH o5_$dq+s+ՙ5^{RQݏu*&f1*Jqrb'4ŦW|ؒ$/Tk"}-j"I+yN[p+ju<P,Q54'=a5+ E]G + S9I:jծ>lI M>nENk|[NRoκJy{ΫӚz<8ʈ :e9An֟ s_ o`0˅qTw `fb5߇169vxGkswZn\H9B-x#5>BɎ0t& ihmYT,\LTdT?OUL8.Gr7E Đ^v5T(&"Lj1R7ݍ8"J$8tz'CkT'>t0ƣ;v*<'mxѧ^jfm䶒X<SwOT%(wZvj/)-?\9Vmm9~ !~f5+ObDIaUvz?H~m^VƇOhR)=ӖASG %u[r\1#vϱ&Ye[ѼKAHCފ%P&ql 9rvd<X'05$te5:FpiizTvk.ԙZjeXPЯ\U(lk݄: ɓM([dilWt^1\ #@rv}HGWÃ+Σb_ T7 FRA_u!LMw*d˸UO~U嘁]1іTNoQ^uy IA~-t+?d" z $DB֫4JE0+͂g#JN8 w wm9ww?#SQ wua馓.R`6Pwy`RݵqtЄ),fW"(,㞥ڽ$֓2 /&@a)0oJGO!^̈́'}O}1?{)=6~E\'BaA8ݺ( C´GągꇐJ3Ρ4C!)3s7˞yC ryaW5 T"I C؂f%aFu g(PmnƸ-L5Kx[Liןr]clWz*tt͖F.< ͅ<VG$`fUظoSm;z 4™7Q޲%s?VUmAsK3:$? ŹtK{}0|cc-E(oڌW?"WU{:!ѿ&s$VSc&6?}$:fkk t^*<L(< \UjQ{V?pW 6ˋ5"N'YKS&ݷRX~Q}vlZ`]'-n/SQg< D~N5[sc1QWI#4OLToReWr!&\kSؕ%r|yn{:Zsf ~#^Dd%Q O ĕRՀǴc\lL8kS7ȋ/(3/s״I|hF4-vWȢ\[ ά9ne+*6>Q~XE%1DޑUDЦ=Pz+EĹ9HGɧLq, vA{Y> ?cTT JSw(Jܱ V.XHR]=*ʁ$$$wGH_t^Yt>gdgҀ0Lk5";8>I&}}|[LX 7=sl>!: _*:mZI[VGƫ 9ݲ; rtHjIw&ț<ÁY=c1 + Qmzx8IpRD#)lypsqlE븊ƋȃZGF&^M\ H(H>h:zKɛƃYГPK\l Hx OUbDžnSy,IU䕟qD/{jS)Hס7xjPAȘ~obe[̣cFL/"IgMw1UsvՏ@\;%H;!1:Ӏ:b.|a[ X؆r"x w@AoM7GSN LIU=n% P]@$&u6r߿[96N'=YcSKyjQAfcU%Kj+ ]U{r(D1CEiiجt{[`T֨x}Pq5⑱=jCba;Tm&IVzH,«;OU\9>Ps|Xp3=pR(dR[Oho;N*4x`vF0݀_wQ~Wm'4xFڻ| qWL++r m&VAfa?)Ai#0ez)J<u8107DžAz)gH_kq>{M^ퟴ Q~WB1@26 Yޞ +@U>̣m"Q<5rW&JK%OU81;u!:/|=7p[;o#j{MY:qZi737hqmo>v ܴl}qJ |Ar1D ة}1f|2EjP_&d% atG1nƇV@GVN 2eڤ3Eyp{˽ܔ`2J2Jɱ&<^72wB ޮ)@l> ;y1uXp}c󟽑By#}%@(~:6!10N#\TV,) Zng1*CJ@8vR;Rg: >H_o'@/DTm8rg 0\h ]'Rym&'MuĐ$o)2ݔ!k|j!U(ZnZ7vD 8>&r2jfSTL̈́-3ÊU6 h/b^yS_+9n=,.TeUwscS*g Ǹ%t7 "%D<$1KlYO ݈TKRl I)JTru58s] #.@ܡŠdl{(:G/~ . -o9$mC겡 D!)/lP8ª:;Pm!SY3^5Qb/e3Q_R[}X!uny6|[w09w-CAesd[^t?d0Kf5}+b&iy+9I,m`\-Wɷ#˴ƽKE^Džn8m,;"u60IU` ]?VVd6A=@VEI?$ :69Lu|۫G"i PUEqGn/ ZL_v \*Ĕk/4xて1]u wQMfxa ~:̘CJ05!!jX: X$ Lݍʨw3ϿcoahS5 >D3K݆HKMBD!P%pך!;M_فxE 3vhen^?vwF707pr^a(X b:Ua n׋R3׵̲tmF9^]JeZe˦􀗔[@3ZMՐXЧI8M+Y*_E͗ĿkGumDz*CwG~ 2yf(X9b6h-y5#is?ҡ!}/{>=mߊb X|6,*.byt)CurnYVtJj2$-jA<}OmFoS ΉLM5]~6Ggwt( &V)PlmI(;ϣ`p}Vl y3?̍CEsWe;)h<[Nn+p2&psn"!6# T|ds3/۵:0;R^vjzWVڟ}K ߅EѢ4 n8:, 0JE&.?0p.LBPX:O;\1M:r+O[&`"fNe87a`N8\es&ShF),wKq&ty?;Isgr$aMζ9+(Ny-zQJWig埐Z^Rg`6˸9Ku?.#E^7*ٞGR;q?0 {`vd԰C5zmHwAw׵qʜIkoR yw3Y@!P^;lp tp2ii댍KP!:+<$}yads?PCL؜ 9(X$BTuMZȥn 1ÑX&lEl|L+ >r j7-m S(*}_ns;#eUϖl+db VJ2Pcr;eu6{:GgT[́n&Yαoլhig5_zޜ+ 5 gvmrnǚLiL!SF0 J L`)0R Gs-H T׀^؇GxށEF0EA<ʅT^+V́IӘ; VJQxicRCGx62bNOJ(9P ?VKs]VKBiX]+nMN`* 3o;V:r[l^4DµnP v3 F݊0Dyy7JvUop{tD@x+nBfz{)3B̉gu}2~&H^i()quR%z9`"(nA⣇K'~|,i)iAa@ynAE8FA2?b(h"Һ}0c;R2 i0$:?#nח~"tѭe =/yLd(ϣKz᚛;n(>> r4z]܁r6 TWy :4QTE% *J$HH>́Ћ,}7TV GQ/.B8w"O{?xT-7&s]&<"ķKƃ?A#vgbSnZNC_x-S@ꗜME[9dx Fh}5p1mIuwhrbT1!76 gC~|IjS.w#8Z.4c.>5F\ S;%;uN"ܔ[E=wY@ǪMWmܤD7@i\o/yZ>){8!^c{+h j$qC ȡ֚ }6Ô v$JŕieIY S⹂Ⱦ%gjgI $9N/*f_ $|, rck_(s8?uE?ִvm@QYLT9tSy%1X?C†͛0sW3%+apR!uS4 A) =N(9ZlpEϊީk/9ar#$:.pB/+Hf@s+6oIV(; =0ɚ~(Yzv*, p=[ H[Dx8([q%@IڬwV"IH)>t#eKg᎟jIRf}˶֦>RJ R XzKW~8 $No]` Y_KaᨙF^g\Ui$WdѦKkR=cC:QrL֞(#DOSnX$qUnkd Gr?[,J%GN"ɆBc xBnMfavC5j p><"m2!Loƭxn1`D?~, i6umR6)&SUw <%K_WXv"iO)B 1{FuW(b)/) Kn ~eFR X/0?&[Nғ 2w ~ӼVKttEv<)w#4%+)qNڮS wr%qj^hcaٕ6!otˎ  dNN'n .~(B- @:WxX4+Ļ(UQn4)9!a^%oHߧ+,BjSe8 { i0 B`lpHm>>k!3"ؖDžHo&_Z}Sѹ=LAI3JaYr6q׺EA#}0s6 jBFNߋ &[َ,ζ'7$a])IXetrڹ^p~|Xwbu뼉FA!Wu"ҧoHG\D*tu,aX04mZ'1tX|`Gբ_m54B9#] _cvܲW Jsk 7RI`p:NCeHWst꨽F rNFL&&> #+*>c#w=A!7f&aĒ4b€2+?+Nx 8ȪUpoR*< *j Db׻\kצZ } ^:7F> Lr{l f6/ 3.a Gwl2ו|@o.j&˽MBW9I F A));.^c>d_Wd WjfXAwzl8=ü%5j%,Kͭep)U9&wZXczR@\-#·6FpP< 'tu9wX`:hםV!υ:5H P-kɵ@U)}g.klnɹB]yH!*SG#ZX2:]Ar)\jz; EbbZ+Š`LDbMI;;mEX7侙\,J_s"F%f+G'&qڜ&RZ]+eҢ:~<Qp{ ]+nߩzc&JyD d4Ge1A G;b&ىw:FaHJ{ԁR] B 9}G uD9s;<-  !'i4HbV͉^ \ZJ * tKRAu{MtR$N䏃 *8DÁD 2e .\S 9Hȸe=.dFH @<7-1<%$p^8b*uۃ,|c~֝wyZ)صKZ",i^d JeVf4!j@^~a'WfRO_};uC[Y$a!%`vR"#Ѕt\d,p*aPjޝgA^yE.d.Te-&P8Z3!'pa"&( ^8ӳW"2Re߀;&+N KFkt3ڬZ ;3'\qh@WKSŌh}Y T+l5֭_9¡˧߲-f1qH2GSX;ց Snǻc['yl߈~auko)˜q~šcs'XRm7<ׄv nߞ +`,PkxZf}qK1 DgvZ@P7e#6=$b_*Kڅ.]^R-'f?-#xp)ڀB+隮Q8|E$' }4:?fbqsVxtkO"[z?I`HI@o['+JKIYv&kk=CfE f)?fX Xֳ}8  ^\YH+X=ZHaY;VKH7uۓ鋁CҀy~ȥcRĈbA.mk6=Q#Ŭ)AK]B2`rTYKN@ OEZ&1TFm1Jޤ/T`˚fhF;8l+(BBCG8'*Zgt8Wnͨ(џYo6ydNW@{e3D \Ny,Q<qX\j'Yʷs <i{mݨ{o?ģj 134Mͧx 2w|H22}=3bO)D,E4AA q_Q *Bg6oG!h%pMfDrӵb|k8%$jOo OOR g_m9G98o)w){")q#u%84~(0qI7bBF%a X\89)l8!)Nb`]\nUru5n #aRdyta >YV zU.? _b:h-Po+ءb TX^7'H!thŌ67fUwe"ݜgTjIU~w(4DV)nZD\(eɹ.OVr Kъi:FZ)<5GUZF=nsVUH>_.QAtU9O39g%sʉWё[}M%2{vmm'Xajߚ$l =I@NRS(JBapnHPH-H;݂cZ 6Ab$S\$0RK'@/F*i+\# ^)/ߏ`Z]h"W63BhMݎU%NyRZb)_Bgv^9LA|1XzR-BfV8 c Quňs 0^_ PF'*#*ܴ-M$+ppS6pU-- L Ef->+/@Pc4851bq:;0P4QrwM zXsKY`wLJ2u`B%OoBDomR\bJ0m}w{8 Dc)z4F!~"vO22Q]A 'G{Zrm蠎nb@!^n6HWGlrӜ8G%pB&Ak-tĶu\yvQҒH 6"y^kġYʭurg:x7tmsX(J@,S΅Mb!ߛ́Ӗ)b4Oogg|dP3NV jvW}.T3k7ꖘKϝ*]߹:]anSV=SI咅g4CG1:V3wk}&jT:^LЬ2Y\{ nY 7I&P]V>t![&Ն8oox`nZ׭_bwdq"-6Mdnuc9Qrӭ6][[ byW!{bnE (V-z:ي'HG ro]@+(Q Ad\tR1rAYP.?*1nCšbf ֟{T; Y,{_j[Q) >TJ4aSFrjl%L;*aפL50M930V*sUKEbG_PJsw׿$~؞`ґh![\[ YFbS| G)AI<ǻeӀRԕu8-Cj0qAPC'\Cz)+J͒<4zsv~v-XZtd 3';]&jwfeZA!|Ɠ"jTI 4-5~Jpın,J% ᩏO78 fcLVfͅt*N`=꽑G wgq2ybJeb+uOr;hϩ`a.=V[0}gY*AX? dn !,8;TA/apv:Y?RnyDza av C56e6IwJU5'rXh&fOld%z󪣋i}C1?`| ;:H+N;ițb[@p_1! 72WtR-)3I?i8XxgdtN$OǪ$Mt*"S9i@#㒚>k&p=6hOwRYeR;,XV݋ȁǙ}F.hD%l3%Wő-nϡJ rN۳Sqz%t- gen`=Qk60@h'J{}Hz`҄Xt;쀠ΒbWvbԉƔQb$~ŅL=el.X]nT_bWle4jw eo7gP$4]W&ZˀG 5%[,~!wƓ noz &n;I[-IʕsCfnEe)ׅ<Djy'm=[롂R 45F^| FgQi2khX1D<,U*WPbRՇ߬P{V<0suB.{^QhObȢɴPfa !E3yJ&@ /ꝑ*.e)),ż_l<) |ek+fG%ܩ9 VXڔOۑ?l>ի2xqvQE`.Lػ'a6obUN򎜜 ୣgūޱ,Z 9 xno$.Y*E&~53ON[eLdazfo HY䡨yF,%#?e5N|/)uOdKwȋb#^q#~0V$MB")v[hvb!Vz&b߼J{a)iM>̀0_܏  BΐTG]ŅcEsJmw̨I5{63JՒxӽ9BD6Ru#"tqn\ ygHv=P&Zf٧)"ӯ`8 Q}|8@f0J^{ZL98ALh Xj0˾Fg+?_::#8 ΫQ25L1#NSyyY.V }e^qV1uP"yFGTJ46bnmF|YN dMg<Œ"OY;hYZB]† 1RNc'!] V Mi >,) OQG Ty>^pU;0isKJMܻ?)Xs6qqɔ;'5OEk%%$ mݱ۪9'EQkxQ0w?Hϱy%arMD?Q7I+<)O"F162S۷O ':'ϵMڦ^Iz<~j4~,5\>ؾ \Yz2-e40I^Z;KH1kߤJ/ ;*If\u|AVܳ:UTL6oRzjՖ+ؼ|(|<֊z|J7A: `(}-vZW DZ*ZO4!d$kH;ӿz fuZiIc,qeXԝuţZZcBZh *|WfC-ϡ.}REӮ[v0AWD/Pڝk8 e*JLzC4lw".\~b25_oP)`G.t Ψ GW!W`DYJ\ I,F+q>؜SȎq=|Ȅra9m_!rpCOO|QiyTȆo/q@m09li,Pe =oIP^#6]iҙ@ӈO'(x٠|JDZHuz\s^0gwS=WMrM O8j,I~δ4VΣ|C~7Jf5 {IEw+I9JRQ(vR8PMRu:qD zg[VgM7p ,Ybʈ :)ܞX&V<-'.ΨR/3mn֨ưrzzE W^“[IzM;C.>'A\K$%Xoju% oj• ٱiݓ W`|FZPJC-B .Лh3{ F_g|2Jɏ)I~N&Wz9q݂"3$1ur+8VЧI/wƏE{ěD*IЦPW#Ub'D-uIW_ hÔbYY##Z-S6l t82•%A[]{DӦjte7l#„(,5 k0dVD*2ݔХMŗ4U"?D3!y `4×Dh:ԿPiT' |꺈Uz /K,H hV%r<>.# b0ƑN~TV:.P I(F@6W{+~c#d4J (b#(BcX蜯dx?SR@ѓ&/ĴݲY1H%G)ϐk{#R Q AC'*jt&XG%3^\k36gƝuPQ/f\MQ q-ٶ8ҁ^J6*fj~fXK^DZ] g7yb!m%."'IBV^,rB^ *XϜ׾ήX`jS\;~i定E"di:n1̃`!a5CGp&mBAdeV=J]KoXRw502[=py+5Hp725mL)\c NinU[ i¿XgIF5YDFiyB\:œw'7$dyHhp<_nNȚ9L:-\6JaxMdY6yboG0Q@' ·#Tl|zcΗ© 03M,9D 9,SD|7? (WɃ/~ӯvwB_ALKP 2{ v5H쮚g' :|*5N) SDFXy-Iէ9P`6&@1FX d!V'00hE~ >;^oNdksk9YoeJ}WTpb6 םbyԫ~h&hJP!F5k)ֹ]72W?$/ҎwFxep:x#Ig! @"`B 򨉓֙VghbܭvRauYzI\gdd:v}t^'MΛqKeY{蝗`$&1] hTlm -fȬPJ |1^c Iȹ1PðxlxDEGy:* ]gL-LAi!uģ@bQschLlmY O>!fe@:٪Pv|(j|1MmL'6BmE+\#?zW3Mĸ Lǁ]hij4l!L/""sQV͇LBd+sS4įP8Z:<~@wx޴Zs)dV1.o˭VvA>Q-{´ ,ޛ&%9S{皡VϘ2% EZ #9q&Ջ:Jا/g% ^m l Py>0k &7[6l۔mK͑R k(]]]6=? r3Yk#eP|zq+z%CJ?45VHQ;4 vswAwGL,UUV#;C]I3/ס9]hi9k0>A2}N.F}lv;zA\%-ӈ8FhN񜧆*7 2GM)h Q-kvޛo {\ː>nh5k |`d jVd#*6ȩ>}搁+cWhreůRN ׀8MTAqEoMzik1¸BbId|Qz)!k}Y]m/77ݯ]xTV]MK2by)z-n%GОEy/JˇZxrJx~;H.i1stn, u}$v;c\jfx4E[;1r7<U2pP}bB JdLRܦ6&lOkaT:G:iآ>Ѻ%?[=}Vi6K:-\x?-C)NY햯ҵpk6>s$Kufs5Ev?{ee|O"ZyшPKðzz1qlqh*G|fpܢ=MGJOCJ/@CU_XBw@mOЕ[i1Hn<cڞUGj)}') 6A_DSWIj͐UI܃sG쬮Av@dzfGxZ"N`w9O >hV =JnQų:sG8ӲFG}iݏHg,]%h]+E̿4qLi(#ab=GxEפGh1CYJk#%,Cr'U{FMd$mR0{][~䋤5$  *!φQz8tb';Ojj1tP/94#v'+q{^Q\O|#4g&1r:Gbo)p&tHvK\{wXS9Op̌Jͬ+TL7SGm>RXd%v8bw%e%|OgJ 4y)j4qAӾ,mT l^r+UX1&?6Ih?9R4h3#,oԀ,sgoAP1}yeZ PYIdι:= ]$3֜6 Fת:0F9Rstq ҀhV/Mҽ2*pL2=Fұ:.kG3kœG8ᓶ|TҷcuV;g$| $Zt[k:#ն }31l֡B/s@ :H3qo.sM$"Wh ,Ȇ1T#AW^&)ބu1npTSO^"~}qLMu炰Q>DAfٚl:YBGuzuE,exܑz tPlvOxxF6?^D?x;O' wi]wVse Oڣ"S3D$.M KEѐB'Fz }*;hƮ F\R;5P|uRkK튉ٽZJ֟v;,FJ1c`h'sZ)~쥓Xq'zj U4,N5{5tWPAgD|i3/5SlE2@jGIj@uZ|>񗃯JFYU7#[V{9&j5lF>ѿĉ2ΐ!140Jx^ZDwU.`_dhVX`M~usoөRw˝cQrtv^KAGWEf$LDIgڥ ^xlr:wMѬ$Is)@ 8Sd  ^P[>)pNM _mMk#`h(r<|pҗ, ngʤT &oPBwO-iFcCATܱsDy-=t W6yib u6-l<# k P P.}O#:%np?<&a@9 OGىWJ:Ҍş#+Ul'CF;\Q)yPL&- :, F+6D5&cD3R}.,kir}a&namVQ?+cNƃ򟱓Rn>E6/3Gx׻+[e٠䐂?s .$T?&mTj5s5E R |Ώ0Q_@,'vyfbX8"ǘm(Av f%48`s cp*D<ɶX~xQxn,g (q)՜7t5Du +Ҋd4(GS fb=5$l6 #<6FΝ9d& 1ܦ4T_rm\'}կp_RHBn:h.Yܸ޳bxN-W;]C|AV|Vm6FHǵ; &t> Iė搣| ڎtgj \_6Lf\wDmSϫ*ot*8JJ s^tVu?z)M+@dy)?IVNs> 8R`[r/& j!M(9iT,' If  o+aWAxj~ *`~vh _nO&Am58I ̷ڲCE|So 0IR#x\"rab`'*: )Xȕ])@ C י!f7v؎l]?A,Xr@#堩a狿V;AMKt SW7="0bʣ2YC!#'ħS.;&i~pD1B=sI='^= >)#"rtS~qJۀ,N,lJhlF8E*+6S=O]DRa]<5,~͡5 aQϚ,:oL+5[g3@ʍG= a)uloZSN7xyzvΉR_pv,%17:bȩ=թ,ԅNBQ=hZByV%f02jTf> *c83=rp(:;#:sQMIAe@7. zvӱB4TF25$W@&]-9N|b܍Kéuf!p jKE-m-(:SzLuoi n xbn3Հ[hw hAxY*)zqo:[,1]*msAPЙOEDKW >\N3:C^k[ƾ[dGBIpz=-P3tPx=ru!#MSīÚ>^]UNB,NoR lDi?iH 8eXpz@7reE ` {-,(=y;F)kVZ!VLC1˦O~^֜=`MȄ `Iw0"&8JSC\"]*B@"v(ckC5 {÷]PJCWCY H< "B:wBgtSbH^3y- j0[r>8v:TP&Uyʷ;6*OU`M04P@ u-}C^r_J()`K 1(r J}b׀~$/h ŵqSTIksPdž9~-"m_nlpw2tכHʀv9 Zy]IzoLFۼ7w!H/`FpZ [8; fu'Ft6tpTtd☀_dklHHUGCS'+7BSd{J T4HVF\C0#S]Re\Xc)#,1)~ Ĩ-Z6Ztdvd1!C`/jErcNGH!g/bS-,vcQK1>9&'fA[vS6xBO)|Qc'wH YUO4>|؂j{ɖzAͨ~@F̚"&{=RpM+رAAb?P GqՇB?i\r&lƟ-$?7B)3( 4~זY$؅ZEs?l}^Iޘ2LNR>RQ\r=6a~9l4OO$YEE+;<- KJ#(g0$ {oo_$e [<0lB>Qć K) _l*uVteQQcCD}dz8K]afdx& =d/oKLvLC/#ïxZ5T{Ý=8:l1O3 5Q\nZЖ>did"@k@UǞ3s:qGwE(g[)Ҳmy7ݩ];-k39~Q(0&蔆gmE6wDH;bp񰞅Z,!oKP\C]Q)΂eeE>8iJۯ͈F[./1`Qaw؜ >䇘3CΓ!Bz]V]z͡Ay5@q[\R¹`g ([HH7!qf=[|\!ǍߘRucߓwөZ#O 0/fHsVKh9y^$p6`s3¶jOS[eg7;vzבtTfscIaYCtJ@6̛NH uXL=aS0ct=:JO8L.!{u$qd7o7StjV'hx$c؏jƁ̈ADA+[o[mUN/txI?D u=\$nЋS~v|&"PE<ۄǶ*$?0.s|mM֤3uj >_CMi끌N@m>+Em~䉉S)P4 !v߳i0^S[;D]4}5Dvl2GOQ1Y&40š*6Ą\z44.l3[V',TMv#^MԹ Ae=V_ -7HdHRU;܍o }X9դAfI諚E\x>ܟ۫ SޔlE1'[isPC7?i ioնK+0Oc^HjiHbbg6 ^30:K (/a(ebzO13ԣ2g:q% ,.^Yb_UmęVai2U못 V{ FvM]4y)cq 5H&|sLmt&>B=8g?B=3r0!nQt7>`ׅ !2]<1/÷BSո21g8S%;T|;GJP>o"'eUZ=Nif+̿|j҂&c80r+wgF WCuA)f]'ehdG-$EDei-(oo/ɁEP\p%RSA0º 2f.Ac)TZisXT^XN_Vk*) k &Eh,xZr<;znNE%( "*N-9R=shh59>L8< b(O+9Xh\(SAC- dti։lI+wgй6I?Ih2AiҦjy R}g? fq`<a"{"Vu椘d,lѷ(ymB1j1邌pHΓlZZ2)+TX#$GRhh \b:$NB'nS-A2j57ltP=]RAR .(`BOado\7vcމ$œ 5$  d'NӾQPtxǎo,d GW]u_FzXs6HkmڬY fcf/)j́%(|ZX4ǧ&Rvr5!]dmߙAa軘#v;pao7~.cG _1SЗ;{/nHţZ6T_{ؚxȩ"W3ӓcWK EKS{qo^ (zN-^+ mF0v[ #jV!m,QA0\a~&BVMcgswdŰKs<3۝H&vRZٲ(Gʘ۷!4"MGYI̧.9:#9zz!dəLٯjr٩r#Vkd!\MD&`WQI(~7|^rߕPx\hjeK:Jρ$C!3,R|XH/71acw :fHM:oCIP c&JWm}E1 1;Y|U\%NʽL/vnX)ʉ]:.g+9 *瀼 L{x]{tYDH {27jIx M[$yHKĢu3L+n &;Z_P8{1ɌhR<Ѿ?:*s{% -p~8UC.⧷qވozd..$BoG<}Oj::aˑ爠hy<8V{h|aG3<Nx[YE4'T6W%`!n\=-f`RMP), L*X(6qtS~3z^1WqjĈٔ&bfjO[HeS}UNR<7mA-g0|kO6CC`{Ẁ{͑E MCt0M.Rֲ;wVCo8/)oIVTIժ3%y;-u_ Xv-"=__-#ڠAuTpXA\ż~؀qƙp1V\*ov[e?$tQg˙pP*ht0L~B ?ԟ60p_ӊyE ڬ<~:qU;f_!<3o6<ʝ+zxP]>X k }lVkԄej]{iP"cE^R!qm:M&4k'ɏY]iUͯq1~p2Vd&Ӗx,!-4c˂*RV[JP+_H-=`PӳZ8#Hד "jOn-;+ =nct;|?A!rƣ)ZbCVͦ|YB2ÁGfxə@wո:s՝^SIb\byϡŽP-. O׼ TSM}~zJ5UJ']-vW"EQtDIf>M@V6ؿ<φ5g+ea7ۥtSCpIw7Q -ФHނBG;zaoD_,qmP١ A#0ymc\xC;2haLA WjFSCu_S;+>/(+wHvq"lƮY\wwee- 3^e ⛳De~a- qqjb:@#2ǢpCN-4/5N*AA[2YihD}ض^ P7qlik%r&io=FL父_Nd04yoGS >56a@Gd.^T"}?:ɐFe~q_/BƆ}ekE2S1 lpj&cude- Zj% t@' SLv]؈z8?' ύx/JֶʛF\EK&i  ?M,`V DWʡcgLj8YfƎ>Fjy` ͳslUcň(:wDI{}& F4"4ݪV$tJl"2iێ `qdA)H %7>Q|Uhm5'B+rqP2Օj[9!j=uIh*=49}pp EYN^I-J!!dШѦg+Ŕg9q@2Q$~f_K/椪>~'y vAlpTϺ"(%\{VvIkƆdnɆ$)՜ݠ2yl(tL%U#mIGT,$ a^Fn>_b^%;Prm ߁dp3> ?տ0mWGŗg 2 OťhÊA 8scczW ʧ)R߉S 9>[z?~{{߇I IP]!|89lRؕ4rf Tg-s V6FM 2;sO1j`y7e&*4 ZrQo6_a#Ɔ@d4]7dWW}= jqCt+ۆ!%VzM LWW{ }jUgcEu9  Sր9 @x2+)x|z|Oq 6!^[qAV6De&1@C T5 'Y5L8C0,aWapVfЇe%a=xxIV`O[X#cu (dz.܇wNZ_G[IsAoS~zmV'aEGf ܛʾxJSY]]'-DEg;<&mjF G']1_5=]b't>2[BKz[= I68Ay/%X bv#;3M|5 !?k [8W-w,<Թj/i`4 ˎ\eEoiM`oLvG&MBz:مtXt&8ٵnl1Y FDfY v*ﰟć/VHέ'*9T4K_G/r&M+=wK5-P,ˢ ^C2=];ILSmpt{=c6y(yBȖ96sZ!Vg+?>Eu{g@;U]KuEkQ#&0azQzǠDIZ66 S]#Z >勮H F 晲BΉţF!x*,oMO3!dȘK&n'E!47_GYQR:~ %2R<[{-_Ьɧi<2 `F_/ˣyz+FTUth?nuF ')XUO ]֎\RLW:22Y?];M+jsJN(ƆHVJCB|}[*G{_obSwlTY!XYbݦoD;v&uafu~ƚj?ˆesb}Vwn}wB8i(㈙<\q׸c1M>F+%G7YHkx*3`-`Xm/y9Օ'/h4;ĪT`lO.F5q.'bDK!eͿ5a/+v1ANF}掼UdHFz4Ӽ NÀ+|{}nB4zdIh,'epڃ~Aܧ`aSl#\ M z`8?-5!By‚/)O:dUOHqhu0/ <%T>82v=cXy[*l$]e_㨟Enh, Iee` ;5>3\ٙv;|_>lR"=)Og_"@=qQlE6piM7$KÕXJ]~[r.v@`'DC%rDڟ-a/fsI8dvDPt0VϺRؖds. KiMO. h5a;W:HD'eEe Dy&B< Z 3cR8rѺ6[cۥgl$]͘[SU|p0묺}zlx.P.]cw?+QOjM`dS_&GiD UgGr+D\6 SA4Nns﹡ d!;z5GR'S9Y}: ! tعJ)vȅqءjۂ :J cv2LI,W"WbeOe`7jF',aľ m!Ο$l@VuG&SYACcVhF@+RZΏHl%S'DhFHcBu@y ˴59[U";@E'ŀNz_VxtO@psa/SGK@P"k,WoPfY)]C 50w##<~-A:PG+6ؗs e\ tRPaaVq+LgZƣgΌJitZ5r{jj1mNSz{g5k%j?XmS $*M&`5j?|~S{g&J~E-}#_Y3.)E༉xd|'>ئBTL g`XЛg'0U:[%}6nPa+4"p0!l&g%5mg=@1bFJ!&3u1aCi_Ntnjҙ$NiPY1J L> 3R},"`iWF]ǏI#LJN?|.SuVɆV G\6l 0[lƃQ&5)sXr V(wD<^YN " r$*]9Eq|D3nq93g'HWYdi'lIa 3JMinbb4hus3z:)U"{){XBBψ>E-pcBXq/WmQ9MpN7c@`fi;}BY}hlg=m9mՀL٧ĜUDƩwuW,#wvTiz` eZ>I Їs<J693Z_=nk`wz!wϟKI}(Gѯk9g׷HLE &܎FGCQ N)^*~ Y`Zx6ol8n7rA8v/lM,"T 1W(t9{s% 4C:t:&IKzcYkEn _ jk=hg ̧|uڭA -bƛ yӴ2J,v!cHy uFeƬ 3c ?fN?vwo#477|"d!<g0lߞpΘiL]߈y[ۏ7=?2ro>]]J%"&˩/؝ 0 jjmvǫx.9|ً*q£c}P { fs!En;ԖH Yj*7ZwD*t<#8yυэ',m^p᨜Y`7;Q fU78%t]LLU9 NndҺjYf^p=C& U0&WO J99'K abܲy,Ð|>$qR_XC]]6JMۚQvbb}oM_Fi 6Tsa"Js݀)p A2EW ElL~wuZ77ځ1Ϥ0좬x<]3X21Li-ƣsDA"`OelZ4B "l}w~Dwq`T=w "k`,qAX$&HG7a1\󎻙NɒNX)FvfL,U^͙I5Oji/_Tm>{,!,-UHejy.T'J/OZ&;hGhg稔eSͲ!n=fA+mrLֺI_V88OXΚʸ?EhoCC1g\@k,5 *ec;ז|y+N/ؕ[: NQbޏ3k+,LGSeE7j6*b${6O2VR.͇|@7yMَxuL򰈒Uc!G*eא681ݳy}F]n 8_e7`5T)!wtH/HM+7@R2e2l5$P4$3CQɞ)ʇ. SbF" u;j|wGnkq^﫴jƌTqUjoMB:/)nߓ#7t;YI[ҭլ1y*F4OBBڊ{\1ԖLڗ@FR>i{ T@ a#gplU~sR8Ÿm@5c+T-8lH_=z4o3)/+2̫d`QhQz{wd xFsqx~!O|;Ofoz&@*>1*q HU=읫wMވZ7!:kV>j0hSnq䇼ۼN 2,JKe?-tRDuֵPEmӼZ_Za9)w5E&ЬG,p T Rɖoͪ=VcL0[ zH8k:4cceGnr *.&h l/:9F12v<ϚC"DV~ 'eVmc'ժ ~cvDU .2woGR;OMszqP)DzY^/ cr5J$?C,ZK#9k k`T-M2R@!& 6Ea L~/޽@ӖX jULGRpxzX⼡cc=6h4'627ZW0-$؀o<_d+z5x7x o׷ؿBե.v0e> "gʸFQ8\$=`S\#L~TRv\=~7{S\vY~Tk:hQXW5_ a97CR^(IIM^2'W.ŤDMPe~ŠH lRg`V{[nQ![`'+J!SkPT !\wǮ{3ڝ[?Fյ /"w+כ`պrw`GYN?]MY.U!պҰ~LEyvN%\ɣ8Re7 A!Ѵ!F.'c4&lXtl=C1 f.^aV#kVYwե bMi m`"+bа 'bgUf=-:#jraN#,C 8h0_ '|l:[K^fz|P*D͊doTv=7 >Zeo lP,h59)S(={;AQ5:r|\x _ጋ `{ 39Qxj̜w+D-.j:[)cLBIP,`4[4;@}s=a&ʃv9pjK(({<&̉G*n\V)\8nJxl?|k¡w<,Xe);er5t"i\Ɖ{RwyL9M Vϛ$jy``xqzg= ]E * M'6! 7ɔX8Ҽ {-Ҫa/Xs睋~FN.dG7=N3ߢiϥܓHI\fmra'WEG/M<ђ߲΍!/9p{u+^^6Hc2pmVT6oT=j÷[|W˿_ۗ2ZJ sNIMq֢\5<1ՎdBq!/P[ϙ|K+d 4}do7X`D`v֝PBͅgx?YgB!8k oCtfs%5 J=J(!w&$Ͻ;1hg(L1yœhu~Iӎ ٴ1d 0Ryԁx4J. QɚDvxY}BM[ZmҪ2K1ǰ/.LZ`I>{{Iֽ2C^9ÄWAw*\=Ίע, ܨײc0x‰{tn^j#.KU-|x$Ur%;&HȠi UB^?5 Z5b,#sk*5 *ev/?zbR K-{kWzX3`K4L㺀M!h\ r_I 25O,wKM)⤜u C ])rePJʬ@ z'<$MWgp _{Zgrm}F g@,gSRw@*S$N@NR^B2&[hvy8*H!4wCLquHIzu=E԰r{aKVVP櫤Lm&LKЋ;,&F^ZNh |dO 0wڟKzI&#]ɥ׳%MHs;84lԂS#ҳzjM :[\^do&(a2?RAF^dC`\hUCؼ%Δ !so.L%HbבXϖNn"7k֗tkxoTo'.MzIP1}(yP]1jBzih̜+th|cj;3Q4 `Nub>ekE<J*/6jˣH|{|6ذ 5#\'Ҽ`B+CZF)btbgQ5DP Wl_e:^q=l'Uc{?:| -ǯk6ճQ]`҉y00gK!D&2/¨ =k> 3`6+9TklCNtX2X|عFaI&C 2.^oP*Q뼉?㿔wP|j|bjw|*_̶Hx,a6F)QGQOqQ ?{ "VНOq%iE%LIQ5ɻ }>Shƍ YZ F _|`7A[~ vSKے8 pע6N` uN>r<(ط_FroP; *;S$@ I&,w/;$h nuUGM]XPԟQ1YDE|cB/Sa;Cc^B3A+A ~E16b$MT-z9TpJ>jP%x?ƍ\/lvr$NAѻЇ)̡4fE*J=G2vp6OOOyg6V= z"s$Rj4r(`/n Bڎ1RT/@gw,ߦ֒NOqSwh3:h\\ʊih@&}s~Ei0蓃_K-05Փ75z ?ECY8D̒tre~"lF^ܴZ1'WUO\$~'W5BX]믈u7A8.hX#6 nv xZuĵ:і- lLVWwht,qAhŁn ::#9zF_c~|3ÿ:?QGjQ#fgeZ#)@HLLD6s/#/馠> ,ͭ]/jg8.縁R^+<ʉT/-QK///M댅\2uyΙ2]Gu<8+( +qKw }.<>ɺށ{2& KT/=dbqfL`pWȋ }$2V-P鰢L.<,'>Br_Vn!87uEmY0Lf]^$s4#&'1W!Z>m3j+P?H#w4EIze&2ao'kxq h'phqv“EҨJBi_܄0&tSb+n@=&aKS͎km8 b3ROjx#}х.^b6( o%΁)v׈¼E[Z7)$#bmçi0hviH*ï.Mw5 LJ^*C^[QsB4sٛYfkk[:=ٿ'YXqC5@ ±ZJ{"k)ny /.TF6+%O}SM[P a[%yJp+*tⲅ'j܆O>Aq„V/2*[guV$**}m<~_hvdy/d;f+,Vc D)U^@|gL;>Iٽ,Ph ڬUuJF$$ŹE+M/ tP q*IQ~GL?8/q_-ʜP-5lbj\AaMoDk9bѨ8¶Dm68 *^(j}#cFr0מ~rOUL'`Y5}lՏ m% hϷL*ئ(hjBG:?(_4 DD9[b짳y jiZmlJncjɃP~Y[ϦxbIYY8Aki&D,f+SIOvLUPc+Lm\3{JF'K}T@rHM8qX$s!2.)N2| N{N+=< t\\dǽ^]h;6[deK;Ȅ0gYlG¾G U,2f*{ 7fU_l`=/Xn|@&#'B؞k( †%È_o'3W륔-qyݙl@q:]{WUo[K䀝Dk醲#\ф. ] kZʛZ#uV23`lUT>Ɔڢ@^(^,&tu &[e?k eH T9j u5P|h׈c~C_EaGDC!6 }{dTjpt:qOC"]"@\0?"hj 򦞗 ۮu Lb(i w6kmJ޹gKm bL럁|FA!nϐv%_Ig\~-W>e@4z1[4H2k0h_@*͏侊R.>9:{Qn׻(;2 k!nY*,bSS["nZy 6 >ИlUXxMT {CsM,vկ܈. u_^)%j!6\^}QsJ(GD:Ax({;>g($M+gT-6`' ās<dzNWFeP#ǽ!)2LhnEVUIr}j܆ %u 9=,7@^HߎB؛oL's:ݎg=cuc")ܚfs я$!"iБe_*ˊud c|2D=O\t %yx*_ؗ1EUs$&9k.\N HޕȘ &R(TGgD;EhU?1m07v_ =qp[/O^~Of3  N.˂. ̥\w}u}$$Ay'*=J{a>& mI,H[nԤ'm/sKYfT.l~I6y9VG7 2+Q`w'=0Ə.=BUNjm.T $$.V34rh&UxBFKj:S}K>*k[TPSɜiɣI{{Úx2'F<񨾢FJ|;1^SAfK @3(ʲNJN? 0sIs+LO( W(r&uf {z.Bn+թg}ywȲ?V<*4轅4<_F1Ψc㋣"CwOq =u(t7`vɧ)E+x'/TK & 5EP.#:!;ݑU?{ϼ+.ȐlO'ci{ˎPwm*_Doq'/Ψ+Ɓ_ʃPS2@@ts7954Xcq~R=5G46gY{ֽ6 D7L|kmzt02ow^8,jU0]D=\&Wa=̽o&޿ )n M\h&sHV3@_8tek"vhF~x ~@C"j7.&!xɄlET [N@"*>J袥4ƪH PG>pnp .6g%ƴz^zģo\T'< 6ӋnWel;_x1~+b/U%  )$ ys\E\zhϗC5ǽGǿ};,^̇Ӯ81{?-&oP3(t#dwF`{NȿNok"ެRa٘I nhlEt.1 ԗ}zHbQM{k3Jd_=YQ E{]ȭvS:K =QL*"dAmEKxg&gml[,[rEӑv2pǴ0N/C~ hÛVmYPo${Q 8OkIJHbǛr[ԗj ƈL&aƻj◒N)eP;mߒzو ަa^@ ֧>Bk0>sRlL.xXpa )&a̖^( [v:y27"k}X!iԈAtd_'hCKZ|d'@>vd_.eM m<hFCαg6o8*z& Ǖ~+4qJIL,Z51D-e\J5.Pd>6UobX}+gZ»VALm(X/?ZJ=`H9`Ltժ ,Q{PH-':& "s~{JhXZU}( xXmhƓ/<@ \ȊEdʙ=8ICUQGH?$F0YWpx wPG]#٭,3“ΞZe /gp_"q7j9tuV̱[Q`rBS,4*8[e٤QJ=ybYuک`{rdr@t7Y9HT,݀i8_"W sj19Vɹo|;73BRͥJ Z~$UuQa!O2\Fi;="pnGa|}ԡ}1-ì5AAxRr{;n7! x޺8\^̚T4в?o{ Ň_#d:Ud7?sP0aoy Aض|N2… GF;"'qp#%H$p5Em=U|Lvի ` .*j""]gLgIʪ|/xb )31ҰLj 4wlNS}{@vNc]߈%SyvpAd^% EƦR¤}Z؀AqO_UG^oXJޭ(=FdU\I8?MQ, ɸyR5 ]Skv.29WFn?)B"X!< x -H+zRyo1xDDFBFDa({M<慍G 5y_%M>D*F45$LwtȌA,X6BC4 T!G;} 9i(P)sG!eزD FɡwOf|<}{-K){mT(\AgRk mq/w:tcUzb/B Y3*Mܥޠ>" v,*OϷ{^)gu|Lo: :y`hncř234iN6xW n,ŒI1,QsѤ115! Q /+:*>㗌Fˁ,$}Ӷ.6#Fnĥ3g TRUEwMʹJe˦=FTjE&_&,f4и6V*_'nk.|C7ɚ^e =?L4_kHfWiqQLφtahk3Cx28:(7e0PZ@?!%5pUhҋHaZq ZS#дDe*!DpHh|k$wA]7P(YkիXx\4C%|Dh'ăyܷ ^LoUQ<`P bXlX`M]AF~P|Jr)n=DFl.5nJސq#&[iSNUi/p O4,&1dZuԎ^)RsW~;veiW Mkipݬ0Voqs_5Lӱ!\ >ŋzJx?؞^<BGq;ԓӊ $4 Q1.rL&R jpvL녊^|Zz.qhZų I\Cmߘ.I؍;CF"L?γt-Kv ܵvb'D-l("u *iED벇HJ{8$Oz̟eQHYKl{L4ԖոU(vú{ue&2@jy|p⟗30F'7Uͽ`4Ek_s³beptpR.Huʟq 띆_P@P{wc]Rh x Ē)>RgծK=ؒVx/َހ"W*@x$:˅3}$QFo@_^_Q`rnflcËhW7h;" hgƒ-oK'L3\32#h ZX\w ())lLw:2:8)mc\ŖIR1` 8]kOJ}}jCIȾU?=gQV>J tF-zFgC;g3uY?tǦP:}#<ΠuLɣ.'}[XP̫x\flaC̆i7/$:Kߩwuf9;cEXjyD$V,<>##ˍXۺC1n`w$)_G桏x3׶UJCWdƋpp ڹ^| gSct(}22h$c SHgrެ t%sras pC5VÌs@ Y߈;rD o3󎼶ۥstMGE+pݟ8?]qTWԣ\/^Kۻ?>ͽ QýBkKDGv$f8AƏ+W~n3Fd[D]c*4 1(fjO2Y^ O8EZ:* sa&Y3376Ǩzf<ݪtslKB6‚;N[tVdv4AEl?J8ͩ3ympw;e@RQϕh^&^'uZϽޛlX2o.4{Cg)b~u)${d_1`p.6H~m+@+_O=$3$ ~]s>0fB W>J6:sTu4-^f%L3#"U4D/p\_C4*9Ɵ-KG]xp^G-"j2C66fsic'p sd9kSM N.#ܷԳ)|w1{)P%o-Ŗd|PNNaqqv1+ʬWܗϹHmOL_7N?bH '+{\q.u-d|(8N*Cչs_s}yFx,vJH!32m_or'PbdkkRA-(48xc ̄pv.־!evܖ GCqR:kT/A`qE ,i|Su$B|f ksY{@=U Ȩpcдwkaȳ.[PZ\T(Hn99BwՏ"m[Lʕpt4J6(אrZAY$I}F#s`W𧶈Yc`ʊKu+@zc2ſ xJ&,f$04HL< .6 ̛jw~@4WVy\WVwj] ނ ?2S='K2(i`Ӝ\oV캳'AtQ=-6w Ah&یhJ~wXOٓxk"<&Ebjx;]ԦC6@}eu 0p`!;/3t_z5_&"Cb@l'Fi>^`ʽL9("IQfx.D{i1"ꯊx,^wy{HZu{dvd YwIa4U l "w"!-cz +ޜ~ Rr)y0'{NA[mשPlT1 *[)*4 f_?Q8Nz\y)#=j5CHp4__9XP^;t(HGu5aM%pCib:8dK   С$/٧UMP; AV? ’"ZJW%KB"Z0*BidDaXsƝU;Xm':c`Xp(/ qfm[Ֆ&>bφs,cTA;O>5QKN-"̬#J6>Τ.w0Pp3ZVۡA:=i+ضC{iXO Aң|JgaV4) I˼Vd6\)v K!On N뤳\U0{[QtE~x%S| 2 j*c\}>bVeZ* -R֤8lMIVΕ-- s q!Qxe]P$P/U5znwK.Ti e/vG<]-jBN]c$=} hv4`%F5ta`rԔEo:{a7Ɍ+Ne> ZzJ5pq]~}_(*Yb WGi:Td&g+l`zr0H._^yHfHmF4 *Հ3g:brwJ`9x戀 !ev T&;B:6VH]}ecyjyUs y2y%Tf XFSߠ~[<Ϊp4|_j@2 !a^)[\IV o޺jۈ<δv Jr HE-(:ϢI -̽1d4ȱ[8?Ypb+nD}нnu>n9CQ^N,Q~2tѤ<8)9"CV"х *Ev/IM;3pPDZY4"nn:w%<=3 f:5mxɕy*/,*^9B֎ tZ Xe@iI`4# AoP ۊd+Z^tXr=ox R=ToHVۈg_XV^Iq5,:=S1( gul=Fl~hwq׵]wCGGq6,g1hP*v:FC꼐X) 6 ڔ~$DD0lDsI'{/MvK;%|xLPhwvcqH[.Oʼn٥6nlY9~m)Cm{uRtk~1@