postgresql14-server-devel-14.18-150600.16.17.1<>, h'Np9|e/kD]`bMHt-+m| #DLj%1XC`:Wn"(ym ^&AB2Q/f_vCw/婍9Ҟ&S psUA*%E]p"& -cmo>ٖsWDT t@dΉêN[S#^9( Nĵr=a~~F`f,c:%Eő 1A,L})q'A'$$>Ww' Ս >H+X?+Hd" 1 j  9Ze {$    .t  P /AAP4PQ@SSSS(T8T69T6:X6>@FGH$IXTYh\]0^Mbcde"f%l'u<vw \xy*<z******++DCpostgresql14-server-devel14.18150600.16.17.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.h'Nh02-armsrv3l[SUSE Linux Enterprise 15SUSE LLC PostgreSQLhttps://www.suse.com/Development/Libraries/C and C++https://www.postgresql.org/linuxaarch64/usr/share/postgresql/install-alternatives 14/usr/share/postgresql/install-alternatives 14!'zx ] AV8 R %DC5$O bJ&34## tNNP9 E8m(j ,Sq U* j Z/ IXa{AS@7, [,u!TYmY: 'd   TM}v 5q  DC >U ^ %Mm$R   @k ,  <j oZn*EU Q >!O8   ~{ ec !2bRV)g @ [0#  /s#v~G8O%j8m`p;OLP, !8 l3OA &[ b-T*,Y s> & $e 2UI+VRPQegYY Yc:E,#%:Jv> XJ'&9lW "YC)x ^Q. -- ) ~0' ii\ SS = #,2J &*}PNjBD>z\ R)UPO%5/!,k  'K%^l)$ yZX7r3='q  Apxmr;A ;R fJ<N / KCC:Y{@}5 8L*q XIs=( Y" '+A-4 !~ 9B%#%C',-.-b?d^ }* ? X#Nv4$ PB=rN* p Q :g  - |N 36306633?06<3?66<9*$*$'$!''$$!!-0!'0$-$0*''''!'' rj >2E&?# 56  LMEp`ct P= _ xF Bz~ 8 ?xy]  "u  9(\`A$A!4G $te !j ) LBV%   Z@ K 2=BJo 9#5 h  : HSA*B)QN ^a95 k g%.sU+Q c0 L] '!E cH6D(i@d,@c@clc,N@c pc@b@blb|bV@b[@aaza@apa\>@aUaQ@aO@`@```q`OL@`Gc@`/@`#_S__@_F@_mmax@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- 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/shh02-armsrv3 1747406363  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~csdeelesfrheitjakoplptrusvtrukvizh14.18-150600.16.17.11414.18-150600.16.17.114.18-150600.16.17.114.18-150600.16.17.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.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:38721/SUSE_SLE-15-SP6_Update/5c63cd72460c20b4f1fe195a1cb7f9a9-postgresql14.SUSE_SLE-15-SP6_Updatedrpmxz5aarch64-suse-linux    directoryC source, ASCII textASCII textC++ source, ASCII textC source, ASCII text, with very long linesPerl POD document, ASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=1d77b34ccbb5e4f30e1ebb630ff18cb11a1e2cc5, strippedPOSIX shell script, ASCII text executablemakefile script, ASCII text, with very long linesmakefile script, ASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=5dd8824d593cd4db7930cdcc615d2911eba35b8a, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=174af36d60791908305119cbfc73cbac2a56df2f, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=3de0f3f5692fa094b93ed47b03f39f832de461a2, strippedcurrent ar archivetroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RR RRRRRRRRR RRR RRRR RRRRRRR RRRRR4.Yw,hR'postgresql14-llvmjit-devel14.18-150600.16.17.1utf-8ae651f5e6e56a9e35bbfc4852aab8edb132ae068957f5eecf29229f0e6782e8d?7zXZ !t/]"k%˹%0#J:fV!"fev77ӣc渲elAfvO4b~]P CKbSBu쮐n.Uq@$]zg*H Mj$ŵ!)ijiT&^vەgzЍ'VQŊφFWlkb -B(!z@w+,) ^v7dJDD`D[e4y SAFsj{.L[-.$|DRj㮮Yh6=_Af7GBۡ[rCL\C,#ykaE[Wt`?Fw0 hCK. 1'݉gެ.ML } 7Yy "-$r3>y_t Vj9%>guvo cFf?P;/vg/VܸWQ]p 2e)TLZnTr7X?Bdֻ0S%g~,qtpW:cƀXuڳmF2_cR0e^<1KܕYoTa ByA_u(03=Z4y] [ǝ`Z;eLlczK` "JSRZ Ԕ* mUQޣK^]~q :2bMw z6xqr/<'UI2B =AJu]^x^mx5[lK3\S}&܁.]x&ĝOhH}S"ǘo渇S`ŅjT˲^+IIglZLt⺐A-?U#΋h@b-ׅ?9E\d o>-;ZtgHuQLz a9(`5U*Qnk}7⮻Vqyd} T ϫM. ]-dJwd 2ߘsS.}TMĞYbC`P<0$R"UL3%~w_.l&>_| $'u[18[CݕŊ`Gۥ m{ #fR>z2wwWh+Yۛaؓx4ѳx҇o@$ih4˵uL<:eb m%shWらKגfBo0.umv14 <;D1*V3iG`7 \ [6 lJ2ήľ#9Q2V|'<`~{/.@'EK1=?P6,9Pqo-g ˘Ի7FR%`Sz /*OjڈUoh}J5֖B)m 61Ҫ"UOqP־LO>xe!>A;ǭ>f lw>ډSNT5{ 3}xΤJѫ]KOtL{!Ou'ȴP?0Gw&9z4GA(wэ01U.+#jB`:FIi?qVX AZ)RI_ >MòP&G"v#I)lF,ݼ<ښ4ijiLu_i+J}8d}L+MD,ljrB!>ȊEe}Z8ꆑvƛɱۈS#U7ӁjA44^g[,9/MФI'xvVdiw^1Dqb(Jd+!H%dBc@&jXg6w`LkBo 3V}36r\ـ{}i{C\V!N0.2ǁ=G~ϖe.5wf#Ѩ掄r9wdfz42@ ᘂ %U S\66w&!*+D }Io Yԧ|W+]TM3)O?ʷ3"T< ޵xbe[ZFm0TǜD/wQy9YEorcd#U%~_AeFw-lQ/b _;1wYnuT}KҖ,qTYڔ/Nsۥ?wd8} TvZ v:<Ⴇ>W NjJj#"WO*`mF7v+$:}4_N'ǂp]ܗ/cw%K,OسkR,$q1grpQNa `]ڐ6 1/0XhKpaf|<* ga3|@&  txy+*H]hBQII)C֞UMr!F _ݝgg|OH:yv00w>N..C‡v3I~&H%:|d8My2>r# #}<ǾQ֗w T3"~a~%n6V WZj8TY_LI:vB#|q%bܜV0xIz4\4jWR#cEj5D @O6Rπ8Ct5DG-,ZtVI^B>Ev=٨$ơֻ6l pͿiՔJ-d0(spx{Y(I(J'Iɺ1h]oScaB5bƮ<&ouk_:b)'O8Lb0)%*v{xL&?3+@<ҁ,r+P{>H%L@8rjV-Q\wO0E*ZSP 3:'r%Ӛg6Gam늰h.an L 3!;e O Drh,('x4 }g5_,@6z !̌+p bѳ!:1q=ַ)5{e $\)^i#n{ |JA`9Ua8ݰnqߌ ,I'~P c{ -}Xx 1q1_L&3DӓRl 8Sl0]:Y+H0bZ.'!+P_m+[` <1n (7o,OUQ@*:6w1oiUuAN$PQzLM&VQHˉ#4EF/ t֜Wy"-͖a򀀧d@AuPF㽡*ce}7Qtp%Mq|/#؛+O!\w`pNk:&DlI5n2^z:f]|܆}H % gڽ&vz*E4_(}^^QfqΝ_򿬻MaN`M`DH5Q6IJ$zI_I:./z~iᨮn}3i ̗v^yW+9az?L-AT{z31lf=LD`-x+T¬갨 Cw8S:T<>YI6]0Mj/7P%]-ħ!܊H zN!'526уbS!@ ܄M٥9Ά3a!:n-pmte*׿nEt-Z%vqTho%/Md)Ug`)#PP)&eXz4<}W9{*'v5<'FOHax9i,dž>&(^s%e 1GdJWa+DRȕ},弄 uB_湧eS˂A}_(4H:u!M`2(5G~L66&{ZzW/ȌP mCRUCimq^-mʬ ׁ#5_om,'Q! K[4by*(a ߦomn MTLjC>e]0_4nSxlX_#vkdICpaA 9q~!!fGlH1on@* a-/JYSI&/V/Zي[vdm~扳$EYO؍1p9fKBqDYcV͵e5օe)4}U $ )z5/G77>jF]!#s$|/ܬGU&*MjMĺʌa AA?!6NWHjiAN},62nvcDlՏq7 dbI2uׄ(5S_L9^n"R5ۉOٗ!- }$@&[H&!(sp>3!X}@WfXG5 W7x.:8c:2vPNS'W|KWOG5:D~Ybq-@#t ;bYnwz>j[ iщxMA4; vT*`3DSE5fyj뷥JI [X^M(*&UܜIt7Jo#26Ʃd+E;|n{M::СjOA\HFop|a}Vl3-U^ YZ-x.NUT d,.G ±fn94HjBL &rUw]A{G 0>JJVLGS2w!8G`xLܝxn峆dJj^H)ܕ:lnwX$ 7F㢨3J&o,[>%l`Yש>mK+.2bp&)q8ƖqTʾ)Jla#*N"J͒SD^}Xioc9hZzTAj{+N勷' iQZkndigig{:IM)Kn8*:ϙ_->Kv*&lϳN?k2WL/E˯ E8@/{y7 YwDwq7 $ W9ʷݿ# !Es"d{gHI"qE $6K6*ȖKCͻZ}j@d)[Y},)]Z.޽ɚaym ke[߁iz'iL!D`'H1S][b]-AsPӛ6F0gF .2\2-+#USҐP363 rڕ Gd:f)"E+:s2eKY_#֡WS䀮&Mnv ԓش8x|6Ge";KGﵛ,.Gc5dYd=g[-!Oe ׻ENDяW3My>fЌ#SFR}~.=Q +!$VdUVҋ$+.yK&2 >?weX E50[#m颹|)#s' 4z1g{ Pq;IuR.k-f~+OF96VlOlƫRطVÙ^T:1z5S$"p`ܜR ωs/~7AhyX"`#sG2ZE~<@'O *(_SV$a##N#3e 4hYxP1q2wx++!gpz{DW*3,OE$,#F>i]0ie%t^}lA'2x\&'=HjsD@-ľ\i"(b]tq79'gTp+󞊐OLUKẦ]~具sQ0%UW"BX"͸/\cJ)3KI;fXtm|6րX}_r/Fe`.Y+b 5ҥh2/[Аx袥} :K/ ī1A?!>?fXf>Ԉ_sM?Ajf<!:nz ҠEdaNrϾ2>jU,}}= bdfUhyn?R^ }Π1Pg^-~սDeeH ê|8B`깓[]~x,m;SR>l~lAšox9&=<+QWqq~ R\{=B'20!&ܻoCѮ JiACs #Um+uB y=5k-^PJ7uɍn%LF6qW#9پ."K,2^ceJl.Z>Gųb( D-^9 e1X ԙ9|7YD_;j`fWLڀ:N8<+QW%~hƶ?Y.-]h熻_`}y?&d[ijPp#[XtVQ*1F ڍZz@Opeo]ܷ02yx2{fldrG)M%;iu ^o*&<dx.lzk-se*b=^{?M*M(~r4u-DgEHT֭B#@9pAmR"BIHxUE;S&~E%`^nO=ӿ S[F*P71<0B4KY^ pZ%1DB|"gCYCPucY=hꌸ=,Q{zODqZ ۊ8<# ȝ5ǚw/Ha\5\fB| z8{U3X0\\LI]s5+ێ-S`8v#daт͋yd)vZ`qCY0iR5✚!~ZhǴxJ_&O0 Cz ^:e77븘&C^D8/vZ7yUTh1*ifFt#:% ⅎ )B Q~{Fc1 ~%(PϑL z<9lwmĢttHՁtDϞR/Rh'ǃ~Ơ^wpSS~MxM~ @%L'[SdjSɁz-4ƸY~xv̶H=yeP:m/[,dnE tE'8hNF~;Z8Wj+鳺0Ǖ:9x.XqaF.hf)n*Շ&|@+M3·O0F4I^98#!"BgR9 G+fvg_4cD/:.WУmCC) CV_VQ5ϔ;pt4ۀnYJ^& F;OI(z#ujZ׳rVNZg4 &wyW q}ҨcdMCɶ3E˹-#t)G+uˆ`QO\ۚZP,q`d37clJ<[7Ν0L2q]Z35ElU|1G=>si;e^5PU՝,zi1WjW[~!a;[̐|URֻ{g7}5~~S3PAR[s1`bi}ѝb[7(%ioh` 'Lr"775 @8sKYbP1tBiqƘ\T6lEU *IO!@ \HtU?uK'D+4n"$ cC$r tʆ&eW*0 )o&bjĤiVq7{=m%NβFD2m.,ך(unVpA;R"SK0zhX3Ɍɀ3$AP\?[G􆍘+.hy!2\$}LZ`q-kil`[D82Zqv%I$WOPa\ -FZxʗsa,6mzXYnkƊ)zhnYDB.Mo a*2(Z{!KA؅>+6%#caZ˻>$>m Sg= ̓-6"XQ+y4sKVGpyzq܇? ^~sۿGic @|.~//KVK­)SCxjdt^Q9j8)ώFȴnC(ۦc]riJs=m-0>ũXWE>A<ҴgD 1҈+ixr [SVޙؖY 5X &f>1\}jy[Y"v .; ʳg!ⶦ_4G'W>/jaܥbvMQen0YD><4nTlkD$8G6p_1tN;1s9s5UK#"`znBL x;@d`>=[vtoMŬ ۤ+ՓGNR܃GUm"B+dP>7Tw"X3PURڭ)X2K>mi)#|w) Tv>3.(hb]ϻML箭[aD5ը^g=.%^wd-VRu6ԥ> Jcoo@9Qd>fKtk,gL%J&ɦN6ɠNGH._k4êY[-iA5ڊX芨MY@Ks] p0ikO|aEsH{_Pf!0)k}HQ.H.ff3v 5GP^F mxzFZuk#ADg?ϹzmK؉0Y.9X9Q5uuaCF~5|@ ~w #w\;߬~*Lzѿ] {2_A!й]rd%d cuefq3| 2wWߺ֣nB4 ׉RVD8cY|$+xLkWѕv:N ,X ԁ 樂h u43L] P &7b-|P3;uK qf"(l{!/,# 嶄JX͞C[=_i+e'ٶ69,p]vz,'Z(B< qMFauTުP/mmzܶÊdWhDonjEvn$v*ŐX :/ AM~hvE RP!>]TЂBz)(b6e:~Q ʋ\h?1HP@Q 2RM,;%ٴ1J<<"l|?݂ Sš$4mFZO62wj\kiOzVx .11e0=*<;UȝH/E}zƂҶ`^ C-].-gXOvLcZ^& }>5Zoǁ` Q"`/7M@08J=E൤dp*(aj674uAMQ9F]"jX⁆Ӧ m,{Dfࣦ;  .:j~;EfzY=ooϏL jjEnWe4(Y+bߢy17 Z\"sYh)S2ڝPbOㄽ2X(nB+t\0I_#%a>ZM  T گ884x\Qg)~r"1 TK/)1T򟬟0`KIbbOX\}%H<ie8J+c?=~ܜBMonMwGP~,в6<3ks|7! E}B1:JX%M{g7lf(R\-(b,o NO kp=㳩< 8 9x U_ =ո_;Y?V B~IiTYrY]\(ـ+鷇!>\(`B7S)con-NGc-8C9 G[Ecc _M!R *bz~6jYҍ,ҽg]>=US˨%Oӡ]H'~نVt ̷]&6q+QIeߢ?bmC?dJ L}.w_WgzDJfϦh'Xf+ATRwd4N<$ƵSѦ#&44D?h"e(%S}Oz,ш:H ׂ^W!_e =%+yMDVӕ&Gw="}A "衶AuKd*KQcRe5bM;+UytX WNtVOٽmv>@i*\Pݡ̥ /jm{r.K/*8{&m:tU>&ʠԷe%T"%&ʈ#?B`d/2mRw'wmEK=iA-$O|l=ħs/F-&EWA uubktJ9)2m|(~Pr G`:GxQ'&]Y̧KK JG ̋/ q2s&g #1dSSTұ WpbvFU?yYztxdO 9C+Iɟpeޥ÷+S0Ph6L=aLAA?O 5z PF 6ȬIϬ1_D*/0}ݷdpw`*xfnJv?ɉL'`9 A'U0aׄļ% 7b AZжliÚ&bC& Ƞhl E37vƌ_ Gpyse/f2mEC2Ӯ46c^')lq})+0':Y$]PO -SRQg O W]AB FmIKb\~\d;Tت܇WJ@}01@ɋ,࡚2&Y2A> s~Vt0'}c4aÚ-KJ<:q<2+m1B9-yX $P Jh:a+O3%YMU|t? JB܉A̜"r*Few:NN)(^gyGv8%cؓ?W)W؁/ מ 8љ O7qsZk,֙|bfNQz{O/J/JY^jtqm_@,dz vsbؙ/-w{Ԯąz zL{8Dn6xS^6T2Xfwd]??ď3y9xH޿I }MCx}M.綤{)4mKj;P(=w_j?HQ;i դ˯'m*GsZHߘ ^lkf-1\O^]s}⋀TUL5g*$TbX瞈Dx&kEo*sP NB~qs#DtrhY?i )n HԺ'"&SPyo;IX(meJN 9u Adu8wcrF*qA( 07w4Ѫ. MH`χk Chg/].HZ{y7Ң@&@h/#@2r3ӓ=q[Rϛ$Pw>r2' ]Ď<ZCj8-t'IIyN*MރFS=BnJ [B&YJ Fnl\'f#=ː6)2>c[-NqEF$nv׀Xny@`՝1s0_kcc29`u ioѱXeP +l|wb{;,3,q$ˋ )b"Ïay,$#+Jр̴҃S7vpPF^˃mD`L8Atz*ykBqRݍq ƎIyY6nZ!4-Va*ې۲"cQJMv=$^y?HSzfVhBHpNKѵd34o>TXGY7߄uB&+rl SP5M,mJI>c~j# " +߮r= f9έ g3*RJdK)idNLRNT2x}qxGh †/.uKۙ6@w"lwc4シ pccy'cxrͽPa5<r|!3SeGZ#`p1o)leKl7qoj@9Lb¿yijRC'uԑvBڟȦKZ)K=$ai2s脿18,rx`}s&B6.oyz b=JxhKtKuǗ_*eΞ%h oi,Obe' 9uIL}<ц)9Ez*G YZ_2PuJ1SU8nYbee3M/̒62^^ӤQh{`lww4@ jft@62~+a[o>8K[e\y7#5zVR69F-%oN("v d]D͜zh%G I(<]weB~M>6B?F|˚ 'Q܁i Rb2( J['/u!|JbM<f& b-r1$0&S̃S5sƍ9T=$+2HJJ\],OOAUY2m1'֔#T(Ķgf"g$6a{\l9{3[ysGR[Xu ÿLo.l5Tn?qMr`mEVB}Z>z:nB76p/ߺQ)}r.G //v.X9'h{ǂj&;YWJ}xW;}lhix/,{Z#IoPU: =^^3(,$ҫTz?<#ǁPGle-lST& Ȳ,7kW}ThN>8TݼƐD<_Ks|8r2WQ@fua?Bۓ @`ua^|^$gh7h kx,Qe1Y!Ut^/lp-؟CoL!ȧIS;`i$e^^9x&2qM`I~%!|3ڦCŻvZH}6CJTV;H¶/YI4yh.:y0rYǗ"tOh<W#,0+h|vx즢/l!*i%,^~mEaxܶ|E<6,B:,9 "k#ˊo䝨Eneڛ99o`+'h iյ=e>қdduB7ZUm*0x4;ǘxta>9q؝:L]} aMV #N'q.q-1:ۇ3|;zMRjӘ5]Zv&,+qy*9DslH}Ŗ\XF.ⱀblA)em}AEHCĬg-Uٳ{&'a0aFgKUB.ߎPsᬬ"Z9~<6LtP}=]CELG'"~*jAoo5V &YEmir"J"F8%cgaD ;| S$TAbL;3s=!~P E8y9JrMaq7)jxm-vDV95fgS<6?b6芸VkKp{dٟ9 NJw#uDU?+u8aEO,p]PO7ԆkA>6qt IJbut=*8/c|ixyԴAFGOU iH8+dh@2:5ra)վa20$v {@9ޙOl$3Xz11cj҇>bt)LzǙ.udw漒|&\ Ǎ8\YޣVyȡjtFl8DY R gxuv&#̎yZQPr"I:OMǔ<+t5: D:@rcǣ9EY6T6y 6ٿ)N#ákDAR @菍;rM6H̘a.ʁK~!%=OƌnYfK~cY7Q`[ZsP~ N'RkYҠl1/dG֕g{ɒ6)M(<A'zWiZ9=R0ODз"MUYr3UØ-!jO(_iݕF jJLHٿ)MC;bY=q4knbw7:^>*Ph5q,EH,Ľ 2߰¹ Uxn"v Jޯ4ϭ.2C%̾]oJrUPP{ʼ?G wU ǭOsu1{,C #%;xi('փ ^<꜐PHi/ ;XM7OpK@M)`ZWmL儲;2ցo|Km.*+Q/7LAPF2h<>G=5s/֓>{ԛH JMHP{TݾHSrҘ71ToͦRGLgW&[<83SҤ>z7 #T)R.0To U1[mFqZ(W:0AG6 /E,2YSi$F~G=dEm'YH5GQ'K{͟8"SLF\y-gvɑG缾 \Ƈ}cJɗ/K*dl.[V̴Qs 1`'x:5Ag82Nj \hW'Yt'AEFr,/(A&k~} g6 7 ˟;únjalG[gEx2zy7⚵G~WLlIpU ?ˑ0xezC=d}9oF_ &ЄSN %Z_c>yL2\gYu lD9;U*bXh *C?i"ni e(FeM S6oN벂.yHcl`?Nbn7-.$ = ֍D`w*QX$~Q5 t^R6$]X}"cѷ Q5N p:n;X0`UE}b|ճVPP`K%qD:;QK<']1dl>p0'DD8=,{ecs%!tHG :ǗVC#1_'h=Ə{*,P`F,e;c6߶i֫,+_'Lrd:5~t o<r̹7LXJ j$8>/ MVQC1ۀ%$|5hqchfgB PS%>n\3D\\sK)|<;fǻpz3jL)Vmd]]r+!wɫF[cr,"^zrUG]tw 5L>5mW+&u]!Y̮wx/,zQǹ'}Hz#Mڶ([vJYAB?7Ӓ\i*KA@6}Jul`l֖D:"3?lgTY;Mt콵8j=%*2B*cQx;/$GtG۾F4} p 4 f_0~I ¤~w9H@%%㳠A+|B?m\(ũ`kά:Wgwd7Fso?ReͮV8Q^8^ìACfͩ( ^7ZPӟ4b!AÌ0 Yψ1\'~uOMJv AoCH䡗 Nz=mWU;$<ቁ6X1CQJyb#(.OeViܠVEHE T˝EplMj{%sh{,ޞv2o\nD5#AfaݰkϘbq3lX8cHͬ͜g=|܂zj{^EoMsр}qM\l6jR[^kz^QER_ i. y`>1oп8TS_e@kDOA\I_l3#RI%lөhSLiD6ކ.>K6>-@ o0ڣe*&Ug+j"^.b9rjnԱ@ 2<6Ͽ`d(I}V@KE|40RȏKhHdѸd)F,eMa-8šVthTCo2JܤL #qC\Ft עGCzF]nϮT1Q!:Z-^9IX` q@` |pFGPktzMl"2x EW1Dͧ4=5OI\+@Yi`S]0ܝ#u㗺Wu?9hSg]oyO,VΦ1߳@Pf}{{͈}01/R6#dl:|"M4TAE<~d?zƵ(h B Oߤ*ӣ<~)ktc]9_ȡ;w*KۦA{pJ΄hpI |'mY<^=)^Ș7z?+5px>2ոٵjPWo qtoFk i34kO"3G_6 kNUǸv|]EH73e~J*%4)4Iӂo1nKjh=:Qo{#ת (fʗg.t|6n6 *~Mn+/0&qNu_ ΁RlOgz31oJNN?H%v.zr/BvQgU лgF :cc OkiH酡oTwEY1?Q4 6d V)XUSa.ffpD\VS pCr6KIHl'!/(M@csk$ ѣ3B"A#AYqƅ Q ZHY&x}2ͮ+9}[WV[< *spT[IsAJi]!o5Oy?R|ha~u!_K q慣B6sRhŋP/hyOmHWjxn8҂=wY&3ihaPz_TQ@_i濻Vc\&ՏkJ7LOfh+--Мa،.j@ϊ=@V,Ѫ,n{ܓ\hj&&hdG}㎶|4\ӅUrD-Mjr,*0c=8'Ϟ[Ɔt&C3aʬ1uM֢gq8QI Ԯ7ٗm\!0ݎs "~6;EX4b"'zEtT 4D<3S+z}bt zQUO#1~. 1,W=SFmrm!PEhdbzvM>–P֡r?ue:om m*ja9=/tvGm"3 o M%eR 윦؏^iCnȱwx_Aвp(nZ \4ޥ72(5h0 +ʶNǠJH0NioJ,oy*fGI"<~3z!PfCrqhVӧ˦M4N ԿPۀ3a3a-B 1Ã_ڕ>J^.ߔCKI;Ex|n⠗2S4w~sD 7(v@30HW6\ UbdQPUI$+V>kBLC9^':$۟vɦ G$H,SEO۴ྙZI~c5g?24 }$=-Q~Mk#{d%as!ÐT]f{Ϊb d%⩉8@"E P 6ZLAmQ[7n;Bpv`bB~/lԎnIڶ${ar^leJg /H 9 Ҍ~UVpぞO4t%`HçOr4 0F#Z柱N#D,A)i*x.qoCޝIjWoM!o$\ Ef0# :Vc\*J֙kJJce_;>ͮVj0.>Fܕ|Hڅ_g04)e +5MDoGg3IE51xqo4ӏKq?-5:O̓(4qvl;T)@VDw"hD HdcRݶ\q0brir9ɂSZ "! [2u}x6? Nda+6FHEzyxd'R Fnl?ܛڲϴ}HL%G\?r7,yГ` X%Yv73f9hdM br`czpȟ?_%5[:tYGyVs-Vk -~İ]շY<&*K =} dl#%o2WIo ܪ@_Ү;QeNЌ-Y*Z'or&|}trs1OR876ŞKyQCT\J NWgF s>.kkr|eТ]|s6m2EjQ{pmu&5u|^Tg@Oq6K(R1&6[@a 2'~j}Y.[εQTN~'r¤\;#z8>5,(!brY.S+|#9/^c/:%w݉ĪbK ]Ze iouT-xPcLH3!7>[Wwآ\虣=@D`Pa:t)kz}쾩ձV%ViTmi2tq%Պq_vxZ P߹`h"0A6ɫ5 iK nz"ts6#q=wvtU+#?4tj]wto H Hg]4Yԡ l*[:9 b2VȪٷ,!ZuP7ABxi8w踜Cck40&V6;չW?`oL9_Íو cEjѵi\+0/ N+J(D8 S<̾x ZlJ ;Y-_}r?GmjMPd.|[^]5=vi\ǧx48#6ާ;YΠEpA(k;B]Q*a#Q}P*::<h e-haW?ȨGsVfuKPWv:z7gron\^Ps}uN0Qj;rpPĚ7s[uSYY̔Fas3d Ą~AyXzqTD,Z X"Gödkg Z#=Kuf-XLq?a{ODrSH@1v\B>vq1lQѕ#1EΒpĠthYtjGi3ǟ(BxUnv WŖաDNXmLoz U'!Ɠx͂G[sˋ8#%rb3 N\/I)O02r$ꨡo!6vqE7Tw$o,\!_qr~bT[P_UܣǑsmLaE"坴JʔU`ҋ/{BUh]+34"SRdYȾ23>BH8X~(F)BKzüBMDzagRDiףݚy.Ƞ]*F#v]VS;^ނDaK5VQH#nMf+5H9씕[hZ&bE(x5` 0#&L;z6x"o݊A՛R|8ѿůSV!W_ @ lUз&%f CLt ʧNςmHlyiDx^آw/8PV P=<'0T=>`1*~+)_wR}EّrESn~T_EZf%H[Hۺꓰ?4&bL#@u$N-gYյyyXf{оv{ƤA%C"F•ʯ )P`3ף\$f#&^? A]MFQ>ɞ9u4ɛn9TFX6?уU =? 2NDžʂ[/_XY+ݵ*y6jyS((|9KꎌawIaGosohU,5HvzCg_(Ѥpo%q)ߞg}+ -#F^_M9Zmc*B4F_g fD:ޜ (Y3"G< Xqzؐ֨ghݞx$!qdD@WDe|U~U;(Ŭȋ#W9D2 qj4 lzjsެ(XGo ~67XPz'cduYJ*+1' uΣFH 2B|(?p@KT*Ds_Md3*VAjʴ09AO,1HɄI~?ox`,qy]tYYFzw,wc/RLa%qaNH\VlLF'ԓJ~ (SYͺG4 ^[nojQ1j&ɅK(IĴ\gĐ.]^>fϬRHSUjگYVmFpG :FaN)8C538e"BDGsOjGp#)Wid*iGWa].] īox (ӇLrK %fI +ڶLCEc*HY}|K@BjV^H5Y>/n|NCH l}~M4$Y XLAk-]k}Ȃl2;f q[}W<I^4h nUgdF%T- 2F/7Z:*W\E:,B愿iH a>@dwP~ȣ:\d*bs[ezD1B[R%3[8yppdKڿKc͉qi?r3T>%{u2EEl^G.ap' 6P׋=^l *|#ry?V*c}e=]aٖuAX]j-KT82b;2ETL8 cpa)۵/7>ҫQUyPy]W0m0FQgۡo =oTE&PNd$I&Q`.6Xl#um54!F,l^DbxM>#o㰕UW:MS4o[A&yOJ&G9'/ddZ:U!і.x >9bX,[ъVBuz7ic`Y~F iN{+'ϡ"HUvJ;VaB[ gMw[Ha_0M" ot n Wzmkmf/wƆro0Gip8h՜ielJt X3l2 4kK#G~S/48'T@[-'ql&uӣr&U[Uzw "^SS)ĠSns ~K Ղ㡐Kl5p}&xn@|Y)/HUz! 1=Q hw~dX@`Ηӄ: CymϢ'}6Dbڦi J^ﱥ"?h7h9O)`>hlPz:&.Fz/NWaXo W405O'{^oN+鷱wn1hZ`N9f Α6Nc`q@g8a5Kll ѦKm}`S-nG]ZhllGű把3̲!ZM7KH 2SBTA򊽨76]CF!@Mckc Λe[7Y4)5kXBTV21\+A՗tz'ٔ :m5,y߈AxI K%T5?cqxWW+9 -5B*+/)Q8;';dҠ@ d+|& z6z*jW $lXVţU<&"5>>Ee.xAs1:d 8!NF EQ\ATl7 oޱ'ؿ p}덢!fNs [gk!!m8Z"̲ʌ+bDٶJ$*,Þ^.TE)T/Me;F0+lX:iNg9x"#fq76N/ӟW^qˆ[l8S0ÄQHqW]QػŠ0\׶/_NgVm*)kNd-݄/%}<>/vrEyv*]tB3gcݐ::#dLEQ<3c(-J3$)  /QyaZ>dA@HM.Jf+_&o8x_οbHp9l Lq㕦ĄōdKHSگ F+4ctB,SEs}<`W]Uin#3EF?Q^-kϯK}Ֆ`1J +z\rHt܇o9En/Cb=2 Pԯ<;Q.*5a5S)@Ocnyo$ڢNQϱD7,1T7Ow5AF;-<qBk1Eqmr gt)t&DFj;Y=2e"嬨IgL, _6Hd!e7zB )_eu;׈=bSO* 0}Mh1M|nL حI1 2U+*⠻5NU]OLh%?i;h#3!4! # th!$4<ϓb 8b@-5zjgŏZc `/ Ag@a{ Zy ?Uj\Wnָx;{5%7 %B7XNW8pӬMڤfjh=Fƶ>kS(ReKޫJI᧶Z";(t5 mF`ȃAFW[ڂF݉9*=h+6%D{LL4(r`av]/L5=9e 'J脛!o %.#R٬ m ѫ+& km(M6ʒ[BZP643]q L4;w[jΡќ~>! ;n&e6Z럾V5{L߭zgekE{c|7cbgJhJQYb f~7sAY˕fsK{Qy>WAB,%\m`zy1iB ҷzývcm7`ۻofC&)Y僽-LT& <_9_QA3mmO:Ujڮ9U^A,$آiWiSL„7Zشk҅XxúK2*6&_\1֔!OJKz0γ` /c5`Ψ!ҬOwo΢?y'-j:Sh1S*F9dӮ'Pc= |rO'm{) B!Muw2i4juOᥞM~@@j+wZ撚dh“H( N|\5Λu h>kPf{8IOaqEֆbAAwkGڡrQ6B3HEpnAx(cA6o@d?Rgh P|wNOTHU]9G0tozm'JEY{HHM]"{;wCpۯ\U}qۈɓW}sYĴP43ȿA׿fl!G/0;V-H+NGq#)hSe%NF 7/F8⥂) eLB yi[D/R!oB>֘4B'yuQK Ģ*avYثӭfYGV( ]|u Xl<5Dڮkyi2K"{ LV6 z!TR: ݳQO &N+-=BO;v7MAˮS_R~k8O 2`F aucdmMXM! p>_>z6GrXzZ /E}嶀ӏW'H-f~A6srv$zL~M]qu'xTZvǵ(ÍuW:!Wh#Vn&f歋XHBqf q}5O(6]u|c~e4+2e5ƅ61|ba8StNθ\Vo/^C.2ZHk/‹:k$UO[7~-1C$^{ 1ͤjp)2` 0(DP˱a4s-'MK12ɜڬfNF>ӦvG%LLW$S?w ljfǕ'oC2Kژjˎ1a cikP瀷o?Ɠ?LKaXg50`R ")is Qk>yax-:%6F-uJM!=.DK@]2QA)eG.SXTs&+7\g1#qUGCK_Gӌ\t+ϺNr~A?)ʆ;,(IN $]l]/@+&}w<*Բ:S-HG8lӻbƒY܀EezRwR~ll z"G$V/62.yH|g89.Lb~l{\a.EF6[jM5wLM#/j1;f^g81G#hYǯM_L lRڸ7dcO\1QU]r LUH=VOo7 !/6߳1>axC$YqK).ٺF*,@@VDA eHmWx|F9hH -v_N.0a/}ao%M \"*i0ev@m™;"4mzօ”K؍D^aﳥ`SzєǫW~6! 9t0df^іQd1)y!QZiw lajhJ-eA}L?juk oЦylp'7k%dnӽ kugo\ͅ}|u3?p",њA~ r;1DEL-8,[|La6tZ;Z聃Y t*s52 pMCF}O.׍,c2A{$ VyWW}#9mAG c6˒`Srr0b!Q~W+-^YU'|r~/& !Bɬ)?Vc_X־Th6KQ R>l*ݼçWpWk#)V@zIl9.ιsPM|4:Nqy#K0C,CYj3eu  {R3-%^OĻ}vuKH ~ -LY8L;.+ he`U$wmֺp~XZs1isЁȎS*tB?D{-$b¡p3$=!4Ox^+`"v9 ]įNC|p &BzV}5E|q~][[q =k B]-jk(!L:ٕ`EF\¢4p[WBYvsܰ[5>"P&݂dGZ{;M~OAyoI] D fΕ\: 395yY_S Cw` tbujf4f-]q}0/TTYD4&A}RM/~Y2kIVڴ+U!A<0LtSOR= 3ѯQʹP@&R!{E`<?uú<p#\J@fR\052{xaHӷ"N[L   ņ yޫ>94~ 5)tl1B3k@!^#Iڠ٘OӇh"CH/3UcN\31|+\)'tٸ\5K((s Y3ia/rw2\] }K;?$s V?(|x.>ڧQ wXǁ_A4_3,@p_E,.x2K!βLK0T}ǭ@',2|'cknF**A!_ &>2̅6vfZ<0٤rwEر|Mb0*Yr{S蹧 @.# eSFۯQ`f;/)H4var΀bvnqFta`y Gv(]_DADX#gnx/zՠitM$4\w_"T>j:f2o("J(L׋4=o%B(g#x 6_8ܠoD4oFMVuF Qm,Dvi)~6Ocg6?p!ョvY޵k5\_LtAf@g|?rB1*]$YsT̢蔗Zh .`Ej5&c|!ͫs")NǑM8^ ei88"ZZvkSbt_׆⛀o>*,RU?~eϟŅ6jhHKXRZ٣HE=Qoj>ƪ{,4F[O0W@?2c~KIY.f]f/x,Xj~S=\%Cy e RanIumQIHmEt@0=ws T7D䖯LuD ~3@W(8X7dҽ|_ELO=X=X~ nKcnH6lh2[7zW ;@{ XGzg"# :cD\\1SF&-ԃ= |O 4Yכ?K3%J@nFp~KO췺ޘ9Ho-Inܞ3fcϙo*uE$ 3S !\5HT[-D_/:=%F1ODm9;+azYJGerC Ɵ~Іoe\X`R)Ͼ7}`02Hƥ \&ˊU%Z0$r>di+I..ƲddDz׃+~¬h. D9<cLs9fZy2dyRLNF`ucǭ.뒬G*` (. ΘM!DE]N}x:em,p^/qYz+?+& .+tjT=M$#_~FhXneӱ!"qx,HN0Ɖ?)2 `AS(3 hL9fѹ01lmYAi%s=Ք5 zI$TD3۔-EǍO 5lPPn;v2}lWp2)~yڞ)aŒܞH;3Z ?Pϳ< M hCװ &Fć=.SL/,+Y/ZY*6?ZοTN+FC#QD^rLd?Qi#s O YƎ-ND&UaLxu?Ho6ŶXMGDbٮqIqOFBZG)v=5>>m|:=65^5ҩHV.NKHN$b'cy%? ̪&jɣh@!ݺE3Gr-(g8F{F6]`&I"9dCzsgSOGvJ*$Qgbi3#RcNRA5Ίe"Ҕ$Eup jbsN*]dx܄-WM}8G63Pُᗛ''JC;DnR%"Znx!Wg0/i3# Kϔm1t9`"Hn ] +?j&,_1 ̊d:<5vgI-΀? H}KBoЂ)IUIqTZ_QJC0+z$t~rvd1'ڞ!Lf*}.QT< XuMx8[ᓈ",,®.w-hy=>9l鱚6KVTKd&»Y3:d !LW{7&Er0T5EzE ncuY{L!lyr !eڤZ?h0n3'v6ʤ>F^bH b`\2Hk[6NWcY} Xg#/D) bvk7X`2P]v&=G:kgȒ\fb1 +/p#[a;s1.&`˖2pd AUu2TOn4 _F3vvِ1̒7՚%R-w%M}Jȅ4Цc{_-&j݈6hF͜ˊ67&?/iVCKP_.6=)?ݾ͸.lӄgd|:2 %z.&^W+ W"$A@.bM$5dckw>}@Wn.IBVr#pUe[wVk"S]deSijx-nqmm sZ7wZcetG9mah $򙬆EIn mGݭٯXQ*ԙ&KE=D~Հq܏< #x7Rfi9FKdo|GP_~Pk['Feo_%vْwn.Ej+9;qCZ d&1Rb!pXNqb,h֙5͎(!7LSe%^ieg4ڨHL"dz [lsrHWx '$ȽѤXσ*Q*)l L3Ǐ*>yk^̙59p MI1bw3!u@JVwO(hܜt:hGkU$sŴ_֛$#YiΫm¸ ZUfԈww֡}˙NϚ1B@$A 4nJ^(bX3HBs V38da s_T^Īp@,Y ӧ4bH7 !E`,Tu:[Tv4:>⦿s1b YFySV|1#{[\&3D[BONs@Ʒ'{j *a;7[(Jc5#crdh&}&t6: Z4#=m]ؿV{ p_rmuBf2§=BR<!EMpQ)cHG[IЄis٘}ϾȨv-Ɣą5%g1E=O1?2t5eY%cb*amdcn@+>feO)uj0󾄧\RaDBX@ȱi8)e[aR&#$H:/U2``=@F5+7'H/W;F1=o*kw>Rj:7G˙53CFZ4z84wpL7Jq ~_)HMwaQ"j<J &KɻT8j6QNB[:STrH y/ݞK3˴vcYZ Q6 Ngh|a nZӮ&ʹN@"4o.b ^.l!ɂ  ]J]k-j0>F$Qa St:VChpyrܐWY@/?Uz;6P ˞a ]96ޠ4@]>L4b,z7GW20(0wQMWI$~Ti 'MS*plQZ9n|ܝ Hzh>ESLKq^W)S+ Q#O|[ҏ-7Uc!#7 GZ]`qBQg} lf#KC߅=‚%=IJȸB$A!Xb^7BlKn)V}XnajkAB)=ov4I~͂2Rr+pUO sAD'LO CyipOVS 8>J+$1L˽4kEɶՠ`!mggp|JmƀB_ 0='V.aDѯ|$Bʼ{9Sa.ӾA+/')1轞k;H#<(?mJ;t< N…g1a-߾WC -n$~F `"39/.iD1wt?V^v^mOKmai8j2m: >^v,H,ZG,X rn $d(\T}:x5k1^sjYT0HƖ٘!sIv\ZC'2E$}@n-e?ى&.ciI4/*$;A#Yk;fT/dOV8G"gA`1#DD-$$[=Qڣ)/*\sJ( E.I$}:[RP?:fؔHWCJYwl+a aD>fy0CR$؎%Ġޘ=cr1OV.Ryx qq>9E +% p"Nb!|n`c/F֋ތO pjX+aaRZ L7n. ZW&Y2Ѻ("(ii2 >ZDw[|ӠFEK߰O)(A^Mg@8gLym2hUH'{Py#@ۢg CGw2put@@4?f,~b6C("RxhǕʴ-%$7 #6Mfq+^iYdl̸l8QYLU QY(?dKZffuÂpq0@STsay1"맢`O */ JwZ4eX|ov4X:q4#'V*e(.H\ABB[%os_ƣ@aPI*/E+7OcM?*rmԎ hq8Xp Iىz*`u6G.邦>Ti%G, >Xת.όI6]ҵVa7%uh0?qk.c/ՖnU?WO5)!-:\YIqnyRDWPMRx%Nz/~8/FlZSIڟǴ?G)^p!*[ l5 "g* S=uwOך ^k~s'+cAgm[u2qVvP< ^^PpaN(J 2w63G њL[reX5`0u;u|b뿫/mp)j󼋐/%)z[Co]C !T~[yΛsaYs>k ew {_ܻZ] 0ukXGD}L<)s/q{(Xg=v1Jd53 Ί3;tf]т $;++ hMM`̼¼SQȓ0j8;7FT(ܘK~?-n?9l6w-)]95B_q?-6)DS;q7wxh-rً7 8K!h~pA)*xس,fy$rs]h\ZW~6?][(3t}}~r(1/kE q@R.n)9 W1Gģ=I=UtQ:j+c]ettV!RTVQasG5x1 AZx Xv\eGuX"0i@ }mR$mI wTX+:7޴G_hCsoM8$65*aC3e3/9Y敫.EtKFIVחnCxK+Vid4Qiȩiv~1<=zGi~ú}N_e/Նd$=$[H@ n5%2} mcb, qe ?qvm5h2׍0zr}&,2vɧ_ DD3 ZÊ |\NggtSc<(/W"-գWL*4[\Bb_m!ݸ 96^%uld!$g\%/dsAqYRLbseL`.['~a5 Ձ$.$M1,C,*>0~Uq Pxv_^VكH:.fEgBE9*jZNpZC0sWHBR9ٞb:({[Җe]A~=Cmҟm$x^k-&4_גq> y7pt Vc{XG 5.(8r͏^P{_NU"(j.c]gn+in9P:8b)CB%[@52(S&JHX9hl/ `7,_1xQ?H*,Gl!LAhUR{;3e@&B駧ɩD`PFOm?ޯ%pǣw`|]̥ +}"*DREٖv=Ip;PG{ ]Ѿyäf ]w"XG2Ma꧋; .|8$rȗ~6GTeNx :4Hh8͐~.XB!*P(UC^Sc6r&&,Ks!X>> EPRՈMKbpYE zTJ??@m\Iij_P^TY VV;?$=d;S%*`ݩҍK%UGN1xߔRn# b}MBetaģ5GbUN4k/q{4~e6Eϥo<zJj9 qm#$N MaNOs ú!ET6S9x(QYPj} 4+VFs^:.33b~c ^+TE;9 f^]: `7жgȥ"ī^RCF⟴V0 B!$F~_Q)CJ:IZs|A%i Mnb&yͨV'\&4c7s=ˈSӝ~yzLa]D},Gb`خ0xVsѶc;}V։pB P7ѫ*'B7# ;muYѽDưJFymcRųM5wg \~ sK̘v JBhϑs3~1϶rVaAݼz/>2F"J:3zKgzZ1 )lj<\e*X ,|Ը`F ֦ R>ak3i"Ou^\UM6=Wo&Z@U3&*y/Wkz"J.5p}|6,U+>τ *9ʀ#al8p^΂h*"a:] cA_^ ڗW^a'Tmo (G<ԖO9*goX "# (oNФ*=ze/%?g:o)EBm$R'2=q[2)MHB$ |J߆!x~㳡+> 2]y7!Ozl]ba=NbZ {v=U"<-ab7++szv^;,t~!C{ZTV&zFFjZ: 9AzTزi?DRkā C_H}wcٿpd@6(8\_]4fV*iv7OҏbS`΄4CڹWۨݷ| 9ֆ/4RvdAYr{*Ph@g} ?ԑj!ELpՈL3֗ X6*eCVw9'1Wm*DS~(QRBܾ$`Y4[[d',[O=╛s]A} NTyڢ?)2߭wB3HpɿØo1LeMiP`P*}km짰, ^ {41FՌc6b. 5ZFP}6ew ,jǧ?*~:jBqU#7rj6ߡ$P:.z)}U-Uق+YX^IN:*B a| ֔7D̳-tZbIeEՊ~sbXUH%|<ڝZoL< r,CGf0@=c~)ݺ2jB2#Gy U|%[Lh+`Y  qJAwPțÀ!xD54k%oL<|-Dc ˕k.Z4:F5OuwC D?IpLoJҾJ`*.zۄE"5ˤa(QzMR}P۱7/̒PpC[Bv]^J\.Pc=MQ-~k^A]"uA( S3uJ!np蔺qKm.ice]h#~ 87-E=:{J ?*L#Mo4O5WXaz¢%Da~`ZcZ1JO"h[l|Js]eMHYq҆EJ;_3F r6ȚF# sBh6A- gY*T٧1 =bf? =lϜF&]ŽPIlu%B $wO!Z#c5 .O2x뚽5Qoǣ>$gYX>FW`Y0R*+{ T/+6Ӝm.+zt];2Pyto3_k2ϳ I]}j,˿yraO_WAV|, ̐_?-_7Qt:Q4f .ؓ扷 kʋխ F;ڬ7-PGOϣXJˁ;֘' YɖĶ>׋|o I`7 dT!MDzM"w8D?X5OV e `tj{>NT rCrY?]EYxQVS9C!)a4+4Bu(an/ "O JL:J!ݪvQ1 aֹF?_LrnfKc knֽ]ݡ0 0؝ ʺ]3J P֊g22s޶lro# w3,kc1,*N bºtL덻.x= 8>k`d$,ݦet@hAf@SԁjЖԓOxqm `Ș)"h)1":7=B#Frmˠﱪ yEbgg졅\r=~5^UͷTl}ЛB[>@Jf$ěB̡pggj*? }a1XUP%CJ *C.weX >rv@~ A&`G{>ڕ wJ+F}JTk m[#EF{Kw~;הo+wt _R:Dd oׄU!ރ0[7W$K"^WjaQΝo !{D'e N݁ rt2oO4j<10'TjKﹺ|%W>`o-fotQzOsAHF0=pʐj*3) );wܑB%uMI8읊 JX[# T0[1HDCI]{pX"l]&@]-ݟv@w4`Ḿ ! $V gQJX$i_2m>nE@>mqN n z~=C{sBk_s/>PYּUt5:w{-*.ebaZG&Ň~0jiLK JYmt,bnՙ BۯIVBq֒ni]J,@HӍZ8Ӧ7qU_eSao ~XQNgM!MzL7q\oBP,+BQ3i~޻ڀadFi~_ aĈ]y&}KԪaI~ӾiA>oɲ毓tM"g' nLg^H(?lBufj5;D._.Y$'b8z0aXΗL\?PHJl%:8ƪ׌p29VC+X#/N#9pĺ:ZIq9t OwQf!)_=WpOxIQq!b.v2]aޞN឵VߍlٓT&_7m=WG2 k9BޘhJs( [I)"D0ָ!fUCoN*ܤ$ʩg vA4.;c,XN-fv%A".Us3B.ԍ1ؚ*/>f5DG5_izxmuu*nad&[5昹$|.=4Xc.nvOw<$n7/hsJ4\Boo"byOZLwH9md jd-tsj ?W@ Slwp?zBe67y\Rxl/ZlNpD36Ҟhc,qQQPHqzEX dɯXm$=eZį#.y,;V2шC{; s~,L(](l-Dg][x@[N"a=I#:׸t^lZQy/#G߬@= ةo?'io q} n2wŇmCO9 &pih\!C؇dnȋw6ьZd ;еe}Ŵo_:M(!t7e)IAa9Yɿf-1.C&k';ȅ #,sxI$;u4?<gܤ ~8m1i1zIj zwI~aXgRi3~1xT)}eAKwWYLwi`ŵ.=4Cf ʆ+`إb;h|orV;L֊N Ki*ޯhAwvwpU /D{dVOBs@{aƵ卉+ܨ$h7f}TPc2T?e} Jm 2 j8{oWq=idEN(>Ps) UCBG6Atǫik2Z:yș|'lA Hh{ Quß+o BԒf0SNE/[+]n,̤i2h!;c= qkKEz&JRظd3{"D0YN&kdX2GtX'DVUqp A B<NΰwK _df")Haq& .&o [ܻs$9Rmň[`מnA&Ap1<#O' i] ;ќFʈ?6c-Y2#9kB=Z枃1aܱY96=u^  / m̝:(qN||o f=1 2@2bʑx'pJEuI 8+젷'7H .)-6LH\>냙qxg &C 0y2SA-.mr9sUU{8S4ہ]lc@g,t\0SNrfy6evHL`j"Ei=\\Z@uTb[Eu(qt28=*~m7ZPu1U2n۸s!hrL3aۋם?? MW*yGփ (6ߵgEdh|΃Wk0[]E{:hea8P,zkN/Ob;t¬"ڠȞ[(n8 6 Ec{^2. ԷeJkxA+ 4%dC:JeY4oCxiSD ,Qv#<e}~WM=zЎx=KFE>Uc<5 JPg["KxWqRhuNJ̉ks[ ݞr A]f +q4ڏa'–[ꐬ ǁ`K&S_U"xU Qn7l[Z(7WD r<Ātx)$0Љqp: {mN~;^^B_"cn/iDZ8ߓd{z G|DOXZcm}TNz%2c|Y[ u&^⴬V9pǶDzfZa[%X@׉_2hO@GbI; %WՖ箃xvdX}~Nf qKZ\b@"y-ۊzJ+@z^p|%o5j)(n@ϯ}t)=suȼjaCKăg'u.fVm7Dgz$3G.\b{_-xNY A>) Pα1N. ad Bk;SZC`*k% ҋg6A8½ E^rx7 `?W`VMZ*L9=޴:Py:݂?DRLg>S0n;d`_J# ,Jeþ׈H&KBހrEoO64QYQz71vh\3zx%+mمtRl @F[x|Ah#꾴,5oMcV*Di}7AĚJHid3([h4hGsL2 LA<$|#IBG;yi"h&Fw;T6wn>/t>q~ !h,8\Kxw1tH) oBS֩L\|[fy}*aǭ,|6xK}od|ȳxWNPK@z)V&0,]DMOoM^_ӣV|ca1@gYT]&hkdĪ3SQl!]E|+NdqCqĕIrOBs%u4S*Qy$5z]NDv0*æ\i8nK$PL9w郌]@p`A_tj9d ]%S)Og4UYDOeZִҔLkOInż lѮ!AUA- v8 ,Au` mrsί,Di.MrUNf~h O7󁲫7j茄ydX:n.Ep[kL3ʺb4bc?#y+%!ǻoZYS< 9-{U@޳[&tz;a:%9+Wc<& X˭qWVJ1gS]^|r -JŞT>f%aFGπ#d2le#\'4UZo.Lr1~t- ềXZ9d] ),V+H~dWzL=Xfd$,fY%h7lUOYdZĢiHR|<;8%xX;!Ί8 iF^M`qn9(R\7mz`obtIȱUD%lMXHi'ΎӃ {)S8EH(}2aKjq3Qt^|Dw=7PDx$_ѸP׹E(S C[E=JDV݃ۊo'# |.Phә2h(L m$f-ХM)r ;b8i~qHzq"A|wH/di}4s=~ZmO:`Sf5wc K!ƺTr3y+μYnZ #޶<3|Pe/g61ؑ7']GtF dʪRh*2cnh s%Oih/AeTvbxB?U2p(~ht~kc֤gl~\b<[?.ч@#f P+wk-H,xrt.qp/bw̨c~LƩGgph]y+<>ÉD%A b\ޘ1bL︺K ޾92]d?1XSXc='$N0c]@/FL-`jWivHapݥ ב9 ʧ›:qE,81=&uhj˸#j^٦PFiiI&1:Ed}s6/n7їhj!V*9X^vd<6H 5Tvq(>scsSG`-7$Hms$d uD.4h̿&#bt3Efl{H)Am.4=t7DP8yJit~AЈ 5ݲbQ/BJ<_8pZ F08E1)HVa9lвk oµ~5   g߷Pz:Oܢd%Ƹ5VØbߵc/Lx*mWJgr Z0φ0PHɭ4fGfuR_$m`l /=Yn:a?s(z4IF PDS%k,$+ɭsL[{RhubH*XhTcz2Dyz-aRہs4:̭Z BڳZîgiN1ւ%K}ĴBim q[>Cxou[47$sHθʹ39"ɶpBodHQڤ5:jit Nm&M]}rǪNWW?$#Bdq!lu1T[n °*&ԏgN4d{ƝTh2ݑ&G7Rb[9i{(7U1Alr;~A؇). Ș!L2G=PL5?ì gy}mO$;Oad@L2Zocd^6o*KP(!ͶKgrFL{r9 HWc$LPQ]oY4@_*n6:q6M=v[Jnu |v-f4'7)^IugGEδ'\WDZ զ/+S1*̼>^)9 |?cέbѤԴFX!]5'HW  Yq%dkmĢ]i0<'bjF+&Ήb{zbwX܋p9J[<l]f@ -aƉ<ZIU̳;F>f.^^ϻ=jlHL* #f[k{vn[UwOiy')F풩fR=}"K J]/ p`[|"cm011*Mߕ_ YqF!Dg;e{Y*\gC[~RkjL;Z8ܹOf@YrJEp TL"p[40e'*C+pGߪwHMmbɹezu#/ buL-/v"% rF ;4Gv\?ה&p I*{7\LLoYnURAp>&_sa/S6^7w]e։)hg̙*OjhyW@IzB3 ![\qr0?| eezpe,"l$n>EPRFo51;5ppg0n_br*Ft-wH޳=8+ O!{ߠ ?A'mHй&5٭W:fagA7KgʚO]|ւy}6EFdvH>2&omWyWujYO&顇:'͠<CU̯̿IˍJ5=1ޮqry]f Q/wMD[K qjpV?_ d͏~,!hxF'uAp<-5Mz|8~l$}-_ !9[?׀c6&b$IR)ŽZ;%f.ȾZ\,$.{;DJ0bZH wHu>` *o&.cYfyi%ۦ8ZoqS-w.3s\IQu2FuӍWCB*F!FB)tr\,ꋊU =JdA&DJ Zw.ˌ:b3LqjwpVcGa0k` %?Ky ~ٹ~<3:SGA.5{G.;N5ufRFmfW1BxJwI&]7ԬTO2Bo[)F[^]?KE6|ت6rW9D+ѻck QH`Bs;.[/2 > }HCp\)O+4O$4kF@'&Prhs{evGu[ ¬jZR'Lg2YoyКe6Uٽ<ܠpz/7A];dtn EC*dLUj<`Si"A3/Zvv%_TOGYd1}JV_3# ( u\'ϲ o?я{ɠSEw9\(VX;ҳ6Cv'W+=?RJYӞRƕ8iXm3Sst? J+iTwz_QZ+{f&/t+$-|Nw3.<8|j+!tG;9<5ẸhhBtHKGcqh˔.顣ILx;Prk 2}/Cd\ɨ>DRV?YB'+,ٳk7dpNA&hdLPT(C*'$ _jʀVR,4-ب+<]ޚP&ڿKYWhVdKx\Kql_ > 0[:$tW3]#툉>~59Rc{[(֧B$[Zy uxs=Ŕ7xtZkKYy[[TcTb*xi0 ldS~ԋMR#U@IPNE iVK}_}GKO݁TR&rwB@ƣ'6-35uᰇ%ʖfJ"iDҀ]wb΁96KcSb 6r(W"-JӰÖIVj\Ќda鬔55 vOr %H}n ID%+krG &qZE`**C6[k?F)ynNoxۆ.OJt2{D] 4^Cz,l.]!C?M`Jd߻B6vD ZFQ&-(Jj'eX^R,JEEW %ˤnO?=9;ijص3Ugk2rd X5CA+kS!ltQM^'.접ZVA _7P[(jyaNER$&;d&$Z=k=n,4idXAed&xZU/|6μjgQRŞ Sn<$ч|"[U6;{#QG?. lbw%'| QyZ׋{oRL(Id~BZj^-WR2y>hg4ޤCV6I>,8ZqyaڑІ!T \kPKsȎ5-A1>d36CjٸTPqV2eѓ9bY0L 8N>fRסpi7M2[b+Nl 6C8q&uN-BXDǼ9_1(s^WR^mmRO[dl>25[=UJ%O< Iو[-nĀ*5Ms~èMzͶ)؅.|JߛttCiY^^ӘʠׁQ=HPYTq CZ>s?R74BÛktGŠԶٌMc 3EdYtn`8BzƈcD!S A{LBp:-% KNN>#[$NvNp={Sہɺmęlc6hᱹځ6*}I 0 ,jaŻ) @2kY3??V"@y΍ݵ'b]>S {&ٍI {U#zѲpCJk`S}@I.n nNnvґf:_y3>!{ZfjW|Q0x{<+X35b#ҹa;I2i@ڥ"ٚeQMY01ZͪS2nqbL\\5v2T+B %%0D{ϼ !GmWbxxĂv;YP}4"C0S/-ЙEJO$e8yu0,F 7Br*'pEhǜ=yM޺{yRagca]6[\v4ߔdF? *l3?} Eqa) `ȯm%߱F!QdKU]{rWIAO,u$ ,r^Erg/tiyi1ϮqN 3H֙[L㱮SioQcEY2v?Voܞ4p0j{@,xb,:(S9̤V̍.#W~$1eby3fdcՐ9wa\6*Ztq!MnP;Na4(_pqM_Շ79O.0ex\U$c@U ̑- Q= KU٘|)7?mAm^m}J:G2Qd Ak5R3g>W_ͫ$ /կ\];;UdIqf6K8F6Q+Z l.tOh4=Zovn^ˤmv퟾d )fn-Z9p_ u9mEou-+&ߴX؄K׵ ^`x2XCS]˔(B(B<&@8o )m6 ^:ђ4~˿uofyv|JkU:DA" > 7ʽ eNF\OkOf]k.{m'Mi  38;YVcEW9, ]>E(**!$]xf|hmaK_y.ܻl>%;f_C7آtlYEc8]%*F1dB#]2bwE_970֔yn2՝#ˆ#r3 I^Id!DZ^séX0_?e" 6ܡ7SSd.nGtvҋN}!n}Rȓ2u-~dX 3,?˛:S73pa;;id8=>w\.U00F[3 yb%Ej )r9,$WHBRT2c.Xczop(֚DRZa7Bg2Cv)TUa8H 6fy )o~ PCbqC3[rL8P_ty*[(0Wi,=#_w( 쏙'8'ťA{P')|DTMTIz^nؠ9iT)K0Q0lm0V<%9R͘c c+`v:59F{Fߞ'͸}A=e1@b2#:N 5/JXZiN9c%Yk{g!X0SuyEІe|Ly,=fR *Bim>sWa@A]tD Ϫ2cQ06-qLEkD٨wQ\y^ cAׇU卮0d1f=:F "4s~̮!ZO8ӉE ͯ(Zl\4xѯ;l c On!h2WܣmIU=w&K .7j3kd̯*Elmq]X(`[xxb5SlW/IR1EC1Y'\'.<" bM;4S|j@Lc}>&7s>i\fS4J~YI`f8sV]تOGh(^m}ȏ񵽊̉8zI5m2VMwU~ ѹQB b9["kU4|᫰GNG0~yG_.:5b*4q4 N8hޱ λp!歵mY|8#ue{eU w]5W^P[M44 jJzvԂkCGrɱݳ(7N^xEkOf8^&2Ò=ZU{,-n:Y$$^]Z K*v>- qyWE,,n_aD /5;^&dQQg\I5C|>y;8V;]Jw\ˎ͵Z0ۚr41ᗤIAHH3Y|Mjs_ L-egYg*LB tBP\zُR) 2ŇDzC[ sR}?TÙ. 6leNG6j{=+uD:ѯ0/idTMiWxz;C%f P;!ۣjAJQffgO^pNw2W6{Gs}5~,2)7qv͌'U 5jw3g D QRј:D 44ǝBʡc$-4V,-J6xCm\$ݤs~[6\)6+yJ09M6P"Ux%糼AD8z{ɚNgѳ?7D~4L0Y,G Ľ0br~\|mD'+R 4a',*rx\fq[DmHS->Z]"-5\K沓fё|m֎L]mZOm\ZVQ27: IG{|m!38:*d9iJ,Ӹ`1T z sTN)S*5ށ,1*Pv`"4NNyɐ,:u! &|;^- P*n%T/_ER>`ץ]z4gr˼d;'͕0?l+d*> \\c"$YPc5u^ܓ6Fmy D򰌹48+O堊aSgN>aRS5TCǜՐ⻩;[RY0re0)w~Rf4 YT[H%Ȳ1dzYƄvP'ri47NVO \ߚpr1 9j ~ Xp >wU>+vR,7EDV:9)IsARld mN4gyM⛆'b"^>0~jϹ ݀%8"^O]E=l/iw(ZU P箚$L-Y 5ppD t?DG" jߑxW踄'f@xJ=CzW\fdE#J/qoꁑJY 9V;Ȓ^WIL,H0)_j&Cg)#QK&yNM}Wl>5j:rå޿{F]ye>ux}Ror3Cټj'N1IVҩ0K1H(tЯ8.-+zY9J@F' a}6Q(uؿMRgzlCg} z HNj <36* [5q륞CBÀ4pI<#?%S:Iu̩!ؖ dqU r1}B<0RÏ(\`4)gMC1,z1~ ܢGvaKVv̤,<] "lC(&esm_1ٿs nۡ6PkZe32Ttg|+IIXsu·--] URI?Cvk>rs uTA*#,t˿fע dݷ8*Y~ oWKj:̰Qw~Й(d}kʞZJNK 4d?Y!Ϋ?P9h^ke j}բ,j ̗8za|4JưG#6=K& aI:JnMF'J/[ˍ-KWtR=e x0䦚?k~ݐ*t]$MȂ?װ(v{'cA0=$ ҲQ**`%Y{ ܝejgHH |S޻2[S>@ ̹P,I(6AaÆ؍`r'j~cuMs`O^n}{v'{n \.6u^)R)`%C.[BG??(|del~qm0n'L9PFH+D J)ȟ~ɳ[5n.[5BO)uiस0sôJ\x1GX<{ SI>RtdO%z֨<:yCј &OnOkZl8WiPetCz z E㨃_d B{4yo@es<.xl kZ7Wߐ{'WIFbę=!wDy~!ff8z'fuC [aAlg kqn:e{S2OlJHY> ǺL5rvzvdHG|`3TMNNֆ:;u JX#vpGH#ynJ KN_$❇2ZZbDD12{sQYg.ʒF2;I_XGdfTx23<ʮe\W&zM7td-UЬOuf>3M7hu.4S߉EuL23N=d:viS9M-u&:nj5w"QB+L21ǓEQ0fbXZ-$VX?.uzҊT-s₷U0z7Nser+&a|A.:(v}BAyEuƫ8?/Q) 6H[y}<3%dŮZNK^B Sc= Px 2 w8FX1$ѠHƈ C쟻{bHs{UY E=ӋLlue`'k# ^moƆɊw)8.G,:*"{#rл#iQp|:n\QC`JAwV]|No>Ԁ6oM2d/pjߚ[MkE{@]N7 Rd_B:Tϐrl?<^miV]=ַ5"vn>kd]SLWl.Z6Mc`ml41왱h&[׃&^CƲՆ%?4otX:/nU+xG{J}0B 'mY[{//ALiIZF)XXa'+Z8+A10#(Ij`r@{m$)vA\N!Qߠ}//e]=^~%K,}|u͎џ&Ӆ(Lܩs p|}4;{r7=GS 7zQkW\=rpvf!_g_0g]7 ڢc Zw 즆#lվ\v9VIEm;㧶'WŬn>=Lӫ.3/ZXH%zb0j"/ҳo`dxOx ):!g'PEIVaS\{qxH%DnS9BH ʜytArRJ~mhs7(?>ow<ڢc8 q3b鄍a]e{Mruԋ 7LhvQX$e,;J1MWx =æP!{Rt=IX%8|#XʺAǥ G.NA;7Q27,mq1SJ75󌈇2Sc|Yo?=WCw 4ʝJQ+Ȱ >\~x ӉA#}>_eG*JxqԪH| 3N_C ̯(F\;lmLh/ ۣ8taWveB/Xcy (? \Yy2L6nwQtHl.Z3 q-RhhV2vf7,"nq@f@\ C>D^ψfwI$3ng0s<.H6ˠtXh@e cڝ"OP}{*׋APmeٍO'[uKNEsb噷 oOgf/BK5mi,3O.w|V~-*0ZDױ?yD`S`PSF w5jAb[&bsmUƍz Q=bfrhj>i;~RL { GaT (57c"O(&k9g[t'H3CuH;TF%X^Yo#zR|m>(ٟ~w>syyLTuvMShRF6_ъ!HOWՉۤGHժ =oJoy.Vw ^7oD !Ē8'f{GȷGT.w pf\xzT[[B]F?:;2Vݷ9ɒA3z &n0ռ+wF8o k1QAy${\2I ;K%eǤy<1,ՋCPT˖%iwJD` [Yuh ]_?Ou0{7r Ilt0o˺_I z ' ({$Uz~N#*ї_>f%(HT+)nwƊ|$>vbkr9$X7pSXIk\MR)MP Hp=%׃FOMdld~. :~/Fq8m>~gK3Vv\1s|x,o[#=h?[Lu-ֻBb{cYh:̚#-3^ p/.;9w?k휑$5H%bHe3mv)u_:)YR4ָ|rn)$.[}rn|C#9 (M"7yg%/Lbr ;ORҫ_1^/ߜY#Y)[PO 푏`ՕilMf;L+}\nh<U{ɌޟmrIE(&{i]_z% ֹ~8zy*RU|/휦50H̞bpo!3j 'DtN%ٶ IbfUu ™z#hc&n\n!NEj-a& ;{+iZ&i!1#A4ci,,Kyt=KK 8q՗ c\8C4Y-}"y'bceJ( L}NEGyLz6x zSxJ8p>)]glbU:ezBwxkAWE_c D}ySi#Vs~I{"_j$Lzr]h鰓~ ̅~w~3 A C2݇T^BLQ䫅|>@;eo-[k* 4L֜ⷽ)5зc72@d,We߻:+a:CK0Fu 7!4 dTSoBs|q\t$:6cbhT)XGHd*7jaAaX$rCδ +ińjP,%C_n/a0[NA{~89!PZ(AtIȊ0># ˱TA3+Z.~E'ݒjKbLJm6 ӳ0rO=61ՓALCbp qSAni=תf2T(ym3~-AW ~PS13)>VY8u5(^IO<ŘFϐfOA>y*kݠi^`]qb@] €b0,4+qHSLoWӹ&o%:;v6綽WmpY׽wFMnlfu>}vʅOÖqgo96:zn->Ʀr{ٸ dC=c^ {lizNDUr ,,֢f7XxM,sEmWVY'3?v[tm-AJeFKnAqTAVXOG8RGR(nFl8J ߩ}ŗxy͞hj'ѧ7O䙞v >$G*?3yvl*٢MV)(𗞬۩VN\Ɏ4(r&9Xk&KvOd&:.S7 vlMPF S0|4~;9BY;aeJ+¾TR$ $53-{wI3LKy&BɌ3%+e HzJx;?:Be@hX& Z%Ź]Bî ,={"Uz_|D dKҡ8~? SJyGͨ|"XuS7!WLfmē\ rf|C !p[QD :GQ:9` C,o+RwKeAÊU eI69-l8my"YߪzS9( hL׵uisųy ,k[&Kw Oy`U"g5pұ~>ICw7%;@̧ptKRTuGDRs&i2Io4z\&bCvj7 .v>ƻ#FqUO_auM{b4mwZlq-ڀΚLW+Q;W6RyfX社 79nÂͩÚøɛDICQExNRuf~NDӪ˜ vdF {V{\uoxrxx;iM!x]Hp{{B¢|7d B]f;qЅ)j&ϡwPR_bB +a' q:Y5O-ĨC ) eEpwIuH'띟Kr$BŮlO%,P(ېg./Q谓fZJC"''^߉2<.T_N%Icbh/!=h25`XDZcS*,w!Y+,K@a2\G@RC^':mKr3bd"H|gѦ)D%(sJ.Hv3S>+~cfg_3brZ,[aӴޫK[*T:y6Ry.멗?1-\_0W ;S?g]9oeFוGk 1po!/HmBnl#5M66˪kOĢ,N; :ىF.sG6tF!cc!FuO_(Ce/J[9/ -E3'zڒZl#&72Iq;s]*˿l-Ǝi\H /X\DSÛx/W]@إ5$ܜ<5؆Ջy|9cU〴AH񫇳'v;axό9&)(l/Bud ĵVr^+2-0w,ւkY"!8^n<_*od"'8JF'lѱ9F8x A-e0!v9ݔ]`"auDE56K 4i D/Z=+s.^qOŇC˲ ﶿܫ\IL' e gϧylMJIۤpqCJQqKp<$gsqO-x ()962fL`ռ֢ fB7ޡ%N GKf2T-X3{F.(ڤŊt. |  o*?ɹPf[A@XPm1u;\$N.‡ q5gnU 18.i5gX1!yمe6*ar&'ly݂F[I@ϔ)ʿp>FAPC#,f+2n0nVٙ46|j#N*|s,JzkU +Y&ÊEImucQ]JpuCyP X6N0SJ7ߣ4x(w܅5s 257K;t/%Sjga`]xok@$_*}"[< ma&Qбj ok߭l:}#z U_`N:q}TChvLlmR ؗy $,@y2I`%MChX\zbˉ][;M>!܉h. s tvf1 !DRb ҁ9wLZ܊@u,y++Zٶy+GU5B{/=B% s"IZDzeYcI/ W :𣼝.^qF/r[,NԚ)۹}V硪D'Ho7Q9nl?nҼs˯W=d&zfT42`BeQW1s{G:P8/X:ƝAǪ# w Pﰀ:iˮ`rv%ͽ7(J іO{뺍_0*NXČ;ŸV2oy !DvxP'b@)nkwJy_gY> 9uF+L|D9v;).jL0$v$::~6((BZ[<ߊ?ǼJ&LZ q՛F '(Et2Df 5ĊÈ|\s_T=ڡ׻{ Mz0'DDȹ cAQf^ŐPnN* ǤDtߚQbAM7 =$؁:w: w I]-]S18bZ{pÃ\݌2#06'3:Rn6)5j_etp e*W-#=L=6a֕'m 瞿fSyrjl oVF,V0C"ʛ@W?8 #U?pT!8i ׊Luva#/lqǖ :l5JYeΝ$nq&V!h?;Qi:iD RR%4GXkUԗh C!]T2}%<'caǏ,T0;^m~Eȁ} | 37Y7Q4 s< d:E"|ĊL,u8~4~'<䀎odDt%n=Izx[wmgv. RzfEPlt&g {GFY_'5Z'wthQ@uUc g4)zϗ2g)2o{&(=AU70Oa)܃G헑@ *?ɷgY ~5{n{hb~l^>~!{q /B4Ŧ"#>_[~_Lzclcf-53yWGuRvqC9=Fv&ޯG-">m Yu#kͩ+4<Ӑ`}yOj':t$e7JRG3&Z)U6'/_d,rE4?6hX_'s40/~jI ߵNaۖjźaׇSO_"9SEX"e+rSR8^An#V8TZD&s/B݊]6=31p\ dJS~ t]ZSH&ʨ!I,G@b1!ߒI* 'BG=!.!Ń ^+t–`a5U ~ 9?ǚq@˧W>Ń$,4}^@!wPyK @ᖫq..O'fѿGT[lх1 kL?k[gAkg7iO} Q .f1˒>%(BZ?Sә A`w]~Ot ,%HrEQANkeݪ̛t^gTu\ "fV8Ké-؟Ut\ ʼnJ(Knd- 3/w&os~L0;r֠a_U>}O1R?4`)&I ӑ[& z8$g,򊣁[lc.Iv\>YG ,S1|QȃT#N\%+fRIL CF05V0Lwlh>wW UnE .&ÎT2Y6;աtp@g[ "&F ,>wAZackG}$т;&Ʉ>/BV˨:Hkxo!h/^ -z|fO*Ux3{Kq;xfQL, 0!U |2gC攼n=]JoSA[N&a@s8SA֢"27M=$*0I7WWK0O P*X&ح/-Z~w^u^0,9O^HQr}x _#QK};M%c SVHboB~6D7hL#.tjKVD7l^{×WC7 +,.&2io&_}Q e1+VYQm DhR(ȺOKM"C[ (e`B-(rIE3Ui_2EBHѰB,k3C4$)7u>s(Vh-}E'fZIEgY NNq:9xB1ʮUy:{NFl!(X]q@[":ƎxӌXpBia:p%yyĹmޤ;h'߬TPe}[9 n;yOzwQ 4& &.o1JS~%^nvB lxSaRMר{EP/HpK~\Fӏg/|%fuL%u9wGՋk\T@]M"Q"B\%`jYžz-V5{1%sb_|yO}EYir' yT˩3km,x Nc7˭(E`y cqX86]+ٍ8˜2nRUK z*_'-8++6 5}[eXJ=ԹSŠCub.ˆtd͹~@c?;|w SG (U~&#ں;eX 22L|Ҩ<9|l?P:uU(r h. S}ڋybT.^ːibg34TIs5NjFEMOe3嬥ʎV(I=dgjp'K.X֒"k"q[. mV[t~\V~ BCԯnV1{wȔbf- _/<P +njtӳZW\D*z5 40B%ʌ݇\JCgC?8դYXz>ПLPvM m sBn;Tm?'L!ѤA 8p'B:014yP8+^Uo|rI2Um.ܛmB鈤䨥ϘLb 4̗@ib{;j n0.Өa_zCPĬ%'zLvGkt@XJYZ&Q2/$|ޝ*@a'eBt2d@߿^mLƸxܰaeB3vrMs'aHnĉK iFlirQo v &+R%RX?w+=_\6Us>/ ySFu4u0#ma!hJ5^͉fȪ*°Ѵ,&>'@1]Mrhd ;B&lPz`tDJZD9;m-# .g^ G4A:n\&`yջ.At3n8y: TX';pЬ-T^y xa btFgޖ1ٕЊ݁FO  UܤRUIٛRnƎDDWH&6slo,GG)h}qDv)<]^:6D'WSXv?kvcj܏(3_1Pn}1t= 1=k'XnVcVhvL rCsoն!-_?Z ?%[+8Pk;m<}dA[ SDYNq^?B%.-݉7hB/Bp+ jnmoG *> kHͳ8#_unXf[fQ%" Q~f9&_P1ŷڃUk@$rּM#D'y7|$ g2*qgՀvy=1 qGV0 l7M!p20z*m!,Cm StưJ//a]ve^( ^$J#xhV-䦮4enK8Gzuwz#XzаYm&c13 (?*Ii:E7|oU@~brk Ki͢. ի;A͖|_E8LNwX:) X +G(A%-t%CucČ{̆O`2da9w"ymŽP7\5r==xgh~)WS2% Fh3H勔#n.(xErl!2n߽B\s%+}uk\'Lvz|XF;Xг+wT0 vU6F;(ophG'̋y B6s{OhikysLImekٯԙf0Mo`쵚"| D]uzlbg<9w A A-*X, K4^~Hʹ@+*WFa!TS<KLY`k5#Fn%JZ yGG5D]kz~ajmv4UNF@ꩤp0bիnq>lQ:UcvE(}ID"hx):ڈ=D>F% X;}>[YB˕sDJ_Yꭩ>SOBANPh Nmno&&]܎vVBV!Yu|SQe*zO\؈W H}ؗK7kd)=SUD\&,hSƿ'=j'[h_ZzlF"x4y smw}/Qe. s̠դSd 1W{DXz6 e#k`[['>πHwbW[jYVYX>>+lJ'^?+*04Z1Lnp*nNl\A0E\N P."!wF< Y{YKCgoMiɠ24  jԁelzsdXX~g꜖Ʃ@& bkp3z3~6 qTPNFm3@t}v/hx=,A {0ătt’tV9]_0hˢ- U1ٓ>D`qrEB%#snL{*ʄ::gdݨ;_W\xfTH2 tsu y]!W:n҇~Qەl@+ t:zз3)0 #}5+0HT0lvewq[ d*$j,N hn9h8ߧxڹN9SI=>@:H~*?7g ׏_ ڜ[Psf1ߐg==<98nwb%ߡ1NO;vK CtuIb%axH$١k^*ي[m04I;l%sad=}wD𶤏z5M;C!+)\# ЈJ@{W ⊎ɦLZ OVƄ*~5&f?}BD FCĩEz"$p= dRE BoSz/-p[C;OR:?v[ ZF Mw-x[2ԄEb7)(_ÚpO%h'nTsII o+L;w(zm1YBދbe>sU/$1NP,uzT M( g5aӟ*} ge36 އ07nRlAS+K;a:s=.]*lh4Ō۩7 ȩYa-wDBqQǛ 4'-IѨP\4 8RʍxQkb⬯;.&;=Z0LƧʩoع/,|ZVBޮZwnJg W!lD&4,#]z:yz $ z䘯ϥ&V:( ZvE|ׄ0FMT $ D rnʩOPث|d2ګ`L] R [0h6 -:Q ~y~dg"j2+%r.*ktȹBH8kv> 7hU+%mB݋a'kxA r(=f-3"5U5nTU+}*"k}1.#H5[\ְro{u C]3s;W@["Lpy I <86JubE6 Z2F9KH IS}CW,#2hGz"tglKĞm{aV]1d?TdԾȼFUҠPHބSa,(o]2zaX:- 5.:CJrԇXpFp LVRh4586r(n<|0Wr~lN"/: N{Ows<~ }vį.[7^SdB=_uFx֓yr[IvW\Ai ㍯Wx-z a;KƗY԰ORY+E/qC-t֥>@#[@qIyHnIm/0U+8UK“hbL\jzm",:+BJEK5{Ey5/&i-R_{g6Lʏ F+@^dLKX 6 ucd6s7@epa|'?OnK0ve<ܘj &,IgqIj3"8v+GOp)[`A2d,P;Uw<7K\p|qDJCe]O:`ZT]N?-gYFkVOj<__RΝg{u#윣# E*޷WcuM H2X?/&oN$HCY`:%ivzpkL9ǝ AfQuT]BɆ8GLp/X]#yz+¹YfnH(Ve V,DEY0o-wFʈoR5"+r'x{ h ԃBK_eYᏱr' qL7!Nbs 4jA) -x~hyDWI!˜*dheX l[g@"q,y,:r ҙ`&.~1#i*yȎ(TɫYSݼC',G{u9ÈzR8:D{J錤<'F@3gۮh70爫{9&qNӃoJ wm3O:m3 fCA:G f|Wa~PfNegQPfY!> cz1K[2UdIЙDxš+]"o 1EnjSxIQ7 0[@#f"1[-[Sܺ[ E UvlibCaH\!I0#08pRۃ/ הz-h;]^llᛞ j $;R!6^^+AiVtnn(@kݨQ8*sյb|I6%p ѻ~PWfdžX"e_!8I@OѢ@_8^QYTf{^2 ;?Cؾ6Lac*8+H'QNVו>:6 @09 kK[le*b?Њpy}u|dz90+D:8UAn`ڦgF{'A%aXfyP E|SJXٞ $saɢQF`ݕKFCWӘ~(n9VjHpϬ$"uH pR :[>bP=Վr2JEKAܖ?gB bp8ITAL1/HoķJ2)F_]Z٥R)\z}y҅0˛B+oTtv&s&zSʰgHVnAq(aV(W chg M0mVhM}MwvRQ)S$|'2_iGCYD.Úژr_@'G-`Ӷ+-zb&B RVj,Jkel+-]nzvuG .NPRg|ԡPҼ/3fT:^|FPm%*&(ԙs240 VAFX9+ESyeU9*&wF1¸֜8h9>l8ck- (J5Bx ԓױ|RU8$Rf_ap4jɭnՏuTI),d}R}Fze&GݔMxؒwYEej{([xg(|O4KϫE뱿9]/(*҃mxeFf^Ydde?ۃĢJ$󁆕-:.bdj Ӆ #H4scXB@g  p&ZŖv-&Ɖ $$8/H1)I L㻩 ˏC0; ]ó@g*EwF 悍a Ƴ!A[!U9HH$Tc$5C >eGt<I eٸ{(SI(H,AuHY pFPuGhZo #jPly * VȔp8roۥVh{7bP>-e~ކ.|Ӯ#9kGRE0eQ7b!<ؿYp3fh){Χm k'l_%l /;ʆ02ۇ f uAxX`+[“cf_4eJo]FS7LSWki.['H@>/vĔ.<>os5lSlݫ+nr8+ol!o?.3G3&Ì;ّDFΨe݀I+jNygbaz -IO%o.@2 P ^2ysx¦UtUD:kzdSJI*I#H'+ߕ⏪X"$E=sfB"2N߮$׭6J5<ʽ qBz_Guԩb\^25I^#Q%۫?Vw-KPI1,ٹaŰJJQ*#PGqMBd`JB7.Ċm̹SгdB)0A8J0$`8lhkҵ1zzz#E&"gWM]`ʥÈ*npڄ37Ju.{CHS :<8%_2RED9@Yieހ-2da9|>yȡd~]-/D)7qG%' f~"*WQUW?oqу0FgkQ5=Ouw*`|[ڪY(3)}HXY}J09+=7@GtN0sO[D}Nf\(t{"Y ޠߪ\7Vq6: 5a嘲=zocv"! 5W=o9rT!fc O!TJHLL19p<(t |CP r )'rG+ }8pu [Jpr)QpMT&ax5pj,݂>fuid!SMHDD;Q1+PTdRؒuSX2%!rW'9:dR1$AKrJG}[SU.*-* v7ӪW/E(SX-!@YptvmPh7,Vr I^38*B™nl(ŕ)fԜV U(dΥ"ן0y } ,I3 !Sb5 6AO{m>Livk]r_iI=ڊ-Զ{W!@YؽԅHX3^rȹv #+"jܑI6{~oс!^n)1ݪk}巍&tT  UXUEz鬷P<ѕ]ϙΎD&e)_ʒ30={Y) !9EgMYCmeuww(((%IYef9ʁ߱Ik(U8 2MӐ+LVGo%vf$XV+Ŝj _ǘŸ,jFL䠩dJ212gn2+G>*و%;*CDEq kz㣀wXJE[|7m &zBovv[X T Aqk}[59G\Leݞh{`4<"%e|@ O/y,J0RWpy&@ L%6pURVe@*O!i]+jktS@!e0 ȟ!V'3}Ri:Tf6;잢XKA;c=u͋eqW[ fqŒrpajf9rx9NtVn#1s-]uC0Kqd].+,N "~yb$~a?x7/@QA𯔔" #Uh#iBa71ϤW0M*ԼNmfNd6:vsNRr nMUЋ1IC@v骄bջE;ȶɷӅji}y9z?<RQ"D:w\ET{&9mvV~p<U+Ό6""JwDžS.&u|n\Q<':n1)مvĂFW?lY#cKY^M7"i NTM6c\AZ`>3Vk32ĖKul约 xs*fLω<׮ X8Δ9r SN̻-3#-2H ˞_5Rns5+R2ZI~E?y.'F l덼a01BAyѩxSpH~!c2VՆV<KzE~+;Am㸍i;Ƃe⫯3"IO[f߮Ca3{3-CECmۻGkw^CFu(eWLT.? %2X4F2J >!bW1CKW ?XZV5HΖ?R4H8;$#n@Zd[2-̸,]LҫBBm!B.'ѿyHriMsZ E͏g,p%rw U8L8 uMVpQKbۺGRL RK**GF^p}=m;|[:^uHw"oս7fۣfo +馕ΖsֻD'3!EԢi $ARws{-w(Ppb_8D/4xsupe1gl0]d]k;"0-N ̋Cv[=5$TFSFŷDWL]Is+xsr)/tfcT3bF;D۽l-]Y $L~d:!6&uQ>ג.DJ(bkiT֜j0U_4Y c  W8W"sd$D〴 (eؙ,]īxw ,r R0H41 > Ch3e™_P0dr$;4V,w7+ ) \]QDM#yt 9 pM&BtЛ{èC8Cł[1I#V3FC5G(Drj*v@0ۏ 6뫘b#]Kxtu3kȝ E'j7%3HGS}`PAhHgJ58/._<n;iڲ>3žk;ɠ*0?\R鏗A ܊+SepgQRlƚLzlxUI.>l w`ffnXLe{\:&mM 3K%Z78*k4}c>(Vx0+g̬=ه?QӂUbp!9.W8;nm1m##e|ME2Ѱ%pCS ugY _7IQ mDw8LUc5Y.ca&!| YE<* }IwE(4JLV63q8%و ^=H_۱ S>G l2!V>h m 3cxX>aX:$NŒ5>S®DvTJq:o2V[elޏsu ;gx#}܍*ny1BY"bTj\!l|}|qpu|å.D^`eHattD2Ã)ipdY/tݞ|5%~ejTw}n)G $ FNQa,5ve(Ex)H8RFSwU9np|;Αˬ>ixx=+W+mlYF˘jR{M~+D,:['5xH`\͈<9BI+/j7PވǓ/ˋ;j%;j7IܫȞ; {Y`}9>?挨f'uzʇc0_nY҈xg;gX{h8ML 5䂧Q[UX3#R_Yq̓Qg1~K@3ؓȐz dCAؿË|pdtms< 7jE{st%CnHmԄZgiaYByӌ,2'5m `5K7$f_.feq\+.0rX$QD;nTbK򸋑S]ߛ{\&"R/F?l QMO M_b#6~0DOh(ΥI0LnJ\GH]B5H}r"aπ blŴ{h "O1>yLIj0PX,2MJlPg圻rH M0R8K^*/V3_քpDf0F@ )R漻i,U=?&Di XE*uhC`㱉7&O_= *IoXlVSwTԮy7{f\T`#5\ .gj~C?ayy6:4ѳ#jŔl%/dYxg _@)@x`1P/Mt T,{3gUV갵YtNycq@ģ/zN?JX9ϲW˜V\jNM/tN09?_mwfh Lw;9Ȏm7-!="VpFZ^ ,5%Bȩ=yn3hBG^5ǀ_|5$jfVwQH@ ˘vCt![6n~o@EJEIe$$΄=_.Şav% lkOpu'{y!LAZ4: ?>_6G3בaNv )undB͇yZ^w1ƨ7M-ʪy땠_*WI*&#*_T$~?I4 [?<| %W>I\Fkja -yOօXDފl0aGO/TLPn-;ܡ塢'i j/f2ǥ帴aǤQ+LlpjJ0Ke &`8̛P{?":>8˱Bɷ^;!첄!<ۈs}XahC0O{*d% !ZjCk@nTajƑ:JBߩ70v"U}Plj/h[-J0 ftt"DW A1E" FS>R؀>pr6s&q#`48҉gj;u*.ܻW Oam=8ˡ[t6_w2ifB`R\˕PKg㢃L>FYΆ-\QwL(s.xxMARd](F7):?I$ν xN~)B,jue!;rQWl j"Er2)Y2[q^+>Z6 ‘h[ۦմ8R4IEl!ƀ+r̶`A>{5>6>2av&D: |9,5l/^ܦ䫻q㰖tޔ$/]LyA8{\⾋virU 2Q>1QX1o-]:1]-# L+\/|kM):n)ks_S3Ⱥy) ߹Aܣ3Sv7isd2q>/d Br`ӓ8#|<+;sV7>l*L3nub}4[ pv Uj:J+fzVg-%7yJu"&U4{gd֫uYEd*vYp?!ޓ7a#胕U {*~N3pְCҺtaq[7vφvX5س87yLi, p'LK]Vi'F«漚}6³ bNp=P49퉄n'jjܬ~ZO2nbi@Snd_W%6 \W/5ZPGKl:>_8 q5l',OjGJS@RB-R]D 4",U}TQ ymTrZe[o?&|7i-S9sew3K:ϷzH) ʛwKuDKs}Лƅ r}@dd"ɚcۻi$S;Uh$.g8A-CXDzi·&4R"K^ @H0QKl 05~m^'B+/0+{}?E~pB_ k̅X kh.23z)Q >=G[N5aRF_D -hdpUFQP4UG6Wd5J})`HDL|1njaN@iX>W8לLPEYlƯ(ՕIU94B ^,\P H{FKȗ;#0SN.K_hsZ>ҿx.q)b3ע{;9%թ@#u^@2XT?6H.A hb֥8͵=$3O2([)0٪3q&@L!_V#kN'"Nm󟈞chHzV$u^,~ZoIS=&(j,KF*zڼN Erݗ1VEYr"4Ԭu/;UO3u=.R +E(' #vY(a!d%g/1I,*pW&_ ˬP__+b(on}P@%[c&;5j{eozmFFZ2sl'v j;$O_ﴒQDgRc}l(K\TC6}HD@ޠ߬u?d7y9:?.5~7 Wbiu5S1S+QZm%f36)2spY坩8tHFM32|0}6N5Gv04K9nHER]% Ot6"Hq~ \$i]&1+oqԿ7;i6e c]Btd_,%؏TsfV^ !qBgJX%=ml$]Xؔ*tU& ߗhעZU5*8q=2qEsQXCegq@Y֌;eEPh$*@4e3 QV͒Fl%/~]>~ey!;早U~Q) ۛ LS)d.T`]i|cJWIbYDS NhpM8P$s%nwܗ҃@2V@VEKUeUc"/qk筕L6Sf*Hg5 KK;J\SYar #zBV..ZvsgʆƃK˗y讷4`H(W'&bRfLe g gs>uWqNy:v@/>rEe7d_fQ4 =bdeTÐzI"6|= `UYZɼN$vFsZB,m3 탘6z`n ߈[Mup4ћH:jelL^v#bi"%cI}a[652rJLNLyەq("uHkgi  YZ