postgresql14-server-devel-14.22-150600.16.28.1<>,iLp9|N\*VKpgO\$S7O6О~mHSkg6Sq/<@B >`܈1 :B\?^<[cYy-ipH#ƈZ>Pg& EBBH3b+h{R14M[,)>囓H.$ d_zF=0Wrmc WH6?6d" 1 j  9Ze {     .|   X/ABPQ,QT+TTT(T8T>9U>:YP>>@FGHxIXY\]ʌ^MbXcdefluvwx'y5x!z56 66+6@6D6J6Cpostgresql14-server-devel14.22150600.16.28.1PostgreSQL server development header files and utilitiesPostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard, including transactions, foreign keys, subqueries, triggers, and user-defined types and functions. This package contains the header files and libraries needed to compile C extensions that link into the PostgreSQL server. For building client applications, see the postgresql14-devel package.iLs390zp34pSUSE Linux Enterprise 15SUSE LLC PostgreSQLhttps://www.suse.com/Development/Libraries/C and C++https://www.postgresql.org/linuxs390x/usr/share/postgresql/install-alternatives 14/usr/share/postgresql/install-alternatives 14!'zx ] AV8 R %DC5$O bJ&34## tNNP9 E8m(j ,ySq U* j Z/ IXa{AS@7,J [,u!TYmY: 'Zd   TM}v 5q  DC >U ^ %Mm$R   @k ,  <j oZn*EU Q >!O8   ~{ ec !2bRV)g @ [0#  n/s#v~G8O%j8m`p;OP, !8 lF3OA &[ b-T*,Y s> & $e 2UI+VRPQegYY YdU:E,#%:Jv> XJ'&9lW "YC*x ^Q. -- ) ~0' ii\ SS = #,2J &*}PNk/D>z\ R)UPO%5/!,k  'K%^l)$ yZX7r3='q N Apxmr;A ;R fJ<N / KWC:Y{@}5 8L*q XIs=( Y" '+A-4 !~ B%#%C',-.-b?d^ }* ? X#Nv4$ PB=rN* p T  :g  - |N 36306633?06<3?66<9*$*$'$!''$$!!-0!'0$-$0*''''!'' rj >2E'?# 56  LMEp`c P= _ xF Bz~ 8 ?xy]  "u  9(\`A A!4G $e !j ) LCHV%   Z@ K 2c=BJo 9#5 h  : HSA*B)QN ^a95 k g%sU+QJ c0 L] '!E c@6Di@d,@c@clc,N@c pc@b@blb|bV@b[@aaza@apa\>@aUaQ@aO@`@```q`OL@`Gc@`/@`#_S__@_F@_mmax@suse.commax@suse.comguillaume.gardet@opensuse.orgmax@suse.commax@suse.commax@suse.commax@suse.commrueckert@suse.demax@suse.commax@suse.commax@suse.commax@suse.commax@suse.commax@suse.commax@suse.commrueckert@suse.demax@suse.comaaronpuchert@alice-dsl.netsarah.kriesch@opensuse.orgdimstar@opensuse.orgmax@suse.commax@suse.commax@suse.commax@suse.comdimstar@opensuse.orgmax@suse.commax@suse.commax@suse.commax@suse.commax@suse.comfvogt@suse.commax@suse.commax@suse.comaaronpuchert@alice-dsl.netmax@suse.comschwab@suse.demax@suse.commax@suse.commax@suse.commax@suse.commax@suse.comada.lovelace@gmx.demax@suse.commax@suse.commax@suse.commax@suse.commrueckert@suse.demax@suse.commrueckert@suse.demrueckert@suse.demrueckert@suse.demax@suse.commax@suse.commax@suse.commax@suse.commax@suse.commax@suse.comgmbr3@opensuse.orgmax@suse.commax@suse.commax@suse.commax@suse.com- bsc#1258754: Update to 14.22 to fix two regressions in 14.21: * https://www.postgresql.org/docs/release/14.22/ * The substring() function raises an error "invalid byte sequence for encoding" on non-ASCII text values if the source of that value is a database column. * A standby may halt and return an error "could not access status of transaction".- Update to 14.21: * https://www.postgresql.org/about/news/p-3235/ * https://www.postgresql.org/docs/release/14.21/ * bsc#1258008, CVE-2026-2003: Guard against unexpected dimensions of oidvector/int2vector * bsc#1258009, CVE-2026-2004: Harden selectivity estimators against being attached to operators that accept unexpected data types. * bsc#1258010, CVE-2026-2005: Fix buffer overrun in contrib/pgcrypto's PGP decryption functions. * bsc#1258011, CVE-2026-2006: Fix inadequate validation of multibyte character lengths. * obsoletes llvm-21-aarch64.patch - Disown /var/lib/pgsql to support transactional updates.- Fix build on aarch64 with upstream commit 0dceba2: * llvm-21-aarch64.patch- Fix build with uring for post SLE15 code streams.- Use %product_libs_llvm_ver to determine the LLVM version. - Remove conditionals for obsolete PostgreSQL releases.- Upgrade to 14.20: * https://www.postgresql.org/about/news/p-3171/ * https://www.postgresql.org/docs/release/14.20/ * bsc#1253332, CVE-2025-12817: Missing check for CREATE privileges on the schema in CREATE STATISTICS allowed table owners to create statistics in any schema, potentially leading to unexpected naming conflicts. * bsc#1253333, CVE-2025-12818: Several places in libpq were not sufficiently careful about computing the required size of a memory allocation. Sufficiently large inputs could cause integer overflow, resulting in an undersized buffer, which would then lead to writing past the end of the buffer.- Sync spec file from version 18.- Upgrade to 14.19: * https://www.postgresql.org/about/news/postgresql-176-1610-1514-1419-1322-and-18-beta-3-released-3118/ * https://www.postgresql.org/docs/release/14.19/ Security Issues * CVE-2025-8713: PostgreSQL optimizer statistics can expose sampled data within a view, partition, or child table (boo#1248120) * CVE-2025-8714: PostgreSQL pg_dump lets superuser of origin server execute arbitrary code in psql client (boo#1248122) * CVE-2025-8715: PostgreSQL pg_dump newline in object name executes arbitrary code in psql client and in restore target server (boo#1248119)- Upgrade to 14.18: * bsc#1242931, CVE-2025-4207: postgresql: PostgreSQL GB18030 encoding validation can read one byte past end of allocation for text that fails validation. * https://www.postgresql.org/docs/release/14.18/ * https://www.postgresql.org/about/news/p-3072/ - Add postresql-pg_config_paths.patch to fix a race condition while generating pg_config_paths.h.- Upgrade to 14.17: * Improve behavior of libpq's quoting functions: The changes made for CVE-2025-1094 had one serious oversight: PQescapeLiteral() and PQescapeIdentifier() failed to honor their string length parameter, instead always reading to the input string's trailing null. This resulted in including unwanted text in the output, if the caller intended to truncate the string via the length parameter. With very bad luck it could cause a crash due to reading off the end of memory. In addition, modify all these quoting functions so that when invalid encoding is detected, an invalid sequence is substituted for just the first byte of the presumed character, not all of it. This reduces the risk of problems if a calling application performs additional processing on the quoted string. * Fix small memory leak in pg_createsubscriber. * https://www.postgresql.org/docs/release/14.17/ * https://www.postgresql.org/about/news/p-3018/- Upgrade to 14.16: * bsc#1237093, CVE-2025-1094: Harden PQescapeString and allied functions against invalidly-encoded input strings. * obsoletes postgresql-tzdata2025a.patch * https://www.postgresql.org/docs/release/14.16/ * https://www.postgresql.org/about/news/-3015/ - Disable LLVM JIT on loongarch64- Fix build, add postgresql-tzdata2025a.patch- Upgrade to 14.15: * Repair ABI break for extensions that work with struct ResultRelInfo. * Restore functionality of ALTER {ROLE|DATABASE} SET role * Fix cases where a logical replication slot's restart_lsn could go backwards. * Avoid deleting still-needed WAL files during pg_rewind. * Count index scans in contrib/bloom indexes in the statistics views, such as the pg_stat_user_indexes.idx_scan counter. * Fix crash when checking to see if an index's opclass options have changed. * Avoid assertion failure caused by disconnected NFA sub-graphs in regular expression parsing. * https://www.postgresql.org/about/news/p-2965/ * https://www.postgresql.org/docs/release/14.15/- Upgrade to 14.14: * CVE-2024-10976, bsc#1233323: Ensure cached plans are marked as dependent on the calling role when RLS applies to a non-top-level table reference. * CVE-2024-10977, bsc#1233325: Make libpq discard error messages received during SSL or GSS protocol negotiation. * CVE-2024-10978, bsc#1233326: Fix unintended interactions between SET SESSION AUTHORIZATION and SET ROLE * CVE-2024-10979, bsc#1233327: Prevent trusted PL/Perl code from changing environment variables. * https://www.postgresql.org/about/news/p-2955/ * https://www.postgresql.org/docs/release/14.14/- Sync spec file from postgresql17.- Upgrade to 14.13 (bsc#1229013): * bsc#1229013, CVE-2024-7348 PostgreSQL relation replacement during pg_dump executes arbitrary SQL * https://www.postgresql.org/about/news/p-2910/ * https://www.postgresql.org/docs/release/14.13/- Upgrade to 14.12 (bsc#1224051): * bsc#1224038, CVE-2024-4317: Restrict visibility of pg_stats_ext and pg_stats_ext_exprs entries to the table owner. See the release notes for the steps that have to be taken to fix existing PostgreSQL instances. * Fix incompatibility with LLVM 18. * https://www.postgresql.org/docs/release/14.12/ - Prepare for PostgreSQL 17. - Make sure all compilation and doc generation happens in %build.- Require LLVM <= 17 for now, because LLVM 18 doesn't seem to work.- Remove constraints file because improved memory usage for s390x- Use %patch -P N instead of deprecated %patchN.- Upgrade to 14.11: * bsc#1219679, CVE-2024-0985: Tighten security restrictions within REFRESH MATERIALIZED VIEW CONCURRENTLY. One step of a concurrent refresh command was run under weak security restrictions. If a materialized view's owner could persuade a superuser or other high-privileged user to perform a concurrent refresh on that view, the view's owner could control code executed with the privileges of the user running REFRESH. Fix things so that all user-determined code is run as the view's owner, as expected * If you use GIN indexes, you may need to reindex after updating to this release. * LLVM 18 is now supported. * https://www.postgresql.org/docs/release/14.11/- Update to 14.10: * bsc#1216962, CVE-2023-5868: Fix handling of unknown-type arguments in DISTINCT "any" aggregate functions. This error led to a text-type value being interpreted as an unknown-type value (that is, a zero-terminated string) at runtime. This could result in disclosure of server memory following the text value. * bsc#1216961, CVE-2023-5869: Detect integer overflow while computing new array dimensions. When assigning new elements to array subscripts that are outside the current array bounds, an undetected integer overflow could occur in edge cases. Memory stomps that are potentially exploitable for arbitrary code execution are possible, and so is disclosure of server memory. * bsc#1216960, CVE-2023-5870: Prevent the pg_signal_backend role from signalling background workers and autovacuum processes. The documentation says that pg_signal_backend cannot issue signals to superuser-owned processes. It was able to signal these background processes, though, because they advertise a role OID of zero. Treat that as indicating superuser ownership. The security implications of cancelling one of these process types are fairly small so far as the core code goes (we'll just start another one), but extensions might add background workers that are more vulnerable. Also ensure that the is_superuser parameter is set correctly in such processes. No specific security consequences are known for that oversight, but it might be significant for some extensions. * Add support for LLVM 16 and 17 * https://www.postgresql.org/docs/14/release-14-10.html- boo#1216734: Revert the last change and make the devel package independend of all other subpackages except for the libs.- boo#1216022: Call install-alternatives from the devel subpackage as well, otherwise the symlink for ecpg might be missing.- Also buildignore the postgresql*-implementation symbols: this is needed in order to bootstrap when no postgresql version currently has valid symbols provided. Once the packages are built, OBS could translate this to the pgname-* packages and accept the ignores; during bootstrap though, there is nothing providing the symbol and the existing buildignores do not suffice.- Update to 14.9: * bsc#1214059, CVE-2023-39417: Disallow substituting a schema or owner name into an extension script if the name contains a quote, backslash, or dollar sign. * https://www.postgresql.org/docs/14/release-14-9.html- Restore the independence of mini builds from the main build after the -mini name change from April 4, 2023. - Adjust icu handling to prepare for PostgreSQL 16.- Overhaul postgresql-README.SUSE and move it from the binary package to the noarch wrapper package. - Change the unix domain socket location from /var/run to /run.- Update to 14.8: * bsc#1211228, CVE-2023-2454: Prevent CREATE SCHEMA from defeating changes in search_path * bsc#1211229, CVE-2023-2455: Enforce row-level security policies correctly after inlining a set-returning function * https://www.postgresql.org/about/news/2637/ * https://www.postgresql.org/docs/14/release-14-8.html- bsc#1210303: Stop using the obsolete internal %_restart_on_update macro and drop support for sysv init to simplify the scriptlets.- Include -mini in Name: to avoid conflicts in the source package name and OBS internal dependency tracking.- Update to 14.7: * CVE-2022-41862, bsc#1208102: memory leak in libpq * https://www.postgresql.org/about/news/2592/ * https://www.postgresql.org/docs/14/release-14-7.html - Bump latest_supported_llvm_ver to 15.- bsc#1205300: Update to 14.6: * https://www.postgresql.org/about/news/2543/ * https://www.postgresql.org/docs/14/release-14-6.html - Sync spec file with postgresql15.- Create mechanism to specify the latest supported LLVM version. Automatically pin to that version if the distribution has a newer unsupported default version.- Sync spec file with postgresql15.- Disable LLVM JIT on riscv64- Update to 14.5: * bsc#1202368, CVE-2022-2625: Extension scripts replace objects not belonging to the extension. * https://www.postgresql.org/docs/release/14.5/- bsc#1200437: Upgrade to 14.4: * Prevent possible corruption of indexes created or rebuilt with the CONCURRENTLY option. * https://www.postgresql.org/docs/release/14.4/ * https://www.postgresql.org/about/news/p-2470/- Upgrade to 14.3: * bsc#1199475, CVE-2022-1552: Confine additional operations within "security restricted operation" sandboxes. * https://www.postgresql.org/docs/14/release-14-3.html- bsc#1198166: Pin to llvm13 until the next patchlevel update.- bsc#1195680: Upgrade to 14.2: * https://www.postgresql.org/docs/14/release-14-2.html * Reindexing might be needed after applying this upgrade, so please read the release notes carefully.- boo#1190740: Add constraints file with 12GB of memory for s390x as a workaround- Add a llvmjit-devel subpackage to pull in the right versions of clang and llvm for building extensions. - Fix some mistakes in the interdependencies between the implementation packages and their noarch counterpart. - Update the BuildIgnore section.- bsc#1192516: Upgrade to 14.1 * Make the server reject extraneous data after an SSL or GSS encryption handshake (CVE-2021-23214). * Make libpq reject extraneous data after an SSL or GSS encryption handshake (CVE-2021-23222). * https://www.postgresql.org/docs/14/release-14-1.html- boo#1191782: Let rpmlint ignore shlib-policy-name-error.- Remove postgresql-testsuite-int8.sql.patch, because its purpose is unclear. This affects only the test subpackage.- Upgrade to 14.0 https://www.postgresql.org/about/news/postgresql-14-released-2318/ https://www.postgresql.org/docs/14/release-14.html- Let genlists skip non-existing binaries to avoid lots of version conditionals in the file lists.- Upgrade to 14~rc1 https://www.postgresql.org/about/news/postgresql-14-rc-1-released-2309/ https://www.postgresql.org/docs/14/release-14.html https://wiki.postgresql.org/wiki/PostgreSQL_14_Open_Items- Upgrade to 14~beta2 https://www.postgresql.org/about/news/postgresql-14-beta-2-released-2249/ https://www.postgresql.org/docs/14/release-14.html https://wiki.postgresql.org/wiki/PostgreSQL_14_Open_Items- Upgrade to 14~beta1 https://www.postgresql.org/about/news/postgresql-14-beta-1-released-2213/ https://www.postgresql.org/docs/14/release-14.html https://wiki.postgresql.org/wiki/PostgreSQL_14_Open_Items - disable postgresql-testsuite-int8.sql.patch: it seems it is not needed anymore, need to be double checked.- bsc#1185952: llvm12 breaks PostgreSQL 11 and 12 on s390x. Use llvm11 as a workaround.- Upgrade to version 13.3: * https://www.postgresql.org/docs/13/release-13-3.html * CVE-2021-32027, bsc#1185924: Prevent integer overflows in array subscripting calculations. * CVE-2021-32028, bsc#1185925: Fix mishandling of “junk” columns in INSERT ... ON CONFLICT ... UPDATE target lists. * CVE-2021-32029, bsc#1185926: Fix possibly-incorrect computation of UPDATE ... RETURNING "pg_psql_temporary_savepoint" does not exist”. - Don't use %_stop_on_removal, because it was meant to be private and got removed from openSUSE. %_restart_on_update is also private, but still supported and needed for now (bsc#1183168).- Re-enable build of the llvmjit subpackage on SLE, but it will only be delivered on PackageHub for now (boo#1183118).- Remove leftover PreReq on chkconfig, we stopped using it long time ago.- boo#1179945: Disable icu for PostgreSQL 10 (and older) on TW.- Upgrade to version 13.2: * https://www.postgresql.org/docs/13/release-13-2.html * Updating stored views and reindexing might be needed after applying this update. * CVE-2021-3393, bsc#1182040: Fix information leakage in constraint-violation error messages. * CVE-2021-20229, bsc#1182039: Fix failure to check per-column SELECT privileges in some join queries. * Obsoletes postgresql-icu68.patch.- Add postgresql-icu68.patch: fix build with ICU 68- bsc#1178961: %ghost the symlinks to pg_config and ecpg. - boo#1179765: BuildRequire libpq5 and libecpg6 when not building them to avoid dangling symlinks in the devel package.- Upgrade to version 13.1: * CVE-2020-25695, bsc#1178666: Block DECLARE CURSOR ... WITH HOLD and firing of deferred triggers within index expressions and materialized view queries. * CVE-2020-25694, bsc#1178667: a) Fix usage of complex connection-string parameters in pg_dump, pg_restore, clusterdb, reindexdb, and vacuumdb. b) When psql's \connect command re-uses connection parameters, ensure that all non-overridden parameters from a previous connection string are re-used. * CVE-2020-25696, bsc#1178668: Prevent psql's \gset command from modifying specially-treated variables. * Fix recently-added timetz test case so it works when the USA is not observing daylight savings time. (obsoletes postgresql-timetz.patch) * https://www.postgresql.org/about/news/2111/ * https://www.postgresql.org/docs/13/release-13-1.html- Fix a DST problem in the test suite: postgresql-timetz.patch https://postgr.es/m/16689-57701daa23b377bf@postgresql.org- Initial packaging of PostgreSQL 13: * https://www.postgresql.org/about/news/2077/ * https://www.postgresql.org/docs/13/release-13.html/bin/sh/bin/shs390zp34 1772023628  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~csdeelesfrheitjakoplptrusvtrukvizh14.22-150600.16.28.11414.22-150600.16.28.114.22-150600.16.28.114.22-150600.16.28.1    !!! ""###########$$$$$%%%%%%%%%%%%%%%%%%%%&&&&&&&&''(((((((((((((((((((((((((((((((((((((((((((((((((())*******************************************************++++++++,--,,,,,............................................................................................../01221333343356378879:::;<=>?@ABCDEFGHIJKLpg_configserveraccessamapi.hamvalidate.hattmap.hattnum.hbrin.hbrin_internal.hbrin_page.hbrin_pageops.hbrin_revmap.hbrin_tuple.hbrin_xlog.hbufmask.hclog.hcommit_ts.hdetoast.hgenam.hgeneric_xlog.hgin.hgin_private.hginblock.hginxlog.hgist.hgist_private.hgistscan.hgistxlog.hhash.hhash_xlog.hheapam.hheapam_xlog.hheaptoast.hhio.hhtup.hhtup_details.hitup.hmultixact.hnbtree.hnbtxlog.hparallel.hprintsimple.hprinttup.hrelation.hreloptions.hrelscan.hrewriteheap.hrmgr.hrmgrlist.hsdir.hsession.hskey.hslru.hspgist.hspgist_private.hspgxlog.hstratnum.hsubtrans.hsyncscan.hsysattr.htable.htableam.htimeline.htoast_compression.htoast_helper.htoast_internals.htransam.htsmapi.htupconvert.htupdesc.htupdesc_details.htupmacs.htwophase.htwophase_rmgr.hvalid.hvisibilitymap.hvisibilitymapdefs.hxact.hxlog.hxlog_internal.hxlogarchive.hxlogdefs.hxloginsert.hxlogreader.hxlogrecord.hxlogutils.hbootstrapbootstrap.hc.hcatalogbinary_upgrade.hcatalog.hcatversion.hdependency.hgenbki.hheap.hindex.hindexing.hnamespace.hobjectaccess.hobjectaddress.hpartition.hpg_aggregate.hpg_aggregate_d.hpg_am.hpg_am_d.hpg_amop.hpg_amop_d.hpg_amproc.hpg_amproc_d.hpg_attrdef.hpg_attrdef_d.hpg_attribute.hpg_attribute_d.hpg_auth_members.hpg_auth_members_d.hpg_authid.hpg_authid_d.hpg_cast.hpg_cast_d.hpg_class.hpg_class_d.hpg_collation.hpg_collation_d.hpg_constraint.hpg_constraint_d.hpg_control.hpg_conversion.hpg_conversion_d.hpg_database.hpg_database_d.hpg_db_role_setting.hpg_db_role_setting_d.hpg_default_acl.hpg_default_acl_d.hpg_depend.hpg_depend_d.hpg_description.hpg_description_d.hpg_enum.hpg_enum_d.hpg_event_trigger.hpg_event_trigger_d.hpg_extension.hpg_extension_d.hpg_foreign_data_wrapper.hpg_foreign_data_wrapper_d.hpg_foreign_server.hpg_foreign_server_d.hpg_foreign_table.hpg_foreign_table_d.hpg_index.hpg_index_d.hpg_inherits.hpg_inherits_d.hpg_init_privs.hpg_init_privs_d.hpg_language.hpg_language_d.hpg_largeobject.hpg_largeobject_d.hpg_largeobject_metadata.hpg_largeobject_metadata_d.hpg_namespace.hpg_namespace_d.hpg_opclass.hpg_opclass_d.hpg_operator.hpg_operator_d.hpg_opfamily.hpg_opfamily_d.hpg_partitioned_table.hpg_partitioned_table_d.hpg_policy.hpg_policy_d.hpg_proc.hpg_proc_d.hpg_publication.hpg_publication_d.hpg_publication_rel.hpg_publication_rel_d.hpg_range.hpg_range_d.hpg_replication_origin.hpg_replication_origin_d.hpg_rewrite.hpg_rewrite_d.hpg_seclabel.hpg_seclabel_d.hpg_sequence.hpg_sequence_d.hpg_shdepend.hpg_shdepend_d.hpg_shdescription.hpg_shdescription_d.hpg_shseclabel.hpg_shseclabel_d.hpg_statistic.hpg_statistic_d.hpg_statistic_ext.hpg_statistic_ext_d.hpg_statistic_ext_data.hpg_statistic_ext_data_d.hpg_subscription.hpg_subscription_d.hpg_subscription_rel.hpg_subscription_rel_d.hpg_tablespace.hpg_tablespace_d.hpg_transform.hpg_transform_d.hpg_trigger.hpg_trigger_d.hpg_ts_config.hpg_ts_config_d.hpg_ts_config_map.hpg_ts_config_map_d.hpg_ts_dict.hpg_ts_dict_d.hpg_ts_parser.hpg_ts_parser_d.hpg_ts_template.hpg_ts_template_d.hpg_type.hpg_type_d.hpg_user_mapping.hpg_user_mapping_d.hschemapg.hstorage.hstorage_xlog.hsystem_fk_info.htoasting.hcommandsalter.hasync.hcluster.hcollationcmds.hcomment.hconversioncmds.hcopy.hcopyfrom_internal.hcreateas.hdbcommands.hdbcommands_xlog.hdefrem.hdiscard.hevent_trigger.hexplain.hextension.hlockcmds.hmatview.hpolicy.hportalcmds.hprepare.hproclang.hprogress.hpublicationcmds.hschemacmds.hseclabel.hsequence.hsubscriptioncmds.htablecmds.htablespace.htrigger.htypecmds.huser.hvacuum.hvariable.hview.hcommonarchive.hbase64.hchecksum_helper.hconfig_info.hconnect.hcontroldata_utils.hcryptohash.hfe_memutils.hfile_perm.hfile_utils.hhashfn.hhmac.hint.hint128.hip.hjsonapi.hkeywords.hkwlookup.hlink-canary.hlogging.hmd5.hopenssl.hpg_lzcompress.hrelpath.hrestricted_token.hsaslprep.hscram-common.hsha1.hsha2.hshortest_dec.hstring.hunicode_combining_table.hunicode_norm.hunicode_norm_hashfunc.hunicode_norm_table.hunicode_normprops_table.husername.hdatatypetimestamp.hexecutorexecAsync.hexecExpr.hexecParallel.hexecPartition.hexecdebug.hexecdesc.hexecutor.hfunctions.hhashjoin.hinstrument.hnodeAgg.hnodeAppend.hnodeBitmapAnd.hnodeBitmapHeapscan.hnodeBitmapIndexscan.hnodeBitmapOr.hnodeCtescan.hnodeCustom.hnodeForeignscan.hnodeFunctionscan.hnodeGather.hnodeGatherMerge.hnodeGroup.hnodeHash.hnodeHashjoin.hnodeIncrementalSort.hnodeIndexonlyscan.hnodeIndexscan.hnodeLimit.hnodeLockRows.hnodeMaterial.hnodeMemoize.hnodeMergeAppend.hnodeMergejoin.hnodeModifyTable.hnodeNamedtuplestorescan.hnodeNestloop.hnodeProjectSet.hnodeRecursiveunion.hnodeResult.hnodeSamplescan.hnodeSeqscan.hnodeSetOp.hnodeSort.hnodeSubplan.hnodeSubqueryscan.hnodeTableFuncscan.hnodeTidrangescan.hnodeTidscan.hnodeUnique.hnodeValuesscan.hnodeWindowAgg.hnodeWorktablescan.hspi.hspi_priv.htablefunc.htqueue.htstoreReceiver.htuptable.hextensioncubecubedata.hhstorehstore.hisnisn.hltreeltree.hsegsegdata.hfe_utilsarchive.hcancel.hconditional.hconnect_utils.hmbprint.hoption_utils.hparallel_slot.hprint.hpsqlscan.hpsqlscan_int.hquery_utils.hrecovery_gen.hsimple_list.hstring_utils.hfmgr.hforeignfdwapi.hforeign.hfuncapi.hgetaddrinfo.hgetopt_long.hjitSectionMemoryManager.hjit.hllvmjit.hllvmjit_backport.hllvmjit_emit.hlibbinaryheap.hbipartite_match.hbloomfilter.hdshash.hhyperloglog.hilist.hintegerset.hknapsack.hpairingheap.hqunique.hrbtree.hsimplehash.hsort_template.hstringinfo.hlibpqauth.hbe-fsstubs.hbe-gssapi-common.hcrypt.hhba.hifaddr.hlibpq-be-fe-helpers.hlibpq-be.hlibpq-fs.hlibpq.hpqcomm.hpqformat.hpqmq.hpqsignal.hscram.hmbpg_wchar.hstringinfo_mb.hmiscadmin.hnodesbitmapset.hexecnodes.hextensible.hlockoptions.hmakefuncs.hmemnodes.hnodeFuncs.hnodes.hparams.hparsenodes.hpathnodes.hpg_list.hplannodes.hprimnodes.hprint.hreadfuncs.hreplnodes.hsubscripting.hsupportnodes.htidbitmap.hvalue.hoptimizerappendinfo.hclauses.hcost.hgeqo.hgeqo_copy.hgeqo_gene.hgeqo_misc.hgeqo_mutation.hgeqo_pool.hgeqo_random.hgeqo_recombination.hgeqo_selection.hinherit.hjoininfo.hoptimizer.horclauses.hparamassign.hpathnode.hpaths.hplaceholder.hplancat.hplanmain.hplanner.hprep.hrestrictinfo.hsubselect.htlist.hparseranalyze.hgram.hgramparse.hkwlist.hparse_agg.hparse_clause.hparse_coerce.hparse_collate.hparse_cte.hparse_enr.hparse_expr.hparse_func.hparse_node.hparse_oper.hparse_param.hparse_relation.hparse_target.hparse_type.hparse_utilcmd.hparser.hparsetree.hscanner.hscansup.hpartitioningpartbounds.hpartdefs.hpartdesc.hpartprune.hpg_config.hpg_config_ext.hpg_config_manual.hpg_config_os.hpg_getopt.hpg_trace.hpgstat.hpgtar.hpgtime.hplperl.hplperl_helpers.hplperl_system.hplpgsql.hplpy_cursorobject.hplpy_elog.hplpy_exec.hplpy_main.hplpy_planobject.hplpy_plpymodule.hplpy_procedure.hplpy_resultobject.hplpy_spi.hplpy_subxactobject.hplpy_typeio.hplpy_util.hplpython.hplpython_system.hportport.haix.hatomicsatomics.harch-arm.harch-hppa.harch-ia64.harch-ppc.harch-x86.hfallback.hgeneric-acc.hgeneric-gcc.hgeneric-msvc.hgeneric-sunpro.hgeneric.hcygwin.hdarwin.hfreebsd.hhpux.hlinux.hnetbsd.hopenbsd.hpg_bitutils.hpg_bswap.hpg_crc32c.hpg_iovec.hpg_pthread.hsolaris.hwin32win32.harpainet.hdlfcn.hgrp.hnetdb.hnetinetin.hpwd.hsyssocket.hwait.hwin32_msvcdirent.hsysfile.hparam.htime.hunistd.hutime.hwin32_port.hwin32ntdll.hportabilityinstr_time.hmem.hpostgres.hpostgres_ext.hpostgres_fe.hpostmasterautovacuum.hbgworker.hbgworker_internals.hbgwriter.hfork_process.hinterrupt.hpgarch.hpostmaster.hstartup.hsyslogger.hwalwriter.hppport.hregexregcustom.hregerrs.hregex.hregexport.hregguts.hreplicationbackup_manifest.hbasebackup.hdecode.hlogical.hlogicallauncher.hlogicalproto.hlogicalrelation.hlogicalworker.hmessage.horigin.houtput_plugin.hpgoutput.hreorderbuffer.hslot.hsnapbuild.hsyncrep.hwalreceiver.hwalsender.hwalsender_private.hworker_internal.hrewriteprs2lock.hrewriteDefine.hrewriteHandler.hrewriteManip.hrewriteRemove.hrewriteSearchCycle.hrewriteSupport.hrowsecurity.hrusagestub.hsnowballheader.hlibstemmerapi.hheader.hstem_ISO_8859_1_basque.hstem_ISO_8859_1_catalan.hstem_ISO_8859_1_danish.hstem_ISO_8859_1_dutch.hstem_ISO_8859_1_english.hstem_ISO_8859_1_finnish.hstem_ISO_8859_1_french.hstem_ISO_8859_1_german.hstem_ISO_8859_1_indonesian.hstem_ISO_8859_1_irish.hstem_ISO_8859_1_italian.hstem_ISO_8859_1_norwegian.hstem_ISO_8859_1_porter.hstem_ISO_8859_1_portuguese.hstem_ISO_8859_1_spanish.hstem_ISO_8859_1_swedish.hstem_ISO_8859_2_hungarian.hstem_ISO_8859_2_romanian.hstem_KOI8_R_russian.hstem_UTF_8_arabic.hstem_UTF_8_armenian.hstem_UTF_8_basque.hstem_UTF_8_catalan.hstem_UTF_8_danish.hstem_UTF_8_dutch.hstem_UTF_8_english.hstem_UTF_8_finnish.hstem_UTF_8_french.hstem_UTF_8_german.hstem_UTF_8_greek.hstem_UTF_8_hindi.hstem_UTF_8_hungarian.hstem_UTF_8_indonesian.hstem_UTF_8_irish.hstem_UTF_8_italian.hstem_UTF_8_lithuanian.hstem_UTF_8_nepali.hstem_UTF_8_norwegian.hstem_UTF_8_porter.hstem_UTF_8_portuguese.hstem_UTF_8_romanian.hstem_UTF_8_russian.hstem_UTF_8_serbian.hstem_UTF_8_spanish.hstem_UTF_8_swedish.hstem_UTF_8_tamil.hstem_UTF_8_turkish.hstem_UTF_8_yiddish.hstatisticsextended_stats_internal.hstatistics.hstoragebackendid.hbarrier.hblock.hbuf.hbuf_internals.hbuffile.hbufmgr.hbufpage.hchecksum.hchecksum_impl.hcondition_variable.hcopydir.hdsm.hdsm_impl.hfd.hfreespace.hfsm_internals.hindexfsm.hipc.hitem.hitemid.hitemptr.hlarge_object.hlatch.hlmgr.hlock.hlockdefs.hlwlock.hlwlocknames.hmd.hoff.hpg_sema.hpg_shmem.hpmsignal.hpredicate.hpredicate_internals.hproc.hprocarray.hproclist.hproclist_types.hprocsignal.hreinit.hrelfilenode.hs_lock.hsharedfileset.hshm_mq.hshm_toc.hshmem.hsinval.hsinvaladt.hsmgr.hspin.hstandby.hstandbydefs.hsync.htcopcmdtag.hcmdtaglist.hdeparse_utility.hdest.hfastpath.hpquery.htcopprot.hutility.htsearchdictsregis.hspell.hts_cache.hts_locale.hts_public.hts_type.hts_utils.hutilsacl.haclchk_internal.harray.harrayaccess.hascii.hattoptcache.hbackend_progress.hbackend_status.hbuiltins.hbytea.hcash.hcatcache.hcombocid.hdate.hdatetime.hdatum.hdsa.hdynahash.helog.herrcodes.hevtcache.hexpandeddatum.hexpandedrecord.hfloat.hfmgroids.hfmgrprotos.hfmgrtab.hformatting.hfreepage.hgeo_decls.hguc.hguc_tables.hhelp_config.hhsearch.hindex_selfuncs.hinet.hint8.hinval.hjson.hjsonb.hjsonfuncs.hjsonpath.hlogtape.hlsyscache.hmemdebug.hmemutils.hmultirangetypes.hnumeric.hold_snapshot.hpalloc.hpartcache.hpg_crc.hpg_locale.hpg_lsn.hpg_rusage.hpidfile.hplancache.hportal.hprobes.hps_status.hqueryenvironment.hqueryjumble.hrangetypes.hregproc.hrel.hrelcache.hrelfilenodemap.hrelmapper.hrelptr.hreltrigger.hresowner.hresowner_private.hrls.hruleutils.hsampling.hselfuncs.hsharedtuplestore.hsnapmgr.hsnapshot.hsortsupport.hspccache.hsyscache.htimeout.htimestamp.htuplesort.htuplestore.htypcache.htzparser.huuid.hvarbit.hvarlena.hwait_event.hxid8.hxml.hwindowapi.hpg_configpgxsconfiginstall-shmissingsrcMakefile.globalMakefile.portMakefile.shlibmakefilespgxs.mknls-global.mkplplpythonregress-python3-mangle.mktestisolationisolationtesterpg_isolation_regressregresspg_regresslibpgcommon.alibpgfeutils.alibpgport.apg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config.1pg14.gz/usr/bin//usr/include/pgsql//usr/include/pgsql/server//usr/include/pgsql/server/access//usr/include/pgsql/server/bootstrap//usr/include/pgsql/server/catalog//usr/include/pgsql/server/commands//usr/include/pgsql/server/common//usr/include/pgsql/server/datatype//usr/include/pgsql/server/executor//usr/include/pgsql/server/extension//usr/include/pgsql/server/extension/cube//usr/include/pgsql/server/extension/hstore//usr/include/pgsql/server/extension/isn//usr/include/pgsql/server/extension/ltree//usr/include/pgsql/server/extension/seg//usr/include/pgsql/server/fe_utils//usr/include/pgsql/server/foreign//usr/include/pgsql/server/jit//usr/include/pgsql/server/lib//usr/include/pgsql/server/libpq//usr/include/pgsql/server/mb//usr/include/pgsql/server/nodes//usr/include/pgsql/server/optimizer//usr/include/pgsql/server/parser//usr/include/pgsql/server/partitioning//usr/include/pgsql/server/port//usr/include/pgsql/server/port/atomics//usr/include/pgsql/server/port/win32//usr/include/pgsql/server/port/win32/arpa//usr/include/pgsql/server/port/win32/netinet//usr/include/pgsql/server/port/win32/sys//usr/include/pgsql/server/port/win32_msvc//usr/include/pgsql/server/port/win32_msvc/sys//usr/include/pgsql/server/portability//usr/include/pgsql/server/postmaster//usr/include/pgsql/server/regex//usr/include/pgsql/server/replication//usr/include/pgsql/server/rewrite//usr/include/pgsql/server/snowball//usr/include/pgsql/server/snowball/libstemmer//usr/include/pgsql/server/statistics//usr/include/pgsql/server/storage//usr/include/pgsql/server/tcop//usr/include/pgsql/server/tsearch//usr/include/pgsql/server/tsearch/dicts//usr/include/pgsql/server/utils//usr/lib/postgresql14/bin//usr/lib/postgresql14/lib64//usr/lib/postgresql14/lib64/pgxs//usr/lib/postgresql14/lib64/pgxs/config//usr/lib/postgresql14/lib64/pgxs/src//usr/lib/postgresql14/lib64/pgxs/src/makefiles//usr/lib/postgresql14/lib64/pgxs/src/pl//usr/lib/postgresql14/lib64/pgxs/src/pl/plpython//usr/lib/postgresql14/lib64/pgxs/src/test//usr/lib/postgresql14/lib64/pgxs/src/test/isolation//usr/lib/postgresql14/lib64/pgxs/src/test/regress//usr/lib64//usr/share/locale/cs/LC_MESSAGES//usr/share/locale/de/LC_MESSAGES//usr/share/locale/el/LC_MESSAGES//usr/share/locale/es/LC_MESSAGES//usr/share/locale/fr/LC_MESSAGES//usr/share/locale/he/LC_MESSAGES//usr/share/locale/it/LC_MESSAGES//usr/share/locale/ja/LC_MESSAGES//usr/share/locale/ko/LC_MESSAGES//usr/share/locale/pl/LC_MESSAGES//usr/share/locale/pt_BR/LC_MESSAGES//usr/share/locale/ru/LC_MESSAGES//usr/share/locale/sv/LC_MESSAGES//usr/share/locale/tr/LC_MESSAGES//usr/share/locale/uk/LC_MESSAGES//usr/share/locale/vi/LC_MESSAGES//usr/share/locale/zh_CN/LC_MESSAGES//usr/share/man/man1/-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:42744/SUSE_SLE-15-SP6_Update/8b3fa27f9990fcc0f5085a037f1bab3d-postgresql14.SUSE_SLE-15-SP6_Updatedrpmxz5s390x-suse-linux    directoryC source, ASCII textASCII textC++ source, ASCII textC source, ASCII text, with very long linesPerl POD document, ASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=d3fb51535abda5e11e2c0edbc5ec906724a872a0, for GNU/Linux 4.3.0, strippedPOSIX shell script, ASCII text executablemakefile script, ASCII text, with very long linesmakefile script, ASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=8cf89985d804cbd8b2d9a864a5c5621631255ade, for GNU/Linux 4.3.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=f0448f3b4be29aff8ded1425e61dc543f086832b, for GNU/Linux 4.3.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=7380484ca9f1cb9103e9c551ae6a9214d4bbd0f6, for GNU/Linux 4.3.0, strippedcurrent ar archivetroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) R R R R RRRRR RR R RR RRRR R R RR RRRRR R R RR RRnnQe):Xpostgresql14-llvmjit-devel14.22-150600.16.28.1utf-8e1393665a9680af66af9767770f2640aa9ca0a69dfa4032ee227e6046e091913?7zXZ !t/]"k%˹%0#J:fV!"fev7D]'x6ۄ2&/v/?U#%_ҳ̓;WPY8O_Yte'EƼ\P-F=6^Е!؄޾H=Zi '']ũ/b16Jk&qI4[Šrk"-jK%jtP CXc׉7(kgٗ Q~d%NC:]A$[}͟ ?s- p3fc\_%hFjx:a=Ѧ1,!= שXď Uދ0`f<²'i"Qu]9j NS]nt*x}n=bIwfQ,GCcPԯ%4 շEş>j H>3bh31GɧNҎP|$@nT 9ӳKgk; jm3 ̉~80GhBy4Ҽ^*QUUwL\QhTaC|珃cA=F>Dc@C+dǼ%d$RfXqxs|5.CU\a]٩=+LEڍw -m>^B^e_ jѠ^ ˑ2z,<#C\ݿR?`,-s܎´PdwĖ^"&=n簉wP&@6!OmQNsn;кάN+S_eY?꫏ÿz*T ֫Gyz=}h,J#wa4xo =H"`B(JJG PxH}=G70_ulP?\TJR6=Fzג%|Ο "?9JBeeپ6OCVU-" s\;w[HXY+Ǽ+P UYbW>=I $Z sVmBl+יYOJn5a䋰q|'G'm84DFr&*3_?b5gnU\wCtk(>se}䨕}G{"J eھ\@38">xSZdj>M :6\7nԲcέ*>5ׯ@~&]S_rFp<)m2{1f[!< ==z$鞹1C`SYrzK7ZK&9#XPj݉-1Yn@da^O$7 O,$.[9]OL b+n"24G.#Bnp@̨rcT{yX:x= < uF X -0{%OʺH2|IxQ]%tM{цК! 8,);T)wn-ACOFy+(d\{iiix5h9c iip f1_ݨ?^ЂMCfhۚB;ReqRzäG(.HL u-o -*$$o熶vOe4pg;ǟ3nEF E!e/x:ܷf/,m&hڞ˝6Ɠm’i8&ҵjkBe)Tooi S!)->ӛ/XH{ CfmdY%fO}A.c&,J"v* loOLC1['h)Ȕ$O( $Ag] xќ]{q h P* TO32MwnjDgНL?OK9.:]i WrƂFydLk#Ga#6=4r[E=n(içv̀ ˀOŬybw/NjSqHEYOLto T</}CЌp|'P"y[ܙ ǸQ#JB745MS0r3J !`Zgv Ȫ9Vt^tbhYS `ܷ.hB$\6*e[hz ҩ Ug\S@& ܢm*,q1а7 ԁ-أS(o?{k΋9tvVĕ?v˽-\ ;ҬY" p60]SY鎜hnE cFF׽NB 2rqWF,~7&gcٮ[&>=;V5VÄM]8uz?AR ̉[baxblM|@Bg"Aq8֙cn=ND\ v+IV~ЩDz#M;c+7rCOeZK:IFqf5ʲʗW/ܦmPO|̺~3Ƣ(QJ0\~o7jĎu}{ʘـ˹BQ嶒0۔o夥̡"TXf|hc5-xfwXJN) ΒޑHÇ2b%4<w*>(-3 d9)ϗqq~ lp>pج.; Ġ?^87W>CtVLtwQ ]*f?! 4ws.G"P!.FI'.)r!:A͔Z~ EQ4QW-@{KjSL_t˲?QkJ`Eiis| ,FVpݡ*!?dI<! nI+47OE yGۆl:ɉ%_+2UX܈YA ̥o _SeMltuCņÕͥɖ UG5%""P.{{ޑcpڿȋEU@{/`ʪ>W>Ⱦ|۸riBRy(NpO] -JOvwXͳl9A!5dn B&ȮX!=t hB+ci%Z9t,t]^E%vCrtWv%r v^}P0BYlR|/4U#dsA4Y gy5/S\i br#^Z>M⒩6" N[n;sYǝD1xȅkWcO{)+Aw\ Wi{ p0Ʊ$7꒚sSnf>vS~7")H;ebE0*|h?ZPVy408^a}m/ x4JKnaHd=2'e YEV2'ʮD(>Oƍ c(F2STmή*r9h`wr$(B#bڠ%jKseQͤ °I ZKfhE؀T+RiL\+:ͼQ>hL+ln pfKtrmiL*{—?Ӝ0EȻqvأKF!]ZTϱ`Y.^ALĞo-WxŌ%-v y7Ei0KjltU XPb>VZBTxa!@K scL(d#J]T0;˨粟WHjx(ESc]=B=@~q'J$ٛjf cV?σW^y~׳%P-$;Xv @["K1-I+G-+V2,uNqF7H98w*ltݨ6E$st'vAu0k ϙN>zD$`v6 :T%z\X6O1dN[{ݸ"r -PHDۂA.", k+霞8ۍ>)9>)KSt#wwZ=]Ȥ25:5&lZٹd`I]>⦂]̤4]7tSOI jd^@+L` fs&CҝӀNB҉~ %f7q(K3#U&w 罱h!!<4!T)uֈ_L4,ɿ+WKw4uĦ3sbuS}b9`U|XE#ʁu0Ѩ7@xmLM8%x掰״AMMM>Ufsk0Q>M*<;kGw[ ™ nI1v>*W/pϛW`&~zZWEA Tv|x )'}";c[(cmx5q}0tzPYjT:ğxK?V_r $rN~Hw0K]6e96Y-Q?e ãi,{'<'A\FA1eO ?luDCYhd`O"vBgSmh9<@\W!0pxXc2_ *cClN+׊穎˹Oq0\T?|r?+ #O!]cT(gLYMP4|"YmDžC6ƀH v\$Ū+J9}VZ_wa;-8ck  TJkʱGiq&A Foqʈ7` '|OtečxaKu;E@O2iwo8U0u|\7G$#:Pr/zzNujLl@_DDE!#>tr ـ,[T_V  ҋE{'4:xJ:M.'®?V Ht uHip9cQ* zh+M(--# *G,~v̼&6gvAEIRHRs~N+PkǗS%mdձv^FH-;n!t}M<8@,l(gِʑ\F ^5<ذ Ykp⎜rM([Do]s-}bL0D-BC7gd@\_֤ VB\0=\uz!p!@A7cDC_kv;DYU9 ̨If.$*Ӈu+APOsb֠=QJ مYGns Gf_"XDO2 *rcR# $1gBQ_;pBhxkF=&4@3u3t[̈/%B!%{l~w4yLQ(œBBc 6<`r׍&g7j8e5@<%C ]^fIa0Zjf+CR5 jEJcSB4>wy|+,q:юޒDy.〶9n7K.11Z(}1R&l3V; KLy< qqfcWoľgYJX左җKH!8?1__-nِfZ,r%徠k | ~NY|y< vh݁v~*vvt4 ߜ.LN><ט<&ڇÐ^^7=2`L M)$f. vE1l6-$ x(˂M yher%obyV+0RCבB|_kXewjRLuwt+PLjaBCh@+EJLw"_kgI%Ee},.t3qE+G OD6kf-ʮ%0;Н/'@B s'rAH@Qny/ŕ9b2U]E@PLKϚokowI5DZCtMB]W>,gl;ҳEE|7#0īHsI5B"@RED:[Ix0pBPN+Y]m5 YH=_y}Kc-Hs6)~7cI/e`I~žٛq53gT*e- ="<VԳ-|3&`Yax< .Ni*{Sނ3U3'~CH44}w?PS)tȶr_ڂP&wM^8x1О+5g8?XYpM2*Ǽ|–(M |۶aa?N0\ggEm- $\# H-ʣ_d5XZ1 {A{6@%q!jg5˳bYnCfAeya9B Z[%PuuW7vm88ΤG3 7VC[Rg Cb7`mŃ!89'n9G0/2V= osHﶩv~Fa#D), 8Y7=,:d$ﲐ>]Zϑi]N[\mqPY@A.p Ѯ"w ۗ/8Vo_SitmTάmВO/ Ee6S>@2}];QpJgQcXJ\ΟmթhzU) 6T6o*? . =;jOh+1c29-|ݔ0!) FTLm#{*KN4m3j9#-Mhxe6HF߆^c*0`Bz8/yަTq- &o).q^[:QjQgMq`|Ҩ_RyfBTQG<-m-p1/aaU7 eà+ޕ\]'=D:)d!c%Ea~mJ]?wgZ/A ]U 6mM c pF?Fu{Z6o5ryO ^&Q4c6}m2qWNƷX-|Ʒ\ER|]◯A:$ԉ~ZG2fz1TB"+0v5z K;X#>tiY / ދzZ3y[c_a+_e7Mgg!)9@YeL^>-*?$9NuuOP0W5r q0UZ #h_!2;A7[! dVyYj.z\]({ I:Yuܼ$յEo_Ő`Ds`&ھ_8|dQV ǓFH!IQf,{IjU+j3̳k E-jP'ti=wFEoNPf+ 1b]p%;vg$U41tHc(:tOL>/yUsyU)v|Jwg%*CQ^2# Cڰ9 Zuz#cD=^ShMQr7w?_cƢ*6MTl4O PŷYihZnAo3g@!S|wT FNْ}9"ph,݉V =vNj7*=~CV_ NDM$僁EHr(naځU4=5Hf=fz>-~)=g7WO[%Ąu͡Jڐeo*mo~st#.wv9DV+"Y$*DlwgSx9^Z̥0KΈɻnj99Ll! ~)ߵI.6ҬzF)kh\]+So9zބ¨8-!}l[򅸰-5VTP )3>K1hT5l|Pc R{l"i<<,DF1D'0\{MI8&vd_Dl6Dba2_|~ k븵RMLas~bcwDiLqoQB{8,#"ͮ)Ma1O1Yd?R4t 6GvJ3 HKѡr\,La-^w)nt;KNV4k13[7%Pv8?Zpwߖ7j>O? ̫h(@!߆Wt]|gr8Vuh[n?2 Y}+)"]2%Qys?x!nmV.7gkaKL+OW}psoc8Un(7mT9%(kip,b`gWR2odb=:"˦Юu Xb!tđ}PBMDwpi?aT>/ϢﮱzW'!:s ǖCn"K .zxS/윦z?*Pv+̶2NFiezޕluwӭ͖Bb"R6|XVH +9ʦPdO۲g $M.XayNp4l*ֱaʓtd^ IzIfQ%Ď9%]mrn%e*e_}'37 ěYn[bJ|Ҥs*7Blt!L0=yMJ}z~Tk)z_1~dOEbm_|^ .,(o"-O;C]3~C.}+P~Ms'm:caJt_[ e>LFjcOu XBLǍHt=/:@RwŖKؤO+IKF@]BIf4~B@ا~?X^;b)e>c>mA(9B|Z[܂*66isATJ:b,#-%I@wo:˶f(,qjUb8&qi_WQgH)?fLG8CM潣PzF;Jy> á?).Hid"$6qK z', M*/AmGF,y3d5ubeFϛD'?yhp@ M 07za'aUuB~~)*Hvz4bZBO-^]5%!sϙx٬ -'TڌL[]мSP-zYzD6ݧ__hm%2MBNB}rkH{#ԣ(X#~+ zc7\k)Qփז#d#h}+9h FFClY!V<|0XAIYF $Ur ]{gb2֦ѷ:"k+JɩKUW[:Qaµ/?Q'Ɋ*ۋUqѺ)3Fqmz/x놦=O5Z\ >9BEeI6l~,Wv5:Dm"+kI5Ԝ 㵟TO-f\HۓT+ LRugUחhbe1PjFY6ID@͚% iWhˉ vP~pQ"FDL~hKhdqMweH($HyA fn:+A:u2X; *cDyfeR&xn *i/ oa5EUB0_76pQGH.{MmuWF@LqL әAh|] z#$1i h r`jŮ<+(DW8 Wݲ叛fƎ>1}yԭI+Ot^7B-y&wa֒s7<G2B1^'ͳn/ G"E0%4 .0b)Vh2|3}99*5؂Z}Z<Uػ9pQWX~ƨ{,Q7`+ ?y:Zcq2Ϋ 3>ٯE3zt$h=$>z!m{dhAн}soSϽNuy*t.oTp8O2jy|-7Hm58ٍ~W;dZkr9ky|oAB dnR?<W/ks+&gJ 7bV8e5f0Ay7zVL9YXx\b#%ufT1}hVz0%+')WѦuDLތ(oՌ57~# bJ6Tl-)Ur8Fz,f}7 :M̿ p`yʙ@q^CiFJO^\i:uY,Wcdx1=.M`g&9}WoMWG0W|[E*,nxLa%dCu,Bda$u=$0Iib5VPX]W}g rm,:0#mwu,T=Ja}`o EOOCt_4|f\_VN͗yQuZHsJίJgމx/Kjˢ3 i6\:Y"dl5:xP;1 Sxd|u?޼=٧AY֥K~ɨ9lp&,/n:.˵&{i3?dK~Hh;sRRs~%DyP| ✶A;\B\ 4"eB3ͦI۰u,ۥ~0 "{ Cb|lvr:TQ$ƹ7KHY ;nP7(Rh6_7qiv vd]jLA~yw>U[ 9F9;Z'86m3@Y+G5z^=;l؛`k<@e"ֵ\jYoWƈЗ19L:OtjmkIљ@@t(w{;LqiP>bO2|w%,FJ Ĭ:o4ބX.HU!jܬ܀y .󼺔z=3<19V4w{K)J R~N@;u^1+ùTZ87pX朠cH9BF|yXeJN~ D6qFIEA1jW3<1 q9Rͯ,g ;HP9^R~⫗vDzk⸱aV7)Xmޥ8 Z9f@;O㢔k᎙_jξꪓ/&ꚙ< *ϵRO^ZU^ci i'8Nvn~#ILwp+6 x0D\[ na夠c^SY!8[FbkS1r4ߵt2|r=wYJM4Q3ZhOGa&;2vZ~Y]b͚M{>^8u0>39X>vWg뻚Dӳm $/CT]/3S $&Ɨ_)1y4] "gӌ<*a#T -w#!`: p6LeGذ<~7O.h+e6+R)ɔ:a:&+FSt:3L p6iA 3mu 6ڵi0ajH:N} !"xNt8hP_ hDn.jC+PA] ?9;OhE?4Eu~(֨/kgO! Y>%{mp&M7lMdV|L 4z0#8J6xo4қD>X2,U^ؽ~A{ !|j&/,O:HV;D빭)! g9A_[D p.dfm{VNlb6hy + )*0LT4as12F&&~ʐ{23U\mn,a+ͳ#YׇӅ,.:5>'"&rN>b[wb U/ɻ(ײbDAG1&i?˃:" <&IpX$:{Crf6)jxDgƂ=g+]*DHC@e _1FG ֜ o ES[}$g&:#̮5E$խlבo:Ɏ  #3C):WI2;9[T}̲m5W5L]#pU5 p$jjGfJaKni\oI?@ӽè=f _+ED)\wahWQT/$r{>g`QOI)VGYK_`j0ՋUjz^"Q [7Ri~6jD?ŽHS˓N5&},}DYC%L!߶A828cǎk?ݼSW95l4,o|FmkPkSB &KԛO_PG;ݘVD"3^~@iRʤ7h 2u&N-9@-eE"΢nd(&0%ROn]?&zOy7j s>\g-JkN鱱GQ\N{zLOʹKJWFesPh*۱iƀGP=%׺901& mB6Ffj=x *|\A˹5Q5f,̯]3f2[b}+[}f|j-bf-8:O~ 3nqdܥ7VڣoS ^onҜMZ}!W&"c2Mn̑z8. y/eY#FQv-9^f$+*T>W{y{nao N ʤ e"Q ATg r$d%b,=@ Ɵ)n}#H:pAH.9l](49ߵ?fV ^I8rVk<r o~`YAx[b: v&#jI;+3. ! L 2o9>qu+ Sȴ<=F0H6rW`_=o골:#fWne)u;zxUcz.^_~!h#FʋDxoƾ0_%  seyf#,-HL0},X0E'/l7&f3=~\BU=B$>>!hIa׻Ʋv'.eO&XVEB샘U]2ɀgũ8sg1Vx:0^y`OCzWahù9=k>bQtKA~p  YqwD<+:ha%_HwKg 2-<e)V'="#*C4 +aiӽU%usB s7MH]c`yRS /,:~֞vtK+ׯR )V CeIңހ|R5W'ʤex lƥWșH eqZFMPs2 ivÉ|xstRƦQF(oe9~hJѠE Bݠ8r j"$ *KFtbfuT?r@CmX;md_&7PMУf^pU^ԇ&GjaAtJ}dd28TzcwtI'#7<sB S&3WAopSĘ!wtVQ2gU߁m|ɞU=@K]>'5ua E_$MSa3+- ^IbROw>aR & o@~y&)QCuL7 Bߧig@i!V{*z]W+C7 ;$~_R&쭍SXx̿''Dh3>:};L!' 1Y<Ƞ.Ҹ{A"͗hPBwV_ĽP^ }_)%V+S6ܧtt7#IQx4,Fe?@BkaK#\޹2KDYV}s ?;a'_KĜ6z¤4uIN % G( rxbjEE.j!~Rwj GEp yc+Vt!\?褓N%Wv2Awd@/Om[8%i=GӇe0GiUs.|2݄XCfQY\ϩskmV^pH)Z,dq e^$SsVZcJ, x+ШH)*+#!QrD,A><,qiW:Ϊt{)Pꔰ `70vMjZzmߗ38#l`1^mw9!2zuTZɜ6\Fu{.`<^_LY0mc"(k|W10$}J{T^ﶊ^#t'[< zAzm5]:yoDܺUUՂo [Qإ9y_N/mŐp&$mp&RittCr[rt+6j ӡ\cOwd=5b!V-vz6ymKz4~<.,% HEM {yVa_+KxAyL_X G TՌ}pspL9cd:Vh,hwɢpc2%Ƽ,3{-h5EGPj4&x }'r'thD  )Ķ: oN4k_)] kmҿ-C@ ryc|D cJWԙUt{Vcr-FqTE_~k|C]k| aJ8 H1T`5ƙu󜇨lX˂ R/4ԟݝC\~nn~b~O҆+dm Zql9FD t.f݃vGKWғ]k4C[?ʪ=:0CJ.C[\gXJ_al_}%wπ[ C)F&h8a$0Ti}0'M`pj Б;a`>\=ڐUWUcm1-]ԼA,a.}scu& Lh,>y Ŝ.lP&N_xt5?%*t<^kJz|ՠA̗jhɰ' H|Y]+FG &`ԗ 8Qgٖ;֍=S˙p\%W"| ?KTq*P9 s5/޾i֝6NĀ^?AD ^4>?Ϟ.`T9nVf-o}xe%aaM~:9X4Ħ%HLW?޵r_\9ZioSF)4B{x߬פFשmikzaGH=t_ V]uȡgeD(WS@5hIY5uz9o_>T/nt;WsB+M ɪ?lpz]l2ګϾ&3 B"5S@Ԃו.˴hQ`:Ǿ,ٜD93fk( )ALp(YKtbzMuT I99 }͜xz0) ..-nun+ >s_ d$Q{@$  rQ|#KκOs#o)g$P4r_?lyve4o0\!F O}b&uh?҃ͅ2c @hmT~;5 t>(XDyH`D@B Px":[Sb&AbR7y8\6o}qxNyM$pbܝUYgq odտM/9+z4^'(Z uo\ky7Tr| u.t*}e;CLm+!GZ kfq+~R•ńyL!li Krݓƪ\.ῐ'P1،몲S *_7#(*EqK~H]N,L#Jp> oT'bC܄HB"??dǂ"!K'"6~rT61Oa-!H.iÅmGkăFXP3@ k4ےZ|V.4FZ%FQGΌ7IQ#Pn,UK"uL %(5/uh 'bbtCD۶зMS >'7a<]@{ @{`_YyWF*h p9yiԠ\:}FҥK;YZ]JVc%X! H> p”E (bY3PkЋװT0(VQde4D7Fm䭽?Jcu-Gť8竌oNjbaZO}G]NW[b?&ȗE91<:e\!&Ŕ<)0@-7NPP}Q-{SO1_geŨ b;C}rڑ; '9ިAԱ?N㎅nnc`8XڢzC\ID<#L?4.'f%/>,1;qiϕոS}8 C2$; *$5oQ˒cPʓA`xPǨo3RVX$p[']N˵s?[EzT:aErD)V`x}HGv)z<n^kDv6H z6l1:}08G6%&% K c7hƘw(Kc*7ƛWe`P9¨o4D1@BfmZ @S 'w:"-fcD;߶¿}O T40$ },Ah[9ASד|2(leQ&Gϔ¢`:"𮳼||{R٩IT6ؚs]4L k-~"!hW}Wt+pi bPH?o|v($_]77m@_GTGsN鬚%őv[)s16MADAT,t9?s#M 0Ki$ #dO -Q({:[0'FOBDiᕿ]3ѩZXuEf fq3w8#bC B3^=_@+@A(Œk*3qL6-J0o.Wb;t'vPBH17{Zri.ӣ=a)1٠~j=ЗvkiWH|P`8YGZݬqxߙ,]⊇xS/I1uH5d*KNIiGPhp)O"߸#Bl@KeM@:PwH\b~8KhFvFEs ?^jh (\w*}(s nYR-:A&pʿ8x[ `4,E'6b͐1Q_ 5Z!Qk{Lz{Ŀmktf$ άf#L`!ۇx5[&x<4oA Kv7*HTE-~& +ͺW :"JPMY5|ckܱ/UO ͬpٰjR+c)_倨J P}̛&qp 3/ GgɚDIzg# 0U56q^!@;.(zwq?N|,ԺRL^+; )!fm[Y ){:B)٬HbpT -dxft/枹7b)ZOߥD$3 ɰ$1bo w{>IL+L4||⅝zE)a&qf..B֍[/lv=R=.U߰ZdOo41Nq]v?5GJ*j2CLT#ql7ǡL4Z ӟAE-)7Qm/dAk4_'o-0p8VKj bڶk(G\y Pϙa>2LsW>NKbEM(84CQW񻳽V ̈(u{{kRZEEĉTBB\Y:Nw9͂_~\ ܝA԰5}yzmY=ugWzAM)60V%!#r_4 ~WMҾѧ3UBf(U(zBoލzbn0^r1GSuJr/!1㌫%7R[d_,%ҘuBM#5,ӥv6U0R edWֆq "(!__O:N^SuE|0Aleÿ}Wi ,_5t%fco|=]?0%oQu57UBSTm\*^$ 5=?AZm:ƴ^Rrt?=r܎zЇڼ!wY*;=H@xӣ]!e&$=;d2 z$9~ZlA')E(!ݺf,dѦhq=vʱYEdfX:mm: Ni ɭn!ܠ"ު6;#Ki) jd'%y(iCF."R;RKJ ["⨜Mj !hRk~io %Q[5yaYm'XL \ G-me$>#%k_ޓ.;RO▕lBԥ_P~3wXd% Zws3oʧV&h SPAbJp]w2~< qԘ%Jvc "2$:?mThPDO)lA4vCGF~vOyV_/U;Jdϟ{0RJ+%Nޱv[0.0;%6=㡍7^Qi'w8dQSF wBeZ/D^ʏػ941nii7Gt6=6a@xd`A)hO#|WZ2G7ņ8xoT\,uC2LS%✌bJr~l݅D;u[Lpǹ2K-*6Mp'غksf(K]?(#H/G`n2ak֡L sh̴ihH͖͜A ׮+H$H lSbn:$ A>U%h#9`fwm< Fl˳2_N-AΗܼp磠Ҡ6n")|6N!D@(!8=Z( Z0Û6#{8Lm-Yph6H}0wcFahŅpvVxzp ^R{Ϗ5t9/M eN=XvmO\ 1+DndڗSܨNhUjA9x]43ܸܞ Fo4E}dVtbq20v $V}J/֔dL7՘d;i U++=wE$[4MGzXPs$c_} fwX`,kZS'*Q#Tր=Ÿ_ (5 '|ɔ籲8 :ZuH]ޯ)Sy뢺(ouT^ ÐU\Ca2xe}?bvn28E8?f qAiEj44&Z9U38NgLb @;ԣBs;3FbAX: 7IF:{L-KxGl+!I۔]X{t4#S}Zj  SB *TbJ,oS?hs=7tD|&G]>ibGdGV_lYPŠbRB^<-c@1"baE?gW3GK1%RA.Aђ?2VY6S:3š ARWSR@t?^xvfaR1)-,b{MCymw|!q-^ݖFf;bK?h28ƒ%t _jE5vr;bW2&;l0+#"C-zƾxC9P$?ɾmL(CQ΀no}'NIR+Q5V`Dx^neEv|4 WBM[4]# Apr Q,#Ջ0FX27FJ#$!i.K/m v -Bxil8K3;7 jh W}4B+n턅!Q>/͕vˉ[[d;~VV)ΆJ)+ _dZ?aTf`l. "|&ӖVBDZ*eē9Uu9w~#cldr5seU,M6Wvv)4;Aku7 _xC)?@ C$3֛. k0%ȁȬv*\Ky@- [D tW8$7;־uWWo%wc,zv}ʶ}x\B/_E[/W6m4S0N'giO.\Kyd?6˦tj\k(B N3[*ˆ8(w0y HUg~.woѺJdw:0/KXdg~Dba Bz\B1D?=f) ˌ>5 &9_@9HD3?䐱YFWFIi2\70aw- =@-mBO}L&IQ ]Y `,^m:Pe~7Nhb4:T Ag~Cm1;_@|Qmȓf&?Z7r (-#&ܧV2u^7H"-<֥=9͒V}:t[*C{ /Z# n2y֌Ig>0>6KYPlq?G4[{Ir';2I'yb0鶅ԶXً-azcV| gz\&.U,%bWZmXO~Oi8ҋߓZSpS˱ 9NY!spOzV(&!GvK4LCAz_ɧQ7%=2ht"nNUbP|ri䳔Bs\H ~|L/{x/L@ceVDQoE,=҅ إ>2{V|N$DV)u[%?Ll&HFl]pNOu,Jn,UFyv1_^n!1~J+ 3E0a.0޲H"J,>O=,4lDd /؅ ⮰Qe wLp|`uR\ *r>|uAנP{,0Ab+jf2®}}g:罫L 98ϫz-!6g*ݨ m~Y+g X_u Yd& 6 𖪥YRƂ(Rzx?yFr`՝5^/[ͥ+u&㠼[Oѿ*H /9*A)̳7! I1L ® ha@({F =C)9ߞTV?MƋI pB<8 :d0H F5 ٪HiT-:Fݾ(aL=PS!<-n tȌtf2Y74&x)=fqBGzSP 7ح_l# WgDG Ik,"8}W_䆖s(q9!/ EbbZ-+83SDۘ~uʀNUڒ5%cA2*mTȽ"Ʀ3uWfh Ʒ.r.vq4n˪X*kw5¹qrX[֭o\Q)|'ɏ-6`!oJMb~m0mw9ެKB>tmiY- agPxnkQ7j뻜W-N$']ܺwJgq+zI+pĠW%%&D\trBT†Z)9L[XQ 2jB7b`!cCi c yj'cC$Ss#I᷿0vdՂU 欧) g`<J%]t[~`ui%^R;;#ݦY7)/ ORsm.?vj |m8dLjĒmU7Јܢ(J7:+:B ?I#E]jWj[dat:E~7"KsDWMwn&g'3{[ kt0ġjE2 AwF-n<5:h%c:n 8$QbASZ7j 8&$2BL ?U51-ZgxM|xTdJq/q.̮|OLgRws6@zHDs) O>F dV3;DvM(E{CVCzO 9FgFpn,zcyy\Є`~JRK>;CrX; L"7Q-Xd7QaTql wQn} ]h/ ̾f-7j0A N8KdtaUQZ&[͚l,F"]IH5˄}v<,4"߂] 4?VҒXmpeAuI6i6A͠4S-RJE(9 [dNUk~0ul]#LKǵ&`452շQzl`{zŻX,>p&N "Sx"g[O/te/^L,t >ne$G_ݡ.󄪗8(0PoGAi[&=)X1pՅp WE:Q#_1r1?wj|E.R?SM_źl&/}('x=PpGpl0Nn5 ^i2|kq,V-K\~! #Tp$0P5mׁ p,xZj'ayqBj ;4J8z,7V&ߧrv@Y2pb1D `mG|$zj|8qሯϵw*irq&cdRhx+i!=Ve C0R v~AYCʭ$?RfySM)L5H4%qUk:j^3b\Lh]& 3K!WA^Y=ټO&|쎔"Ew³f{:}[ rf1!d'@+qJ Ji)8)/:Di u{+1B}^D jiio!,>H5V\!%/o#!ʛey#km/D.b籓(8uIIUa@8 Vm9 z&mț r..\ RH*ݹ`k^B`:#(bZ 3_6̻MV}cUٌa0Dsb;/* ,)GZb#ɠVJSU}' |^km TʈVIWx0N6h؅E&ܵfA>[le쥙(-J) t_~1hyZ nlQqpÕjwu~CJ: z;s(rxngw͌j@6\2%ޏT صUlсv [[P0bf T 詌ueu=:7PBˋ א7|C`i09yPƽqQ_~ByL F:_Ig֯މ!Y*hH\-7MTu@݅GutPA]xuDF7lG:ʘc b+KzLBMiر8-ܿ B)uM)?b^v'B %7X^lsv%uG2'ILT3i$=O¥j48RK__t4dm@WbEǬeJ&P5C!X6`Qm lk[MD9$TҨ:#Yv`z;ΐ쯝Z:.*A>  *b㋕GMM84Y6 eТ8ik4SCpUp Dj"Kv<ƧI|l Dv;.]s%!5y K#BƢ9fVSxza p{UuC sxt/*>X@_ghO7Kh7RAbqf}4F{ZFL$nJA@8Rs@~!/J)M#xY2p (3#rca1QG$:Yc{y.6LZ=m*٩iMJWH @nhvN}fΟf:b*]S=aX}&92ccㄤbp C~ƋAl]B"/D%JR}V@ IFj!-<񞻩y^e dV!_+I *tegH j]8?ze!7[8SWɫAI(+Y[Բ0j+F=;!h,HD zM`s #R_ <7zwCrwDOE;KISDbufkuzC00olYl[xִ.4Pzc|+Dz6q8Q%D'JĢ[XƄ+bnM_2*߾B-#DzbmTBSl]NOh xݕ{$wN#ȁvYDtOc-r,ܬ8kqcLF-)#A~v ˮ[ɳ 6!8D=zpA= Xsz oM.杳;GM;_JD )H\ʱJ,^ѡ6VaPĺ]Txҋ"βS*JRNG$G/e5=`AC*j@W]<}zQr)*Zk]:R$%b_؈5u ō򀭨NwSd&~n;ѸNv?Q.urh RC@ڷUh\RXN#mirjZV Rzִ~#bCpFP a^0jj3A*`l-K]n~`]Ғp{UvclpM`o)}˪p9F9yBZh*{mSI%qPeJܨ?69K/ܶWz#fO*F%$i4Lxi[33$'#u}w煍&\E21i)~?H||Q9iNwUL$FUUkQ\4.@ kAy@?^pLVgC<пxMd" W.\-ۖۏ^h4P:L X)Wf;tϳ3"h[ʘb܆6y;F/|J le !_-{ i/؅3ե[u(BHO~6y_é`7(p/RQf<.#yŶȇ=3:Gɢ"Aq3Ku>D,sMV*qVi-XkC3( m@+7p׿̍ s)f#/6B(x*?XÏg>qCbcAG}2iP4Us5?Oh1.4 ZF<&}SukՅ%fV/$ʭf .$|)ŏӌ{ʔi ł@ĻXrD~mq~c{9RyZ)@kM*0G-s)LAb1'9CAO)gp-F f_Q~Yi!;M z\o#UVM}#l>XOi4T{[NS+Ɲ>+ociĀ|q#^$؊)'}ʭ_@si}m"f؎L,݅)ebEyٷEc<TI#6$8[]@'+5ֲh_j*Y,D]6d&N6hAql_mX 5Vw4<2a1kCk\F'WNE=|I6tU;#%1XӆD֊^_$tڀL/P|v'/*|Y]gWL"Q7kW7G9@#ڞ;S`͞74f_c1w9 ^j}?iMWޛMdQ֢ځdDej/g/]cmWu0,+E3DJ/¤$9-81L R6$Me Kj&9xt˃Ox: mzu|7xy~N婊9[;&Y7=.zcxp&+ي8ǁoL !v[xc᷌P}ssZDďJ$|Sͣ {Δ#KBF&n*f7qc(kl/;qVUlࣀWb{L[dG C۔c.0 nwձ/hQ⸰i"pg-)e TTlx Va}o۳1X҆%Y5*px0y})VFzv( |Ե~ p (0*ŰkFFM1gAx}*:V~ GFqxm]dv'Pq`ҍ5IA"xwTsgqb3ManWiDM2 .$ =hЩXZp?DZ**hDS}9 D0:S2S-&,"KvFiCU*Ӏj]+ 1|"oRL V$ b3N1CY}iRۺ4`e/3|-x?"O[(".jqbY#$?$]:nOC-Sd`В_Sk*_RDV[%?`LyyfAp7fNMqh.!<[b` KBTRۗeRӓV'6egƙ僽qVrSTB7 0|a7Z|GZW:bǐڑV.즴r,i\GBvSWEYsLk%%K]W@'1l37q4؂f WXC _@F:©(\^1Ggi']g+ b1vAέ} S\߬&x%t gÑ|uҟWDU#(:!>E~=9VL [!@82@bNWٯhWsm@!hHGg+XMa 4)O /d/iz7mzH޵m/<[Z+Ax1i4λ,ͬr&۾bK,'r "d+ v,nfjc2|)o6SVAG_p3YI~3.&$qʆ@!֋ѳ0vs.nD$1_q 6Oa! 2S魅n!P$wo0ulcQđZItvPéc/ŭnw(yҼ1=`e lDogN%x}oA+'v n[O=а'T@"/Y)݌UMJj%cx7Om~OB= \1iK#YhT2)SKIҵ@QxaNꜴ} g;TVb ;?dXd=TTkUӅ ocՁk&©vvK"]ʄ꣣1lԈڀo GN1ŷ Z Y}3M̑d`('WB8f_Eo+buxqy)AAE96|³lx\$q괦1|Z^p9 Y$DafTWya$xCC:>wny3L,BK1 Zfl/%k>]@^IHY ~~>ҳ%^dߟe,oISh-`RfS `%0fю\ MDoF!lHwK# e|iX>ۢ9g8oj "}(6L#}Ϸ7'޷LE +P-&8IZed{G%2A)h~V uϵ H!j C^)  %u} r tБNsc4!$䛬?܄Ӽh P36g_gU lN"p1c#!^G*S!ۡz[]ֹ@0an]q3(K15e|Q9(]ܹXa8I!qI!۟%i_XTƋI,{vj<\]'zd$U_aA=p.t?Amݽ a >*1r Hx{z4d292f8G"Li15j"n| 0E2Xy{um ҍ>ih *aMδ#4A yxhWhިCsٚ&&phb2L{xsb*M՚8_ÆRchnZp w c+*P r Xz{,꤃g/na4}*bE'QDb0ݒ.C<a4 nCz`v}-EЂ0 >gMlHG(o VX*:dc6W8jwkY*!mvseA;@k)r[H&,"mDM5N.tjvJPch wp0iqZT%IR@KF{pwD$W]}=mG(u*.7]5cIȬ*TYY z c{/kwVɇ^@:XyO j rE0ƫSlox#kvfUd_ѭ>)XhvNLdmxTg׆M2pR*(d|Tv7 NC@*f-TR )<~SXl>pnVy4m[*Oh6\~K2I;ȕd ,W]p+Iyj]Ϟr}cǤX 3]]'V.\u$|d `^1*X5R!&8dwCk+$3I!w$ՙN( "N57䏊PybIJFaJ|<ꇊ)9Z+¡݃+-m+Oz;ĺAӣ|D˦T%c|Z66/" x1jw P7H\#Vg.+_bZ^*Sd22A;0oE7Է\*΢PkrnzegfԔn;>L\ő3#Ůa[ΣSyGzENtKJ;M $M_x4i-5Hlhe- |"s6`+q}';n1 BMdw 778`3;Xk54,0GAu>vji^6 |t'i0V$0,Y6gCYR[1i@!X0a) }WE%~2RJc஘rVci^ُbk&i*I=џV-@7)S!X65:P7 ˺;fkh•/~Yrw&7Q3]T^z|/q՚5# f9ϯ>$%R7Vo$(թgo5D:g^ 9| ˷S8|WXLч; C~5O-V[°zbӞ'Mބay7:%w".JUX$ڻMU|̱*\[<47O`o>/ lGcRz:e,Ӏ1; mtȌ PP̃sohz{üTF!ʇTF}v|3=Bt-~')(}_2&O~܏ ^iI/j74Zv@B;Ѹ1a(sg'BZ;߾X2ˊ\އQ"F!\>?}|{q5oC$>.iEN= |XBO-TGRڞ`m/Pv`kYThpOgdm_' rq:sQY6 G &6b#Wl>_qeؑP'j{ZރBO NVVARtm3wNk1Lygwwwڴd5rHm 㩠h믕R۵"詖 6}I*?HdkδjWݲ68Wf,:e=n7r\Q,6D84jۺIe"GRs!r[r*(@+~$UYJ?Hep24g*|Ü]l b`|@0MW~'w"Gά/Ξ!AYHЋrtFGf ߂"gh^[K9"zJ/EϩmuWIq꒨o)$xͺC#nc_잏Ԫ/Ix=B[#dQ3C;άEXIAdds㟚 2.Sq= `G`oY򄻚?h[&)ßywKK Q76OqgN S⩰W*o˛d6 F܊Ft9ɇ:I$wl#L/6ؿ/ L Y5dB@o*''a -0VݬNU%PLTώ Dyt-ϩ9|rJhTӴa h19`iuӶUf4*6_VJ$>vPYSpAtñ?Cj,.KM(fU-]--eؑgsdg`mCbXLw8}J>vG&G87'ʉХi/g,z2pbXfj'~wGڧ7||[ /]Eͧe_ٴ=Os#bÀԬէ޼~P.ŚOկeKXiTuac8$ű4Ecn`٦R&Pz?9jD":>',$NmfLj8|l%_G"c|‚L^ a_c.XfAϒ~%91Hb <~C!M7ؠ _NuHxKٶň &wl#4<> $`gO]>/+p TrtK,8[9`UUdZfl爄BI,b0]DđB`Q(k7m"U`׬)6 hD+HF9_ sv dʼ3`AyK?i"WuЬQk! c9Q?Ꮒ~>tE,`WɕJ.E7h^DF^J (&{7i|߅ }_T)}G ; >&j*Pe<#<RhM\b[ ĪWA].h%B'C;jkmZkodoIk"^MZ&iP+-\Ix%i:֓ sQSg w0ْ`8v 7wQd1 ϣ߂A;3+-1Mв6Uai+UYpVf0ݱ,=X7Ո Z&"JĒW43ґno͗zkCo,NU_9 FS풰r+ä텆=L_P>9[`OB(NZGH{bi+ 'IJ7 $ZT۸YH1Dp|p;9T6dCZuh!R̊R_C!N߷ϮYVPNp`Y^CGB%r?g7ݸ4f[`_UJ= C+ȏj]2IѭX e:\Keɏ9u4t:V|G;ʺGXkӌ41=S1-kF\7&`'xӔk9$!`s/qҩa u`**sW+' cc?}jGeg.yt7M㕤]w"yx9X[\aݹ\ -R tE(!~{5Hm,;6Q[3g? RPbu9mw%زv157Ugы`{KZ7p=d,ɐtoe 6* Ҿ$իHPL m?z|5*^ ~V[< l3D5r1pˁer}BiPO&Dtlm,<ӣFichPJC| ]sV6_ hIX()e8q[0Rd6xN9;>z)f!RFOs[eO0MghEwziG.<7䙐a8;s\)dI\ܶ+4ԒxvAsZəP")[tu[t^MM^(3zBnbq(vK;.;^{Fs5gi!| "JRD<t yG*+E)X KC{_pa튚Xu#>v[hǕ_>|52v%1}^tcRn rI aϙsΦ̙Bh)V!mĠMp_괆Y9LTfD 187 j+`;ګw"]4gR>ҽAK,z#pN&R 0p*YQ^ozm%ycy 5ykhྻ@a()c3940a,ʹf61ꙑYS? cH)vFyoYB^{l,)L9`}!lq`o2B K9CJTY,8ir> phH7Sf$:웨9Ke^z) bAh8h ^a읕oV[=:tW3OK&;*(}L[``>ࡍ[%b~F'vs~b(I^%2`T٘=k.Z +M;P[wY ~+Y9׺=X Yek}oFͻ9Yl@uw$D& l V7n<m'%-5ke[8 ˩QdIH1o^›rHa{|lIa[sk1HHMMjyFrfaN!%  c!d(l WvEKªBw=[?)eS3 솾$HngrL2EiXmz0l?AG3Av bj:g_dgrʄM/nʴF—q_Pwqve 7*cTfԸ-[f=Q1LI9u\л.Ȉ҇Tz-!f5$߶g"V|jC:l ]F}er&V+IKv\uP^^i ٟŖyەHPQ6[xit17Jq|Bov4C1 Ox{•Atx{m4⦜ " yT̆nCyV;x쇓 l'@F ʱaPu> Ykf l\N8 f+9X=|p] wO6ܹWlJ1?Ed^Hl%8ZV$wqM0x lh 6mpY Ɓ6 gЧ>hHYD YH6S-lv%OrzJ 7g]z3p3fVO[~ N@LFO~|/72g|vH2qRdV4'kS ﹳ&\RQ PV 1o Nbxm{7QWL?C5o!php Jd2R^ty*C+A=D+Z(%c`zViiXs1۾%́ӑD^rvA>ցs=Sy\>ͣW=HYoOJI *$ꚂOϒeSj^= SԧcT}_#_hca8[,rE޹@_]øGg?)}\;꾶gcƝY͋\FĴ+!MTo u2KT0F0MˎeZZΊ b ;)+.2#DZuW#}E@-k|rj@M;R RTGca\Ks5H:Ag[vU߇rJas}AtP{sOZ.pڜ`iMalԓ1ZȆ-\0? ]ޠ˳`^c2 }9$ V#"FMZ6`9Y sİ0)Z0%+:qSғBhbg2[ f11#rM[ko-IW z{vz0Ih!VdIO<|NYuVlu~Ҥ7L/-$ֲϧɀhca"w[Fa8sQS1Fv#&c >ލ;ke[kxJ +~ %zZ0 KV ,oM<*rZWCrq1?ȼ%|{i[9чll7<,uR=7cx+n()K^1>CA*;ǖ4-ZޝIr+nyRvĞ_7ö`JY%΢F߀2svihqpK*?5dM"bvuz:`OH ztd#@hwBߨd%.&ɳeЫ8"m.4=^͐ {ٶ4rG6ԡ[)WknPyPKv5p"K&8#-LZgY/й$:Ҿ9c ̅>0 ;VXh7ԓKfmuywEy\ةorY0M".K+ ^İ)3ދT`NS8ĻlR$_jV2,jMBݱ0:&I/ې9M[C/ۚ4T }ÿT;d|5 CnL岑| KފQ䅠tVHA%(snu,+RĠ:6@PBԤDBFhژ ~Kx3~ź4rF{{ؑL'`goZrԏ@/s^&JG&Uus*Uˇzo<0=8V*9UabhWYObna ]ⱆ%g/@1J5,E¢ W $^*M}^f_Á>mfp<Å(sVqP}4T۟D֋IOs ܘ]LdDm _:OTȋ^pa6#  ԋ오njfЁU:ѝkIx60/BeuE6P~X bK] Oa^!Z6tf{$xA6aTʖVLЉ:\\"r&W's ] XOIb*JS''˂)R#'h_*| ž4Hz̒ȥ}| wL\UnE(媰0^,#&JdV ryֵεƬq)Y?40GHr.k#ܶ$`Ɣ)ឡc&?=;á_Cf1W Ì<ʭ;)5ŏ߹4%HrÝKJ.ֱYr{,R%f(J[$(6jZsFV4άq4cVXV X(9TruXЈ7)HU%+Sa-ZnN_^ՏnҵtɊ]tyߝr빧f\ &-ҿ%-^hѡp }#/P5T=YD 2KpGsr=5(_^C lC_%90LV\bHQsYn "m}dF-1=IA$2$ѱ">gB' 4s׋rq>'cQDXVt:hu0ˢ-^Q~f$JliBţ G4}ZN=mƑ@ǿmC*"4 ,fY2ȧ fY)B5Yj*ThaZ) Jszzq<,4k1ș-k? t'm4@YV!5: '^ b CBϺGfIHD (dAuVxZՈ{V 44Cx| Vc;s9*r{jrga '2{l8"TۏƋqZ o$}6?hTT))=D?iBu .h#äȬdDhJ `/YuCŖHFWacN@L!->cv}M1Z\yM4 _6<AP=b59f q]O |qܞJFQ 7fJj-#!1BS?zD7=Lj%(j1qzl0=(d𒭑ej kk>_JQx+Iln.2'T;{ yqazYL&ŹqCȉY4O}y*{Է IeXִy)̟G"x˹EtФXe$Id7P_VY.W u xŔN= < sQ-;LkL?Eh;c\ºu=L]M3ӯ4ma:Xwn=t~Hd9-Ѳ,Q?3LOγikn^T' 8IS-Tc;V'9JSco ^(RB…45 ˉ&wX2G(u9>C9v.V߻"Jډ]~̪~EʾѡR'-;w]fA;+әp-|Vʍۘb+<2nYh<.x^sLŶLE7`Ջt%辜e?HOgIW*Ij6NIXz9qFюC+.t/4][Eyc'כF.tوȫ hm/ĺoZFY5)'pvCMocTY(Ac"`{eUX,/RK_]}o0 fao(tcSe(KruQ+U xί@:qlfٙaXiHWfWs˛,fbG/*t@2g-"HGRbK|ɇߏNs SFy\-*Oޯêj ##3K[KެVq_EgkL@ Υ~!$pϋIs:rȧ_&.8jն251u *W.|YD-|^i8=L4Vik.Ϯ߳*$:pEvDVW*z\\FT:p-RMU]';>kC e0u͂j$?G%kU qinf+=Fnj=iѧ:Q(}l;1\Ip!xuwP ;Ԑ<ĕi_HcZbљTP= V;%(v쓯}hlbK%RGap?uŢIdrP}xJF. :Y>҆H*ț81ZO{ ,`4-ibKlo4˄o;rj'5-#@iPH2@&6տ/G?9^L)^xVꗎʐ.QdS>ѵALڕ 4vB(G,H$8Fo.[ӗ~sk1 H`2=zg2yUF=C\-L쭙s -V̓F׬N138tG]bZeT q(uj/|[vshU0xI+.~"Vې|n%NL""sA".‡jn UaAV5q!&7GWl> D:H()Fn $p,MW8rBFDTlJ |xbVʬ<45JOW`6'?_{}LZ0@9ͱꯞ]8,Bqo<Ѵkcγ}[ 5mS~HypH*LFڍ_<3}=xP75.oG~@`E5v9PW wx2~i~"Vj[&NXϨǜmq)P%mF 5wlHd6pOF] k ՛E33S_0=-<i w8UMDO˦l5^_RNwxV=>XHaai9< td*{,֘e-mG5ݷQ3T߰)e+n%ek`A'u2ߤ>)v83 A/d2 a`%DӍ(1P J&GNs3Q^PLaL|r\w>Lf˓'^w' FW& 新zH5Uejq #?h?'sH)P`1Cri#_BQ.R2ƙ{IJ>LOųa6y6ך8=cK*b#W,(nums Va#={"<^򈻜ǔG;i8 yÍ8i'{=L`a&MGj^T32ੇ@ |<;-P_$9|$]k/q%5 T W Dغ/@Ob4=XRVsZ䔏ޚMF\kw4cq-dvVUd9ZHk$Y][%@4'1Ǿ$~Zraz$Q[is$/淚y>T^ P/wewr(T!d {QT@d6ԓ9{@o.G8H|V_@ԏԍ/c.)pBzԠ,qd4ӂҘa^Mf%Sɶ|넻mFr 1Z:7@P3'&_T#9jnIbW6|n+je"X'=՞~M+R 3/80, ȟ>>!5c13gN#:_+e1|eh ~Nṯʂե 6tw㮑n5~gaؤN6cI˛s]#)ƅb<ĺzOȓ7R? |K%*PAS× R]@D½M[tWPIo/Cg 8NkoJ'mٴOS /Or8^.oU$ψA p,y 9,Sk/e\c#Ke*#+5dF j@iŏA7ˤ>D]"h2E}3Uո$j9xSwMiyYjg/GBļBѷ:4OX@R^/b@utH:t+Ȕ;רKX4Cm~CDژ֝( ]uD B9de7y( =xj ]FbHݰ۹P4RQ?ҭpJRa4}Sq)jG Y;C8c%?qQC8 Wzk%^d8&<Mr1eFt!5@&\>dؚo o< e`:2n*o{ϏuId*Z6lH^B)@e)FpːܔG^o  )7!CB5>Q+_H`Fqg'^tXO]vNT!Hݞ=N=Cr.`ΟI,;?kfM}g R$~\^ט m]W뾳-: J3IN3گ1_:f>~YjLHBC|X*`{ yMS?]-D tFP1˴`d? kn<˰1Q/D {̄TQ>GG|[  _Q}}WH<[vi[8I$I(ht%ת6{K}Z~HU&6#Z~$<>^|"S7,vXî,)Q!Q/DVc}L YRἛ`S{5\Jncwq@J2o@7b>[BR;YbH !^p&(4֕L8.ו2Gb_[*YhkۑE]h*5gcLb}uΜej3Ԗ@bgLʒj^""BuDŌ+Z'ИzM>ꌫ&k}Zf oODWXAL3qݐI{L"o JZ;yQ+8&nE/?IS|c)+Sx : 閗Ndkeoa&b|h0&4v fDԚ7W| ϜʣUQzAʻ8=V+_.PY l=e3_ HF[TqMcUZ7rvל"n.C<-:rOɕ/=&l&z[R%M Ǩr8j[O;[_'`U+Pmg R"[1v_ٜں^.yZі6S)魿-!pUFnpu 3Bp*| awhL60 /(ЎzXkm+4)Kk -1 /O0\Yju>hs70Ǖlo(wOt7·#`>~FgO1lJ;,l%rqHԑ5E]%zy„tuC1;[76m'$ B 7y9ACAjDL2_NGpԈydx иVZr!=b_~v< ૱hjcw#؝N%^m8qS0/ϣyl~2X-NLyWYm @wE=#sB r'qh)żbCX/5hJ_pP)>d@:\gbpw%ST K E׎Bv`k; -eD37bs^M\'=㰔Z Gz+w '/oc~HZhGoP&!I<ﰅp5=Az\Zk -3N%8`e}Зc/nLg$VfeB-3l [[t5Qm&k$Eß($=Hڷ,t3*M pi&?SLt@$ !6'Q0JT(݀gE3Qr;0=[ou)~dzw0>Ql] . m!A6vt/ޝaȦk(DN_=W8V(vo0I::RdA@Zf/47 kiyz4uݽݘ}zgupсf[bKUYD(IBv3U' }ɐ(;UOkEsMf?|Qc.)z̦Nz͙)u|=J-a[+@jy/QڊNZՁ5!W^?]O'GL(5nůRJ_|pQpɧ(~ЂV||#-Ѱn8%[+/%ds͠s[e:t2T+Ի-Vł#.Ud*IH L˝aϭզ3Nd|>Ni#n j4~\1M/u+ v\.n19`Ten[pdEtb/PBd*H$kS-Tك?9FXn_w)  2GY| {qtQ-$ŝqNJo%WD.F:GG93QH>]VClre1j.kŐ18dޏӶs\ޠ'O*⧆ ao0u17K'PGڙf}LN2]L#o ߤvWXD EZǮsqk]iJSnVVT:izr1,hSs6BY?FPǪ~]ZG_K$K9h E9 %}BOz,t:A^j\RFm^n{RI,̈?@j\}#"Y}xn2?-Cj6_ {D';Դ"zq0Q֋-wn{ډon}\XfAUyJT@qJԷwjT0h6F\Gx O_wI'!~@6@#⁷PN6^/:f`AU㳘PG?8E;?5kY 1$C"lBsem]|-./m >݌Ms3 r!Seo6;a^'(r7/^dݙ^tg*y[Hr?#8-=Mglg`qN=2].l5 \G5\Zy ^M&PkZ 7.\r:ۧXԢm<;sϵt?q\ kùŒqeC@IxV=nq|О2Jpn8b{b]b0"Ϯރ܌0υSM'qSZZ] a 0y[vX?7 L8=֠ ƶ)AHCЃA}/ّd.4Z;¦aZ Y%Aت2M ,Qn%aZvٵOT㟤XrvS;cVm~vc0 ~kqSQ;[6n_Xu5}.Su[KxoApQ6Ȯn!EfyjyE'Bm2EΛ*CZMG.ӚNĀJ+`(G#8﫤cl[G . >)HI@aS@<K[ W֒'}ע. Џ[ۑ~h \n+`۝ d_ A/.3-/ eQo1نROYx|tEGll &ITڪ0D. Ïr)7 >@TvazM֛ HE5p5"} GDͰ;vRHZMlX :}еR_(݊㜴b.|.Xx[q[8_Ez=MrP?Nd[2KzdcB'EL,p'Բ Po5Uw =)ZP48k- w esT1HCWᅞЪ)u?Hug kYut`LHpAdڞOlÔװsh'UTXyye`6}>b}4"TN'`fjrkYQ!,{[ZN'c4e4(x _9%A\L ?5-VMg  ^[V7\OOz؂jruə5@VE⡍ }.zdmsiQԳVp1\hبzjW^|oJ^=o)o>.$h񽺞wo%0o  $i=$"-jns@PVtջ>c>ФyiGo+\9!tESw2zl~32 G6OKG4kn$ Y!(\C4VDzlde0*?h:>tJpxC0T8UEsñ/=q׼KPКAmd3@e{duuʲ.|J$+&/?C>˃l!s =)BK}v#[B&vT\k:0Q B `A7„tf kHߚ0N!v/nBjz%l!VOjRmJJN$C#Ϡ*FKzuKHqʬ0I 1 ĉ/@:Z_I\a㩦"&Uev{M$7*+X/"MHrnhC##wIxw@֞er-kFkt!QfU!3rW1o)8ֈ[7)C5 " ͅ6d 0nrb}1xY$hg G?;S{!Yk:-3J.Y'*cӀDد+.`ϵR'[GGmL2%`}kE hmbg@G=A ! T؀#UC)!F>F /+qULu0DyP,ER5%OU"Hg]GYY]qn\ ZCQY ^lݺ΢"u#TX9x泙QM;Z xALh"W)R2ԒSF|c>r okm.Vax2bo*dMe1"rЅ,"4)[%yUF ݮc2fIk"/lHed$C=-fUGuXCNe AU9U D||2%vBe{0MQ9p EöƂJyw{P.{dž˦!Zz!6+Q|Ԃ^SoLF[\p&5^4Cm#|HTKnIvv^͓ _1C[7+˥JQg-KΪ ߵWL@5a(K|x"ѭuMA]ȺlWkgHap}_.cQ$!Ͼ1j 9iy|E"1Hm`V]zL{ux&T/2\>>g({m[ֹwm*mBX0$t8!~X!-ճ[@"eWWB9P1k PR$DJ zNQbq&wl*?+yQ'9/:!mb Lcw",ı#> uWHZ 4^2+ y! z~hgfK\4 ]'MވvC\M}3.8O!6m:DnU o?ꝜRUe|$Sfx_Y/y0!OxTR+ E3Iru7VdFi\3dye'e%Δrh.a*wa0-wke a7?咑0CU6VY +c.h-f&DYnP}>1@\uN- mKG 5Dq% ,2.'8%-OmZ [+k6)5~Z Uv츋C&"u6=]eɯQ7$T=KaW6QK*q̇4*rc!;n>11^y# &%n fƪt:rgB/s|<&׻_"R lf2(zv;:h[pX jYMjT۶U`D.NB>cޠ,×wz&t3Up:ӭJQUmhGqGhI_jq^WoR8K0ԹyPlSȒplCfI+̯m@v0ju=FAo_(E_`=mP` }~#€;~!8"طM\Zm0* (+J 14()>'@ovѩ~!O6GʹQpTޮɕ) k>/c;}۵^QLm%)Rӑw H= / čsګ 06\|.H3,I[im^H\I_\N{kOLj ϙGyD4-c+䫐Ur]0ղȺEU.;>Rk|&K"JhEI,pn{hYf9:N'(m6J~C|)QE`⍦G%PjI!xS99fa(3ȥbh^Czm&[ qg\Znp )Dg]fzx A4fy wYmSRIjr5{,",) /r\S% H[PS0b&1.BυHeLNĝO6M̐;_6d D5]^?d7@fG!44ߛ='Yą۳1$`XW*;n_I}iD1vOW]p]7KVő5c4pӟ^:! 6isK&?S~Oszd Jm kV2;&^{ Tb^RTR ΋8{2ߠqR`웨L89wNmB WkXp8'ȴ8IhmL`"LPYoe0j?J" ;5Ns fXb`.`Sm. 4F0Rբ9g/lǸdNopB\,kP44Vu:dSwn&Lg]wzv ;[ZfMRs+}ɘ(ī9ux l,7{l0˛DRiofB0?uǂ oφxի }!9 2D>Rb_iM+9&%o^Pћ߹C}<õvEDoPFeE_YN1@9ɪOPQ}5[U>B4xL2v PNm)+F<~+ٙ/FlPO,FŸwLjw.vuU%\{Μ\rQ~FWX8&xd 9ʠ&v7Tv.@]`*t{ZE+3UBc*i{|Ʊ~HtC0=O6s B=IqVna_N?"[m%*J%bQ6%H85S[⩾f 1lUMAv\tـD6T]p7j(Z͏fws; oe ȋy+4.9? 0bc+sw;{HX\t);{ѥ)L~ DLAN?MLdOC# h.-?~gU'PgRsG&6HWE\ʛ0(10x/rV*m+/ࣿJץU|Z $1 fǷ>M~ ΦfۋAE0KxיWՀk 꾟&gW`duq lrPGNo/,9M忾Tc"F]{ߙBB599YgLd+tݎh5?6I"gג+jLUuƭF#Q2¡zfQƒph G#ZW'zo+_#'I\Kr!p9\'E)5Cx2 \842d\\ =yZ$K t(\<|G0sO-h?SM/nރ9'KRO+pU40L&"gݔhO^l|go_9Au=}f*gHycpeN]!N]?lKK:OAɻitsӡo?jU`\ZWeϯb*k[tM dq1m$jk!54[)L#bzKТ(j zֽKYaGZD@4Bx;^'UTՈBuƬ.!SNxҊBhdagr׃sDlY3{!rԋr'<xXLi譻)4̼k@ ґ9Bm>?cBM`~!f`lGaI@Yje qIoNg6X\鳖(fO2,K+M;^S UQ3L"B>`ؕ>\]~z+n_L~I`h;CwA+ǁ+FoR8!^`=DIHo`RBr2O!pbiŔȉ+s{ﷶ|VA+.SHE= cz[*ȨA@a`24L"CJbfg#[>鞸6C9tyLI7*vu\F-Tﻚķ]WR. Co ů].B'=1ʖ<@ >lZ)Hq[ /:ll1;ʒvZ_]'ٙ=;kO/K[)a"8N $={bD5GD?f*f8|u8hPvޓh ui3_FuC|pa9Ģ(senS<`_P"+tCX|hPTB3k%~,aK\+[(E>(=(FTeSyi7APy]+$)jq,; faȺ}}.2KJǏQRjNg?^qgо+j\GiBmB)c[ Dqa8(d2lĵ&ɠtNbqÌpotEkxsI^|&bGm!?p8unδrM5A.m[ Yzi+z {lS9d,U!VziKB7$b~ 7ײӋ X{ȕF9\nl!!6-%N;g+I ZH{9&ihD)JVf4sjVDqjY{2l[@L(nqzn1gZ.ʃhfhZ4('0orO蒶 $fЯ_fQxQ~V˕[%hwey[!`ۓK4NUVE4r{caA_Cv85C!jx2!9 u fL(}Nt$%N4 1HE$KY{~,b0b:G ۧLq *TC4Ypʁ :fE,TpڳHxe-LC/<kD2{ox*C!$Ai` 0b+c$#2=w_&~4) R }Usoz5?s -6Zg?Ѕ-iۙ\sK{`Cu}%<)*G+aۻ[Ho n!_{\yDpK5Rt 21|w N6"d-H J;\P8y,8$40VY&ҺC%-zu=Fxq6\a@y%Z{g5]i\WJDB勾kیIY~{yҹ\[k͌;W`.үd}6[N t5kTaO$nM3=NA@V|cvotH2˜Si{$*f/j,&UѽEEg#*\VtPQ^@Qn y))W>Ȫ%oz͊A#jkt`,;.";롥X^R8}`(Ї :Y#z:䃊(vR3.q/h._*hMJe0b^,In2Y澭RT 6G$ R'αK.X6q>chީ5=cKrf1-w[Li8[+qqQfUBT.DwM"403 ǙJk;_}_%^MhE2peTI<=5(/:uCīOe_#nU :> _'e(d`lR)I9wJQ#dWE<=KCȾݳ͙[ELJjgB_*<# Қ{2̂[wѲ _}#tD GG,ڠ`+)(x H}wS[.d/3J!=tO߾sxu'S9< ihp[1]-(cf*(? 5ԻyF~N6/V3Mrِ a_My7rlRԱ> LYbE::Bʹ"K.f>ON:~= O iz˼/S-vx56¿ Ҟ: |6- 2(;lXԂNdxPCٰw awPX-k [| O_qTHXr*y Αu0\n:[\Яr\#j;T!s` g c{֒*-]kfREv(3Pg;NI:3G{ڝ%GhᑒjV5D&wS7ʧsERwuű gd'6~oQ1Ge$RJ F42se_JTD&):ĺ~ g|L/-Vokw@@ҳ1Nз7OjurSŬ^CC򫁔] +l+֞Ya+@L(s`K-vB`E/:=50OM־񂤟dm͙JqpdYZ_|`/>"i5I<~FZl>f /2q ӓr\$K J$hkTr޷< .sS8EA/G?cM8eAoժ h 5qW2bZϔşD? `52ёQ|#Ln~dV7pژ@Ou2KcQٗx&9[v6&ArOI2VF}AѤhf4@Sp:3pZ2ž>2,ρ4CAsgjk%B &-€ &|ܛ͉2 T1dا4y]$8b6$(L.q= aF%d7[ay>+t2RM^=H.oT&@ݪ~pcQ>5a W AbhY6} 9Ax+jB"V]7qx{(IƨJ:MsXFomi5Hjoo c@ _ׂr Ky`Ơ` X8>%{t)D"]G$HsR$.gq_ej` 8y(eLS~[a͵k+6Z.[#0\/(O /Ar?~*X W au9is7j#Fxܚ7INrBL%zX5"Nۭ0th\&yMmɋœ *KO:\ kLv n/I77 9"y18ݢIŽek%iJSnq X >K6%v80uaVyИΈ8Tx^Ӵ_%H܅~cxl~MtEG;EcP7}4[ZWZF*O @?_JKOf>z$ř^NJC59b,tVp&]"HV .8_Nb ӣA91i##CD~Z]YJ,;iu}aWL>]uody5׽DXjQ\V˅QR?hM{⮺~~kSᾩuvJpRêf{ XteD(JEJsuh"Iv/UA\se۷\ ! ,UgtA^?-|xv1F? Z=9`(NhXQ|BClegK޻_JDX كzG~:kP ^:GÐ SxԞmf:yNKȆJ^`)o v`bko/3f `h)yBvb)3H#!;O7zX9!\}0)T>:֒A_DDgތUt.W{H'Lp3Lӗqc8 td OyZG9YyDT1AI(%%IʄGUC^(o(-[-`8Y|!CigKЙzh7rJW#7h4pqJxKwpfL'2aʶf}tڛ\A8.)3MGz.d1Q^ E4 `KTO3糰(;fXBqD5mBP::rh 2V ~ഌss-IPWQ__,9Owd c~/\4 uClK!җexK1 mZ>fK[6a|1.Lg WrDS~:QZi+пaކ gW{*U)ݎ~ 3f!*=$yJ=Qt/M _ "ܢ]B;b[UI&뮞aɓ碩{IJ|i!7ӒAZ]Zl/$naWKv݊#@A`ehN!1!̠իt%r5OD1/L֫ݏ*CfcXrcQ1 n>}yutVc+T@88lS8_Y5~w )\Yyj̰-/C9>ghF PWt?Pr@N1rXqtɓgΩqg^wx@"h U7R$Ur HD! ӬWEtTĆbQPӰ17S9S1;E7kz+X :>O^)v5\!3? ߏwb5$MsE隴H;c/dfoc1/jaUr){gS//1o2]/=;қFJ.ocK`/R+XP a`tfPL| `4Ԑun2ׄ4':eQ^klkteϱ= 8:OV6,=S[En'yxA{i޲s8qg 1bJGwBi\Hyftn t(u-`1XZ_ *#Jqa]$ 'p|`| zҎ hY/08E01@VfSpA6O H͙PEataq~TF Tk3/VQ_գ 3ins>ڲ&DDŽ~GƽmI w }eMR/XEu Z/ehlDHb&K$ >s.T15+,Jwsv :-->1cXTl@homCmw4|2n*m{Ƃexs79Ef+ն1x]{J5| 6;N>͍TU8 DQct*n:J$Ft㳂m XWuӿ" ytJ(5. IV8rC0.Glmݜ"f1vml!OPPJ$/i(+4 9Ed'Bl?X#*w\ yt6Vekk?p<~9/1`^d̅fZ򹐏" Vhe1Ȯu4Gן>=l.Cg|$pЅ,SsHylu҉!cRR:á*t9[SnV<±@XZ_}h΍ mbT 72X+ןY0p µ@ݧ.9a~wu#f0c=VtLkcB|6E^['we-EV#(੢M|$PNDk?q7wM] !RE(M5^q?IK*M;fh ǐő~ҟFItv͑Y|=é ?`/k5u-,yXo$:]TG /3\DiVx]R̵Z]1ol.R@A'1MJM">;ƏZ~J*ϫ"4h"MA) [hۺ[hE\[ c&5c{cLTy䬙fي0&}>cbJ&էfw9šyo..Vi'pAn=(T=[!˟Bi2n]Tگd ?$B8 QBPbfŲ.v@Cyf"l›:^'PTiipIאرXh"=W/5iA#ҷyݑb/|{0ZXD5w,>%41@z Z5qש럎x?~KA( k}ԶFAZ]4@f+[1QjҊ6[pcpcٔ(q), "vb-aV X` 葟RmBs/]*H)ڍXؓ[{0R~\&Ґ&Ptce4/=w&p yo P&NS\hjhl{݇l XO=!XRPl1O2VŇB@TtFbgN+T+{^&|OEVKAUȰnϨ|kS9e"vP c0?4r;[ 2慰ݽš^r"y_ 7Vv@;y~ }eαzFn{%v ѩB|Ow ѡVKnP=_owZA[+I(jZ@ۋմ-\>X'wv^y3#Fa_f046-C]Kբ@0/р:#C#f~g\KRc7ۅl miO8]9~"Z/E:!lG/C&P_¨9a&{6 v,25qݦ׭txX:NL}Hqjl:6 u҇Մ9zhQhkVP.Uvpټƥҫ>' ֩tZb zIrLac:[@D{ve~S&TH#9M>D+hS#]ca6㳊&qkMvBBY64wE wJǏo`l6O+V|"&}6 |W]H\X8=02TݧDˡeUx@Gߌm}љu%3 %E[՗P=xigi*:vn:#3Bʂfrh YI"%Q*yw{ i9 &oB^ڡ;]zk^\rB|VgY( /2cW([sHEeNu;b(#7Fd[űiMzN#_ @?λ)ؽΛ;WQTHZղ]w?$ش6tghp7{ 2.v4^y@k,n)G]WXU\Ty#@X/C)t [ B_z?q8MaL9ZT4Ah\ySnlsCX6p;FnZI3h7+PH;Nm)A0]Dm9 VZJVRv^Ew<k xD^=2ɜϪ$ޞh{Pej)fc흱, w C:IAoi+1P:v8%kKƚ +D/}Œ|XjZgj 1 .+sg6=нjiˌ#7&lڍhOlG$Ql zRSE Z`:lӻ~޵eS`]i4诞yF|A@o{flk2@q#R8%ׇge22ӓl12SZ>i䌝b-#m/İ3W5.|7Fѕ>KN‡+'YVh誨( ʤ6灸0`w"dRz^1юhq Tn+xʭA_̚伞xXj2yZ !\@ !u3J^uv!%{&brH@~ARu ,`?~L_'ݖ+=UvpEхaBIFӑ+=_)saTQzen܋ 4ybrP]8q)THr1SDm}be?+/c~;8IL:Ψ+WHzIz.(%#\ε抄4hΠ"*E9IR~H=EVRgʯ;^^gGT` ˇPG$7.1S˯.[jxBA NaIlnS_lg zg]|eYȟѥv_wia~4,3P#iml&.${PPl,|Ɉ笤=^0(.5sA"7J35O etTnx50lv&GW )bjw^?m(l8IQu1E3bFd_)ǩq\8ḣpTXV @}~<@<O0d@z췽%O(O%mQ5NTitϳYO1dgU&["ܗ6M ` |B a /d:Q톒L6xǫGlJKhNy\2Ex:/Q5ZA o}dv֊'2V5c`d̷Y?c' bl0u!-D'k$F=8j8%ǀgiSAn3B&iGM%7 ׇegΜMHv\VA(}x\8ɗ+*&KR* 7DDq&e֟pU-@e Tb$ {ԧ )5Gf]">^-* <}d2v,7D3I.ڞ9j~Dz!_%F9hJ{aLP_Z%~'e5%M3dʬPY-G$d 9N$YhP_YpRvrB`ͬ?G CM4 Gx "aFR5# -a;2nsA}2P)'c}r(8.Ӥ#<>Rh\-4'V.[pT5tU 7f+Lt2܏,RgkTuFEoۊmd 񏰍zw̍a'Ն&F^6%R=kKϗ/aM{bP8pBbfg}V(;|&/GdPgC< ~_u7D}6x [Br?rj@f\.^tG1:UVPAѽUp/ sYϳèDqg!<:l\8r؟TK PsXO#J!20D;?("v9J! weKK4;v#[.>Uϲ* k +x4tX(1w6=G |HrҭALĥ$j<qϬ12pSa(Qȋ '2;*[u}kDWq9tu.1TXP4}#AG`Ad'N[(bE߂}$&%{H3 WVt(oY@.h|6֍F93R6̰RʍE=܀= x3XBrk2w8 FRDjZ9ueh8Mu>;-igZRwvY򇨪@uE7PE6+]`E !ՀNX<; aǙ6u|䛱%R73zjrv89XT.1St6@ ;u6}`ڍcgnR 6]|1~yPPFg9$.+E.җv z490(cHJDN~*%Ԁ^kHW \7'D$+"Mo~ TN;wӌ@<4N8o12na(vY3t~Q^ŷ]޳ GfSh&`G3VuƻGKP3uMfC:r4CUVD|j!m-6tUަ^fXq\C-h倊ZܻP]/oxUxE5NɤBs^Uf E_GowqkZ5ng'K0 &a>uscq_d +{`Ld(Ϯnk c;8=E*MtW'pX_Uу!ܔ1_+ΕrHKigX8B.85X{v]s#n#S"Sڧ7HYZ~}+q=(+\̈́wB N=r=b% PPcrez 27iH<(x;&nS!SVM咅In C!+R#O]LB*y?f6IqdG:1&"fvL*f'EɖhR1ӿi D7CbWZ͚1:k|vLdڳ0Χ~[~ 1-^\"¿o97|/[6Մar!I uUߢraCݓ ^pX} ÓMXr;`6y: ~IzTg^`q`Fs"/gJUa~۔q)9- *y)ci0G &@65=,p`ᓉ5PSA|lM1zReG'8(,<,&Py?({"*JҺw*ű:ֽhy 1b؋.OvS I,%ɝs*K edӋ<ل'TC4tsYU@cEA<8TERce$^UsJ~| >\E.|N嵚|r`J?JZ[Ǫ18`riOn-ڈH*=tyn>Ϩ/{/jJ[@>mN@ ,iثtٗhGfnSΈ#$ ן:v۽Ї::##L%@"6lBiMފkf&`8*@+$9;ܽb}rwۺ5z}؆e uضb `Ҳј{Xf5 aF,#M'@Qq crfOΗ04(e`&c`{5Yϻ 3ж+VOLp~m4RKr~|7 wd-!G/μEm6UŞjxO_%X V?oя#pٌ(TyJ'}ci]9sʦUuT0R2dB\|ڒ͎e F~ɕ3*Rd *XB$RՇ _#F;&git7lX"y㓲I+%'imM FY3[4=$XDƥ1\ܼ%Tשhs*_6 EJZy8 1IT;DFQoSϏ襳@XWx8}kksp d' "O}itGMV#uI?:QgŢS۫Y~O -S?kJSТOrc?`Ϙ .;'wge"\]}Tbdt=pQU̝3I~7c>B,T =BFqK⩥$\s֤~26GXL1<(ZT{*6;b@9^nu,p(ɣW-%(%5j$ݩ5EԐCk %kؠVO&V8/[ѱF}pt@Ͱ1u;'0@4o&$8Βgak-܏3"PJO| ]s EF]f6˪y|`M/Èܝ%E rnɟtIdojɷ BQsh&g6GO6R\i7V')9z%fӤ*>#'g,̓O !ˆ)>,#}/!\Ur&vZ'# d"DEA{y ݓ_N %h]_.+\~r/Аj6,O#IHvhtMu7tr$\ݯ à H?d%%_)Lˊj,ۦxXhh=>~aW)WR&{{{+O?++*ұ2NEH,ZNIZ)( 66|4Fy 㒪9gibj \N`R w &Er/_wʭ"Xtr'=R#E5=Mi25&)$؇f=Ae.^ϰmztW '6 >|i32=o Jz߁+{'"@۫j.y5;Eae(k\"}b]m@SHl=g593yAJqIDRbe>#7D;67VX#dh;}|0,OT=Wb|I\z>7ӟsm Ϣ{0}/JxiZBI Psũ!==LkZoxN<쒆 eNe|NQNKߴxR&b߭xdPkW!UGN|ـjЄ?38= >jvAԬJ2h˪WT>->Ɖ;o#-_ěN 85@i95x> 41 UTzm1PӐU[)蘖ˣD2 m`d"AhVD=K,4aF[c[{"y!֓$X/ r?˅ı s3MKR m.9t|ӱ\XsG^/LD iޣʼmpZתGu&˾ČVw_}@6eUmDdCyZ&IEw TZpUA:^Sw.vckPuV:Ԙ^5cHM ei`j_NZTwD@Oڷ&ILDd#8E4 S!HLw_wOB?P"QC<ةxnKLl":= =P%V*9AR_;=Q)[xK춈c;mn0RiVeo2Sl >TZi=sTiA5\s#,(I%~|6۵!<3u!P^WۨBjt:g5A'#iC}gfcY>AHwÛGރhZ:RBbBG)sbqBn`Gh{c/T `XV6HzfBn\~Q?zVOL'D6r!FYV5nZv]*Bޔu[vmIj4^)/BS8 {yc9-,6T,roWo:v5tCCi7&X#Jr7' څڋT7S|\L 0BE<ͥmj\ZfGJnwr甤fyР}_ፚ(9P4PFO޲].@Vu7hhQ9U*;yhVce"X8"n/(ps(sL 0jImC-uv Yj(؃bJ YX+Kp1,7rqI,LȰa s2@͙voH%kJ>68A/qdv_cf`#|(t,f9l~S-iƦC'83Dvć!yV+)`]v /GR~Q:? "WWD#06u!g:"d5JͶ ?f x(pdž(YuvVE?*u뾐NXR$==2LS8'iW1c4WdnScT뚧j٧* N&#^nէ] Çw,KrRϽ.(s6U@8 JWb=%KbY M{C>l{nl^a+6܏vfӽm.w {Aࠬ[=BRO dNoQAuFI3*NO)vbOAVaߍQDߟw\4gUUUZlQ:F1q1ƾ.aŹvJ2ͯKҵ1;!>w<=e^TOylq0ˤ{n{![󝊟p҇#D3Tε-ܱjnF}H'% ;]b?[ \!D*aa9;%y+ZhO6:/]UنΊ2( c@.$V c`'<3Vv3u7dWrr&]_*+ZX=#lyG?FYվWti!(N;NVO1C]SE)IM quh9%Bv\l#/vu= 7J^EՐ`V^Ll/-ƒ8wnL V2wHNOg'ϋ?2ZN+qE's,>; #}!=Z0{dNnڇRς4*=8cIy "ctrHbS,,.:rդZe^Z_>%&eRYR`_9¯QFRs1;y0Ly{';a86]]`  Gd&8 IyuoO !! w5O<^-/@A~?WV˵eP+ ҈@HH{.Fs&Dz焼^f߸SG!q{ʥ;Eͪ@ō\q:w8gGѳX;1_q\-ouϞZ.F_蝗cꅞ%>lB.L}C T+oiĵmۑ Fnm`z;Vx];_ԧO\EJ`8Һ=s1t`\t '=B9KbH"Zܟ{햍P?wb݇uܨl:g,hp2b"K~~>U\~# U(0@i9"vmfhѵCC%*JM6=7zO\p!)U(yj<[݉",:ixj$@ݫ2UϬ؃9QnHM JV,,m!<=wyKA\X RPN]%.^A~w )b*0/$'8Ɠ">J`mxf y+Z1HHR-`82 ҰV2MdT/'&LR|5d.NqH fE2^] )A6bx%7"[yJs)+|1@bU hI`3ϴY8!b@2s hAǛt|7w+!qlJٕEsԹ>e,QXնʖ*ԔV2^G$ \UzYՀXBm촌HJ!KFĄD|0op|:^#mڂ^pV(/DXrAl>Ki9 " O>yAKlvIX%ZmE7u} xXÒWf+yn3n{+ؙwc)`B%' S^zeDi2dQdIt0f?e6aȳ; Q `ffl_.z[H(i2kBkA &{vgHtRnNho!Xs)e(S‡aM`ͷn4rMqF; [ňU_`lɘ'<~ L HT VRuj,\ԴuzҍݑyhwH(5~]OSuk6=qKmWy9%BYcQ`F|i-\rkYC~z0LASu1%s`oLJ0\-t;ȤE!HjeYP &?pyތ|Luӥh Nc)|xHǑ^|SOeo M0cu( A;T,.Q9T%o#J_.9cOjܯ>FZ&+t&~Km#q˪9 ^!̇nj!SCW /_|T>)SVGX~yeᮋBi\Ƿ{ƃ5ܓa^np=່\kGH.I μͽl; "7ֲa*)M{ԦKڱgD7\ ZsȔhjIЎBu|K6ћz:;Zd=4~b%)T"qVb!`!P# I69Oi>4E죗UӼ`+Ѫ #[ Vւ9NG0x92it*o7G\?A&-#nj jB^5OD4@QS.ᘮ;SFWJdXHXr +rŢ\`#Fo&Tr:XB3> 4; Uq-Y:mU~GjUAŘ15u !v}ppκГnR* _/O0?xǮ3/vIZލ4Y2-UL]}t8|0byUd{Ėbffm{)E\*vG43te8zj[uܣJ"|7EkK.شN(EK]kHHU= $;|2KhRJ KQ]4D,iG J77 gcye'@- ;!˷є]>ԑW7Pk0Z RLoL ŤZj|yZfkΫĀ?j.a^h1£MO^5//Y pڅK# ѻoΣUdW%^;La&LB>~Ŝ3w1рźk'EB jb]\cl+ueBS6Ly8K,5bcQ*Yr9Şg"Y@B- |Idu_%°+duBRLz5X~5:,Шw\aϫi8"'Nf'BUwM_]:(G:i.>t VO-82 e\ @ϴL`wWQI[D2fr!Tģ{![?JSqƚE% )~9JO "ƒax!IhU~niQ1(,Y_a6~Ez BxG<*+ bjy4 H㣭\-+j}*y&m@IW8P.Tj-tT2*VZI%XmUزFPQ8W4WcWJ1`-f@uq:,oos)|CʺXi8Gࣘzf5|A΍VkBf5ɧ +zLuGf%IhG.k.a@}h/!~*\W؃"ߎ)Ө0!#-zl2:,3 GvJr\Zo|2m=Wwy`~%rrm%񢏛!UOH~7Ie!ѩw`ssa/NOEy$~tWa]ϥ-[_\v|P;(^ p DE ?L#*3[U70b"QEЍ>%IdA$ U54fS4n7 95k/]t}׸Et&@&|zAkuV l6.|. _PkkdR%+NeBGqt"BwN׸-'a~$t LKRaßy!$Ԡ+&<A,0gQx9{)ZhEJ?>8L ` ZSl [)pWK#Θ'sS0H`:b_IOn dI}{*!;qev!苋*RredO Y! 7"bYc{K[6C l/;.枡$h`JVW::.Ԥ``)E[_'RGϮrO\;W M:^}~2r akg#{:< uIuQ01ҭ[3eUH(|T4"MesS z "_w#u0*͉;2?H 5RxIc/x*ew37 9ȟ! <*6G p7+c[ugbrk(+jH_hEGz:0ݾ{`:PRFV|M+.?: *m"5.+fBax5D h{bɩׅ׷HutU4휜ZQMS-mܙa[-H^P\7n^u(VxHóP= s8M r_[J]]0! 5v!i,p4%=Pp۟YW`wc `&SR9lT"7F 6-c _ϬSH|_.\l[(dׅFܨ:U8øl#mg $/Ҕ !gH^ج6>Cwjzq s'-yBc;D}TAXAfpkyA`-ӳ={lK?S vmiB * )?2_0[? !`U)f==xj.;\#^Wƒ # _"[𰇆-X9\ш/Yd첮2,1tTH UV0 FYawO .~E/D-~>kڑo Lrն YZ