libgit2-24-0.24.1-10.6.1<>,s\3'/=„~g]m{'챽,@bOpHy mÝ>pND+.aShlOUr:CőxfZTR[0<;2BŊ\|Ŕ oI&HAu[5sn~g_<]v?mRbx7qp7?L~π=ZH$PzUE]4yH|=eM檗~J-Ƈh8H iț_Z&j\(_|7+><_t?_dd   )'0O hy    r P%(P8X9:>[x@[F[G[H[I[X[Y[\\ ]\$^\ib\c]Td]e]f]l]u^v^w^x^y_z_TClibgit2-240.24.110.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.\3'lamb77_openSUSE Leap 42.3openSUSEGPL-2.0 WITH GCC-exception-2.0http://bugs.opensuse.orgSystem/Librarieshttp://libgit2.github.com/linuxx86_64 0 %6A큤\3%\3%\3&W "W "W "b75a44f52c8287a4501033f29a0676e7623b33325aab3b60b96b1b2f2b64e0f434197a479f637beb9e09e56893f48bc262eecb9bcc199adf6638ee750010d765libgit2.so.0.24.0rootrootrootrootrootrootrootrootrootrootrootrootlibgit2-0.24.1-10.6.1.src.rpmlibgit2-24libgit2-24(x86-64)libgit2.so.24()(64bit)@@@@@@@@@@@@@@@@@@@   /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.8)(64bit)libcrypto.so.1.0.0()(64bit)libcurl.so.4()(64bit)libhttp_parser.so.suse0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libpthread.so.0(GLIBC_2.3.2)(64bit)librt.so.1()(64bit)librt.so.1(GLIBC_2.2.5)(64bit)libssh2.so.1()(64bit)libssl.so.1.0.0()(64bit)libz.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2\[r@ZX*X2W0{Wo@VJV\:@V @UpU|@UnT}T?@S@RʚR;QکQ@P@@O@O O'NGN@M5M5M5mgorse@suse.commgorse@suse.comkbabioch@suse.comsreeves@suse.comsreeves@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- Add libgit2-boo1110949.patch: ignore path and URL if they look like options (boo#1110949 CVE-2018-19456) - Add libgit2-boo1114729.patch: various string-to-integer and buffer handling fixes from v0.27.6 (boo#1114729). - Fix libgit2-boo1100612-bounds-check.patch and libgit2-boo1100613-sign-fix.patch: tests needed to be backported.- Add libgit2-boo1095219.patch: validate names of submodules; backport of the security fixes in v0.26.4 (boo#1095219 CVE-2018-11235). - Add libgit2-boo1100613-sign-fix.patch: fix sign extension of big left-shift (boo#1100613 CVE-2018-10887). - Add libgit2-boo1100612-bounds-check.patch: fix out-of-bounds read of delta (boo#1100612 CVE-2018-10888). - Add libgit2-delta-overflow-checks.patch: fix overflow when computing limit (boo#1100613 CVE-2018-10887). - Add libgit2-boo1104641.patch: fix potential out-of-bounds read when processing a "ng" smart packet (boo#1104641 CVE-2018-15501).- Add libgit2-read-entry-return-code.patch: Changed meaning of return code of read_entry() to indicate success and/or error status, which prevents denial of service attacks via different vectors by not being able to differentiate between these status codes. (CVE-2018-8099 bsc#1085256).- Fix bsc#1019037 and bsc#1019036. Add libgit2-check-cert-validity.patch CVE-2016-10130 Add libgit2-perform-badssl-check.patch CVE-2017-5338 Add libgit2-verify-packet-length.patch CVE-2016-10128 Add libgit2-empty-lines-as-errors.patch CVE-2016-10129 Add libgit2-expected-error.patch and libgit2-dont-test-rc4.patch CVE-2017-5339- Add libgit2-init-commit-message.patch and libgit2-validate-name-length.patch. Fix bsc#1003810. CVE-2016-8568, CVE-2016-8569- 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/sbin/ldconfig/sbin/ldconfiglamb77 15468884870.24.1-10.6.10.24.1-10.6.1libgit2.so.0.24.0libgit2.so.24libgit2-24AUTHORSCOPYINGREADME.md/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libgit2-24/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:9419/openSUSE_Leap_42.3_Update/56fe5e124989d6fbe1bbd6684680c2a9-libgit2.openSUSE_Leap_42.3_Updatedrpmlzma5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e233b1b0a61bd5cd060f18a9d4ddfaaaec9cc72b, strippeddirectoryUTF-8 Unicode textASCII textPRRRRRRR RRRR R RRR RRR R5@sr09c?@]"k%ndٶZo4f 0OÉ-J72MCc.Nј |I{~uD_0̘9 Xvme~ U"Uas3`Al+<ћtC>fGC Y Od4Vz9nY_\k+5@^s},e7lE!_?#ED⿪+ŎcfQR#m om%H hߒ,YED$d+HœBX]Wq@)4~<^_\͵qуAR<9O5L}F8j_%Min|I1}9O ^Bxr/JqZdk.,H}'I So:Xmٓ_Gݥfs\r ZɄu:Ⴇڈ,t )ԓ0,=難_&.*ÄdsGl 5gsEZFo5&6$X\!ofDyoaIގo 갭Ԥ~xmެwtL!ۊr >@"^ YT,vὟKj'TtA]B<5a%Ǚe 񦘙?j}hX,qS9Uڝ\ |L"VVn ZSKSi v=1KX3ŪSC++B@{W+_!FP;-)&Yicֹ 4s!U8[Kfb]ʼnxK`w hDOj.ٚN t$wb{3̎Za&8Ds\pq*-C9$O wN/;h> \^ѐih6z~S뇬,͢Ӎ ^J$ B*}兄(D4mk{PgF.TQf0_p rqiNlrq/wK!q_H ed[M"vGG9^ֈ㷞u~mN '/%Z@g{XJ~9W iI"[RTl/y"!?d*~@觲KoJ`~E@pG^E2nv rU6asiD6%4&8 rGBi|#e:% `J.7s4!8u$gAf*-/eƾ{UZ&u$XF\&gɼ+s49N w?JmF M/F5͋_ţ&QT|/48h-,dzc5I{0k8O-_|p&~&ûR5tҔ̐0i4FՒyX ml t,*D}$RJw^)!NʲZ`Tv''{o0)!CCJ*x&ϭJ9S7r|3,&%CF~ g"51J?t=mG \@V,*F 4<TFvM"?-2[p 'o4ˍ{g*Rgpxh݌p_X&ʅr{hV8&`dqoQ탎B:9u˻.ܩV9;v$RK,ZcX!Ęt3ȃ/{)w"ff sovSRMgzxW-}"9= 1Π遤IVlx)f ͬfYUVV敮cʁR`"w5EW+w'Z:qED"?5x9~ ?M)ɱiҠJ$m,q +%$xlF!FU/ϭ{CLT.HScCj6Jr} is^au\!l70oW wGP&|2,1?;"_=&Y@|CmX9E(N^ FhD8-4u&Qd֪.ogjKYT`3r8.#2z|@v}?*l>YCbEXOCG`mF fլZy0JG` ]<;sW9g^=^o޷z#%Z?k.0P٣UKiG+LPzfRLU|nkc_ڗBdb'PPyM 6,H8/ RSgYNq4ܓfVM4b?8:x& e_{3 >`$Pqm [ {a/9⡉uE4Q $6 j-oD'9}yX#W{BL8 @$;85-qU RĎ LPf䬌DL+'!%L0{a8),j%lӊ_qLRnK] tO"zb=:z%RJ&2pD^o/ZQ6 eI3Μ36 0#N@ Bp42Le4_~yΖ&*jk`]~|gLHw74nEt:x|Bt愇Z`T$@|]lؙjsmmsD=l[hG| aL{~PiL+!yHE h[]>َ!6NZ5IUGR(ceTb1OV`ǡ" s#3q24<캛&<rr>9W07 ג QVk YЛᴊYæz*'_]"gNrxU'lBBoeSzcg_ߛ uȀx I%nk%cRyKY=4sm/J(ZDAgK+0>ؙ1ݞ61]kQ-fr [ 4ZsY;7[->LX* ;M|vrS"yFH616S-rUP t ձ'kmϙ^h<뷼Mm6ՄKrϼƶ0e_\ q[.Z~;V~(B\EIRpAFx:P(mAA[?i(jPzÈՠaI2 `|X?8usB?V4\&N`UdV*ϟUN6B3̤B.kB_Jkv(޲q.?`^9v3/_@%y'{z4 ?XġPwbU-ӪZPS hN1< -k}Z0T: 4Hq`ɵ"ayGg4h 鞬nTKx;YCe^|WMK>yYpg͎ 12yC| @9Kj)f׫c Z <x>Rfc_ynvgnBN0G qLѣ[u"Lg n>&Uf pĿiNSP{A>- wr?esļؼyV}Qf)-h*aLzԳr=S>TU E>V^xp2gGr\Hٛ)A ,ô+EO^l5Ac;|iBŧ6R{ˤ rD}RLo";*[ːM2[^WÌW H1O&u%>Xe8IHh|tbe$<ϲ#$L ] Pw*CZ9"^?9X \['7D&s2M#1vlEkE1%`Ҏ0QSjIr=E?OСCO;.`,@k0yys7 2;E/ۉVеoX@h/lUWжvka+TFe~kmg FԟFuXw Q_n/R41LvfOؕZ3PTS҂MLcEIK? Yś s"OaU0uø rP埴xW/nUY5Zk>lZ n_vBc!lrV@O5ee f=omkX[N^=?OzKTk-w+r w nc?2[r&7WRZko8J+c,`!1 8gURYQDg=PC*WxrV0pH_'ltZ1N>8($B`RQ;W &/c11)'nffeZ/:SYƠ8zv#b-<{OhЖf1liEd},B̉^V7M;fط-l#m[|SjVd$uFF)&6z>5w(ϣ:A,T9HGnR>R!v/]*ۂ&?I) . 6x1жcm ścҍ*52mד(4Eâ5/PFB~Y"ᣞ)x˺UNɩ[Gf @7bc* F66K`h՛A '99]oe`b(=^Hp{+eO\aP!1&x丘8g 6g. ab@ǶZASq7iRpJx_ ўzt<(m;KfDY=8 7H[Fi`س./jƒ;pw3 Y/H~m#=([/vʻC4d l.PNFDѐTzH7YMC V$kgVrzOJLQ5;ӷfjr5S/qcll%B^qmAsN+Ȫd &"D_c=XQ-xj)Dvj~]>h'^gtzg_p gAW7ȕͯDr"\^u%[`, "4O-'UT 9Zfm1bP}%Χ^mrȹ*X6ds~F3<Q~mS^~Z{B|b^vSDnݩn".! }OEP+->Ab9II@o'.ȢLj+v~qE[@ VQ-7t⼶ρݣ(͖$YCbnaS͞udB)eq~UqjE41U}gh)c-y/06uj-Ϳ<"\iU)i_FvGFe쉲ylBuH}oFK}ߋ8o H1!ZG'aHf ѠI"#uShņZ4aGWKnYkCkI &v_UfjS:6-6dw??/ZJӚ1m,҅燛SOP(9E[hey[;~p2.x[4*X鬏j'KZ v3!d|ŷoj}^ZA$]a$n{,kbXuClv;H܄r:4'/@9 (UÚ0' /_ַVo(5ƫds]R=J8cW3QΗb^X,g@×HAΡX.SEk X`ڊBirT>bkӾ8mlnprqӃ5;]!{gW.`^`Y5k7Y#G"' N}[%$ZR1-ggZ&˩àiTo-Yv]T 4ůOlK1A>z8PYS 蛟󶁸Q%2y[NEzHz*?p5.d5Rg~ymC[8'6ʯ5m31I,k\Ս _)ch1J8۳1V=vB5Hn=>%.B" ̪0Aa2HՋzGݭ|$bu㇖.h'߱9^%x}x3sQQPEоfW㐃fcR+n+_yVH0BhJh9\⊵%ƛ.0Lž.%bQŭ_Q'M!N[][,W(ތop >~rdƙ)(h"H#ɻA"8}@Gj t$ LҜ@"Ӷ"`c3{]4cRU6OGH$wp!?/jՔ=w$T =*q1DI9}TR'\Gn@J+M=mi~Ъj avzB R./bc:p?fsB?^ꖙԒ;VBBV{`R~q! pn>e0l N#ZӆׂڗLFD"sfLY}@$w@kGvn)G[<תe\- kpAJ834:60@\ڴq' h,9^7#-4zWѝ;głrC2 ȁj3  kTِzD[V2r{fw=hS?t9 5Rk=Ėd~l#cSv*71"N+3gJ"}HTʦ<!m&΅hBH?Z7n yz0Om\əQcb嬌_w;3 &RK-WPntCK?wj/*2a ;&3g؁U=6 ,Ϡ^V|ovah] ZշNnk*r>pBAc#]5Y4ZƯmߧu";g˞(Br* 7#_hLKx'8]hR{?d{<2< ivѪ=RWN:ߋ`J4z$8Bz?KFSm*w%6-a]B2\VA6q}ODÝ(nK<)zHn~rP3챟Eݴ L)5Ұ:vС)}tvk{-g>ī`?/|f 3TJ b.xFlľwͬya6{k[?dOȋM# ` O~iqamKo+4$t#C{U8̹iBz3a3O)'{.c-ҫZk 5C }]}(o)1%,}=B0ɼ=&1%[֯@C^Η@OɶtjٰHxe9MG1ꜛ㴓lAAFij`w]}| 'AbnMj!z^uz2 H5a<{|Ҏx_3y.-Bjݰ!+lC|tlKq`8DY+&R<7caPP`%۵Rx9tPuɩ+%<&>OKH*M-jۯo6$[1E;áXKj cuLT{#p/kE&h-(mhs"|/= d284(h}𩍤s8(~٤--BzX23?sY_]:UƦwt#<g^7ErD<'r`C;0) ljڒ+!eCt9h$5yM2ggcecKt_5vIvlw'Ђ&Nw1fXOG'-ӵʜ MSߒ©9nLK}#BZ:`/-으DÙQcz8w{ШqQ6r Y <&rN,auF>zsy4ؾe>XZaEZd3D@Ö jo+Ef8j#j? ˠ0`hu[> bkRmweӝǁ?ƜhK9jc8Fɖ<ģJJE~"5۫wsx?A2z _Psu/džz0V5Z_:x\y7,$ti.1{08DxvP&੓xɗnCB^I6I A\}RC-*Rt[Y鬅XPjFamX VA*",nQ(L^"2o2\1n DE:^ZvvUi..c3W#݊$ +(AnF']}ZnYwI|yWMQ"JPOnET䧞 $PtT-(kڴZUI[TM`Vh?'K޹j[<%P^!@A1?`LwJm%tC .ytؕoU$|l!`΁Dr>ȫISq#~i%a>iXƻuTIT$,(dD(+?4P e%[b31B?'z^5cp+g6=*Puo8=,K/s+Napg)V KhdsXlk.'nn6u4mdV X|6k_z儤B;|qp')X6= UCPv|_p%IRڼhͶ(ޡ}Z{ވ5;\FLOrvU+]h̻S#?](8L\W-3",}a47PDM:6,N˹ &md M>Ҋ;{6>CI9.Nԉz#͙ |v5.<lٗ +P_G(, H3ǘf"P ϔf5z?p.5vP/]U}MvDv)Rc_o(1n)D&J~A|axuicz"zF0w+ Qf8@A:jVKk&X5C0uHM}9(BW$0Q"X^Ig*Yന2;ѽp*$jZAx+#[0C&!=Ddݜ0 Cס+Wbmu5#%[pRd}fJ)UF9+ 9 1\!_+m`,=-.U=R>4;d`\PVT=6|21a3}9V`~^D@+<^fRiV|dm ʚhA'Ԧ[=iQ÷3pC[arQV#nm8)5kU_Uo>! qaukEx03ZN H+dLKJ@0ɔo pP4l&ݶO`\O 'S W^& wWPэ,nj x&BB_rG)zC 9CyAAm FA,̅ ׆4TMV: @S5)$Դec' ?:"\Ԍe2~$.F޲g&UK&nY ,hKb̨1H-QTG2/EFO|,*uH! KVo[TcCs諳:վ),z}BXtog$ Ns=W:c:~[yp]yfy.\> zS{<-Hv^ f-iPη^NxoHگ: 8ӥBΝVhH6JӴF/tW  cUE &௤hg@"A7]S&RF|M<X]݌#P79}FkPB:o,* *=Q;ᷰTi?C;ᔆ;_D8)/ꀞ8ċ SAX [;27(rft&&qekňFF3XOgEV̊I3WE yԊ. >l[I $:7BˉfeKFd1ǰݶbum#[ ھYCPUj[]Y pNVB _U hQg)=/>XmaH@."g@"Α[3 =lMVx,%w ]O;9!pڇjpgB&n'>3h97u}Y8+5RmF=ô>^L۠OE2ł o=b=Iaw Q ψz7}MF!H| #5-`֋$qT;d&x/|b#T'O:ņ*0ywH$DMO3["cQMr*k4.⒞7 !+e'ێzoBdV uOYZy2=?`^H~sli_M0胍"'i9b]W·;6%QJéixݦhVK0e-/ՃNK4Rn8>ͫ(\t'zL!d]_0x%ePQ COzgf2i+N7 .H(|6_;zlS2Rb{ݹ3l3P ЂБ|ywolzТD \K) )4n6':)xhrS3Cc;^EmjJD# (MvNU]C4RhgY}k~*G1љ |.}^^!j^DK!h\?V9A>ݸY|GRIǵFP;m.7!`Y l0 x8$}%B=s<7 t'aG_44Fv#U^:ۋhSU_ X|!B#ShNҧI3`YjIP2<[~V+P\b2T3+C0&[͑a|%9M9X^k91$Z?㜔N:cX2u@ލv< /ďaoH0+mE-$zdZ>,Vvy L.f$ 'BՏW|~_0/&a CXyC!hU=SF]N Y-@TՙS|*77ʙFܒ˔, bR>a=6hF"\o^ZU5I_2"%p@?'L/9et;蘿)Uk>:JQ nM7MmW}CG2 YPY(d:nXWA7&H9a91wb촻o)/̣ #yo@ >VW8_pD+MOzɇ$Ot9 } Dc E?kRũ ZOH9k*}P׭pؽ z0CJI$gѵuT)|17dia8@ 3+928dnWLUލǨEl;_:SgmΠQ-d sjh7|R!x rS0 MƐVoW?8k \ DyŦ* z2VrKd+>:&@Jdwbo}Ș_Q$G@5@bOQ 3n|V ][ѰH!u6.S-a|5@zbq۲hPT[2XRWzx77 ) ah׊6?b]J9SFf ]Es^͌!ͫ/>q藽v8K>M`qgV?ʬ7VYfm_b,V!.fY K3MazS9D%&{h6r`'M;7hd wRE`|x&;t/2+`)p;wDƦ93 RG]GM+%o@-?JCnS~%UK `dKL)^He }&-؄:58ςQnkM[56u-mRqF HF _hnZ>G7);6dHpTnFa6hRF.k\;ǁ1C~M`Waª`mAޠgc029w1{"Y3|gt%ȞA)C?HH8qhG%].8`g*!1EP$^=lSsBHH ` 3uuGk&H-"!0zE;UWBͿE=okeo㷯A[9z#t[:?{@s( Tm,vbg[{8:Rv{Ș's+uhZ``" r>3CmyBXecp+vt$yw;]訤XW >Y"8>5Ga$UWJEY!3?717z@JUڿ+ʙx{75jJJ81hʈuF=μ(c3랎k{w B~w BA(evaP67$0xL~=a?;,rK=X׵QCdp58@wq%V\M2On4#. !+>3# Y_MbZ1m"^ݵ<םj2m#(ta#thV,-sbC@5HZ˿HgAԅ(΃ť 6Z]E."?zc֛h-V1Ǡ;J-ķK?[XU*=+2a1-)uO:fS`Qa]>+wٙ`BGi~ΊJTC̛g)u;99ǣG&GH朏IHU~Ѣ3JtV)E,Uvp@27zaD\ѧLD Rg_eI ݙ>k)sTg; >G @ݼhՊA3B3KPi6iUX>1\i4jj?مo΃R5 /;sMZ2Jncļ|+$68T@_]Cp 3%apTJ_2\", p/mdn2yh {f.<ֵ Iu^7$[C;|:>T[kC bS(Pi:w^0U/&VWAC^bo;n.$CjRʈˉDb)'ڋ?V߰ doLD>11~!@횠%Khv8 r-"g~_89G6c =5{n^8&VA 7ri!orFC6~zBGJm`l熁=H.G]~^WBZicwO]p1˧$Hn}뽘}#6ǮxJJ 6#Q^̬jIV#BGdDְ쌆ף]bEekuK*]G= Alm)A9}<۩UFWQ*Uh`%!7vi^0+-?('~sY]3}y&A!mc|0lp2I9uP BY K>ci`"Ѳm-0k;:ƃGPT4%9j@b|P|WՂ^Y?\,ꕪEmIKnC tA-̶=G.Y}jzgR "G.| 1*Vb5.oͅίx907B;hBnt͜o~'Z-2iTfUJb.f+jMeRn֨MJ׵:p`ho$x(k̰* 7E`PL{vM >_̿WO%4arR][M0[Y.^K\.H_`g+1$Otٚδ36wHx ϣf+@N/Qa]g&>',g 3b9Uag;F} sK) Cp=!!_%E\v$_Ty ]Y^PdjXpMz'[Ʋߴf'`^E/H: =hƑLz?gJjT._]Fq{ml"10DlV\H#L AE|)%;A v W_1KW1h,L-X&f^9Hs cu6a3#)\ҀQ~[4d)O辩!JSyHmwRf,^ n,)%GAo MgV|1~=24<s#.E>)K$+S3q%"2O|+b NɌ!R\/[s(mEofEQdZm,K6a-VH"s+mɃ6u)Ѻ((Q@4cwK}:6e#!IPH:rk-fęf76۳TQ3]XcB1V VYfaQS&n!WnK']^ pU4#AdXiCUH次<(Y2 9D~2D Tier&֜n)-9zg<c2:nHp7󾪼y `$y cvBId*Apu,|޽RIV=e)¿hfVT4yX6rϳhx+uQ"tN[[XV"adusFe̩y[juMpw$rU(s7k 3$LM\pyQĄ3tS.-Ghr @ǩVGiCSG.]]S<%Xyc L4~iK7[.{SGj(Q.8BֿGl it=!f ]~\ {PzR*Q:k#Ȼ4~~& 2 D Wl$\ESUZ\P&.Q/;fȉ ׻KؓdUu|^Mڶ>ȳtaւ]Vm EDzs%iЈ,b8Z# PMZ:vPnUoOr$]$:Rdg{iG!Dqڐ^U?'EL]ɗ^Xt& I',yeK%8=NPP|XJ֔ zl ,cve' t3TNihD xhmL(!lLF /?M@PQ_½D5ѷ35_!ݬ[,"9H v%8}UwL.lOHn3bX2Bӝ;zTZ[n2^p*4Vù^|m37jMdttt@,}KSf]5Ǔ]A&{A5Z"e>=V<`CZvWV@9be$Ij`E!UmV~IaWT;yX3hnGk9sb6&Kz؋Sb5jkVf"ԩ;$g$n( ,Ӊt%&oZ9h,ɪnRQo|=S&Ek:y(s,G!哮"XQb){mCdHӅkU#O?IH;,x8$ ߎ4yY͞ܒeXfрgQӘṕ:(!'r_ SFuܑeVS$U0E{ܐxgGuG%)&]ʓl7LB!&-iL<:FT2^Y!Qauo8*+3c/y@} C>"T,RodJʳHMCf). M)N_א}5O\ޣ!vy>J_ͧ2;ucqz:jx\휱׹nzK>O0qH1{ \mNWWfT Z"mog q:Y4mѰ!Ut%9Ÿq#,ꢑi/P2| ]8,(D_=-?2I7]Yku1;kYm{ʍ,5Xl칛Rd8F!qvnQg 0'HZYul!`olI U8 ~{%_iVyk`>&3r vo.萩 |G~=#\0C#sn16J䐽-oc>I޻}0#Ap3%(˧6;`lBB{)sf.3hV\$ɮPǻI{4*n\IoҪi܈ɹ NR%~h7U~> pOD\@m.ͯny&X}GVQZ%cȈE7ejE}BRDiӳtP dd Et )JQ+DϙۮoU:͍No JewQ̈xXFs^Wɖ7kfXSAE@\]C>nD<?c\})a"=.!B*U}c! 4n٦[v%ɰ]AF]zqF+@F[EMm@O> >+$VF;;DnMq!3-Fٵ!XlaZy1W'9Ͷz"ˏO>Oթp`oR/ӊds27 fpXa0Ė#SH`^~"}{nn-|ޫ6~!,Bg zxwIi38~%=-5fp}_>Gհq")IBe3hz8 HrVo턗X29Z[[pFņt)QNBuA=KV[wME F4~QY7_GC=> ?yq,sHSKĸlc -J;Q]vºȗ}:yE,,1on`|sEK5:aE Tj[H/R;~>Z 2Nv2'Κ1l}KHn[OQ:gç.[р\w$^1p]*uPc^RTo0J'mMd&=|,fKcjwfPLy:J'H\7g -}>!((c^|%%Oez;f@,CF㽧}P a;hJ1G212{`*SG+ϒs.iS_WNQUJp3<;=Ï6gp^%t,<@a5F s\3a q`91Go@RQ'^Q~7ӝLrL#@q+C |Lˣ,y0#'\`V2Ǩ)n2tT[fJmNycxHe.2 .2郰ߖRIFdg6g̀5v3e["6?cRe* FUҖY${R8*>j".اbe(CUc^Š;Pib89 d9 毵* p57<;}`I+{>vy4UkMKf?w(bM>O |6sɷI1G?VUE n A5ҏ]֪2gפte=g{A6w p_*nFh<^;wǐ9(+ l=W]k0WjF3MA%s4U. A- ]x y&^{IWp o4h˩%ćgZ͓e I6۹Ҹ;C#c)Ibg .tó a1|'ڌ~UGo ƹl?‹*s80!&<)4R2V%ZN1(1k\jŒn c_N}o8 L1"GFnpwqtBE]yrM?NAo[< ذ4jM'S:" xm}/j5Z:u_}\9$)%$*t:MMQT4s]1עw G&ƾgֱKJWXXsMYɩ&Ne6͚U63$i&tx$<\`$nLM%EbyJtAf\9eX,A|&et{HYMN Sj4?fjQ^)߰li/V()՟ђo|lS2_J/&61SٜliDhReFNB|څ@t]H*m%߾(7+B`)kX&"^*R]Œ4Sa )ȮsfYJb42ݥ09 cN7TKP؇0-pHYUk>=Wa1ˬ NYR=Z/X]7!{:#b~g KlƼTb>r%@ME*NCarNg sՆrK@|>wC~ޖ=1"&Pܸnt<[5{G:yeNiSr3>!{>vFR'P|$W1izK WO;jdq R/ִL  x0yb%Y0SC?- S2LIٲ]!ܜ> dC/m.PU&Ūi/{W,F늞͡ѿ %u:1*N|>vdD ,N!/>&!mlѳgLkbp9ZAIX%@zܭ H(=w8|*htީfAHD-h.MVcq~AG8NTsV7X+ێAR@m%녦 -7@ɍ*Dzcѓe?S`stUp/ ]7mNVÄ~j#}GZsr^5S\䕼2`v_zmx~V9K'Q#_Yhaլ3c} d=@6Ⱦfܑ s6TUx*P'mԥU7Q}./;틊uvSŰBhgU寿c/`I h:Ǣ"wY ̌Q^[]EZY]A/׋V{ fS);4Qp4KI̟D8ӎW`i@1\ AnҾQ5 #Md"Ң7eh -\),aV8{sGlGЇ KŽؖ7lsumRC}T"="l*-z]'>eo:ۚ&IE(&ٚM6srG~UȋSݡj(A2T _ ڝ5>lnDIz*t6-Bzz_iWbZWN{CBX9JQ@fD%1Mp-s0_p(Zz,MjBLUn;%@U^G yobt#zy%BE]t1͋R5~?&ڵ)36'HJMx,u8* 9|]K.MWGMf÷pùHE%.r,< oGL%HDؐO3ח(3ykTC/)0(Hip)kAn.BubDrLs~t?«a-C'>r"?^h c(Z4 ݂;] 2(F0B]JaG29 6|DDA֡c1]n8:p*c7fW!q&bU^7P# Ij}3~$dYή>JGwǥ Xa!UMA$bYSOs*bٷ)I69lq㯰ԱBdQ`$GU-8J>CCDx^uӼv}=kD€׍HW',Nv甛9TLhDlg)BMɍEY3$d2mWCp5j ȕY |w p%=)6էs)(^jehT1^!;a`ap@oݺ<{tm"W#Ymj'Sg{b׮uUr}Vc/M3:vwqvi@H~^O҃U`+I˔2"\кx Iڅ2 HD UJ#H*FG-!PT*ʹecv}xq3+5i~1'g0)` 53Ajݻ'F^A<0D2{v-#iww_N::*#0l@FˢF[oH}A_%e>!wVӤDVN?UrR #ɔr5ty8_π9G8@Dn_kE&Ѥy0Y1r0e\6"UL52Sw?b8\Wf`Vv,W𬩥y\Tu #mwtF!3qpXW6ڿo|hGS5\\StKIS,>au 516&⹿Ix9|ICu J(5NFa`ЀWJzNRB~A8eyhX%)ZXXzЦݗ.C|7T=dZk/ecNٛ;eD-Ĩ X_E5;m |gA8<ڏoſ{;({&>E[r*X[GJ۪\0D+M(.Zl>?X#*Y=}}m-Dn)q4TA8 6eCU|1+Ym/]9R,&M? {fV['x\PEid[s=HPa ;1"6XVK9Ck9q"8wtĔcҖ$(>΃&2FLT{W4"\ipܻ;ȆG096~wqe+kw6pTϒNz߸X3z ެhwQT {`g+/ϋViNgdv{)}YWq@ўW {uEYxGDCr)M/]doJxmw&: hyg#mqnGp "K)~yաr Fex;&=᯿H<75Zյy5_R2Q2'2yA+"W$9BPd]V3b]JG Rۙ-<0>1^R,YEV(E .VW } OftZ/62|mHMuQDpB46%>`[Nn8FN\iL(yP뜶]k5VQ':I3CU!zQ+(sӡN#IqU$%7q)dKid=0٤%\ɾBN+s5ѳK& #.ͬr_ %}r'TE##h\r'ߤ?yz,chx);2nLLMN.T*'>ۥ#h͊ WEi.b.Lpru/MteM'4|\+ _8:+nPš5̔p x2I?@P!W@DQrqCqԊa)gut|*ʯ֛d#7׍iT:=U̾\veʜ_9m5(+ kD~Rn=@7pUN~wg8l8f)t]W;P6E0TM ^ I/3 r%9:"l?7,">O„C5HgvӐKܡ}og]m'dB1i#*fgwt$l&/=OhZh VTfr'1:Vz {,$14%qpԃm/NCvg8X2>p*J vQwj-_HOܡw1A /Y0Oxo-X$ /v)~u9| 1V& Z$/JIZ"_lxVI27AD%s_1uMq5N{=*YoxNRq!kSGڲHQFH8.Zw3Z/qNttJ(3 U47A[7RV*W'jDe~r3.  Xj:?쵎֯nD/L-j3qaRe:8n &;J Jw^k)dt1h.\Ϡu:flY~.7 GѣXCamwu-#G&`,FF};Ĭ.UKsRukqcA.L'4)Bv02Ö$v,z-d*Hefe0ê{-YJw ۝x^A2[P ּ׃E|Ƃ i7uC)nq@hmMD))Y.rfhn)ـzzyvZ  P**Iς%D B/\eqS|ZlTr-u |z!mRjs*W>5N:Nk_wUd=Ӝ80TZ|Zkl3Mp/vcNUaNU^L5ф'(F)QͪB:;י =\zDOb<'әWG h5,݋;njP)>JnM3O~'#C ɢtHR@-2qҜUW+- KvfHGo5Y}ȨARѫkx,1 l/bKw. -5ŽHӹ}^Q58n|Ӡh.>+>d\k4o힭?3$Hl¯>.d՚d|{̯q}DAn2 Bɻ $`(4;wpp [A64(v²Dƴ6:=hb0xL`5?9"1V4Я&.ztmxpx7v%RZ]G+k_щ9a~i/: "I&!byƐ'՝@}PjkkÒޭ(^x3q9{ːJ:;nMi^t|e]L,D7dQu|;UFM=Ku(BCyH[9#0ߖ77~@g_WY@<r;>A>KPT .3.1l>D)r)6H遚%[BV|_颼C5gQ5L9MZA|xӺFBTj0hCw: Bj}k=Я.KSFz,)qht8qO㼴6wN*)XHLEr"/J ޓU@*y52(A֋cVkz=a3NdELE.NtNؖQ:'+BT@G XE肣nQe _%)dܨcv/c`MZ?ɶ"i'2]wSP5n޼7mo ƔQd@?@o{D1RH?=}]H^_ 3餲g =l {AzЈuȔ /qT.缪A7\SNZ.رw79yPH{grE$T=ظc(@C~q3X OڦF6IƠDf01@:;7R9 PP1)g$;J]S}@Y< Vh곕F+++HM>![ִ=Syt^-pdܱnze6L!+{x `Oz`ƚw=UqX௙*8^* z*ĹlS(ASwFֽvB+]ml,$BENg.zlGTҠ*+2T3 Okl4.LtswCQٳH?g<> gK}_AFos"hj8DLt8:_^YE+?oS+a^i*U#&.©"b=aT6 7hOL#C3ٮ>* 0B.`v]& b=zjwTXh hNO3|M;,rB{w|6؟0`$I"*@Fjs 7ķ.":gC\ .—ɨR9ʤ/ϷZSAqV~LorQ{[0{ t5ۣu$K Q\I l*>t!<u @d]hdkC鼾3wL 9(3Ot}(ГifNp,+DCul#m,>/|.j {N7J8a,`O5ƒ+p.6\#X*6'C[̾ҁ5?ֶu2JǠUd oIk(lNK#>a g1&_Ԧ%vLdΤ (>U7#e(V(+,0~RX : hLs0H孓w 'VC?MsWy=joR  gj5 Ex_xM)"gɒ(!yF=֡DU|5N̫z&<ұ̑ZY'^5jL"k}g1Mq?T S(ᚑ[4 |1=yFgT31!8*f&캠:[]1N˾.9>?Օ8$Fs`N>gBvZ'誃Ci_eZbК$`*HsvtqR䢟:!*֪Αe$?!\٥// XW^yezg>Rv5hҮ,ֻfePh>ȞH%EJwQ8G@: R[|X[XdfzϥgDH eDx[3*ƬFo`/xĈruh`WPQ\I^/QhP^~ϹUn+~Ԩ$Я,^'>Q&m +F>5pS6ndgm/0]!},(pZ<=4XpWYon0xAXЅPNLTNo\~ord<6_)JgԔ'ibOۿ"nv2`/\MdN~M/qxgfe5a*|F`Ep-@xȆ b؄c^_IÙUhd7]wR\G3~KӔ'3!ۿǰN6{M fRѣͽwdq|5HKv* io˻E$7*GXR]2d!-NZwH餇op.n/UXA;65JO1ee̸1r/ xMJ;GcUIG{5ڼIAmn9F=;\r۶Alk.;Q{_ |ghuYh]}z澙D_⎯waƏGHM]T2|oTW 2OSMs (r4 cVΘ0\[-D9mڛi+|fȗGO- qsgGS2]::c_*`NM{$v E}$;P+† R9KR#2D Kˀb{7b"BE';LvvgOF5V*dZ{i1˝ /e>F{ Q)3D隼=E.^tպN` FHv~ym` JxLɺ]ۢ`٥FWC'2dCK6[[k4=w:d2` Nfhr0Um2usWWHMUu'&,qC[=6co5ڮ%:'~u;!(CRWz-DY{ }$Bxkp|04{`EM-Y͑R'quƐGލY]ܓi3bDڹX(?>Y?[M_qIu? YvAz?L_]"U&"lX;  q(-Kޱ0;NWoxsfzA+_!b啂\572fx#+Cv^WHrMQ7n TEo~VhxGwLbAwUq p||$FYj;Ld?]^2tqs|ltnڐm|m}%6>q;{ Hlx*z)WXx`{i Fe,e?$1i>jz`L3mƦSy$NV' Q4]XĊx. Z69=ozbD$(C#ۿOE7Y_~GRd%u;;iښ {KRK0ؼL-aw1fp7WjFdT$үmADG{g p@cc:tTJȠ#&Lg*qEhB"b!S5? e (HS2d ė}[$ڡN6-FY:YȪäVՅYg&vX|t?DWكWC4#t Q\~@a"D.{/61]EN>;{BZh:PvqCJ=WY7z4glGw2ԉM DBC6 vtj4Ӎ@ޟqus>1"@ƨM dml1@y.;uW,#23w y>POC}J-wz[H0l-Irʺ<5EdJ:r;Зji%?4-[6"2;f` ^3MmI;ޚˢ.vd@L/`bA}gvM&X)ts6ܓC&8UL:D.AyaBR6eg> ٬}wwE f 3?F>/'~rH!j&cn5`a9>j8je!ay(sׁXngvq J"hZ V"H}>y< #_@yK`vDHF]rdUi0qNQBX">5$/Cԗwj9=Y`bW#6ޫwGB15>V *w S×tb0Z@@Poy_#=w"=(1l`CnXiv]H|ӳm *50y"ޡ\OWZW7yVfv5];W:a8UL$޳+.K!'6VCfޓ9?U\'=96QpTUW"!(8%Ww*&E dƛl̵unݽ1}=Q]6,ɊUB7i²XC$9T$eyNoT ^ϙmC0$7OPL:ZXE0/DW,j{*[?y&9/9^]2g4N\ |4g QMo|@*U`fُ/ ixɷL"@L.WNE^se9QML9aPsȾFPpSiXœfz۔= ,ZTX[ {i{# u~8Yoڠ ${Wڔ;?rY #o% cO'Q@zQhOJܥyR|R aѰl\D0')@rUZ~TՆ?-oE((7Lan[dZa)ED}?Ѳ!-JŸX3bȴ:@ ެNDCEp.3vS̯ѺkYݭt:QqIJCfv/J 6%D:r_~;ln0@z_`}cD@}U;C<2tLz,1R4b F[֛JU2uiψD4^RLǃE. \@lgA2,P޽k)wM8#R?aId̅۳ AFz߭ R!_MCK+@'" |~9޲D'/ .y9#d݄NX3PZ66M5bi FKK\/WM](VկG7R|q?vxV9NDm-sgXiwjwˠH奅q0} vyz]*4$z!J) e)29ztyqxƋd!kIzƚE!? H9)cM]3?5|okbb_mK.b֖Tf!E˞ynRn(cKZqH^h7c)ye yv5?$(1Yvl\Es*陵gi=4"P [6*P@׌ 25g×JQu]{50ܨgD0"κ|,}`U-nN?)%x] ,9\6$Ŕz<9Ajj3)\4txbc'dCLcCK&ݫLetKv;jVΆ~pfTC r\ښD3[.#{ݞ/+$Ū~3<YhťMXHԒ0$ʟ1rKBKUQIm77!Prjw))RQiə&7F̡vVt1)-B}BW`ͅA­?V5<Xb{3#Ơ%T/Zn݈ i3;z81&U]϶{U^E:tuς_SHX]HsA>5O ~zsH^kMʼaMEZ$jtks(. kG7Yg4$(<*ll ߞ%WA~~ٮ?zUQ.,ٍwx(5Qɕ&.ɧLׄҖKeM(:u k25D\*rKh*p2DN8eqO-ö950Tq}g @4"rKUGxRġP X/f-p52ϥ|o}i* ;& mTwUѸf\cbe`ÄvN2jr{cЃDmZa%x|3A~Y=[', #=a+n:޹ w X7SlJ 7o u!><ꀻۭB|bO3x=!Q//&G]zߢTCJmri0콛y)[`y 3 C_ / I;dhD;"ӊ-ctV8Re-=e$Bs%/: YLөrkc^ue CP|Zc})0zme` ;Q]yK `l҆/|w (˕q m~b}Pr1LE] Ǚ.}A@u)uUB[zp: CE qo:.JOTq̗9yuJyvm9#7b'mECd!ld]D_L7,XIF!Ч)yE)s)_I9-4 8V aN"n8 \(-XПa\}0z۔8䏮.~0FV_-ZŮAݦvSwzŗ\3j8*ڶZ1PAg` '㤝ISځ"l H|S?%Э;ݤsbydܦ*EV3mLjS`_Vnb&}rB]֫Ϳ9Dss yyoBk"Q 77Á" ջ'}­V@"o8 S)8<9@ ZTJew c K ѧ\bȦ(ﳚ Pϣx{V¾xx"|*'[oӻwPA,'ibnGo8Oh*> lqP ec,8ɯE;Md E)Mk:嶗=9D)сط(dȃMJC$E0K FH%)kFV l0ś*O1]iԒ"hx7ڋKGO"΀щڍz]|t`Ҵ}P?&+5K1j̰j q2gJ5wD\R-Ͻ[Ck+}׹x ;Y8x+ى'D7-2K&V? f015ލbxux #)ODqzRڝhC󗇝VӐ|:T~7YkϛH1GF"vlmq~" v;DJ:f"8F:RQEn$uנ隖&,ZZyu7=P$/X-B*->>_7'0E J>s7N{mV97 +ƤQl.iC/#o-kǚ4(bd3Ɗio *ju26 r+Ǎ\K LVHAղ AoDKT †Z1&MwO^A՞JJԮ\3ur7&慰ۭTږrnzpn z[e^JkxwV!q- 4UhD7d^|8~)b8]{!8^3:&dԐUNʄW7'di[.Y7.!('RP {S[NzbfW𳕱k˙Fw_GW`T fH^/cV cz霎8+u:jTZGM4\Lށ.,?3G8Е}](QR'R, VHX8{cOw,5Hss}!>TZ6A@]8qhzߵj.S'sNQOJ1MrYrhwVޜRM~ڶX1>2&npoy6⸞ iXH6pGEa߿Wb %UnVZ:[I m7sKoJk*h lx -شtߛ-2BM& [!@qKk$0}Y.(LM\L4{ׂDl8A'j.۸P}_l3D.K~뀶`Vuq ,>)!}8D` WDRԵ-qo᝾]b9l"fBwKK3tLt cYF$ݴhUQ07K󢍣F; dLg|%7Gn,W0HM^pbS)F~VjL6ۑӐy0%z)TBnLoEǁòI=jU-m-Àe5wn^Vڡ_3hB-qV<e<qw3fʗXϘ˜5`;9sT"%HB~J@B,;IOg~4~CbA%˳bH1zZuA)Kri]vOW&g4VetKB|@kz޴˟c,LD)9$vV=n\*TO<ֹ GQ;Kg]ՙ"]|2#G4 8(0 < .d9xVDgt\$ճ?*#cԇ [r(6?Nv=RjSΠ?BhP ɛ8ġȯY܀&:ESPǘ"*Ĥ|=z6 ]OŎFXQK0w>K@ ɒ'5zm z),1/^g4F=B ބÊ@#݌4t|CpZՅ.UN1b8un~K[._Ϥ֣(k ke0IxO,^̨ +-b_cnmV9ӓ[9: 3ƷiH *㒤[@Zn{j[h~ʉkre5Ɗ%cgG~pt~(fҌ 6dװj `hvx$!v2-yCi5iJ,Jt "_!G`(%1Kְ-gz=0\ȼ ;1TQaoA=ZiL=X*tJܮ)L.R 8g溂I0="(R_Z"eɃ*!u )aWu)mW`j5v8%uJ$_Tם0=E>9 y^"r%0ϓ+<2?X9g„TroJpd̑<38pUcUjY@2_>y ֏-t R\dJiL 6F0y@ZP0B·QEocg4ˀpYcf9կS|uK'ɎWЌ05J.4]JQCP"򠯸۬$g/6HA ;,Yޢ`_y%iUU-L$?;W=ĒQ_ #As̹Sgꊟ#ZNn &؜R Ojɹp<o ;kUk-Qq*nIo1kUxȏcT0YW/B[fUM4JI \MCZv: NjrL$ !EZZ~pȻQ,.MN4|L~>A9T,XJRfl,/8EZo\}Y\_ I0d@#W4#T eH{Wxm( QZ};kAr qwkȫ f&om/s[ΤAuiаT'Gnjh"?7tpN' 1FQtݣu2>g6fQ5V~,{ ňn_LsW=` k۠JD23M՞Q_EhJ(ho2nn"Jhv B[WyBV5皅}M*WK24$H gEd''$Aiy݀Ȼ:I,5/h?f=uQ(b6j e P VGخ^ɈDn?q{OY1o*b Cƾ:Ur aO'`^buWPHe|n"=ęk?3b5Vj O\ 'CR)\2wimC,8Z0hX͚`Ǩak 0pzԃ=1㕥 R\#;4yH ޜACp&ԛ4h+vܽkA#kbon"VL2C"h`(meHPE#t@87xn@R?VZX7E@\;W!Ydf}Ѡ<s_R6<̏7 瓛 hXC>C3$XٿZXڟW ,mJ% WA}o`6@Lo>jM SRor lVgx>7H9V@ ŔjQć@}5wR${UR`R D1zdrn7yqu7L.zMg_c|N0f`T(4~Ԥ_ʷ{5|!2fA_5yLz|p~&T߳OChwF䧄6fWo,!MR*8HwpV^ v+IJ)i m, K^ij1{_Qْ^ Z/jf8ɅtsaACť:./5 a/YلTxʯx`a% bfsJ1XɄK/-meSC{Vhȹ)!YKz B$KPfB+w~1[_$gS.k~m:~S58J9fMk60?DOP)s`vLGT'qu?]\5i!*5RJl'2CT& Jt85zޕe͜Ӆݫ(X(F/oJ)˛a!k0'GI/ *T8d;8#=*'4 ;~&wg[JE:ȯzFTWu5ڌop=OÏb C !/ _jaxWb'>>WʼC {I>OY :+3n-g%2'mfIuԿ19!˒;ĂZz +*z%djI%7{Az7c=#o V]FƭG?wm](#hTAKAJ+zXm*p'W0\ 0PR6pOLIY9̿pFrAZj M䟸P)E:ES80i^lG8)ue5eJ-M2\K/E^̽gw 9\ 58f?TW`+>"S Af,YE("Dve?lQnZܕv6Sl\xI9-բɷ$ۓ!!^>pbzTKI#2p"xq! Z+@ub,XtIeMF45_+0Z9}g+Iw&NŤ?Muo$VH3@4"S,٫ˀT0Tx^fE]} ;k#ky,bHоLTh5=O < y,b0/p0Hl)5TJ Bh;#62M|P' ̃>.`ěkssxgon-J2|;R4´QYń7*߰EJkS xajVT gu d埅?blMZ[F"٬V~Py$F-r; Q Ls`@a̢)@HE<ZUM>[LNB t(Y\"yՒib`ZB # C?"NxNhf$47os;}مYԕ@?M#_荖\ CYdi@ rXKc2}ރq+p$M*XPFicI`| tڒC,"UrJ 0aO ![職DbWoUD]=Χ0n"EqN J*(?kJ RXR#M}Zx\/4ݜ-OvůWWW$Ku֪-򅜁մot.qQ>sc+&w^È0nt(n5R-l:ΰ4K? Bi.0gYa)?~@JE51\(^qY[q#&o7ڬ=uSF8m5.~ۇwAje) qF#\0tojّ| 5ɩ !@=Z穗E{ |m)]s#`5fBn(V"p&Աi0YE7<*'wӯ!nkv@ݵ逕__3j!?ElvhGAq~ UHɛ6/xW62ǽ)5:#dƺ+JfW,wKv)7Q&%1`p-Ny@,N;Fw@t\E7П Bhr{XU焉874?cb?l4ibBܿ~j*duYE4@_bSX/az seU*҃EJB B}Tx*]F|eU'۽2K!Oa,to_TA;F!RG+ 5>g:1f+o_tOHg:Vz4VSmB/B3 7ma̝l:V$Zgح'|%#x !^ە̂AZI{K I>S:,(I4IkrO20Z4ASl)_5Hr[ $FXT1Kg &Fz.g\.+;܅ `iW.m2LSK3DpzF& K7cE{~c1d\vXf)19kuZ~ ~'C 8ˮ.q}gDU?}Y|Ump XY8MeJԐOŃIkn?}t9@7>xw5IšhGlL$HVVi?NYw8~׶> hyqH-B\Tܓ{Lֺ"2g:CkRLCXSGޥIS1Kt/w>hX(]b_@#^2,D[P|EU }id47 +r͒v(+S'Ҫ+}@aIVˑK72sMlRDu9Э9l]a,|VX B^R/h2`g". tJuxD`補6эsZ,GHv961w#Mr7 Bꩿ(;uxn)/)P@GfUU+Q"J ?J(z%2&i~On2|г+%r,v|Qnu8׹]A\:K*^1)-H E3xd@!DZVl_?H:i% fqc/^Q?#$6ZѨa7tXr 04{[4(Z=9IѱmphH,U)_9gّBywGbJ:̭s',,u  Gђ#S PS)?zarFdc?#O|ićqp;RZEkW')_^u@zg@l[cB \b3wx ^0SwQR%+f3"*w8v6-պ(mz&WjOw b#Nv)y;B^'VgIg?2ڑG w;-kgQ}@v~A6YS϶s7~=%hH]7m;n8MQ[ (I$,̥VPٻomS v  gK l \P e4ɤ hIV`8_!z=@Y4Xo -èK@)X\4Ȇܙi‘-AzpnBn[| |5{mN%Hmfu+iL u!7ԅ_K6CZ2W`^&i+%Q®^ UwO))-4nN+T §y}w%Q?NF8X#3R(H|+f!2M!c9N0vC¸xTE*8%P wkqϽhQB# dOF̢|$Wv:'|c:vX9AauG!OQ@9MN%,\ N;4dcƙ5}rjI` 1OZ8 PG[I1tl^m-݅*%@ ~OAv Pj^O<\E853r'\'a]>^ՙt.#Ԗ<3fjL]F$' RT.%[x$;֐y2 M2mްոgÈUg>}3"y=O T߂zULǧ;ĿqAVo ~QJjgGDݵ dy\W4爡ys+xg?*b2 Dev晄>^4[eC IK[&&ge4_\T(y}\@3xkFWhP ^jIy*cEx&VP+l΋ݨa Ih P]5}J,H!yh EAW 3s_ شC 1JOO3MU8-i҈v,s5J#0;V`fL 4WhN8 $"/.Cҫ 9pX62P5o=a $(3 ^ 2";\[H: !P{,2ќp-ZeԻRQX5qUw|^k9KW[hی‹*LiZ]i~eni4(VC*IFQEE9&tci,ߍu] djW?$9ԋ $bHp?sde.(F]ݙɳl cZng?f@%R kVȳ\[(6SI ˫TIHa1fgjY$M}u i͔L+u-$ll8+L6Y_(EL ?11jj@}!: 2A>Q:CCD{;2 pj@J?@1i gKh9?(,c*/Cq9_7,&҇*e}b_^w(nG1mF^L?"~`xB?gCي t:؊%6!.Se 32{ıeBQ_'y!iɧP [В$`}طE<^2@̧I{;hܚ;rjtRĽ<|`=~bHT,nVڂ*vcnjlE(}+|'S=g`[Q>^zZCYpr'6aD"$2YK)B|wSrQml/YOwWh ,lSX_ !e9A h!I{+7<̭ՖqVoל)ij"Xu+. fbP><;2ݞ5g!Iĭ}HTBJnoCDr˓D|lWˆ3 kUVP;rZi݇+@yQ@{]%Lh }qB^AuN6wǬsa&չ|Dцqgh{BG,o+~Rr{[n>g[B[O908g%יY|^J4-+;^#T&}( "nh9pDϩ .=:Iؑ`5I WǢ=uF5eh+#aM|>\1|*+cص'KŞ@1h3F8#q8c(Uttҿ@ql'K2KP8rȅB4[A^}hưʄ[>N{fޯoV! 4Wh VʄQTh{Bφ&c -xd5ʠA"y(P,*xUq/FJz+1ąьv>i_"%ź _o&lqPD  c!z9Ll׸"<%# TpVQ=mm^@ôe~G j>k9Adܖøfq+Z>_|«9Og_.5j^] 6ϳs^R2A_F6q>0QfO"%‰$8SvӉ!lV[ v25Jte3ɋ%[-|{uLS*)ծڿJNT082"JKyX̌fڠ{ dUwB6q~^Gez!nTM&kJ>Oڎ]PA{Yet/Qe_*t %c!@j-BP_C7AvsvylT?9MջaῙ߶ OdXf͞y:e#<Gs͕j47mO'eMV;J cfh95e09w衘yKXB[ņ B &I_ΘsH2ݼ9)(ƞH>=]HbaOjL ͡s-;"`!FNyT <8B%'n{P]\X;f5*; q-װi<4m_H?BS4}j8XHEذ:~'u:>:aw0^\ UfL:i+}bB R_&vZU Jilս\Pէ``&,,5l^߃KF4I1B&-A)2/򩀹+fw< FH{tO5we3Z=\9!Lb(ВHevÖ&;{=P ۓ6I'2f@̪)LW?z ug#0க&WN-1DGa+RʔtGa}/\IS=iuGsˣϗw1e'mdtkLԦv}v~`YTTسàO` zBZ7S6~>>1B5zqV%:.%تmRu`0(p5qHwXxGZwWFu)xk3 {GYx-U2meZ(ҍ6k5:IBu 9 kh 1k<:`Y8|.I1S;}=CC0Na7LzsÜDH<9kSFBMW[WD?ɣAhaJ>&1wg -SrqDٗ{FLю׷NܪV4+Rh;(wà؛A9z<~?dF3ЧQ-PkHI.'?Ty=Od-&2w@3٥, |9]n`UeHnH4?=9IS3[mtύ;Lo"ymS\2Տ"o ~q4s ^<#fZ>c0R|.2;l9? TlWvUl HXiyt`@&3ѠCgX1y/q'p>v C,=1~R ۻ} K.=asZ1cq)Us}w2〕+|i{S*ڀku7Zaąs%6QTCaW2z@b^6lR)dF!H^*qayV^g*ǫ4`̔,tx" a'kR}ލGQ,Ϋ D ^Nή ϖ"ڿjpKcѝxqWl@ٖ+dleLH7]6uРKL29i!fxCMA?Eہ gYm q]YUyKy'7S,ia^kHr%GjԘgQq;݁-enز'>%p%-9&Ab\r#el89Tm;1L[uO˷{V@O@[Fct#|9ty58E^'z5)66sBkuוɸJWwkXgި v5W]~Kw9=!A߰z+!۴eS5S /f&ic#?qL)#V?_ юK\9ZzeaNᵄPuk^YsNa˟RвאK*D@b0T*ch# QN[.!e'ԂlM!+Ji ~[!,rQŬw#W>9&ý]Ċ9#iq!ԁxHg]w *u躸CL kG6b>T-_~]EFqZd0?q㽝n@r_;ܨŲRrܪF Ml5v׼k"x0}#f3yci, EVmPSkЅ4$KLB|:*"d`\KN\cr1@KOFDŽ-t" fX`u_K}W$T,DS~^ H! J1-VB.;i5T8{ D_*T93C&;㳉 `0 ;:WfI P?xfJ+&8`cCıqYN1 9TB͞yy>2ڑN8yM\˜[6}'4Yx3@¢׉D0Nlja%[xg6xc : %țF-̠qk/(.pZ8Q)y%ы!XR}'F=jfء_>Л7č>xq:9RFZN!T`ҎYP-s'suZJE1ޞc]GMd~blHڮQzWiX q)vx=L!DxUm6WbS z Dx+zY~BsH1Dl9?*.Ms! D? H/0#9CZ\iZhR=ymvHvXmP4:d9 (!}9o2R`dfC&|;cZlmק*O06%t2lMTm$tJ/9䪭hstiZvS7hkTPxъ`Q.05P~5Nm#gb _0R3߻(mEܩtIزבIxE>PvL>i7*mB=!Mg7/҄nz9X dA;Ĝ Wu? pJx+O"pr8Ze9J_K6w\kN1_.Y 6 !TT&lW|{}+ ygפ vnu3,jbRx3qof4[~f2I{|sf )[21*Te.WfӚ|;Okj$ҙ65C{2ȉ[(s\|zfW"BCw^q×P(ƶ1 #yڡ̉@jP^/½G^Q[u_KL*H 5kbrC_~cןƊ>Kׂ&)}qAbt\HDe֜?Po!k=hm됪nwO}ym 8X3E홣,`02?ḯ~Cn u#˒PqN3UuY_5FmXtCM`#Z W3p),1AӮO)I߯+‘, | |xx[풳"UO24Ie߻xJ[߇xPJcp,NتE盀@@2*<W2 ah6}M笲 >(-Z-kZ͆'tZry(~9q9OcφYGJ3VN."M2B E 5=,)[0#m"cd)Ig'D+ρV $6~pѱzi3@tύpġ!]xކz甸T,FQQia#qkְVQ֊'i(HC\&Ovk -Fg%R?׿ۭ]+fwup1E{Y}_*8W-˘}Qԃ֏:g!5q+OZ\oた1;4 9.[e nv~ UxPu<"uDJŵNW-@ /o&[;@~bkaQWPxk#.nz.XU4ħï_%Cwer8c['vb 9%љ(o"(ߌ09XGvRK  {jb[ܥSK5LBFL^A0h^voh3L[Jwi SN'P}CN!J|Ye6?;Y@٠6Hfbnđ9Q`\դ"3% t hmt*"ޡ5&x o:ݩ ]*Fpw2|\#pg"+O֢c÷G̢j?{;~j߰<1 {hdMoל w AkɃzHIJ%3z|r2C7 xp"p7C5hsxJWo %*"r5g^Ab'*ozq@P0F+c 2b6mQJGG֬I"+Jg3\NL07̨@d$%;TFy+;?Ta*hGQyR:bt%%br=8L=ʆ,FĸoSzܼVaHXdF