nettle-3.9.1-150600.3.2.1<>,g &p9|{a"UˌbO ҤV`#6:($ru7 51)ʭ~1&jsYVr;:kxI;"iv:YE)ȭRejҽ@ZIiC9odUcRTxã+l#>>ZX?ZHd   0 %OU\      X D\ )( P8 X!9 !: [!FQ:GQPHQIQXQYQ\R]R8^RbS?cSdTleTqfTtlTvuTvTwXxYyYP&zYYYZZDCnettle3.9.1150600.3.2.1Cryptographic ToolsNettle 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. This package contains a few command-line tools to perform cryptographic operations using the nettle library.g &h04-ch1a SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-later AND LGPL-2.1-or-laterhttps://www.suse.com/Productivity/Securityhttps://www.lysator.liu.se/~nisse/nettle/linuxx86_648(HXV6 FNA큤A큤g %g %g %g %g %g &dx#dx#dx#dx#g &dx#dx#dx#9cb6ce0efbe604a0a140e8ab76954430b0b300ae9980df97994ccf8108815ae487efbf7fc3f55e42355ef55d05aab892bc976c2442cd3a3a6031130ce762e8f1c4fda156a12ac50644fb8953be3ef05bcca22f21d9f2ce72d32d5de0bc7da4f6dc7c60f3f5e8d3cef594e4b62b9675fccc4f70a8f22945c1a5984d3b3f2cdcd3e2069f30dc2a05b71a030804c6c0ca28d587c760ccf58c52994a2776cfd794e582f7d08cc22fa2460f4c17b5d7fab2fe4dd237eabc227a7ae9cd6ee8100eed5fff48e90c645123d110035ba6f973d165d95a977aea48d3569a1c3c5ce376fee7612e6580aad6ae3c8b590ee47b631f5d2eafc99e7c70b520ef3550e5127da50b02cb98d7b68bd895fe26752c5f10d7eb23623dff90238998e019c26994c6739ba853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibnettle-3.9.1-150600.3.2.1.src.rpmnettlenettle(x86-64)@@@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgmp.so.10()(64bit)libhogweed.so.6()(64bit)libhogweed.so.6(HOGWEED_6)(64bit)libnettle.so.8()(64bit)libnettle.so.8(NETTLE_8)(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.7h04-ch1a 1728652808 3.9.1-150600.3.2.13.9.1-150600.3.2.1nettle-hashnettle-lfib-streamnettle-pbkdf2pkcs1-convsexp-convnettleAUTHORSChangeLogNEWSREADMEnettleCOPYING.LESSERv3COPYINGv2COPYINGv3/usr/bin//usr/share/doc/packages//usr/share/doc/packages/nettle//usr/share/licenses//usr/share/licenses/nettle/-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_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=55d0808177e9a70924d1c70e97f08613327d7af0, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=6f873dc98575ddfbccc2496e6954bef9f870f259, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=9f32203a5b8adef4089dac21a41e87a585034b01, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=2685007b507d660d8fe67b0dc8483c5991f14e99, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=683acf4c2bda18490cec328557c452586b04e29e, for GNU/Linux 3.2.0, strippeddirectoryUTF-8 Unicode textASCII text  R RRRRR RR RRRR RR RRRRRR RR RRRRRRR RRR RRRRR R۬ke4HIutf-8d2483eaf9a745786a380e724ceaaecf2d6d81a1a038bf73803db173ae77bf582? 7zXZ !t/5e]"k%Yԅ&b?u3T:!z ](>wZ!=aRŷ8KhpS +yWA^sx2Vrݏ:-%g񁢝T4Yٻr}zLM.49 ^gA6c"OWk~ߤcMͯ↝H$p?@7AZ#ٸsjǮvY}lG.zT#κ!V+;縮* ]]ԔmYsX$55 ux$/dim:ٮ# &uW~w+}lH2^*Lx^8d>ph+8!q٨I{epGL1C5N_gEH~S0;GRhP?.ʂo[=fP? )MfTGp'Rpِ.0`ԴY kDk4W=vސ?̐^h=zw1,M͹t3=xuZJKYC&YڣY|̡n 'h*=EfDϰA SdȐG<^EQ+ӫYtvmV }*;U{bXO"xl˛&U/,(UcEBdzKN_~ʯ'IS|@nb+])Hv4J』kޟʼJcHT†×r#CyF#ZzVo(D\< н3ib~WkgI z~~ۤdI$fW/)TwUR21,YV5lyAH3a:&>~ 0LS̅gN1@8#+ Zb[bBnRpјa H_,&H7k-z-7uimo0 Mǰ,B%@oZ^8 D.)[. @R7]E%RybraG¾Yޟs盻ZE3p MmlԚ)Y/XSFCu _Pũz>n"(rJ]2׼W, }YI#7.%w[$s4y+[K> p@)-[򄮦7CU8/>tS=%Ll^6gうS9kC-UzP2dX4L,*1qY#=Ӧ ?I1f0GE!@azPkT&UfS5^ֱz$ j8<&tW5mrߎʿ`;/-UCm|#lk%ش(C;t'22 ~D[FYT>Vm '7`PH#T#YkO|%/hAK>▥Ģ6w# J*5<4т Ȉ+1V5 $GmOe9B:NcdaUu:q܅%!gRQPKKbSMMa paڛNBr h<\C^~N-[%@d:4H59;1}( Ya"傞L4(gtG_k\FM}К 'H\"ͭʖ6zsd0X c 7 e.$ VvڮAZE[UƑ* R2ii=p`F7z @ 8*N駇L\6Nލc,h.XU1R[I)rAiχ(+C/04@(vEey-hdj&DY~*!o̤D0]G_ =OgrŽʝBX ߷ Ny&Y5I8]`<9'̪ˤ. ES@5 ^tfXd:&Kc]$1X$´P&l/ՠ Sy)w*mePMQ/x|I0zt@[h[iN@'~FhKzU1mCք9n+gߩj纃 #]v2P bbgr!u]CAiR=P|`.֕ͷ!ϨuMp~Q Qri}t<#@]ʶ"6oGmn } ;V7\.DŽ<\]ވ_<3n~qHz)U|Vݯ> p䀈Ih*Dn@ ŻG͚0Q gWk0ۋӓL68,oO'y4 ; ]ᶯ_E3L] uu*|T˶M~i] ^q!+Ȁ#<_$1C8R)}h6  O 5\]'"n! 1~Y%*\@HU)c7Z$[XoI+9knf#;LО{8iX%t19?e|:J2}Z X{(J6%a;2G$ @; E0Rq?e ZᶼqwK\S36\꤭:bVkK1{v }R|فG@t܊+4u†n;)8F2ШE8\[FF)To- v8H5Ĭj2\9Z@UO@xLjlAbsX1!x-춪ëL 6Q>*9F3:KthӢ&t)|XJEK[uMj" 2/Bw*%k≱!}ePOڙ.A^1baOB{rEm' ED[SJ pцm*S;ٲovzdgzV*iKCv% lIbO۱\>F#ӽP(OX6Cy3Cw`B4K. 7QCb|DITb/]qsZ[AS*,Q*~J9_nnz3sn3}eMuj`+tCCM# Y0AaGO=֚鏍 FV|$t&n P˵=~o|G!&PS](jpl}) (8. Cg2"yw,49*pwR\B?y>o~e N^8XyX}[]/h=>.č3Y{)=3Y:en`5ݸc~89T5q@R8ɣi jy~ CwBx z] CFVK?+tc{FEc] /E7 8(\K 1K6iݒ7_ ህ M9p tH/;9L1#JZ`d #agz]L)]՗ѵYFn3- $m 096:%l^Xyu喰 Io$~s)[FN~֩n]i=[ zFa_Cj&ԠpoY_^;k+1ji1jyzg9&oXxu0Dٱ-:"ݼ5BaX=$=d Rݿ!pfuCQChI'Eo{&lPqE@ ('lWF(Zu0V L w[Uم9hj3] $+Ħd+)J7ЦO9iˬz\0wr}A2HQRa[I~Cz5X vhwH0+(:5)Wq΀Fؽƺڿ{6kxNȠf%>Edٯĕt &Q*-aqN,|,e+Gw$P4d߇g,9Wbw}=WB[c$ CVQآ_͓? 6Ѩsן'{1oT?ەg٧F ))D)ku5rS)օQ#S;w-7jq#C8#w]i9e;h\l|2] ^%8ΠvrTP૧]'8 wvqXeَ_{m6%_{$#U Fd8G9yhv ~8d-)sGLceJmO|hpk wC%`x&Nѝ}KTF[[0S*>:~6/:w l 4L4M1)§ S\Wj5D<#-cw;ڂ;&K*?[#6|/\eg0Fh "'OBvgxςܨ<}TqJBuTw3U̴zbpRX EVru9?rAjZ!/l (Ic '݌6J E-RO[ 兾4HUUBGϵ9iރwLI]0Z#\>]d:f8t2!WH!#[z͘x ]{t<,JVxliK s:x= h-X&-Ђp~mO<$@t һroP}*xK#>:,K bUOSzۇ,P8 x9([]WݻZ &&5/@3-^5xraaBjTM->5YV9Nz,BNo>U-B3ŷewx9D贼QQh/]>5Tȫ%ك:OT7gg&SɄ¥ { ZrmLL.?_9q;iӅ[6":L/T#tSk u,t5,TD$o$<ͺ`Ux@]mW͓eF72{/Ui0:T :)R%s:Se5̇sY+HloGֶᾠ@ 6”C`.;>6^+g@] J-=>UOç9؎SAg~SV3IejO&  &eW}$,E]EHjS;횗%l?[$C) ?xC]FV@E%m 73ĉoq 0ꗹu6iM'ԕįys]AIMI*Pz#@džZim`,ls ո80=(Z]f+H-3uhrF!՘ n-(Q2+!ZG ,\+kxqcDea݃~TH#>X#枰2azq ~!]_zo yG@CbW}k݆v䲖"hl`SE; :+)_ePr i8ayxJZVXV>FIS[qC?P%YhKs:V+?#QgiRQU,- dTP.Rb2jѼ\?} ALJL:lc9aC?yELs|Iye%sYF~\[K7 A e9Zud5:! 8z)|AFR :N PW"=;ZB43=pv`Cqu)FzhkqV!]N0t0yKU7P'T kҺqcfv@><#^LGZbyR 7Jkf톈=IRCDo;1۹\,q2I| <*h%&%+g''{f "KN;ѵd\Yq1l,[f#ha Q o{%3n{-4 :(GdG#.=P\"\ o .Сoeؑ7>ZGc P!!2Wq}?հA̳Ql5FRJ>;„1|R]6?8ҁd&xR$R[28 .E@qtfDwwj2@Tf Bmqo BBs>8BFE1Fě(r&&GZn }_ ;%nX_M?f6,xhq!jYDv" UIQJ+G{߰8]ICb߄(FG82}k&F^j-oY It ng<., ^ 9zxmb6K_# Ɨ>Jzq7c*}6u!D_Lpr'a tQUm4YK55)nȬN+i˔0\͍W5l) R3@\A@+n"gÜn6pvs\PKu,tn{dw¨/# <453EqIM2_x+B2t3V'?϶!6D~jpQE9~s.곑Yiˍxg'nCXƠqC:jlpBM9QKW=>u&dHd`E29 vHv{je>]dg:HeM)P&Աv!p'*ߜ4yb[ZHu\M>'ɀܙ`H='Z{ r;9ѲlL^S墅J IɵubN5Rj> d\C-]59iO$ m%B92Oqqq 5,1VѺ(ߤHՆ S'h}cw/qv&Ű J'o{J&ȃ%!{Vcniԭ`c+sN2rG@ agQpV/{DtJ,ϳqRMլ abC{_ѵ\H-݊ALGGO_+И嗺`|烋N ktț=-]uHp/_HGcޑ6\OVj0*=gmlllV )֙ǎ ݳӯaӡl_qZ-|`Pxw|6} ᘺ\u=fb(_7 J6`n%$SN1|,DÁ:j\z_KMk>D2(ÌLar"WVx,ݞD"(Q.;;aH]cvv֞seZSٌRG3(4iU,|R^x7i֍vo~ǦlbiyN+ Y+aKt Ky̆]qEȊNlj} T3(Ww 9Jyhܜ6{Tmr>41l9Zqm 7ǀ2Yom]-= ^BTK~F Gc]aVrDgHD~uC2]$u$]Xjz |7VCb]vI;h LD[hշaLEw$ͳ3@&PaLJjp9U)wsⲷ(N9сR#.y\vlGRB(#1~$gg./W_Awsv$zJ5!%<6A60g8GL76]Ѳip+r)/>N63J4yS;8аҾqs{"C!r&r:b~~`emj>jxO9z(iZ iM5=^%ynoD=%T>ՌkPއ){=ZIpE]%(bt%@`Q>\ lC^`C"YH0IU>ʔ) Ճ)qCZe9`w KC2+f-EMOpX|,ڗZ_K?Ȍ.Q>"Cuo}!;wY&o]"/;\c쮡,KTR>;1#.8. 8r;w)]Yg-ƏwBa/U&^=戏6+F;Ao)s賯E)p{aVqB0﫜q QQgSkɑv#W9&N7֣UV5MjI]};Y0,hG- SGDgH_ZL'@bCYg0 @|=5TW 9|B9>TM?˘7-B9жqY(9֟;d.'?=$Ⱦ ZRf'AE&T^ iڋTZ!'#3jx!9ו_ F3`dԸ̝#t3]695eeYi?*miђ՚)WGϓ\43|(ЍĽ_Au Fɩ1ח`Bu;!>^Y U di=; &pŰӮo~|N]f[U`C?>O@Pk/+)T9$nTяw.({*t(tx-e5Gۃd[{(:xʉ*nO /!VȐ9,k: 4PSaW98_X0/ASHɕĊ½ȵJ:IClI8:Sڔ>SRR΍KE{m|çA@Q9. K]UU~` D~.Myd.mI@{~pLa@0M\  I "ڑҌ_XC8e!n;Dřo7@sɉlw_,OZΙtw\q+ IN2p7ۺMp2K#(n#gzDiASX2MS3n'c?h A䣏]i ~r􎥧*FȒv&2)pO'ƾwhxcNiND]& ɴ6|wOfA?LX[-/W僑&j T|&+MYbܙQvmؼݯ Ej.ý/*C*UҖKK+;~W&YOλXxh`ȓ"Q){6@0N LeܵG Fk&6yA-p&PR\ؔ?H[ BIT2K~`2 Ty^oto"W, }^b]4{r\\LEP2i:Ol|ŲHgbxOθ![J8O7iޙ|&ЭnIe€H?4[ZHm@,!'_ $fvY{|+,E&˂ T)Wb]K3:ؗ8D ^8E);DĬԷ6yohA 3R .)˗Adb@wf'dyvIA1XM,s uSgFj[ 6qKsQ| /W]EK-1tA9f5[q;'8!zujLA 3Ev?sNؘnZi<pz}9M[oQLƠέB s,NK "sgAs)f!؃ },^ ,hl:/C/ _ 00sε/uŢ ci$LmZz<:ﭥ/]-0 ǫ̇̄i;k%F#sM<ձ.?ߋ+fG`H₾|ݫ!t x=zK#[Ы1m}HE TIFlNX4/*k|xO<"G= ح\6 =M":TE{QO㤪l>kGeX !9 hvWE G 2%8_koB~ʎs+WӴcYYjHDu)5_а,3 Gq)씯w*n>OqeV> 7M7l [kYe&5‘B#kf,cgZZ(f,͛Bg\cIVvKEpceW'r9q$JInRaQZ" [L-FtRԷ P]څ"p"솘4:0u[~E{jj(1K )s Z 7@wnўRn*K#+,ZOi8v{;@'-917mJx檥ߘ-In HU]&<,5$!4# VTly;/fي>hJ/M&\eF=/\딽O9jbov&KJ|LaKzひiֽ QgIcDlUM|" n[%v@Pwwk"/kzVvK:$+ɪ:=n4=U&0wWTI=2l}(,k<,=awldI w{t|5@ե\2*OkTQ@. ;&R U;7[Lvhހ*hϕX Mb uTZ%5_4n,m7G"^3xmg ~:o(T/EzXݶ8 [:[ '&H;OhD MEJ#2vSo>,b3גMpC$Hү.0ی8nKD[ K[;0ZSn74))7{;9Ԛj~C];n|BY#!>|# OTf*}FʚqG 4-;ݛprU :V|!`id̔6_aA+'N.[ 1BCL6Y}vCX9EYs:PSf\ƘDil D2]⁊8Ȱ/OZAkqW8,dMb88IEwgac -{yMϽsLbKSP5Gq$8U*vڢdx@mQٰ֬*X}fu9˓<S%T>$'Cul>)?al@w3E@*qa^ZY 05!L@f"GKnKXjtcxZV@Qr1!~rC/ %lnxZJ~_ޤWn[!x&S$||~$<,#'`]Y5_G(⸆H54D}O"hOk65JB:َFS c"hTĢ‘'r`8N 1uC/RʕA4ڨ[KtAo'f8LPAPOvr!WFkH< o๲2'ΤqE6W}C)^umh05WY1Ov^/(gDc:ZHqdÂ]ƯF;k^E"Lp0ҽLQH\u$Q uRlLz\a,1[=I’A5m1ӍIͲ;"OI;r3!kǠ~ۨp)㩷t p2(0cL3Y#e2?H$'ߌ0ϛ*cĪ-rf{Ef@#5E6XפU "gRw^{ RrSĢ$SvQx`S';Pox"j-ok̼͞]wg4nk xA,& 8qȤv=Ǭk1g&/?3iDyxZv,fOXl_U[YmŘ=Ӥv_OH_2=;|"C&Ob'5s8mMEtBEH1ѯcلLD#i@J=PIߨ!O xP/5-ζ^Xv #5RRIU^"|>)Wz"OI @ՏmkJ8\u?iE)4`KWVJa7G3`>4.p͘hq38Ot'[[sAćvEPk 8R..c@jj0韉#rB˶rI9->cfXWGQpGmYLf󶼩J:Ǖ ݍSΑpKN-5Q2qp O\*o=.fPQ5!>)(7n#qH<1Z9 3e,óP"+?R`p##ʝ`|h΃iIURM C/DDL,1ۼJp:-MqDNRn#nu־uSVoԐEEO7#EMl_'m?Xbƀw8ؽ@v7}S-Kw񵫬;pTS0Ae׋|jEo]HUթ Nߊ(H"ylҼj2@ 2hib5Qsٙx4%X 9Aw2QDnҳ 1v giU:"Ta|*=@{+@ry&c'ȿeZdw[B oV 6&η;`dszEHŹΡhdz2g0ѐf# DAtGcظt-Gk:tSTu|$0 %qqBtK,p5 ѯ-ȌDqn#˴X :-ST~i ڇֳ1[Q/@RL7F6#\ V@W04m'D;`n-CHp~; #˂[=DY{CNs/P5XA1#c/ȮC2#(l`T OQpRRnWDGTJFf(yݖZ7aED-B[܍=νGfB!SU@ƾtO`i62/8#'8ޗ>z(&bͬn8N MxGn )hB8DEM#9R_ {CS.23U%늁Zj_߷O#"qp9iEKY5&\YB?;\v]̤< c<&m l|s"T?댳U5[P\Wux֌.v@*4jd@9a?F֘ *B^ᾐm|&{zND#GcDLb⅍Fvcsiನ$li+*s~x@N;zl +/Q?A6ci4m7a?"5TݍN J_L$b_k :ϝB\eItc6Xtpy8չ$raGO+ͻ@hQI&P5NrAf}6&Xe梅L@JSV A ,D[+ۄe VAUwb41DL(e+\.n5>PSR4;q*_*?{0̢<PS#btKc׼WH{ )osZ@}idb"䖗y7릏LBвv^S_,f h1y(YqYS9QSXYMsatciC40'+UdpL)|roL`c/AD:[aNG&:'[Sr{^HŔ%bAia<4hҷK2L$QL(`I? ֶW495e 6C(y6129i.w2!^TFȮ U$/^r-h?7~__qw{N 挄tYsa *{OtPuy:vOEZSc:+*9NŒt5-חO*eG/y:w讕*E4ߨ2k䑪4[vb!4prF w@]bl[qqרkhԎ0(@V9z FZxHe Փ6Ӗ`GJ/i|ZW$ %G>~&] *X!st9 ,X*8[JϺxz.nQ*RY#:m[(1jJ3}]#@)4%K09>JD]ئLͯ伿ntQRa(0,r RY=e{ K#@}?L9 $Nw]-өzfҩF<U%VXsIJ@ʥ(yƻ/8B4\`0aI3%j>"M )_Cõ09'U31\3qhwZ]*Z}_¸{ҿC0[i >(Դpj΃7+>C=l-8(2V/((@k9+05:Hn3(*)/t:} W/̰_/;}V˪ջ+5"MN,!(?(3S$w$,:ܮ96NF#, ,Hmwџ2ըr6hUy 7*̌BCx@^+SwkVMCR,?qymx䞄fVG&4A l6[ۆIVrɝms+ P0%}j7+ē26P7<בH*R`#ˮĪ'Aˑ Tas3@YD1wrjLzHTkz= |qܹY#\?DxތJ>΋rV"jߞm4+74{wY|ש:?Qܳ9MѴ=k)Kh<|X ΐ'Q|=Ԁ"y؋r8p2 |<ʎ GlÍDm1\\E!ϰTnf@ȴ[jISǛ!o0`\/.Zt!<&Oˡ@-[#ma*ЇD)ơi|AvﮂG3M`L`mz7n Yա (ݲFvR\IS*` ' 9QbJފMj 骝tķJ%+u'QkdFs5zpqГ8'XDZlXA]A9Uؓsy3 LeyڐshGLFX `c:Pt'ɦDZn<]|ζI&v̳_K%s4d4LNҁnrC|~\9@f gD BIAnfW<}ȼ]O/oBϊ Rs=SMj3祸[|>wͱ#FL20-@ѫ6JR뷼vQ8LǘJc |ۗaWb2ۘK3xGP""HCͧ@bS7ƣZMqgo >;?Դ9Dz'\?Ra?DYa3kT,T#ҰoTk6<(h]OR~ٞړkbL&EbAߟ3l԰0|ZT9o;aQ)iqNmRFtNY,3z4n=ט+шA+Iզ.]ӅAh)tEϤcjuW{p}z i5|7bez{ GF=sto0{Bzhβwx3 `[Ij2 rW!S4ͣSx+L!~/ C?࣠~Uag|"x,atҝTJZ0֑-T%d#4[!U} ƌbⅧk" ~JqmM:=D2/!yQ3YhԷ٩@n6Qm}GbcQ F<>JSȞCQ$Ϩ9,G&7O c6<9I0["[0ef$uUCy+CrWtZkf]=io@(qM Bye$5TyL5='<Q C5C-T*l =Da(#]EUom߁6@WV_+ɊxʩV&scq9x;˭h$o5 B"tLBkTyL2?x IJ} %oN>e v7WAj{NS`ͦva|+qD _47d &%kfIgg.Ϡr~X5](&c {̴4cq{7~3ݛ~~x]v%"R$Ϯ<2p^xo(`cqO&4-&13u+' t'e`X٫yPss선jd'JUK.c hzen;]p+~PK-80Гgs'"Y1w%,ޙ  f® RU>/(~[YFEuQ-jrl*T#/ip؄SK([Zp;ngB*24]k3 0 v nf@lzXl=zaIVv(vu.;ddʂ2c*v홬C MI܆Ts %ēի}I>2\P\Fݗ9PK[B ߴ?9}l4ۖ2wD=ܯ@8Glo,]%Ż"~l%\:I{sժXszn yLJEN;M': q؞N!H"$Y&p!Ƙ)42F3|#κ+};V>0KkD]" V dɄH݄M|8I!8\ Cl>~]*&>;ǧp( < ]jA}9œr,zJuZ8@ lzta2 drny7 G-)a/L‰UKnz~Ok32ϯ1-ΪȦ ?ѨkjurY}C'f7!ʓg ,}}hv#QYX2.TKJZ>hFӸU!@q}~}GJ%E+cPOJ .Lg1N *de.eT2pQ&`lZVFv' M AqN%4T#\ :fv\߽P!8s헓]܂%1IPn>E` s簕1`NKm Z@(񀭓׉T(OR\?0Krk f85¢y [Sflzؠ6B z2èa:5eWѽژNA}CVeREKpӚ>`FL Q7MŹtuI; sj_+FRebš=k H?zWR~DxV- "< 3̈́ثPZ ټŏ~jJqiutbM6-?hm桅IAB)F?*+v6P(,֣4{yZ+*6'̶@CJ}~mtn͑E5Y ??u> rWG)娞dJHnCJ"x>!a^fXSoHVYrm^wG̩o-X#)O>~:F?{Oy9/ۓI]Vv 6w#[9V\Ϻ+Zjq=!t^RG@&lZzc_C6(Xb>C=h|?B}(?,q79XQݒ}ӀݞjUL#nog%_x %t0JE߇?gҼfJTv".FPea랋 IssBì}2uy[GQ{cHju.acݓ1}aO䄾H0$V^DS'Gv,}lr%1v35C}/K(m'0 )C%2 Έ͙sb#e*~% iwmsN}|O$ΣM@a7Pl3M# HMnHhxuV sInK>[ʭM-kRˠً`?%"N ETZ+3HXzt92dcq8vrEM>9 ˺?Qb^E:m9u˸$qZ_IҹMㄩjt8_@ě=K`Lm4ONa.,ґ|=FSQR:,hQNN+:JSȆdh}dNPK⦳7yx$(fIFXM5e[ ϨM,Q-Tg{s[*?Pk9ex]PuC1 5ؒ'ꂋr,)Aqv]@ (NZ藑! wHB~aҗ-v "::ċݒsUn$dǐAU<![ʼO#x;ڨĝ7 "Y3RFZE(ey0.+mg&+YaLQ ^TئiӿyZ,S)^MYvN4#U.o=d2HvjB^I=+s lyX3!JpL6lK`0$3vC8Ly&uRPG_ȉ\1MokkYލ(]zw몫$iNꚞG\ja@47OZɦKKqUa%_KV >D= [j+KL72Uvi*l#\Y D(OkbAVx匭pfV%^JZ?+8>:S>k=Sō2se-ɋ=΃^'^[~ekߠvs)! a2l#M_*#{4#"eYB!Vg3";< aڒ;hČ\ e!&kLT)ǜf+H 5ԋ0tyLDblkK ۙn [d 9vt3:*0ER ܸ˫wٜ鯦HЋ +#Ԧ:&PMzx=vp+^L`ei_8ZS0N޲#AL=l ~RW>[,O x?SjX&Rлd:}wR")}Ǩ\PRѺ%@$%1BmWb\&eđx GVb_ۄ4A^r9Rt*50t ;&"dQB(Q2=xNL\ ۟܏7Cz3D7EddCQRZg[P ŐMZpn`V:&_g~u<@-~ YԚ~GEnh9e5šhVLJ)shiIPPQY(ޔg6,u#l0hR 4qm0uP@^?qHSGvMnʾ7h' !\U0-HofRޑ; ə!ϭ0AnG[~B*>q=4֯S5&U#0WAGxpR <߇B_l5TI{.lxu=IfkԼXJ?4Vda6ߌX`tsY2<] M&b:d~A)቏OIr]%lGtžغ?yϡǐ,Iwj!ߦZ );GqVwW^OF^Leڵ'[0h73RL%oI] ЙVP<ZhAjLGn\wd6LXw]:^c^;cLcf aH:A IlMs-HH|.f0XXNguԄOcɰσZN:F];M[/=w60U%&Q}6fvE K=qޕ׿`9s7_:ʇeƪ6^]Єͨ{\f425ެZ60uXYDD/B 2 U0ѪMWgG뀗r,ȡ{e !rZW <-#0s~vig t>1T~-4R(o{u ű9T q`.OJ>g9i\`?thߓY:MDB#sX+NF MPך@y2s T[k:`S휮_G#~&7ÚLDu^x肸h|`uˬ Дym쵙׭DZul_haߛ@GG ]s΀7!*yCdS~(dY3_(NU,xjg <=CAJ߀mצBFCt\Kea DrT#hDI!R˭ݯY1aC!U;|ŞδSdŷ*&ѷh OV@'f'P{vgX{}FٴJ٣GIru\8 ŁAL|h ،q4]a,@'oUB>GWG0SU8_x?qMq0,iU96ܒ3Va"-;V,y,ːs14H])nNoIwmT{lt&^;gm26jLS3RJo*ɼnozOlTΊ+t=\!7.Fq3T9ci*Q/l84E6)^ujOQX[Tr;c;:Rf;6E(8`4ֲ]@ q`EʬC0yaH{йBVķkK;M3"%%󚔷Y4Tp+q1S2;>s^k9h`}4exj-nA~CynI`K L(l*D)'.EsPi}_M[~F֛;%zTK]pZT#ަ蜏CW]vۈ-T2G*?dd )ѦqAD/]ѠӴQ-X骧|50]A$VUXM{vqޤ. Jrػ"-0 jn]9UހCP:Xg_LgRH!(,08zp9PysSpHpꮲY2@À~Qڣ0}e2E<`\j i?LQ1~Og*j.C$('.m%Dڮ9#M/| B!-eÙ#x_11|bp\?Zcv;e=MY{x59'7cH@ Ϳꑧ>~7}H&-8G =-IՑωtQ&BY vI!YC1d?M_M;WDSzg+ OiP5z- `7BD G}xv!h59,5B35Kߦщ͓=(>V9E# WV+\lt6>:9Ν1yE:Iji|s:9ex{[6]JDNxtcDcEȈHiJN3)2z QW"zf-)("9M0W;5c'@o5Rt]S L^x߿&EJ,L!>ӸAwAZ3HDʱl{UGQ@5J')V]S/MeCǙRþo^8yͤ>kϙ`v7 s!nTDMә:NhZ5+EmꦈQbBU:ѯ!C M][S! pCC H2 ;8Es6TG%4Ock[ Z 56FY\v0& $K٣=v"MY@D?^y0WjZYwޟª^( ŋ<3*!'DWNrQs2mhG;;aRl9*xm{-mrbɷ/N׺GW, +a<_$PqοHMxa;մԿ/i:HB U.p{Pk+`) ]38*nA1x*X"}~6Pm]-! 9ZJ\b}496ծZߝڽ#DP|k5WnQ+}SL)o1B׌%?D-#h0;dh DE@dvB .~ӉnOΈD2金X?m>,Φ@ NUr&Nv-@ "hBm(jt/Bj I+taRPR46מv >0K@dcfrS@ % F[I##B@o֔`U]<@ XE{ Ye&j@b9&W|1|2&f4$}l)QRc @ۭAc=}7Od6-rF}6/=h{$CFܰkpFƼp2  r)7d`hCzm۲Rcm,L︄]̈́wҦ@zq*\i|54r;Z]֬;=ΩxIAd|Ee-eu(ϰ(SݢܡNzRŃMx/Aa;[gA$fYhɌ$TI- 﨧bHIP”m?p.P0%՘dCg1΀?*Y }i>z>yOn<|M)0*rk!{ hrTXDbdl(HR 6PT̀ڙ%QZ(Uw%hF. 'cWܶXOODw7~ ˷yQTUJ9xz X.VWΛ.4N,=ށq)ÕVm{l3r=WޖpDi,/ N_gq}{ B4$Q7iO/6~1$m,5h.U=O3BwAs B)Ȝql {u1(BSn@F@*ũZ< O6wH]{ZZʶb&ΘS|A/<0Ԣ?$SLCXB ޝ.l*c""3:8=x(ވؚ-cefvN70ԴKzJC5zJ ';Ŷ;SS/67z@iN7HHb*"WsɁoU21;֌-K.*b }[&럾ӻD-E~`*26RtiSBͼ>D~8g] 45[]\}'M1Q=\$s,'EPo) ݞtAc;A<r!%\>?&iQlXjxFhK.ЋԷe70<]L2v~r3qK>ϸ"sr 2 &?l*J,QU<,yzP.{96&ߛO"wԁ:@|:X7c[@pg DŽiBحlL:~,h48} tT*-8C5WMP<.SxӍM3֯7v7~F!T${4I&Z)DS\{=ǝ5ERKC=oߝW2:kKOu~Qq% P \vbW~-Na@h1ߺS>=J x&ƄRg_Cl/A9tP];Qi:F?n1ca/7z&}V.* p;® q͂VFGﮭvDCH1z _$\rzq($SZn>=`a}nr]󆨵S'!?9o!RQSKFʊW>{j7"ĠHS?o|=[R&Lv-wO_= /ɛ- uñǸӬX4)XZy UkWiGa5,kpM4!,l;k *V/t,PqvJ|4ty>⢪,+'606sJj(eXmQcI߯u"/$;`>#@At>Fn#ڜ }x_#[E>#a9ŜyɤWT+kjRs++Ӫi;ڱ^CĻYks -˜s,' |KOa_uXu}`RӼ˰Y'ȚP"R205B:lNgղ/(ËE}2>R/2εv/VV GԞ5,? ^NBGZ2x,j ȗ8 RNRIԶ5?`Mǿ<CzAv[MWLuz~Tl~}+9˥szyyjZ ڀaHGH(ƿyB4-\;[ glSD7޴!qoP MpVqU`kؘVop3jW)q}ꌠ W'tc)ןo3Вn DIi/[褸(8PeSM$1.;[gkGؙ81\ad{ a|6O#AF1=uæ(l r}Z~N0cіcTɮ&` 0'{֕R2I'^k{oSϔJLy j.]" vK|A;p|?<5k_'F) 9f߭Cv\Fbt 6Ę4UT #SyP 8id}LK|w\l4Q*(ϊ)N"P2T]sx`!ɿ$L`'u: 4d]M(9+8AǞ5GKLJ `=* K(xТ|ڹxϒxUymEPq)~ h4}h3_`bZfcb܍[7`X>KL fEO"NzۉU,_FZ3 lQZG5_V橢Ei~sįfXDWm"-Nؼ@;k$38Ux8:4%_UT1.otRF:!(]n˝E3U]{.B=%RA`X2⠒FB<S&Mc#"Ar*ILRSp\ tMZN!Ze~vZovo5˷T+~j\g;du ]>VΰUx尙_e[UmԙeB0PA>>>1Ժ`w*(.AiP,h"yD53Q++eoD''k -UIr|lNAͺ@/et?T(ŚKV(l<5SF_s28՛mj<prhb G|bɴ/)%KaQc<[5X&YNy,g)SdH8c.N YhՏ P98g(7bOpEp;7[7Y+)7 FK9t RR_܃N19*w1.^aF678X^e]r /VgDIVQPvI'\}u[&i+^HƿO^[V̘xl&U8ȾUNu\:Q$ 2H.r >(9IO)ΒB""< q*=X0)C,Lc}MT~8) Ɗ58oW57+pPQ8b;T~k,c< x>?Fк̈i/HG"o-ů XOco 4@UB35_ P`jq7"IdF jzttOɰ|M#9;+BH(I[pμP bRqJL>"x;ހb$jF/$Z"Cǁ"| u(+plp]ޠՈdeYz\. [ȝZ, acc[·k| 9(e,\Ͻe(I$n`Y!gN}f |9d"Ut%k sL%ߝrEclG{JCM[|и\<5лuDq3Z;(mh*}BCYb$8xyhjxwj!ϊO~>$v^B&EꋵZ$itW`9h@(} RJO?d@ ݽQU4lKU}XۘM;t ͹:R׫faRՇqyqCyWGSR.|-tRKKEH;K]ˀΝQjCy+{t]_6|͢Lpy<:x $tŞdǻīǙl\G6  3Mu}CPݢ`cxmy\Ua!n}{:9ANC=O?چj~^s~ȦU2tln}./##--aBC,H Y Age $ ]--IRnT6q4=}7dQӊ=p0ALW{`9a @wRiq|@^\i~  Si8@4n毫t v5 -Dc7f# lʇO&Qtr= hq׫@;O2\ =osY)JuŽ$~8lG/!y-&3 ҙ=*CĢݩ(}lJk E7.ymc A>`Fr[|! ZjHEԂpA5HIbnyGZ_e[?"KGJ(ERuYkMu҉ivϖ,0~~!ム䒲,I %IBlO[aӰ| R Ȳl"utNT<ӳ8mIEoCFϯ#Pset&qƸUr6 !t&$tFCDGz_f!Y7 4&a]'L7a WJZA~(P}q-Jd}W=G$$&^BjA,er2վly;DO]9wql gΥW7p1N }0Wt$l=r )gj?  şC(?TO`\Jv ĩTW˖C cfXMNI&Q ~t{kPk<gH Q5)?7kM_WO<+O)&GuV,!5' o&(vH[EΏQ{x #\k`út_+iyHc]TpyHYes`4Ɍ?}`k.lž!b[A0yg=_Ҙ_ ADad@072v}.:4es4:}$< TpXj?"tz hemMrP#{e5 nK]/bA*4\wvd0i7D, c~zpr61_8yU. CP_%^zwލ*t/'~a7\xZnQ9-ZКfܭ>bs/n0Tu>Jş֞v]M3I1"֐ |QdE,X=..FG+k~SJ8Y~4(4D.n6$h/w&(0Jw#ǠxQt&-0+Оݽ>t /H:!0OvG"RCrgO8cU+{@,'l SDkP74kU DÓc1֏͋1B)DP(q"Ia>g~5jvƤ+)oU|3C0( Ϥ]G(o1UBFguѸ(\H 懺tϝX烐 Ƭ 2)Ke@ hW~C1KWrSr uww7X7>\OU mxP{Ed?C sE6$5i m1\9{wWi>G)S:P3k8rIoYp$+MxRb.0=W{S#UT$k10Bx=|1pm0ҟ#` }9dDWXh# sWr\AQz$m)UT϶9)8tWӻSha4$3 hk/KB+h RhՌ^U^JI$ X)X|eׄ%x;W:sy;@ ۸2k#1en؋Kkx=/l~iƏDb*epc"iȓ n|JCq"jb,+mbI5ǘ4O{ ud}HWU"S9IbFԆpm 7 fVB:KrڿC/;Hwֆ)sxEX}8rl,}4\Y횙^3)fQJGȴ4sTT8"SP|lW2 O^Ӏ7Z1((SϮж9fZ)wQL(z)xFjiޢf k DnɘlE H{*Tj.~:{D GE,Mq Y^.D0(p<"5|F68KB54}鈆VN1sV=M/NJ lh""3(VyyD! Zp>UǨƞP~X@5)4mS<QC(i >5Gt)ҟ|V!,P2 `Wgq5nGCWF"S@pSN|0uGx_FG* UkylREV-t^a@re,Dv" #@6 x1ťO`+o o\iGr-lSo@ GyJ$mN=}IJߏޖYrƃ|ٷ^ fK̕@"xBv7G*ut87bqyZfQ'A ,l6 Ъ\pԂ܃42pјNB9oMUrJOF?[ЋsO2/0Z^*sQ@rnF6\bCe"Q0~P2Q׵ |kWwZꎛV@`Dsm[=_89]ߪaotjd"xF< Vrql[oX 2 t^q t]+2 Z&lP.bOҾvUx*QH1Co`S2qw#zyec2R)zISk2=z&SD |Kmio2`X"QC=r&wg^ Z.͜_&iW@b3N+ƪpaTUc5L KfW .AJʐo'ߕ~5 =z`];)Ku:"CL(Jy]ɒbQ\1tQw&iNH5\.5Nz?%LPfU.4{K0l{Vkbق.B+ptLEA ΋u+ oZ$0b{npp21yl𻝢悲 y-6 3ەIwfРK(Ӏ?6CةFp>"KNC̢H\ďxRBo&[kjV]ȷr玵)=3z1;<rq7Cq&RlnJpQy"G:Ȓ]gAh6@NwҘ3bE¬C:]>xFƦ.D .*w^4!PjاI1ϼQxqEE(Z͑qu qYV-ɠtR8?~GƢ!s!웻?16| B䆏tYj6>U8= !'h^G41As3F]5/ج.6-c¨'f^$<%ƇקW4|=JGzv~"׫N^Vׅ]НHn ym:U6y{u٠aM jyܯᳺQ 5$yQ{T$4(&-B y/"N LT8 jP>N7;>=8ۥBJɞrEAˁ/EO* CKA[B'+5P4JdW*;2u謙 \F}OMU .-R2Y`{idna?[Ÿdq!rx7eMTgU[zCUg ,,0ZX'Td.IEhdOH(P70vki"lExMx0*i4!g Q Ef۫e pdڐ|[UPuھrzM 73_Z_a⪲/t+OcHcJ;ӭ55NK3BXQ֡#/I٘˥ن\ɏ~C4'馪 ]5ŠS4rIٸW<ϊ/ rXD!왇m:jq8V şyT>dThkw툘p{\wk`ׅp.?LθG VիGT_t` :HcG N;P9Yx/.ڳ6n4:f{?(#9ȟ?^kQ3ˎcG};o-q$o?E+uQ|dIQF}I`nV,W+oUL&_eW>ZF1{{R x־~HB4 2R)=NԿ(RjCӾaV?dX/72*LZ&,͵^"8)pAMa7T3T;wjӹm1uPwy$4w(yh %cS) RaKEV *I; A(4n^N?#{u%!G5B]:?beƣ_(z4|y_FF[=4DfWϽp320꺳oEpXa%6^ʩ/XU߳ }+l$(oxzy[NX + 8ǠA7 HBZzph7ں=Y$(7uJk)1i<C5{Z>CAzޗ=ww=Z!A}SMw g¤P90ErkB+]OD6Ci\2' 6φ$4}(^,LPm汴~AJ;Ħ^h8u7wq-S/QLp6帴sYpX D;uðґ4 $ $铆ФFE_g[N](zJhH! |ϭv[Oh42A`AʃdچyBKL^_|ft 'v~78>?vj,GIBVoSqftg+(}ws@y 7Jzcp;xH>А2Q=VfFf-pRԓ G[vfu%7)/$gbV U Wz=I켗vgR*h@3S3kWO4h\:LkUxl'uuÑ\Ei:1剟#LyC}vkFE4[$LètfϙTfR:9v\UE3Dvm>M1\FY0Oa`qƈv;UsÖpТ:̓4|?K? x=znKukw:z9 Zm&{d5<mI6"ٻr&#qN%F^Vz3A(rIGGT]btdP>ҚFD@7M d`* ͽ{p;[r 5Typm< oyܯn>\pz *޿ݟTh}|agƼfD"ɛ׸;9K3JG OYԛ6 jˎZB:8#Tm|m2η&)yv}`czjliʼ+SAٟ->:-~kbA +%Gb3/cDuԏά?@n44yF@"kCHO@6ΌÂS 2O vaE·D %bkPC6&G>IRfglhũtDyS]U8]ĠcC]#U tH6qNǫbdi!zUI7ZY~=G| y9N `y݊U~Ŕh|]x2o0{cݒ{hM>:W?{-ߤ և/TKaw&hG6uϙS9UЮ'.mg!ci@ ;4\HO'!