nettle-3.9.1-150600.3.2.1<>,.g '>p9|e2FAN rȳXH[5g8VxrHMcfHݶ4WF𩨢Zi>Uc96Nh "p'<1լ4i gep~h^%U1:ImaQ(DyC q]MFbWSΊ`-ķbz%̣$Y0O0 pJaN1 D{h5&`coN0Z|ᕍOs.*3>E>>Y?Yd   0 %OU\      X D\ ( +8 4!9 !: 7!FQGQ,HQdIQXQYQ\Q]R^RbScSdTHeTMfTPlTRuTdvTwXxXyX"zYYYYYCnettle3.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 '>s390zp32 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/linuxs390x8@8HH@h@V6 FNA큤A큤g '"g '"g '"g '"g '"g '>dx#dx#dx#dx#g '>dx#dx#dx#6498d3359dc74e552081c4755b3fadc9b54eff17b593df61f184971158d776fe4d81e69ecaaa1292f786cec05ef7c2c40f3518688eaedf8553c18858cfdc07c2fd8b7204f31248f787f8525a57e2cacb672ba5e9ca84f02a0078157e14394fefb0f7b0ecd4551a099c354149c69e9e7bea852c4fb757bf4286a8f7dfe3db2e77d0c6cee51e313867696352d8fe09b878b1edd4a135b7665ddbd18e353456e9b782f7d08cc22fa2460f4c17b5d7fab2fe4dd237eabc227a7ae9cd6ee8100eed5fff48e90c645123d110035ba6f973d165d95a977aea48d3569a1c3c5ce376fee7612e6580aad6ae3c8b590ee47b631f5d2eafc99e7c70b520ef3550e5127da50b02cb98d7b68bd895fe26752c5f10d7eb23623dff90238998e019c26994c6739ba853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibnettle-3.9.1-150600.3.2.1.src.rpmnettlenettle(s390-64)@@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(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.7s390zp32 1728653118 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_Updatedrpmxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=c308e44e272ce8c503f49af0d64a6fdee8e9a7f2, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=00ec420c44e4f4e5c02d7f9468753510a0df7c85, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=1e162374f1b6d45814df4832ca2eb6656e3b0a77, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=0ccda229b5bdcab2395a7bd9ed5a10d8fe1f4c22, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=c0d9cdedd895dfb42cec4281aeb06c3bc4b0a2f3, for GNU/Linux 3.2.0, strippeddirectoryUTF-8 Unicode textASCII text  R RRRRRR RRRRRR RRRRRRR RRRRRRRRR RRRRR29bS[CpGutf-89e9e00955931e6ad1214afcd20cf0577234088bf73114de68028426d8509cae6? 7zXZ !t/~X]"k%HT&b? w&˳כ.uqAlBHuŸx#/o[2(SFO˗.oNy"֕`I"|\$Z{Nh+z*7@u48Fp5VIiä"RlDfDol6pKH'ejh4ͩg6=y 8@c2fpՕ6 ]H:qcP2Gu -#pKeTq>3V(\+Y&6ewxetg(G²kcӔ`Z{B Dd;U^3q)pټy)Tc_i,i?cH0ϓʿ<"wXbldV'8jBkpU mJT'сO8R;Ѭ4G[l!<]mgwXA&ӁQC0#]g'sߒC|~"8k$߽gO|u9a冰fK) N:->Z1.N)"18̞aj\!>:z^cid2n-(ij4:3q~Dc\ƜR1qf/QҚr ܻ{ZEi%cgVE#2R#PWRtq߯ZP(~@hlj*4}{e~C^iidH6%.Sx>-%!i)F3=UEn+}3"GN3Z||t}d="CW\v 8RHBQN3E &Z\k[+[pmUr7be/T@'H!ͱ/Ă:S.M*K_$j/= E\V*e":B0lܢвs6C|ՈCŏ{n9-0eFtz˗F"m>Qy/~ײkС> wRT>!IOlmx ި#>2 FwϛI|*JcPiH3đXX]Is)q6i;\D`qkvX%_T@QJd7;ijS`.)LgjۮRj68c d1Qא!MË, |`'94% iEB76 1tʯ(+dI7TѢ&j\uNG9'v՚<ـt.o4 I-ә"[mo@?Z6.ѹK|եyL 4@0؃Tm{HQ@)~?IU?PW _J;kp?nS8-80Ao"2)>`YjZ2*ΰJɹvTF?rޥ=:^sY(sĺWgsjž""N_v}CeGjF9 Ŋg^o:n15`R8ȘGk 29}Ey Jy&-gC?;bkNŊIA$S>C7„v%- zxi:g>wH&aNӬ이,AzE0ug;vC'p4zdb\+TSUcj'35C}ZXɖ$l_剬PgpAkR>dU0څMa|~UF?vfG6;^KT4gfaHȥUsY/k#̊;Uq`0o!FndX .kw29;a-28w{esl2;HyxMl S{t[2JU5Y@Qz,ӓ8Z4Mlf2'd׳hHv-_2^c+~[`49PrU$fjh?6B^@J_%Nv?/pp&eO[ȲvԄߌGDT+ 7M0TU8Y @,b>q^wvزMd̮:im Ml*(queI2ĸ;\e ̭)eCQY{\YPfNP}gj8p\8'LƟdr]ÂѮcZ\}56!<Mc ɂ*5Vcgq6&;Csr "edgaoB{4AE" xˮXu wpxNV@sYk11r(z0YSZ]YMJ<,QptnB_ę`{t^{^yFR4 +|VY0'"ˡؓ5XrP0q(<>U4v,ʽF~$A~"J4y=e/82p Kv#F_.8dH?+9 PP ;=U hsټ9K K-^p,|FO(FZն1+bJ0]* lp+y~/tQ*+bAeQ2Z{ c`wD{dwm}Bv|B '`0 tD a2nBnQ5k`X φd>OԂB"@1ޢ,zBzVA aQo|6VQ,,K=q *Ĝ#%{濽A ՒJ :K [kNIvIdzZQyΣw+gh YBM<Ϩ0;9KƨS/?6A.EM{u8ɯN< hR`TsV:=3 X 6V/i!Y}#5+ө\{4s>t|ʷbbhOiAttnļKȽxP(]G-:RbqjkvwT06?R=-h34񹼮 zzx2A h|%s@C24'Fr8E}3mp~ 8dJ{dzQ᧼ w+K`H8{(ZOfd_ǘB]}y]AUҜRbl6J*۫wU u-:S.߳@+H ŝ%̽Ҋ"]#U~ ҆k;0^!FrhgTeTYGLr_YC^_H;#iP"zQ,F֞`\i٥ 98;[Ot՝#>Aٖ!8WHj13ꊑl._aCܵǜqfʹˁ{CfvD+fu.C9ȌUʻ2.dwž23r7 mwK>Y7& ]ћp/$PQ3X]3Өvh+w2Ι}֡m]Mv#bM12'gm&XoUypM>=@:HJ.e f 9N`$xTJۚ=({jruc(o9rΩ _dR '# 3j>Faf~}[h#Y_k?~B!m#O^{Oٓ5isQ麚zZ^`o\G>;A2/"6[!jJ2 D/ ==}rl^e&&s&Gmz_mUO:9_Nw|WC`MX2vqjJ&(u _OZs `xroh2 GnTMEycϕ]s?jl=J'3CL4}svړ 7$1T?g@ ͧbA0be͠l\o*@ OkV́kJ9Tg /|5WEϩtY>9Hd/WfdVI@k9ixbb +ORG޹=B֧0364$V+@st7Yӿ'5My}zoL.wԳ3 Iʎ Θ [f֗K}pХIi-Bϛ(f-19W'.X 9[ N\0GDB[ej&x#.!/!sA>QT-?G6]Rk<7ZN?liHu Xdx؆c0I@ m޴5QgV4p Iv.yQGR)bnQ5HYtkW`X]'CgY1d>@ܜudh"}"P~8!:B(aPmku>z▴{y'fV۶v(ȅ^fii*b$0x=,ig9.}S-5W)KP #*Im.PC{qOAcT|/j9#Ґ-ݕ}~2!ղ׾pC1Po~D{V >ϻƴ]9>7M̉k+B5E`BpupLM}`-6ff,O촖!wY %$h 3LҲC*%%dH!>TY cޓדޔc&D\ԁ hS_׮?4 />j])= WP m(rͫ(4#d wN+5j.@\kv'kٖKH:2 oё EY<84 \^mbb,ۤJkGkYh,|eF.;I3TpN,N +(_&85DT;uA2WyHal9 2^م7( Acw2`>u*{@Z{Y1W{q|gTk?xPMv$Bpd9hJAh̙VM#uI i?N]`= "\#GB "<ޥ͸kpփiͮ+@`o~'/(2 2L|.Y&ЙgEpeYAkfM*|pP@ˏmv9(ScZn(yNqnv⶘2R] o7VI_81q#$r"JrGrl=ٖ-WaIYQ OaLzDIx DUh0VL4iWS!Z:ܚ<*\m˹ AZ~I>ίQgz8CGs'598mJ v"(-3%r1. Ps g(pc >6QW/D y0(zЛ-G qO2iGm3 Nix7p\'A N@R_1 S|˧qBo\L.%px}K BJ"5Eyr?ܞɯ8NJIjNwH{ (M]:b=@rȿ=z}-OY$ϫ~ᡆ% ԯ2)f<7[`E3?"cy"ǝgA! NűI#VӜ `{+`Z9Jp`tw/T;M8kM@d{U)оDW;  HU+ilƼ5Vva"p6:/'[PԄn=o>ѷ)Ϡ<S2VBh7a>FݵP;%Zԣ/pՋ^[Q~ Ij)Aa(JLMq3WgsZ n+78ƼGX:K ~I2)*3%02!,ID e`y/2{2^9ntׅoRPB*,&⣘|D 6| h(ړp޳1KFskDj`a$ܩGo e#$à!vG3iY|0 YG@ǮFG7 =Rw[#Tʘo6ͱB8ircN.xۭ=Z6Tȱ J\6fXa^m2A󪍺 B-,b<nZt$alY XLhc`Zb?4m"mOȇ>5GaX j"_1,-;396G^ÁSGc3hN|jmC1s2a*ѯ,}<@{JuemoXMQ>,-=43}ߝe@,ڠWﯷQЏdjnaq؆ k׷>|q.CVRh8qwXnaȕ7FmȀntȼ]ªS;(|qe QDNx_%zw ~%*Δm)'Ӌ_<LQU:eAלjQ#U ǣQK!/0Ͻ#ӱ!^{@:bZ"p@K5]Z$ZoC,tkNԏ!@-OAct#krޕ cug5Xg9f 直k^k>H, Id#0R1 ` f׹w>w22䵫Hn1t 5|_-_7ƻ{\ %<Hiw`i# |VIu)kAhEb XOx"a<˪Ot2(%^ .a5&ֆaSG= ebN0Oѧc+! .t]# HL8~=dr=fӕ5_M:3EWPyg W)R12[r{ΎHc}Bzu7C.&6DrX{$U鑺+$BQ7}Ta#;U@i_¤2c/V}%zC$'wkn"EPU5p2Xix"t8 e"~Y%8=8fSg_:U[Kq͝-&wOx XJm܋𹹩`C,AFVn{U!&XY gN :ԭM:FW!951BΪlۍl@|_CzXn336qzW 9vn#Ic8BA1y2ۛoq) $PaSÝp3gMdzZ=?GfK~>VNw3?dD=wWM.o JojFٓjD$)DMOf$']I&E*p_ek#%::P<9,{%9"SOj:RE wpt `fEI!s6B&0U$5,Trg2ܓ fW 󑾱e1Iّε>lx,+YK-z;zCn/ V|eb{kIzy/ާrb']l%FH4G:ȖUiyB;()s)J#+g0ۺ >+>M\e{p۸SGҌ&<ȰJR@\Rm˪-g^SOeJdhU?RP2o/ =nvmUXM@ ,&ە5Ig 'dm>]:PTՐwBdFIGϱj3'fA˯nkEj 8Oll3SR*Qݎj@11PG6I"'}f7:hmդ39hGb^3 9sqelYhB[0L &Z(T'6ۭ!#U`dVQKDhޔ8J5[%"qϱ&zgN|j<kOA%@3x.ڜ!`@y;JԹ[m&S t7zѸK!2^5uLJ#zK? *d3M᳷mE=kP5Fsp/tK8O♐Gp7,7q`T7@}X=s U޹)Fڑ^ə; t\q9mw!eOxx>YoU'dZ{/a7V$2 PeKeH(?r;ioGUYGyi =N3Z>^{p ?R#Jj+-0rI9a3Rı+Yяwݒޚ- M&3`kqJ Ç,Ў f!쭬6ak{A}=J9D&JoI(,,Zw 4ݳ;К_YR¨;~WQ(:8\j٨6I?ՉnIe jrZ-*&oo 757d maJ^ g7M(@;W+PNgþ2R[g(窅tDŽRV%jFZ/ _vS%J' AXpIT:1dHų#~ݓ^)BӗlLZ:`FY "Zz"N)Fn­D?5izJXx#9jBįh8E::vIv9a^\) U!Rf*}7Wtw6?O}]C OqS1(}{Ԛ^'}&=.' Lzdü݅^&4sul $*IN'q~ EaAjh!hQAݻB1˦hCqWAMH_&IfO$֜zpHfz ZKϹ1i|렒_g#3YQI [*o= |ѷ+.pOI ;d`d\m({Wl#SyD\A/N!Z&SѪw!BA COԳPuntT2'b/.J|@{qCtYhv}(7bɭs+' ] ϿBIJ:HG0:da!6ĸ_ߊYIThEŝo.ErnʼP rn };)irT l(y\`RjU(tC& '"X>LdSeOc#Wb/֎_#~N4_٢xs1Fct*M'a[K Ĩ<$Kfmͨæ1@~Bi`}Z5OzGr dsr'>9r{p!W V tyꢐUbTu co$=OZТYsql~a rFf> ָ%vr5չ QvrQU!P؜(_9@uМpĶ$TD. BAX1Y|gD?tmcq!+u4 #zMVs|mgknz-QuBc>5akL/wXd)- 73)ѦrԷHԜ-kfo9R VteIH^jmq)(j7CH9*;r[Q&'#y .<3Cܑ3 v,T`x ;-^q@S]7lDS}~+ns f "=OLIJY߉LSfKډh8R%]sȫ0ݸ]ڐ=I)\|zr4*2V+)Z$=I Yݫc ΅;0@k#wHY3|(Gp콉i?;%T|V Ƙ쥾pQ:Q ٙ&4JIb*°YZ*6]؂^1NBx@!OZu=Qĉ )e4y yFQ1Uf֗%HQ$>-! ` Oj\jVPcd_HP@vibsȽ֍$TyE"Y N[s=%ՆiDa>&ʡ&}f\ρ?^n8~ZH.y ^&[={8;M@Q qar;}sIz6eGt*#ho<~O^:[qgRg{zp5xrISHqA%OX|b!bz,j@5,^;cMi⸕xo=+j1&|瑂M˪P pkQLL1.tT~dfOj:`o888wTCT88d<\COHm5^ Y8֏Cnl HKZS32 P AcoNҼ=f( ,7 8;@ 5F~ qW`-rԹG `.&5b}f%Smp T 0-ϊ^9*Nh|/,L=Zc>|j8M],0ݝ Fwا!9^un7c-S)!, 2<;vz ]LCX;"yWCImC%2\2ͷBJwc]}s@Q ^DѵPo7pT4#ňG@Z$Oǩ-# p59$as(Eo ''M\1Yyp|e!ňW4XƫMJ,68H;$$ yHqZe[lk^I I@ 烶ۏvBt?dC;-cϧN8oMGw#PL 7l7e<eT'2 mk6F5;9tk]C61,C Dz S VHL3h Q8zٮB~ddUyޮ" S@-],8g-s(IAZ!+5J4DyD:[2Mw6ۗsm09 &"@E 7_F\zsz\q>=(U,.vDzDN|Îmv@L5$ }TpvmԲDzIdn!yL_9b<+fV10 2@9oBj[@w$KfL 2 1>ubqYL{߶/H+)!E[ zōKjx쐼t83nY J# ;ӰɬھML' 0ٲ);z ̹M ,IE3ay;$G`붺B8Eq P؇zYI?r\U~4zZ}gr';kLWdWCKT%8N`Uv z;)9Q26 4# { MTUxSړs@ߎQN g i+B=Ok=sNFm >r SrzS$B Y?hׅrKՌ'= x9 U| r?x{Gm& uҎlIR,#1r4]&ma]e0@3-9'hoytLE]PE> x;S"6.Nw8M %QNN02;$.Xo(Un {#7hɜx{MkQJEW-q _'a?Ŏ|,~ ~3XkС;=qB`vG[v0>koz/>ʚd Ґ1y_s՗eXדo Z?'3G߸D5ICQ!g}xsϩov#.uP CŢP\&6pnl54C\ HDzA >L=L8`]7 ;nE鬦3yNM9'1G@>4Q[rTThXYP8Y* ^Z/OU\Aǔ\gՏ1zhYfd2,7H,tLb*ڃ$1‹'m$_]yw£%o0HfUe[w,*jR;a+ Ãy$R*\(aF ]4 /ETYK{ Oi<Eq (E" gS:Z@L=; ,@րPctA7 Skd>t\Gr (T8I9ʰ2P]p!f}:RŗllOGGn&fV:M^2F!(oO#~Ѕ zZûwԚ~!ש&t=0ÄsNUnLDw 8,#&bcHɼ?^cYoI>)z\qEU),!}$AɾQ k z:fۓTq<-7sFy|SS54U trlBB5<"N!ꏕ"I'rtA}|B!KQEjLhOT +G2mvQdi@(!G۾ׇ6`:"@lm"4.m rS LX.dD6U)6=X ;GX4Q%ݐZAmr+zZ| UJ':D!fͱhbZ?p"eyS$3 fhKgy ˡIkjT~҃*b>i bFYS6Dkİyfb |fyB,ꆫ}8e~>wIA֠{)lΙ, +צrX?۽HqLW9Ǡ1 #m1 5 %:<1hm>"i에ׇ) lZ?9ѱ! g)W8THe4@`%Jx²BCs!\T{Z.ydž86۪zzzyY'̏7h%E [2ݡ*(5:Sm~])JEV86i8 1h)H荍xJ QBY|K {Az`'5C⩯}Ȥ;##dF\|sPtNdOc3w?݈\СSYi>.S2x_D"BGۅ0=߼Ѷ!D (%t\@[%斀 i*؎Odx'=g"GuqA\iհ-=- p pe[ rMQlqEvTcUGjTK06Wd??y9Km&^r=M3 &|_/5oEUC*nc <7mF__ډhVQlB w@꣘"xݚj,xB7},amIQ u޹в"&* -˔r!TxH%aO -LFb^eK9LIi|;1_J4v~Oe(1BKy5Rݭ/#3ܼv}:"9:v ݗV|J;prupGc06T*{`HyJi2?Ҋ7*.LԈ=B/P䲯ܛωisF=\"@QGҩZBytiоRvm0A@c wR\ "L"~h "m_sUh̒[r"qv!ǿפ#Oe!ҽ+}? ,T6F#ۀ9Xc!$$ l;ƱU(7Rό6q$2p' h'f .v/}-%Y7~^#Ѣ!h ޢl\&|Pel~y޸$&>TP`Xv=ωoݝG[f\N+ \EM+%,kbdt'99ބ8cv|_,dsWxp'AaEnb& UTYh>csJ{@GOHA db;퍕w8x:  =@س8 = 7jR'fH!3pHaνNH_ypB":@^VodMN"tk+kGɏ]^>{r Lt"$gE@lR =x_ڴcVvْ~:a"e6et x=^, j_7<@]I_+- qF!35,"\K';GVĕqb)I鼇ShbAr6N<ޠ'v*?ad#ޯW_tnE13 f ]}CV,6-,)bq# "pGSt[9" qL?_uǸb.xpJ4IHdâO/db-ܠkӒ{5@{MjX NiJ LHns+q".O} YyAjJ_J M|Vj 9ZWok{rf@r)JMέՅ|l6%C"]^H/ *=8lENǝ{_Rl(x *"4%LDx-! 썬`> LFf=="|RuitMͺXox< 8KLz;I'x1Z2}v@0ۂO f1ƅl !1ΉxJ؀bܬ=ϧGzz@3RrE"i{\}e_WX- %H9XqEjj q4졶AZ,0GhUv^m` JȦӗtE;0LUi>$YBb>408{aj'Ps ζ~q94'SM憝EsG+}Je 4DG5c:gt&t m{8b+7ʪzwccӸ? +1d\C^"[8udyW2؟FQcmrӒEPu~;$:h ˉQJ=\8 Z(zKgZ`d39h*c̬ hg}Wv.@iMѰҒGܶ?znXWqf`Ӆ*Y{K(hd pI?tOzV}uhyS-z):6w.֑+-A7[9Ɉ4xwR%5]82kBKȤƻ)w@><AnW\ݸѠE;ÖX.GciQ3[eȷHw1,{ZO-]8IkE9ZSLe/U(!g8 cJ"X^ًJ {}8-@O\u0%=-q\SS-Ⱦxm%,cas 6R :#t bH<lvTe8g| 4w u-GItiCK6"x "hQ+x~[U]MuN^Q\ #W5w M gԤ8|f|. t>sPB1/KGHjA\1ZLD&~xէVxσ̄5=sha 3v}h Ovcy^{n;멼zI·K*RF Wm7Tra&,oB^dT߷}j2u9=5W*ҎͰKQb8⡖bXF7!% v޺1jsCIG9|h1B,ǭ{O_pS-'B5:G{ϥ-i6RN!ǽӘD7 z-4&:tXl 8 xR#ǘ^`:,A4Sqe?B 4L??0ؘ BΰCYTM^4C.=ʏސ5|EMeMXa%f3X&1 ޸~N"iN˳ 1L:!/z $5U^8R1Pez 8Z+ .w"UX =[GTP/a7z{7_xy7nOUUL:i9a((ERjʕGdC$q W=.ݡ8}^Kd2fzJ=VuHoRw(Uy%Cm5Rpsh,?t:@Yy"gBMr8kYհTEogYcsOɣI4b*\qB|1Xhd/a7f+sezIfTqfGzKN+ܺ ɩ%Ska/UtK`Y U^ZREg(tGV_I Ah3|¨ D8 *5>@F80=>3U}/̉Q>͇n1bzN3V6%51) -Bso8q}_B-ȝDz˟)LDWܡ*)8\gh';ROg[:!L-:4Xd۴qu|Dd$f1qskeepZuM_)d""n !Y$Rr [ |i*s}k!1߿Nb 'qjF t1uX^]pȔ(I.ǠqĵvWUC15xK_!WUճ)XoI%lv4'CGv_>9}=j=` CN~ n?(n•h䝗^j8P15ܖ΅jC hЂ(LE?ΎYOE,,dxLs)H C}l'NS>nI$[ y~ ݈knɦ3 T\͈̂0k;>u錺;ot<Ρ_C O,&K8Č*1.n㲇~T|Ff cE᧮qdCcO5)A}{V~z2l0Ճ ~RQMФzp!ȫ2#ڵ7+ͺ1I!6- ʿޮR"A"Nz$pV ߎB`7ᫎ*"?B gj9?b@-2*ߊY4, [.0EK48 pjThř%-NzO؝ͻ(FZ/ &Gz?ɾvÅISRRu K6NCGvȬ$m線sPmp>ZkyKQ>CͤCU` 8c)n'8iW<=nhFnb~̞kP;C'7Nj蚪'G*k;9H&.9eNgҐ0 LaDcISQ͋F*SģyѵSFYtPUܖg6 iaܹ,=r ͝jZ;(tkScYnSͨPʀ?IS . 15:@>QaFZ} x>9tbKSS9\$(cZGQ/5Z/H+2Eu JJQ GD/;Q!-sc72bzXIRTJB@;C5zjΉ;zg )i<<)"0˖Tj>ɨR_ta:{yX>1'{px@k%0SnV"SR`oI+(g5棗"vJR; J*⑚WphAP/.U4ׇLR>Y+O+pwV*働p]:+ӤU! EScfKx%z G uSNN~rzd!h߅h`̙=ⳤ:[]UBUCڿrkLJ8ߞݾ "K8j1d&F), Ӏ kOh[?KEv1F\S0{EL׭h P6yA&>"}< ©t8̾G'hv/Q.WaHc* HQUghUVUnjY>T s:NLtpbI`䷄->% 4#Dw-͛tX^ˆVh1|ӑ*?/ e`|ak^[M"Dwx7[:#d'5.RNOit 4~TAg>lg-j~$c˓ Dڧ#k6*<' eC~jaR;oʱci-w;#WCjoq:Ri&~ى{Y~g杳;I~&X&DL;lO_v]˞Gܼ]*@1|*`b?lwy' Z6 @ mpM Y^E ue5j_x1Fq:ME_z|t,cJOPA m .sQ: n&*X  ,$ʎJ q{:v4FaDgIF7?e`8yU,T `TѺ]׏I`iMe#7}ʓ&&s,߁O;cߪv@R4Nw,MXtwLdYђO(uZ1E\=h^It*oJe+'4)Dbv m6[MNy$ФjGvB0e m_? 8|*08;2~km5i"YZ¹>lrOefJDܓ%Rp /̬8(ݠ+8ߧY $~_$ҕEݯSHZ5^Ԗ*k!g:S?7Lc EEY&XW(pL%4~`ЌNx3{az&U/Livz]1!"äjV9OH c^wы8_1z`m:?S֎\E/[|c24SL_ex ( ,s FLviG=Uk'ґ%vrjNjR8?I$-D! QK^"vC!Rԇ&vqSTޘmPΗP]W: C;]1]\A`ʶpv^G+X #Dgh0I$L0UmM5\ݥA> W^~=I7 ԛ<vZg+C-'M?֎FYAsra:EėwF(yJoG4{RA|/\sDnRqKm@A" ƧlڴgʼnXq'؀Hp}ѓnDWs0r+]9B+%G. (Sil'wuJg&h2hIϟ'3 7zAk[;˂F *Pm]Wp.9TBR/mHԚ'&F [uBNmJZKunv% /v|4ڇW c]ٌ&p훴IeBdC4,&܈WUk`GZAARHH[n D:tAbXB<$g 6wo$X&ce p[ǻ-)5VjdLAqw|Fz-W#R0T7!B0H~S¡@U) 2'>?,|>/dw{>my#9ۜ]@ 6BsCye$?* ◴RjD.F` GV,7nȗ ԓ'Arqg{$r BMh.׌q b3 iPډC*>X9^Iվ먴1D?TِMmn4HdU#>3ȗ!ePV!fFRO,̷5b}V!$n{5$Z\j$?;U^)CވC 䘉G{_թIABn}pu-F&BFj}*;2BH! 95+l;}L!cGC˦O ~}\̿oqs79|XۥY,acJ0e㿤҂y".ofL)d77גMt(|lxW}>4Gz_xMM# nѢsn }0s+v\rsQ!.[m ;7T~UsMӡB8`~_1X#O@0DjRۦ9 G51t|'YCqvȸ&c*9(3*m?m !Oܩ=QTnd]]EcH}C~8 + Тe4yN Toz^qbUZJip8xu?4fu/"jKˣߺ)pݻ'eK˝%A4&tnе"V؍c>4!hւc΄ p04Y,)ukhR;uB'v\õyiS1Q4)?! /[Q# H@VkiiT-k)&{i'QGP>LWOwݞy$:Fh~) M /f۞F< CUSVxlu8;UaXvfNO̐;[fU`lӉBm,*@umt2QM ]&lÚM_ ݛnag,//19$F5 bBD)vC9kNhzsyuZ b #53֣иY'#Nv<?&UFa`ݚl >~2 Zhca&h̝%&OC:!JCVxF7wZZMykA ^  oayOn\gxԗ`J>6Z.T{k-I zA@:Pw֍ )7O2,m.`fF1:s0WUbWG\ х36GUSg2ހS)8RCB9l F@rrpV?HqpSwWջZo.fp8S(wг#BMY'.=CM+ƒtS 鄹̙`Wm W.\ a.m8ߋ)R JvJ;{&h #O瞒 TUi)xXx4{{i9߯݌"OOi1yy]umLJ碀X|YǞ D}s$p}]trbjB M/qTY=κvd&O>–:f( ̙WR4kL"wD# |z{lw82!}귦r\B V5mEI32c/~u1p;=WUW9*#w tk Ągmꉘ V)Ƭjُ- ("FxqOYjA?6=f_B(DktCZUf>CMn#&بڻ1[;`ҚbP&y N q1T!6uPQ)"p=zݮ{k~[Qw"g!͗2%nqWdU9blu jEgi!0 Mދhk%grѪĆ uZ]{ﭔY,B!C eIkH@ɕQ;_L{0U7Hn=_(c#~շ_M- V9tv|_Je/KbccAZ$1 < BgNp /nêT [g^6$">ڿYi]#d#{X2)sLV7pꪷggEml]цsL:29_.mDBCߐgw9Fd&#t/؏ibUȷߥq G),v>#Qֿg =ᄎFl3aeX䣼!9v.;odG0/E%:BBEvU[eTOjYÕ>23}iZUe=H;r!-'Ҽ&Hy%HJ.҃j<đ(c ZБlWDu= X~ ݹ^Nڑկy/;.ů`cz6Njs7glLKX;C0)z~Mxl{pS I7{CҿM\c3y&{dRT(~m_53qX^$ 4Jh^^^ vEcgTcd'dL@,|d[dI5nZ fOV|߁D9U7ca%;/[bȌsoJ9)؇D-xX/aϜo&ڻ1q%qJ_MеG[U!;;P'V"1c2श1#ͽDOX[6y0d<-$߉-fc^)Zn`R%TpP\ מ".kw3}2ƮhVf&ʌuR(Ӗjq 1wId1bF@sȺ ַl*Ҧ y,&x|qpg'R{fTtC\+jbN2ULuٯiUaIuMh$ x?"x8DU/ve我UiAp Yϗf/^̙3 Χ?Y1bC0c- (*odՃxqĹ#T4ΕxG [{.'y {܈+M) fJq[)YZdcԣ>%yӏ>ui"ƿ +JJo@l)my RC(?N\u)WL 8}, ړ{j1.qvbl㢝CV9x1wӖ MMu72G"aaHYƞ5~;<w\r@R$ZH#3rfXSgxS[!JȆk1NB4[,&ڹmL)23j2RZ'!/$:FIc)v`piS8H|ŁQ nf@5lmOa'q12KVczlv )7Z"3tvhM1Uȵm{8iI~H4_%b~la}4QФRo 2|h[|9J|Kq$ u+q̙>|.YHyNq^ay㦍Pr2jT_==`7*3wEt-9Һ-Ӵw[LYM$(DS ;m Ha |JzyGb@ p/ߞ4"vKdC>7؃zvuǵQ9ǧm~4e]IB\.3$کeJrOJ.ίBT& q 2 4QJ BO؝#wc3MɼʎPR`D߇Gx"2q^.J=>dux>o= -kP >S%PhHlIM.^dtU|ubL~/*r#)?wB7Xu $TeM4틌u(j91bJ m tIItùb_#  {ehzZokPvC_4p: D%jh"t=z]ճq%zg?;a=_Yl9fb}^#>,-<"a;!8Ѻqg)nXMz@ /M3VYYGy AG³lB[ ,:(/B+4V2Xrd5:Q'N(hnw:xgG܂d}Ò)jQ4Rl/=#khb\J}o_UDewGϛH6+嚣[g/ ?1!քͲ!Vl'ʫW|1GS8*l:L3\:E$æ3 ^Wfş6)+BRO9X( 5&CCö+1rpTFJ{w^/R_|W . %q`B>=/%,R88K͚߰7DpO9Eՠ^q읊](v;7nqHߘ(: N5T#hѨA7⶜E㲄&,U (4Zn- /dʗh9tlqcq:&> %ޔ7qpy~ctH\傳@ ^ṫ]s9,-TymJӱ#ҷWN)b^b!0=Pp}|#V6EfwB"@LbCJ,*N&8ݹZ%FģU_4$ήl'խ1i02Q* H#w9*{xGgx7 s A8|XNaovNC|~y!I>.9} }=OBEfxn DL:Q $y&skR$pʆҦqwA6|Yzp95q6{/ǽIkKc+"'c>s++5~|Q.ۄ8ɺ1CB06[< mؠı$hݐ[:o\VODZ&Sˆ/4dHʭ2^8;kU:cQZ9OzqnsK~ %T!+6G9Frf me= kh;GeR$vhU̼Ue#]~K?W;D@*;f҆$}?CΤ ('yj,8TŊ̫\&? sSyF2찧|IJ3Y7m>>wfs6yQE_b벣tVLΓ1>s*,(Q,vR6B?䫬f6 $d|D~h$AZuHp8@cicL!.mKi${7J{n Cø/a'paFY~]u|Y, me( 5zY$E7}2t_=o/AZ'TcپJՁ 0c'*zT6s]MD 9 c`vT!IbGAL$xl޾xql,QhaeJNacZ|v1 hj}]qCNU xOj&3=2,OD)s[Z4w3U?d'd}+67BAM޿Q… ) 90wC+ᐼ5};u3uf1Y$J2մ_uK^DP?<`r>uw"2?Z7Xec,C9A,W pUIz^OӒVT{`֮Gwv@V`Rج-1!j%C9]]'ib7vմ4enDeU>5<6fӰ9B@^*FYehkX^ yIqXXd >WюdrHVZJ[Ub8MK!jsP#%pĞ8"`Uw/QNߕ=U^ ;p44qW$9cQ5,=ZNy6 owo#o܃f2̌ y5;]1q 6 0.YUJFӗLQj}N;{˨fz*^D} E3;H'cփ@҅~&=tYǜB/~$|w!dFt^BIە=Dm[;EKN맟Wa_{lF!I1@5v:ti2IR7Kd9O@g* msj͒#4 [ք) .f.Mv  th_}[W[5d19k^f^emDMǞsH 1<_\"R#i; _.rc3~z!| 5F+,&*X=r#[#| }j>"LY 4 `q2߅7?Y2gB[-K5xߍloD|d$|,<'@!F"E֛( RfC%џ'g*am&. ~-(Wϓtc y"-(B4㓐g8`Jy@ #fT<) Ie>Ւu$^=Z 8K'+T7|}D6]08u=!kF|᥈;a h $b1y(xsW t/geDogK6!ۦdx1RMGaGΛQrIQlRXtgk̂1/ir֋P`= 'nsZeWz"e*xu~?kOU#3X;1I,Z6%v0jzWA`{(7p\`{rU~_ˏ, lm`%8_RuylUPD B>C#r^ʿ,qRZ=h(g]y$B5}Z߮ǀoYU*e d8=\Ŀ+='ݰ,'w$?©D6791[ۛe^kn0 }# p}3Rn eǓzm48ɮo5[(9q8SV`A'sΤOKB.$xFkwv-ۏ؄jI#č4!y `cR*{Is^5['dai )9 [K' T lP[@ [-ͫ AÓ3*ut#tHFo@rlҜLzql'Pm",Pafz*\y *??'a$F3Zq% % B\"ܐRDοr>s1 6W1V(R ?}񌚱WQ 8%Ɏ!#M;IET(H8MnD)c-m?G펤;\ dj5=YeV9S7"4VRMp=/߱v yBc6/ /? 2SP]|QaҖw ?D婉'>5{#;^ KV܊p^eL#,)r⥿nR̿eV:k$tMv{J(烩&!dY?}Iѝ@:'V֢nçk95dNPS_U Z{*&>PUę|[L О1vÛAu0鷨Y5[?cE{Ս9AIdψ_xLhۏ lw}ЬہǡU(]0k_Uj#8gdɿZa d=Z#x#h^6@Fh/:H8"dGz;+G ʠy۟"Lc_;*0LP|fޮ)ItݐǼ|lK4a^E/ۼTotkդ5*ajZIQ{tZ}~RoL- a*yWH#3iˠ`)a8fs ,נj.? f [Yc>x̂ *ɀSo(ma2Ž"|Nh_ټ3Q>li2e.:lJ>& 3ڬmL/5WHXݙY _4H%%${\E˶Y uKBdXYu7t8?̇ȎgH e.Ar+#^vrq MѲuKj:SZlmj :@ Y32cY3ߜσDF\+$ ߷BaP3]E`x{jxX2T> @ݶOk'uҎye8RC)W7J'kQGyepJ6E0H1KoL{Ѝ"L\D4E[ox{, _. -Z!'2C5<1͝Pқ[0le/Tu_vK~cВqkk )ˤ,Z rc/"8`Lj4FJ^5%yz׏HPPDs [01*O)Lܨ_ OA7!A.N\pqTnZZ0i=ߩEb4b6('fοSП6+!Y^"'0`7ٳyѲ2@Sý IPa^'B*Mז4gf%a?աeU} >+a}-`lͪQM}S#o*TZ\>!aId88/ 1 {6tAl3cRP9o$ Q܀$.Q),k?ZI` rIY8Q8~bk)R$^b=3"8idBźZ*pxDi@f6b!"Ǻ_mG"0s$z7"Ox$xs# ^4?ɕ\{ Y꫁lf!$44'𶢸mQcZJp#z||FA}-zфM7IAlZpȶT.)a[t 5ւKq=Efw_c mN\"l.yMkUZ ڮV:@&X& OG̾\xGX]t[#ˢ~@QĠ"JnEgb+cIOs Q1p9'}UwYo;~]E,.pR>AoB4;8{6ҋnu6$y(Mf3*)/fLm&׌rc(sɫbv󮃢z?n<{Լ0G%O,f/T:up_[y.Zg! s _0ѿ"ae*yB3@T4tk)'/߷T@ -}lb#SV=ѫiجQ\:GP slA-Үo}63ݹK8Uk?m`+HVD3<~oXz7e=HVhRyΪ°Wa.dK,/Y$K~41fA͈"xFZ0i=dvB}(Ḧ́g9 ]v">80mӶ㼡;熭AOuzB "қ9(TRaXOp~ <βL:Gg+N-6x*L]I}(\%Yq.1b-sW8`C򾇩MNA+ #q~M<7ݹ?h>3MJ4SEj_Y6_I A~8Qc1Tsex.X7j M .|#L.J=>~O7CzAmp!GІ$>`U&M lŀ/ NOs 3>bf:)HPrrVf!7O+t+'.hZLwN I)|7dFE?ՒKsyY(tö i <DE4YN5ce3оS >p=p0aW/{DKPxD%ٲ\oH 7**M޲ ڭQ.a:9wٷzK&AW CEOTUa+2z-PɮPj3jCg\T*|)\9LC[Q]+wjQtkŸ:~S\>^<2N"S"SYwŸ֪Ч^k"4"1x_t;VYr_yltN;?I4 CjGp?MϨyq}p۶ܢΌ&] E:R&0hy~w8Ww|- Q1>H^xSZE8RrY^Ԋܵ5 0ܲ:.ݍ=Pf3?(]XWzN\̽g#Z I撯69㇔ɁJkYPXQbŽ>Rd߹$`Hx T.2p6$ѱNw+xvsٖ1h-7Le͸ӛ/붮)V/R!8BnH.{܈O"5ZR7+sݨN8gIώ5gר't|O_ J!蝍Iּ0ƂX5eMOg|V?0hq ]޻X/Q+E?w?jPA8yjVkhc5ş Ā ;~$>j%^i)Γ< SPPaТՙa8AAo>CJYo3VE6LGKh=T\:#`=`qM#xs0peD`Թۃ33m5t]Uڅfiɠ2txW% ďfycb,*3Td[q%.DFЏ]u5HƬ\K.8ԉGrղ_B3W$=9nܳ C"@7uZNbIUt,D7ٕ/ @BThCVw^0iGp*;?шZbUCdI/2d̥Z3r3©.F)#K2lio11hzR~h;jJJ&=>b[d1467˧sUAύUTl-rvI45lw׃fv;z6Հ3Dbew-0apC`o52[Mѭ ٵsTr_B'㹱J8XeDmp9ڂ"5t-[ZS3yߜ@dj]ٖ oO3RXoY˗JCvR'N{{{s%g\FəiCzq>&JC ^AWS X07fč19GnAoQgjHDtAGHj' s|ey؝1Fc?,4a! Ή+n!?1 NN 6g&R=-j*ՂKF"Q+|e#DؓErY@C<ā7K?o # ,\Ri Ͷ "ZU\栙ybl~ CZy}{MN"i-?_-$DakT! gvv9M+3¤;\5Aa+` @1>T8M$+}~ժR! 8A;.VV!؍A[ds؇Ld׾3 Ԭ, 39?vGW6q"h76 T5 ..ՠ7[F3D@(hhvL<ŮWR(.4LOL`<`}\;C8%5蔾L9gb]TMf؈1# |$865Ϣ!ǡxp$9Lqc-jʿ|>Jv7bا>* S4Lg}#,@OlRB=u,Yd-TԎY }Kv ֮ 3f֦?rą&2K|T+` A[n595ὸhB[O]nzLFy$zؠޕga`k c)*RRG|RQPt`΀x9TBLlL.ŢAs'xq#+lekLs nDy9ɧ_us7<^4FUQ.(c:.`1јk8˶,3 qMnAٴLt-DB4vP~eds,< z $h_UoșN{.ɍ6: &=FB( [{ԙe,.E%/juPkǾzx"9=N Z%0Ws\F-R[C x|lE4h!tngH]Un{5 i2+i ےnb}[HLy~. TZ|PC5JަDM:QB0fF 4w Zfu;2L9cl{+T6U`J\eO*I!w_,ou& ,˼$z,Ydجdޡ) O4~)h{hS'] L+704A' +B,,SbL/̈N]ꑆ%(٥tuGFʐ7f6;J' _kۍmߗo4N(J֡ hp]o>1[哄3f.0c0; k!4AO[ ]嬷yǶ$|UFFa["(-;DDX=f5yAmd79^!!_;\ t]V'cȩ,550AEաEm {" {)F|/.g(a Ï)m}'cܑ)D%Oq0=mSyAަFVox54wR-or af[E߁t*fkg~$Z\C0K`2?{AAUQqٻ%A5[iIx~heBh\x!!39dB89n/XxEis+$BC9HxP|>k HȡtkC Ũyū=_rR ;a7: Jy'3ʡALlI1f@< ŗe-K@۲SXgqZmEAֱݿ:׵4(56"Iۧ ,'JQCbRDK nA=A_Om0 7 f'"60v2NB-p6bX.%oM7/.ס|BbчʦQ&h禖i;I%Q C0{R쑳Bx\Rx]R7R 7`{]X, Ξd6:DOdŸu9?S;.] FVnS4ō˽y^ Rc5 սpskwq@;E`Ѓ.֯.qĄkܠ^}}d̶49eDRLOQY,}pnt&he\Sv<Y0ui);*n5;򲷈k`W։.:y.fxյxe@(x,AVw@&Mm?1\&>2ddwC G7f±׽4̛6SSYøYou핓K3Qz5yB(QBD2mkPW#s+>$cB/e~Bv{< ;wGh ~oU#R5r$eV.8 w7QlN`_ؔh?}:lƸծi>S]>П]iiADr6I {f?J"N a0 lM]wp>ڽcCkSWp꾋} +)qrdE2j}" "4V|@EPw9zvhh(t6 % ]^Xsc=: ĬHظ(Qjsgl׳hpkmT|$)UN ɪ-,o R*( kE wyf d=lRzȼȨG\@?zĪX]֋S)̦yP&Y=$U9kظ// [,jH=Ie [.E@LcڳʥL;v1t/;BM4 q4hnLfTO]VTrwa+_0L4;gS4X1uwl[NT=Kf>𝐧md7թ+{<_V L +2lw]@;&ax3TNŀ 0>JF8J+dMe&0 .2z쁜r9[ѥem)/w4)jMa}G[R#`Nl[!V%}W+#.1xoZ,x]5 RnvlZ8ON rޓD<.A8I٣÷oxhʪuMvj=iP4_?c)gCRk#>.,F. FoF4^Te4٧s'Q ,ۗvF:;TK Q YZ