libnettle8-3.9.1-150600.3.2.1<>,/g &Ip9|1./x&ڛ%?&BvA1F\ NIŰ" Ur9//AYc5~x68UnLGxt7,t+1%+͈KyKJ8%v½)V:~u)'Fk(Nk ֯;J#lr{dWOMi^ *b=ȀKa1XۖRT\m:~?G s<! G :oP\*3>@Q?Qd   6 ,0Ij|    0 w 4(8!94!:!>M@MFMGMHMINXNYN\NH]Nd^NbO cOdP7eP<fP?lPAuPTvPpwQ,xQHyQdzQxQQQQClibnettle83.9.1150600.3.2.1Cryptographic LibraryNettle is a cryptographic library that is designed to fit easily in more or less any context: In crypto toolkits for object-oriented languages (C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space.g &IxinomavroSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttps://www.lysator.liu.se/~nisse/nettle/linuxppc64leAFNA큤g &&g &%g &&g &Hdx#dx#dx#197dc8c4206ce26bdacf706388c4ee817a9aa7d49bdc0bf6293c62ef92ed34374f1c84241de1b127b655000525a69e9bd322ef21110773ec8a75a341e79d8980a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195libnettle.so.8.8rootrootrootrootrootrootrootrootrootrootrootrootrootrootlibnettle-3.9.1-150600.3.2.1.src.rpmlibnettle.so.8()(64bit)libnettle.so.8(NETTLE_8)(64bit)libnettle.so.8(NETTLE_INTERNAL_8_8)(64bit)libnettle8libnettle8(ppc-64)@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3d@ddq@dbdxbz@bbaZ@`@`W5@`.V_@^]?]B@\,\ @\l@ZZr@Y@@YXYX=VIVUU<@U8U) U@TE@pmonreal@suse.compmonreal@suse.comandreas.stieger@gmx.deandreas.stieger@gmx.dempluskal@suse.comdmueller@suse.comdmueller@suse.comgmbr3@opensuse.orgpmonreal@suse.cominfo@paolostivanin.comandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.devcizek@suse.comandreas.stieger@gmx.devcizek@suse.comjengelh@inai.depmonrealgonzalez@suse.comfvogt@suse.comastieger@suse.comasn@cryptomilk.orgasn@cryptomilk.orgdimstar@opensuse.orgastieger@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comastieger@suse.comvpereira@suse.comastieger@suse.comtchvatal@suse.commpluskal@suse.com- Add the architecture specific READMEs as provided by upstream.- Include the nettle library manual in HTML and PDF formats in the devel package.- update to 3.9.1: [bsc#1212112, CVE-2023-36660] * Fix bug in the new OCB code may be exploitable for denial of service or worse due to memory corruption- update to 3.9 * rewrite of the C and plain x86_64 assembly implementations of GHASH to use precomputed tables in a different way, with tables always accessed in the same sequential manner. This should make Nettle's GHASH implementation side-channel silent on all platforms, but considerably slower on platforms without carry- less mul instructions. E.g., benchmarks of the C implementation on x86_64 showed a slowdown of 3 times. * Fix bug in ecdsa and gostdsa signature verify operation, for the unlikely corner case that point addition really is point duplication. * Fix for chacha on Power7, nettle's assembly used an instruction only available on later processors * Add support for the SM4 block cipher * Add support for the Balloon password hash * Add support for SIV-GCM authenticated encryption mode * Add support for OCB authenticated encryption mode. * New exported functions md5_compress, sha1_compress, sha256_compress, sha512_compress * multiple performance optimizations * Delete all arcfour assembly code. Affects 32-bit x86, 32-bit and 64-bit sparc- Build AVX2 enabled hwcaps library for x86_64-v3- update to 3.8.1: * Avoid non-posix m4 argument references in the chacha implementation for arm64, powerpc64 and s390x. Reported by Christian Weisgerber, fix contributed by Mamone Tarsha. * Use explicit .machine pseudo-ops where needed in s390x assembly files. Bug report by Andreas K. Huettel, fix contributed by Mamone Tarsha.- update to 3.8: This release includes a couple of new features, and many performance improvements. It adds assembly code for two more architectures: ARM64 and S390x. The new version is intended to be fully source and binary compatible with Nettle-3.6. The shared library names are libnettle.so.8.5 and libhogweed.so.6.5, with sonames libnettle.so.8 and libhogweed.so.6. New features: * AES keywrap (RFC 3394), contributed by Nicolas Mora. * SM3 hash function, contributed by Tianjia Zhang. * New functions cbc_aes128_encrypt, cbc_aes192_encrypt, cbc_aes256_encrypt. On processors where AES is fast enough, e.g., x86_64 with aesni instructions, the overhead of using Nettle's general cbc_encrypt can be significant. The new functions can be implemented in assembly, to do multiple blocks with reduced per-block overhead. Note that there's no corresponding new decrypt functions, since the general cbc_decrypt doesn't suffer from the same performance problem. Bug fixes: * Fix fat builds for x86_64 windows, these appear to never have worked. Optimizations: * New ARM64 implementation of AES, GCM, Chacha, SHA1 and SHA256, for processors supporting crypto extensions. Great speedups, and fat builds are supported. Contributed by Mamone Tarsha. * New s390x implementation of AES, GCM, Chacha, memxor, SHA1, SHA256, SHA512 and SHA3. Great speedups, and fat builds are supported. Contributed by Mamone Tarsha. * New PPC64 assembly for ecc modulo/redc operations, contributed by Amitay Isaacs, Martin Schwenke and Alastair D´Silva. * The x86_64 AES implementation using aesni instructions has been reorganized with one separate function per key size, each interleaving the processing of two blocks at a time (when the caller processes multiple blocks with each call). This gives a modest performance improvement on some processors. * Rewritten and faster x86_64 poly1305 assembly. - drop libnettle-s390x-CPACF-SHA-AES-support.patch (included in 3.8)- Make shared libraries executable- Provide s390x CPACF/SHA/AES Support for Crypto Libraries * Add libnettle-s390x-CPACF-SHA-AES-support.patch [jsc#SLE-20733]- GNU Nettle 3.7.3: [CVE-2021-3580, bsc#1187060] * Fix crash for zero input to rsa_sec_decrypt and rsa_decrypt_tr. Potential denial of service vector. * Ensure that all of rsa_decrypt_tr and rsa_sec_decrypt return failure for out of range inputs, instead of either crashing, or silently reducing input modulo n. Potential denial of service vector. * Ensure that rsa_decrypt returns failure for out of range inputs, instead of silently reducing input modulo n. * Ensure that rsa_sec_decrypt returns failure if the message size is too large for the given key. Unlike the other bugs, this would typically be triggered by invalid local configuration, rather than by processing untrusted remote data.- GNU Nettle 3.7.2: * fix a bug in ECDSA signature verification that could lead to a denial of service attack (via an assertion failure) or possibly incorrect results (CVE-2021-20305, boo#1184401) * fix a few related problems where scalars are required to be canonically reduced modulo the ECC group order, but in fact may be slightly larger- GNU Nettle 3.7.1: * Fix bug in chacha counter update logic (ppc64 and ppc64el) * Restore support for big-endian ARM platforms * Fix corner case bug in ECDSA verify, it would produce incorrect result in the unlikely case of an all-zero message hash * Support for pbkdf2_hmac_sha384 and pbkdf2_hmac_sha512 * Remove poorly performing ARM Neon code for doing single-block Salsa20 and Chacha- GNU Nettle 3.7: * add bcrypt password hashing * add optimizations: PowerPC64 assembly - remove deprecated texinfo packaing macros- GNU Nettle 3.6: * removal of internal and undocumented poly1305 functions * Support for Curve448 and ED448 signatures * Support for SHAKE256, SIV-CMAC, CMAC64, "CryptoPro" variant of the GOST hash (as gosthash94cp), GOST DSA signatures, including GOST curves gc256b and gc512a * Support for Intel CET in x86 and x86_64 assembly files, if enabled via CFLAGS (gcc --fcf-protection=full) * A few new functions to improve support for the Chacha variant with 96-bit nonce and 32-bit block counter (the existing functions use nonce and counter of 64-bit each), and functions to set the counter. * New interface, struct nettle_mac, for MAC (message authentication code) algorithms. This abstraction is only for MACs that don't require a per-message nonce. For HMAC, the key size is fixed, and equal the digest size of the underlying hash function * multiple bug fixes - drop nettle-respect-cflags.patch - silence packaging warning raised by HMAC files (bsc#1152692, jsc#SLE-9518)- Install checksums for binary integrity verification which are required when running in FIPS mode (bsc#1152692, jsc#SLE-9518)- update to 3.5.1: * correct upstream source packaging problems - new in 3.5: * gcm_crypt will now call the underlying block cipher to process more than one block at a time * Support for CFB8 (Cipher Feedback Mode, processing a single octet per block cipher operation) * Support for CMAC (RFC 4493) * Support for XTS mode * various improvements- Update to 3.4.1 release * Fix CVE-2018-16869 (bsc#1118086) All functions using RSA private keys are now side-channel silent, meaning that they try hard to avoid any branches or memory accesses depending on secret data. This applies both to the bignum calculations, which now use GMP's mpn_sec_* family of functions, and the processing of PKCS#1 padding needed for RSA decryption. * Changes in behavior: The functions rsa_decrypt and rsa_decrypt_tr may now clobber all of the provided message buffer, independent of the actual message length. They are side-channel silent, in that branches and memory accesses don't depend on the validity or length of the message. Side-channel leakage from the caller's use of length and return value may still provide an oracle useable for a Bleichenbacher-style chosen ciphertext attack. Which is why the new function rsa_sec_decrypt is recommended. * New features: A new function rsa_sec_decrypt. * Bug fixes: - Fix bug in pkcs1-conv, missing break statements in the parsing of PEM input files. - Fix link error on the pss-mgf1-test test, affecting builds without public key support.- Adjust SRPM group.- libnettle 3.4.1rc1: [bsc#1118086, CVE-2018-16869] * pkcs1-decrypt.c (pkcs1_decrypt): Rewrite as a wrapper around _pkcs1_sec_decrypt_variable. Improves side-channel silence of the only caller, rsa_decrypt. * rsa-sec-compute-root.c (sec_mul, sec_mod_mul, sec_powm): New local helper functions, with their own itch functions. (_rsa_sec_compute_root_itch, _rsa_sec_compute_root): Rewrote to use helpers, for clarity. * rsa-decrypt-tr.c (rsa_decrypt_tr): Use NETTLE_OCTET_SIZE_TO_LIMB_SIZE. * rsa-sec-compute-root.c (_rsa_sec_compute_root): Avoid calls to mpz_sizeinbase, since that potentially leaks most significant bits of private key parameters a and b. * rsa-sign.c (rsa_compute_root) [!NETTLE_USE_MINI_GMP]: Use _rsa_sec_compute_root. * testsuite/rsa-sec-compute-root-test.c: Add more tests for new side-channel silent functions. * rsa-sign.c (rsa_private_key_prepare): Check that qn + cn >= pn, since that is required for one of the GMP calls in _rsa_sec_compute_root. * rsa-decrypt-tr.c: Switch to use side-channel silent functions. * pkcs1-sec-decrypt.c (_pkcs1_sec_decrypt_variable): New private function. Variable size version for backwards compatibility. * testsuite/rsa-sec-decrypt-test.c: Adds more tests. * rsa-sec-decrypt.c (rsa_sec_decrypt): New function. Fixed length side-channel silent version of rsa-decrypt. * testsuite/rsa-encrypt-test.c: add tests for the new fucntion. * testsuite/pkcs1-sec-decrypt-test.c: Adds tests for _pkcs1_sec_decrypt. * gmp-glue.c (mpn_get_base256): New function. * pkcs1-sec-decrypt.c (_pkcs1_sec_decrypt): New private function. Fixed length side-channel silent version of pkcs1-decrypt. * cnd-memcpy.c (cnd_memcpy): New function. * testsuite/cnd-memcpy-test.c: New test case. * rsa-sign-tr.c (rsa_sec_compute_root_tr): New function that uses _rsa_sec_compute_root, as well as side-channel silent RSA blinding. (rsa_compute_root_tr) Rewritten as a wrapper around rsa_sec_compute_root_tr. (rsa_sec_blind, rsa_sec_unblind, sec_equal, rsa_sec_check_root) (cnd_mpn_zero): New helper functions. (rsa_sec_compute_root_tr) [NETTLE_USE_MINI_GMP]: Defined as a not side-channel silent wrapper around rsa_compute_root_tr, and the latter function left unchanged. * rsa-sec-compute-root.c (_rsa_sec_compute_root_itch) (_rsa_sec_compute_root): New file, new private functions. Side-channel silent version of rsa_compute_root. * rsa-internal.h: New header file with declarations. * gmp-glue.h (NETTLE_OCTET_SIZE_TO_LIMB_SIZE): New macro. * tools/pkcs1-conv.c (convert_file): Add missing break statements. * nettle-internal.c (des_set_key_wrapper, des3_set_key_wrapper) (blowfish128_set_key_wrapper): Wrapper functions, to avoid cast between incompatible function types (which gcc-8 warns about). Wrappers are expected to compile to a single jmp instruction. * des-compat.c (des_compat_des3_decrypt): Change length argument type to size_t.- Use %license (boo#1082318)- libnettle 3.4: * Fixed an improper use of GMP mpn_mul, breaking curve2559 and eddsa on certain platforms * Fixed memory leak when handling invalid signatures in ecdsa_verify. Fix contributed by Nikos Mavrogiannopoulos. * Reorganized the way certain data items are made available: Nettle header files now define the symbols nettle_hashes, nettle_ciphers, and nettle_aeads, as preprocessor macros invoking a corresponding accessor function. For backwards ABI compatibility, the symbols are still present in the compiled libraries, and with the same sizes as in nettle-3.3. * Support for RSA-PSS signatures * Support for the HKDF key derivation function, defined by RFC 5869 * Support for the Cipher Feedback Mode (CFB) * New accessor functions: nettle_get_hashes, nettle_get_ciphers, nettle_get_aeads, nettle_get_secp_192r1, nettle_get_secp_224r1, nettle_get_secp_256r1, nettle_get_secp_384r1, nettle_get_secp_521r1. Direct access to data items is deprecated going forward. * The base16 and base64 functions now use the type char * for ascii data, rather than uint8_t *. This eliminates the last pointer-signedness warnings when building Nettle * The contents of the header file nettle/version.h is now architecture independent, except in --enable-mini-gmp * Prevent data sizes from leaking into the ABI - Fixes previously carried as patches: * Fix compilation error with --enable-fat om ARM Drop nettle-3.3-fix-fat-arm.patch- Add patch to fix build of fat-arm: * nettle-3.3-fix-fat-arm.patch- Build nettle with AES-NI support (bsc#1056980)- Explicitly BuildRequire m4- libnettle 3.3: * Invalid private RSA keys, with an even modulo, are now rejected by rsa_private_key_prepare. (Earlier versions allowed such keys, even if results of using them were bogus). Nettle applications are required to call rsa_private_key_prepare and check the return value, before using any other RSA private key functions; failing to do so may result in crashes for invalid private keys. * Ignore bit 255 of the x coordinate of the input point to curve25519_mul, as required by RFC 7748. To differentiate at compile time, curve25519.h defines the constant NETTLE_CURVE25519_RFC7748. * RSA and DSA now use side-channel silent modular exponentiation, to defend against attacks on the private key from evil processes sharing the same processor cache. This attack scenario is of particular relevance when running an HTTPS server on a virtual machine, where you don't know who you share the cache hardware with. bsc#991464 CVE-2016-6489 * Fix sexp-conv crashes on invalid input * Fix out-of-bounds read in des_weak_p * Fix a couple of formally undefined shift operations * Fix compilation with c89 * New function memeql_sec, for side-channel silent comparison of two memory areas. * Building the public key support of nettle now requires GMP version 5.0 or later (unless --enable-mini-gmp is used).- Fix postun->preun on info packages regenerating- Version update to 3.2 release bnc#964849 CVE-2015-8805 bnc#964847 CVE-2015-8804 bnc#964845 CVE-2015-8803: * New functions for RSA private key operations, identified by the "_tr" suffix, with better resistance to side channel attacks and to hardware or software failures which could break the CRT optimization * SHA3 implementation is updated according to the FIPS 202 standard * New ARM Neon implementation of the chacha stream cipher * Should be compatible binary with 3.1 series - Add patch to fix build with cflags: * nettle-respect-cflags.patch- Remove off-by-one-test-suite.patch as it was fixed by upstream differently- nettle 3.1.1 Non-critical bugfix release, binary compatible to 3.1 * By accident, nettle-3.1 disabled the assembly code for the secp_224r1 and secp_521r1 elliptic curves on all x86_64 configurations, making signature operations on those curves 10%-30% slower. This code is now re-enabled. * The x86_64 assembly implementation of gcm hashing has been fixed to work with the Sun/Oracle assembler.added patch: off-by-one-test-suite.patch - Address Sanitizer, found a off-by-one error in the test suite (bnc#928328)- nettle 3.1 (libnettle6, libhogweed4) - bug fixes in 3.1: * Fixed a missing include of , which made the camellia implementation fail on all 64-bit non-x86 platforms. * Eliminate out-of-bounds reads in the C implementation of memxor (related to valgrind's --partial-loads-ok flag). [bso#926745) - interface changes in 3.1: * Declarations of many internal functions are moved from ecc.h to ecc-internal.h. - interface changes in 3.0: * contains developer relevant incompatible interface changes - Removed features: * nettle_next_prime, use GMP's mpz_nextprime * Deleted the RSAREF compatibility - New features in 3.1: * Support for curve25519 and for EdDSA25519 signatures. * Support for "fat builds" on x86_64 and arm (not enabled) * Support for building the hogweed library (public key support) using "mini-gmp" (not enabled) * The shared libraries are now built with versioned symbols. * Support for "URL-safe" base64 encoding and decoding - New features in 3.0: * new DSA, AES, Camellia interfaces * Support for Poly1305-AES MAC. * Support for the ChaCha stream cipher and EXPERIMENTAL support for the ChaCha-Poly1305 AEAD mode. * Support for EAX mode. * Support for CCM mode. * Additional variants of SHA512 with output size of 224 and 256 bits * New interface, struct nettle_aead, for mechanisms providing authenticated encryption with associated data (AEAD). * DSA: Support a wider range for the size of q and a wider range for the digest size. * New command line tool nettle-pbkdf2. - Optimizations in 3.1: * New x86_64 implementation of AES, using the "aesni" instructions - Optimizations in 3.0: * New x86_64 assembly for GCM and MD5. Modest speedups on the order of 10%-20%.- Add url to the spec- Revert back to 2.7/sbin/ldconfig/sbin/ldconfigxinomavro 17286528733.9.1-150600.3.2.13.9.1-150600.3.2.1.libnettle.so.8.hmaclibnettle.so.8libnettle.so.8.8libnettle8COPYING.LESSERv3COPYINGv2COPYINGv3/usr/lib64//usr/share/licenses//usr/share/licenses/libnettle8/-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:35975/SUSE_SLE-15-SP6_Update/ecf44949a59febf283931371ee5544fa-libnettle.SUSE_SLE-15-SP6_Updatedrpmxz5ppc64le-suse-linuxASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=50486b0e8abec1bf50fe5ff1d8e5cf79f14eeabd, strippeddirectoryPPPRR0ЍtE3dutf-80f76c00e21d0fbe6317c41dd8c1a0872597ab0ed2585fdb12c081e8914c5fecd?7zXZ !t/nW]"k%daMrNBH5HM}D/sou1nw߯T@Yn2%.B&.2}=Y=\K &t6/*NMDyOdJn\L6 c"I~vIA!Ɓ0F+@+<9OچY\Pb|#MD.%Z@]-tOxhJN,|Y*I`;(@A86bݓ*ƺ\"TfԳ `WpcHR*ڪˊ*|d5ߛ:Z>-_*1U&W0ai/a*oI*B&MJ}͢5qs neemepط|T{ j:P!P=u3ጃe:@k@.e}\4'n*e0C 8}R}qFTd1Ή<>=?V˷!AŤ>.O?vz' O7DoC10IgĹVk[k8\gJD['j Wq EAI+ϩM+aeR7dc^~a톍lLJYH'\F[J~~Npe[Z jÖ-.& v)RE_ycނ~Ce@bOqeDV^]Re" ~As_󗺤.le$YZӶzGIȤ^*11avT\\JV]]o8)g\y8^6)>m+Rv˕ ͠Wo,_%w,YEW)fvq8}7N'3n ŒLs-܃R߳?G~&w0>:)QZEoX.;w9F1_2Lj{!3W>F,}qp7'EGP8"`%U %c1HPĪYƳx"*, #jOqɒwԯTG_jqi~^ g[R:U`ڴFƉH_vƩ?fQi=զٽBٛF̤k"5ŁYqzH=~0mּJ։}A3h(@kp_+7mכVW-sDh;ƥƪEHJ렊&a) ~1)pς"&!mS.6Y/h;l}#OdyzyiLM4-3Z&_-yPų\@t(Q5,W&fs2.p:ÿF3`$@ s|MlQ˞9AVX^ K31IDQ\8Y+0(H`+'{^nacnZ 04Z~b .%&?C+KF6 ]*iƜtS+[$:#,~ldF>6!! ؓ[~νQʺjuB{|! nL`GfQzܲ _jc=CY^&c&$I˥9H#I3W&'C<s|ތw.I,3Xt>.݉DK A k?|-ϣNq3Fjg0j }F#rPp7dzJI2ѣ?t$&;HU0ƺw%3mmD02ͯ9ړT@$a:]&* ƃn!97| qrw{c,A'ΛL8.>*N7OAUJʰbd3e_8սw!y׆E@nVr[\O~R٘Fg5滭+ ZRQSgԝR9;Ti)iIwR*)9k>f81 G~0@R?ۥ@E{02ta'q a. o@c_#TLFҘa3a/Pn,)mMNI=_N:f>&_-1v콛{~ 4 /SV?l J!6v݅|$Ie.F&~f0,K/m7+';M"(oElۈT́27{NtpZo4 =qZ`cLciХzÁ)h%\,Fw$cǺ_?5(ui[ZPhiԺNGƗW@.cY[vPP+G b= Q2'C7T/m2_^% 9tc"|xQ!H{r+a`]\gpƐihe]k^甸 "ݜ8,: T}K]wѽ{WCY\ccuڦ5߈'k{'gkcQH7"O~`[FkjC,o)kφ`h0;mї,Y6Y@(3)ҽtҳB;S4SXY&SuҸ/)P/<1_ ъۻO ?J*͉Hڌ;rK$XX4{#.vK Q1GsU8j'G!@nt(>{_/G" |(i nq+|ͯ\?lK,ZA<5J7 1|tJdZlB#Eӻ],뮏 w~à j_O8i5FʼxoKj!9INh]8,s(_Z 2rw'kОc,pZ|">e,dL` 1LAp;5C'MHFj1yx{%y]U Qz"u0eؾ_-O|W='!=-dCk*t&rH_j?DLv*5KXy.Bpa6#<H?ip[oԺw߯i:JG!3?RI@{4?7ZB۬pl3=$/[9n~X|X H &ʚCZFUdr]K]tKhMCoˣr . A$*%$*==yݩ L[_yq^C `ްS FQAoOjAh>,,%~^PS4^4[#㾈P~=US~|:CRƫs:VF>jьWᴎLo#' ' aGtgoMaF"_0xLHĻi twJyřl x 1@y[t`O$W«{j {lR[C9 --= 8G~ԚD9hA-1au{=ozY:B>rM!&iSq )|kbfL#8U2-QMڼVW:%ҬJG +]|qq;J;#Ke!GZ. H<^,RmFi?m2ZE(θ+#޶BUС%iyr,@ ^>} UBaൎ 8f"{@Rc% .{j1.0f#G79 pĠ)-94D; XGSLarJģK6[ /SZ$":2a;P-ӈ f6X)F朻~muc벙 qӄXԉ3o󶽱W†K!} VēSp5a|5(Q7\vJ-!DTq+usO2qQ9¸/fCtJږ)o?įA!CvB‹=!S鼹 ΟRU&neÕΡg][ϼo#reȅ,Kez!lO~Lh2K |2k0y2-vNÀ@U){m'ufHqT Kx@f͍&5" 'VZw7;?3 B"DNg}qE"aA茛S^2ۺr~{#O^u!iPeHE5VY^yV?E>RE=\%QvէV`%zGr϶В*"d%uXeƕluOMwDIŀ߸&gwLߏ95$k7q.b[A SDV-y@ 2*OhMY1bR /<bHXƮ< s+V4W@4FL3߻TAm,'a)] }IBS.@2jxVEvilM؂5o7)l^ d7TUKv0}q7Io:ZkguϬe2w ҥ8R6y=t]U/ʙs (%]CvkS ²`b5HbpL QY!(7p/_|~wKPpdFͬxe2qmRcQp%zhfxRdӜU`;$`U$֋G5sxHx첑}PsI{r1I' khCVt\+Lp1 N`>*-X4!,S\l~S'-n2+]YU??'7olt2=xr)fۘ]pr闅 t#`9X _8vz@X{a( Jm#p$ )ׅ|>M,6Y'IUbrt~ǂ»:f9FK׽=., ̾?pnftxvH&ж+>Hӯor=~Nˬ#cz›#;U>f$*fS`{>cRPF kC/k$Hk8jl{`R ˒&Tϟx)xLvƞY~DO "Q/rPn&3d)? :o4Si|lS ѹQlRYR$ރO$2U.Z:BmXgr$؍3AwR^Bp+J9X^~7uDm.(D#zArnփTJs+ Sa؁<}%@u֐h+"ݕ|zUe׽67ХXz*Ktns,;=J..hX=)%-y^Dʱ.yvr:[{XD+1}]a2Jɤ<0Z蟢]~IY*d4W%2XFl?٭"YՖ|4$pQc8 ϮN~.@ ۂ (Syֿ\BA.1Gw+q(vMR2mߡhulC̛FtBW?U6t2иMG nQEIZ>0cQg;.bWSC'ψ5' % d&3[:*{!NWMXj.%-h5mW'4s &Z(WzStjol+Y[\IAP5۩\{Y'WIEQW g>3z ߕ6Ub08˳q~'e/xkjH=l XH9Cfr'ygOatΈdP%iuM_?|={N?^TnbgP ږT4VB9P&\e<,UU,lcB:o}5EJ&xa-'dFځ|vo#\kti֯ _ž贆0hZddPLD5>6jy;ֵϔ[ ^5`̺ڲyv?T*ɍW|@zKZ-lGٕ'=XW{#{Oc"fL`&&4{ikADhZߑYɟwanhԺjtG|ǶϏzF -~+Ж*R$PUR5T eZa-RA!{D]G*C!fe`{ҭZkj|;j7* ([ ayk0DQlҡ8BJas^ sibKʯmb}M*ưp2j`RdwEȵ@$u334jR sTU;'y&zNͰݔVnxBF?QN! :]sA.'P剥$g "@>BKNҹ=V ]Ux !cFrWb>n :ft#' /$27wXvlh4\-6ew`~{TMio QyY!Z&R!^h*`)i<vgC}?,eQTRF@+V_zGdSH0[q4jLA<"CIw 'e̅-`CԃWmVZ{i zǨ oVNL"!W/ChN'=l\#%V'q8| fYİ6&ILk8Y>=r{Ra]+{.5*`HlO% [ p M|_VJ@JwOz0ףr+jx\!1P0eim}5G#,jӃ/Z}(bz_-&[{S9g M[mޜ\wN(\"cѝo_ҺZE~5ȗ,ѱ=hxPj^&؂2 hLP\,:MPwav0pf*jFL/@~2r$,4#) dk\/.c]iSd饯DW nSI#߯ >_ *oIk%Rل^|? 0 62Y{8G_.L uB;!=mc؞bG["LR+ֹ%N XU;3Hc X8Q~v(g=q+nK ٰsڗY]]p}! GlPkiqs_p3 Ob]}3&hͫϙ֤:Jl.48ά$V, bL:§ͫg 7X}Cd%]\)x[ʠ')Z~@PqON#[BDi6Gz [^Q4+y v4 2E)i+{FQ K#pT Yd_Ԋ3J)2xV#_Snaݾ҄5:-1J]ixSCUVs"Hn@hww)JwIH9B4:b$KB"~gA-w)IӃlVʁ"]cgM UpYp/Z;F-+>@; 9qA'es^|!Ηz@qMq6ygf xb ,,i[Zxɒ_:#h[4 ?R]{sI쓘n9'^[vs*E|%bL! }r7Fb5⾍Oy2¾33뗬~DMv2OclPuR*oV5|d{.;i?f<兮w줩 {E(COs2^U!1) f5~b֦g-I2ޖ־*}7R_ HΦDߙeRQ\R 7ѽ >& Z6pzF ?^Er֔F=ҡ[l8Nڏb/<k5,&|0:Q=pNZmq!X 1 NwjyI^ў3szѧw[ "%1}S}ҶglnD,&6#p_66SފǑZۧm6" ZRos}"nz/sLIo-/2662k2W<).m8IԸ@r=^U c@D`7_, u_o\/zFw_k_ԯvʧC AMzbRp=Sߙ+Q߼1!^ԟ~tR[olzEU&#IEJ.E~ݾF5<5ɞFUWYX 1 ,#K-ZaxUW-&Ku4W(`2h5nRWO3/ xV@@Ȟ.|v 7F;Ɉ*ؙ%>]I 됨]XX<9! ؐ^bJqwI3mC|EӜ#WI& 8^O5c0h]X#cZJ*ĖŁAS%a9@ʵl tܵyS \] c+z ^^js3c3EU W\1)ˇT'(Yå pc$]qGԶ']9oqO~Nc$ 4iy+.l331[ϡCnN>G\Q2_͉NnS&d`gn]L[(CI3ßSbhFLzkٍ4smWe4"S(s,׋)=y !^EHO[f{xf/(ۍ5볱 owE{HUXKr=}U5XeU??+#},ҔI%Y 3jP;ۖ׿lI|צԍ͈܏Sv|_c:l`0JL1,OgE\ڬ R1f>Te߯ҝ!S>1 (;;%OaZ7k5 Fkѭ:>Gܛ eeV۫!9I~ uʨWzoTx#124-}7%OjWpYzj[/c:D? E?|4lC*rIN',2v^#4~-W%M׽Tz9?6/Av8{4=ӓ;*>Mٕ~iZ\3{]Nw$/i3ճU_^-.Ǜ^ŅhN ~Ճdw//A3v %ÙCqm-h)""0DJy ;{-r+.- d'8=E(%s}ARZ%1&Ɔlr%|KL5!7}oe\r7g2 P IޚE "W3̓_7 !oBt ˫ii˫՚G"hs2u.0| p3?H|7 nәvXEI*r/0:|q%gKn KHդzwfW5RB@ZJQV ”0dΏ]SόjR(R~[ μ{$+(m!=}N;e_`+_@ I7b/DTkRN}PWnZtW)-֢ F7k}AAּ-IU1Iֻ\ s6~r%Ns8=3ua6~i%K%kl$b\<~wD5D`[*D-1 ^wrVl閵p0c@\u4SԪ A!q2OtV+Z-Q ܽq7 R *xl2›03ps <kd d`ԕQ1~_EFdn(׹Jg>'U5oܮt(b߸L&Sz"m_Σ^ٯL^T@5ȅ[$ʎ,Tf5{ d>&{tn:xz}mC>wRK$]n U am|/#q"zLpu? 3}=XȭJĂ@_We&iy=,.fr\Gca*hrE\XL& eRzny>vLD[ +IYBѩCaW~q'ڙ[kLh&iWOO$DmXpgwⵆh/5fE y BCΪ'<Ǻ8#?sbRMb}R<}D\[U1 t\ bC@b..#yZ;EwBh~D]W*<% 3G?RdGa6ӭkTo! ;Mӕ`hfk ƇX6jc'e0XՋrj~gEh0hnH7: AE5Б[tFN PS W1<uo_s:*/@ݲpPWDŦ1c 1`|eM(QG_=WY 1XX< ҌxG`DC,cL:کn < >PSPKW~+G&`ƉWT'dAՃ#% 9X}=-Ѡ0_Nl)5=o33d]GȆߍqphÛ#8+.v+ Պ1|BIK tXe;W[u $24Z,Z>~ &<|fY);q-@+Y"k34.aAny(H6  y?$f&,GfIj|K@~OG̈GTkmK}!t,̸, 2f'B)9o i=d@}V#N Ca|-m#!&;[\cb)39_ QǬv$af9KOL+i+HE9 _ *x!Y*s1vm_;&5͞+ǂ3lZsI )-j4)ysZ3B۞e,k_L=7mΚrueHR]c m-)PDcߧ.XW3e>vUƯ>Hr<}>ȯgc2`#6#Lx)BfF]k{{6%]ĤKd:g4!u3*SCCyq<ևяA^\Y-([Ծnm= >,=S?by*1*cPːC&c&ad*'!KVcpj XH`2jDre#rx;ѷf`(Q=v̖= >d sPؐٗpgL/̸$~o[Efku)+e!-6h!_x_x* =0{~lگɀ7QvyjV[?$Op*dHbhhm?vf\3\Jvc[VK0v)o&wCCr@[(.Dɑ+S;DyuwkKp;qn‡z<_0U#M7b:9[Jo Wsv.J5J'ù.=X4RƩ~Q !&$)9#=͞xqOB!{Tb!=s:/ 3Ä}Tqpu(]p,HVuc^_~Hh,RI]7%B[;ƟД./cE G C ]*ۄvJ82!4H'Le/-km18L2D \=bxjVSu"/'[zA$9UC0K̎+Q]-e_.༂ݵ^Dpi)8;[unnF֓Mf"ݩpZ=SRcCvtKw~0(Fe):U!V bS7?>U$v$헫0;i4x2 l 0QX{M|~L$RUsk=K~&fv?zAfcJ򡩋B͔{|PdC}7 E?K}Emf ͬKA cʵ e#dqLes[>vE1]A!RR! ߎ4p|-s$d!e\ wMq|p _׏ϘGQ!dk1FckV Eic 2y%a/@ǝD=>B~>goU4i3,ds) R9kT8*h= {keTr)@Ԣ" R A2XMn^a_s%f:-ز:7 yf~ _ rWU^8!o73Ú]w*}fE0 '`w/+V0F {S' :L5J.IBi {xIf?Đ\5qN'uf64F]Z&W,eFjؑZ,̒_qg1jNݤ^2VlOG zNjD.һ,$Xٛ!j\bhضO9bTQ#TZCJN2`_:1ͼ9N%L^)и_, +TmBs84yu0r#b tj9v@>Q>dqôsIWE RX6W ՍFI==hÝ#Wpm"ToAQ75Nq_\KD[~kٟº&%xipT)򶃃{V%u~!P*Mj◗'\&F0]JaZU6u?+yIZorB72p4(2 TJhM% }f )ѣJg +W[J25mے$m<6!eq(Qf*Rd-т z)" Bko95>A!]y\>/cfvv.yzOLZ3Z%Bx pJ!йLuQn Ul鳙[[q #] 󠥟5z czak4ݞ6.w3[.Ps$T0镳[ixI7݋.I lФl.>=Vl*%mT8q*5x.)sk}>?kǢ8c1;db1b{3cBřfDEuVV80>q=f7f(Il`\Š':I_0i.xr1pEOq&e s}hwIМ2- 66R3mtib44{<n@)tH9{k@bez~wM~@Jrx}-_V#s*h3S:4L c}pHStr߮գҀl]}bPWWg&i{02x@DY|icCjLJ[ NQv1хTʅ&'9kDR8OEԀJcd j@8mޱiW2{wcdژWt*1-GU5]wbJ2V&u1K,oņ Soxuo\>:},͓Koa'VZCmXԴ<4d/%)*?Lx2Mu׈%n{e󽄳%oΔ jKoK',F`$oWw PȠv@ydIv1X+1AShǕ_/OrLK^CY34WΗ&/ ` 6u.KMQskGDAw3~z죣{(;-\MWZ[4KvrW(W;Hye7EC"q  yF:xs, #.4ej|oR@W"Q(1#*(A5ybqt>!u9WdBPoߴL [B/xhbJU"iT$FdOt냗i3ߙܺ̌d~f%}5S Sf{hJۣi_6w9qe#xTFm{41 օ,vf$U?|N&,Z[']n,#Um C!r=4"5o\52;F uA{I//QGHΥm!xSHjh.:)QkM QuOk A'SmqlbO8[&a+ΉYGKr GOln+k4PeDD 5hJ( n'bRt$6eE$ LQdYEv).5@C_esVARn):EnUn]bMLs, >gZS?NdkoʁO#"N%q-n?rFXBY;w* |1?@0E'R^rsj&#["x-ێ$„4g(e{f#nC$nb;2@= X3tOf%iYBYGh9%op/KңCKLA4eTjdWIixc'iYezAZy8ʤ/R"Gn}i1Y#|uÚF #$4T1Z(a?T9G[۳%8V'q^.9vQدI ` >i8SƱF7zEhZ Lh_k "xE$9K߯+RA`W!-et8TE>^z/s7j0 d "?+nHlBD9T ,4;IlSP(8;$@Oi}УC8KJM w= [ۙ̀zN7®x?fo[=%ShA~ n0BXnTd;O~Z')Jce]3elQ$Uu xbI7CЙ>*:1/L'VAgaF"wN=p$'l>XD=ӼWܤIu9*|acD?Z3@멽sT6 "Xl*"<Pv) hiE;"U%ҥT>3e=̐Ln1'Ϋ6Lw.de$" ls=!`x;EU`qGa٬,W95g"Ee&ֻN1D3s:)o}E (RW ũ+ {Wr:o_( ȉYt)-̟FL^k> BS./sehI &uW6>ɷ_IÁh_]/( u *ƑE-S@sUw8`*շg;)%2kLF'lӦwk md ^8xkL&c|}2zi-q_-HzH#ێliQff"C^ սj,c†?,Ͻ hGanV2T`zw[RgZj G]ʬ .wMm3pfK{>U0*f^UAsEm|DGY,7.F  {s `3 GDεWGxq!_4>NEŻDў%f$F8=7/cUu=W?MZ/GO A`?)9c#_éfE)bwi@h+hz4 5*Jc?Aw:gl%Xԏq߷+K4WN?荶wnp)US-37:EZ9%C5 /> }"l8S>q8Oh\VR!ffVP=J8#Sp~qW@F(V9FZ: \ ]t8cʾiw.+bgj a?{HfrNj~Om/r _EC9oJyź3/ HieCscFh3v>Df+z*?d_s)ec<^N!dz$)\a|`iMFəT +$ f,0qC o F6~`nC0bwm¸  \&WHW4]8׏CY{I/xYvV $nW&|G]DTBV<&$!zsXJ&3;۵ynҳn7Ⱥc@2l.lۃ.&@km_WPl(RcGkP@k 14/@v?abZgo\#繸2vĥG7 |U]}9qS;R5tqEe^r'Ҥou#I&F ]*#DI ES,s5@) U[ JZ(F 3>e>3L XP^6qJ57H[ĩP|@Hi`,>"g68-'65rBk)RybmP+I;=_DPW&חƍeK 72ip&nl-8+<=HρR0@R@(k,4e(!O0-/h% Ujۡ4Кȁ<)WSp@|+?XR7Yj X8QPiv[i2&3r ⻚e_6lc6 n8=J!{I=ֲ nAYA;$k[_ &{|>&Θddž\8coY ds29= я.ej5PIޛgU^I9tgqFM>c_q|nT- R hda"hR8\r8>A)fS#]pk1͢m(?)77ؤfj/`3йD VY]ge/R[C'SOVSD{զc0Cjb:fF&9Y?N>`dNy+K-wzms;»#RzǣtDzQA&,sqhlꄸdf9Jo: ^j5ƌL!KF}Mȍ*u4~`5r!1kҳVn"ѣw'BJ2|J1_0W45q!2 Nb@ZЖhd! `mJ*[Kv֯H kNP[-$|TG\5!+cF(ضJ^jceӛeI%*O1ɜl2wd9wp?a#a.ړ6HKх.nDj7]̹#)Ŵ"Jg2w0uV{$1]X}4&Zt%Yކv7ȢMS 4#$ A };qtZZdOw?X赺oSr'ן0:tmqP3D}]i4*ξ˔& jT ߝM?b/Yh=,'ci'\]9m _ ``D"|@iaa -/,SR5EA$WdbVK 0K s&A.ڄ P$a}7VRVһ<9BpvMFN}`1KAmඬeJ7q3e\4:EERe'VpkG3mJ4:> -Wu;9>I05H{mĻo5{?s!2sZzd6PLŇO~D Sӛ.yѿ,,(1r-1CֲVa ]Ml=7Wvafb'^ ifm䎦\*QV] Wqg׫bVX <*c坁) j 0Pjpvazd˦@U}kN+|ae7^.h[hglDA^PR~Me|բÛvu}X7FܜѤ/|ڙɔ!~6.4ȏYqt##O$QG9nNi0( 2)ʃ2 E”xUq`E@eRÃVmr3<}~ȓ5 f7߰L H {hO0NjK;\ (f%2ڵ!XAd«P2C5׾=±췰.vk U}_`#&1Q; 716Ga!$7P1$6|j{+)5D-C吴CU_G[k޴lRZ18Zq"HL w`IY@[ߒdR3jVbJe` -)zNE !5:yHk"=4T3,ۥ.X+S׌0[]Tg#H9_}fK4. ?dI#qR)ɔ!3ZfS`'GZ}Pj4%@ԣ׋*-鍲z%Q϶#$,yC|{O2Fk !r'9VʅQG~L~RhYhH1 W $ G$}[P/)UN. HrTK Aīeu[j^5*'/@ҦrJ1w߼eCu.}9ȄuK**V=l8L' [rIgCˋj 狉T VGUBuWgvwN_r}OՆ0(k1 YqAAFԿuR .fprrw۷#=e2v|q6RմVd2S*fw]kr͚Q7틡|*cϬCv: }ݕo\s#n̞-VP8Jw@Wl# PV]YY3pK%H@ǚ`g΄KrLg'p07wGE|, y.m\Ldy:{_}s6&AgDύo@1wdesɠ6 jft,}h;A'h')eO@OX ڃj/C]JڂΝ2!Vbtǂw\۰g6 YpOh̚ҘQ4O8kJdRg==1x=SkM`gwvTѽܜ½6xQB5)qN_֨fw#{t,D Y"dCgj!|2wu8kx`> 4q1'Sp#HCSL.B/ف~& SA;A1yGJWd4t& ;kHunkH<{[j{CaU/=y4?:W`'g|j&ʧBS/>c <{ e !mKmH'?r<13,; n:XzE[HϒEIdR#/ይ콨TG>1zႭ-mݙ|z9$9:U}fGI"%1@ݩ ־sb%(ϏUOF+;՗o BzM_X((% [$!U`YhC{c4 s&qTnN]$ ō.NPTA9N,m71PJAPGRw=wQ/V7NͨA̚'GIM2.SP6tMw&rP/Bd V 펽Ur;CnL.A:H a%|&yʩ{1&=8"p14O~\ȫH|KoJ,F$MhcD&6C VD"%+ˬKy+]UgwϺּ,W$a!&Y($YnXo f;,#֋It^c4y"AO]\~gps5eb]Δ ?WlHb]JĎ=>ӹŕT d>}}ZE͋OBnaČC;ْuB/xh7kY͌"@(q1׺,my= 1 HJxNe(VCmq*w|U5W"7BXv6x_&*s8@2z)q7IىiS:? EAX@+ c7ۖlMp9< K=q(( =D/[LKg\EuuзT2qMQWg!'(rA!R\إomvL,Q/Y@ ',ˠFiԗHG i ~?<9R}Kbg:jV8m6--ūn Q#̉$]{L; ]&_0}OPKS esF3dJhsV%dϑ>^{:SX7Nq1|k;iXv@c'hoPwAm4_&x$'[Nq+8Y']qwv=7K` Tf_':[sD-˵^ώ{DG荳jJg*1`49zSCG秥 WS&ؐW>k`);o0QÙrBF/g}O~M7DߺHm8o lW7Xbj24i>;eY8uzT+j[ 8n$vJ$j k [K3<[~?)-=H̉](Õ9(Hu;miY۴d;[ߔB0l.%tJd{i^KxӂB5?{K/]@>݊]j3^4 sOAk-vs*jb"ȧJcF8p|dWV7az/53m؆ڀ dpi|6'R%r}kt WP'_k}"ig5šc;0[& /`P@U*:|Tjo{xE3 i;PWSRjڳPb̪T/~-$6^w|:=؍OȬYp:_A^ FF@{&s WE* klVr5;Lr.;\@nyuMw\\TK"hKpI/PlS]k~Ynra,wn^@H,猂m930s}''t휯F BgXuik{RdX -,P%R9Q;BN71ԟy0`}PZ+Z!/X`=66-`bT𚂢0 8q?.J{P"\&Hm끍=Opg¦> 44[],[0:HsQ( ^wA 4 $OgH5˹.iS )2 %(iAoP;U㡐 hkX*3`ېLTAʢ;!]S|26}u}=qkH$& =l?Bh0ĨnDLc'/Q J~, yjE+t{ \ A4;8ĴTalgK3Ŧ?'\LəkmY{LUۭ7?%Υb j[ϐŬS[8Ä$0.6m*2<*q{I%„wɹv7=qT3YqMc\^JBW)YZP*w^ѵzD7IXI0KvPIJ;轠y͡!-3Hd*r$Q"hIQŒ\YWT.4D ,L瓿eѬ=I7_qI2G"n׳#$ЈR\ԇ<&,p5S{ ݮ-`@Pr÷խOܠt+ưbɈfe:sK\K1&H TO,nQYΕ>l_ag; ] wr|@N(176sG(zFo]& W~s3w/*>¿P>Ѓ3WREG6n= -Ag#Jz1 !vptІHُmC4UA0`@q[ %'ɦ[ >_y9b1F 2ap9kPWLDZ7cacİ̀/J;SCz? zȂȸ&sYbgYvo%G'@xCqAq';gF/ ;AD]:{;|/M52QSƫ J-i~BBYAs\UnЇ;&إ1͗?ܦ^(NXRvv Rn&^+BM :[d`X9l+jgLU?c߼%GdV7Z֦J\-@N,k Wl6z]7 TWE}qW֔C$WVto ͫ.G"UyàǁcJ%xFSh.792p~Rfauz1ODs^MqrV WA- ӃF,Wf~zRjZu.,%0G$4BҨON*?Qg^ ABԭuwfIe}b.=K 3ԭ2@]zF$[nZ跠4Ac\|R J:efA݌Mϟ/G(FWx*++ax]kn? A8/imI3J=}!Amxt7sftmd/ɥ(c,J |Ү~5MSm$kʦ8xl66dH:*NPS1|NY̊t@eSPUˤ_S^=VG)d(o RA%2w%e#Q$FH؄b|SJ/u[sTj\,t|6~X;aCu0pD<|GYy~Jr .+޻g7녑F d"^8+]op7_}? ȱD)_@3u )R(/S^}(n?2^J$d0,R_)ig0O\,@:>U!c䘠\IyCoɩS*^qZJLAS^ph)(0r?!y3MsW\U=ӶFj>j*d!ֵ:yԶIЊ]p츣me^@F;.jKҮӍFRlcNi![H6ӳf8(!ml!Ќ‘b̈Й{(M^ظXQC uΣp4=f: n0B4HETLMj6)RFü0*4F\a!1{NVM~aұ%X'%#cYv,cMw€[>m XxTإe0O | 㵼亓N0:E;cASuƚJӼ୪Ū5TLb<i5r;6=㔆<=#v{U(y}0w{QK1AvF㵺 @01EK^ɚ|qB?|x lUHIyN%PC%-g5WKGGh~ope $ ~]i U4N[@xE.!K-v LG @W^nR?jm vw;WUtOD7LR0-X5WpKpҞZl͊L:DtC2qq2*t7IM*~5V 6T >g(,?T)tφM}(S|xeq|4Fݥ++]}j7r1p%fMى|%UM)v{Z-{'B%(_A~lRzxRoxf #q ݸ'G [E+3p ѧt HnL"ԭIdp!Gٟ:Ɩ˔\ p;0-cRJ9CI5%1jE[N@ԑxbw0r{4 ttϗe՗v(J|KfJ;~ 2יY1Oֽu@yxF* Ŭ.Ox/v;"V}~}aMj譹[KKX:2tUUUצ >0k~A˵Bs곤 b {Dr@/aL"Np/HHBMOn?.7| iRk=t9P[!/$Hl ;j,;rP2!>%E(VNxfQaܥT}Mt)~nl$%Q4VVk<҉uMNns[ٮȶSf9ɮRZX{-HL(o݊{@0n'l\WM`2?۫ PrǸğ- n2]U5d*Y""-}mY8Ч"`uB/;^Z$Y\j^;IG haP0Yn\㗎4m¯ _B5.I쿞/9liY^߹#bM O~X^E“'mk ;L&} V v 1+It&A  &TJG'&|EYN- —jX>I-nِYn#vϺ_D^"Ǯ/I+^oyfM ҁZ{unCb ^@*VdJDӚ+Ͷ0?7junԄͳ\#AV$ΰDy` "VZX ETfgnBVU30(Of's JN$7B\|vn.QB  PLÞ1=ƣ<_tlu$i%/LqICS~ӹ(PL:fcU>z*"ecK#=MrS04!X&>en7P< -;hZ4GXHkxkl Cqf~ JS2dTp(j'G*fҲ@xI:RpAmo쏌[2-yJ",:KR%:o,BfI^lڽL0׭=ˈQkۨChر\=9,|IVXXGO4F6GR"Jo5|u>"hM(Aej p. k<z,LiY}3> όD̵{o>rſ&|7GDU׶{k[ y$b/(YG}b޻Mɑ()\> VRN-y`cZmjUwW3'Vt|'咥Arzi( s=pjף -&I=0N%;>s-ZxKoDi,IgTiuqVc$Dd|R( Hyȵ"Gލ73*18R fGq5S} 0|_LJNiSB";Jgf))8gcɈ)Ԫ0ts*T9k׳ ,:7> Rl:ƿ@v\W+6 J6V|t:!fDW!bPdI2jSQ:UǼb+Â(Q_39Is׺F˚Cv:f}1LHBG1SAGNkxp=\Kv9N˜BwW0JH{#el+Mox10smQSx$2;?lt]x C g橙7F 7ߍ[ 7ۂJLb_et n~&ƙlyn{>TZes[gr{gM4(8&_(_Z^8wV?u28i^=uOto5R BbT v>:ca7'ޡ04z#A"̙cBqPe&?K>xl&9ql'vskF{C #~F kǞM홌.o:cʻǿpCd2 !V*HBi=n*䗤Cn+NȘ }wI1"}9C,Q0d1e\UNKeZłml}wyE!l+Rhշ잞Ͽdk(Sd؇\yQ$st nkm5dU58#Ŵ,jiQ=a/lO@J_߃5eCsHiV4`[:{NY&Z16 l@)֡+ ?`{dZhbWuX CLeP#BRxӉj%>,TCaWmTRYeԪo:bZ+EzF^nwhYFPJ5$\z]X3пyECJ\S/圦>-;B/\I1q56U.z4 ]wa""|Qj☊F Odd[t-9=*H/J,1D8Hm*3⸳݄H@WҶ!e,VV69G+ u"ZK? `܁6i/Dg;;wGV%xd%sjEJvSG7>nxz 0g.SDlr}~L#!$+VUxAr0K Ce9v?qdm_V6qb+ڭ/l/q!{gMU*TFt5R)>.b}@ Aôɍ~YǤơmOKXs/hR#8o+%߱<Ɂjg3[v4F-~;q&N$fg]RysrXU#QmY9 [qCq\-,0g[rlՔ=M]!z)֐ܛ ]rRd"[$$v.uN{2XЂt#ozN>t!ӣOX\ߠƦx\=c2ʷZ8h}2:nbW4TW? u$ZZJErB=Map}vM*UU Э @Aq0;\X~EY Xh% a ݈U]+].mUDMW3\xoۉ%Aot'yn6+_IL׺Gr>iv ] sRY6\`@֖V2Rɗ4Yv<\q+܄Q;$! #^6ٔj:9g@F~mB-j>^!=#BqaZOh> ̷_ōRV.dޓ6Xx/(-k )ɫՁHҝ_|P#XY jOXxAdFW1ھ`6lnֹ0I&m[*ʿYIt"7xݚ; ŽUo}, oBѠ^ G]i!:R ΡFMpawEYSIwɹt}k:;!n*TDzR8AqC Yi]~R\s3>So9GMn+h9i|whzCXRYU[o9 "{~BK+Rxc ϩ@Ī?T! "9F![F{r%C.s̎0Y1 I9Z\-dX|8 SWdXrdb$uyYp#5>}AëPӊvƤHU\HNA8j\4_i<5Ԫ6C\6N}|9"_. 7+\dV`[UQl I7#GKcF;@|d~vdsY1)r *@>8Yc%q3CZuR/RzH /ۅNJ0d-S&R~JkF6ByRī7A8!bQa j}KqMPZjg&'c}BjxxF4͠Ӑ/9Rov?!.=p5 N>݀M`TŸ ?ګnSE\YvLd6N:B~[/ 9 IjV1_j(QSEdLCPgQeJTٞbC~cK2ݜ //nCb",-c:9<&r35zWxl!F,Ė.mvC#ݜa}9"dϭ{]Dis*}_*}}(fU.~#::Q4Y 3%& lf\{7+oDG'K2+tnC~Ň鬚'[h!kD[vuc6#?c3maZTߓ-J"(}"C/w*g $ zC焿 6`Xx4L,RUїUJSfM zł(<Y!墣%)S{̊j˕~߈r=E_]Ii@k0F a96|#5~,&nGJ2ChHߋǤF*k")7S값Kuc+crT_)nUytax*jDbmB 1v[ڽ&?GpmT08MG]n^=U/r z|g Zg51GQ?cߺ.MGc3ϤgZ( \tt/(#r.B!8ڃ,DFL0CyG6=M*U0>gz}ĞE89Ybʇ'#_SP9кڰ<;jn/_YKrQgjq?Eo*#z% -"J VPؚbnD |eLd`LRi JXvH} 4@AJ851d%gy:&x%7P xƴy^5A[} g[ ة%" 3J f$0rՑvI{s;mtL"AemQ(Bچ[Z,N> +~ nTtMo_$9Jm_^1CһSr^ Gw&C?y/- :$0٧ǓSS݀Wrߘkbܐ-ɔ*`y6,oUf6ߓT]];j9BRȹ BLKn! +,GW>Ѫtģr-'\堫_ɠ*v=ISݎ[mLqlڭ0 7Оևw" !%E2yVsXŇ0ȣHY'{l(Ӻ_*lj@H>J`NO_M?g$RFuIgi[98`܁o蓯u#֓6w ovH",%6zc#>y +bCd4ʽHG|?wH]޾9=W9QrJ}勊Jfq0;$0[8"=Yf7S:a[܂0MJ5Ǿ7di~.HPe.{CBʃO 8?KDw F`8G8dT#CzXv0;E/s?cNk,}4Ț24rHPR@[]QzGaVF!GLPlbW3Ԟ]۟:p>XI]N"Ηiئqd&ң&efs͋ F(=dXe.^͡j?p`hmH_7wWO}^"LzH˶jeȧLJc8.fF^ZU",A5}cjߢ eWabt%' R↣pɶ֔^#!6TXٵUy{ʦOj(dvfg{ 7 b7Ű n@KIb7U S|Zmr1*ͤCXGB)hIM5%(V`?2f-d3Fwʀy2Av,Ab_!"IJLeo QÕrSuD;>Z+^M^Ja4Hֆ띀{20 w" Ѓ$h B! MQGXDpiK,4.XH>{@as{pa?*,\UEf/Fv[ƛHY$4÷Đ,sӪ?i/uQA1s׆M&+rn{eBp4I.e Og)4 'k*)ɗpt1 ux/~ $(&$re'͖$=ŀ:jvOLѮbMɁ̆S^u<G;Ů]ܲ0XynpzGEt8HF#53VWZ9?,T ^e R|rY|rEF$>ITHn $A{~a'߮z`k~1@f#U_1X^ԜR zC珑++bB^s$ "Uo>$f\bFrWG^i֠i<IG0 Jтt}S60@9%cgE f"t>o,ֻA;qh m! i>|^U/ƣFLVI K !CG9g/6@}.]!D Sҭ{{l0΂ހ56 T6|n+WD ~g_tc-j*Zne~/t`dE8THP`JF:q]%?mq/ ]H. N["G4`Y}d>zv7;O6ԳU6r Bjwr7\3[DdPxC$y K`!ƎCp|j 4 :s|0:wڭe?!f_T&syꂔoKB^[p HzԶƙ9 |ə5]uf ,O=bTC+9~le5Ae/:a6,Uf nPH!hbXX*EjK7朗XߒwЗ{KTBFAcдƒLBG,K(UКMeB+KSeԄ.W; ЮX>N, I-3=RDI;+i:MGfJu6\+1eKiʰ@%tv"I aZX2)!˛4өDSj5Ǒ"\#Kۓ]~urؖd`22/?|| %).f sl HξVcUɋ=3lIHTOJ[W.u941:-C$ie \PAכ/\ NmDνGHanj-EH@`j>F._\#jTWb2eI- bT?zH/wD1;x#ۯ.G|~+ 5URw!FFG@P%׸֡ljK-? j X j,+I)?>zT.Sq-YX, ~ͻ?"[1U,pK@OͻXZʗB5EQA6?bym@0U)ۘ]Lk+3Qb 禗Xfx cB(xޡ#9k|:XVW)l)"0|ez=tJ>D.HDs7\iI_T?._x)Kۖ9Vspǩg#vX x?+;tFbŻU/@7"͜#:} Dz LG|MtdTGjaP ]NbXV͠# OMGqFK敏Og)%^G6K$`T$#;7|_|qJ*"Y}'O]quB3Q&TGoΨL&e7I2e$s`crYl~6oW[T:S`y@3}4Au?m юr +Zh^9P_$sPGP{%~5gƷ!wyp}C +N+e#9: F;\ReP~B@OEpOrGW[> ^zԄCQUycd' 6;-<Ң+>#mЍSZܰ,>ȥrpg5fcHJv80>375w=k-&W4kO95"Im|-b$9NБ6&mq!]:7|/:++aud?gpp$}xZ1Ѡ^R:76}uɃGEMJJ;$% ҫCn b}S\O"(^;>dрOm!!r s+E̘SkEk6\GDH2[TH+/)6*@Ct6ŠwcSШ.cztYUqU\=$ܷFFn[[2 X9w3v!ƙ^uŸKwX".ݎ}߳3&cq4Yڹ*{K6h.s{K"k[W޾VKRzZ)`lj{U$#&g픢z%g-zғz*R@ n44)_MY0'ςNWeE7 3SH,34 ~c4L6T˖8'c}BB"3h޴ \j#C33mU!_ MS*BTj_rwIUh"t%EIFWk%O \ 8dni;ǥ*:u)e]A᷻CzG*02# 66qZN, xZq('zA=(`(%~ :YM%BF񌦈ST욇z&LC '7oϖ߽ SX3jCŗ~&zbeqKNŤ@ |3&ό-\)9_Z5`Bޜ։F56 UG>P>]{vͳ$P O#qpNC):ܽʩ ~,H_njdDa\-@n[xt,B:W,N_4 L{Hnhq?\mxpNaiN?xgNS&$Zy0hqXkclmA.`ٛ['b#ig vFt}[+r/p~c>Czֆ:ķXT~`BX1GhQa€[=SlNo$W/ !8 LV}ϵegisCO8)ZùJqa+85!3pPМ&^ ^/H50WOUιqTgbp\ nk|[iݣd&&m;+:3pxfK8j2]T,2.8} [-sElv5 P<vBLVâ=3߭WNjv+LKe@(]T/4x9SY'}il*NW| H lIn8u@KP8 XL52@]$rFxCs&'V-w)c/zN7W9eb ֢!vXbׇ~V96~t?g%<''M[7BnnU^#Hd/ .%ipg2h=&z{%) `˺:Q9㉳Œ`f)Vi!c7QgN. \ OdLsqYTG1 ~>SDDv1ΚM-~C#huX{VpoW*ע'' ʤow:f *E*`}K|>+cb:axgw؈-;,wȃPWZ#xND@@rvj![{bH/ lՒs@փ!14o 7pJl]{ !2g Oѿ:Bi`Pa$""؝Y]Y,!Xj~3BY?\XUlP{eZ|<ϝg#cubgk4qpbyD1:dF12 ~wqϺ:A2d"8 Ug׫v-e zbDg3W$G|>d.{_%<>ݨ"\)iiizokZ,xx1#3"xn"S`f7 L8 [C#F580Oj!϶ <^ye `}h FFhגUػ:tkg_L,jeM@kq|aDOdE@Ե8ͨ ԰?%#knb9Oً5B-', xցF1B Sf;H /( r׎T ѷ?mO37 X9pC)N¿뀋?R#@DE>Dg=GqOk6y$p[,')nHk]2q.Ґ0ubɶo#$B0yAN^.*Ci w1`9ezQv}S.rWǑw$\ClEU \0Bm2i=snи)l|lՁ#]4i~X,_2fB:ջrSjreNـF^X_`PB/[3L@)x{~4y* Ys3\.2Ce` nqS5TrBJ@HpIS|RZB?@Nug '7yч+CEbO_E89rA7'+2ţٷ'~Wd ׁ_;cX!o|^\:"UMI`Mn(TR<4\Fe웴$lD柞'$8w3WĬuT`'gyh$&`]ygAɠ-˱;Thb[r4_%Z(d4a>;T'T ՌȆVmR) ;UըR'ݜ*c@X5RxҔV3=Tf$z;b4PMҙ]S9ET-ݩˆ=-nrzJmY.$%Ava7ϛteHqŪ(ImG`=I/wЀ(@_qE.2uOt)B7ɸk^#jRsdKE$%>y,l>?mBh 9lwznN]Zǂ:HgM*CLt7HLN<]si]s{4#u_xq֖ccL`id@#mEDI4ǩ`ր9ddvEּ̡Oj;z?FFN$ ~PC:Bh6^M x rKq\͊%j`]pP.ɏb^aᮊNh!$]0Dk"PYFBh=zbdkq}6p }0sQC(m)RM.n+n7"c&$U! GS:4n⤶u#mqX"geWڢհ]j^ime7GyvCZpFhAŅ1TjqPWYG{'+Amp+~({r% QD@>#Bk2*4 Ċ=c1<ƛ!yX΂v?DD>^&Mhgݸf/h>rM$zޠI;33KKz"W-.1K=x}Jt8ϯi >F_-) ѬkptI, }^Goc @Y ޒh{ŒoۧmcPr:M(q/=?eߍ] b.dt 3H*VuL-[-ʬ;"z k@}B$ [C]Ld u`};Vpi2[q!oU[D%.q:8gbBs@YLn$@3Qi"n {C²z2TqsVXakZؕO䓘퓓*Ikſ$,9O2~F0fr1i62MhfCT(?2DT Joa%P|!PB.9!%>[Jv|6ᶹ 7!7T?5E 7U<@М!q`-{Ż݊hDj&K.TZ˗vS|avwgB4@= Hԝ^R90о@ $YXJ䟻qʟkpDov&eUY/4tf+d6{&~. oVu ktbSnSJ -Æ1WNlM q=5b~=*ȑ&[Y89C @ ջU?Szv s}@'|5bBNvj~o\065S Ɨ6 ۿNCnq"g. 1( N{#f-䕍*QQ&/S16y2&TkudM#Bm EM`CC8^rAyDOuN(rҩY9eT xq12!/3^pV޷6dgֶRrΈR|u\ht.Q=Ff翛 I)?ɚ;u-_#11*MێƆ=뾛k!=%ȏ3zʙ6"[6w5zsƴeʩ\e/{Qb^#RR8-45@A3} isD ɖ㶬KpBJeW $δ!,H{2fdE^v ׅ-@0(b6$`<5,-16VM#s(@!hX@7 ~Gnx#g6CP]O2XrTt3PFs/!7cU1moRuX|fu!L] c$q^>4BMHTABGo )뱨 mqX]sB]y&~!B@F( wI(G@ -< |7蒏zCe~+֪Te]Rv_5CH#^HOx}j.vZ-o-0B-"`e+$< Qxy۱z`+H…VC]/:R* >XIzTzzwDb)T?$l"9U4@q|*T-q1R?qa%ը`3¿U!F:nYwwAc)*!i{e(ec ݯurI-=WO{CHaY-+gJ>o=ѱ_R#9!0h,@ 4 XrK0(*0G_$0*0c q[^Ɉڇߊvsyyi>[P1\|c*4 >7$r?$JX/{3o_*В1[}xA^Kp&sXlEyPq쪱 ]NʳMCGZ_yJjt,rAˬqvNމ[9ܟ#1qƧ#iX7ihi6ZIAf)lqovA>Ky@>ŝ1_MU4g@ 5֩,/\0fg9ȫ=ew2zI|YqAhy3wWτ9zV|A@*bư+2 U&L >&b+@ձQ__qe R`K>"S)TPBk ĚofX xTRܛl*g0W\ Xh!!A{85*rF}NhbL !6-9&ʢNǖPD<4ZfyNA¥g-g%M.je[08Vr^t#|N1 |2KpMlX[EFB =)P!67ۡZ| k9m~s`~CȎewL?VP/t w"J1T*T l&J_r!S͡.͙h)CI -䍳5-suޥ-͟H]Lc^[r]&6opdm9\>:d7:&yrð@)lzMV63j(W -av\ 4|sZ5_Z~Y8۞A[jΚ}u< N,Gg%VrM% L\ϼ<ŮvGDDfЪ{I/["3y劣!B&;sWx,XrkR0<R/[K'MK3.ULC1v=HIOL>ΈshJAjQrE(e"W( Ak D8 0p@=wyXu!%?ğ#3]rIsL}'mTJA'HyL+MX 35[-_n zdmB#Ylqee0 9D:u 3vߦrS҅ 1]?uKPnB)+KiuZ/ƉoÔA埓ڞJ6"NQ(ZBC{_Uq)Wʏol#̳165\IϙCskhфPz-؅_!5^&ڽ"绩+D,U!5up(@9-,8Abu[ 1z 1iC 5z P }6vr*U̺|)u_ j\үy+>ACF>T\Q2T;|( XCH B ٺ>) ׀~V֖-ɧp5-ma3V7p<30–yHl9*A5jWlYҫ D\%9'L,3%qjA~@9PP48Nb~;G2,zב#$Yqn5պ|69]j3Y1*|%=` fSьƯx_v \u/&yRcR \ ;YeF|Q_`\6ę7 }B|G<3t( {@?^'A۶\;EC\ ݝ_:I̹ Up)(펴fF=㳵;P~)pۜEXjay*EJ2ʌ3BH/)WNHlOڝ&m׾1ѭS BV̐K("Z}fOLJlpvwG@ދ/\ߐ% gOzLCQrFrboA<*Hؖnv+r i89|H^n60WQE+,y7+jPIE;-ў3*Qלk#A†cgt/I}8cr* Kya&l/tM2aMX|<( `WJgOBKbJe -<ϥd jr|`ԿXQK cZMϒQ2'6##x;\Ux̏, /_\g@WAEB.FC hms1N:CoFr}-X`<1yUyq$&i;G]]/-+/^0RX\R u OR*7J)rf3z[' <0P1jq׫CM> ^<&Ji}DZzkXJAM|;X3)\]\_ [)=5"r 1aP~lԌ\*V9=s էls[JeL^\n !aVRZ{I'9X O).cu;ϑ̀nM`.FzA3hq~wI] jƢ0L[t<.[QD; HG5z[ss"݈Fa| o@V7VG]׃)؛QLոx}iL9|JM^m*>tl [Fet@ XB9DÆƳ~@عyL7$cK9]cd=ڪ2_ ,j+gȷL%=<[CRDTE6{,m'__-=/|?"W6S~ȖJt씼T9mo}R3quzЙj"-Z1(hZ]P*~nTיIuJgLkmBls %O,;e@77-h>0 8sÖރ5]+28cQ"+(aWτX',1C .hFF/)ε_~)*Q[\= Ý?S } tyŗUmhH t.>s[wk{jyp),Fp\J^#6e9WTmͬ\:;>\ez%ڋ2ߖ;%r6Q0p#G upIV.*QO\%Og(/bǣTK*%*YSOH)P , 5&xee r>8e- E13`@Dlo-ʊ\]d8Q4 ]mu`_ 4>YE=A~͔vJ=V8;C{-|_ %XTxhsx#yxjJ1#&ΛH YZ