suseconnect-ng-1.8.0-150500.3.18.1<>,.ep9|b4;Ox8UĢN?(V$S&60x˽Xxle;nM߱saKC`C +0s 3jEQaީ1bX3gnX zvUt $\%eq; ĵꍞR* VJ ps%3qJZq`j;)<ïE%m vE77Qlcʚ羮rW;q1)ҟsZCx3yEv>N\?\d % `  CIO =$ J p   D0|`n(8$9 L$:# $=R>R?R@RBSFSIGS`HSISXT YT$ZTp[T|\T]T^V$ bW'cWdXYeX^fXalXcuXtvXwZxZTyZ zZZ\]\h\l\t\x\|\\Csuseconnect-ng1.8.0150500.3.18.1Utility to register a system with the SUSE Customer CenterThis package provides a command line tool for connecting a client system to the SUSE Customer Center. It will connect the system to your product subscriptions and enable the product repositories/services locally. suseconnect-ng reduces the size of its runtime dependencies compared to the replaced SUSEConnect.es390zp33SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Managementhttps://github.com/SUSE/connect-nglinuxs390x if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in suseconnect-keepalive.service suseconnect-keepalive.timer ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi # in pre blocks the old version is still installed. This way we can detect # if --keepalive was already present before kainfo=0 helptext=$(test -x "$(type -p SUSEConnect)" && SUSEConnect --help) if [ $? -eq 0 ]; then echo "$helptext" | grep -q keepalive kainfo=$? fi if [ $kainfo -ne 0 ]; then cat << EOF Empowering you with enriched system visibility in the SUSE Customer Center SUSE is committed to helping provide better insights into the consumption of SUSE subscriptions regardless of where they are running; physical or virtual, on-prem or in the cloud. SUSE has been working on several improvements to the SUSE Customer Center (SCC), RMT, and SUSE Manager to provide a clearer picture of your system landscape: - SUSE Manager v4.1+ now sends system information to SCC. - SCC now captures which products are activated on systems that sit behind RMT or SMT. - This update will enable your system to "ping" SCC/RMT daily to confirm the system's active status. This will help you identify or filter out systems in SCC that are no longer running or decommissioned. As always, the choice is yours, you can disable the daily ping by disabling the suseconnect-keepalive systemd timer. We will continue improving our products to make it easier for you to view and manage your subscription consumption. As always, we'd love to hear your feedback about these improvements and any ideas you might have. EOF fi # If the keepalive timer exists on package install (not upgrade), then we are replacing SUSEConnect. # Record the enabled and active statuses so they can be restored in posttrans macro. if [ "$1" -eq 1 ]; then /usr/bin/systemctl is-enabled suseconnect-keepalive.timer >/dev/null 2>&1 && touch /run/suseconnect-keepalive.timer.is-enabled || : /usr/bin/systemctl is-active suseconnect-keepalive.timer >/dev/null 2>&1 && touch /run/suseconnect-keepalive.timer.is-active || : fi# Randomize schedule time for SLES12. SLES12 systemd does not support RandomizedDelaySec. if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in suseconnect-keepalive.service suseconnect-keepalive.timer ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable suseconnect-keepalive.service suseconnect-keepalive.timer || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop suseconnect-keepalive.service suseconnect-keepalive.timer ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in suseconnect-keepalive.service suseconnect-keepalive.timer ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart suseconnect-keepalive.service suseconnect-keepalive.timer ) || : fi fi {wMgP큤AA큤A큤eeeeeeeeeeeeeeeeeeec0a211c724cda832cbf89934906575661832b684a8c772af8bd8227dd5d8c7e08c046d47baa0df5a01a40cf4bc585175d644518c5c0ae514830b3647af4942c393f41d744ea225dfe337385ecc8b789e6750a6f198c5a2ed6bf30c79ee98840b36897a5b1e947575b9d9c7f474d0a7c7453ee3f3a649272e582333b66e7ddf8912ba89cb693bfa425146ff9e685d9d1d938cf3e5928253144d195d74156b2994bfad3aaed3e5a8cb3cddf132c2002d1b8aa3f820ef45dcab393dd880fba33cc620242d084955ae80d9b7daededefc117438ac63d30c6041b450f2ba6ccb0b3a4b3e807a18eb75c53e8cb643a4937939f391c9fe883b4d37f6c82e32c0f86e3bc1663ed1f6fb3be8ff8d7f51a3e73a1d2adb5b8d16e5d2a49ee229acf14a79a7c8563b031d9622958b8c05fdf16dee471a091e8933ac0b5cb9e67d63770ca3884a57c2ccb4077ed744bbfd62f19b2c59be01e263ceeff88cef6357859bda69c9esuseconnect../../../bin/suseconnect../../../bin/suseconnect../bin/suseconnectservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootsuseconnect-ng-1.8.0-150500.3.18.1.src.rpmSUSEConnectconfig(suseconnect-ng)suseconnect-ngsuseconnect-ng(s390-64)zypper-migration-pluginzypper-search-packages-plugin  @@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/bin/shca-certificates-mozillaconfig(suseconnect-ng)coreutilslibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)libpthread.so.0(GLIBC_2.2.3)(64bit)libpthread.so.0(GLIBC_2.3.2)(64bit)libresolv.so.2()(64bit)libresolv.so.2(GLIBC_2.2)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)s390-toolszypper1.8.0-150500.3.18.13.0.4-14.6.0-14.0-15.2-14.14.3e@e̫@eez@ed˖ddq@dV@dadxci@cjDcjDc[@c@c#c@cM@b@b_bV@b<]@b a7a+@aca(`@`@`]`i@`.`:@``@1josegomezr@gmail.comfschnizlein@suse.comtschmidt@suse.commsabate@suse.commsabate@suse.comtschmidt@suse.comtschmidt@suse.commsabate@suse.commsabate@suse.commsabate@suse.comtschmidt@suse.comtschmidt@suse.commsabate@suse.commsabate@suse.commsabate@suse.comjtomasiak@suse.comjtomasiak@suse.commsabate@suse.comjan.suse@zerebecki.dejan.suse@zerebecki.dejan.suse@zerebecki.dejan.suse@zerebecki.dejan.suse@zerebecki.dejan.suse@zerebecki.dejan.suse@zerebecki.dejan.suse@zerebecki.dejan.suse@zerebecki.dejzerebecki@suse.comjzerebecki@suse.comjzerebecki@suse.comjzerebecki@suse.comjzerebecki@suse.comjzerebecki@suse.comjzerebecki@suse.comjzerebecki@suse.comjzerebecki@suse.com- Allow "--rollback" flag to run on readonly filesystem (bsc#1220679)- Update to version 1.7.0 * Allow SUSEConnect on read write transactional systems (bsc#1219425)- Update to version 1.6.0 * Disable EULA display for addons (bsc#1218649 and bsc#1217961)- Update to version 1.5.0 * Configure docker credentials for registry authentication * Feature: Support usage from Agama + Cockpit for ALP Micro system registration (bsc#1218364) * Add --json output option- Update to version 1.4.0 * Added EULA display for addons (bsc#1170267) * Fix zypper argument for auto-agreeing licenses (bsc#1214781) * Enable building on SLE12 SP5 (jsc#PED-3179)- Update to version 1.3.0 * Track .changes file in git- Update to version 1.2.0~git0.abd0fec: * enhance docs for package testing * Fixed `provides` to work with yast2-registration on SLE15 < SP4 (bsc#1212799) * Improve error message if product set more than once- Update to version 1.1.0~git2.f42b4b2a060e: * Keep keepalive timer states when replacing SUSEConnect (bsc#1211588)- Update to version 1.1.0~git0.e3c41e60892e: * Bump to v1.1.0- Update to version 1.0.0~git23.406b219ccc9e: * Added MemTotal detection for HwInfo * move 'ExcludeArch' out of the if block- Update to version 1.0.0~git19.b225bc3: * Make keepalive on SUMA systems exit without error (bsc#1207876) * Update README.md * Add deactivate API to ruby bindings (bsc#1202705)- Update to version 1.0.0~git14.17a7901: * Don't write system_token to service credentials files * Allow non-root users to use --version * Add: ExcludeArch: %ix86 s390 ppc64 to the .spec file, so we skip builds for unsupported architectures. * Update Dockerfile.yast * Use openssl go for SLE and Leap 15.5+ builds * Fix keepalive feature notice during installation * Fix requires for all rhel clone distributions like alma, rocky...- Update to version 1.0.0~git0.faee7c196dc1: * Revert "packaging: 1.0.0 -> 1.0"- Update to version v1.0~git0.32cac3fb5047: * packaging: 1.0.0 -> 1.0- Update to version 1.0.0~git0.60e48564a714 (bsc#1204821): * packaging: obsolete suseconnect < 1.0.0 * packaging: don't end the summary with a dot- Update to version 0.0.10~git2.ee561b8: * Drop .git from tar- Update to version 0.0.10~git0.5f84106: * Fix System-Token support in ruby binding (bsc#1203341) * Added the PACKAGE.md file- Update to version 0.0.9~git10.de887da7231f: * Respect the PROXY_ENABLED environment variable- Update to version 0.0.9~git8.f9adb71: * Use standard buildconditionals * Strip the binaries (saves ~ 30%)- Update to version 0.0.9~git5.75890b6: * Don't run keepalive on reboot * Use system-wide proxy settings (bsc#1200994) * Add customer information about keepalive calls * Add timer for SUSEConnect --keepalive (bsc#1196076) * Add --keepalive to manpage * Added support for the System-Token header * Add Keepalive command line option * Print nested zypper errors (bsc#1200803) * Fix migration json error with SMT (bsc#1198625) * Add option to run local scc tests * Switch to jenkins-hosted credentials * Fix "VCS stamping" problem * Add missing import * Remove redundant code + add comment- Update to version 0.0.8~git2.368ea44: * go1.18 compatibility: BuildRequires:git- Update to version 0.0.8~git0.16545bf: * Allow reloading CA certs pool (bsc#1195220)- Update to version 0.0.7~git0.3ef988e: * Fix product tree traversal (bsc#1197398) * Revert "Remove self from LD_PRELOAD (bsc#1196326)" * Remove self from LD_PRELOAD (bsc#1196326)- Update to version 0.0.6~git9.33e5847: * Delegate free() calls back to Go (bsc#1195729) * Pass "insecure" to zypper addservice * Workaround system cert reloading after import (bsc#1195220) * Extract setupHTTPClient for easier reuse * Exit with code 64 on connection refused like Ruby- Update to version 0.0.6~git0.77933db: * Add man pages * Add note in DIFFERENCES.md about abbreviated flags * Add -l as an alias for --list-extensions * Add --clean as an alias for --cleanup (bsc#1195003) * Suppress expected error log message in TLS test * Add flag to import product repo keys (bsc#1174657)- Update to version 0.0.5~git0.bbb5544: * Switch from rubygem-ffi to fiddle * Cleanup services during migration (bsc#1161891) * Allow non-root users to see usage text * Add option to not fail dup as much * Move APIVersion declaration to file where it is used * Add flag to enable/disable hwinfo test * Add ARM cluster count to hwinfo and fix test * Simplify parsing JSON error response * Add --gpg-auto-import-keys for zypper ref * Rename main.go to logging.go * Fix typo * Remove init() from the connect package * Move CFG variable declaration to config.go * Move AppName const to the file where it is used * Use testing.Helper() in test helpers * Add ppc64le support * Disable UUID test * Add test tools to BuildRequires * Ignore UUID errors * Run basic hwinfo sanity test on build service * Update code comments to match shim behavior. * Remove dependency on systemd * Only run httputil DumpResponse when needed- Update to version 0.0.4~git0.64b80e9: * Makefile: also run tests under ./suseconnect * Switch yast-test to upstream * Removed examples leftover from the POC phase * Add HA repo to get rubygem(ffi) before it's in the baseproduct * Add versions and lib deps * Post-review cleanup * Package libsuseconnect and shim * Align with yast-registration tests * Fix SSLCertificate mixins * Fix logger crash and restore mixin * Removed TODO item handled separately * Enable debug early * Add package search for YaST's "Online Search" * Clarify Repo fields * Export UpdateSystem() * Export SystemActivations() * Add migration functions * Fix handling of IsBase attribute * Add missing JSONError * Add list_installer_updates * Add "update certificates" * Add more specific errors * Improved SSL error handling * Init defaults for get_config() * Improved debug logging * Fix error scopes * Fix ApiError interface * Added DEFAULT_CREDENTIALS_DIR const * get proxy credentials from curlrc * Forward logs from Connect to YaST * Separate Info logger * Added more TODO items * Simplify Config object init * Map Repo and Config fields to JSON * Add remaining fields listed in addon.rb * Add product_type field to product * First working yast part * Add relative path support to credentials * Add steps to test from yast * Add yast create_credentials_file * Add CreateCredentials() method * Add yast credentials() * Add yast announce_system - WIP * Add MergeJSON method for Config * Add readme for YaST integration * Fix usage text * Add missing -g argument * Fix OBS CI, it now requires target * Add manpage placeholder * Simplify packageWanted() * Add sorting and grouping options * Add local repo search and duplicate removal * Add basic online package search * Update rpm spec for zypper-search-packages-plugin * Add CLI for zypper search-packages plugin * Optional base product in package search * Use DefaultTransport defaults + client timeout * Extract ReleaseType from zypper output * Print failed command on zypper error like the Ruby * Add package_search API wrapper * Allow de-register/de-activate a single product * Improve docstring for the Status struct * Always show subscription information if available * Refactor getStatuses() to ease testing * Add SUMA/Uyuni check * Fix status output order to follow zypper product xml * Change GetExtensionsList() to reduce calls * Add the subscription name to status output * allow --instance-data together with --regcode * Post-review cleanups * Add selfupdate functionality * Handle Leap -> SLES migration scenario * Add offline migrations support * Change parse error string and add block comment * Add disabling of obsolete repos * Add zypper repos listing * Add interactive migration selection * Allow loading Config from any path * Remove dummy flag * Add snapper support * Add zypper backup/restore functions * Use connect.StringSet * Add --query option * Add product and break-my-system options * Add note on conflicting flags * Check for flag contradictions * Add echoing output of executed commands to console * Move product printing out of checkProducts() * Split --debug and --verbose * Add zypper dist-upgrade part * Split migration code * Extract migration sorting * Expose migration(Add|Remove)Service() functions * Trap SIGINT/SIGTERM * Add zypper.RefreshRepos() * Expose client.upgradeProduct() * Add --root parameter * Add --migration N parameter * Prepare available migrations * Add API call to get online migration paths * Add system products checking * Add quiet logger for easier --quiet handling * Add zypper migration plugin implementation. * Export toTriplet and installReleasePackage * Add basic string set implementation * Remove quiet param from execute() and zypperRun() * Simplify mocking of external commands- Update to version 0.0.3~git9.19e761b: * Add zypper-migration-plugin to package * Remove unused Error logger * Add missing doc strings to exported vars and funcs * Handle error after products sync api call * Make the CI check gofmt- Update to version 0.0.3~git0.dacdd3b: * Add gofmt target to Makefile * Fix gofmt errors * Add Requires that weren't explicit (bsc#1188646) * Use custom UnmarshalJSON() for the Product struct- Update to version 0.0.2~git0.ebef3b7: * Add --version * Fix list-extensions printing "Not available" when using SCC * Change --deregister to --de-register- Update to version 0.0.1~git33.b531281: * Run integration tests * Try to use localized error from server response * Write usage help to stdout like the Ruby version * Simplify list-extensions template * Fix call to create UUID on s390 * Provides and Obsoletes SUSEConnect * Add extensions list tests * Fix calls to s390 read_values * Add build-s390 target to Makefile * hwinfo: don't fail if dmidecode is missing- Update to version 0.0.1~git16.8a5d48c: * Add extensions hints for readonly root fs * Make the connect package an internal package * Document debug output destination difference * Add status value constants * Add rollback CLI option * Fix callHTTP() so connections are reused * Fix list-extensions format * Fix error from zypper refresh- Update to version 0.0.1~git0.a5f168a: * Add JSONError and cleanup error handling- Update to version 0.0.0~git.c45760f: * Add Conflicts:SUSEConnect due to same file name * Document advantage of suseconnect-ng * Make UpdateSystem() message text bold * Add no_zypper_refs config file option * Complete Register() and AnnounceSystem() * Add registerProductTree() * Add activateProduct() and registerProduct() * Rename source modules to executable names * Remove unnecessary content from package. * Add proxy auth support * Change order of usage help options to match the Ruby version * Make requirement for go 1.16 explicit. * Fix instance data file path * Add zypper service commands needed for registration * S390: set cpus, sockets, hypervisor and uuid hwinfo fields * Implement the system update part of registration * Add helper to build hwinfo struct * Add functions to call and parse s390 read_values * Add function to get the hostname * Add function to get private IP address * Add arch, hypervisor and uuid functions * Add function to find cloud provider from dmidecode * Add function to parse lscpu output * Add announceSystem() api call * Add deregistration functionality * Add deactivateProduct() API call * obs: use an in between branch- Update to version 0.0.0~git.a083a1f: * Add Product.IsEmpty() * Add unit test for token auth * Add obs workflow to be able to use it as CI * add files to build rpm * Add more zypper operations * Unexport api functions * Add --cleanup CLI action * Add listing of installed services via zypper * Change zypperRun args to take a slice of strings * Fix printInformation() outputs- Initial package of suseconnect-ng/bin/sh/bin/sh/bin/sh/bin/shSUSEConnectzypper-migration-pluginzypper-search-packages-plugins390zp33 1710403545 1.8.01.8.0-150500.3.18.11.8.0-150500.3.18.11.8.0-150500.3.18.10.990.991.1.00.990.99 SUSEConnect.exampleSUSEConnectsuseconnectsuseconnect-keepalive.servicesuseconnect-keepalive.timercommandszypper-migrationzypper-search-packagesSUSEConnectrcsuseconnect-keepalivesuseconnect-ngREADME.mdsuseconnect-ngLICENSELICENSE.LGPLSUSEConnect.5.gzSUSEConnect.8.gzzypper-migration.8.gzzypper-search-packages.8.gz/etc//usr/bin//usr/lib/systemd/system//usr/lib/zypper//usr/lib/zypper/commands//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/suseconnect-ng//usr/share/licenses//usr/share/licenses/suseconnect-ng//usr/share/man/man5//usr/share/man/man8/-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:32959/SUSE_SLE-15-SP5_Update/9ce08c8ec8aed9272f586138279a1ea1-suseconnect-ng.SUSE_SLE-15-SP5_Updatedrpmxz5s390x-suse-linuxASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=0da9745f08550e7c91d4864f4ac43ac97a986422, for GNU/Linux 3.2.0, strippeddirectoryUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) R RR R RRRRR R ROڋ4eif [ -e /run/suseconnect-keepalive.timer.is-enabled ]; then /usr/bin/systemctl enable suseconnect-keepalive.timer >/dev/null 2>&1 || : rm /run/suseconnect-keepalive.timer.is-enabled ||: fi if [ -e /run/suseconnect-keepalive.timer.is-active ]; then /usr/bin/systemctl start suseconnect-keepalive.timer >/dev/null 2>&1 || : rm /run/suseconnect-keepalive.timer.is-active ||: fi/bin/shsystemdutf-80ae511130757e8c6e2c44fa7a1d40d7f11bd8910196d28dc62b181dc825032c8? 7zXZ !t/]]"k%U፿k<~iʰ).?{F9w}xdzUS yW0>0HIP;h9_aY;9(?' a:r#K2 BTã4V c+o9hiiٳ4d<>1b:xH7{a{ũ65b˞d!;K썙 MusTc&ݟɁ/\2~8@{אXSb._ pҕt2ލ.7#AٞOH.Mٓ`s,tnsvK-M7slBJy@sj0kg9!ug)E#6Vɡk+k87&^V7Xցz@EP"00"!S]nCALX,%7JaX҇TlVbNH̫.[RVG-9B~գ})[H( hP`ͮZQ{@ G0' K?'`08 F[[JR#3܊W0.`cB9z8T͉י9^e ~=9~kNnIH"clnAYҾJ{ GJj+*D@@i7&.ְ^N' U=)xV}Xp2Pc{VKFGᚱ#njV:r바4@5-jǐ(g`A3|mKhE^F4i֔!6W] `qOOy=%Ë<1o#}75z|Ki0@GD^QZpǜnn_74]#xȗ[p,Jq upII-jޤ05Wde1R(fUA8ۭ NdҐM t+U 81/ݷlRF6`WTFB0 M}EMဤ|9.LK<,:3eݍg'w V:_Uma<'쫂giVu7HrN _KsJ*D_DO'G{.Ȩ<,sfh=sLsu_eG]N*O유-"sr]˸},Y›3vh|m&2ŏued(:xwRpE}lqʆݶ `ʺ PNN獧~_1$΀M9p;< _c %N<W۶VYrr~~3ƷԊ·4m]G%1̏|I=U^Vm-..1?o80`YZSinQ/0Ap4Aizpb2!?{mzφ}Ꞓ*O cV`@r,BFe}[:NdSo=zC #]?]0XHinu?&Pɺ& CŰ 0LuJ5rɈbMCGW ͘0/ ' 9bQ*ދXZS;G#_A tRb_= B5 okzvoϤIzM&9׌V#&Hb7Ul"`@EWi\TPg#לuѢMhuc}{M-G1]j̹%(Hnou*F&Րqmf"{&Uy+ jJ\J{TL2mU@P5 \ ]x!2w\ ^2%DZ/&gάŏ{lx?-,j<8n7tafbYHi)(U-x.O ߪ҅@0[/Yj7Y4\gyg ޜ-5+E]k9]୭VqNYS IXR3gGٽLn_bx^S? TXWRׇ@hp'UQrF1M|y4Lbho"GyLдčL)a<-xepJzO4Q, 2\vӯ@=87u(/<{H?jA,\ߝv1b8FTzSd)Ʀ@3LGMHE$/֛Tm"C0AA;7+[,rz+!4z{k@WGc4rK j7CHjzzD쮊 J|6r5+3:1}۱f"aùpt9,zBuҝ10s s_AfdRB/+`9 =ƹK1SR1b,NIafg^$!N=c^/٦ӓ:-VA5$ǛZA˦@ dZVm(U]x;9/U (kRS Rk˒6FIsF] c,ڿXQ ])WkdrdC {')/e^qANmdc|0EvC50.X16 {f9UVႚIHr-&e4?YJGGͫEh" QJ5lr==U*#;< 2\5kw)J*a:bI;&I*Z&\&ǺKOm%l~z:Lzs#a#ez"(XFISY aۻa(^ ]Ͻ6clj"* M\ID%J4v\Vkv{fS>\u2nKO[?M!)fjjrzwIYr!*X,B5 bF΅)_SsQݟJwk]j,6ddW; HM?CXzI3PL "&7˩\raڀ;٧0RNEE6R/Dwo-pL !pn jBL>Tu'_D mF۹,v5+GgE8KeNbH6R|?Lb6y,\U#5찬6UTpd-4 rLS+'X ?F^@,D4Z^vRO9nW`_ לV c-2O?VGb({$>U!8ǯͽ,Rm٭Qzj7/K( $Laېf5C+b#/9;.chX2=H;`"_O&Ov8(uZU5C>L3[Y< ja%g=.ϴYg<4댦|x~e5e5ܹd[7/Mcv=?X`.aamE1F$vSGK0)Ajcm% ԥ:^k0S(@ngbYk1P&#8=_'Y?+ܦڡ>%]ႡZ {|R BaA#Pȡ(^YC?p6V9@&(`i E>t%~-wjϭD+#Hpt@w].b w `C#-俓y/7~mȠiV":hBdBST$#y3 f91s=Iebk,ɠ% +t%׽0ńDW8-hb N1.k+QD΄w5>ilZ3%CƗEp,;\?gf3 >2uiӬII} Nw>0phJo`NyN劆N9e{]27rͫ\Xi꺳Lv=wP0RMU܇">q?;1㍳&那zBܥOd- q֛g)()0+Bmcw!&NTNߙjU-F ;nFBjkb#0m++-X^{U (ƽ9`eqe0É%L@(ʙ9*H(} #Y5j+̣FjAhP63W7c. J&E&k1AMň[nWFt [5=QTܕ/qAp+0OQ% ڹLǘl"}E,Eԑy 'q$YCqHktQS˅VN1"4xBթVmf5?W NE8d˷JID=!(t1xU"ydRGy_vb#jO1utK.F Y_]^J"ED"sk0WJB|mu5kN6DzRWBS=P_1!ҰŸ%NOl<8bS5P9E^_hؔv]W.W9{ X$m-,9Rԅd}NJ m)Kܺ;r# u`L1.TCN~ApTaM'_y~]ZwBhĽaKtB?ݤEXKfB ^MO9yU"A.k;ި쇹꬜x͖ZY/CoM_i=4mEjD5ɜ3*FN7~D5]خ[qCȱJ\Fhcf䴚@ϹuQ.ޑvmm|*'M6e5ݶ^Lv+<) ʡju p\>c F}U,d1uacazkRDp2_V &Xg[)k٦ stt8(bmBgDn~ ڢu fOeϸ͡~P0zsPitQJjTn T2V?em}LuiK Uy)ܣ"{Ӣl;Bؘ( (t,6NSL 5n=ܭ_٢8N+M0_b91,VImw>ڝ׊ nWX.f8ss! 3`(.;p p+G/Q2uOѵ>n %v\GbvLt!B5[%>j_|-G@ 4dȆ ƈfTI£%r;c/}KP~mao( }'+Z;76e@蚓uu1zVzV)pBg WX腐[fM5b+O,ZLZVX c)EX&x[?JZĄ&+F}^ k.VGCEq\4)i?y"Um<`PƖfm|#Ixmkſ1V!m-JϠcR;e{)L W#M X_-jgkJ= o)<<,H߃בoI,ia4+E4(VJ^w9}}3 #*I@%}9z᫚W0^ ~YhP%w\][wOK CL]0LXA(PP2"#9&%$/*օr\*ɮ }GJ-6ңGǽ+>t|Ѣr`66w! EhXpXIvz:Hr4nv+ӝ*~^xw/qvb]~Kt8t]rQdhZB7T 3$Pΐ>L_QmBkfl@Q?[e轓]kBAķ/"0J:~\t;~L:PwIv.nͲ*Y9'vK]WҢT\LjmK^-s^}uU10C 4{eD{䷑/F[ߩ> z2`0]Bb&p?=ZE4[r+q\"-q*5_qIZ^ǣd4:>AG]|;ꃥ9 LXZOlZ>!qmgaVMB%L j*q~eRnbXٍ":E_?-]{"cy"GŸ2@[U vnvkE'TMtWYDZf^vTj{fEn6"P-ۺYx2B{CQ*|i!`EbJH gƢyLƙ%l/dw%}NJZ)\9F#eKeUsyNSTWmhԧvܞõnh2/jHfo,#Gbn9ıaiĴ3#o3s`l:fօ3ϩ:7~S= lѯ u +hN`gn8tCT%I%c4[9 s~Nhef>z}MA^,@G}Bcu9S4谄Kr'(FIŎت[1_j!Q]T[^,'~-4{a4֣`^RՀ˒lbOWkHdocx1mnɏ#!_+O O==I!v?XTTM4/hZ=MZ罴uzRmڪ}%4Kt룠:9M}]M"X3xCi)[j0\`JdbAX?(! z2Ќ1$u'GbYkgPPp ,;`fV)}_?*Kp#뻆dP(WZU%ø%1$ X]q1{aYAS7VgUE 6u7u _R;l1Pw.\"\Z'A]Z=Ĝw8;w.,)M#8IM<#C w(v-܀D@,*]Q_E6r@Hզc?˗Ȕ}viKʎr[yf4:Y(0ex`W>ݺɸq# XclJxy p'K\VuR&"sVwne΀rM) h_;"Ea=Y&#m5Т-EH'}|K4<"4<Mr&&bybW`[WK wE0! '+%PK$^D(̄L ЎPY*C9Œ"e c]IS(NVIL3WZAgy%:ĬS6KTZZVtXO*E= _%$9^W((8Se ʊG5ԩ-% vѪ6Vbowj/2x; YkIyT;jɍAb5( D-N&^T#:n*)G{ֿ٪[ݵIpqq!!]=3 $ `tvNuu,ٮ|u{}srN/Vt[!94~Jk6T%sRGo 2Fҩ`dX'VL/oz<)9%V` [y7#YnIMBb,jY&i.V< 1H>lt~D(D*sy4o/::gq}!mw4A?ˣEn9gۡeXoNj歘D`op'_)x'A4WLzK"| Gwj⾪2sE"|6#u6'w;~'h"=^D9IJM]-BÒT,k;~fߋNV'BCd݉[6ω3t]\!)>E ݳ0 dDVn\c,5l+S7g(c3k!Cb;:GD'ns4B%% ieC|Y6Ar7V!b&9wy]4+WWMQL91?})#NhBg zN}j՝;`eҾzD;9/jntZ֠eU  `n`~aw>*gD\ZDtj;5[+嫓8zƉa o]o-d!OYNjAm~keA8K pGr/Ss=cE':p<Ǹ5ޠ#f#.yGVJ2!nѝٻi jy}(1oZNno96)Oaǣ/c8UN[wwxhD!鮴BD=r^x1p <#7ƣS/3#9a {[~HtS)"} #$2/5G-RWv i!ҶSb "| $y$\ǩ:2.m*"r'Dfe Ӿ=ۃɨ\ZYb݅G>bZ3:CTuJddaSq~Bϥ+kzuHeQ>&ߛ &Kt Ff^9t<4#2̼Og%ڼL%i 3j\c_c|`gW97Iԛ[Ƶ X4NZOhL֨ŽZ^֊RAbH;WEohAy{]1uUa;`0J:=d.뙖Pۋ:P22G1tng96 lel^To =0cOcq* rdmK`]^iH πY"ǨOdym!H?lJR`(y?Y}H4vMZ1 UNAV?MVh&hGfaC1*Yql)J ȹ/ ļy,Ŋq -%՛#*(*J~1FBnY&jqr!S htgCd L@3HA $W S:+yOYO\;;ꎪZ3/7[ʪ38hB^|AJKvcGb_PFߡ_0~F)@7O R B]I3J'7fŀ?l9VJ"aHX M[|4Es%q~95ecatRo \_m3IO6UsѪ!DbsAW OO ꖩ i2cpZon";AA"6n&2%ь%^plCY0Krܷ%fc|cбr,ɓ N,U9"C٦f#8Nӓ G<7<;6{/8g%͌j2BI@̇ c~Vm?βY"&pc0U&Ig[gGZ8iت Q՟ Y­?$ϪRn%j>-`d80I%aې|z@$WuTp'i,^Oul\Z>B:N+9x竧]PEiçC')CGطfѻƒ /SmK$#\|Vo !\<.]ZG*P}F,V#6P WG¿wHe1\=v_+o/zi8RwL Fb ӊާԸJne'|AVC}zھ=e;M*ݫ &@2K{wl\>Sp!C#TaaFԅ204+_9ǿ6fJ&Eڃi-fwЕS3~ԚN%VH'!"mP>y]ajGUFK`M2#&L]_CՉ1ʤ;ڕ\2g(j8(E2fY|',/~Fq2b :DD͡V!w{}GB& /UgyNbulRQMZo:.zSy<Ԃ>o>B}VwRCh6jGe"a?aϯGx[6*Tt' , Do(``8EWI36,c?19@&]N yq*2-~թ]`֠̊b=2I=†PeT|+‰4dh>q!t F^\\R$9)_{om94P5:;FrQ*ɇhz341яk={0'6aDe$O/n,{(WxN &.[,%HcBfj^N~5Ш#8h2<Q_xE:e_^4p$0~ͨ079d26/\z1\<΄ڀl:UvG܀|p$o׬\&;6' 1&er3h+):gĪ_"B)v\uZVwlT'7$Ll=))_A̅OHOe0 ZâjaxcYbʋ2J ~GlvIr|EG{_ ܁s CژyzZV%>aD d`61⽝X4%+R v4¬QjRZN‚O 6a-ؓ.x'sQxÔ[.A1;Я G'; ~ |uk>Opwy'qb"r~"F0;/yTR8ǦjE.M_Hi0pѬc 6։@ǜJVb9aXZ:2W^ bdtQ{zΡ}Sm2qR.Ήl5Kfd,TkFEjTq;q[qV7h]ʶ]yd@ͷPڍϨ> ـgk͜Wӯc@{fh:4&rxK8ZP.,nR_c (V4 u3;M%293b/tqJw(ϷG/u;H7FW/P7_-E՘6 q=iNVQaNjb3vmD N7ҪgdRAHR" >kdNW:3?i7R7F8 6MZ@"Z`sRϕrܳǜe;xeb!&YaȈ6#QOpjÔK)hn>.vM݂& _ґ{=D)oߗP#! ):/xٚg Ž  @ÑGر$\¤+U}.:ya n"\2'-1jr(WAX}_66LQj6_9Gf)\-ٙWk4j9lar6E.ԏ: h*(r5K**\Z֒ .RKgͲҫa {;PFxZH(Fˀ\pEkjs[\O=7PtH1 Q+q*zG5SMI8 /J ؘseoj,5ETX bsѬ6{K(4I*p3`8 tj+DBx1 `*P_1YT$9,lIoJ?@ϸN sZy 4nȦ|=Ra]WA<Gúz3!N|$&([.VSSϼچIvAe+P8C~6^J]hEbl_G8?oNWJ;uʂTF<Ukh :WDx7UZv>Y5jX50KW̳lqy4D#9ڻڸ+0b!8tލEM/,/t2k}$+jCR YC'{KXf(8Vo;<{zޏsoųt6宱c^<? nQPhL4n ԄY}%U<ѱpۖn1nji}8xX 1f[a( lKfȦBy2Ac%Ua^E) S!"Tm$̉;rk^QUCM.){@?tVq2e/ 0mH6w8Qf+n X},wPw7و M]3yEf\]zXq^hчճZn>1-˜Hn녙}%..Ė K]b,*c;CNL W蕑7/Q2>M]\|)QN"=h9[}r?Q Yۄ7 n[ODМ`(#ʋأNu}S W5vW;3It@bYJm~;q1bh E;YG*hrb0zb_Ŗs =RR~[|izM-X XV`UF7e%%̞x gRIaWr}Q=NA{nja7nQ6#)ᄂ+Ak/*'ZSX6t!' d3>kKJ 8wVD$ol_>p@ ̖)9V3k^+ƁbAхJ. @Ci2Y4~ޱ~l; TKT-` NJˇ f=;]+V6Lͭ=WF(g7Ջb*l;TAi`dAp &U( I׮o@kȝgq-?9UwGLJ $0QfG鷺%zXEm#D¿O%)FD(%ҩzL›y`®9q<\}HIwJ yhoM.#ˬ8Q$IRuksg+a ˜80s}tn( 9B" T-k AGܣ.ȲxO8ކdP >ĄaS1zB!5Ts5L{zW$2$ΐ;)ץ{(W/STIYNsK#ocCX`Imdm)~N` J!)\`^Mt%i.DOnb %J vt zspIKFSQgVʆ"='!CzL' $݀ᣴ~"vk16]7T. wV] +&9b&߂4/xGݓ;<3Ez en!CrNb^y׳b!tb`ܸ3l #eY,xkDGz?Zc9+ĸ2|hkK]-.*\R~$%k K(~fg92%ӏbogL,-.+70X,>;mS[Y=,A7di$Zb~IzN '/&JK;WΩ8&ս4ኪs%q)+o2}=WGȰd9mCg^\s)gx2n]o G7ϟ'a 6Er0%R? j`"ӎ2  ;;K]VsQ3U2PU/yaC@_IRRxȬuWNcl R0T^L&dvLj -_>уH "YC-;wtz0<~٣e6onk2ZeyaIE|ijgSt-9+c#×(\(m`3F?QN VJIAB(8cNVX5vBqW λ6JړmvJz&Y ]ُ86o1~eKN+3pO":peN]9O(*vb@[?mf*C1YUmGBۛwק=X0$2m,K +p@}A pӗ*rBߢe1' f.T0mRF͟)e,8uSv2u@xSVHj{WO K;Ftn63q 32igĉ[v bKB[m̙R^^I ~ 3LݭWTk kGO)&†{Әmdz*h/6QĄە=`gޓ-yח-ԉq.+]Vy'EWz>Bc|0P%M1®gm  Q˰[OCAwH-oX[`=3+6 ,a8]!k)huU`BljF,: ;-3åw>g%ҟpD[1e9- |5h#8~-v拳#kD ^H"(5aG a}2?~ ' ͬDZ6ۭ}BE<#MW[ /\SK})}b6?=ou# Bdfg" QkD49fog ]'kO2 gNUr ;BQo%[3ӾJ0֡YkH`*&cZڵ&Q6-~q plYFύ!$zq|o`X{6h<]l?#AAm̪͒ݟ5M~Z9*(0gߺV}Qj?jG7~\t");N.6?VbwA#'H#Þ}7D.ŕ3VmV8:5Eac?52gwlĿM/`j$o7a+Nc䆔 e8?b?:1d mhXf%ha%r:U /)A1ZFϘVVT۔2~.j.) xY!do7*=HS//P!4u"]bX=v3oRY?5ֲzJk踡$7TPtfÈX.h1&c\BO4+{)2#y}p?I_N%1q;ݒ\7M뉊T$ $~6SstI0uD9}1\B5T?ic‰"tpTy[R y~/nED 2oZhU2b2O)tReMԆϻ}0mBogl%K \$D}F-WLeMr/XI'J~^ xX4F"@YNkGlQaݍBEwfk*AN>y8~Ͻ|AnR m4!MY{ԋn"$d@>ަ- իߌp̔<unw֞>=HH8Q:e M-͇ eyXr[p ^CM 4;-"ͫ͊58Ox>ijwqekȞۆ=< BnWjZ>#Mл6Җƫt+đկӦ} Cnw^d>vG%ϥszIhMІ ~5e`([ S+aSl>OxX+11)j3UFT!,i/GiR56-gf5T7瓞ݦ#O;MLPN.uHQ :C=vţM)5E>} Fq(4qOR4ť׭ ⸾g?+#FwP:zOf6ԪAvr#O;&Y`?{~ WдL<~{s*xY N VLFȥb-_%om{1lOwvwKa&~z6;|XfcڃLZ/dyaoօҀ@clt>F~7xP{@ڽ`iB묱fF0hmox{qDN(҃йGLf #ƕ0 [-n309G1?PLC'Y%G{r{!ON\ |1Բ) A%{ٸ]rJ2 |'4~,:ΣPJ٠OWf>QxrG鈪awY5Ć`1 7x{Y5o%Sx .R>zZO"Z00U8iivAZ\;eMX `uXt[Iu 8#XohVd8qOrGz#Yz<)>u;سH"NDGhQNtN $me8@DRy5bGFA\R!7jXb[)lSH@& Z%qBQ{Q=si ?]E;P},u=GsջP=>e?fQ/]w}e WG@&VqlhIisg}"6RR XŖD kgDsԧ1f z_ Ƚ?𡹗O%D>ŝ3dJdM3PU%n/٢{GIx~ޅ]Gu.e`e']3꒧‡/3krk1VuEYrd(}-1kl[֩|DSybO+fen^fDn mhO苴^n rGj2@0ܷZFXod/?}I{T{JC=㏇z02ұ0_6)i tC.VWInqs&Kf@6X?$3DGp\qxOeÜ ~::?Yg2L{#z2@oKjf AH, ]%`ȁL& UMzJN;V}C>LxRh'<GU}"dC=1vX@C#"6Z(AIk57 5W?&l*z뭅d[Hd$'*<IU&gT̛__40dm-ÀtuF%bA:`B8e-xtSV|Kv4.eN:1}0*{J={0B&aG?s{/ȍ@t3+B;HL[DR:4䵦2si;{iJt]HT$N#o._K(~y5 ͳi m.^;͌e6%%qh #r D\x2l +)átࣰATx//PY 7ѰxKD5fq=:@.{RFlQ'Z,P/4lPI~$Xi LD?ZSypb>+=rȥHV/_,dͅ˜'N# L1|vyaGі"] 13+M}R$}9*9ø҇CMdzl#QR}Y%JW!W%,LRG7^iZ'HzI:A"SM`o2z.셃TE.:wݪr_lgC/l=b FCcTZn3dIŶܯgyk]8uIꭘw闵@CaW:8s&<,FYreFb>9Y骭dĐӶϫA~;:R.(DJyU&N#Nu3\T ~x)$#:\;k&~.5و?¥B٦Mc4HE{GR:6$P*T|25-r(tJAȷ̟7 -ahr3^QtޞRÝ-4-& q\5OuQH:j@WoS-xu]-& ҿP1Te{| acAe:PJk+ ҸY#kPr{UeTo,QnĈ ;u`;6%]p Re{_El5nRvX A&cRPm]ؘ:{1YPmxRSL"e>Hˍl6|&{F]$Jjs֏&T>2̵TsًeEFp%*[K6 Lsa6ߊ_=~9,"N\#LҰk[uyVr.U*a M svvQihhP:D3jK`M*NN PGNY0I6x J߰rp?:pR7nUV+MA'o'踄)쿣e5dŷrh"L.I?刦d-#95 [jԮZv6u^e89Y,e,׿Rgp^g$wBT&ƞ<к [_l &X'0Kym$$]QjؠB vz&P 8@ T褀wJY^N-Жv Y:A50439ır͋ӷ~R4eAsw2 Y˜,[(]kh`:J qL`wC zJ3>xf"X ҜΜ% &:^6j\)Yϡ N?3,I8$^\գ:sr5Χ3ٛj]c[ >oVK$i ch&ʓgdWd2(T Ц])nL 굳p`V>xd\J0BdƳK L v(GVVv|cYCl&xOB]f% 0٨8a5G1{SSs<·OHR)$pXn3J,i냱-hŗ$p};eNR&ˎCk+: y{iD>8ƀv`ʶ/LK Nz:2ܪrBsD?SЄ3(՞zy,I]h8#sl"dlXKǸTnZB(%DoGLԨKbK Zֻ;Ȓ̡SjRUyݢwupe@ VtnwASEM=S;:I.+~p,VَE+T=t!zDV`o7=%gpP1P:h2{$gVt?bZn;1/:RNjjܲGi(㷾K+bc,? iK kԫ_/5sQ|hڗi6zȡlڰF%VcJh bцs Tw-Sm/KN Q| VmWV$Iʷ0/]J&es/QXAnF'bF(Ԧ]j;ީXÕjfx;&*eǦ68F{]~yQ-N2vbpWK<5ݸ-c3acr_*Y3?7.` C|UJ02y%e b+C #|ICb _# f9|=QʩrGD`3Jִ-2X~oJPEד\W>t?Lv9c,Zj K}?Ѧz4;+_Y9˱IY^*H$G\WxaE z#7)͔>v5aNJy)^7xܴ);|loi˥Ui6B`xAFגͷӱE_mIEx5}ᤚ% %YDb|&=Ʌo8_R-RѿPaWVd0gudtM\F)T(NఴW.^ CEET-AܤpA*IO.|qÐLQ\4i:%{U_wjbna+ۙFgo/ӯ.2p]3vUI-tY7Ҿ~|\VSHːM r9`'@$Y+YU'gv=(ܵ3 z7rx6ӠE$J1'RhfM0m!vUDtP7[TJ=S54 !"y=;”VrZDoV5Xms5ʥ[TuB09YiD5Es~J#ջ`nxC:]O-j9 c @v: `bt&b}4&mC1sx!ؙ2=O:m}a1ۣK6h` &.x%E!'Y1IWgr2׳X`3/eg9m>(:nb,~M%|W o9q9}9;t XI緣vH穥>3z~X{!+܍Q\hT)|Zqlh9{?%i㏖b tqO %gl0r,УI=r ɏLo.ǸUܷ 07^Q b@s0j_%w[)C X,[bz)8'JS;cq>ͱk]ú>>5 &{3͐8H(/`s;85S/GR wuSiC$^rr<9`TC- |kpՉcSܸ/YLN4#]$țcPP &=;xXZ5}`0ô q&XR p 7Qdi Xz2 I,'ԗm^zK53yGlGA^²V~V_ !i(oxk"9S'D`Mt>ye`c[}=Tv6ffiJ/X4$n;nK+e\I4sܱ{p.#Nc+Ǡ` 7QXeDjӢL8*kWhlcl}U݈ X9-C'nnMK3Kgxs d`Z#DDG$T;CAv$hS r8pMvH!En@:c٥Gz܊ [f:[ۯK! 3!7(,0VOXtQOp'A岚Nwb㷣)%URh*/Utk+5yiM_8꼂'@ҧ9dt{& җdwJR*`܏.y*8Qln%(^jɜO^s!H=RK(B,Bs#!e¯[6m.__دB$Ro^Tٹ kX$7:W̅4C{SŅѱs/b=! *vJwX\v看ykb)4oK 苒S9.iSx:M,%^0s6eƶ5+5Y|5BckbRq; 2-E~.wwo_lwzS@'6d2kgWpb&+fƙH nKV=gH[fZ E ABǞ@_A2v7 B:@R\GJ3pH@~{^QuA?[we7ĵ=|Yr7×Y~B4Ep5.r}vjl}d=C&N̞ͧ'Uv\ AEky; Vrn@9SO~h_BJѥ'  ;6u8L:& Vt 2dtfIi$ jēǻ B1PO&K.xL_ }NAτh@i4 yzf\ݡqeM3'3LuYhLLb@UWr7Shb]14s톷bG*,O.jz^, 'Gґ]> Y)16?4hhO?y೅35՘bUg+ Qb݁[I00P:1Wuka+$y|3WP q&UzG# Y'E״\1}zťW[%dx)^D}J|<))Upt  .4daӏ >, b5l#a6욤"̊[!4zμ^ؿ4cVkHm*tp/fQ14nJvPoj;T+߃Ns-FY78r JB*&`o.*VwGCܘ`6{^DY+0D%sđ;#I$XɁwe'eu(E #|C 0*]pfa=SB!枳F5Cؖx6_~uq("5;7r/dBa/;*3Mr EDr.㻼/'9Iqb&Wō8Y58ri}\EQ,sO+fC~ FxV.5.igEso^_>ِցUNՖBE x`,L4BCo/t|fSE;k𺹿M\V;F`\17n 3fP^:EB ̯xPvYaQ)7dL˒XXΰi]-*gϧ=+~UN[14 +ـ4Bb*DSAׅ:_*@얿đ֎TǸaukrfY~DWH%ȖHu5.*:iЃ,u`߿f-/!Kg8,b z$Az/9j#i|TgWJ%$J߭cA0ܕ!}ߙ8Jښ -^p9(EI1+潹(*!|otf\RH@JUydR@iwAZ)gD >ku#  YPB3H3ϑlv Ui)b=43t!NV9VA\H )M< "aM$ 'ܷAnv0:sӫUlhxS4| 35m#k.Gn~lCh'02'fo#GOi"_|zgG1 =Tb*X{jdX~!,yCEkýp?oYhA;K]EеM# ,1ο<]|@DgWYLp%hd& Yb2&8=wl"nnS@تmVbOBA8|Y5_"qt1RدaG1*wqo| ʎP*mGfDY0y/"'"Zkl@ 3En*$GP0-Du8E)Hy.%~Ys&G MO@A]R|Ԙ*^wl}>&b?ۯ#€{tr(3!$&.DmO5;bW%T>K(č¿%㕻ssWU&]|pǎƁ@\ ZΝv\=!xq$ &w!_,Y {CIvQ6ld0<{[t*c9dz7bwbvلzX LUw0[G୍ {V[e4ҫM!<53~3|*1ғ|OԹaS\BmED.ĠT Nw2] uŸoF NxсB ·huGbEڡ:KRI8'X5,=t6ɽʃ fY+u,?CRUR:<trШB0![}r2Jj6u9DSR$-Ft ^S8S2}I/aнҗ`5?J``|&X|зFuXn'*5lzRh:=Cφu7"Xu!W#ИW/,rGK^g7?᩷յ$V>tAKZQ]"2bd|UR[`I:U QHcPOy*yеa5Z KQl;{RFASdIV 0ZyD_@5&N}EbN Җ16#v=1nA;n`؇ mH+.^Hoe%'oK#)xnՀ? tDZ~I2NU? cd;UE *#dE0NՀ?5CoAHL?w0kW"iW>Hͤ0ݤ$%m8?OiHp]t>_*d%Ocj;VL.] vNF@FҠfǑs,wlKI@Ƭmt*eҿVr8G^[맂bZIqYR8Ur.p_ExZjLՕi/Cڃ9۩.gY0FAD-I\9z`vRe{"P깩"G#ȍ L331_^;Gj'FsXɇyХGo+) W9 = g{O*rd*]iڑftT9IignxB1dQ@aYxω3Ȳ#ڱI<'Vw6 2/Gv$έxՓBNs 9 Qa!!wEKŸ3Kcܑr -fMVJ<B8r]!'pbgCϩ0yB/?-j?#˫ʯb=U?[$_tIOtFphibYoW]J32>C+)9plXBXۥ \=nc8%G_nw]yb{m09lI*Wux"'C]5z)ԗE5  Ӧɱʂᬹס/Vz^2ga%RՊt0e*7 G=59߭AaV4ܯK^Fo{ݐ-Kw(MJd $ X) zOwa! 2,k%ז֔4WEO[|7q=p{ͣG=4 ko1C*nActO J[ l<7F7~P`}bbȽ.Xw<"o#Djt%8<Ɨb`֎ks䖧>U?^0FHN 4HF3ځ<~EL F>V ό kG]oXˣGvhwNs$h,G͙^rܿ 8ZEDrt ֫J*1f-Y$jD!8i V[ ̢Rdcm2FP= TZL a@1<(^jvkywUDㆦ ڝDV\\E$]e>1)5Ҩe6 %I)j226D$ǵ?򩳝C J8&jWݻ Vi}@|VXux ~30n@Zm򅞽EX G2) fZ SdG܎SrVzN9U@n0# i';֭W@2]qoPo!veQ\ff~ C2H[zbɳ1nC\b/Ev&YA6S_ bbTae~+qDh ̽VM>VBa8il<ܘeH +ZZLn~kovʄwa*ЖJ!lT n> G^Cc9RZxt4e)f)0U{ffSЪ!˂4a4fqZ:?`3g~MR>-~"T֧;-zoUf7E `ܷYLS"Uأ+ wW>^x6d RWY}!w:\P$9/ҘqPqGCSeP/aUhVt(4;M!4zNu+Unr=̾3<èiݴhQRek%*XS= wQ\@9:ncFccfL6]%,Z 'HMۍ0}G|Lk 1!7ȕA}]4;XƇ],BUT~HvQC!Sݍe`oΩq{}$P',JoN_yw.Fqk [JUMJ3J2 8Ǧ4DNh1 ud̋9Vr[#HDLO2=*dP`Vih9xuӧ)rW{ti؀*@f$0\l *buLa.cVPտQ/{YW O~gMY<KM >)4JU,'M78&7#h$x,^۷CzxJV}+?";PW&VwN&XR~F`5ɷdm?BD~{n#tr}3W[{q5qZ %T'IGe/q6tzfa⮑ /RmsL~ M%>(|ߋWX}Pw5`nc习|.SP,L[_t,%U)IDWhj}`X"9 {ve| F4ԣbzhO̥#dͼ|f$9!YGU⧘WwSYBЧ'~Cb1IILE4?vo>FuSȍ􌵕i^/2%He"im@3lg<T_)y75]Qt7&U[ a- xx_%;6Ooe`$@ôЧ`JG*mSO987e-"9޷^s1jгf5Z|w>=>첄 n%C9>pK=cC?i0DS>̬&jzOjZJiJΦz#R  RyP) _yE9]Vh標[lRXVT>D"/]|Sδ]aY-'|y;9R(!sc!=}|A(pP9Ǘf[dM-[ҵ{,Zq Q.]wf7P\Y]״2!tXgT$ #sey*[@0ʷP@8œz|D)0,a` OK.k/n"wjA\529XZCh*Ĵ<5#KZ3aP.t *}#N5Bh8u{~.J/2ѥ])8 3JĬByG苏ۖȪƭA*ń.zپHTxsuS`+F[+Z!yAbK{Vxp3P:bXƇ&{0SR>m1jӄӐ" [RXu KX$A=D^NPeWY.z>]NeHaCe38>Ѱxj XI>"b(X l&UՒ30v60~-Eᯠ:s;j^F+S4KZ.ZpD w3>Սw ]\[mĬ`2HM NKVcRm{ʃ<4`\4ꔬlH%߬G~]s;wBYPЎ"#'>'.`576e;LOIU}t;|*m3špĕb߅tKCeӥ&Pwv z娅a4q[/vL)3o ؜2D @-Tnz'*sL;5v̦7ƭFcyc-.PެEh w ZDtkOy=wl G'Giah`ͱJNI\`NPr:)&j+eAglн%}4_er-zLN(x鬐8Vl'_m-Ɍ ژ`o bӪAorsHzTtl3^ %6&'vGf^B6;밆߭R'yvϑ2V'?Bc'듏#}S*z "ɂO~,V$:7?쀱IeWtfYj]+c}NE,4RS[x( : _WnlKٿث P;E;΁3[l?>gFnHm|-(H&>BvE2K*ֺ{ZN' mE |A82pzrrl$}!LA8TTj97|:4n 3eP?t$#:@>s{'ǸDʯ:cOwZI Oqzjδ{䶱?e>фO2};vdG"*Ołw*(m,XmӀ#FpK2]%DPm wƓb72F%4hj="yfC>ŮO su7k#d |yN:5׹O}δD@7SuY`_ ^ZFKU]IDxHީ~Wb?cڿv>^ -Y,+m+"RԨb,@?f60cʌB[ Fu4c̠z,ԋfvbLJ-$emȁйPqĥV?ŽLs¿Cwբ4lT)#T-Qv/W^ {,ش%ڱ1GY8X"s84X `!ȁyC0>-G[ۖ׵NkPQh$^ˑǣт8os ƻqOlars=XA T%ui#4Ίڲ+y|mŝ5!6! 7& . d]>O !8**?8j*= ,DJl˹Փ$:[65YnL+lFYwX#EZVњAUSo89%6 5_-tk!<5/b$3_M3}LxDVKe}͟1=dZ)N"ϹVL@JbH f]m4m_pI18[޿ u!^ɷϭjW2"l6#C-3]@5g|CObf<8v{FtE4)VɊ{|fq:ǍFV7j\3p3J`?aŦT,ppez`Q!Tcz%z?#tbpdJrs?'3]Val)&Di\@uVԨ'Rh9'ﮘzSJu{v,]rݙbaY3ng}892sA;+U:E)wPk#x!c8ޙ0ze:j[V`Z`l_4ك4A$Og>=Jet6!럸!,Z[OH26;ЬL@+Q)xukLJΑ9r7;*mw] UФh8ׂs0Obw"Źc[jGp( CS_=̨P̌?v-Ragp$}Mp6#bGj#~ ЅÖoɰǕnۘSZRT9j>+:1u2,+_b6?h3 H]3 :3fx4 P7|qI43nx%(H IIQ|k@Ęlh+VtDagf{mmő6t |Ew0lÄ,~Qqy?TJNHia$ Ӹ -[;f\qjH$ĭXE0hj+ݰpO:<"Wp})թWYNNʰ8̝d"8H-PexS#H;H&v!؞sNXS)qCfmfPnml{Kg ' f&ƙZ.WhpiN4G~<+iuKuء Wm(@θGZ̏ ͑Ģ5X}W dw%Z1_#??jޑj I§ӄHP3_Y i}xtidJcRp39=mFI 6!Ŕ3F`H[ b'>lC)\ =5), hK0gɨK&˺84Mqz"Eۉ2q5 4z;~cqdB*?Q 6xc U(d3 Sr&_S'-I[s|(֘kk>G]nxvcNEdNt0DXnk-4]XkXRz$(iv|I4wEy>G"T~iX8nn'f\tq5,㕴`m܃; ^b}VjX Dv J۪2vr 44`Eq-r!dl K ["SBs=bw&& q W.dv1>2બ0I.6%mK-%E6xTl'&L]|J1!gF5S_;(+Ø!דX *#M,~'yaHoGqZl ɍC9lMj_A +l<{Y錑*ObAAXhڨu;Fl6e c,rSm"ŹiU| +0\~{jT3^L&ċJo%>Y5:`yB8W퓻mTlV IrȯS/׀>`Y6aצs=7C ~8LE<:X,+Ns'bW[J@U=-ǯJ#6dVmTw݊M/ vxz؆}gB9AGeWgGn4Y5apqQjrURaEߊ&r3t~L WٸQA^!z}u64_H!ZѼk?~kas2(#gJ/\{pn#Df8gul )l'iAkb(J%2dS㪷;˘UsngڑJI1 sZXR k$h@>76i aكCu \޶Z$[u,d|U׀^lOrRJy[RОYÊEi3I.iK#t xQ d oqn<&v7%+w,3O }_$]#?,;JcfGi@` ̷Iw^G+o 2$Gɮ¤qULC`s?ѐȥP[P`UȀ(hb~*#v=@_"Eb CƖזڗt)dj}pц=Bb^i`XTUmfHk?Qtw1 /o9Zk~#3wm2eF; i*;5Ok)^p;* NHIs?0LR;f>+gh47A /1&}GnmhШZowv#P56\,"2۩UNrXQх+3փq̴m] F;3ozL"Lqa)#=^5V"6a875"YUw)asx7ED-iz9Q6cph:3`@ߔ)o4){!5QvA7,+}G|6$2|?1 \Q s=PzxU8}/685@G@pzd"e1¯ \i޿ gjG@D"hC &V%toS}E+;肳"7hC1!_WJ9ܩ{gʽS׌mef\运ϡ[jt-3(ԝ6 U~ŻubfB*f> cX@ʠy8d׶86,-9a~͉9)?rM2{'uLѧ8JF=N^э  vJrVSo0#&QYR஑2 W:ƾ64jXe^H"©RXP2%!c mTә(BJVTi%L,5?^FcF%; K TnxkEBi/#X#0K~b"k+p9aUr鿜[/ڧe t7h(J_}A8ב I} o R FXVnY\Y. W͇`5.)p`L^WQ|ݏk7bp/Jo=9!5H@`ש/\XΏkneNǀ"@Qxv--w/>`-!7?:ISS/29`M!xktCK4OŭZ諈jtL0IYj=1tR9z  28wDd-u>Wn,*fy#i(A'./5n5OC%{2)" ))DȉQrKAiM %܇TB!(.0.s?LBQ&5%OK@fzOQsv-kxYYTD OE3*d^ L毪<Z~(}-h #ˈYEJ!8 y.9XSn uΓDIHH/ƞ[&qP tW }Cemdz6%  'G¸KWWE[v+ QDaͨ4 DD4,l֥Hf^}*uWT {E|xw+􋑽 jo0KA(^e DeJ`d lQѫV<kk|̩-y4W[Zl3%8l/K#C[}wB{prY iv >2[pB!2 3ZȬ/BR"Bٞx]ȇL-)(Ņ8vP c!Tstc6YS507;+hX,^9*dٞ,ꅃB![luL:PoJ(ZɘɿTx{S1[*[:a9loJqmH(U?j8=!Ed҇SYvFyg8ezx䰙R}pkdjuļyn+*61O"5<:!i v9N 2$A|%Fl^Qq0[-; x a+ibvZE? ZX~ulA윫YH3 [JF15_6c̀ЍK6ߵ6#pFqJmRX^*fX~^MܣYG(qV'Љs0;A|F {Ę@۴!feGr3ξ8[$GΞjdn< w1y$k„9e |X1̭'hS"1x%y['ΤΝaWy97sf/vͪ4p"/ ﲏ0PYjʥ3r*ZFLқp!]*}H\5 3J"9f+8R&W^D p$~zh]cFf;κ9Wm@{VWYq`81g3eef0kƀspMm&A/'(zՈ:둏ЍUTϴU$ݡO{?G\қ>Kjxp z{#H׍0+ kثi/UtقXrZ7e_kX*2~{Z4h37AaDtP:6Cߛ(hSxR|{w U`&7_}!@=K  Y;q{޿ℊ75VM}l "xJOt ^r߅Ǩh3Q4uɖRd(`qG5p} g>8vе UP+S|4_熬ĔvA rD/9D>HVbNC [0)Z8hdN`wh HQ:a)lm*5v6&7\'T5()(+Tn?mxjcG3}Knbl!(zQʬV.<ӟ$XzTtͶr]G@F՜G[h #K#T6JQ8DvY3 r$tWQԃ/צjDMIRDo E_HSi+!ؼwb;7']c0vrqU}zvu!U,?2eF H-Q^P:L48d%`~CmOA)v`?c/=<5V~v [)9Œ%VC0%l1wNbj:?p\eGʔ_rR~kLu)mTΉ;<-^- *W]9cV'*⃂&Kս JbN}cЛ@[OH9-bi}֔*תp=Nux->T_ 08uڪ_BV])2ϔ [#OP .dH`~+c=Qis[Ok!D^9l2tA!2t ﵉γ,n1LDp,iȯp' 4՞/Pv+29>=:1gt`5:$=f 嶏O-a>˿Ha:rdCF7E`K369=O@nt: }3񎨘ndz}1鏯I*͏h}Ǹr'DJtJ)~lu2~Ġ^2$"yJ&'x˖>n8PHxyl=+~0@3~3oI:I}ׇWmʋ Hrl/29A\Ox0K^!KANJх`-ًd` h Rǃli<oQh}lf2A.OW~oQܱ(ӊ iF0ލ ]d}J?^@4SJ5YC&g3 sf cwZ7jfraF)N:ET͏lm6\qz̦KɱI=4>%Ւc2J쉜RYHDͰy rv$0~Uz&Tob=*A/% ڱEQ0WKY YZ