libsqlite3-0-3.51.2-150000.3.36.1<>,i ~p9|K+=ŴowQI'7573kk@nt ddž݋SD8mޣ[U9tΜ5īsV k˹\*sˬ{^'8XH+dB& ˴ū'vw҆b,ބGְR(J!:R/Yۘ.0USV3;e鸮6)j`L7" |PgXr&68oZXzPDT&uf7hؐ_yH4S >@?d $ \  8>HP T X `  D(C8LO9O: O>^@mF|GHIXY\]^ bcd<eAfDlFu\vdwxy z4DHNClibsqlite3-03.51.2150000.3.36.1Shared libraries for the Embeddable SQL Database EngineThis package contains the shared libraries for the Embeddable SQL Database Engine. SQLite is a C library that implements an embeddable SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. SQLite is not a client library used to connect to a big database server. SQLite is a server and the SQLite library reads and writes directly to and from the database files on disk. SQLite can be used via the sqlite command line tool or via any application that supports the Qt database plug-ins.i ~h02-armsrv1VSUSE Linux Enterprise 15SUSE LLC SUSE-Public-Domainhttps://www.suse.com/System/Librarieshttps://www.sqlite.org/linuxaarch64Vi i 99bfbe652716fa1bfc8cd63e6a6a721928270ea2c35a29f697981a1a4bbf4037libsqlite3.so.3.51.2rootrootrootrootsqlite3-3.51.2-150000.3.36.1.src.rpmlibsqlite3-0libsqlite3-0(aarch-64)libsqlite3.so.0()(64bit)@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.17)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1ihqhw@ge[J@ci@cb?bVbbwbjbBb1@b-b@aaѓa@`\]w@\@\ZZ@Zs@Y|YYYC@YC@Y:Y&@Y"XDXBX@Xp@Xk@Xk@XfL@X2XW;W]@Wt@W@W@W and ->> operators for easier processing of JSON * The JSON functions are now built-ins * Enhancements to date and time functions * Rename the printf() SQL function to format() for better compatibility, with alias for backwards compatibility. * Add the sqlite3_error_offset() interface for helping localize an SQL error to a specific character in the input SQL text * Enhance the interface to virtual tables * CLI columnar output modes are enhanced to correctly handle tabs and newlines embedded in text, and add options like "--wrap N", "--wordwrap on", and "--quote" to the columnar output modes. * Query planner enhancements using a Bloom filter to speed up large analytic queries, and a balanced merge tree to evaluate UNION or UNION ALL compound SELECT statements that have an ORDER BY clause. * The ALTER TABLE statement is changed to silently ignores entries in the sqlite_schema table that do not parse when PRAGMA writable_schema=ON- update to 3.37.2: * Fix a bug introduced in version 3.35.0 (2021-03-12) that can cause database corruption if a SAVEPOINT is rolled back while in PRAGMA temp_store=MEMORY mode, and other changes are made, and then the outer transaction commits * Fix a long-standing problem with ON DELETE CASCADE and ON UPDATE CASCADE in which a cache of the bytecode used to implement the cascading change was not being reset following a local DDL change- update to 3.37.1: * Fix a bug introduced by the UPSERT enhancements of version 3.35.0 that can cause incorrect byte-code to be generated for some obscure but valid SQL, possibly resulting in a NULL- pointer dereference. * Fix an OOB read that can occur in FTS5 when reading corrupt database files. * Improved robustness of the --safe option in the CLI. * Other minor fixes to assert() statements and test cases.- SQLite3 3.37.0: * STRICT tables provide a prescriptive style of data type management, for developers who prefer that kind of thing. * When adding columns that contain a CHECK constraint or a generated column containing a NOT NULL constraint, the ALTER TABLE ADD COLUMN now checks new constraints against preexisting rows in the database and will only proceed if no constraints are violated. * Added the PRAGMA table_list statement. * Add the .connection command, allowing the CLI to keep multiple database connections open at the same time. * Add the --safe command-line option that disables dot-commands and SQL statements that might cause side-effects that extend beyond the single database file named on the command-line. * CLI: Performance improvements when reading SQL statements that span many lines. * Added the sqlite3_autovacuum_pages() interface. * The sqlite3_deserialize() does not and has never worked for the TEMP database. That limitation is now noted in the documentation. * The query planner now omits ORDER BY clauses on subqueries and views if removing those clauses does not change the semantics of the query. * The generate_series table-valued function extension is modified so that the first parameter ("START") is now required. This is done as a way to demonstrate how to write table-valued functions with required parameters. The legacy behavior is available using the -DZERO_ARGUMENT_GENERATE_SERIES compile-time option. * Added new sqlite3_changes64() and sqlite3_total_changes64() interfaces. * Added the SQLITE_OPEN_EXRESCODE flag option to sqlite3_open_v2(). * Use less memory to hold the database schema. * bsc#1189802, CVE-2021-36690: Fix an issue with the SQLite Expert extension when a column has no collating sequence.- Sync version 3.36.0 from Factory to implement jsc#SLE-16032. - Obsoletes sqlite3-CVE-2019-16168.patch. - The following CVEs have been fixed in upstream releases up to this point, but were not mentioned in the change log so far: * bsc#1173641, CVE-2020-15358: heap-based buffer overflow in multiSelectOrderBy due to mishandling of query-flattener optimization * bsc#1164719, CVE-2020-9327: NULL pointer dereference and segmentation fault because of generated column optimizations in isAuxiliaryVtabOperator * bsc#1160439, CVE-2019-20218: selectExpander in select.c proceeds with WITH stack unwinding even after a parsing error * bsc#1160438, CVE-2019-19959: memory-management error via ext/misc/zipfile.c involving embedded '\0' input * bsc#1160309, CVE-2019-19923: improper handling of certain uses of SELECT DISTINCT in flattenSubquery may lead to null pointer dereference * bsc#1159850, CVE-2019-19924: improper error handling in sqlite3WindowRewrite() * bsc#1159847, CVE-2019-19925: improper handling of NULL pathname during an update of a ZIP archive * bsc#1159715, CVE-2019-19926: improper handling of certain errors during parsing multiSelect in select.c * bsc#1159491, CVE-2019-19880: exprListAppendList in window.c allows attackers to trigger an invalid pointer dereference * bsc#1158960, CVE-2019-19603: during handling of CREATE TABLE and CREATE VIEW statements, does not consider confusion with a shadow table name * bsc#1158959, CVE-2019-19646: pragma.c mishandles NOT NULL in an integrity_check PRAGMA command in certain cases of generated columns * bsc#1158958, CVE-2019-19645: alter.c allows attackers to trigger infinite recursion via certain types of self-referential views in conjunction with ALTER TABLE statements * bsc#1158812, CVE-2019-19317: lookupName in resolve.c omits bits from the colUsed bitmask in the case of a generated column, which allows attackers to cause a denial of service * bsc#1157818, CVE-2019-19244: sqlite3,sqlite2,sqlite: The function sqlite3Select in select.c allows a crash if a sub-select uses both DISTINCT and window functions, and also has certain ORDER BY usage * bsc#928701, CVE-2015-3415: sqlite3VdbeExec comparison operator vulnerability * bsc#928700, CVE-2015-3414: sqlite3,sqlite2: dequoting of collation-sequence names * CVE-2020-13434 boo#1172115: integer overflow in sqlite3_str_vappendf * CVE-2020-13630 boo#1172234: use-after-free in fts3EvalNextRow * CVE-2020-13631 boo#1172236: virtual table allowed to be renamed to one of its shadow tables * CVE-2020-13632 boo#1172240: NULL pointer dereference via crafted matchinfo() query * CVE-2020-13435: Malicious SQL statements could have crashed the process that is running SQLite (boo#1172091)- bsc#1150137, CVE-2019-16168, sqlite3-CVE-2019-16168.patch: Improper validation of qlite_stat1 sz field leads to division by zero.- Upgrade to 3.28.0: * CVE-2019-9936, bsc#1130326: running fts5 prefix queries inside a transaction could trigger a heap-based buffer over-read. * CVE-2019-9937, bsc#1130325: interleaving reads and writes in a single transaction with an fts5 virtual table will lead to a NULL Pointer Dereference. * Enhanced window functions * Enhanced VACUUM INTO so that it works for read-only databases. * New query optimizations. * Added the sqlite3_value_frombind() API for determining if the argument to an SQL function is from a bound parameter. * Security and compatibilities enhancements to fts3_tokenizer(). * Improved robustness against corrupt database files.- CVE-2018-20346, bsc#1119687: Upgrade to the most recent version to fix a remote code execution vulnerability in FTS3 (Magellan). - Drop sqlite-fts5-link.patch and do it in the spec file instead. - Version 3.27.2: * Add the VACUUM INTO command * Issue an SQLITE_WARNING message on the error log if a double-quoted string literal is used * Add the remove_diacritics=2 option to FTS3 and FTS5. * Add the SQLITE_PREPARE_NO_VTAB option to sqlite3_prepare_v3(). Use that option to prevent circular references to shadow tables from causing resource leaks. * Enhancements to the sqlite3_deserialize() interface * Enhancements to the CLI, mostly to support testing and debugging of the SQLite library itself * Increased robustness against malicious SQL that is run against a maliciously corrupted database - Version 3.26.0: * Optimization: When doing an UPDATE on a table with indexes on expressions, do not update the expression indexes if they do not refer to any of the columns of the table being updated. * Allow the xBestIndex() method of virtual table implementations to return SQLITE_CONSTRAINT to indicate that the proposed query plan is unusable and should not be given further consideration. * Added the SQLITE_DBCONFIG_DEFENSIVE option which disables the ability to create corrupt database files using ordinary SQL. * Added support for read-only shadow tables when the SQLITE_DBCONFIG_DEFENSIVE option is enabled. * Added the PRAGMA legacy_alter_table command, which if enabled causes the ALTER TABLE command to behave like older version of SQLite (prior to version 3.25.0) for compatibility. * Added PRAGMA table_xinfo that works just like PRAGMA table_info except that it also shows hidden columns in virtual tables. * Added the explain virtual table as a run-time loadable extension. * Add a limit counter to the query planner to prevent excessive sqlite3_prepare() times for certain pathological SQL inputs. * Added support for the sqlite3_normalized_sql() interface, when compiling with SQLITE_ENABLE_NORMALIZE. * Enhanced triggers so that they can use table-valued functions that exist in schemas other than the schema where the trigger is defined. * Improvements to the ".help" command in the CLI. * The SQLITE_HISTORY environment variable, if it exists, specifies the name of the command-line editing history file. * The --deserialize option associated with opening a new database in the CLI cause the database file to be read into memory and accessed using the sqlite3_deserialize() API. This simplifies running tests on a database without modifying the file on disk. - Version 3.25.2: * Add the PRAGMA legacy_alter_table=ON command that causes the "ALTER TABLE RENAME" command to behave as in 3.24.0 and earlier * Fix issue with some expressions with windows functions in views - Version 3.25.1: * Avoid false-positive error checks on ALTER TABLE * Further ORDER BY LIMIT optimization fixes for window functions - Version 3.25.0: * Add support for window functions * Add support for renaming columns within a table * Query optimizer improvements * slightly better concurrency in multi-threaded environments * The ORDER BY LIMIT optimization might have caused an infinite loop in the byte code of the prepared statement under very obscure circumstances, due to a confluence of minor defects in the query optimizer - Version 3.24.0: * Add support for PostgreSQL-style UPSERT * Add support for auxiliary columns in r-tree tables * Add C-language APIs for discovering SQL keywords used by SQLite * Add C-language APIs for dynamic strings based on sqlite3_str * Enhance ALTER TABLE so that it recognizes "true" and "false" as valid arguments to DEFAULT * Add the sorter-reference optimization as a compile-time option * Improve the format of the EXPLAIN QUERY PLAN raw output, so that it gives better information about the query plan and about the relationships between the various components of the plan * Added the SQLITE_DBCONFIG_RESET_DATABASE option to the sqlite3_db_config() API. * Automatically intercept the raw EXPLAIN QUERY PLAN output an reformat it into an ASCII-art graph. * Lines that begin with "#" and that are not in the middle of an SQL statement are interpreted as comments * Add the --append option to the ".backup" command * Add the ".dbconfig" command * various performance improvements * various bug fixes- update to 3.23.1: * Fix two problems in the new LEFT JOIN strength reduction optimization * Fix misbehavior of the FTS5 xBestIndex method * Fix a harmless reference to an uninitialized virtual machine register * Fix the eval.c extension so that it works with PRAGMA empty_result_callbacks=ON * Fix the generate_series virtual table so that it correctly returns no rows if any of its constraints are NULL * Performance enhancements in the parser- update to 3.23.0: * Add the sqlite3_serialize() and sqlite3_deserialize() interfaces when the SQLITE_ENABLE_DESERIALIZE compile-time option is used. * Recognize TRUE and FALSE as constants. (For compatibility, if there exist columns named "true" or "false", then the identifiers refer to the columns rather than Boolean constants.) * Support operators IS TRUE, IS FALSE, IS NOT TRUE, and IS NOT FALSE. * Added the SQLITE_DBSTATUS_CACHE_SPILL option to sqlite3_db_status() for reporting the number of cache spills that have occurred. * The "alternate-form-2" flag ("!") on the built-in printf implementation now causes string substitutions to measure the width and precision in characters instead of bytes. * If the xColumn method in a virtual table implementation returns an error message using sqlite3_result_error() then give that error message preference over internally-generated messages. * Added the -A command-line option to the CLI to make it easier to manage SQLite Archive files. * Add support for INSERT OR REPLACE, INSERT OR IGNORE, and UPDATE OR REPLACE in the Zipfile virtual table. * Enhance the sqlite3changeset_apply() interface so that it is hardened against attacks from deliberately corrupted changeset objects. * Added the sqlite3_normalize() extension function. * Query optimizer enhancements * Various bug fixes * Fix various issues reported by fuzzers, including: + CVE-2018-8740: NULL pointer dereference on CREATE TABLE as (bsc#1085790)- update to 3.22.0: * Add Zipfile virtual table to read and write a ZIP Archive. * Improved handling of WAL mode databases * various improvements, optimizations and bug fixes- Update to version 3.21.0 * Take advantage of the atomic-write capabilities in the F2FS filesystem when available, for greatly reduced transaction overhead. This currently requires the SQLITE_ENABLE_BATCH_ATOMIC_WRITE compile-time option. * Allow ATTACH and DETACH commands to work inside of a transaction. * Allow WITHOUT ROWID virtual tables to be writable if the PRIMARY KEY contains exactly one column. * The "fsync()" that occurs after the header is written in a WAL reset now uses the sync settings for checkpoints. This means it will use a "fullfsync" on macs if PRAGMA checkpoint_fullfsync set on. * The sqlite3_sourceid() function tries to detect if the source code has been modified from what is checked into version control and if there are modifications, the last four characters of the version hash are shown as "alt1" or "alt2". The objective is to detect accidental and/or careless edits. A forger can subvert this feature. * Improved de-quoting of column names for CREATE TABLE AS statements with an aggregate query on the right-hand side. * Fewer "stat()" system calls issued by the unix VFS. * Enhanced the LIKE optimization so that it works with an ESCAPE clause. * Enhanced PRAGMA integrity_check and PRAGMA quick_check to detect obscure row corruption that they were formerly missing. Also update both pragmas so that they return error text rather than SQLITE_CORRUPT when encountering corruption in records. * The query planner now prefers to implement FROM-clause subqueries using co-routines rather using the query flattener optimization. Support for the use of co-routines for subqueries may no longer be disabled. * Pass information about !=, IS, IS NOT, NOT NULL, and IS NULL constraints into the xBestIndex method of virtual tables. * Enhanced the CSV virtual table so that it accepts the last row of input if the final new-line character is missing. * Remove the rarely-used "scratch" memory allocator. Replace it with the SQLITE_CONFIG_SMALL_MALLOC configuration setting that gives SQLite a hint that large memory allocations should be avoided when possible. * Added the swarm virtual table to the existing union virtual table extension. * Added the sqlite_dbpage virtual table for providing direct access to pages of the database file. The source code is built into the amalgamation and is activated using the - DSQLITE_ENABLE_DBPAGE_VTAB compile-time option. * Add a new type of fts5vocab virtual table - "instance" - that provides direct access to an FTS5 full-text index at the lowest possible level. * Miscellaneous microoptimizations reduce CPU usage by about 2.1%. Bug fixes * Fix a faulty assert() statement discovered by OSSFuzz. Ticket cb91bf4290c211d * Fix an obscure memory leak in sqlite3_result_pointer(). Ticket 7486aa54b968e9b * Avoid a possible use-after-free error by deferring schema resets until after the query planner has finished running. Ticket be436a7f4587ce5 * Only use indexes-on-expressions to optimize ORDER BY or GROUP BY if the COLLATE is correct. Ticket e20dd54ab0e4383 * Fix an assertion fault that was coming up when the expression in an index-on-expressions is really a constant. Ticket aa98619ad08ddca * Fix an assertion fault that could occur following PRAGMA reverse_unordered_selects. Ticket cb91bf4290c211d * Fix a segfault that can occur for queries that use table-valued functions in an IN or EXISTS subquery. Ticket b899b6042f97f5 * Fix a potential integer overflow problem when compiling a particular horrendous common table expression. This was another problem discovered by OSSFuzz. Check-in 6ee8cb6ae5. * Fix a potential out-of-bound read when querying a corrupt database file, a problem detected by Natalie Silvanovich of Google Project Zero. Check-in 04925dee41a21f.- update to 3.20.1: * Fix a potential memory leak in the new sqlite3_result_pointer() interface- Update to 3.20.0: * Potential incompatible change for clients incorrectly relying on unspecified behavior: column names returned by sqlite3_column_name() and sqlite3_column_name16() may return different names when views or subqueries are used in the FROM clause, and AS clauses are not used (as they should be) * Text of some error messages changed. Applications that depend on specific error message text may be impacted.- a little less packaging cleanup so as to not break SLE 11 SP4- Small packaging cleanup- Update to 3.19.3: * Fix a bug associated with auto_vacuum that can lead to database corruption. (introduced in 3.16.0)- Update to 3.19.2 * Fix a bug in the LEFT JOIN flattening optimization. Ticket cad1ab4cb7b0fc. * Fix more bugs in the LEFT JOIN flattening optimization. Ticket 7fde638e94287d2c.- Update to 3.19.0 * The SQLITE_READ authorizer callback is invoked once with a column name that is an empty string for every table referenced in a query from which no columns are extracted. * When using an index on an expression, try to use expression values already available in the index, rather than loading the original columns and recomputing the expression. * Enhance the flattening optimization so that it is able to flatten views on the right-hand side of a LEFT JOIN. * Use replace() instead of char() for escaping newline and carriage-return characters embedded in strings in the .dump output from the command-line shell. * Avoid unnecessary foreign key processing in UPDATE statements that do not touch the columns that are constrained by the foreign keys. * On a DISTINCT query that uses an index, try to skip ahead to the next distinct entry using the index rather than stepping through rows, when an appropriate index is available. * Avoid unnecessary invalidation of sqlite3_blob handles when making changes to unrelated tables. * Transfer any terms of the HAVING clause that use only columns mentioned in the GROUP BY clause over to the WHERE clause for faster processing. * Reuse the same materialization of a VIEW if that VIEW appears more than once in the same query. * Enhance PRAGMA integrity_check so that it identifies tables that have two or more rows with the same rowid. * Enhance the FTS5 query syntax so that column filters may be applied to arbitrary expressions. * Enhance the json_extract() function to cache and reuse parses of JSON input text. * Added the anycollseq.c loadable extension that allows a generic SQLite database connection to read a schema that contains unknown and/or application-specific collating sequences. * Fix a problem in REPLACE that can result in a corrupt database containing two ore more rows with the same rowid. Fix for ticket f68dc596c4e6018d. * Fix a problem in PRAGMA integrity_check that was causing a subsequent VACUUM to behave suboptimally. so that it works correctly with foreign keys on WITHOUT ROWID tables. * Disallow leading zeros in numeric constants in JSON. Fix for ticket b93be8729a895a528e2. * Disallow control characters inside of strings in JSON. Fix for ticket 6c9b5514077fed34551. * Limit the depth of recursion for JSON objects and arrays in orde to avoid excess stack usage in the recursive descent parser. Fix for ticket 981329adeef51011052.- Update to 3.18.0 * Added the PRAGMA optimize command * The SQLite version identifier returned by the sqlite_source_id() SQL function and the sqlite3_sourceid() C API and found in the SQLITE_SOURCE_ID macro is now a 64-digit SHA3-256 hash instead of a 40-digit SHA1 hash. * Added the json_patch() SQL function to the JSON1 extension. * Enhance the LIKE optimization so that it works for arbitrary expressions on the left-hand side as long as the LIKE pattern on the right-hand side does not begin with a digit or minus sign. * Added the sqlite3_set_last_insert_rowid() interface and use the new interface in the FTS3, FTS4, and FTS5 extensions to ensure that the sqlite3_last_insert_rowid() interface always returns reasonable values. * Enhance PRAGMA integrity_check and PRAGMA quick_check so that they verify CHECK constraints. * Enhance the query plans for joins to detect empty tables early and halt without doing unnecessary work. * Enhance the sqlite3_mprintf() family of interfaces and the printf SQL function to put comma separators at the thousands marks for integers, if the "," format modifier is used in between the "%" and the "d" (example: "%,d"). * Added the -DSQLITE_MAX_MEMORY=N compile-time option. * Added the .sha3sum dot-command and the .selftest dot-command to the command-line shell * Begin enforcing SQLITE_LIMIT_VDBE_OP. This can be used, for example, to prevent excessively large prepared statements in systems that accept SQL queries from untrusted users. * Various performance improvements. * Ensure that indexed expressions with collating sequences are handled correctly. Fix for ticket eb703ba7b50c1a5. * Fix a bug in the 'start of ...' modifiers for the date and time functions. Ticket 6097cb92745327a1 * Fix a potential segfault in complex recursive triggers, resulting from a bug in the OP_Once opcode introduced as part of a performance optimization in version 3.15.0. Ticket 06796225f59c057c * In the RBU extension, add extra sync operations to avoid the possibility of corruption following a power failure. * The sqlite3_trace_v2() output for nested SQL statements should always begin with a "--" comment marker.- Drop update-desktop-files BuildRequires: this package contains no desktop files, hence there is no need to handle any of them.- Update to 3.17.0 * Approximately 25% better performance from the R-Tree extension. * Add the SQLITE_DEFAULT_LOOKASIDE compile-time option. * Increase the default lookaside size from 512,125 to 1200,100 as this provides better performance while only adding 56KB of extra memory per connection. * Use compiler built-ins __builtin_sub_overflow(), __builtin_add_overflow(), and __builtin_mul_overflow() when available. * Added the SQLITE_ENABLE_NULL_TRIM compile-time option, which can result in significantly smaller database files for some applications, at the risk of being incompatible with older versions of SQLite. * Change SQLITE_DEFAULT_PCACHE_INITSZ from 100 to 20, for improved performance. * Added the SQLITE_UINT64_TYPE compile-time option as an analog to SQLITE_INT64_TYPE. * Perform some UPDATE operations in a single pass instead of in two passes. * Enhance the session extension to support WITHOUT ROWID tables. * Fixed performance problems and potential stack overflows when creating views from multi-row VALUES clauses with hundreds of thousands of rows. * Added the sha1.c extension. * In the command-line shell, enhance the ".mode" command so that it restores the default column and row separators for modes "line", "list", "column", and "tcl". * Enhance the SQLITE_DIRECT_OVERFLOW_READ option so that it works in WAL mode as long as the pages being read are not in the WAL file. * Enhance the LEMON parser generator so that it can store the parser object as a stack variable rather than allocating space from the heap and make use of that enhancement in the amalgamation. * Other performance improvements. Uses about 6.5% fewer CPU cycles. * Throw an error if the ON clause of a LEFT JOIN references tables to the right of the ON clause. This is the same behavior as PostgreSQL. Formerly, SQLite silently converted the LEFT JOIN into an INNER JOIN. Fix for ticket 25e335f802dd. * Use the correct affinity for columns of automatic indexes. Ticket 7ffd1ca1d2ad4ec. * Ensure that the sqlite3_blob_reopen() interface can correctly handle short rows. Fix for ticket e6e962d6b0f06f46e.- Update to version 3.16.2: * Fix the REPLACE statement for WITHOUT ROWID tables that lack secondary indexes so that it works correctly with triggers and foreign keys. * Fix the sqlite3_value_text() interface so that it correctly translates content generated by zeroblob() into a string of all 0x00 characters. * Fix the bytecode generator to deal with a subquery in the FROM clause that is itself a UNION ALL where one side of the UNION ALL is a view that contains an ORDER BY. * Adjust the sqlite3_column_count() API so it more often returns the same values for PRAGMA statements as it did in prior releases, to minimize disruption to applications that might be using that interface in unexpected ways.- Update to version 3.16.1 * Fix a bug concerning the use of row values within triggers (see ticket 8c9458e7) that was in version 3.15.0.- Update to version 3.16.0: * Uses 9% fewer CPU cycles. (See the CPU performance measurement report for details on how the this performance increase was computed.) * Added experimental support for PRAGMA functions. * Added the SQLITE_DBCONFIG_NO_CKPT_ON_CLOSE option to sqlite3_db_config(). * Enhance the date and time functions so that the 'unixepoch' modifier works for the full span of supported dates. * Changed the default configuration of the lookaside memory allocator from 500 slots of 128 bytes each into 125 slots of 512 bytes each. * Enhanced "WHERE x NOT NULL" partial indexes so that they are usable if the "x" column appears in a LIKE or GLOB operator. * Enhanced sqlite3_interrupt() so that it interrupts checkpoint operations that are in process. * Enhanced the LIKE and GLOB matching algorithm to be faster for cases when the pattern contains multiple wildcards. * Added the SQLITE_FCNTL_WIN32_GET_HANDLE file control opcode. * Added ".mode quote" to the command-line shell. * Added ".lint fkey-indexes" to the command-line shell. * Added the .imposter dot-command to the command-line shell. * Added the remember(V,PTR) SQL function as a loadable extension. * Rename the SQLITE_OMIT_BUILTIN_TEST compile-time option to * SQLITE_UNTESTABLE to better reflect the implications of using it.- SQLite 3.15.2: * Multiple bug fixes to the row value logic that was introduced in version 3.15.0. * Fix a NULL pointer dereference in ATTACH/DETACH following a maliciously constructed syntax error * Fix a crash that can occur following an out-of-memory condition in the built-in instr() function. * In the JSON extension, fix the JSON validator so that it correctly rejects invalid backslash escapes within strings.- SQLite 3.15.1: * Fix the VACUUM command so that it spills excess content to disk rather than holding everything in memory, and possible causing an out-of-memory error for larger database files * Fix a case where OR-connected terms in the ON clause of a LEFT JOIN might cause incorrect results * Fix a case where the use of row values in the ON clause of a LEFT JOIN might cause incorrect results- SQLite 3.15.0 * Added support for row values. * Allow deterministic SQL functions in the WHERE clause of a partial index. * Added the "modeof=filename" URI parameter on the unix VFS * Added support for SQLITE_DBCONFIG_MAINDBNAME. * Added the ability to VACUUM an ATTACH-ed database. * Enhancements to the command-line shell: + Add the ".testcase" and ".check" dot-commands. + Added the --new option to the ".open" dot-command, causing any prior content in the database to be purged prior to opening. * Enhance the fts5vocab virtual table to handle "ORDER BY term" efficiently. * Miscellaneous micro-optimizations reduce CPU usage by more than 7% on common workloads. Most optimization in this release has been on the front-end (sqlite3_prepare_v2()). * The multiply operator now correctly detects 64-bit integer overflow and promotes to floating point in all corner-cases. Fix for ticket 1ec41379c9c1e400. * Correct handling of columns with redundant unique indexes when those columns are used on the LHS of an IN operator. Fix for ticket 0eab1ac759. * Skip NULL entries on range queries in indexes on expressions. Fix for ticket 4baa46491212947. * Ensure that the AUTOINCREMENT counters in the sqlite_sequence table are initialized doing "Xfer Optimization" on "INSERT ... SELECT" statements. Fix for ticket 7b3328086a5c116c. * Make sure the ORDER BY LIMIT optimization (from check-in 559733b09e) works with IN operators on INTEGER PRIMARY KEYs. Fix for ticket 96c1454c- SQLite 3.14.2: * Fix the sqlite3_trace_v2() interface so that it is disabled if either the callback or the mask arguments are zero, in accordance with the documentation. * Fix commenting errors and improve the comments generated on EXPLAIN listings when the -DSQLITE_ENABLE_EXPLAIN_COMMENTS compile-time option is used. * Fix the ".read" command in the command-line shell so that it understands that its input is not interactive. * Correct affinity computations for a SELECT on the RHS of an IN operator. Fix for ticket 199df4168c. * The ORDER BY LIMIT optimization is not valid unless the inner-most IN operator loop is actually used by the query plan. Fix for ticket 0c4df46116e90f92. * Fix an internal code generator problem that was causing some DELETE operations to no-op. Ticket ef360601- SQLite 3.14.1: * A performance enhancement to the page-cache "truncate" operation reduces COMMIT time by dozens of milliseconds on systems with a large page cache * Fix to the --rbu option of sqldiff.- SQLite 3.14.0 * Added support for WITHOUT ROWID virtual tables. * Improved the query planner so that the OR optimization can be used on virtual tables even if one or more of the disjuncts use the LIKE, GLOB, REGEXP, MATCH operators. * Added the CSV virtual table for reading RFC 4180 formatted comma-separated value files. * Added the carray() table-valued function extension. * Enabled persistent loadable extensions using the new SQLITE_OK_LOAD_PERMANENTLY return code from the extension entry point. * Added the SQLITE_DBSTATUS_CACHE_USED_SHARED option to sqlite3_db_status(). * Add the vfsstat.c loadable extension - a VFS shim that measures I/O together with an eponymous virtual table that provides access to the measurements. * Improved algorithm for running queries with both an ORDER BY and a LIMIT where only the inner-most loop naturally generates rows in the correct order. * Enhancements to Lemon parser generator, so that it generates a faster parser. * The PRAGMA compile_options command now attempts to show the version number of the compiler that generated the library. * Enhance PRAGMA table_info so that it provides information about eponymous virtual tables. * The query planner uses a full scan of a partial index instead of a full scan of the main table, in cases where that makes sense. * Allow table-valued functions to appear on the right-hand side of an IN operator. * Added two new C-language interfaces: sqlite3_expanded_sql() and sqlite3_trace_v2(). These new interfaces subsume the functions of sqlite3_trace() and sqlite3_profile() which are now deprecated. * Added the json_quote() SQL function to the json1 extension. * Disable the authorizer callback while reparsing the schema. * Added the SQLITE_ENABLE_UNKNOWN_SQL_FUNCTION compile-time option and turned that option on by default when building the command-line shell. * Fix the ALTER TABLE command so that it does not corrupt descending indexes when adding a column to a legacy file format database. Ticket f68bf68513a1c15f * Fix a NULL-pointer dereference/crash that could occurs when a transitive WHERE clause references a non-existent collating sequence. Ticket e8d439c77685eca6. * Improved the cost estimation for an index scan which includes a WHERE clause that can be partially or fully evaluated using columns in the index and without having to do a table lookup. This fixes a performance regression that occurred for some obscure queries following the ORDER BY LIMIT optimization introduced in version 3.12.0.- Fix SLE 11 for previous change: noarch subpackages not supported- Reduce the conditions a bit and sort with spec-cleaner - Remove condition for old sle10 ppc machines- SQLite 3.13.0: * Postpone I/O associated with TEMP files for as long as possible, with the hope that the I/O can ultimately be avoided completely. * Merged the session extension into trunk. * Added the ".auth ON|OFF" command to the command-line shell. * Added the "--indent" option to the ".schema" and ".fullschema" commands of the command-line shell, to turn on pretty-printing. * Added the ".eqp full" option to the command-line shell, that does both EXPLAIN and EXPLAIN QUERY PLAN on each statement that is evaluated. * Improved resistance against goofy query planner decisions caused by incomplete or incorrect modifications to the sqlite_stat1 table by the application. * Added the sqlite3_db_config(db,SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION) interface which allows the sqlite3_load_extension() C-API to be enabled while keeping the load_extension() SQL function disabled for security. * Change the temporary directory search algorithm on Unix to allow directories with write and execute permission, but without read permission, to serve as temporary directories. Apply this same standard to the "." fallback directory. * Fix a problem with the multi-row one-pass DELETE optimization that was causing it to compute incorrect answers with a self-referential subquery in the WHERE clause. Fix for ticket dc6ebeda9396087 * Fix a possible segfault with DELETE when table is a rowid table with an INTEGER PRIMARY KEY and the WHERE clause contains a OR and the table has one or more indexes that are able to trigger the OR optimization, but none of the indexes reference any table columns other than the INTEGER PRIMARY KEY. Ticket 16c9801ceba49. * When checking for the WHERE-clause push-down optimization, verify that all terms of the compound inner SELECT are non-aggregate, not just the last term. Fix for ticket f7f8c97e97597.- SQLite 3.12.2: * Fix compatibility with some legacy versions of sqlite database * Minor bugfixes- SQLite 3.12.1: * Fix a boundary condition error introduced by version 3.12.0 that can result in a crash during heavy SAVEPOINT usage. * Fix views so that they inherit column datatypes from the table that they are defined against, when possible. * Fix the query planner so that IS and IS NULL operators are able to drive an index on a LEFT OUTER JOIN.- SQLite 3.12.0: * The SQLITE_DEFAULT_PAGE_SIZE is increased from 1024 to 4096. The SQLITE_DEFAULT_CACHE_SIZE is changed from 2000 to -2000 so the same amount of cache memory is used by default. * Enhancements to the Lemon parser generator so that it creates a smaller and faster SQL parser. * Only create master journal files if two or more attached databases are all modified, do not have PRAGMA synchronous set to OFF, and do not have the journal_mode set to OFF, MEMORY, or WAL. * Added the SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER option to sqlite3_db_config() which allows the two-argument version of the fts3_tokenizer() SQL function to be enabled or disabled at run-time. * Added the sqlite3rbu_bp_progress() interface to the RBU extension. * The PRAGMA defer_foreign_keys=ON statement now also disables RESTRICT actions on foreign key. * Added the sqlite3_system_errno() interface. * Added the SQLITE_DEFAULT_SYNCHRONOUS and SQLITE_DEFAULT_WAL_SYNCHRONOUS compile-time options. The SQLITE_DEFAULT_SYNCHRONOUS compile-time option replaces the SQLITE_EXTRA_DURABLE option, which is no longer supported. * Enhanced the ".stats" command in the command-line shell to show more information about I/O performance obtained from /proc, when available. * Make sure the sqlite3_set_auxdata() values from multiple triggers within a single statement do not interfere with one another. Ticket dc9b1c91. * Fix the code generator for expressions of the form "x IN (SELECT...)" where the SELECT statement on the RHS is a correlated subquery. - Remove sqlite3-link-binary-with-libsqlite3.patch: replaced with configure option --disable-static-shell- Enable secure delete by default, this matches Fedora & Android. It can be disabled with `PRAGMA SECURE_DELETE = 0;` - Enable more extensions, syncing with Fedora & Gentoo.- Fix sqlite-fts5-link.patch: link libsqlite3.so with libm instead of the sqlite3 binary: the library is the actual user of log(). - Add sqlite3-link-binary-with-libsqlite3.patch: dyamically link /usr/bin/sqlite3 to libsqlite3 instead of statically using it. - Move autoreconf call to build section, where it belongs.- Enable FTS5 support. - Add sqlite-fts5-link.patch to link to math library because FTS5 code uses log().- SQLite 3.11.1: * Fix an FTS5 issue in which the 'optimize' command could cause index corruption. * Fix a buffer overread that might occur if FTS5 is used to query a corrupt database file. * Increase the maximum "scope" value for the spellfix1 extension from 6 to 30.- explicitly enable readline support - run spec-cleaner- Update to 3.11.0 * Enhanced WAL mode so that it works efficiently with transactions that are larger than the cache_size. * Added the FTS5 detail option. * Added the "EXTRA" option to PRAGMA synchronous that does a sync of the containing directory when a rollback journal is unlinked in DELETE mode, for better durability. The SQLITE_EXTRA_DURABLE compile-time option enables PRAGMA synchronous=EXTRA by default. * Enhanced the query planner so that it is able to use a covering index as part of the OR optimization. * Avoid recomputing NOT NULL and CHECK constraints on unchanged columns in UPDATE statement. * Many micro-optimizations, resulting in a library that is faster than the previous release. * By default, the shell is now in "auto-explain" mode. The output of EXPLAIN commands is automatically formatted. * Added the ".vfslist" dot-command. * The SQLITE_ENABLE_EXPLAIN_COMMENTS compile-time option is now turned on by default in the standard builds.- SQlite 3.10.2: * Fix case-folding bug introduced in 3.10.0 in the LIKE operator * Fix a use-after-free that can occur when SQLite is compiled with -DSQLITE_HAS_CODEC. * Fix the build so that it works with -DSQLITE_OMIT_WAL.- SQLite 3.10.1: * Fix a 16-month-old bug in the query planner that could generate incorrect results when a scalar subquery attempts to use the block sorting optimization. * Add SQLITE_FCNTL_JOURNAL_POINTER file control- update to 3.10.0 - spec-cleaned * Added support for LIKE, GLOB, and REGEXP operators on virtual tables. * Added the colUsed field to sqlite3_index_info for use by the sqlite3_module.xBestIndex method. * Enhance the PRAGMA cache_spill statement to accept a 32-bit integer parameter which is the threshold below which cache spilling is prohibited. * On unix, if a symlink to a database file is opened, then the corresponding journal files are based on the actual filename, not the symlink name. * Added the "--transaction" option to sqldiff. * Added the sqlite3_db_cacheflush() interface. * Added the sqlite3_strlike() interface. * When using memory-mapped I/O map the database file read-only so that stray pointers and/or array overruns in the application cannot accidently modify the database file. * Added the experimental sqlite3_snapshot_get(), sqlite3_snapshot_open(), and sqlite3_snapshot_free() interfaces. These are subject to change or removal in a subsequent release. * Enhance the 'utc' modifier in the date and time functions so that it is a no-op if the date/time is known to already be in UTC. (This is not a compatibility break since the behavior has long been documented as "undefined" in that case.) * Added the json_group_array() and json_group_object() SQL functions in the json extension. * Added the SQLITE_LIKE_DOESNT_MATCH_BLOBS compile-time option. * Many small performance optimizations. + Enhancements to the command-line shell: * Added the ".changes ON|OFF" and ".vfsinfo" dot-commands. + Important fixes: * Fix inconsistent integer to floating-point comparison operations that could result in a corrupt index if the index is created on a table column that contains both large integers and floating point values of similar magnitude. * Fix an infinite-loop in the query planner that could occur on malformed common table expressions. * Various bug fixes in the sqldiff tool.- SQLite 3.9.2: * Fix the schema parser so that it interprets certain (obscure and ill-formed) CREATE TABLE statements the same as legacy. * Fix a query planner problem that could result in an incorrect answer due to the use of automatic indexing in subqueries in the FROM clause of a correlated scalar subqueries.- SQLite 3.9.1: * Fix the json1 extension so that it does not recognize ASCII form-feed as a whitespace character, in order to comply with RFC-7159. * Build and portability fixes.- SQLite 3.9.0 * Add json1 extension module * The CREATE VIEW statement now accepts an optional list of column names following the view name. * Added support for indexes on expressions. * Added support for table-valued functions in the FROM clause of a SELECT statement. * Added support for eponymous virtual tables. * A VIEW may now reference undefined tables and functions when initially created. Missing tables and functions are reported when the VIEW is used in a query. * Added the sqlite3_value_subtype() and sqlite3_result_subtype() interfaced (used by the json1 extension). * The query planner is now able to use partial indexes that contain AND-connected terms in the WHERE clause. * The sqlite3_analyzer utility is updated to report the depth of each btree and to show the average fanout for indexes and WITHOUT ROWID tables. * Enhanced the dbstat virtual table so that it can be used as a table-valued function where the argument is the schema to be analyzed. * sqlite3_memory_alarm() no-op.- Update to 3.8.11.1 * Restore an undocumented side-effect of PRAGMA cache_size: force the database schema to be parsed if the database has not been previously accessed. * Fix a long-standing problem in sqlite3_changes() for WITHOUT ROWID tables that was reported a few hours after the 3.8.11 release.- SQLite 3.8.11: * Significantly improved performance * new interfaces and enhancements * Important bug fixes for CREATE TABLE AS * Fix the skip-scan optimization so that it works correctly when the OR optimization is used on WITHOUT ROWID tables. * Fix the sqlite3_memory_used() and sqlite3_memory_highwater() interfaces so that they actually do provide a 64-bit answer. * experimental extensions, not enabled: + RBU (Resumable Bulk Update) extension + FTS5 (Full-text search) extension- SQLite 3.8.10.2: * Fix an index corruption issue introduced by version 3.8.7.- SQLite 3.8.10.1: * Make sqlite3_compileoption_used() responsive to the SQLITE_ENABLE_DBSTAT_VTAB compile-time option. * Fix minor issues with the dbstat virtual table.- Update to SQLite 3.8.10 * Added the y format string to the matchinfo() function of FTS3. * Performance improvements for ORDER BY, VACUUM, CREATE INDEX, PRAGMA integrity_check, and PRAGMA quick_check * Fix many obscure problems discovered while SQL fuzzing. * Add the ".binary" and ".limits" commands to the command-line shell * Make the "dbstat" virtual table part of standard builds when compiled with the SQLITE_ENABLE_DBSTAT_VTAB option.- Update to SQLite 3.8.9: * Added the sqlite3_status64() interface. * Fix memory size tracking so that it works even if SQLite uses more than 2GiB of memory. * Added the PRAGMA index_xinfo command. * Fix a potential 32-bit integer overflow problem in the sqlite3_blob_read() and sqlite3_blob_write() interfaces. * Ensure that prepared statements automatically reset on extended error codes of SQLITE_BUSY and SQLITE_LOCKED even when compiled using SQLITE_OMIT_AUTORESET. * Correct miscounts in the sqlite3_analyzer.exe utility related to WITHOUT ROWID tables. * Added the ".dbinfo" command to the command-line shell. * Improve the performance of fts3/4 queries that use the OR operator and at least one auxiliary fts function. * Fix a bug in the fts3 snippet() function causing it to omit leading separator characters from snippets that begin with the first token in a column.- Update to SQLite 3.8.8.3 * Fix a bug (ticket 2326c258d02ead33) that can lead to incorrect results if the qualifying constraint of a partial index appears in the ON clause of a LEFT JOIN. * Added the ability to link against the "linenoise" command-line editing library in unix builds of the command-line shell.- SQLite 3.8.8.2: * Enhance sqlite3_wal_checkpoint_v2(TRUNCATE) interface so that it truncates the WAL file even if there is no checkpoint work to be done.- SQLite 3.8.8.1: * Fix a bug in the sorting logic, present since version 3.8.4, that can cause output to appear in the wrong order on queries that contains an ORDER BY clause, a LIMIT clause, and that have approximately 60 or more columns in the result set.- SQLite 3.8.8 - New Features: * Added the PRAGMA data_version command * Added the SQLITE_CHECKPOINT_TRUNCATE option to the sqlite3_wal_checkpoint_v2() / PRAGMA wal_checkpoint. * Added the sqlite3_stmt_scanstatus() when compiled with SQLITE_ENABLE_STMT_SCANSTATUS. * The sqlite3_table_column_metadata() is enhanced to work correctly on WITHOUT ROWID tables and to check for the existence of a a table if the column name parameter is NULL. The interface is now also included in the build by default, without requiring the SQLITE_ENABLE_COLUMN_METADATA compile- time option. * Added the SQLITE_ENABLE_API_ARMOR compile-time option. * Added the SQLITE_REVERSE_UNORDERED_SELECTS compile-time option. * Added the SQLITE_SORTER_PMASZ compile-time option and SQLITE_CONFIG_PMASZ start-time option. * Added the SQLITE_CONFIG_PCACHE_HDRSZ option to sqlite3_config() * The number of rows in a VALUES clause is no longer limited by SQLITE_LIMIT_COMPOUND_SELECT. * Added the eval.c loadable extension that implements an eval() SQL function that will recursively evaluate SQL. - Performance Enhancements: * Reduce the number of memcpy() operations involved in balancing a b-tree, for 3.2% overall performance boost. * Improvements to cost estimates for the skip-scan optimization. * The automatic indexing optimization is now capable of generating a partial index if that is appropriate. - Bug fixes: * Ensure durability following a power loss with "PRAGMA journal_mode=TRUNCATE" by calling fsync() right after truncating the journal file. * The query planner now recognizes that any column in the right- hand table of a LEFT JOIN can be NULL, even if that column has a NOT NULL constraint. Avoid trying to optimize out NULL tests in those cases. * Make sure ORDER BY puts rows in ascending order even if the DISTINCT operator is implemented using a descending index. * Fix data races that might occur under stress when running with many threads in shared cache mode where some of the threads are opening and closing connections. * Fix obscure crash bugs found by american fuzzy lop. - Other changes: * Disable the use of the strchrnul() C-library routine unless it is specifically enabled using the -DHAVE_STRCHRNULL compile- time option. * Improvements to the effectiveness and accuracy of the likelihood(), likely(), and unlikely() SQL hint functions.- SQLite 3.8.7.4: * Bug fix: Add in a mutex that was omitted from the previous release.- SQLite 3.8.7.3: * Ensure the cached KeyInfo objects (an internal abstraction not visible to the application) do not go stale when operating in shared cache mode and frequently closing and reopening some database connections while leaving other database connections on the same shared cache open continuously. * Recognize that any column in the right-hand table of a LEFT JOIN can be NULL even if the column has a NOT NULL constraint. Do not apply optimizations that assume the column is never NULL.- SQLite 3.8.7.2: * Enhance the ROLLBACK command so that pending queries are allowed to continue as long as the schema is unchanged. * Bug fix: Make sure that NULL results from OP_Column are fully and completely NULL and do not have the MEM_Ephem bit set. * Bug fix: The %c format in sqlite3_mprintf() is able to handle precisions greater than 70. * Bug fix: Do not automatically remove the DISTINCT keyword from a SELECT that forms the right-hand side of an IN operator since it is necessary if the SELECT also contains a LIMIT.- SQLite 3.8.7.1: * In PRAGMA journal_mode=TRUNCATE mode, call fsync() immediately after truncating the journal file to ensure that the transaction is durable across a power loss. * Fix an assertion fault that can occur when updating the NULL value of a field at the end of a table that was added using ALTER TABLE ADD COLUMN. * Do not attempt to use the strchrnul() function from the standard C library unless the HAVE_STRCHRNULL compile-time option is set. * Fix a couple of problems associated with running an UPDATE or DELETE on a VIEW with a rowid in the WHERE clause.- SQLite 3.8.7 - Performance Enhancements: * Many micro-optimizations result in 20.3% more work for the same number of CPU cycles relative to the previous release. * The sorter can use auxiliary helper threads to increase real- time response. This feature is off by default and may be enabled using the PRAGMA threads command or the SQLITE_DEFAULT_WORKER_THREADS compile-time option. * Enhance the skip-scan optimization so that it is able to skip index terms that occur in the middle of the index, not just as the left-hand side of the index. * Improved optimization of CAST operators. * Various improvements in how the query planner uses sqlite_stat4 information to estimate plan costs. - New Features: * Added new interfaces with 64-bit length parameters: sqlite3_malloc64() sqlite3_realloc64() sqlite3_bind_blob64() sqlite3_result_blob64() sqlite3_bind_text64() sqlite3_result_text64() * Added the new interface sqlite3_msize() that returns the size of a memory allocation obtained from sqlite3_malloc64() and its variants. * Added the SQLITE_LIMIT_WORKER_THREADS option to sqlite3_limit() and PRAGMA threads command for configuring the number of available worker threads. * The spellfix1 extension allows the application to optionally specify the rowid for each INSERT. Added the User Authentication extension. - Bug Fixes: * Fix a bug in the partial index implementation that might result in an incorrect answer if a partial index is used in a subquery or in a view. * Fix a query planner bug that might cause a table to be scanned in the wrong direction (thus reversing the order of output) when a DESC index is used to implement the ORDER BY clause on a query that has an identical GROUP BY clause. * Fix a bug in sqlite3_trace() that was causing it to sometimes fail to print an SQL statement if that statement needed to be re-prepared. * Fix a faulty assert() statement. - Test, Debug, and Analysis Changes: * Show ASCII-art abstract syntax tree diagrams using the ".selecttrace" and ".wheretrace" commands in the command-line shell when compiled with SQLITE_DEBUG, SQLITE_ENABLE_SELECTTRACE, and SQLITE_ENABLE_WHERETRACE. Also provide the sqlite3TreeViewExpr() and sqlite3TreeViewSelect() entry points that can be invoked from with the debugger to show the parse tree when stopped at a breakpoint. * Drop support for SQLITE_ENABLE_TREE_EXPLAIN. The SELECTTRACE mechanism provides more useful diagnostics information. * New options to the command-line shell for configuring auxiliary memory usage: --pagecache, --lookaside, and --scratch./sbin/ldconfig/sbin/ldconfigh02-armsrv1 17701955823.51.2-150000.3.36.13.51.2-150000.3.36.1libsqlite3.so.0libsqlite3.so.3.51.2/usr/lib64/-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:42565/SUSE_SLE-15_Update/116ee95308531bf5aa5f71bdca15ccce-sqlite3.SUSE_SLE-15_Updatedrpmxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a3aa4d7476a18c7cfc4bd5fe8333ce11a51d7af2, stripped PRRR R RR RRRRmQ_rutf-8fa0a20d7acd23f5d6d293d4c371b5f66260f261713438242779128329cc2e346?7zXZ !t/]"k%=6kѿ>Qw~X}Nbv*{,(ք7Z62YGE غh}R]͓xGCaW+ hoŎ5RXrqq5= NDst'0eUN- Z: rP/l4ó~ptt4-شY@t4m2Jnon]<8Ե'{h(4xeU9d# +'?Dĉ҉6(!%,F~(F|7Nc=PB(UW|*"gԕ=:0f<ӱ(VbZ>jC=`>`AL +k)ō-}6&KG54Rn#n [ŤOAjSwGB@ub~(e ?J[4"u.TR?;Qpvus,~UUТFկLE*]PѨ@Qd"gڍ'ӆfwDl(B{ޒXF@z5zfhpʗ=tvxelgpi5"zrk:cpv5Y=;%-p|(1p"1fyh'V)Wg"]ڮ`Z,Dj 3KdaT~S%+RA#7Χ7vysCS V EUM>"V }=6l띍 `O3(k3j`Tn~cbAu\[)9i}E9m6 M 뵄;Nb1b~i/Ytdu],>y}C/=tq51_$'#"鄳=Na(&sV] Mrfĭ%abR0@!sMcŭ KO6&%qy̤"e+ |S&P5,)E@|xC|KA2L>Hr^vE.nGցq0eatwAZ˔Tbs ΂ IҾwï}a AX#6'c߼}(dz+>G I#mLƴPT>y@Ϊ`/(u"gh^芦'*B 8q}|~#Z9ᒥ\#k]*NyO-bZ h5L:x| ! C>877/ˠdy(Hʷ_}Ѹss޼ K[a6_+ ߴA5~5syBtGaP\ҫ3H-b_,1QZ^G/0ӝ[Щz?Mj-8]UBGT-UX:Vmݭ2 aϚ.6 ;2Z@l%=bgSt>S\:sݘWmI9C]]-`1 صȯHr7\`cMƛ*=B&>LP{θ#oTܶym;fs=8R̫-: ,g") 5C ʇo$+7kجRl:ƻ< 'ӸC/Cl#\tŻZ4Y^GnH@V>G"g1M G<78a1/V/:<{!ie}f= J&/6A^|˒^K{%ՙBeדME5σbvL>]By8#ϪֳfI-cVA3d;HwX1Os1[P?4I߲WSwC\1LihC:G&:$X"PCΏSj&o@+#DL@ҳ6fEOW4xu(cvOF,{eK1(t ԑQ}@װ3kI|xDZ,*3EG; ~+ߤfWe^߭w)KPOտ1獏atT\zHu{R>˩־ !<7& d/˜+XS{4׆`ؔt1z,<,#36"e&_/Bhf: y'/ѫ"T:={G<ڼ2F?qu:x}Rl'w΍(0H%.BEй[#b.M2fPH2B6:%VNU>7vC~ [iū% *VЃr&Z0 5U"K Y0J}{؅`%:K,oX8;mےFN0zU\xJ#Y}S0h<J%|%!q-UۺTvLONŠ)gGlpK& x⣣Gx4C0"Q*X{c@ KpofN&,T)X,XꃑLi1᭒@;F:bEqy\xa+i b;y:%&r !̃"Dy.@w(7Ϻ "?:-H`-~飥L_:mS(>'upbח@MFfz4glNwޥ «]hAaȎiy"k.N`*S^}2 [وC[ RqrD,i0pN+:<0|E 6T!FL#0u2)m٤R*f,dX;iOO\~CPE+ʌ/E[[;3x+C̈xVZa s|(iUdDzgΉ j@ 4Kõv\%ViqU|H4>2|tezB.eCZ֦#=wh,o&?3 VHS{5'6b,&f옹v.O`('ͷIQ>k?'*"6JdJk"+8(N/zEEH"3`B`PH, Q[H3*Wo%'$~jZJjv%s+fgp1+VkG^ weUy"Q".@/./Sh4*+}NF7rָPvK'GT5&k0\ux:i#+DfY=I{moFl[!)L8v7wTVDXZ(o `'ԽڝDαcoJdR^C^niBKMgwq{9YE6邲N׶GΓ3X09{Kp$a20O^AٝҋBX Q-aڙpvc0b\ao J΄eQ^eU"_*:jea"Ҩ RXBB*]Do1cqfH0l)OMނvAe _:}7f#+P[y*0:#-; N8(tu l88){ yjF&EIMp p[<7m[ ˷ I8]Χ3a u0Hj> EqkaϏ &F1wx7>"n *JŖ*!(A1biK࣒Gk4OH2<^5uD0ޓ.g^9AީEh5\=o"?<\2?Zn{O_ɫK9U 17S6/[Tyڽ `!Vr]J.AXTrǂpKx '=EW=dwPw ,Tc Ef;٦U@W&RpaB|DhTߛ@8WT9١FzRޡ ^ !:V5+l9wgrKHG tI ^Yb$-K>.[TlvԆdmȸf[9CHS~A.8\6sb8&L2vV*ADp_~M' >@tX Th!hfBpWH+z\} J\AޠJ}2D &xpc2He[;ꆩQzЦ@8¸xؖ4;lH`̮l 昰x2Sq:LRxa}L`qŕ J ݅;h?.Uٟ$)IxYp_2E=(5]9^e \vu8Q3y3fSA͓Y7 .&/YxwDr@ YQ_O gj&s +4&g@qp5TjVQe'bH+'7]yBZPW@5E,U]N|B8NM41Y{K??!ńaB ON:TbKc>P\+QN3UU_um}]g~zw9G Hqα,Lu 9y+ ) zFɺĺL=q /+|U*}2S5=#š]˚ǩ0msA1x˺`98mo *W :х_{TtyT(`4ȖD'jٵ /aЬc PY"Hk_0#';<ԏإC>BD߄Li2ǬWuA#;Q/L@%$hq +'Ω(t1a AĹLcR:h\XQHY-8KJYM b_8:Gyy2=mf҉}nB~M_)ӻ H"z.=ݛKGX*F>sɋF[4- ۦGGkU/J.գ@(fI4B*!ڒ0?_u? B@sEn[L cm3;ZU_Snɫ킭/薤KgPbElFO .Y; ~Ep 0o_SS&2EΊ;nl/AёnX{W;Y?D% jhc3Hͮn`c`RFNEDcaV+0q񑬼lsZ?g^@H6N*P5Īr}cEsZ%<6Ck&M_G8d'-qe\ϸ{`ۛ&Rznvy`tB3q5Wi5Q黡>,>kʐy>Lu{lǎvj4k:1AΨ-7}ޠuh hsbu;@نONgg s ?{v84mRnGkQ[vx_l*Nvu{$S٬0?]b]aa]ͥ.-^m~p _&2KNK8<"#O5+>]xc=|K;R^ntfoeѭS%`bA#ZOE1%CB- Q 7 (ޚ`*ޔ.rҀ{}1&lSr{Ɖ| h] -1 :aZ 㱺% #3NQ ⸛J3 7;Mj"o2%1DEZW lHB e1ғ3:v/3mx{|Ql#zO,OK T7rD"K@a;x?VxHWEUUy=."[fwC@K?s kan,RiDR d!b\Bޠ_Oniyd_5chlo8v_oblj̇ezI ,0oF,':^my5_!1S^ȾmTJC2b<5j< x G[cuVnJ+ѭ 0}rDzGpN#O|&'Wa>a^ ~r]w~QBb0b\9$R_HD7癷݊:ի.q v:a #XrݹKReXj. {"i2*`rjx ؘ4>n曓Xr'ۛ/E12f+C^@2V&O>K^'GT`ȷ1<'L2ܣMs _LJj`7{utνafWCE/{,!El1Z.pC NnegHD8hKm( ~x+/6'3i{kigUͨq,$z(3͜GO]p=^ne<w -2ɔ&IUG }ͳÈYAp*`0F1? p UwAd~;\_NSa~ekQJƔOze!Ĝ|Y >bOZt`FmX+m_xpk׵+{+S=9q҂0^15ȴ,m4zVicqǍm, m U=Zyywq7<A{=~y2茑([j_2z2S+,6֯쐥@#/L{ xrosCN/#BEmt|]8D2"-cb Y5Rzi*Ġ7/9$Ii & Yag^B k5b޿,^ ڜO/I!ɬ d{(Ȃp b5HWI,ۅv3j p Qv/b#0%`e3_F\UFvVLx[rʋN$;cv_BF+ 5mi[POF$;`QH//4{2Rׅw,g^N*4+*@aS :Cra׉V|dLWx{ qr a5@iu<0<10%p[qt DԒI3WQSuswnv!N"ӊSo0U]wآy3Qгvk IQ쒑u5c[Mo{ZPNE0qG}=_Z^"9uÏ kWN@I<3)f^uv5HZ)<" aqfVQbG ]O;<dt)*&Y }C %[cMURz|W~X4\]d[ pPmk>m'vEp0GiP.<ͅ5;t:#_;9zz*hq8K?jV>y^2Z*;{N .H{D^Ң=9Ԩ8AB\T^iΜ!BT,D#ƹ5ם"AlIuϮ/1$bկ^bĭ:kǟ>NBs6Ƈ%˭MeW2 ƧNmw=`Ue|%"^5 R8ۑ ً6&Tl\sqT|1ܼ`Okh2ۢE56hzGncLC'9]_#][n2Řonx¬{F R9PO%ըa4xy/WKZPt`iD~*_R"K~PR.w]%Cz1 ̉-12:[|5OO6NqZK hcHTMZ竰I4] A $72&7l3pO@ "Tf= pϩ#ǯn}d/.3Vq볩eZL6=@~DxƮfTEVh7URV*q%1>.06ceg{]~,$a175iNl5Qua x}N_O>FE.q6Wn5XXrxb@y:02c2~Й&Y s$=_mH>pI+A݃cl> f7h7FD@N"Ĉ-×A<>}Q }{8q6HsI>Lg="m t^;ZxX6>_0:M䙎2犃% 11TY9I_|ɸF{BmyNrqG-nUxDEq,RYYۖ>Mc_PąDbX艭XW')]-o@G\cÄHJ/NdY_^RtEj=ИJm2;Hm N }̣R}we:% h7>=B;1Rj`8F!,iWL &TIT3:(h2~[/ךuM1q5"r=N $R΂*$̉B"oŏ3AFٰfR(G,>Z2v~8Io?${OnNXtC:.=!6 ` /"K,<'㿍-9pJPey(͔#)tPu–6H*ܵF3-գҽuCĺAwL-z}wå=ȠMlfd3$*W#CA<%[c^blp{e"[}%ԅz0\+<>:0B4B~Z o&XQᕣnÇʷRM>=kb8[XM0L;O8rql:mb5,>5j@9FvrI *Lk<91iJpj+fTQPFs/Bxh67}aAm Ecޫ>3ŧ< ~3T 9.{fOIcs.1X~Y˗ѭUq,8lXQ֓U"ʰLɕyyYm#pM_rpDLnZ, 0oOLuxPxvCLK:pBs07boG܃!=rLV m A_,(5] "5'uM \ /}dxW zyAf|憡k`,Ҥ$_iH2/%t(9F1"$@Mfshs=o”uV{ ;i4:z sQԷ΢p)"OriFe-:81gT_OvR,t\ fyQNPfE=8<8&q4)$qŊ$#jz/%v@?Hf[ z{ίR,yGbF@Q%`HK dM`f\LEY0;š¬gkVkA#P0$K?^- .?eo-]4qY0 L2$3` PY4uxoێP*=mNV>_9󂠑 LFP>%(H:cn7.L Llby9~LT6d@'ϡY 2v/p +@y洖luD˝{_k"M{7i/?\Uca^F?"IGߥſmJtM80#țą b5!()UBɘ:,:-$F|'.݂N/Pl.;7zfp.L7F] f{jӇR;8=ڥR+9 #- [8'n&Հ{ 9ysdy`K'G8h+:%i3JY8YBmf,&p܉BO42"静f'i朶#2k4vLV{I>P @!V5jK㍿Cg^ %$Ǜ 3ꛪGm/i#TC(JL0*lfiQ/%b;1y-:5WS:oBKpMBr;,8I,  4-5 P@fmVi[sq*lKט}/Qg\>sGQoQ+Uwϐ̠F\.)'_jK4.] Ob9v/l.=WLaO3jB5uo[ThN"!4 x/2uRV *o:.ؼ4`(6\X^ĸcoľ1qԦ2Ò ^_-K}Q's qǾRc[(ӣ^ÿlDZhe% -0{ϒQ"]ߏ y( 4S3Ko"Ngvd e+5ǩ5k-R:4)oh:// zD9L|5)1jlX`l;mzMQuReÇ.~VJ{H;J%יhெn2q_K# fuĴIߚm-"D%fg5ً耱n x)6+0\LsMe~۠sSfqMR=JSͭc_<6;ű>x-ToGbAjزQu/u c% Hi5`1M- ʛ.U:;Xŋ K<@nޗSK^6#>8E0P'#( ]}bpu{@xc,YI >P\+Ij]k{RQ_ي׳RR/u6gIYlqCN' ՠ$7BB]@DkP}3͒ZBBɠǨ9) "O2)i!]+Gj=U70(XҸXDQ{wA2Gܺ1baQ%ҒW*iwa$$Z{_Q#O)UZ1N?uSN`&X~huzWF]/=J,M(Ø='2*$ƽx׵1ǡJz Ѵ8la I|9rFn7v% o$` ۍ&LnEt-<&F72k6z+W!O0oaP_;oLXHLGc˕AXo^ACҋLl[fUH{^s>6 鮳 fd 5_\N7A)F6rwTaoC^?n6|ݐ,2h'T`*狼4Bepi!.$N/ꏭv%nX&KK*R\_c<cz|I)cS"Q\bj)NS U.w/oGMs-~x$BU,ii6Ą!7f #@`83;1ϟw kS%5GɎ |P_ @E OCr:(zm@*?*,;Ƣ^dnY}\nӫS70BƼn Πٸ,] i[2:\Iq7ێQ֌'{: q>36>f6hu&wS'&/ա"父V:#y߼y{wOFJ_MTB9n0X^Z}n"٦v&{3._ԋMM" 3|?S*l] Ka7Qp3B~O}++̣N~-Ro;4F_,@.^wyg0v,=8~C # G~ɬ:KZ{hJt-j Go$tݷ90)}Ek2՗<݉*^:}kUq 81pV6z##Krc1Hh#q#uYWF@?@7! })r u.{3R Olçc)-Bj(R 5)(v_0zn]@ ϗa+~O õVWg!Ũ4s=2¬]-Y|m:ಙbGCƧ=#Ixus??_':I:4xM0^AJL[ evxF^yKWݧzD>qk2>2>VÎ0=.M9 (,<yhS .L1C6$L7R+r w.\8ʸ#Pd5ip:Ez@q'OWBTsg$N~URco}u >ۂv"䎋/Ž~^ 9]䴸| fV6ӹj[FSTFs//{=Xʧ]^j;v{>pb霚wiWt}8ܵdpny⑧GO)#2@{LC7$.S5"αuW~z~)q֍K#ػ=ֵpd6P3evv8>~KxaWô[l -4mBmE xO3a/l3?ٹc ؇f.# ػNfafj[[ 1fXv-7마 $]ǷC/ q!zab".=Ԇ;=tw<D-}eb̪4YXrֺkCܛ" @Sd:q* ٫37m"`}2Hy؁o#Pz/ vGP[Rvt֣)9vn;NϽ6~|OL/ooMO^3~ rߪ /E?p˔3gDEJoUh"‡7D|g< l'uow9;cD$f~ELA2 ]6TQg \5`CoR@mY.X޳+ +DmLVg*C](lK׊|)VK1E5ݥL5SCϯY? ^iN[h[3F'\~>g"mzKޮCWgC)NiD*{c|csǠ"bM?\ZAB}Y:YJZ'YYL.М0RtDV`UBEV|O-DchJ i{0C*&.fx0 cJͺC,f7bT4~öBWYD:5Gmd7]}鵨gʟhAv/܀@5 HI[uƣة*;]d7HsH 9H Gcr%} LF)7jF҅r`܃r+Гg"&K>)f ^'`ˠw ?=hi}I:lIxbZt7B@&> jZTYz@µrxGhe>K@r%pMk֗Km[RLBE=^潆s 0b[ㅤ,@RG?<*3>&Is7iv)̓ 11U+zĹ! tMh=r?YT[J& ϊ^e t!s{sw(']@Ey_D{s2C":{+vӁu𩑢e]F.Ҳ,wIHYö:q,&',$itSK*bV5%1|nf HuGѹtDɌ';!hU{jWhi|+#"[ DeB ѕrqnU'C./ @G9j.c t0+6CS<<94sü`S?θmf֞,6eA87QbNPaכ fkX4S{EE~=pG}EM@WYaMXcin~vbu|Z@G_׃Sm`M% #GN|R*}..ݩ&-YN3_E>~n\/S"9;# O.kJx) ߶/!57rw[^ )&Kﮌaa_rV$chqyP.kɵҌ|qjĈ5Y E-b W$uK~E!(:9oq;J^~dH4?9AUjYx᯾sqMuR{vٸY@fhƙN 1?R9@gXসV:5t|>?zl N*0pLN5f!}\^ehq @ Jei} ]81gI=©@qo UdQ&՘7yQcG3W IA'?] oY嵍.ò'%a&MMM}&B?2#j8OahGx&w|*9֥SK >W㵞̓"\p`%L¶|u&N~;ަ) <5 F\ wJbw":rS- O:<Bs"%rT-Y.ʨbs޼Zš㜈o~y{?4wgU{,2TYCXO[{XWAQ|96gWQ 9#"Ȑ" G;\b"y4ݓvqZ} (@mjFauSkC>MR~wl|q.W.6{E%}+,5S}ɔ Fa=j~g}Fԭ [1 Ex7Uuϼz:4@a:F9T[Ò.v9zmͶNysx8j'-v@DA#)$?nKS_d|{oi> 2Ǖi:cx)}(̪T&@MIB.=z?i?$0H lU #eD592J' >+ߪZNe< "RI|BR'\L1ᑶB=s,ÖS`O,FɓS;aVw=> vjm?=ht{Ε-0FvB0P{AQ@oU0n mЏoTsON7wi+Fy!Eq能3iԠL8rG"xd>2_JFpY&_DIŴkcPQ]}YԳGi};ڸ St34 MߋI2<""U<ׇcfBƒmq3%0!|+2dnUsv!iI(2@ [; EJ`pOOJRf.%!w^vۖ׏ϴi8Y SX2:Ŗs*]8hTvY.&DI-?.0@޺Vq;aNQ<~2oF9R/JCTDVhLG E8;GhYe芩&"U'!rCx0:qd_ʐ^zR0ÑIjM󷽼g?*uE(dBqD+4"-^gaRw݃pTըdnBcoP$SL>o(sCZ@` dSݦQNp!F9uظT<>I$Gk4P҉j}4`,}g!檭v5˸,4P߳"d&9承(AXYIFA$o dYTC2) [Ў/f6fmQ[Ȅv8%Q edmrXCI"U͟J5)G"ο}:9q<-"VCEԆ "2ϙLDcW(6}|&*#?ɇ&)vNSkтpSy9R̨ExOF/)vJ@NVƫ, f^0CT`,;."q` xgc+L}tۉ026 RjeAD/-n/[)HbN5X!/!i.5&A{xf *"CKoㄴ }d/S#` 1.5']!fcPƳp% }"iW bg)WC 2+bԡVwDapHCŲvW/46pfjBj65}e>LfТaCy"vl*y "eA`|"ogؤk!2hF;c^CP ˧Dؘ6C0θsޟF?U[udQC%Ni1UbOQvKi+,U׳1@ Mߊ*%U,ݝaqr-T|B /pdwtI ^F΀Nipz!.p _EQ Z8B*ao+TB=] Xl;kT;e2{ 'f0X3*1?j!';/o9P75pu:1)qّ?5@«Nȷ-GY\K4n]ez7~CD&r o{e@pJNEIz`8恥[fZz LAc¡8.P!koŎNQAlK67{%X\^:"u{F;|^0/9pa 5Rz*/& ^Eh$ B3yD(@1y3Y눐-S ƈ:=݃uߐ" [x%9|)40DԬ&!r k|=uhČw{F%.`߽q64B5z#%}A9t*'SofqALӏQ+jIKkeMz2V^,O(JZ._8Fm fX١%]f?xt#WWԴpZ#!ʒMG,mLJs4f 5?/oL6H2 $#S6 {v]Do,&ӱ9Bv8qթlDhJ(_jcx{w"w|bmtfa#*.1`־-μs QoxZSK,ܲr).vɄUj󠸍5& fkvy֬gU“m"߿ Ll Jc+;r &1'|.#@^(˗~YT{Аfӵvߎ F䦬qqb`oV/SQ|FYSIId]Mɳ9#ѡJK]r:[G#A-PKy"T_:{9F)B.PtrV);N!Z}/|qb^E= WM^58{ܭk8YA{VdI  Pl<,ohD A,l,0|լ nf{e*OU%=qb1mg`)aSٕ*`uS- ?YE1Iz"BU%k7(-w?E\^͟W$m2iǏ ዜ1 @³iidf2]{9Wm# Yo^37.j*ϓYNz]8ִ*c0unQrud0D~3t2x{1uÝ̞}#pw4A怋ic"bthÝżћ ?&*#߯_x{&TzwtP&?}챐=+Fa"Ul.A@u=,E86yWng X IUkoL{ӲA2/NbAklgG"6&\74 @>ocRs ̈% ,P2X!4;kܠ_ֳHs1 Ae6Ty>"U:L϶!hSٕ׷2%UQՊGɩ~sY^Y'bO"%G r-**'i8j903,%6U.3rېR_ZLin)>eIE D+(|N p^) aE=ȓa0"0J> q6uﶾ{I^ϑxs3][;bdEEWr]u"wƣI}=4"EͿGq/_`8ԝZ2hϤA@Q8x]7!_+%]pDB"hQ/# bs3DY]=+wL^?'YRfR2xxSϹ\ftѱ+Pg5E!ڡ>Vmfe·ٹ|C#(ǻPNCo_TeWj A͑{́;^9ln w3|l5/kecbo)㛕)Ό]YcYozHFP7;ҭW\v^}~ʮ c 8mOB:2ҰIrb=9A;u ֌6I mg[fysjԮ\pwY1(l`RקuVEި*ukIx'(嶥EyѴ;%Ȉ"-Q"Fnֵk%$g2qCC'ֻ,zX; k K9lfh~jV7F}3 اE7~Ο1m3zm DzwJE2ߌϬKh[ɝa!`%—#cJA-5)ӔlYm;zcw0!rST^vnk!ȄlCka^zFe E8NN(p)R4X 1Ԏ>}t{8A7nEo2jji3yiV-ݺ$y~X)4*"SJ|N3NJloZh s#d|Doͪh<訧_8]#u>r Ǧ/%Px̗[Mxk4(t 3D>7zO_z>ex6\༝v 89$"刽H'p[w%U"K i$ꀞ$EBBaE I`D59SuBW]$!MxB=cUF%r3&xoRux#21mQ;H?l팩 )<0n\s3V]f#z섖hrǷrU򺩮N6Kcύ(%hJ@LVTQșEp1q~Mj{|6-=79OY ޔhd+P2YPr%E4??t 7ik=u\ܯK.3y.5vBITJ W`=KۏluF?B5šjG![(*uA4/= }04j5O!?)`nq? d\rC:SzmZ/|-vvP/L 0> 0`8&kEc12y=Ha~jyYchԘap ^ܴ_5D.BTukV bQFͫC^tTf$q'7W|HQ2kMB psGxp/OۅjbLN ڂQ$t7X ^}rJujNJXoXޚ_[aT iՙ@^|J,wb+Zo͢;)n<] ~x tǫ#}5;ApPʩ`ׯ4ku&(shXfn_9ʅ)m8P$zBˆw#s){$@M:]} ֫SCE\AƖL.W7k 8̤ >_:5+Y*3BT73xUӨ8~w  Ed!UZUhŃל7n'YA>d%gG-ܜ buljݯN-%>8eGN ^\5H%%211|]ﯙ!J|4&oWyaSiIk>mp*  S "uI!ιXtS75w1xvv_8xxeʕ"`C).F CGͩHx@> ;fEV 1*gV6C. d-}A1>dIpM\ PP|rZI[x`S?l[ 3޻RK- @VȞuTRJw##AjiϗU7ҩ䵲\["`g^NQ*)NN )ݾ`;eAQZH`gzEF8j Ǧ.e 5 >v.W;K .đ/\7^egA5mZG6lj&&PZ* }֛ h=U b߭MCZm')q]Ҳ>~4mˎ~ۅx h_УcFwlO]C3\NU8Cl FkRO0_gw*=@ |i&ETdWOumPHc Ĥ{ dF=_m~ziӺ?@p 뭐iunz0!yܪ?K B%,g# ĭvC*MYlD{lqB7%!w(wH%%. ҹ.a:h?OH)ge 5Q!-O+ǣ?a}_Hz*<8R"Ւ_̘^#ĵe;MmXPzAZk ñpA[Wrx BdZ AOӠeZ7lCEF('vf4t)ͯ<ᢅΖ"]jo]TM !0'/fEӞiumE`v沶vѣ`8քOe3 .94@Q ̀gž% @dv{1;,}_Xp4T Ss&n@mRvž~Dpb,x֨JOs1bxr&spFrBz\v} r@qc0Yx5^3a^|rc9q*wyqIj*cz!D(祠 -%PCW†ޙz9)ƃ^3 Td:1fr'[(vBph u2=BILxmHQrIDҺ/XĖy?m FQˠԁ`z86q>!څ_blw\ׇ4:/݀ļw[OJid^GT֬kj5D#! }RK#d;nAbe#9Jrx cŕ9˃Z*FH 2DtEuEm5 %?RV=឵Qd'_Yx}C0KaQ P\kM2~p]!rFE1s \t`~/!(86C m j{[)TG:ܻId5>h郛Mʶq2pAl@s 7ȑ 0 (AiXu[-|im0IPQOEmљ@׶\]~U_~xVvyLPHa!3Ֆ{zyW#YkO}v'.S,^ZiU!YStRsk;Kzc ڢ% Y{ZgBR`Ik_nWl;oCЂyN$lYS lL |$]*Hq$/v-=@H!Y倍k?mx{3 _BI]Pp[rH8+iQ`=Lq52^b(,`4F rV~={gaW7SkY[ЁSaaTVJ b7ݨ:${tә$]3Z+G}jrv!#t;10Ŧ,POB-X+jM klk!=ޱqD07!-GXi嬘&U뤨2R/Hf4H .OZcq@K[V&ÍK(NzK/®ZE?Li6e}uUCH.jŻ]z.0b]t)]~hZ)+:YZ_z̎ۆK_DY0A];`F61 ;=]^JJ))p\WT Џ8{O FnKp*Ycpd8cX;ޫlcKO@lFȥ^ c#Q]-qJKE]vkZ v9jJgزWYá0nB^}"3`L\KCb=?xw/nMS]ke*%Od buRh,Q0מv1L{4WCvGqdMzEԲIJ5˱7s2CJx&T/u2n h(T62Eo~d.c̠'+|u!Z-i]+;5f;"^l߾=vC]|^;dxi#^Q`/ gW_ܹ!Α=ϹNCDK' ΈƎ{kdQ[?{Z,GYaHS5S=3Uԡ[WAW!vw}1XIBh\ O0{#fԢ_rž/\e?-,TLIǼKօG8Rss$t aWoBءK OL_R/ݯn$ZkHX -X8dr$ӷ:;єl$Y92} ov{zi]Mzϐ@(V@Kƃ/;Sʧ(Lх} tZ|OɼШYP÷˵ mC^rbΑ`̫JبBG42a? fOw5?4؃> 6~Po\H * z*~Ӧ-Ta,o|rwڱn,& `X\D7&|YC;:_ƨ*fw/{O?/zIBL$)^A,]}c j ǰ9WW82/hUώ=0)}S`ۆaca=ӯ&61BJ:/ݧ$3^gi"ޢC]C] vl;<UOB~;9ER#<":ڻZvnjRO'J%dW="-PǦgw@'r[ӷbZSk]}Ġޏ n;bs)[ٷi7ǧ^28WO5xőրF G^#ːR!F oQ!A?{}>ZvT.x~b ;%A]Uk3P{h!ZB5bCVb`Dx3E.3 fSAL3Fr\QH14c9`tn t3`}McArvٺ#V[*Y`Ɩ>H'O/ c\]YD\DzLEaW8Z쵵ġ"HҹΚ!J# (+]8k(C1x]>IhJK@_*Gyn:q^Gs~~>*Ièna [|=8 r0xٟ4$\zتvJ")f*)?}i/8j LћaOG{2xnQ;-DEk/^Mh tՆG`.Lf;M/zw ǮcU8w6&;E[3.TEmZ$aXp3r$ rxR@٬^2P56H.^Zmu:cўpF1K.4 ۀBۀ@_iq/͖T_ulqrW n(RTAkIDbYj!Sh _O8Gwq Q2bDV`=+`;^=jgDJnI4 5Ry﯋5TcN ,{ 䫉` qknC΋⎽)ݨ5 aѠis$pPi =z(V㋰ۀѬV1jQA҉bI &{q}E :1A~r#xPݾI Zf.,4᫇$sҜHO&0Cݭއ,_v&]^ހ]_mB+êj/R,ǎgJ1qQDneUF¥,Vm@m? A.$,s[9ZmQ#z>őg[#Ў'_0* ]u7 `U l:s<jЅn=:ђz !a)ш uAQ9,&k>@Q)ɾtӯ %x)N4 Y]^sJc̳z'WU̲"䖃,#)]h*,ޮHܢV.ۤ|Ww-Ae%X*9^$Tâey <׃"'ѹ:~$w .6s\t}>(RJʪߘbhWg9uI8eCLޚn KXp7pf3|,KÛjfϽ hrW:]&iLa k3ȬR~xtsf<._vwuoʔٮKg/]YZy\22ϾGXN0TaqFG_)Hh3[pNHMMwuu[ ֏c }-ر~&KE^wѺnҊ0Gk3EXfF)6;fMIa(kݾ[}5&cPW&insu2}INsZWIsV-] ^_%@Yt0tc芞aӲ_ר "d.~LI3DkYHwL:iyf ~jeʐZj'[M5:4zÒ.>ҶaVck9! AdAΥ؏/-]G nΕݡv:HZ$dz>$_p0h1/#}ו^䡿Һ k%:hPae̊׿.v\~W|,zχ9]o_je-S?:sQMT_MPz?j[#!ĦbXz D(|X7Ibqc>!TnƤLС 'ΈG~^8$Ep$7d%>O_\½Ĩˢ|u`ըD~K?퓻|Gggh B9Tv6'j`'Vd1,Cu-Oab41O; O26{C9u`&KQ)~,L "9HT/P 3/rt`o+„ZXUPHO@,#ĘNtk2_l} BoTÊ]Y[) ԧptqp~9Od4J},ϒ:S/mա6z) SK@S\N(&^7Jq/?Ai%1bLu5͖ݯ1̴|]1t=r3η7,/ Zs@,R34 \Pc* /|fnצDƕV QtbAM$2k(+z0ň x73F5BCPHOS{oQQWn+ $>.iIc} ~W"c5b+T%< iU+p /7@&*2 )$$eB*_P**ͣҸ\/1O9SEO;)ָu xfr;/,,9HYFdm O8h,+L椴[ Яo<r>E j^s .k^6 g))A7572 [w 뢿|L+f:ň VbV3(Z# >R'yMN@5ՄӹH~9IX%B^TmFgbdA dS$d d%;x4DEˆpWF?_&LuqV2߭G3c3 !dOB3Z*eFޜ(x!ݬzz<8A5H9n7pE gx,,ueT6k&m歖|tt6JtrQȧjI&}9䫈FATW׻خo_RvPG`&{0@aHMP{L]ݐȨDp?{E"* )<5@. stXÝPq*/estGՎJ"Ɇ"u_sj]"B\,_Dϓ¶ǼOo2,\}3Az$G(@CCqƐL&J۷SʨeOs2mqh)öǒ3 DA*>B`2ӳ>ۇ%ciҭR댃(ObJ6.3MN_wjvD =NTrdz q{/n|~piUR"t:nHJ7F7a(N JGɊ~(~fJ5fU*D jeռv>a䷒0Ȭ1!,IH'΋x9T:##>!YI4%FH-˽e &##yqJ]R[ȍco @D_U_c* ^a6%ymGGm3-!-ql^IcށTےMR>z&<\Lnf?J2P&Bj=".Gy( n/ 'T?pr$<;:9HoV7ъWq ޯnyiO Yu:0Cj%MY%MPH s(fbJc@lkLvhcf抋3"*|~ Rîk3qmۄ6,U%C5u[ FSz&."+EeCѧUAv9FcrPp 0}]T[A OT,jLČ 8mX~nFL؇Ev`yf|[wRN7N^f(ETԊjgYgMQ"V $"q~DVW !.|02ީ엛 Z(2d8 vrl c-|\uC><~TGtݿiָ -Y$v盅5iiL+}ĻpDa!zߍ!O^]FL COekU[j*@z)bQ[&y_USO'<@c&ݸܯ%t~KFt,//;+uWl[ {IBuKi-ɮaS f7*A=el)Po3t3]_,- kqpG)c L_NDppBx)}d7\q-GT#d=i9{=mF*c/߅fŭnCYgqqx[utH)RiȏGԋ(|_,#JLe3 Mdh?'x 3$\?q 5e=4Xo^; H+sVڏdƖ-VȘ2\k&F,zA*Y~AsyCa!U&\r7tC Ky_IAPϾC{~PxоT6)ÒZSX)8ՅO}~dPy9-؃D+ZגA2ΪL79Lo JٰxLa(q4Ŭ5|S;eLk`z[1` [Ztog/$6H1!˯T]HXFV iRyO_P-ss5YndTֳ30Km8Y.AɾN!=+Hcq ?Ie\I\yaZ+#^i lڞƌ ሩM`++go6FGB %Q5c8$D o"lOsdTk )zឞ :1?h$*Yo~dfUuL^QSDxUEMGc?vv ޏR^PWAOW^o{oPzAނFD۩[˳g O4ٖ&`T:m+3u'ip)ǍYPפW>6wHr_u@e8.=H2cU^ލU4-GnCDS%R!Fw0.pkWXٶ#YM9R1l7jx%Bb2U^\sQ`FGd"*"%68R| 9L3@2oSZP5t5R<-@uL3 |'zh \Ib[`WԽ&'5 lv*8OW"G@d Ŀ+T5l/&}²(Y8WLarC"sJ?lzN͍9Lڸy 21K; \!(9 Ej˥5¢1Sޡ{iI/'!!f#5H56rLBFO# -eYUsVKUm^pqϦPYqFo_אؔH%i?0^/N.mz~_+7% wT9N*7ƒ{ɫfEӏ+fFB"X\6PzEaz,5,a(CR/_ĜEgY6J$ꃹ:VoXTɁM'_;HN4&WaR/{g2JKD^U=HN6.c JsDnN{BUg;+1C%dzg~OBaKea?5M>)lgׁy_.Tj$%5PF0 %j ` U߃~W@tla'D'Re,?pfVzeYۍ kO԰S*^`':ui;L&@ Mu]Y ԃ3AWZl9^J E*Ol-ھ>WF\(~Lހ.1 *!֥.m hgfJ@Cf ndg*["E+mhqIo7&QO|LFHFQ|f ĄG i @EW=܎h ,"?WAyr08AT_p% +LzU¼Λ c & %>CDq/FxKϙ+ gϪk!P^+[ƹ󂗁XBLs:ºpo[ \FpN#Lct)>ViڂY@=9FV[9 Bf|2jJ:7y ('@u!)I\2nkɶB+5V90rER_` BxGU HqZ 1Ӭ-o_ (uqݨһ$ ~K*ijXUQLlATcȰ0dg"KΗdK88ra"6 %0qe2R ݦ-^r}>' ~E dVJ.cȜ&lR<#GAQ3\JC*G[zQ!P?\p d,L6vv~n9JT |[}զ6}5 jݺʗbPZ%Ӏ2Âo`Ť AlG B;ϕ>vW&K ##3lE7_{eJ It2eUc{49q2blpxL٠Ec3+u*٦+l6˙pU<|!6JCa:iг,Z̛ǸNbZ!N?)8임/覓f%x~s(AkyFq2[YO mvLdŊ9%x4_$ NE5G2at2me%[zqr ?2 !$@3)גgQ˽TE /V)ɍtkT#J;fo,!8* [!P3F;Om=ƃ&Vs &}>9B5]$I! $9R+T6 '?wd^cq⊇p$ӑfN`@kwO;°M }IPԥ5&1q9,MZV`(-z}*pr<7;z@*ROO7 öݕ׭, eIFˇie˥߅ z;hu/%|_ˇ%MTA EbUA}=:t1"]M( bIیx,V}7jA[mGx4,YIO/)VZB=3}LLCAn&u%(Byo}x7Fx`uu B"녛+ԟ WR/9L9ۉVzV>Pቡ*Lµi #`FB eEHh|x'՝)򌬙`;4 '(֮ck 'ѡ I7`H? BJe١z!z찃w_ԌC\ϤH6`pa-qzѡ~) a& z~E ^-rO.v<N*>ؿ]dFFѢ.cq4"$EѸ Gڑ(_LSfG:t5˰mR鱶^h =̲W7?J(*5lGٓ7.(q7k4,_zJ7o荦,P"n߄q'Ǵz!U[O'b.,}Za܀Dfyv "xn|2m9jEzWd٭1 0ˆ V'%0"+]}<}5z!8㩏=mP9?]oLTQlQ81 f4T^'4֞v,a0@z7.9&FaRޞGjǟG{ʌgC4}8$ ىO/i歳d,Cdo -f3g4CܲRT 1p/3mgyuO Ωx_Qm1Jۯ{H!/.k68^vy$ŌݭA|ȢO'| qEV;c(_J} ܨs>W ie$l#q΀ί[꿢ʀWE"}'ƕIipi@)F01a,rԳPlRr,ҙ~zN78qϹSKtK~+h3HRsVQe5&A7t&0O B„~bZ(6}ώzaWP ~F)7ٻHŨg|U "YUXErMє4$*KFlIK*{ CCmBF{MrL;ːsDgN+3t.:>hkV3u|e Z䕅uk7hw ]ೱx6cLtc7-2F-]&Ωi!NC8mҒzQ7;1H_A4ayȿPMd0cik&8BN6/g,ѹSuBȑரPH~#qF B-fv-A"G8n#V=I<6XT,_'U[Z0hX\^.{y -}™4΍QD7Xr ;v'Fv'̏gANXDuĩդs~ԇ%*|ȍ,ODJ=(:xOjJ5u$y.deלMGϪ^j2K$zsH?⣷p"OB ĺe/>: 餈xio&STSBKQ;M]tŢYm{%]C-$u $N$aJ j|2O| %JjKÂ]SWHQ^haQ=H3]Ƅd`KŚ,ML$r5' c99af()?dɧFo- u l]1X"D2hti ц{. o_m9Kz[HT s*#E^訤%kQmeS=)k8G3g`$EE#>Kg\5M#P-g3/B !h>Z6T`Һ6\|F`A`9VZWu£ QKPxsSV×h z*lqϚ#}P%t{DF,-3vl-P] \; }[`AA%ۋ3Ea "}R T&Fi&d_N/JjCc(eoeC(CᨩGfIp:g2l(Ō%Ow<=̅~(Z*SeSۼkGf'?MQneVdh0@Vy|ۤjqṯWN>0Bf K6tn>f:FؗR7XyTϴsTx84aPaW 8nůoytx_K܍0A >M٪3 Eŝ%}8=uHI2 Qڰk4h<=!e!D4@ ]\9.{ 2 8t8%NƸ OwjkXǛ=%w/)UHOI/ j{㯝X.0?hsU6!)Ԑk$^7]w#t@Ǘ#ݩ6[kC&# $R5#g`f[ (0uj2jj便Ad={ކlA6ʁ):sCƠ^U {,Bl?fx2]|!vjǜf>H9c` j@.b)K XL{qR$^.c MJsILʉmk8IM/۪AUxrG{i_; (߹'}BK26<3!y-kn$l S}ݪ,^thG>0;#yS)Zh@w^hYwb (!}mkֽ,:v/NPֵ?FFݻk3)=_+ZeVZUvr}'ʖT3,8, SдZ=LJ Xm]p=_g` vgeoD[罏&,! /qӉBTCJ*նشu^"zG^&חLLDd+P/-mzr74GNgYC2-Z<jih)Z)7VY<;Cmj2eE 28k%LyHN T nM GX2w.L( #~"GiUiy~2}͂Urly}r!^ mɱ|{x,ͰL`y^<b(LPRNZyBj)d6% _2:/k?ݲ^+¦ ;q]毎XHKz"&Kh̳B*ҍxK"U-`S3, f钥GOd,:{pi~6" c,Ѓr&T[jcTui S}+s,N l *Mѡӵ!@ ggeU b6rv-3ZՎ~Nup6x3[.q,RZzӱ4=#Q0ԙ@{"8+^#z UPӞ+v>~HiR }E;IPeONTOW_ooFVZzd-SvP;@p{z|2&Dafo~Xba+` 35 - " цɿGpf!ak$Ɩ<\H-^&ʅI#.'pݍIܒ0inkJ>=Q񉑰(+&w`M曢=TgmWqV$ (g3X$ڃh :T 7qF CT=ϣ*'3LqB[s[CW)TU5%&lڥ^0-geDf-pU~˔퀒K⭅c ˜ӝ(nw" 9N!KM\Z/Y$$&py1ơ2mqԞ[i`Ɵ,>1}~ rk4uT|pы_ҩ(X^t]$w)`_JG_+5rQ u[W91 7 uU8_KO9&vʋ#P"g>nszW=oo8d8x)|Ѡ Yݱ2.d=#&0;EU>1_:Bq(ul NJ0%G-P=(` KɏMCw ,\:9Rvo&v<tfTO}2^w@򍣩4f:}( R{^eî xgW^Q ^3{da]r+%*;fe,Ļ$iJ?/~uœZ:7"4aLڽy XaXT ;$MITAԗ, PeA(4i=mcVQ혂ɏsN M Ӧ#nH_#u]n}tflcΐJF}3P\^r8jGuՋm:=шk>Պ\)XI~Vlr#OKޯ}\ |-B..s@>;Ҵ,!jy~$9 )͂ uFBxp%&5B+ G"V#cVY7t;jߪnev9öe!R`t$M"|/^)58]:F$Rhj|tkwY-~)K]S*D@C57J,!>z͸&d6&0eAS#i7 31g:un45|֨J-@DcŗAFXo rЖlX6?-H{L)-) hlhď9r(E XG` a78ӫxTE}tIP/CΖt,uTB0 Α]b/?J .4+WbSΓwCCsgb .m׵Gb`l1ܿiʙE]SO'T#Z *)QN3Ѷ[yjhlsJt/$ߍ3UZ]]ӥ%BZӂG׸>[X- 3Me3躾YQs`KRC+92+ u:c[<Kly@o)3ƚZdug ̺mo(Ȭc88j (&\ȫ~WC6W1nf1F2zKWzFBx>мPnfy0~쀾:/ݑ,_ָ5%&<2]7*x Fř53X}:@ [-U4Sj I>8iML7nXXt1-̪e%C[طx~jІBG2pX ~QyK ن@ f#o'Q\2KF?nY2DBl tul^V{0>$<|4焐c^vpc!ΰ 3`K}ąa\b.)Y<0 ]@Ӈ&S4ђG9<?#<]߭tEu!q}NUo^:wKs-8ylz/9uݬۍ/ }SzIvV;2 V+Nؘ[L(\5\A5EJ[g)l{ {̰N,aFaǶ'TDЛKK.D+E'u@"de vDkL]H4qa ,sc">P2<9[Zw4O XAp 17V M@`߯B>OLsIfFy~ 8$j,LRscY_bL٨QGQblaS3”˞C9ֈxE鰏G;g{1‚(T#Sg`9 ۚMΟ s]O!ES':D~z!Ԋ"C\P(d}Gx鄁6YZZqQcQE-gc+ʼnfEO[%|ĩE쇳&EUD){ .; qZ\Zu2h'tmͳjRl;40nke5Ŝ&,.U,:o~hꆨNF1W~9~kG|_'e-Wa贇ڵHO-#ܖ` E%q&_Ej<ۤvmjsneQINpP1~+_^:E Gype8c2+NnsWeV #Ik8"x&m]pc BA)ԃ(>Txj>Ol]]yyǦW|?1RZ8o!ZK~@|;mR6aVYn) ET^WiFh w*գzrwV!-ХJm~b+/3 y-o"(Ӑ^b.-RCr"wh[SzßpyD r<&vP}jspy1ŀw[7w$Hc|Mw%^(adȓ瀦"xrdLQx٬)t|>86\51UG.z'>'Ŏ 5 ۂYl=:$]lI=%7r#9`~ɷÝ Pj`vz(.Xb4wSɳ{:s3(?ݞz4Zx>D9Cdgl(!trH;ȇ P Lj W/.etWShtw@Umq @WG%*M:oEb}z\ +㛳bF15CyOmR0g I r`H9β\NR6#%tn2(<+ Hoi蓾*%-ha3j ؉?ďrU;!1:c=o' ڿ땑o'{ jTĪUЧ H@Sxx\OWKE/>qw:/~] @sI\鴠R2A 1756E%*xxD0&2pe=obH2ș~ͽtSw͜&$*@JҗĆk[x~4kڟ`(%J#)td!;QVHyN}ݝM\s7J dլby@r,kX^W[1YE6Kd=i,f a$rt%殙SDƵD8cC؇oӎ&3PLQζFs&LuXDA\֒˚(I'a<=,*Dq9]`GRmd׈=\&Y3#W~^5w~5~%XXtsOW! ~BB)+oiaM:01fԧL/)(NKn= 4\JِVa*W!S\{xb¦(E$R$Z-}*]gm4S[!G?:YAcw(ezs%S3ua7J}=nlQn/y*E-P,iFQqMU㄃l'fd4O:j@AuxW4AfF 7xCeɫ%=m2B!]4Ț:XiT?-?#H3#\u #~NJܭjکk x`>`iW_?1fT}UR_ F2'X []".0toYkgn+j*h@Q.D,ãteÿ3`(oJ[5CQ8@˷Nڇ èG\l蓜0XV|!;+?jHcV +X@`gn#r~O2Q{: [/ΨnyMY sBjwk_`Lw%^lDsM]*u2W*_m~|ʮ ߵI TOX)A9xǟ^u%J&~,mP>(ҀZرǓLOk]$E%!qMO_dx\찄@*0]p.yN/KᲮSj <"_Gb<ʧ\i{: m5X*ӋNqw 1hgUS~ˎv8kGOD p5&'#*YdN< 0g@UpݒB:(Mlζ=4lLK Ug8юjhij/+n`:/Qy&*q7?:((Oa c0Z hZ1[6|⼜'ܻeqP.{7 5OJjJ#aX,On}RvkE>M'^r˹ŏ`~V>(64"oӴ }Jt1$ OHD|Y?Kl<5ȍ}k7IGD޳1HW:$ʃYldP YD_#LlSIURzI.  hiNHJ~h~q5LUC~"3q}P">:%hT >ـ)阏K'SAF&Z訝_0>X% NS lvI#Lυ"gh/#;H&>=$oɸ}A[jVDC|#@뵪mEH:Ӑ2axFxG.? ң<{9J˧,Z!>BPl-n M9-ثƥ%/Ɠƻ'T#5׬)S5C ۭ6@v]>b;>zI͝<<(Z"e" ju([u˅fšSsW)Gr#@mSHMv7xiPק;-_9g­TSK˝]ZH#Fܹנ';5%LTH[ss=fs5W+D W cr`KBK_~3 ,Кd $ʒw{IJT4~ɼs[Nn5}+ ODf-4(('iDa&0:tE~|w޿łq5d~~;<֖ޢA S&*Ɔ1 EYeQah>e(mO8VKIp_ciEG$sVƀr':$>!9my2s߷!2ϘQC RL 4Zil+iϷ9(vVC;"oUi xx}@>2d:lj/xQW-b-3x (71q=ЅQ}2[QcdNcvR\sr DdyЯP-Nf2;-@CnwYçN}3Oɤ& n ]:i eN&bHL?KRm!`vEDvc6:ځ=up]!mb&@A`N3 m0u_D[fASW}U/-Ӎ^~uW-fW4|ޱ7}+@Pԋ_9a3p.ߊ&>^*֩d8 I2kWZ>AZluEb8|\'B3## "5 ڶ712S*8N]½So>Ln,U[9,s,0 l#sN}aZh̩J^SCqp#BŴ`"tnП_NrCFƙ*l F2;sN- !dzOǀ5s.zԬ? :Q=abV_6-2"p9,م η\R<q{z]\\0-bJ8Xi1M?3z;%8#ҠzUfg;qXTIt>9ddg|$l%OfMw +ٳߐ:!v ;/tK_W|@ui(J6ULh&5c*D9HY8z:@U\6 x{$,3hF;".X5rU m%?c] ']=NB:,2ߕA%NJ3)sT 5] sd+ה8ڵJl0yp7l!6*H *$a2.uBa_D.A6͗[ _}]30p,zr 3wXbƞ"P*P3H%R$dF0^G~3Ў(Cn5~xR߇2CJJ댢\9儞`$S4 IW,:@}Ii}m-4EĹdjV(m=&Co<7~a탄pVjH(e<1]ta;6*$ihhŇokMjų/_ sJ0ηG@*NT8#[N3ir?e`MwIXASM ˽x{,(KqY|&_{s΂>,??l~#/hysLI.T4`!!W~zKO#xllSO#=P0f=ymeOxZUV0-;^pK4- `қm W@eByHA!? ҉o)%Ln(n$L~9<ɧHy$($ƈ)37NcAsX.ЀS2?@uچ YZW9\\rV4@iaC5@ v5 pԦ=o_Vl]U*2>v@{nL}y C$"GAXi2OtNWTj:~*zٞNҾsMS!:[)+_xpj M;1A/IF>l  BfJYi?\mTD"6Z~m ЃO5Tω0zo@*G沫V7q-j~g>udNW诎-r>B[jnU,vTUsT([3ڽ%EI44lޱݱ!NQ7E(9kWw@MFQm,scD[6eh,cC4@''[a0u;0μ#Σe::tSo@>;L6T4e6=Eφ LSV8`;HP+vXC蛏1l=j8=hoDѯGGe*tqw$ѦW¾h+pO(X&j=#yim]iu;= ơ廨B>wg0)·&NidV솊!fqykSY5;zf)Rb)$&Gr53j洯;QDzNT$ ƿD:F]+)h|QvsM17zBCrQuB woQx3 BL| EʺBIy@Zv@s-8K2]c9̉l8yQK+bQ 8[udNcCTx ~_Yif?KᅧA  7bZ/au;vƆ:ʼn& @7!ob=MwH.WkmN:tG w~0A,h`uۇe/R{o%#)7SQA^^dCIiVv'9;Ċm0TpY\,fm,1 )lOԨmkܠlCp?3\#k( ԿޕwdQd[NA_b"< eYaW Q)iW/h[M!IBf|򜋧LVP"jgH,K;U|,6f݃+}ɘBG_vڳi2I|M>ZAz hϺI!HwܸhWK6V<ڥda`|G&yCݍ:G'G-Jz5@:Ϟ4RZlbYQϿYkMne<2 . 1?{5`-hX޼2Ať?J=o4dO\zI=s( (Oʿ;h' [ 5%z4'Iw9(L'MIq܍mD*IӵI#Zk*3{Thw]%z дcn$mIQ㹺F77$n%EfeG3FP);"eX'uaZqќӤ}2+˾^zkA2X4>/SG;9oX)|4}\im`Eэʵ_fe5\;W& `2-P4kfѣfr2ԠM(Q_zŵ辁e-}]iId ƹ:G@Vi: -6 *w`ϿS~n?ocO2^)5k'|Ԣɹ潻'9Ri_o粚Wg'%ՊTT8a6$2Ć xρ8.A*ޓ08avx hNѾD MSrc묯7.--jI,|HtQ^'Q;Ms\HrC]--C\u.ojgڋ`yrئRp O,Oj`2SzAᩬei=&,̖sO:ںOCt:]*ù\ǨMto["ARVlyOnʡ#[+#'U_N޹[1: :UiC2E/;k>$9%POJ瀳Re;| }l141Hg%(b ;1[:F,xkKr.wy~OȧӉlc &4EtQI: ۆJ\(l[AIq)uǸob䦦Hjlm Xoo*#)V G*Xѡm(9<{ q8\C-F#i6 $Aᥧaq [Zٯ :G1}MPjHW꿍n*^R´\DW\?FLD0ȑ&R_4հǠX,ݼuf1n 64*&?gNYl8 oW%[ld+@fm`Zy@Qwh @Li)OG@-m' KaC!1SNƛiS+- |o&?ΉOaF0 8"4FcicgIǫٳh%A*]Ե3T*0c=j ȧ$k6 fUBpyЬ؞WB`7$O[[M!~,^oMyxwuJn?X,*yZ7Шbp,7MT oAW#x/t O@Ȇ6jFѺXpQsU1\g$gX 1:ZѢ,EP/sP@Ot' eP]iwnSxٜG-{c!M2yڗڇ6_WR7PP٦OedB,qa+R:{!QLzߢ>$щ""1G<TG8b$a16R˥}mPeL k?@WV3NneWB)e}I QoB/^VCBb0Z@<0,$k*1cn]pMGFT̩7}T-e:&X<{ك ;,h@֣.l9oRH=ԳnbnW)=AւQP Z@^c yP?.k- H 9P!@<M֐$E."Y%V_!֙`cǚ|E&AD앿 'MJʞs7unTONT MenkdW|}-?KU“}LB"g~cc#S4C}stxɺK~.ۢǯnf(,9|bGZdm/ 7[Nh f<Q/#s]Mp MN @'6[WU4h:z-|4@vxei%?4ƭs(jWp #x/Ej< RqgҒ=]> mX2R!|R*R-"]S!TCAW!hUn1?H+] VyZyz"\e,kydDxQgB pE#Wxvʓp4sBvet{?യGf{6.UH&hjH煮3 Dž‰9|Y$ x`FKcQIHj U1_qm2!xʈF~$ht7YȊ Owz_C2yCzNd9taZ1P/mt[.)d 1&fDy]/V'>@ke|, Rg6TtS~!<*}Qxgtf'4sFN Yr5NAmTM )L`0 A 2ԊNnnɠxE?_[3F,8nkѭ&%ΤU)Y!X#Sy/93> enE [70Dp6ȵgIk76Q N#a 6~[$)[Y9݅uR4zަLY=R[yAXU lݰ<6W(l6J5O~UV9qzfgWGlEĥ✠BTdD5E>Gn*ТTj%U_'{%i|%̾p̢FZPy9GD'J/FV(8^YQgwSaŷ't 1oqBTvzr2yVø*F*NT]y!z;mO (܆J6p f{#KWx`t'AZ$4U{?qaS?:= {]I]+f'DO2"pkC(c" zI=B8#zM@ `; :K'_j PeԵ|^{*ܔֆZ@GNQXn}!yW+piڴ>![Qͥ9筱?r ƾO;,x!smLjBT0 *W\/hRvqEz} nqY\d`_<,w X?[[+[Q *()"3u!UROr<k6P]rk{Fdmn5QVC+ Xk ė: H2Chh[BP;fFc3T8$0a-b}o#O"7m!:aj=5q݇v`A2+s``w?UI0"ݓUVGnfg"p޼kՂK[aV`Orq2cSh9Q"l>4|4F$-74t[ NeCt^A lMs)kz*e2tA-&bDaG]P&>0$`ͽI}+Pbub1eR zشYeߢVB,o`<_yiG9KQ !QihyN2":8Ci(˥p` Ż2AlY5"ʘF }(6h9Y԰/I#'0xQlD39ۂfڱ+Sqxx/Q b#[%ZHۻQw(T=kRqaح ΤA|+[>JV<c5n;䶅?j֭h6!]J}q"^>ȡ9yW5:b9;ޚ^P o3CсBj[>Q!QWK 6S!P%\peW5o^X!{uW\̇lό! ݫ5;*IBpY{dQB;CXlh7y5?R>`}ʛ~oJ4(&2FC9 Պ4R32$ L='yUdmg _?͆DXq+VP'L:NUgCSqM5Rs˥͢xqʞL؈d{S 훉/^2EdIUӡ7֯RT,\HOf}k^4J-ôMqѷ¨.jl;P. 3ʬf@x+k4ؘ({5& oH IBòu8%`CJ-<...%nWJA1w D0 Eʖ,vNeL&1qf5quCS4AⴍD %3HصqcZSJ8ҞGȢ{A]x:ZW&~kq̤:_Cr Q$Um ~RQ$FZt)Oo}Ɨ.ti=&_(c?#N;IQu1'5 ZCZtי*i^s?YCnI%- `q]e=#[rallܬ՞ ?Ru/J4&2O^C㤑r[:F )dCg#`& vSmB>:h*Vqgw. U9_=>lD9)zz‡y8j)5cG3Oc: Qp3^ie/>Nm^xuEJK0HCwpij7 6SP.9(&›5)#FJl?wsSP3EU'O~8|3n'eEWwvup=vCGKrjmnJ'T-M4F;A`uQ#?Oŷs0M9-}a/i‚`*Xbqd.!BB(/MވC"%Пi^͖a%^gQ&tzZZۣsww HW5'u Ҏ;°2=,^1Ѵ82@Y'JiWEWf2]^h Rs^j}#=ke?S0`D {ZʠTx6] 0M cB$ `U෉|_E) #{-Ԉ%A>~sWEkS֥#1êNV(ECIhEX.»\ Q EFfKZu?hݎjo Tn*zi2VPPJ8Pf;rw{x+=SX+7o˞M*Y9`Nۛߤ2P*XxٰQ| B&,ya!T)Wg+TJ4<5:ʮ =xibV|O Ԯ8mP:j޽c<6= 5 Dqֶ.9٘X+oYޙ6EM[{2'ŻVlrnk;o4!]JW&*ERV|Ԧy ZH@#ANz-`^8 0H/m/};r޵0;=zj+ݢ4g:J:S/sGdrz~t mWmPJ87 S`j=ĝv"@:,R&DG^ bљp_m gxR+瘢:qc*g zM^a@23`qL9y{R_g4 l.J`WLZEmDӗ׍##:OeW4i#.WH+)@0\..8_ d4$A{jRTnNugv2b;i)߰l2/}zWx\F*L;$a i*GEl3g5IoPw $=2@H롄=ikTsTDMW-;5722(_ߨU Ĵi#m8֊QMFEHjoeV v((`}݋iΣn:hx񒴮P[BG6%/[&atAB$Zt''{?]aY, kXS*Ԛ =ޱw!axs9#-v>ܼ vdUN;"Af:xnV"=xOw* NƧ0=6hڟ,sVZ$phȏp}]b^Xڡ)ڻ= 723J^l9b _?I~b/XV~26%N J,L{u5 =3aOx_Zf#f2Ҡ-+:3)VPQ[kHCÎn&Mj$$>rޤ'h1̺ظtlJ|PoF>-zD̼ ">8ҠC.2qH'V{S`q̂kg_~c X/.Pmb,U@=ǹ B[<]V^@xiM|'?n1R-x<+W\/ѧxo#3iJ^YIHe:!oYpVFʓv& O AGP {gڑ)((M5`0ą_23uZYXu?ҥߊfS|9Vۑ,%EMT;VaR7e܆PV$?n ` ,-[z{vqãĪa'c1]=s#acXy j-I_!{$%ॅ;\^@(o4;(>T<.VYy>f% ^Fޘ>h'luz[yis2EsuF{$|]k kq"VU^a@8(9,1[@jPhH-M9y4r;݂Vj_Уsrl ץ xiGek) 7;䱪_Al\ &9U!p+J*7gR`uQ ȷ{)Қ.䢀S#<^MLΙ>,?]>Q`ddUt (P$N^Vxx0]7gf}W-ĭ=H >2C8f$!K£=?o56iUN%;bZ#ju%ia>&~U`R4F5[*nGC: M)mf=qr&NBs*52ZV!9hv Us@V=#"`6#YV}`w˷V\ ڰ8 kkp6ʩ~zc&ŕX\ < YKw/n9fQN`Hby╟.S(hn"9\hJ*&] :KP "Gl^Ào}-MfiukbIKri9 byt5fpk? DwY>] 4rQİ~c X)J8 Ctˆ(At$<%H gB}@rM?ɑp}۰+lCP4fuQt$ɺgDteAP Si^9k,z4pcYD'`lUCQhc<Aѣ>uMD~A  `65-Bzb7<(*2',5]%id6Wi(ZN.Ki9V'fX \y;mvlE5oKM&LZu61& Q󎃘A ;@eQWNqm0Cn)\ZU=Z#]xC(T`mGSd.Gw{ VtCφG4 Umi:S9[L`s߿ZqM bI+yҙ[tIcxXRI[k~XU4C ʻi0 27da H}d؏Z7cJ+L"8(N0^TG-9 ]"<g K;ʣ=Zpn ,Yt+ ~Z3`-tS wZۘm~vxs͉ϮhPɚyWÐn{˫v?n&-u5p=r$Mb"9^R{"q矿x :jYD#E2n89TuO!V}F.> V} C:ÏF0P.+6)Es*>t}IʬmDy2RZ%ŭ{1 ]tI~7p;z%Mn{Xx/_üOn@3Zu/|G(Iߗ>*[N`w li΢/7J O} WZxAsa8lۀHSG 0LgcߠAfLND]Ѱn4R"9I @s=u{r?V7h6ʿV_şE^`s ?T7Uٱ]WN'9 ?cL{;aBCq[lx,/{nk*D zm0x5{a)VGTIN^I~a1j5t?–O_4׼J %/<:6:'%<< ޘ_E^1TL~݈O!t`yhvnXࡡ m HseW smd~TC8~o)hn]m_I+^99ׂۤz_˸(IE>l*n3W{Wf]XX=X4CDYjm[$j޴yI?7rj3a(c6@8]A_'f'/1va5+X햓!;jр^cN^`svĞ=Z 34=JM#v)a9+j`)w~›ܰ':M6 ^[?5kUQhg:Z ݍCEbԣ% u5,M"0\d(o!&pLtBFld6+U2(^/5mĵ%xS-a>=5H=pi)޻>95Rh7~nnF\<[z7a+ɭ3PLG4r-9n; j~r.~[7\cczMeG9CG\4n1@r/qs 6`\ooًN25F["H?j(iofoeT|Z|s߁lF_Qm2ԴpsXr XXqdOM߮?%_=SgĮpSzt-խ<1vk9c`φLU@0o O\K݊ïdŝhZJvԀ\dj?ZcK͗Ҏ(i>m#WQz-ga5%>kK};m+阒ѧ+t,RU!yFIzY>Jiϴ&! dWhWqxO_+![Hۺ8] ݧcoeԉXxۤXS(Mе.oAF9TR8I+9N6eخw#d:w,jd0[Q}JzJI*NMً~@:[XO暗y@oP֖UEv1K ,=x"02=%bPJtV3qEރ3EwG ϥBO9=:EKcR ,50&f-Π#= XMHL m8}i ǘL8nkdg~:bPF_J]e(VGeurcKa5-rxarZy =u ɹ|6R&[t6n>!O~g~ ha$A;.TFmRdܛTj߷3v^ w٘bÍqmpN&8W%'vnLfboGY/aDA@segP:{Ud&Q TfasT75Lq6$Y\YA Pͧ|cwU|p9'Ǐy_/)u_s%HءZ0[M9O0s[N686 :KB̊&N͗R_S<01 xGUk!TvYKaH9Rlp)AGl:6~/}1UFF?QOkb.oe'ĸU&== 3(@/UNx[i`)ly98y(_ XTZs{pR Fx e ߒ߮/Xrluy vi 8>:1" S#> ;lr}ߖq'xc&c_@)a~ tQL u@|V-OOw.`'pTv4uqWLE }lгg=Oո NP5; t }EȜ CjܲD^szuit8C\0o|.n^ i߈,ף`}E ݴŖ}grTYٕ!<^C]g%N/%% ގ`U(to?gz|HM_.7[֜OdH(\CC`8W5U_v>|ӱ;Z\0g=8G}g^'V rv?W=lbί-[ԐB8uþce 8!b3 ouOR7wYNyky՝fGyV< #4$4*|[dU`1vezmK0LJC 1fe fgΟ*GX ?!c.LL=yM@g1h qnzEInᾡR{ckf4P=oFe+LmI>B@**%B% DΒU;a z F#4]R./ݞ:!ٸ4!  @,gILyP +pYZ8ެN x2褝u+ר@P$UEfH!ohTZI#`Z{J%YT/P=Q(='22G[LiM /U~ns}7=")" L" Kąlz"犆:4]D (g̃Vx#Y?.Z$% Zk5>}x ^6O%꣬wX!$$}VEm)U+ :2 y;Xb1Qɕ'p*Cz[9T\]TLZ8:&/$-֣JᨣQ)/dy3t~=@ģȶxcG*MEVt+Mjk:3Kݝ|fwW˜f+]'1蹅嶈vh?:ݷX {epeigvx}.-dRkpL3i P};#d5dyrMEK'f2nn:iψ#`P- -ܨ 5ӫ{>jG7o3Ǚވp 7H.Wn83FY1`b☥#>lyHlo@bfu`B~ml4^"w5Fh$Zhܹ?::ȄtZ:vX,gA"Bc?ǒe}k#VX||⳦acDn(mpD*BI͛4s.#יܛ?GHqSٓOn;>\sH~M/{peҰ$RE"!65}eUDu ځzc<*Kc*Vbd#;d9 ܍p{cJx;ҭ"{S ȟ=mg4-]QPLѳ֨W%A5\-S~6S˨lΤKaM3w:HY<߇ϼAܴs!gI܄h;653ڻM9"+sZ>p@#gLt3_,<^$e`Fxl8ǞjXz"g%q.D(2vLk^)Grm{CCx7JM[ArIe`\9;Kx,()Ъ tq6%"?g"X'+-áp慠#IzLIJ:KO湏D qɭBb_(7z"l{D "SC[S3T+ Y:}v>IdފLJ 4*z&ABuG^bokg<%\KcKFCD$ [3< jLgEؕn@{b{H+ѿ8N.s] _=4aW,%]+7fs/<5Ѓ#0,A 1o֋sg0 {~;ڧ}V=A'#ygYgX=LxlLf[nLTAO!80ׅ-aMU}2| VΝ8;O`eW #XgXiT?HpȒ^tP29}v^x,YcJfc:¦d-:p`E`ex? ?HZ]U%}YYq)r?tI{}WM-~ar$N. ^lr` ŭg[y>1R#Sv xd%QLmU݋WϚϫp?ҮvtI?硗tJeu橚oD6j8.j&%|&FgϬ\#2%>?6B_hrG~ww6 kQ307e>is''忼'CP4&Qn`GO1p"yct3Sstڋ4^*,honfy,e UC%ѐ0 Ђ'Ar>9j}KwDrAZC)Ŵ*'ސenr [{2B /isjTa0Dl4yɺ̡hʫK6K_Ѥ) _ ·ĖIoQuua"r2$p|*I]pSG Qa}X@D O;fEܶ!Ҙ_fpKFSN]=V}D< 4Lyyj ;1ZH]hg~9]*p?1j JFǽ,M~AjkrZ͞J_5- 6͐˾Z K(| af&]^~]?A+[UbU?OT7[U;(jSU(T}OYk:)[FMTd\e|? 'ya?br=x=Ez#S"x-+nx^ޏ*I.ќ \ 'HMEQ95v Amހ"9Oyfk Æb "ɯTg]e>QFE&b6x  b;GE&' sŝUXDe^.} ey缧TJ<4efH冷jY -k2afe\ů~)yW0_hV~^MSF^C(n~-lsz9 Ap*2 Id$=_e2 kG$ՠbF&)'oɃ |jXt :+rg~G'gA038}fht܊twXU%M{C2(Q&L6VWڻ{aǮo[B#2!B ]Ǖ2k1Զ.z#1"rcYz.dgUVI_`M׎?N6=`pwpzw'P䆨l( RoĦBj0Zdc:F$k?|8#UV*];%u,;=G=;61U'ᬚWewC 5o{n`ͽ']je~Y@W:Ks>.B+7 CSQ-C2\Q3NI[n/Nd"!d11rt-Ǜ>ɘ^htBOӪ,Q̗rBnF) 3D!g8/p܎ S~}l]eĉYArS:8Q@r'/ ;|N"8:})QvG1Y =_(-`w,چsѽ}Kx0dp~]ކu`͹B ɵ七}>KR!h7. gGyXq˪ɷc[#z=3?A:&wkwSp8120c٤Y_h^ >ô^Is+,8ALT+~zScjSBgꔹe> kpg\_%-:# Rg1L58A-$/)6҇wcc|@$pz 9uhNJZqc*<4LT8*Jۄ^j{םޣ}m?xHq?·#;% ~lNecQv~Űe@7Njř)kwK Ǩ{n6wd&Rv1>eBqc[:(F/[:5!b&8a8"46]w+n|ȌR.o6`& qx'Rc + 6sN<@bF>]k\/ZL ӵ 7(y:ho睥wF_AW 㬊6q|d>W2`tŠpҲ~#L$Q8 }.F7Ԋ2_R%F44>Y<\iqPR]jT؆>ψ5nU!F^TnV һD+JDtyh}=GSUǥvғ,a7xb!Y@cD2ZkU7/E^ ǡs8+C[|m#$X"0U_}i|xyn[BʇB[DcE'Rwkf gL\PP$?O&rL@Y#B |S2hhūI8:GTZk?ؚE>B- K4Kcy20(y|MOV[uFc2=g7ı-gB7ke`c xKta_mLrF?yE3Y8&g9)c AoBE?uIv)pѷW5 М DzOEcN)R$gxyjSƘHۜ0Ks$tvn ?* PW[[]Rx錢ЕUG0!/GWgT%InlQ'qY7#H7G5]=\,Q9QYΔ槇W+Mc?񧶱y|d:xl Lr)u;>:~X̼9GAjpEg_\8~ ˝87g?n%ţko{bд~([fJV@;!!Py՞FT4jbmrG.JVl(7֐UxK؂v5_L*!MOȈ k&MʱAkD%Xݐ& ΢k.bSuD"qPa nHsUמRQ;f A7^?"~˥!-.XvhsD,FuGO(K Oi(/5ds] KzcH1)xc=gTC&;:22}Z/]#C7MWieJhoWga[0#+LƲ-xFt j (/6_IcwK|2rΠdC0i?d]ԱQTUw/8i(!}e!hk.)B߃Xg&~whQ-?1O L6(I-^d ]'!@c]W^ԥi:7_d5a5o=@;z > bĄ~ .*עjd8-"Ja2;hҵ(RKKD4R|}ɇ-g$ ٸ&"ꤵf ~⪕CmwQ-NpY۱لKவUy-A;X9!Qo,V)jEJHZV5N#tSjaDNS U(O͔ bԋA¢Mp!G2Ƀ>Hp^`؇t+QY&L11 ?LP0 C#0r%VjrkˬN;Svl׫ %B`>ru43IOKWP,VJZ\:bȞ\9st@S7G,-G)Zp. E\o52IQ:t]y*KS ꗃ,2 cIx{<$'9/^f Ћ /{oQKCA<,OH oy'd|"G)DSNJr&7,4Y}qټt8]hibpUb'A$|f'S|r@ɋNvY38I[tyi!|bg)*[+7!v4ƚ42L+_}">`8O'![M2)}0Kܹ ?Ap@AWF v69/ڨQb([cmWH\W'㝚dl}&FTc (ؼ}&>% }M/|Dv RsLL+إSY3q0T+|y|)M*@藀'$ŕd݋|\%ǘUHCX~a.  {]aEbͣΖm瓅c[?L@2K2mҩ-9ʴm /mvS`ך(ؖAO-d@EnV4m4UAEu/7~uf4MscL4E#MSp'i.#]c=~"utT[B j7ӵ6pq*$agǑ F9 ׈u_6=0as_=O'ڶJY38eY:LxEOAO8LkM|;\?=}tTgmG0>2O ; MG5,VmJ!+  tITXҸ4uSэ,l 'B2J8S aiQCE ~ZYy|9ex =w?}1$BwJMp(Ky:@1Y*X10 Z, dX}*#6q9OчlDXZbju[sxaɲ[v|8nֲ.u1Ej\+Uq NnAN7.lڨ-hv1Ew4ɘE*q ٥tLKԳܻ#fj#IFۚͲSnȓT8 zRH;>cwG 5rl)F4uRvpC8D PSԠg[ǥ 2_!J:Ln X0qd,`$BY兩t0Q6_><@a<8,Y_Džh<֦dh^˒BȦCbXw 2HChLhMLu>s C:  Sy,q@^ y]4I!&۴zC頬JO6Dbn`*q-DNG$VlJ12S]$~YJqر~ñTͺھc ;d@|bow˩%iy#^ӻ)1="8[*:؇D| ө3GԌ`%a^4^&H@֮;inJ9g UcG=A 7dm<.8 PqO";JTo.AM$m`ʪvޓWSE8A6˒o& b4>Wy݌U`L*TD9t' Fla[ݒ+Z:A1d~KLu`$9[b‹ySUo.5Vu 8C8dK8N,|M-`ϿW5nKM{0E4sx4S59NH y5㏯C$I86CdCG9AM BVMdڪ=jLpEٖj*f)oڱG OmHkMuv),jGUPy8C;oMa`©' ўeT8Z&bĺf4kYXصbxr 1X-nzEй"yLf!ҍbrċD^Ol#*G'!p렮3U\YOKtT3| YD9.A*pdPP"Lq} An09oAC˯ʤ~`Ee-'|dlF;-N-@SJ6/: fZd<5A/eU*Q}tz U [rcfA>QvtwWNv5'G2ɉ!&SSOd=q#jprkꥲ7*M[5*: a![9 z L[g|JTK8"mA;e0 ȵ.0@kޞ/K17Dndgh9T3ФR sݜ]mP{ gMbk)WQDO4?fBγq"i*6Ei*j_OPӐg ]_V>58\T b׊N(UgEmy6X+SӃ{CJgi B _?&i:Ev#\Zu;Ȱ ʓ?k1쐷i%DgPLX)C'=@ YA"iiZ3/X¡ϭm/R|(~q8DXo)pt*0ӿM)ꏑ!?y^Z4:w>tYF7ꉠ?mIf f\!bU\e[:l*w3RzF=/;Y 9%D(x8lTA޼*r\΁r\0tsJÚIZ &a9D'@Z;2ۓz6'FMV`Snz2jH¡FBUȕ@y.r"۫vC%nxr)b!;bT<4"~Eu& PжtA /?6ڴucN,aHMDT#j;YzkC lP)*Z0A*cdk#'xtnڔV&= \f@MnщVx)4A)sy!A0}7l_/Ȭ: &83Vi92آyPAW\&$xҋkΠApFSz2VJoL`Mw0 ~rrNIG6/r y{ֹ M!sYlڴd%v7{Zp%N 5I`@NET#G6tTMa 練uajt[x/dR\#6 >AUl)ՊHg=zj|M/ƃu@U9CZ-M?Hj&h{Ҳ|K:vz&}33+rR H&b&d|BX,nԫ|uS>y_`٤Y&GSC1.̔QVA<]6Q5$AOPŽRq]O&~Ќ)sKL8UNp%Y]NfE[xo%Y@wCOVz@GxV=0 . BTS>XfCK*xena'3.c3.ST4x1ǖj{;kfJ*z2L3]|ҬP3%QSG3S{Ιq~\3Fx:#~QsB bpQAA>߈Xx1iYnl.-)T5m+XGs7ykPV?dd&=٭#TtYzG+9o>aCWz,d *tզ\a p< lAzc<-(Vlduq#vN 6&~/&tX`Me=X(^*,6L3!\4\l>rj}5j by7D -wư}C]#ʭ˄)ߑoYvD)=:>T2o0#zfs7MBDaaXR"66J~qYZЦRixMF/G IIYp3kx1ؔ.EZdLʧ+ƾ-yEl˚b:QXٹJ L' wMh0l~>Mo%ixdhת N%,rs\`>I/wT,.YQ9 m ;!Z  Y;B:!'*oNn]?$-RO0 H.ZFOki !DBZn'qj-%L9\`p(%^9$Nj nƶ.-DK^Kh˲{rgyDxP "YޡXP$Jb[i;o8Y(l$"SO?D„شlam%6`ZD|cAqH =X';zVu&|c V $y0/r`j\Mo7mZ?zf_w92y$T.A`Iuŷ:楲,GiLh.7, b=낺 yw{l B3oJJGrVC/j"w2i r9 E2Ldmqɯj[%n:(Vk(K?Һ@wiXlj - bMղ~ D&*U\qS\ЀZĀs Rḋ[n`!Kz(*@xr*6i:4P`G1o9 NK"N7re 8'! \괥wW[%Udep0p<~в E? 9^OPJh rvҔCtbgbh[т_d[QO̜򲩨IPUk|$-N$4Ui3{Ն2|.N`<wiX fb>lA|kݜ%@VNXG2n/%DROK"e@/;Y+$nJ 9g$ΦH,Xݩ8Pw Y;q4D&5] pbf>03T>g~}kqR FcM, e,qHp$JHp]6P"gJQ^hUOգU~͇șGoIioG-1;'?3WhxUL}f;8"`@@0\&5oL;_D*/ ?D8zک#EJU'1aǂf&tiK*mSx (bG~0 Œ0DIU\Wz} {W+V&$ER=I!_3Fߥ3sX*NA)J5`a$2x]$%%+5,PD{@~Ub ~+z(D|t{sg46N& ퟸǍʕ=Y{̺_* G8RSQ#`y5 !VӚh^]gkϛ2~xh1W{yl9&Ƣbܴl! 7V"HN|H0wΛ2A-Qqл%n-Ca_5̄p vULN}0\mL3 hN #sXg`#܉VZ^ixaγwq͈x#V+PY@[Grޮ(n`n3cمo@$ oƙ9"%6t[^7:8G`z2 μA9-y}js, zQ eYH}K7Rni~Fr0ؑ߻5Yf3Et<^ngHQ@kLPӪ|C=nWmh5D*׫n<+;l˚1T6eFA`6}Jgr t&-ݫru:H8E0cqh\$;?`TRɝձg@ tt\*Fhizhu4}UQy1$VNϾSMlnopev7ouN g2?i]Fúric?@g/UL/6? { u\qW7%PF6@))?TIϟ3ǂu&,ɌU3v1=Φ{|qNrN1Z /^&eڴH:cl/)J$8r2ܖ},"E*zXr xz~V䛂<9p)ksc[x3>%(zJJ&i~rTŮ_@ݶO%.epZw_{J};2u-k IP3/RQJhO0lv?ZI2b|Kا5e7ֿLPUzԅF ^5'uX&:v[b]2[:SU'3ŃV GL⃫KPWnHÌp"5ZKw6Q5%cktWZʷtՖ|`:W࿶}BT~uQ;@Q*`LXf J1sΧ]95EoX8I;Xp&u*xϭCW*Si`vV;8uh(~ Oiص#CE8m'zvӆ|R&CS!w\<%lhjYffS l3!ݚjQBDr5>; Ahݫ4nM3􃅳0]KI+'c &^b؂4>(Cݏ6kKɶ/~t  +0 &c]-͗^ɖ0^G-L ([|V߭5x Hnhxiʒ͔Ô:Eu#GEkk~lKF 55CaP+#Ǝ{gk Qf`KoTcžĤ=G]:G<0@- 0UUs?u2AYl?j)1)7@ p-)mޙޟr@~ hQXA%/w~l%ns:*H̓µZհFZƬ:r t'i,7 Ӹfcc끅='1w/̈́Ýi}k,6KπGn "g:2("鰒MCZ`(Dkz2$ $(J,۵4Lg 9i _Asxb@;{H͹eD($~'. ."rJ?j u|^c<^~q:qǽ*[~lFD[PP ] ފ :!ОskVF?Ih)9NNjE\^=Xz(pM'rAuTe3pU_qj#Ķ} ڃ%Fg1N'P=5(,ā$樌{#^}vzݙ[of] Wh Yp(UyH68JoyC6Ȍcfv@q*U D 8x UYZf\SfY1y 0UHq>uz XfGٿL#Y}gRN~Dj><`]cӇ$}:iV-yDTcitֽKJW}u2?p^&Z.S{B٣kgnuXYiZ"օ-Ƿ6\W`E `X.j] =>2@_emjpC2+j@%1yKO8LY(^ֈ{#0J"pUi/4ӣ(9} c"+/$Otq55VM̋SB=IÐRVS~$(` ^J}>aÜ/ތ KCֺ ٧GȇXWYue0kU RrLX(N75/[w1@=3f" 凔+y+ǝΝ bQjz؞ v+ G |K۱S# 9 jP$ p:Do|yln0Mg:! ~ ["v"Y߯۟6oG5+%EUB5wD$zO8Xni߯+_|jB>d{yϬqԾp+kR]w|i.3Nu:{˾lI:%;4ӯbU}\$PiᜀO=Vc?OCĮ_ki\n@ǻ9 x_YVm%VL-PJ9w]Db}e#W:[$+-3RͱŎҖ7Ls !M*s^T~R99Fz$XuV&L7ǫWXviWKfa&NIMZƽN-s-S(O4ՑZ[c #YеQSB;K_2}q0$?wݬ?JȊ62AJ7ȸ͠U2x!24q!p##@ `/vi*?&=ݓK$zD>Q J=ҀśsP̗ DܨNEh[Q}WGԏJwDw8/ݒtl5ztLb9Bw- J .1PWp0UP[/Z*IT}o2 ^\30Df3Fi56БpvBiWU԰[H##C.RϤZ~oZZs0n><_/( "J=uNN:; .HG^kawecR.0d"Wo(1pXw!pb.?*> TJdm(mjPj1ڎ2ceN}uS_?]TLWT.稩.K@lNJ-6(U˺pNR2ޓ >Bd2rX ;xZB\yDT*RΰiIvD觮~MڄKa6]QNu{C-pJJ?2ՐlrWVC茐g\.j32# @Z@'y|-DpU!,#`n-yR1Uqy$k/6@CtuZ$d񧞣E|?EU$Jl642CfUd[i9 K񧓑0- "zq!qL 㒲#\WIQQE^]ou BWcdɗxetc+?ߋ f-:+H֪>yT ڍҟ,Fȴm5yuufኾ$g?A xmM"De x,MQdێ0i TR6;{hvж0< qt`BA3x>o3jda:;@ܥ#/ xM;"Zr/4A? 3~uvFzӺ \DA;mBIdE2gp~ F2 Ʀu&& F/L3p_~Qj&-}r?| L. ^/(-DQf&&` pyRg疇'kAI={[Y4юTdO&CrY퀥'Ekna>P\KD bwݐRgncR {~Cp,KJo3L`7|G_A}gFP 5eAh霻 4|: N_zLozhFaI|I4[qu,}جv ޔC hVq}+5Ubc).W#6[?G XO0GYUzA '/'a_H){c(;g;G '$81n)QETk}R2zD3jT>ꑍ`:E)VcG< 0ƌ1%U݄5 ok*{+ .=6 -S0͂ ~DqZܔj&ǜП2v] y̶hx%|)tgʾz^dFW/,hoG;JgR׿DDQiɣrGMٰ-~WC_ҟ) Pe/}րc # 뚵GlKbGF^|[<+s~[jE o=%w2ݰ1ˀˏ{Dk[}l!F_+4WSYs~|}PhwOTH8/q}rWX\)0,j.J; f8lӶ#.5L<}R+p,{IAآjc~V)열&'/"K-EDl?]ZfYAG~kM M {o>uI O3NU ny0V&*wWnd,iIvwVߐ1p_dmyCw{sxόc;겎I_?*p"c|h$޽yg) U썈6l]i}fpn'N靈ܳth}ĘX?$ 8C7(T  ,`^Ɔ qs5L`%Gp_-25n&b9oD6c$?ڧEbӂ^K`WGe)3I+3 c8+j!a>Q9&p['hޭ"De .S ]S; \%ܯ7CиK-' 'Sj6DmZo)f=w=TeZd¨Y>s23Badg_gGM@iF͎#ȥ'M =hӯ'Gا=-Xr6fqG%<)xࡃ" #^ӹԯ9ߍEK 1 ƒHu2@BϿT 0-*sҧdBoxkՍ\2QV|Jm샹 )O6@ؠ}: "J''$9+-ؑxw6dNėb}ib+]̀O8-NW>%5Z q_^ -#;|WE̜ 䨰d=ʠ`=GBōfKiڵՔ SS%o:e`q,u>1-Ho>WN։_,u:X&҈-n Rҗ9=^|SQ2"ۨȴ:1kw#(+m>ZdALHTO]n#⎡t,Vr]Ё ] 4|[i*Q>vIK?r+mͲ?0xYi;jreK'g)H`\]1Rp_n/Ư3O׃ dAY#("@2g ֆf ^zE~kqx%;"_Bmrdkv Xկjir>HL㪕<%'o Qm텨5*e!lh7mRf9q#X܆lt|=K^^yp>DBѰygx!ğ"kY`+vPj VBm Q[Ư_g'u.h''89;veҸ03`A lmwHcP8-U'wN].Gg-sʍpTEzC6 -zA.hU7+'~ēogbo#HSAZ "8z D0= R@wf\H)"#vyl em2P :uwܳZrv|;"Ubh2"WCj7 1`ge϶gba#ǫoG8d·b ^J$fky4>e'56ܵ,kκA5ݣ)Y`g`7W읐=G{8eGAVʠ@p%;xtLmz܇hnx!- C1%_u;6UgPEYDH2)i3;?qo(}U7sR ^q=&.Viii]ac;$$Փ9'*D2Yi{&KVmB \fKui039ƾ$M}!B2UKTqpu`K>PEcD)?MЬhS}Dx =3?Y|y *#Vq CY.I0)@Խ\ZDSo@)nU (1C<1L{ E&iśC9\I#aSL>X3gD/-'1AaM9qes )FGXunO<\O@P&%A.-&*dTq2GAM\;sq7T-]h`R({xlv@H+?_q57j?e|IZX~7FYސ,j{`rS% _99rd1\,BN3~hwwYnOU3=*z.E_M]Drph\]i& E.;V]BI/rLUefBƁ`v?w[6iv,gN|].rŶg7D4V"+E+!].5RrUB^qXcȞO+!*`1ۊ Y=fD_܎s*#1/'5/ _+TWs1zf*JGP}+)t4#ɲtIxFx՗]WL7mVrcH9B|>ߨbIh+[e9oٻGbG[13|HC -z+wo\%6zH]|"E Y-M&h-pubu/?xs`w[,Xed9!(##}!;e48)i% }DJ* >@ک㦅,@emL11uԑ;,t Em[jfSJkv\Z56N]+[@Q#hR u.o+X>C^!my79A4aw7#qxZ0)U5~q<\1RHҜwHŠCEb&4[B `"XAR* ܰOIYiIvLQew84a *ibvK3֫\Ua %O1'E=NCWrK]-KRz׳f>,1Y@oM x%N,čB B_J腩֚2vcp{}б@ne EUqO |d8M #}^^eHrdS=ķy)GsP7#L𛌚a0Ɲl7~0#4 6`iB:I`M\%Y*Y 8(?esvp I ⹰ ºYzE(~hv0{g)Pd'qXZ:Fٸc6x'OݸvNŭ$RTGMua&m~44&bn|^TN8&oΗTruLiiBC tZʓ~Jz\A?;0VǘR Lb|l xUi5[Ir ޮZH0xz4(^v&ﭟc^q3"I,\㻝@(tͭ! N @ e69{|Um:e#ֹD5h&hݷ+Ig6"h?8O|$7`.X6xJLSMmei'C!享$/I/ɶe}LJxy˼XE "TBn:tJ[LD^}4d񭎅e7xJخp Wi V$+#Yb: P=C 4fz2'؁7ކԍ7Z7_jaW:hkDMʽ%CZ@ Vc4:U}Xc^^ɘ2NK=ڸ*VeNBSYzYr3d O{en vx6hta_D' T ".IWhq:#~fN1_`BwM#gQGmFo]ȟW,6O8K(2J pz\}Dc5V?Z^8AlEdmC<ՍS&j ,Y8WR䯻8*7bE|7Wzr[9 =p#,d÷ ў"^%.dp&D [鏫d֚Cx pahAΒ&/XJ9`/&=Vx˖Du/`4nAݲ͍G

hA=|'ۈi m^_?J!Nu f/-tx_`}s?ves!xpU % $b8 WDbB?Mw09+M /\#]!H!h u^TkvfP!ر..+v'8PFSHa;7yܲ%g Qf 5ڽ~ms&ȝEcǔQPoev+Aܙ|V 1.hݤRAMkKu'|/BU[)ϛݘRڵȱ ihٷmAv<~U,K+ÁHzd^ Ӓq9R#yoJx&il0o:dۥ XG 0}T塟jxF SOf%19J}8Q;4H"2 oHb}U$_Ql%(ҐTO㐈t<" C 0*&Ѿ?.P#.BZKm/9>irldՉ̧O4;`ݣ5%/#PݠbN-RoJ:!5Pj%k^Y?F2Z1=V;!<ؾkL9J'飭p^-迆W/}zT-؉juNfJ1sŋx;ϥcEW t(0==f)WPkW 滂3Hmy/eb{[JԱ?mDwhN}a\bg̎曍m8IfY,,wZՙhvtāh[c[yU"@GC POd1<#y} kr&g6sؔo.\1SAVYiºDf]nަG% pkÿ*x>Mdƛ7SBKT^֐EQ:k75)nަ:ɷ|* ~ev1~tL*9&8^$_ ś5J%ze,Ș OlUV ةv8rIW{Ty$1UE*gWM }8u;!醑yfKG:f!6Z<[JNTutǕWv'8%Dϱ"%̣|:C`=oR~R k/1t}(3 Jy|I5GPT"`YdNH:Wz/Mu'Z$zlʧ[b(ޚXݕ(ƎCV|ᖐ  W Mb:#j mI#".B͒Յ̄5Kj񭡕0Qmo)n,ցajӴI/i[uC}-^u7eL}DmDɶ CJO~^Fd -?Q^ X{S]ATֈb62xL-&z!h>o{B qbJn 6M2e9V5@AnEd2b( $Kf00T.A%o?֢* loToV@O53è7!YKJǤE ͻJZS>_?w^&ٻ.Drb- ;|%Ռʢ1xBJ% H RdR{iW9UAWa)s-_qD>Q5- {9h6v{y4 mkr/pC1/PSlK^g4T0r{ mKyACt`U"!Ujm B2àtRߠTkҎΩoi6UkU{|xSb0WըӒ7$nlڼ2 eq:yRN+kNԑO!ŢrjN@ X0F J2JQO1@,3$^}|hjP%{%jXnTbgV62${؀j|KV{ԇlimR=є^ Ri~w%)M4b{I!aXrn|Zaq!d=2kM!.0](m2 /8ItlĬM5&.ZûrȐ'ԴF`[*a/;viTfrUQZe}tj؜ D6N `db6gD(h{q/*6 atc,nTH=}yKՀo*뼁rRBE[vhyD=>P>c  91hphVtޯn vё0FD=p.eqo19>m]uTKj!"ƀ+ ?s;{נ=pi)@쫙ߘqs/娭^}nmO;[$X_qJ\[>\rMzAVdPɮ]fd.}{eVkYh6U_G#'Rv<rT7F?qŢ?`Dn,u(pVVsz5 r j&? vN |%FjnA 1c3W2:K)xJ@w`F_g?C[329L%5E@^y82۳I uWmfn ;G\]i2z6cC9&_#fȊtC +u\v2!b2ja>y SZ.(lӷq~qrkHNSSk VKBNꖤ5yˁ. n":ׂ?@ gҀIygsÏxRRk?dHӸB{)BRAʾXm·g@z=h ҋ~tiSIo)\Gw))لMCeNl6LiR ZqŽMjl"k icPr0ݙ3e%u`PN.4PfufV|ƃ&NQtc})}i`sLߣ5Zp``JTm6iG? 9'xɅ̘,¸~fa2t~x/啉 |2 |9=:漞Di=e2y^>ݫf MBB0ܐ,G^ygbf}gޣF g@$ڽ*RZĚA;%AiB~Wԑ-:x rA,ߢgD ?K~VzjnKc2o8 63r$geפ7 c<Ԛ\|Y[& )p{_"2 -6Ez˾t)dhކ^$3h`eЉ̷&U2|K'avSF!s++Z 2*.oAW=Kku'UpN4?{{6Vr ZfǸ@} Ts/w[p[c@W< }-ȕq AЮޚ`[=`r@U!;J4eRI#`\BG=Hl$| ¦[МQ7Zb1(Uߺ첁>iry=.}U1>qr U7=9FxFDm!4WEmTwaS@ބpQ_-d#fct,qw@) SQx,Jy|mb&?E$Rpxy4hO9;uyD"sm?Cz3JiPfM"~0|*CuN~(&4$ƔE O׼Id 9E-"s U/1lTKK"WM]oX:My,JRRќ,a7…c"[GW #:f{|@FXDCЕp"Up/7:{fyNpHW̩qA⇠tGS>Yɟb[dryr>,su 1򜷨 "W`f/JWT8֬}|CL0ޒ+\aPp ? `pz0?B7t뭌L|NfQ9H: ]&Mو;McA`ӑN%eC I;*|0U#Ą0H瞍IT L a/t:m}pdfhs[y(fcH}ܽ*~.s4vO A0V$l3Ixc=Afк+>8Z:e?-2~qjPĂ!fp‡E'X&9;+"d{Ykl 㓫1Lt%e}y](Ҷ*}ciQLL*AV=MکF|A+}>sdcӠMur 6-N= hQ׮OɏT{2cONvr 5%x8hr`ּaY+#Ȅw Ț2w"y '|-7bVm)N]"m /]:A :lBC5BL b~$ك+Ig5`n D@uSzQo2ƥ'4?ߊ IqMfk\n$e+7t:vM:NA~9hrb'7q/n5>YiVVdlrp|w)/Vy{K&`rniOJj\c\aS>u&>!bh(Ѿ|"=,RQҁ|1mD(YV.Pn'Dk7bbtlCY/~b% ݅; έ}2IAn BQ*b+R4KS0ԫ^ϟKG|uؿ*8?* ƨK<|OI򐚈W pעKҧ}+ 1ATs⋷wZ8NigUsm*U Fn[b.q%&LT nY GyX}ÖAc"MQ ٵ"ko| i >7Bӯ]F~I!D1EnEMa ({9 D{ʶtQps4dzlh#pbCcϢR-0DHwAYco7`? ddI(BLIsN}m/{.!ٜ=6awG䱯2%- FKVYX=5% KXsd'/ R@h.xY~-Տ^x37lY?ǡq>$Aׇ6/.wCw&ѕ B+C̶TO7w3ST@B h)1Ig^+*4ƽA˕t@'ybrķ uIY/nގʧj9E::xJ-\4 {wn5ՕAIȱ',Zy%rp:0āgkDV=/cikģp-!vc;A<3 t{#=JṦ2ay2?7~7kȐٌLb/Cjm yKp>]tl 6n')oS陝5*SNvO:c"ӤT9[klIQո]ڦx"ml3g[] )u|Ր 4t P>ރ/EQzb_gÇ]enV)GiŌ >6HR e^=ti2_( Xwd$>z#X FIh®͞xgHP6ysMz֎˄~rk=Tڸ1}QBN ŕi!ґd[blp)X=֗F9M$#~9UO$h7[8^c4V]v nIABQEµ^Az Fy="c6x,\ =\]DSr; Q6iόt~ ~/#:rb!m\Ǿ8[DX$iY#@AeBdIh>~|2<ٿg -rRs|0zDf#Aw_-ڢO <[X~y'8n^lBci׀/-ްm%k 3[Ρ^,WJGhǶ"/rsu]:03YxIv&e34^6랰V@3ƕt=S}d`\c/ѼB#\#$_ɝ~wƿI)zVDL]+]('"nMJy㾲US 0T/-BW:r*4kxt/g\ccXF_s-}/ɠ޵ M (-6=&AFTF%'[wv`i_WFN>eE8[O:l vcgkt[/X/Վm F[׎BQCeLIfnzXkuޗκ2߈Np8 x.IxDD6(E)ͬ'3/5 m(Fb,SZQ59\Q b'kB%A0VS[7x=M],]1( &a64n@Cv$77Ւ3}E{Gf}Q`QA4 ^} PDB'f\[Ç&W"zs㢟hmgJBi@GI:iukoJ]#O[rgM,7sW2=,lxŕ|m+UDm3P+ez8\lILੂ)ŦoK1Z $Xx@CH hIƏ!mSdc{2/⠶Cs(gwym{":UID $cPy:(&!{(Nd42P"Y%f3d px3˽d9_%Acsd@ً^C!7J%I%PJ&(jJmOmIʥ9bǤ]I )_q0ЬC]A6xp4$A&Zvhǟ#@%~6^-{"=KW]M40 n2ӵ%~OH(XP&sOĦ?е;fs#SQ{|%;=M?`9HִepN\v<{>Szz C *'L~K~J~zUA"}a Ժe젡՚xrf ?OAmz>f 966*m] [1z8}%bn}V7.enAYXɎ17%AbX@ux΋VPgJrT#?fl[Ldd0gY֚+Oo_Z("6PN%eX^MԩJ /z]? eNqZ܁}ɭ' .F-%.Tq;_7r6ŽvЛ<*]A|-,x<|zǠDI >dF>HJXi! W^XԬYj=*G9Y?Qlt)pVr)}ά}Nvǒ/۵ Te>nђ+9r s |`tqq$p͸/P@A6amyw9k M}0#sE:2Vf㴳|0< ,I3{5%ܫ#~"(f! m y%u0j&E/^̑1qq#lt9')K;h#*`z9Q$<᎟6g5uiT}-"G8#p5)4 In zKBW Qf{O(e`I8\ ?%h.L^ jОؗ#?!"Hm -rd\C闇Mŧi1 ;5opw?%6Woѐ(}zya[Zn:7ԸaQ\'(o 3-3ض?\pҴ¾6Faxz4NBhvNӇ;Z'F rSÀQW%-Z0(umAF ;qΗ$7g27P'>W[?Oƃy3%pLcJXw4bވUZE_pA%=4wɪ+,"ծjf+7:{v6 宠 pʭt>zo\bɪE㻌"*" tQ<Յ4"ТA#uL*v` =+}Zh"`q3k-8d]p@`\]H},pZHbgZ(<zNc00a[mK6n9-=ƇU?7S亍J\Rf}#B$ߋ²>CX*>urjI/wPF(أyjXSv8aOKz465 &LCҹL=썛CA9<u9Du޿pn@j?}^c6 #4:k"jΰ8!oLP2P7hV~Yf,lv*]I`7 ZTJe\w7 7z| CF;`ΤGuʉs)TܑabTD5qcds pCFd])haV],{n9;QS#$t&f]32+zKBAJ'o10EĜ=Ŏu4 K=ѠI<ZLs:ᣝ#d&rZbwAg-mZEaɮ,H9=P곉7U$< *uSi@[N+5(Xɶ׃OaVЛ;HSz0YmYs 84d>m)c! *a\͚bAX;`2 K7 VZE\D{J1j%g=3іg|W]{6>& f#O]idӊż]L;Wh[Eӗ.z4,cf\W$ӴF;>QH<ΫKWC^sk#Glzjr29t0"6v>0 TVlٜIj} k R[c/d&Y.o̺̿99-uO4>IӘe)ߢ=}ӎY?OO;JubtY@sYon5cHT5MR=$S7s-?0kPw\h ->$nw}!R7>j8 T FA;Vʼn5=Ԋ61n}JoPl./zOt?2m8 [^s`Sp+oKet,уjcA&E-ZPeAnNٰgơ. NDQv&(Jk?Ul -~bs>:4n$t UPY̱M'ϟjaçȌX4z"xS/̝!Pmu* Bu $Y zZ&ir>ߦq?pkQx?֖e\yy.[ƒp*rNZW/|GiFh)j[ 8%{N#9)JW)vyn“>)ݯ#.0R= SYLhS;PU)dYtgWqحbϯpWuYD[Zj&cT Rnsic$,5&ֈ0K%h蕥.)o, (9Y84>Ȩϥ9)FQRɢbPVd X]{-qߗC|#^`Vf2.cy䌜4]Q`t="wF1Nq pJ=?F5)zJnc*+g$<i{!a׆gKѹF2 kjvk2ݟ3x}=|D TȠlD+ @,˜~rRĢw4!53|q;eb&n<)Yvwqܒ{Dp>()E+XjqPvK'g(g zb=m,ˢ2Kh!LY f0)ni4оzz}8&Ϣڷ,6Aֆ=Hlȍٌu2O(Xk 6Z"cGC]` [Ig*5vLxkL88$kh^Lm=E0s_}E(v&鶭Fv$6W9@QJARv=QHmza2Gj͌mbqC-/Q_r{xLj;o; bS*uJqW§ qzh5E Wu #pl>5^Lƥ|M8/d,0A ])qL kj|:5xL!9m)H!;-,Ceq mB#K+/ۛHjU}>oC{;iIiD$K|TfRCDLB1BC h'cˉgԋ݆IDE)W\s e3xa4od^W`D Qva3þ X|wrhG~6x^%Z4d}-MTsk$>OV[@e"+aS@l  Zk3.34e50o2܀_oB85qz@=7+= P&=%քA=XϢhog73 3VDQjɋl R=)LуialN13| Jk('0ע?Ȏm]jhS ~ mP?rKT0U}BwIEҋ:2M(afϔ%vDȅ  }[o8]W , 1zoIZ_c%pJѭ5se Xژk!@DZ^@D Y Ràwtx_RA5 YbWs=2ogtfDx٧n eP=Q]d8*MJ̝Ɠh& _ՙ3VV$j} Mw bhv"15/=F[ה .XQ-P :w@pÚݣ KdϠH:*c;F)9uonK1m3IY䏬K7tA'guf7eF|F)%d \JLpeKjT8bf!m!ת(0X)gǰW4DUw*!o!܅T-Iəj ^W7 J3a_[bv'Iu`'mA;9F´ 1榚-w\\3/Ww ooZ[4|9u8 x9 !.+ȑMn*`qq/F̿Bkڱ*v%A~-I褾sxf'{ޫ=6+_uC Z&`ůJJ*̇Ӽqɠ՞29`dTQWI 3 ]b_poօ g8,9;|6Y7@"cqSзtI"A=K?bl n<^^v9tϩq(EݕssuX1vŋCѸ9pO6}Ř*om+U3ʶ ]=tĽc#}^":-"umY}RL#m)h5QDo'azhɮ.䔉'$|.}c~rո M1s\Vw]MSChVkF'H?Y9H4UZU+ X(N9 pvՙh-\(_D;\F \qL|KY¡[)#A=aڧޗx>!dFfW7?qJ/ˠ^%d` dcl/3p}xݷ85#!*8(uڬ7_gZZ9Ah;ޓ&ڪ9.~uLG)E44uIs Ho̡. i>6Ƣkř90(WRfdԎt@ tn*u1ٶѢ2zأfGypHbPœ'h%Ѝ0hsEZ$D(1#0d={FV210kg\_a)؃eIM{)3hc񬄰 M [ŝHZ K36& _c K!\1NFyn.ڑӳ_VW7o+P& Q2t<c)G^2RwQ%( eTe,hna*YK :?m*G^}4f!qͳFnu*VH Oy6p-;+C?NO5Zn\jQA/A\,d9wSDF{H.X:otJN0vPn"eN:K%JkupsPp*Rr骰 ״RΦ*wct ;M\᪴8,&f78:B'; ¾RlȻbn\K _̾Yς9 }`~T /[8"  >Id@QWGD$`WBc-OJ`0uC)o`>"6:ga'_篲 5Ul\< s=]>O+3lVD+q|F %QlxߕwmM_T  )E;B uW]ʇ62Maj9޽j_D/-= C$nn^#3;v)#pA)R#頑Ly.zMQq< \P Չ ^-# -q5veATXȾ1|yu^G=[X#늊Òi83Lt'F^}U㋆"G''▗b:u~zx3$x0ׄ~m(hqG%"?e@TO=e!C#}\tJ8VOC{Aȫ\G0ᦀN %򑅀@x &˜O_eZ}5a/bLPWu~T07N`&RHʤzPCIi8WqfNjHpz璟>SO%aqcd[!I^p9sv˅"j%X}>r&;[\+|P^#2r4+" gUÍ={{x}o[! Mvfi{SOgj'22n_. Y,M¿TL9A-Oo,|Rx &ZB" ﶢ#bh9۝b8=l1Reԯiۗhi2:Ld7ss.7(ͭ$7;Je/?6,̡bUlx(AˊPmz E*Ue [30j6zJ 20V1*e?h|LLI:>?n3K(U4^1>mI@' ES&X;17esYHR-HɽZED*fcxlȎX2}.noC$1WܜjX }&&=w"l0%IB'qrn}AP0 F͎\y hw듕o/q ,Ҝ846ݖ*A8Ȍ y^nD>4c.\>@-yZwlR^\Tuz$-XEva3yf^e0U} >l:a7%Batox#NlZYjh/C\j Rc`t,raq(Qߞ ]n]j -7v "ϧBϕR~Y]\af#6 4Pqo{%trHw>Zp'&ꭑ- η++EjT@R>]3w[Q:S IT4ҁ (M u>-OCxYu8|0TΒ x{U[6͟z*#M|x&(3oi%QEv M^!)IWBc4%|%Ifw;"ٸTcà; ;K[FSsW)oD Ev G00}n5ÌtEAb.^i1S{Ebh8?ia&h23Iot,b _(gةlK|"QÉa&5 !^t_cS h'Ý7ѡ N9{~$+>;Lgpjo8b mZ0sphK&㸌ZڥNv}=)~05&BC={ԊC)hVq`3%, ?0Nf ?^)0镉(J,+4Zvv3̖tx {([3K~XEܹ?0"~P}PR~TRF>NrEzyC;#RW0Su3h9+z{@df|nʀ/KVD5B?'6y,cM+ac&ǒLœ-L.)I3>dgIcET4ė:wAe$e݉#ʥU߉bEj*u6@YEZޗMv` W=`$s}h !x:X  mEsܞf䭦!y W1ϛ>W=4cN`tQ*PWV6ѳ:EpRKTݖ>ؕwa<u;uXM$(9< JՀmx@(5^v{?%Revs[x:X)j]2Lz1J`p lʂfޗHpGYyM]wY^b ")*ci |~XĎ[ ߩv5Q%7dlRe}=0ԋҮ-%=f0n|z%5-NS.:Eڞe]rޢ# L2xC{32h }]_WNS_-Ic\@u5`5߸Rg=%v%=E$b|5_ 嘆m/r ;+1@\f!-[Ѧ%T~1"_ )6d_'ѢtVMjv*U.nbLs5 $>qAQDXX\Sk1fH>%/5''!F<w@cur^sVkN|TȾ@UeZD"(Dz7=8pG՚uȚOR)Yruo(=c<ה0RZXIDڈqR+JosZ03YmAFqLQ8DN 4i;7DM_{d_ێ&% /FF2ԥ!K%nc~x;Crc՚<{@\׮]I]c} :əkv f`"8wb^0_q`YUֹ̢K8 OjePYTզh Ad11%Gic-.G*9c^x{,$w%Luؐ|.㽀 p)&2}FW\SpRLuxxQx<ۢͭݺ+-+w猺.ƔDE@R27rixr(:~1b  L`y+)ciUEC %?75@ɌvˊyF05:*<1/.mu#{UB8;tVĹ}=*4Ǣ :["sE4./-"w$^E4l Џh(0~^TWfㆀx,Zέ6kk?|#+ɱ7CO~ \{IC${#YoAP_z &tUg9?Sa ה&)dW9B-hoa#&<9hٮ-sߵ[Uva'mNN4%L H"y_z-|fH<,&=tuSF`iOV@D1lJI|hBZ>R*moY`ڗЃS3{2^T^Z 붾 qjj]ط";aIlh!IC@d#28W>3 TE,6YvEᜡ7ͩSX &v~6%:{d_u᳇ `؄qGPIj]ϯ'>?RBM ;gtfLјO~?.b`".:̝ZRK-QS^݉RZ}tK|坔6 KNWa iYjD`\JPg`UB:rf(Cr1ކѡ)UKhH&LKU݊f)Kccj_qַ.CQ GAMT$S$}i{rVFtTlx& ْ4/sd+) ~3j\ P]Jk@%SU"<[ظ_Abd$*Ț͑ րБN| әri/iK؅! #=Ee6V|ŗP3>6aZt] Iv7XHS?5'cJKA}$D6l㌂ dI2 HU++Gv`vrW{6#)m1[a֮x1ҴB[ oA~w٤_\uZq~YL $|$P,$I֓ ׀4J$^XB't)&KLGc#IʸKɣP3kL퍳N57u)1,_+jx6{K7+Eٻצqgu>Z?r֊:F{cO4fy}ΑsX"#0,A?Ls2,Wkv'Ib wPg 1 ZLU:r{b>D#nscFޜ4$:7e+/( .m>+};YC {W);2.wQS 8 G*γv,ڷg~|EؤQQ(t%VqCbI$ ԻEDO#)5\,96飵UWUq#†lMJͰ+=C*1z[¹%pmk/:BB=ܦ#H<)CLiF9!h}Otlo$7ώDC@ĢK-_cv?+"Tݛg͹QJ{N^r+Nx([cobHBg~)5b8NTײ!wW3`_dH*9b<<%2RJ >*+F(j\b5tk! [Ł1 Wfy_&J#Hr0a˪MFRzewMr)nZLIzϭ- <۟dXIV NB!Yt[UίnNeG"s Ox7S kF3cѩ,EUwi=#q^uuj\c+-솝pGeSN+)oX*^i*}CwU7:Xx!^X`cZ_ o{Ϫα8sndS/6Xc%VPE| ɶ"3l1?Ho}KPc-Hvn;n] QTeQ?nMǽ(af(GO!0$@ [ӽX}[%35mLK@/Ժ|Ku6EH<,|6'wLg]g;˿C ^V3<3%I#T ƀ(FY9j's!xeHH)).f.IM0?* c>b(Q"C ?hIX**l.߷VeXާYgj9)_&}Q .y16M-5D/k"eWPPx^p77Mΐ},Io'Ep /V>̪QjVf$mqRyk_2R Ĩ8Ix0CuZ lpW s|)M! s:D\ >3.~X#f }ݲQsQLnPX}َh}t[[ g!q6v!;ɍj|ճPݖI -57iDT ^` jyz&Wr|zizKe: 8#?!J 4f*D%[6憩h4Ge*>=YL˻6""ALWFX!C$p4pLJʉh_3'4_qboAaS.8q0AN&aݺyR~5o)H2 GӲcj"r嚆&"tP 9bM#S}07^Osu}W8;wy[D,|gЯYU/v݃ YABK lp(ǂnyho=h_t݇&RO%) YV~[&"~o w0:0|3jmǶVn"iʣSڌ P2nSj bF”tGb?T^y86s4Zr^OoO `?~s<\ҚCt_>)|}S?[rtYԵDJȚW\\jƫ=iFdr14MXQphV"](I+ucwMj5-xN2Hzrp  Y,Z@I SUt2qoY)83;20Il2ݧ˜`,IV{sGQgoq80>K>!؎'Gu-*~4 X$"jmyad1U}QӔw gH`@ }8H$PF r[[9'{Cw2O>pEqW3!#Gkv>_YH`xb|DD|2=Uʏ liri]VFzm>L˝93w8XV۩TxTp)lgcʰhB>M Lc=l=9Hr&,ZˎӞ4:nh%Ȯ>Du{W(ÏXX| 'Ӡs5S%sĮnpuhJzmeC*W 0C΋ᄒxeQMze?AÝLAJ> D$pd$GH>t"іhn4B茣Wc?j0NP.YߕچO)JZ!]k>D !y1Vk$[ohd !zMx3J^7Sc(^SLzwD@C,Ǩ;6C޶–>w#)~nb3m|G@+D8?}A}"4<$RcvS5Qgo&5>h{YhOGϘxO^|(bn2`_/c7<CAIa_KkL& ZC}1$ ;#ox!Tc.ɹ y ]ȝl<<䑖}g;u0lJlZPΞ\, 3} 9VjƁzW\hdE7$2`Ġ&쒙SKw>5x3ᚖm#ITy, L=UJq\ki @>Ԉm Op^nP0* aaF뗫3j-*A!' hVaZ>F~ )_-d~NRae@}tKp LDuqk-Wm$P/Z?d!>UeK~bT)IR)M__Yt|! ]-;T]W9?M^RhKfB>_K^R!H~rߐaT%+|ߖ0T1Af^G _xZm}3ɤKEk[.yKZ( {Du'7eM~S $(+"=*yH(H }皬VRK!<2dAx٠S q LW k escLDXj3;$Wmdx[LJnyc&%vBvf?gi\oFKO tK ‰|kZyg𿜓nb>B~ޱHKSqIh)=PƱD~XR.ffl&_'df6ZHWU5o]Hh1O? {i܅KSsN}!:!YG jen-*A(o4] .cGc-hҔ<*ґ}Yl6!P %cBU{f#n\ˁYF/?9GrSc }+fu3jfa~1~Wq#8^ =R{Xe 3Ts@jDeZJ{&.i|W=MG,+"!L$Zuޱ5UTrΙ:\CKcjXmfׇW!"2% ]{7%;UAG^+Kh>Vx'8ڄÈn{މFv$,g moGeECTxډVosm\Ώ;)csp4uVw1Os!VoT?TrXDf.IG!G@ f*ކh\O|J9(r, T i5WhaդnUauEԶ1nK5זWlxYGA[w+;aĢ.b09eGUnOF{HJ`Yqx\WPsv$'gVpn621^XCYi"qv|EU I=B2Cn٘ZvjTbZ-HxmdJĉ+@d5ǘn{Esl%.:#' vcj`kP@̊P:lTڈaҔzOp싽8]jc rvr$ s8a;E(=OfI$?QpWf&n$Snwu*>N5 a1|ڱ~jjd3 WD)yʵb͡,i8IlRf- Ns>VadPG -I^FC+Tvl &f=SeJ]+DԔjt YkLEz? iykiAĿx N>yaI3qXtF+o)G*Xw3H2V3 3*E'.~IeE#iHἻ8!(wֱ?\&J ,tm%>@N9,N @[̸N&Y1؉MBs4-鉥d@EAcXSjizuP0Yo NozNz8@Qğ$J3.+Gh%C#ܛ ?hv+Q _c'exM\42VFEm?&g(*uV:G(!WVNAW`8.P|Zq|{a||@'1{L8W*`Y.h$q2zHh)t,}]Pad vs!A5x9Hxakz3ZPÜfe#3s T]pBF.356ɐRk8߳h3|#b1s H{wY"q>rI),uF fcش9q20y1qnUMK2`(~Xd>lVrdNhIv*L'0JWj:?,^bk-wf~N\ _7Zu/Y]> y&@(3ۓxm\MGږ|嫏=|9 jJL;<%B(eLOe iY} K_V(-ͤ=ԛ9 w*4+(B񭂪%*T"us޽VX. O``Cm {D!>zc)BxtVW~ct4"u+R{90 3GϠ:-+e #V2 ]I4cad3=FO-;Pr%5z mkЖ r`n9 z:sGJX iz+ʢNU88RѠ|U2w3> ×D=O#Usѝx;=D\(a|"%RdS2Oͯ/ϰTXFGxd l@XSFM;PN 0tn(>#./"Jg1ѻs3pc5,B[d z$ЄC|+ zC:.V0܏^z-OY|(v0jWUr!vܴ[l-=^n}5aFTRg< !"YV_gutk~U=2S@[a~gja\&_%wRf3qE *B"a^XG ME4?<ȰӬ5V+Ìmzjwpep]j8O< P\-iRXlܑ=L x*҆BҶYuϑͦv^u7F#fӂ 4>e#z/"u4 e13,^9=I66U'M.Z U,p| oβBZ-I!;2l5`]ڮRB>Ү=Ǖw(!Vky֟ ,NV};H? gV'N.bĐR[Sꮽ]%{Hemd^{|==9S! M r^C]1)]gI^!~#s!V0jN{mi/ AOwr0g0ϨԙPўR&udLf$p ^&y].|GpX쎚$glS垠sDz:V )?`翬WD\d&S+`2ٶv1Ѭt!b#0sE,;}7#zV*qe$7TEٜ4S/8KFS$"KQ)mz*:r%G_ڝ:ܵAs !rG#m#b ]}3Coܧ<_Zs:U`OC2 +*OCPW`@lkV*.^Yԛrο:Ҵ6@5)2"j& U4[uYAI1f8@ u .nMO 8DA^+ $vbƂakܝQh`E8O_{-wϱQ'p4%rhu|߭hSyt #Zl]'_S&8;ld+ǩHiK|!%./}j~h7@h͑ %?V2/ 0qkl +@*-!A@BZ\ذ|*$YiV{ٛ)˿P3 }7}|̨2eapNo ^ߕV'ÑM50!.}!vuͥ"G -l/ ?A{~baB1"1$`M 1sl٠h&(Y'?Q#.h0GOϻ}Y)'6唒 jOa񟁽s5уà9Oh0cNgN*515?FdU (e& I6rw4ŨK ;4;F #|n5"!'Yx M#,`1&h*궮[[N lx<T[;|?dTX&e?Y`gorpN!K3^&ckVzTZpJQ2E3B:Ha W0HϹE]4|5XL`<&={9G&*`'Anmğ5i",dF AsVU?Ud*ΠY-1CZPEL]/u9rjPy>|:I3!m4ruy(kh{5`W:cL B8WD<>iUUL=m5j A5d,}c-  ?oe+vȜ, ׆X8Jf2__ڶ{H.\6@A!`DAp;[wVQ+l#Dk ,GI^.K5ѰQc3ZOU.M[#;=hcmg}?Ny>N%S14VHV4ʊE#?*'MYxZ,g ujpiӮt=DkAYUrDmqs8A JP:z1 q6US%,e[X/ȗ7".(_.-2W[MttcjoVyt 4mM\H^I&) # ysd?[!{ -rsfl[?W0 ?(1#TXs:@?.& 0 bl3yǐG\ShnjW D- t`2[I_r٥gB?t:):KdLz9Zdl#SI1hqASyWNjN /j6#<;S`l_xUt $I ߥѤ/'x^wxb<^VcX"bk4qr{Jl13v]fBq$f$i>,c6& a@`g&6*<Qx 6 ̟̒ Xd{-Iϑ3ȳ,g+ mg !+n~<6 逪Ѷs,0D5vPhph߉1%ȅѴMv YgTDnZLs_beA)I=z?dm?|񑣺¢&zӤ6ݷga[VreTyL+$kϛ4!./rkzz-95KڰQ&Yoa-o`8Sb_%\?~P+ħEAJڵWBܓLzw%{4NJ1)/ѣEEӳlnZ0ʴ6^,n'x@sԗY fQLG 7,qʞEN{%ЂsCX_ ̹TRV28 2er9)Pub[+Қ_]\aD53i)83ãs-U͖$\|~Ԛ CϘ){]W$zm_ h Tr ņvYuU FĊ}ۛFI" F%#;?)őQ>)m<ť"4% )v׎k|Б wЈ([xp+V62q>VZUЍiSPCd:M:+d-#bTW99IKF;lSԾE^knl9e `!ߩ+=g/Ě!fjѪ$"췶vT0w¼:'P*΢7/x3 kl֣ک8 s?ZYnu~L2Rc?@H? bJA4T4y%D ))GM^E7gfE_vDڵS3%gˡ2c IrZJ~غ~{WO$A(Iat36-j.f[$CITQ`CPq\%YlP)G9nv:\ĵ P Xi[vts5O+.` @Qj|ͨAb-m6;x {b:vcW 2~v!hNI <ضՀ:#-oBY-cjXM^#zQd0?;m*%q:gЮ.<1 b_&{Ee4E%|{K@H!=^g )W L%λ ef7!.wih`(EALg$:ټJ_![].Nsͥ E/Rt +?UiQ>1{=N49vqC@5-Tߠ2WZ)`X6j ~RˬJv´q)V8Fqre1]=5͡AN{CUpj iLP5<u$B@~FJA!vl[ۗ=^;Y-jȮy(H}P4c&!uon֍)p7+0eqxUa>6$6s$nLЫ9l+oSGE717gv6[h GCn]i̹T!vπF3JJöeM96&ӅКw! mlYhWY*g\o.YA:{7dAϴ6x4\s>.*K{o>a'bPl#!e\?d¢=0?1|%|Mje {5'b#^8_D<u\r\ oqٔ"~fEIQCt?i>(*WGY;L'hNJ=Szi'f=-l> >Yݏްm[jɼ:"'$X|)5Ĝ• mt$L^Ѻ[~iG[-6frUՂ*';iA/wٯGժy\ E| va 53~C 8$f,,hT̊ i>\GsFx1YS0X z6U,2I^]v'#.hІi.µ7ݏ_Mm LkYM&J;[j&LVSz k-Ň`ՐM'}62}V͝mߚaw;%:*\0 ,)/K'(M۳t*ᱤHvw] Ln=4-.kҕ %K&wHLCdfI64hMxL5裸5i-4Ojr{?G 17۞gln8Mڤ;Z"Gw˿+"e"8.C/({yf (ahg#O>4#;ۆR^0xP::a} [kk|+V"O儜pDd`K+l:V˪DP~ 5$fN7J0LhYoUgtFˍ8(c'ܲ 0 wt'{^4bpKsϰp ]>_)yI)2H:7_ݹEhH5RVSQ'8`goW6?m+KMOK |?f^Ñ64yGL$ͻKٟ3ɶ;t(%9BKMWp<fV@؛$3J:R ձ+kJ UcN2 ƍiҟw=q6c2}аӌ]ϼu[$ʮ򁅏8R*f8*]* v96ͳ,W"YZ3bgB5F#NҾUCwBpxK DJ,a 8_1Y=5Sɲ"K2`A9Bzc[;ꏡ~24e:76ZˌvyGj(Ec"$-`חISՁZ*Q5Bm%n@ p+78t*L? %K5s ~h/.{k=.4"T # (lJZ4ٿ@,Ɲ2:fxt#Q/jo FTʒYPŖoDSZIY׍LSlcc;JNX'V|q #H؂H~'e O@K`XmsFp92"0("]_f .@#$J3f`"ִL#e8^zrV#lǦV +1Rw19:p.9>hW !BT}E>[Ljt[;jFwCp<exauc(xh83dvwH)~eEe+z1%NRN5S7V]M,0n36z^R'xxA~K2#*gzcg8g9m0 ˠǽLZzG,kYǮTDŽ 2+wd - w voϗ.Jڤ={>T횭&%mN7kF nOPüt*fщ'Eԭ76G# 6qZ7 +cDvqeM& ,dv)4OO$ r 1 ͵+ 58p,fГ1 ty&^1#G{g.\@BUJȜpG` RѶů/YOF8(j5kbV ˀ x˜NT4'/W/V8w ^8wTp#l\pߕԚbWGPL8TK*- Oz}/=ס<u'Hl_ eٌCgcNJ$ <1L\9-eTn(J⼴˯8xA%~J'JJMXz T_b9F3ݤW +^F?b]uLja_!)@Pa|? .x- !DK ȹK\U Vh vg.TRa}a* `pمw; o;tށbEIPž s:M '$EXďM6K9!<5.0bK"'/qQJpA'?iMuP_IAb-׀yY2!TTbIQԬÂK $Rv FH1 )6Eo:"s)i1)>ԫ̽.+rOXQ2,z3e~]H 0ɉ7G)GlB[TqЭE{#S"둢j(ZWx/'O[X!AkexLS+V7=?RdpSs q ~]xǯ.j1ݭEs> }S*!}ŢYWIdKVCѻUda[xE1:dC !T`/yK^Id>dsQ^#L7|  M siqWi&6*ȃN>X?3R\~ẳ )_z]ynvsl$o܊p˖GLWKA(zp .Fi]5ms_}`pTjM;JPvI-!crQ0*Grok,[Q22گsp'62b3! _0E Z?@y) R1-,ѱ"lM@!ݢʏJ,PzzXY)tILӥEj"83=d+ |KxT.9 ϋ̎l'AX=.b 0= 9/uȧ%y) s^%haUL449MCJA T/ҰYIdVt iEqݍ1-We\/THj(\+fVMݹM{>"#¹VF8Qbun߸3lpX&2 `KT)ni,Z^:CEBD2,ͻǃij_LG(,lSf.k2I\be? u%D4ϼra|>D6t4ur pu&\5a!Q]f>4UD߾ÃnJxKjHd\h(E P; xd(8GtqpمD"A E"M3v g2XPQQ %{|#iFجK7D82'^ XϠ Iz]:XoU5N]!'ZВY 9hufvc[ZOrꆆX-UU-/|%#;U/oUa#BI.^{Π"E{CyA`2vnF7uzYG\84X^`{C`FI巛Rkh ^|$6hޞ}YU~|I"3va1rkx6쐆tL0N6lSUEP?~&xe1onOˌ?DJEHnꊆ.ƦXưC,s^1ĉ G㋃6E&JFoWk0)Cd^v{dKH";a〯:ǔmhvxVw_NQ!/8<'yleʵQ:a301w]+tGK UŹ3dw: R.OZ Jr\T`Auy ̟BB}NjKD(NJ2X-?-_!W> Wg, 츦XxmqRA$.{:"q)n(> a7(8j95w|wQ ȷ˶P^kJXP'bؐD^+ 2-1 ^0XMʼ}k, Y#'諸7 RA%^ -nց֩N Q좉X0W3G|P(^7l\S{ b|\I 2_)- Z<99 pBXϭq~1J,r̒_I\5,cP)F|Qӧ%7b#׃: 2F Zѐn<̵b>_7,W D#g5Faf>Yh7Scl POx)'t%യe G6coBŢ3(wyU~Ck yQR~涧0lۦ7,k?fzV`sdTk}L{jF+G0%IwYqZ2 7ȖƋ 5/Dݓ+44zm +6/'fC7)l1j"&(ذf]KZ| 8)a ,E&H`.u5jt =A*x* )gyyB{AwFT"(VwGxyE>RTiA= ؜S)/cMc.|z;e,W#TJ[O[^*7+JC3E~%ÀH fsL{z."^Po?y, Y(Mp:9DK0kskϯzNC~(:sO,JڕrKUqdVB>I bPڇϡ *F4)>w?2ocwzp$?Pt3hkLIt޶carrdлx1Bgl=: kw%B='K9LəѢs%>u*93* u[F^ ֡{J::"wuw)݀?Vڐ.a#s=aP9VL5..Ђlϴ3S!7!>V3bzA502 -[02taR7Wn[BّHv=y7#]!o>Tt䧸W>g]HB~9;`!s#QZG]V{kam y[ *l;o6ik#XOsn`h,ţ *}h0V?@8ٶW7yf^v ]S7f;|a\ulsϤjT}9#9i!!$U,*pA2B :|@l8ҵ(]%GѠB~\~* B/u):}/c=R9lkd 01(}X\ MVF@:1pUky <6lPͮ7^4[_nsEާ-,ifÔăf{Q{Fe_g"Ό5}]u.@&(D("CIS);Ş}ҁ0Iѝٻ$ˈ̀LE H`D产#dFTmBbˏN~K؜*Ce\;+>"Fp;4xiSm-M) 3C lk+TaD]i4<=-kC} y:*Ⱦ$p}_GNO?9R?4v>VءGl`=ۑgFP ?. Y 4S[@?זL& +|R5:thR-yZ}K@ds[}KŸ;FP ޓptw֙p8z-EA3EKKg-7 _U, _ c;NPsȉ5AE66',K0½+ ,PS$3Xr %y@wX-X!ɅgTep7"լoD:P3j[o3 Lob4O逵|Ԩǒ]+CͽsiΚp/k y;Ql=:/"R^a_% 5NC.23?ccmA-.ynZ贓1zR:NVc$ns9{v;* ]7$WʗM~:`Ô照Jb$EkI KbZ yb }+[k~Mm fIqr /ZE}@gM{%!мXxWW##&fO4z^Jr(T{ AyGyaFꮟi3o\J#k_nb}YEFwE ; -޼lmdrAO`|wsdTlDvDgxr=fԣ{So 12c,4d;Џ (;sYf ~լ1Z ?jֵYR<қ/,~b|!l0=T(Tt;`\՞D>[!C_ԦCV z>te MFï 5B vƈ%F?WZŦXp*?xϼ:0xcTRZ V:YCf\?ӊ0 K „٩o èulrQ ? k. ~ˡ=v^&(q0(iB:GWȀضQ`ʢ#W\nf;/3W[HBp4!ŧԮx:=mޕj#lOOt kmKKTWML ˉ j9siGt?Ԍ4z4Y5ˀs.7,qI,q#3Jzq0 M [w(iե^ ܁\$HC:W1YS@8_ZJWB Nj޵Xݱ)^(A=LS~ď֎v@Aɛ p&<3nlsĽRU˥W' n3Ź9[WhH8m#B[FHƸ^ ҫ^TjE{/)d1$P@uR?2s#p} qkj{^9j%<֠ '@VT{萒RA57Lκ{qmJl!ns [ RϿ૥ap Lo!8&@_CQ*VQ.''N%@ddJ_/N)0F!r8UX}D<,Z7^==8_0293H4?8v~#fI-n4[*TP^ 0)M+6D1q00S ~y؃6DeY 1$ˉj!gC⩛* 3'LՊB'&<>8e۶~i}'9'*Ͷa4f]rQNvt{:J "23` v:8ю}NL 8=ˇT(ՂA Aqm@ih l,ƄTTbNCܐikoDͤvJ@xncP'n+\Ip7Nf^OySwO6‹/Lnhݕ@A[mPMs`CdWٚ9\PiK.ߖ6T+ f2*$?NWfJ6PAc4B,,^m}p0 !XVnKR>|%Cs1MZID1|@X)}W0E&n2;h&ƙX m hDIPņuw~ kIM7Na8?N3<u"  Z>.:59Mqew[@"b DLaCZAgR,!B^3[k0|pUgX_xE\5r9kr~aOl9?38Ƃ{ɠq炑EkߏG3Y`=X2ׇ [{ܮXI~zͣ Ӄ[hoT +$m={yDVx #wyj| cf|])hykX`9zmCorêfr~XPN 9d_M Uue~}wQT_*H|^Xy_VA0_Aimsnۈ_CD`z=YBM_f>l/cf qيH$^+W׬(݆jRgqիZ%BD@zg*jc1ev.qgR/qgw*rdMY٬SiPqЛs-FzDȬ^6HC/[>淖h٬j(RcMjdפm}᧽ɩ`uBϦS+//(Ԕbqw'ҪPU,JΌ " ]]?eXg4:rK2uνvD$ HvXd.q>اfkvpKhw@naPhpL^ OjIr'xt*=סdu6{# |pUh GS ",wo-溗 RkXGb0cqĽxQ1ŷۨ? 9dqw?m"q4XN&/6n WGU];4g)oʜ)4 *{ݳ'B> '#^gf]7̪>:0};ť 'XGQ:5GRl<,dݣş#D6XeWRpӴR)dM&ܗB)WW)3JAwF1S%.rrL*֐!F<^*)ļ u$S+DDG͕a5߰ilV΄I =JěW:%]Mg*8"*i(yh-:(WR,4a Б];j[}20͞X]njכ~zUE1Ɖjy+EIe6e{'3&esVζUxQ?+t'؄":ajy8Ć{ڶ5="$Q(`AgU~KЄspA``Xb:^w)vʖD\ªڏ2K+ W}v7a9pj3Fe >bZC@`/ =T"+l18gQg[K8 )p&wX9Z[ `Ovs( A!?XhxUUxnY"̘ܗ/Hߖ)ߣlQG" ]Q(O0ByV*Fs´PݜG%54pr3_NaV?n5d(/]=GӢ,PZow69KX{) ۄm#3i]T7h>m+x[4U.(X5!h?xk4y[J6|4MqmwrE[\J0֤bp/ݿ|e ~:"*@5m7t&Y`;4#~WlRarfd iN-RJ 2Y+jv6ګmɢ#ZqYlP*o?- UD`E5!zoqߨ&D{;Fjp[n+ &;2c'IE6j67!P]腏k gr vԒ$jp [QF}UҔvEGci/KbYQ8ɇ) ?*2KnD:ݯpfm0(f##6Хz=ÆK^f0`t +cҔD 'y%Qnߍ'`QԺݙ_U`R8%Uvn[f),!5>ou xa`4EK/VzklBM -굟K̔FL .elWAӪwbT?H'em8|ubWc\JX l=܈Aq_PEՙ2+,M{dP@O z{~Nh8 A;LoO7(8iQ*K(wh'ZCne4E\gacQ) ME:tUIo8Oz6CKu{$KжC7' ֻٻArI{-*9ou#a3t"uJމx>{]egゆ[ult­xV7nXqz >e'FE|I= % ` mBnG9ntnM0,YڣrM A Z٨3֊z RCrtMtRj>.L3rE(\ \a"II|slQgt+G\" {F^+8,ЯE{:(; C:\M+&gI?JC5}u ^ Y1%>o2R&ƪfOc_o4J`S%W=.6\TlC$X4nփ{ z[M;/; o#I2g:yǚ%/ki2D%u+No]ힻAe`땾5{s`;TS/{R;1>} ٪`;S/N >ZÌ$ dBno0\6oVO:5Zi*4Wc3YJՃo,~6~^ioi ~͉xgΊ~잳XAn{]*ܷ Gxt]c$,",CĬLFagS+0IC,9sU93"RJiOٴW\WXcVsӭZ(oZ j@LxqQDP a R)8S:zCe]KFR5Q,dklg7#Vj(NkN|g4!r~~f>`@RTfN HUmnyJdX(!;w]%'xs(ozPY\N%)A*[>FLI;<}kIKsM }q5|[B hn^"Ȑ-J``V O烒,|%dRL*T|puJa[;gKX5Lzu}ax-wEDLg6 `)pk? )zu9^y_ U7{Bv iMBV;({ki>R0ೇĀ"4Pr+Ƅsk KBĨ| 4̥+$&?L]{4LĻ0ڮIPi-b]% fxXb8_D`+-4UQfḮ4AHc% 4^?? bdW $9"c}J3Г {!ΥIOZA/SfPٺPc*z! HM~FژBъ";IV"Ls26Pr^mun?#@_g%j*G$#=YYCslbr~>F "}Mjk4mYc|5v*-XpHe  F;>|fΣR@rxZWh}5@+n[`}?^Dr˭;wnfsOv7AÁ<Ӕ3BrA=ɕmغm9{HjYx,|k7GKJWko,JvoN+PyM*3k4-nt*/4Gԅʶ)I8GpF؍{JD;@+?ߺ5CwGə;Si^.|Ƽ/ȏh}N2TGs` M%Cְeot93)#~|J޼|~;YPE)FZX#yS1tN]\/Y.ء4g }ߎPw!wcOb10:hձB  Fy:W] 8`8`cEv݈}࣏9tS:;E{G[Y* EQ~P/V-MI8iF= 6Rn73ݬex-K<ۜs!-> Z;PigX 8ֿ* $A'^Jal"QB_ZW܃E:΄ LCh3SuƚkX1gwEzynsyprI9">U5x;@k1=w5kqIz:[PV2 yKaKmyE(ͽHaɖW-_7֓LRGᰑ\>+e? VB7c<<@s_X*3*)RPD}W»YT>% S%+!nqӢ27GJGFVqznҭEIV-0M^T m<|e /@CTMW\ŏ$A㔞PƣnĄʑuJaЙ]n6$^JӋY06{9=Ԉڠn SV8_'2r|]ְcwDH1+a݈HjPlA҈?vDqLXKcI!UŴk4~ t}1D1S3pS~R.NwQ ^ Nۭڄ9>.*_PGk 5oil'n3TӏZɆ\lA)O +ϡAF#N{OGo*-[*>%8(?~o1 4x<3sj,Wإ}A令}__٤PD"L:DuX\mEj_IOCLU1w{>$X,`;jڋ5_zTEώ;}paw f_G 4{lucFN6r  J}:%+N"qnc+ d|q^N[JoPP|vXcR83ElmlȌXf;C)`ήC=%W1UU0Pӷ]T[gIOO;9%9u1Ğk;@euAvJI20>j-vH-Q+Z-k@%q'Cd$J5_9R\p MڴP=t?$81:dNyӷeHMvQFdԇ+SF**?e>O,E±TCp|*3܇jpigGKK@D%m6D{q)?Ff/Q*h́IR cF_ÜT'r0,_ &Ӵ-c37V9rs|RO*?Bx2̈́`VL1tL_߱fp&w˅w#犩Ҫw~?0=!ւ|F蟇ܙ@-n'$H"TdZ4`lQp #.o))>ƠTחp7کgi0Rz!%]͟OTBP kω4XMk͹P`Z&9x6dܑfu+ȃ5¼a"=YW r&WQ 7  l߷;LcԧNE윒wh!qSdy9B9q'tkp 5簵FA,y.Bxu; a~/";0/]s,g7LwOܖ0x,YjGK =`-?oжN('v4Z &cy7l5N$^A?Ӗ&R/nXoY#ub€oD@nvaOuoȔ}u6<{-8gEbUvֈbY+/cZ= ^@cj 5,Cؓinf1Hv)-؛T:[垘2 X )'.;w[ÊPX&N+iJ^B[GH 4+ x#fH7DѠd8KݺH`G!6hJ!ƣ;9 h4nӑzC^6kkIU $}ɊaX埊n*Aq?âZ2x-uCZ~iJ2m. )T* #_tұRf"3WN1LRD@Tr۠wv6 {`4Ev4Lk,b@7Q џ?@e/.)尓9`S/b}I$.|"\NZoo./sns#MP7̀ڠ!BRYQb\<ðك!VBϔUM6PˠwmĚ9"q7s[K?ZZb#v[1p"JCv6<-Y]*"3?SFgcnJ'' 1?'LVA)~ ֔s6NG{ts[[rQӎ`X3'Y4/xfZ n!ոXb#O*G["F2y޲&dK/PӶ{殷sG(qpmʺp;.\m.1S┵Md -(0P{LiI9PCX5%6a =+̵LNqLD+tEqHN ) ac#h%QaJDy;*4~7E>:.1Gs+p(]/z:x"Gև<$ {0{zm/jd=0Ie2*BPc!M.(ӶMk: AG`&7|tO9 VS-/O밥|:s$mw%ðG7K eëkyRڟe]$eѰC鼡=*^ߢ;Kh"cE9LM"$ T |ٟPBu=hz( e͜v@.n]F:`EmY`\D3J;aLtm ^xYHZ4+8X~f:>? 甶J2Jm"?ꦭȼ^@+S-sqڛ`ܫ#`JK2-YvBtUs*xP8.ClrY9͆Bmҵ Wn_Ab (W `YɅUuXz#-mʃG(2ݍ E_/l3}Cj91+p+fx&$_ g׏(N:-L:ot"Sڂs66bvݑcS³uڵ23XG.]<Jq|^˽T#:j8$]SK"Ve^jr/M%RSZc'=XA_ȬWpNQ5=crHk+®6T]Jן -v66_ FspL|.E[STyXXf+ّu^)Btv9ֳx0@N!ΊPx;Ҷ @"e,sMsYO qnz~4Wi}F|hD&J;$d$`(͘hlbGMuן˟LvFx%!:,\}|^'g.𜻰#gK@䫐DTiI *:A9ӇJǘY5[EŜ)L}.X[s'7V"9НpǃM7l"+Bhp+ǼKM ϦDzd02&RoO>y qӛ3c!3n:盄^,%ِRN $⅁NR dEwCTgeR?Ǚ%61 ϾZ_\ul4(oO Gc*!RE0 nZ^];P> ŏ3="*S`JR*_,Rb:fRo.)/f,9MhrcX GGy-w)m+pJ+jJĹP[6{G$/l|_xOŠMs@*fMo"0DeJ]؞q*jkfI~R郴NJ琌{=x A#bȊ8!1'i..d% ]da\.3i?'Pư;ckou6π¥WX<ϯ'(b q22 sk򝻩7P_*p,Y`?P1 ~?-ocZЛ؃UX**d8B1\hq>h\ ƋO N!Mhؒ(:~GSh ]H1'W ^TjnUb<K'ˋ 6knRLiPF(tu KT%0Vٓ8k/2\%qђ{z6&?dpɠ4yc:7 CiU jb4f7YNG,h޸΃zxj>T4_ƣBEl)k J7%..;viT _8@^SE1ě?7nJR1n B%ať9"@*2Exےn :󛖶'=YTw9 Jy$k Xvp%?}0 KyX^w: Nv)$]CD;d_ʀw35*trԕQ~Yy&VJBXk#IGp t4"`F?nOƠH u5msC".1VʹF{8!.>7~2-NтoxI~?e[+/L<ĥG'E:dRpc EՁR+裧 (7vҁamnn.&fO!zBSVWLqSaeP{*qZ@ɋR/ƬIj-#r0":*(zyGg 1`fy"SK}3eQ_w8 ֥!h5vyEw:O+NEE4S3`Q-h9ۼS0YM響JgJ芘L ]4@JM{4|s*"AիԦ^&5 q0x._cmP+%p~H2o:p-ox+IR$C# ;YgmQR""T鰩36t*+2FLF1Zs㠽KRN\qK- cLE)%e+.ITt+,}k mh4%AF?-!ġcd\C ي{6n2b:cXԇB_:g]#i6 c(;MKF25쬣8xx(͕MIJ=^bF+|x$М褉BoLIno"lli(1e P_J05Yi)dӘc'ntrM6uh~܎EYu`ؠre#x7]a9c,:,h^NYdgMʍzf*\i@ըٳyل|ݣۈG8BeXnMlkL?@tB*9Gh_OչKڮX^̔vm"GIS:goD5>,Eͳ<;->U |O7P,Q99̪2ʋIې'`o 5u3%O*k>/Fqjƺ%4Wm|c,zk>G/V\᪣WaWŖPEՏo sKk@6F@,Zx{u\6l\FO#ZE,0=Ƨ^ vrH0sJbtXB)qf@q-rN,9/cF3JQ">$WƦ+JW 0;j:rJkO 5D iz#!XrL]S:qs8HO xVI3U9o/!d;-)= 5Ѻ|#"vVD}oFDLƔDӰI[FvWꞥg:4]lAۭQ0/*zvwpR?Fb/=vIvVFbAΛ2>:/sDg- `l2`&Pvi7QJ9 tu{@)0LF7UąEc;=}97]_Ud*k=se@Er@q`pR}}7_5"=[]cjx &)9ӂrЫCӠ.$ˌ^Hnq m%2Y+^yf^}NmU6l->4"y1l[<x*s*Px(h]R?P ӥ M⁐qH|]$>SRBnmid,>M!󄔄p;Ж0V:M`ʡ]V<e.a&RM[ˀ X`vmFO8p>խ4A vq}#A|%Ȇqvc&; zxb5}6xʇNtgʭD=^_/G 5b'G8)z]WcOjq{:D9.V擞FIB30)aG@Rȴi[y.k;RwVt>E05fqOfRU軉-}0H+XwBA=Dx`4xyᚌ#J"꺌ꤽƄutT-qٵ\%un?QONɉ )QFWq,g-( L_HϺ}㴄:>g3<:`_gOcr iL4bpVx;}qV vDiQޡ$VEpM7bU@"-XEj;1}Խjg9k#mצsP@ #xK4Ek)X3t{C{\Q'z]q9W2.g#HwmgUCFvp嬡1ADK.Ifwp>äێţÀ'~Αk(&sK!Z^WiUvζ9Hu!3k«kTE+\Tk[_+D[2q;_K⫕_ݗZYJJ=i{z<vMݺBD2&X$Tҟ<QgRS4ObJ/[*˜L|mʄ.;]WN8%172I4ޠSASF?\9_VueC.6/2k@\rCtزoPz'yD?߄X|!K aZҗ+\PwDlj\2&.Gj| ,!稤EMO ߾:"/f䒆1Ժ-?*hSE[ϻyʊCXsz>s2 8k9,9BgCwNwGЎ9^I@u.xeQt@(3܅YjGMTT sk*9z' *iJbʶ_ vC2=- qic?19SKM!ʮ#&$ α cxuOȢy{'T/&BLز-tyqM:'NpoS;~kfHD5sd\Av~h挮&CDFm_boqY(U^HB ͖#ZÒE*CaSl/ 7 ns)3DškJq3Ku5"dX^Qb%Zn\r^ '͉8a!yKW^3ÍհjTa={be)z(F5kSWۻ.W6K\p&SDF8ύ>/'#ӛJH*DϺC-mͲ"{鳠 GsEMfFt,xl.B# I@;>. T<{(t^o/M&.Km ZH\m%=&˾ kl g<_NQq7Oi ;yDqhOk6Rz^ ק,kwQ0z3:L#S`">Q:55e=z.s j'}Yjus=}( 䢽*Y hftAfcTS 52-KM`:@'U du&E)WPf?O踖8ָOFnCt @hfH8JIX=|Ez^M9v|1 zخ%r%~&b/CJ2Ж`$_Gڷ#P~^[ܙei&Nʹᆼb/*Dģ>t0/\k@>" =pvM@̵.θOֈ*aR=v7 < Be c)[t6 Hmw}JYViVG32FJO2Z a֦K]Ry0za:[ q(Zqdeb F: $Y$Vs'0|&<8S[&PtӏzCF>+,ӖUV*j=/YF?D] %PC_&GlN @CV޶8L)G_Bc 3כycGq7ñTB`¨Fqܞbkrpn-\Ťg">t1 D5V󪠍"4 p]90VǠWp'gO) {,XzF]ĭ .ȈgȿW)6t'tAld8Dѯޔq|\ϗY< lGBA#U<0^&l§24J>$Ͱ ~CMZ %/NEkt5X6rY8[v~l λ*y4.C;e 5PYScQu%Mt,j&8'#j<湸@EศeDff>S1l߿b%))㪃HXJǍFM|#%q=;舁7l7j3 !̏pSY$;`1wtΰW-@8űȖw(W5$f.m}sOlCu=Qnf3fICFXGVB6a:/۫ 6]S6BGBƂ˛YcS썹Sj܈mLG g~ӠYzDy4םd);s {;M7ډҬK"( [2r5BXb[P)^m.V 'Vhv:,wT|ޕ 7O .9S"F`X09D69|.bs"H?c49yE+Frś誑j <]{MV|\/sݿ MnLݛ^6~6<MP}{N=t-G BKBBmL- lx,(Uxl*?1=~;_naM\mhW܆l\HFoĬ1`,/ 14c9D0X]c3m:ۧcNy =].^Q2Ook #ha:OO3oSEXds C 9:_/@p myPK1a)I+mD O3:JgU(ƙ p8B0ph]~bn4 氶* vXt]ݾL]I8jEFJ88``_CQD@v"?:Ôu6W:+Nu$%M <+l!dﵱn4nn^hF|:^l8v"ϵʶqӼu59* c/3";)E;;Lxo9 379W68ywo?@~(V0HN/b9pj##,?ѺJʔɐ_yyohxBJbN4O}wB'~"gњFB?(V`E, uz` ̴%1X!i`]h[lEiy{e} lE:aGQތ,hS=SiP]7JPW_n:ݗuS;v&s%eo3M !ttY̠FIeՆDEnc&Fϔ2j]#Q+frԦxwqVQm!3K,=w1hL;|jf+uToE2- maVmDz={d?WK}޷rJ+L7|l3>;;=I: ,yrErtr֣Գ\H/89[ / (8U(jel{&'VLWW# )m65qDiӣ {4lC|KBYc}̏T@| pc"8س Bv¢3)iϥuK#Lo2Y vxD|@a.WRKR%f{6tP_gn+bCKY\/ǴrE€Y`("7хK|ٺzpXDP~22A9>"@Ep706A]r A6SE@b~jFLRW4w˴ͼǗKӦ'@S16x5lAX=y!nA\G儀r2smՋg},-EBTRĸY"09ѰZ'jNsy8ǹQɚn^n0 z8wG) rj[ݓ1_ARߍ3Z.|b{rN60Q5 ̱NS=(J53|͝{& :MP>(gF{!9ۙ܉|t0i,!7wHvhv&6lPzp<َ/\tl|-?pYbt`l_*s)^(*,d5O>?l> 2S_T}wp}8f•ڍN󲸇%jKOˢ}vQBs/ Sw|dH 99AŪr5NpAr;,de }e}vy39h(4koR镮(LY19,`l;`&GS3*+:i!8nd)rZ¼Err aͳAp) $\Flťbf{=Hf9n.m[ZNu3ZCéOS[()6CLh Ch%9.ibk})*:-b@1i]ȭ51pO5Gϙ[dx>nQBrLV\=QL}bQo{q@3j #{gfnseri`hƼL$Ɨ(L9^԰-_ O8FE81yQwÍ1!s1\j%{@_č{Utn;H ^b!ï#Am1юP~Cޱs}V53'G1180 7P{x]LE}i53$zr}Kv$v"#k B[Vt󬋤ݷqDzs_j}B2H (KpAtdC΍cMh%'.f}/Q0P} Up\9]JS4kl{,DcP%h'eYT/ԖI k$]ϙEޠx-Z3mCGht@MĈÎ0^x0O<[#s+!pvZ9lxF*U!&V8ߛEu:..7Gٟ%!TŮ mYey6c\RnsMO 3 ټ<{1ϋdYm:t8^i5ԂYnkX+l\ Z4Yቾ7kHڰԎ.c{VZN#so(U)}ˀ|OVL.gNJN /}Eir|+zeֈ/em 41Krm=#WƇwK1uSu5efWg!QBɾ2EoUdmDӋH0g 1/VSJ|DjkvcOK8lv\ės9C4S/O/{96 Xʼn9!HFv؊kO zLَa,=h; "ǘ⸂H%g{LU™M̱l9/qE.`ԌG ~GOwbx^k =: BC\6Uٝz :FUW w0P(AbmٸDχK&W׷I>@'Oq#S:xQYr-v,uԱ\ „ߊdwtD);FҖU22/|qpukiq,<o#@gUv b}aZW.\>)0B{l+~ B|o$Mɘ)C__>M]\~W$0:A;U/Eccz!v"Hjs=)ԃD`&d+|o/VdS]A2MZcjw:;\_;9EqsyuBc%-i֫ q;6w}ΗnMS/OElXgo2d 2YotRƍLh6=ml(ꫪ`'JI[(gNJS~c_\ t%0O*h,I$"Ы1PCeiXҧ_P4_˗zmhmW{sJllH KO{04$pfHϟǹ `E"kmZHCyՀw D3D I~q7v_KpMm ξrVnꝌ/Dz8$?wcrN]˹l;G}ťH Oh +%:mnW)F2ߗt\0y YEެ( [S^naq*pJo0%ߩ%20|xOkHqXM!Jb'=.Ұ9L&ճQ-9AYΕybdM+ms=E2US#|/dfZ5JPV-I걺GVo( jӎ,> .6Tp9 qi^=Yx`kbԨBkk`+J}H{dk Zko龡~ʌp$s_ =>p-%Q2jԨȋ& IR{S1 T'HsLŕGSn@26,HRӼ) $H5~UԪ=G62nCc ")"F.&W)] 3F9o1(\?k&ΊkvM*W+`/XKym\мvY59C(`CkM"~A]L}+Z`] s0)4 ㅛ{CtRkiٿi?M%ca\&AWTؖoA ybtm6-x]G܉mK?uNw246(Sy֎~D9F?Pv:qn4?LhuonuC4Vx*oe =@W"ʁ7Û"-B+k?2{8C&n$EEDaϤC"tmG&ADRSDDϳkV^) NuU՟W!,k`i sd嶫FD)X9_9Mg=1H`ÿ#AU 3 㵗[*BIÙ¹D HC8 N!fF|SF:,%1ȕhJ`&{!̠ _i=e[,բ&7tq[fm \p~4cà ٺ7 - f8AE:8b}#"}mSUYwWo`&#sd ݓcJ T8tqlQl^Fz#<^RITqBЈ`)!9V9egJJ {ԁ+v@Udhmt\/;9O}Tw^~ g잞ip}%,f7Ujʽ+ws!Z#;a Xɩ-.Z=0L\YWeCy'Qpx NN9Ie%mk RH:u y̝7=3/%֔ʖ=h2ŭ 妽(h.Ǣ}$c3C+p:1GȮa2;F@QS;)3IqEݮJj`6 KOO<pGRf*OgXWro2{/;nߓdu1ZC8QAы%_VYs;k6Qϟ?"槙q ?o4bȎj`043O1iūwq9IP{g)n YK]%K> AQPk[)\"ۧ <'?4 ([ ۜUVyTElpn&|W(]݊ b9#ܴ7/؍.x2DҖxXrł..ύI>ZI*#iҩ`#JB\}5UM([Gn[=MyDȚwI15&`i'$a, ɘ~v:Nۛjħ9}XjUk/ѡH{`8@  кu[܀Q"flJi8 @)FPAލ9 XgDCwq *+'Ś#PaJ}_,V3ZėJJZ{&\Y\ >9..|͝l+tR%e$@0sB EXkIcV``]?8[,yj;Ѻx^4 WcPWM Q"̗k(7$;G)th|I L$:zp {LXDo0ew QVIV}:FZp+ap9؄bWRyNUP;֡ "=n5VaT##}YA#vlt19X*D䤶F(ղ7-R>@rNs6֞Q]%|fߟd>7C#M`ʞ@ѻqydb3oһF%>/tౝ EHu&>uCf_l3w2Nu2jsXVj®yy?m&S.R,})jǫXRr}ɛ`=ubBKvmKt rn|ir^<-uB$9ix D4>;kxX%fUީ;eJ[aB6$"#B(@s/^唿eXW;,MGN/{(q ˻ձC5OwP JT"r I?1$H(՘#QC 41TP?"o 'n2,2|8Mnŏsz1FQ6Ξ]K& К𙔶QF".)(z:!|(yQ/I&7~/bZڢ@zxD=3 `Jy6je񃁶5dQSvgaG\dC ey'P 4[c/?g-/~z^93ɡUÕ+rw|jTo$>OJU./?bXU % o$:G}CYϏАa\"³?TUd]1_IwUPlдTpEۭpb/3\Z )S%MĖQ^ݿd 5slcVy DW#T?iJDΐGbCm3*ߋfK>1X]0sӮ*#>ƶѩV?7鲗M+Q ( 50@z CO'Pqh2 wk.T:Ձ\7ޔ}7y `G&b"q$t0N'y(Slܞɿj%gksDZSv環# [*F+νa ͱgfHܺгLʮ ӭ2(^.0=[Y2`CB i %q`8|;"R Ʃg^GkFRqOM)5^$ $s,G,6ζ ߾ Z*L*+`~vaJ>.HZK+oJz2JmgʴzGtz=ScZcׅ8,t p#,DGgj۝"ТrCL*IRӌz-B,پjϟ"ԀzAC?ìkE6lz R`/ 2J'}~(H>;vs3&`ZkNq#E]|I}eW d'yaC]NAzJ|raf8?`XB7Յ{'#4-R"d!vQ|^tJYJeY;DwG'@q!dS#.yS p}=r, ٫"R:myI++6(v&Ipkݑɢq=Qn*Qg]bKlmSp]x@Aܙ~q~/BX_ `KnwB|Dw]jz[tá#b ;g9.|BI_%K:x+lǥ/E|]4!F!km`俢[zttT_QTctx""ɐ2onc,[]+g:ac, ) &DM.&eD~ iɄʝJYفtpma'C/HM,csuRA- ٷV;YR$poSCRoo9]g4y_0 w5j38wM߻{耶@f~&R\~!BM}#Aed$= U$3Ֆ!qGr;M4efᧇ׫\ߒ]-NCk:ݼa527A ˩!&LhT) RD(NƳOq "?=pq6~xDPn+Ps՚dD;b,H,"%8ş 6&OH* S)!8hsCP~D.;x0MuGQ{F3hX?>'n˥v/?I<,^B{Y+m5:!>5@:P4xIdf+8,4)k02k,3Ym)JO}j.J}YfY% !mZjKe•ѧfvRVz֪P7"t;䖙u';dg%#7!_ Q0$qHC ETܔБFwrn-oiEP Y?ӿK%=OО._jE dc/g IPAgo%.vF@8Ekx->h_&aPq/|'t`ʲrwˢpW(yE ~rLL@)yC5QȰ`Lzx9RC-D!>oH\xpa82 ~:hGbC^lbG0Ђ4?f_Z9H)$E؟mBH~"Σl2+o`(RMrucjYƶc]d9n̍ST6<+ZC@{5n:TWѹ نˡ$q DPz@lj̈́3"F/WӸs$͞"Ǎ7ٸnu&c?@6yn:;lr" 2 Q̐HSrF,[L[ *6_)m }Fl, {=;5x2NDD6 %׶RIO7s싶C7E_'laaUc[ju8o5V?w?wgvTE/o۬(J GN 7k4~9٪w1l@Zg%=lߐT7)}FQ:2 \bK06ٞSZu 930nz 6hv8'g@Y֖.t'M]IcXs>Ås&b[^H>jr{)KPM8hą稼k횺ljŸո d U!}Ӫ tfBݩ2haͰ(gسdWY bn1!_}PJn^ 'H >9^\mE4m\4v!w fHR8<Ÿ[`*X- TYK@ē7 ۵<~Xw1GJkSG'w_'IU=x k|z1@TvXƾ!a1s:,Q2g`9L.]MsDGDt{gM^7was*oyVM㫂L-dI:Lj!/&̵gd1+w8H %-16oA%b|bW2Q/(6m |,'=v*SXJR@\OgP(E_,$K <\eK V\Igo GeDy,㘖fy3-= ` `Qad^(2tեą`Se垊Em^ܞFyfuޛ# `ftil  b(ѝ4h8"qm޶>uN'&vrHe36jphwh&NwCIؽ=tB9"K1$F;'RdF7È< ִxt7/b:М;kaj%8O־ȽtC'e'o/I 2ohv8]١vsX b$lj2(3_r;LRFR BWzX\1WzZfU(K|F|$עB ]Z0QӮ{Յ[ofME7٤I%<FP[p .Ɵ)<VQ%׍IjZX'0))?F]m|l%Pg1EuY!bvwTxnSԶ| йcW#;u57%6V$A+M)(Vb|ݿD#Ɍ e2{:P.U&ژ}Ylss8r$ݩOp8_@>pp5Vێ3Jt.xOsXw_]u Wz+c63c=& ;Z 5JV9Jc!]}@H #`ٜm_'$86`Et5F{eZ yR qxgNueJJWk+B_ZiؔȃȆpM]@[)\h爵b寮5]~7<+$C )U(mZu㽜x0JM(tj ܃fz cгX[ba}A1QF. 9@i<O}Kgȳ|8\8ul 3)⍎QTB;ʩq$h8$EX.NvLm(IoYe\0OafڽAc[CߊɳHkaM ^;Hе1ә#Ž‹eVRf6Qѐ&mZ&>Qy! F)V) Ա`jQn1vg'l4-U9am S"ZΥ1J}%k`'S{!Pi})"/GB͊hB pk!H‡0?WLcخn0&x[ ӞY_Dњ4wvUJrN~]|eqRoxQ@lL?rCLtc7Q\"쵀mNK(7ȬCwBAEޮ:Jj{KY="sXgu"V]4\_ИpNc+ַxǴ'x.tCxѷaغToÏ ^s@`"6UgT8zZWٯoS 5`3Lj@3fߢ.Pe! [i