pgadmin4-4.30-150300.3.9.1 >  A d7p9|/En$7h obha 4@4@G)1PDjGdI JLf+J] e?w}Cj C̫" Ƈi.U "!RjkCϿk_Q;Ib[eOo@c`J3O>J1jLd 櫢N#.a/k>O[V*Edf QD7+M^. Zo]b027c098462ba084b5fe4b3bcd05a134d5c5330ef30497dc9f02a8c6badaade49e7dca9a275e9a4d0cfe052b2c8b99b997d6cba6d7p9|KsoQ}E6({RoZߦHoT{i5lJfP+%>eO*.H}ڠ %/vesU~q.#_g_㩗2vٞIw":2ӗ壣JnrI1]Hq1iYxôC Yq:Ajb`6U|9_@Cbu^A E[GKӼ#sacZ6r[?װ~`cjhPs%s\jR6pB#Ҙ>p>|?ld   <HLTXq    *  <  `      E r , x( 8 )9 t): l)FG, HP It XY\ ] ^Ubcd.e3f6l8uL vpwl x yz  &hCpgadmin44.30150300.3.9.1Management tool for PostgreSQLpgAdmin 4 is a rewrite of the pgAdmin3 management tool for the PostgreSQL database. It is written as a web application in Python, using jQuery and Bootstrap for the client side processing and UI. On the server side, Flask is being utilised. This variant is a Qt-based runtime application intended to allow the standalone use on a workstation - it is essentially a browser and Python interpretor in one package which will be capable of hosting the Python application and presenting it to the user as a desktop application.d7vsheep69SUSE Linux Enterprise 15SUSE LLC PostgreSQLhttps://www.suse.com/Productivity/Databases/Toolshttp://www.pgadmin.orglinuxx86_64(R-A큤큤A큤A큤d7;d73d7`@`J@`U`U__@__@_ __h_gD@_[f_Z@_V _)M_ @^b^2^@^y@^oj@]@]@]]s\]@\@\@\r@\\~d\=@\&@[@[[F[@[{alarrosa@suse.comalarrosa@suse.comalarrosa@suse.comalarrosa@suse.commrueckert@suse.demrueckert@suse.dealarrosa@suse.comalarrosa@suse.comasn@cryptomilk.orgecsos@opensuse.orgmrueckert@suse.deecsos@opensuse.orgasn@cryptomilk.orgmrueckert@suse.deasn@cryptomilk.orgasn@cryptomilk.orginfo@paolostivanin.commrueckert@suse.demrueckert@suse.demvyskocil@opensuse.orgalarrosa@suse.comalarrosa@suse.comalarrosa@suse.comalarrosa@suse.commrueckert@suse.demrueckert@suse.deecsos@opensuse.orgecsos@opensuse.orgecsos@opensuse.orgecsos@opensuse.orgecsos@opensuse.orgecsos@opensuse.orgecsos@opensuse.orgecsos@opensuse.orgalarrosa@suse.comalarrosa@suse.comjengelh@inai.dealarrosa@suse.comalarrosa@suse.comalarrosa@suse.comalarrosa@suse.com- Add (rebased) patch from upstream to fix a vulnerability that allows a user of the product to change another user's settings or alter the database (bsc#1207464, CVE-2023-0241): * 0001-Ensure-that-the-authenticated-users-cant-access-each-other-directories.patch- Add (rebased) patch from upstream to fix a vulnerability that allows a remote unauthenticated user to redirect a user to an arbitrary web site by crafting a malicious URL (boo#1207238, CVE-2023-22298) * 0001-Fixes-a-redirect-vulnerability-when-the-user-opens-the-pgAdmin-URL.patch- Add patch from upstream to fix an issue throwing an error in when uploading a CSV Desktop mode: * 0001-Fixed-an-issue-when-uploading-a-CSV.patch - Add patch from upstream to fix an unrestricted file upload in pgAdmin (boo#1197143, CVE-2022-0959): * 0002-Ensure-that-upload-paths-are-children-of-the-storage-directory.patch- Fix typos (chmod being used instead of chown in %postun web and pgadmin4 used in the service file for User/Group keys instead of pgadmin)- the system wide service does not need to run as root. switch to user/group pgadmin- Update to 4.30 - Features: - ERD Tool (Beta): The Entity-Relationship Diagram (ERD) tool is a database design tool that provides a graphical representation of database tables, columns, and inter-relationships. You can use the ERD tool to design a new schema and generate the SQL required to create it, or to reverse engineer and diagram an existing database schema. - Kerberos support is added in pgAdmin 4 using SPNEGO for logging into pgAdmin, similar to the existing LDAP and "internal" options. Note that support for logging into database servers using Kerberos is not included in this release, but will be added in a future version. - Add a container option (PGADMIN_DISABLE_POSTFIX) to disable the Postfix server: Postfix (like other MTAs) must start as user 'root', and the pgAdmin container achieves this using 'sudo'. Whilst that works well in most environments, it can cause problems in some. This option allows you to completely disable Postfix to avoid these issues, though you will need to configure an external mail server to be used to send password reset emails. - Bugs/Housekeeping: - Improve the explain plan details by showing a popup instead of a tooltip when clicking on plan nodes. - Ensure that verbose logs are visible for Utility (Backup, Maintenance etc.) jobs. - Added support for expressions in exclusion constraints. - Ensure that the 'template1' database is not visible after pg_upgrade. - Added appropriate help message and a placeholder for letting users know about the account password expiry for Login/Group Role. - Updated Flask-BabelEx to the latest version. - Fixed extra parentheses issue around joins for Views. - Ensure that the current value of sequences is ignored while comparing using Schema Diff. - Fixed an issue when the user tries to delete multiple records in the data grid. - Fixed TypeError exception in schema diff when selecting two identical objects. - Include PostgreSQL 13 utilities in the container distribution. https://www.pgadmin.org/docs/pgadmin4/4.30/release_notes_4_30.html- Fix the desktop application by removing the overriding of SERVER_MODE in config_system.py and config_distro.py which were forcing SERVER_MODE to always have a specific value instead of letting the runtime choose so there's no need to force it. - Rename pgadmin4.conf to pgadmin4.conf.in, pgadmin4.uwsgi to pgadmin4.uwsgi.in and README.SUSE.uwsgi to README.SUSE.uwsgi.in and make them also replace PYTHONSITELIB with the python version used at build time - Replace all variables from config files in %prep instead of %install - Include README.SUSE.uwsgi in the web-uwsgi subpackage- Add BuildRequires for python-cryptography and replace dependency for python-Flask-Babel with python-Flask-BabelEx- Add BuildRequires for python modules- Update to 4.29: - Ensure that folder rename should work properly in Storage Manager - Fixed an issue where the debugger's custom tab title not applied when opened in the new browser tab - Fixed an issue where dynamic tab title has not applied the first time for debugger panel - Fixed an issue where schema diff doesn't show the result of compare if source schema has tables with RLS - Fixed an issue where the process watcher dialog throws an error for the database server which is already removed - Ensure that code coverage should cover class and function declarations - Ensure that dirty indicator (*) should not be visible when renaming the tabs - Fixed an issue where shared servers import is failing - Improve code coverage and API test cases for Foreign Tables, Debugger, Views and Materialized Views - Fix some requirement versions.- Update to 4.28: - Added support to download utility files at the client-side. - Added support to rename query tool and debugger tabs title. - Added support for dynamic tab size. - Added tab title placeholder for Query Tool, View/Edit Data, and Debugger. - Added support to compare schemas and databases in schema diff. - Ensure that non-superuser should be able to debug the function. - Ensure that query history should be listed by date/time in descending order. - Ensure that Grant Wizard should include foreign tables. - Ensure that search object functionality works with case insensitive string.- Update to 4.27: - Added Macro support. - Added support to view trigger function under the respective trigger node. - Allow user to change the database connection from an open query tool tab. - Added support to ignore the owner while comparing objects in the Schema Diff tool. - Merged the latest code of 'pgcli' used for the autocomplete feature. - Fixed invalid literal issue when fetching dependencies for Materialized View. - Fixed an issue where schema diff is showing identical table as different due to default vacuum settings. - Ensure that the user should be able to change the start value of the existing sequence. - Fixed an issue where the query tool is not fetching more than 1000 rows for the table does not have any primary key. - Fixed an issue where 'Rows X' column values were not visible properly for Explain Analyze in Dark theme. - Fixed an issue where file extension is stripped on renaming a file.- Specify path for pg_dump and pg_restore - Disable update check (if you're on leap or other you wont be able to upgrade to a newer version anyway)- Update to 4.26: - Added SQL Formatter support in Query Tool. - Added a new button to the query tool toolbar to open a new query tool window. - Added shared server support for admin users. - Warn the user when connecting to a server that is older than pgAdmin supports. - Ensure that schema names starting with 'pg' should be visible in browser tree when standard_conforming_strings is set to off. - Fixed an issue where --load-server does not allow loading connections that use pg_services. - Fixed string indices must be integers issue for PostgreSQL < 9.3. - Fixed an issue where the application ignores the fixed port configuration value. - Remove illegal argument from trigger function in trigger DDL statement. - Ensure that 'setup-web.sh' should work in Debian 10. - Fixed excessive CPU usage by stopping the indefinite growth of the graph dataset.- Create a pgadmin user and group - Add uwsgi configuration (fast, user privileges and apparmor support)- Only activate the pgadmin4 apache config if the PGADMIN4 flag is set. For mod_wsgi you should use `a2enmod wsgi` - Create /etc/pgadmin/config_system.py with server mode for web Run /usr/lib/python3.6/site-packages/pgadmin4-web/setup.py to create the admin user - Remove config_local.py with outdated options- Update to 4.25: - Modified schema diff tool to compare two databases instead of two schemas - Resolve schema diff dependencies by selecting the appropriate node automatically and maintain the order in the generated script. - Replace charting library Flotr2 with ChartJS using React. - Upgrade font-awesome from v4 to v5. - Fixed an issue where debugger doesn't work if the search path is set other than 'public'. - Fixed ssh tunnel hang issue when the user tries to disconnect the server. - Fixed an issue where conversion of bytea to the binary string results in an error. - Fixed an issue where the entire logs are in red text when the user runs backup and restore. - Ensure that the user will be able to modify the start value of the Identity column. - Fixed an issue where 'ALTER VIEW' statement is missing when the user sets the default value of a column for View.- Update to 4.24 - New features - Issue #5235 - Support configuration files that are external to the application installation. - Issue #5484 - Added support for LDAP authentication with different DN by setting the dedicated user for the LDAP connection. - Issue #5583 - Added support for schema level restriction. - Issue #5601 - Added RLS Policy support in Schema Diff. - Issue #5622 - Added support for permissive/restricted policy type while creating RLS Policy. - Issue #5650 - Added support for LDAP anonymous binding. - Issue #5653 - Added High Contrast theme support. - Housekeeping - Issue #5323 - Improve code coverage and API test cases for Foreign Data Wrapper. - Issue #5326 - Improve code coverage and API test cases for Domain and Domain Constraints. - Issue #5329 - Improve code coverage and API test cases for FTS Configuration, FTS Parser, FTS Dictionaries, and FTS Template. - Bug fixes - Issue #3814 - Fixed issue of error message not getting displayed when filename is empty for backup, restore, and import/export. - Issue #3851 - Add proper indentation to the code while generating functions, procedures, and trigger functions. - Issue #4235 - Fixed tab indent issue on a selection of lines is deleting the content when ‘use spaces == true’ in the preferences. - Issue #5137 - Fixed save button enable issue when focusing in and out of numeric input field. - Issue #5287 - Fixed dark theme-related CSS and modify the color codes. - Issue #5414 - Use QStandardPaths::AppLocalDataLocation in the runtime to determine where to store runtime logs. - Issue #5463 - Fixed an issue where CSV download quotes numeric columns. - Issue #5470 - Fixed backgrid row hover issue where on hover background color is set for edit and delete cell only. - Issue #5530 - Ensure that the referenced table should be displayed on foreign key constraints. - Issue #5554 - Replace the runtime themes with ones that don’t have sizing issues. - Issue #5569 - Fixed reverse engineered SQL for partitions when storage parameters are specified. - Issue #5577 - Include LICENSE and DEPENDENCIES [inventory] files in official packages. - Issue #5621 - Remove extra brackets from reverse engineering SQL of RLS Policy. - Issue #5629 - Fixed an issue where the user is able to edit properties when some of the collection nodes are selected. - Issue #5630 - Fixed an issue where installation of pgadmin4 not working on 32-bit Windows. - Issue #5631 - Fixed ‘cant execute empty query’ issue when remove the value of ‘USING’ or ‘WITH CHECK’ option of RLS Policy. - Issue #5633 - Ensure that create RLS Policy menu should not be visible for catalog objects. - Issue #5647 - Fixed an issue where difference DDL is showing the wrong SQL when changing the policy owner. - Issue #5662 - Fixed accessibility issue where few dialogs are not rendering properly when we zoomed in browser window 200% and screen resolution is low. - Issue #5666 - Added missing dependencies/dependent and corrected some wrongly identified. - Issue #5673 - Fixed an issue where fetching the schema throws an error if the database is not connected in Schema Diff. - Issue #5675 - Fixed CSRF errors when pgAdmin opened in an iframe on safari browser. - Issue #5677 - Fixed text color issue in explain analyze for the Dark theme. - Issue #5686 - Fixed issue where the user was not able to update policy if the policy is created with space. - update requires to match requirements.txt- Update to 4.23 - New features - Issue #5468 - Added option to ignore the whitespaces while comparing objects in schema diff. - Issue #5500 - Added server group name while selecting servers in schema diff. - Issue #5516 - Added support of Row Security Policies. - Issue #5576 - Improve error messaging if the storage and log directories cannot be created. - Housekeeping - Issue #5325 - Improve code coverage and API test cases for Collations. - Issue #5574 - Cleanup Windows build scripts and ensure Windows x64 builds will work. - Issue #5581 - Documentation of Row Level Security Policies. - Bug fixes - Issue #3591 - Ensure that the query tool should display the proper error message while terminating the active session. - Issue #3669 - Ensure that proper error should be displayed for the deleted node. - Issue #3787 - Disabled the Stop process button after clicking it and added a message ‘Terminating the process…’ to notify the user. - Issue #4226 - Fixed an issue where select all checkbox only selects the first 50 tables. - Issue #5416 - Ensure that the query tool panel gets closed when clicking on the ‘Don’t Save’ button. - Issue #5465 - Fixed an issue where the Edge browser version is showing wrong and warning message gets displayed. - Issue #5492 - Fixed an issue where the search object is unable to locate inherited tables and constraint filters are not working. - Issue #5507 - Fixed connection and version number detection issue when the database server is upgraded. - Issue #5521 - Fixed an issue when dumping servers from a desktop pgAdmin app by providing an option ‘–sqlite-path’. - Issue #5539 - Fixed typo in exception keyword. - Issue #5584 - Fixed an issue where two identical tables showing different by schema diff tool. - Issue #5592 - Ensure that pgadmin should be able to connect to the server which has password more than 1000 characters.- Update to 4.22 - New features * Added connected pgAdmin user and connection name in the log file. * Show the startup log as well as the server log in the runtime's log viewer. - Bugfixes * Gracefully informed the user that the database is already connected when they click on "Connect Database...". * Fixed an issue where clicking on the cross button of the alert box on the login page is not working. * Fixed the SQL help issue for EDB Postgres Advanced Server. * Ensure that maintenance job should be worked properly for indexes under a materialized view. * Ensure that file browse "home" button should point to $HOME rather than /. * Ensure that 'With OID' option should be disabled while taking backup of database server version 12 and above. * Fixed invalid literal issue when removing the connection limit for the existing role. * Fixed internal server error when clicking on Triggers -> 'Enable All' for partitions. * Fixed generated SQL issue for auto vacuum options. * Ensure that the dependencies tab shows correct information for Synonyms. * Fixed an issue where the newly added table is not alphabetically added to the tree. * Fixed list sorting issue in the schema diff tool. * Fixed an issue while comparing the two identical schemas using the schema diff tool. * Fixed an issue when renaming the column not added in the proper order. * Correct ipv4 "all interfaces" address in the container docs, per Frank Limpert. * Fixed an issue where select2 hover is inconsistent for the SSL field in create server dialog. * Fixed post-login redirect location when running in server mode under a non-default root. * Fixed an issue where the background job creation fails if there is only a version-specific python binary available in PATH. * Fixed data truncation issue when updating the data of type character with length. * Fixed an issue where if LDAP_SEARCH_BASE_DN is not set then, the value for LDAP_BASE_DN will be considered. * Fixed an issue where clicking on Select All button, not selecting all the options in pgAgent job scheduler. * Clarify and correct the docs on enabling the pl/debugger plugin on the server. * Fixed Unicode decode error 'utf-8' codec can't decode byte. - Packaging: * refresh fix-python-lib.patch * add keyring e8697e2eef76c02d3a6332778881b2a8210976f2 enabling GPG source tarballs verification- Decrease requirements to build in SLE/Leap: * Werkzeug from 0.15.0 to 0.14.1 * passlib from 1.7.2 to 1.7.1 * psycopg from 2.8 to 2.7.4 * python-dateutil from 2.8.0 to 2.7.3 * simplejson from 3.16.0 to 3.13.2 * pytz from 2018.9 to 2018.3 pgadmin has this tendency to just follow the latest versions instead of properly specify required versions.- Update to 4.21 - New features * Added search object functionality. * Added LDAP authentication support. * Added support for parameter toast_tuple_target and parallel_workers of the table. * Added support of Packages, Sequences and Synonyms to the Schema Diff. * Added an option to prevent a browser tab being opened at startup. - Bug fixes * Ensure that the start and end date should be deleted when clear the selection for pgAgent Job. * Fixed calendar opening issue on the exception tab inside the schedules tab of pgAgent. * Fixed an issue where the autovacuum_enabled parameter is added automatically in the RE-SQL when the table has been created using the WITH clause. * Fixed generated SQL when any token in FTS Configuration or any option in FTS Dictionary is changed. * Fixed tab key navigation issue for parameters in table dialog. * Ensure that switch cell is in sync with switch control for accessibility. * Fixed compilation warnings while building pgAdmin. - Update to 4.20 - New features * Added support of Collation, FTS Configuration, FTS Dictionary, FTS Parser and FTS Template to the Schema Diff. * Added support of Domain, Domain Constraints and Types to the Schema Diff. - Housekeeping * Enhance the color of switch control for both light and dark theme. * Added and fixed gettext usage for better translation coverage. - Bug fixes * Fix an issue where the user can not change the value of DateTime picker control using keyboard. * Fixed some accessibility issues in the dialogs. * Fixed chrome driver download utility issue for Ubuntu. * Change some colors and opacity to comply with WCAG color contrast standards. * Fix an accessibility issue to maximize the panel for all alertify dialog. * Improve logic to get the DDL statements as a part of the comparison. * Fixed tab key navigation issue for Grant Wizard. * Fixed Unicode character issue causing error on Python2 environment. * Fixed focus color issue for Alertify dialog buttons.- Update dependencies versions and replace python-Flask-Security with python-Flask-Security-Too (fixes boo#1166991)- Update to 4.19 (boo#1166681) - New features * Added accessibility support in AlertifyJS. * Added Czech language support. * Added Python 3.8 support. - Housekeeping * Improve code coverage and API test cases for the Event Trigger module. * Improvements in the UI for both default and dark themes. * Enhance logging by tracking stdout and stderr of subprocess when log level set to DEBUG. * Added option to override the class name of a label tag for select2 control. - Bug fixes * Changed the color of selected and hovered item for Select2 dropdown. * Improve the style of the highlighted code after query execution for Dark mode. * Ensure that AlertifyJS should not be visible as a title for alert dialog. * Changed background pattern for geometry viewer to use #fff for all themes. * Fix an issue where debugger not showing all arguments anymore after hitting SQL error while debugging. * Set proper focus on tab navigation for file manager dialog. * Fix an issue where command and statements were parsed incorrectly for Rules. * Ensure that all the transactions should be canceled before closing the connections when a server is disconnected using pgAdmin. * Fixed Firefox monospaced issue by updating the font to the latest version. * Update Flask-SQLAlchemy and SQLAlchemy package which is not working on Windows with Python 3.8. * Fix syntax error when changing the event type for the existing rule. - Update to 4.18 - New features * Added support for a multi-level partitioned table. * Added a Schema Diff tool to compare two schemas and generate a diff script. * Allow screen-reader to read label & description of non-textable elements. * Allow screen-reader to identify the alert errors. * Added labels and titles after parsing and validating all the pgAdmin4 web pages for accessibility. * Set input controls as read-only instead of disabled will allow tab navigation in the properties tab and also allow screen readers to read it. - Housekeeping * Improve code coverage and API test cases for the CAST module. * Improve code coverage and API test cases for the LANGUAGE module. * Improve the test framework to run for multiple classes defined in a single file. * Updated wcDocker package which includes aria-label accessibility improvements. * Replace node-sass with sass for SCSS compilation. - Bug fixes * Ensure that path file name should not disappear when changing ext from the dropdown in file explorer dialog. * Fixed an issue while editing char[] or character varying[] column from View/Edit data throwing an error. * Fixed an issue where Grant wizard unable to handle multiple objects when the query string parameter exceeds its limit. * Added tab navigation on close buttons for all the panels and create/properties dialog. * Fix column resizable issue in the file explorer dialog. * Logout the pgAdmin session when no user activity of mouse move, click or keypress. * Fix an issue where setting STORAGE_DIR to empty should show all the volumes on Windows in server mode. * Updated the incorrect icon used for the cast node on refresh. * Fix an issue where refreshing a package results in the change in the object completely. * Fix an issue where select, insert and update scripts on tables throwing an error. * Ensure Postfix starts in the container, now it runs as non-root by default. * Fixed an issue where Save Password control disappears after clicking on it while creating a server. - Update to 4.17 - New features * Allow screen-reader to read relationship attributes in nested elements. * Ensure all binaries are securely signed and linked with the hardened runtime in the macOS bundle - Housekeeping * Refactored SQL of Table’s and it’s child nodes. * Refactored SQL of Views and Materialized Views. * Refactored SQL of Functions and Procedures. * Added support for on-demand loading of items in Select2. * Added code coverage tool for pgAdmin. - Bug fixes * Fix syntax highlighting in code mirror for backslash and escape constant. * Fix an issue where clicking on an empty textbox like fill factor or comments, considers it as change and enabled the save button. * Added support to view multilevel partitioned tables. * Ensure that constraints, indexes, rules, triggers, and compound triggers should be created on partitions. * Added more information to the ‘Database connected/disconnected’ message. * Ensure that the user should be able to select/modify tablespace for the partitioned table on v12 and above. * Rename some internal environment variables that could conflict with Kubernetes. * Fix vulnerability issues reported by ‘yarn audit’. Replace the deprecated uglifyjs-webpack-plugin with a terser-webpack-plugin. * Ensure that the error message should not be displayed if Tablespace is not selected while creating the index. * Fix an issue where operator, access method and operator class is not visible for exclusion constraints. * Add a note to the documentation about the use of non-privileged ports on filesystems that don’t support extended attributes when running the container. * Added tab navigation for tabs under explain panel in query tool. * Fix an issue where the table is not created with autovacuum_enabled and toast.autovacuum_enabled for PG/EPAS 12. - Update to 4.16 - New features * Warn the user on changing the definition of Materialized View about the loss of data and its dependent objects. * Allow drag and drop functionality for all the nodes under the database node, excluding collection nodes. * Use a ‘play’ icon for the Execute Query button in the Query Tool for greater consistency with other applications. * Added aria-label to provide an invisible label where a visible label cannot be used. * Added role=”status” attribute to all the status messages for accessibility. * Run pgAdmin in the container as a non-root user (pgadmin, UID: 5050) * Allow Gunicorn logs in the container to be directed to a file specified through GUNICORN_ACCESS_LOGFILE. * Changed the open query tool and data filter icons. - Housekeeping * Add Reverse Engineered and Modified SQL tests for Materialized Views. * Refactored code of table and it’s child nodes. * Refactored code of columns node. - Bug fixes * Fix issue where the Reset button does not get enabled till all the mandatory fields are provided in the dialog. * Fix scrolling issue in ‘Users’ dialog. * Remove the sorting of table headers with no labels. * Updated documentation for default privileges to clarify more on the grantor. * Fix query tool launch error if user name contains HTML characters. It’s a regression. * Fix network disconnect issue while establishing the connection via SSH Tunnel and it impossible to expand the Servers node. * Fix an issue where the wrong type is displayed when changing the datatype from timestamp with time zone to timestamp without time zone. * Ensure that the superuser should be able to create database, as the superuser overrides all the access restrictions. * Fix server connection drops out issue in query tool. * Updated the json file name from ‘servers.json’ to ‘pgadmin4/servers.json’ in the container deployment section of the documentation. * Ensure that the superuser should be able to create role, as the superuser overrides all the access restrictions. * Fix reverse engineering SQL issue for partitions when specifying digits as comments. * Enhance the logic to change the label from ‘Delete/Drop’ to ‘Remove’ for the server and server group node. * Shown some text on process watcher till the initial logs are loaded. * Fix VPN network disconnect issue where pgAdmin4 hangs on expanding the Servers node. * Fix main window tab navigation accessibility issue. * Ensure that the Servers collection node should expand independently of server connections. * Fix the help button link on the User Management dialog. * Fix accessibility issues. * Fix XSS issue in explain and explain analyze for table and type which contain HTML. * Fix an issue of retrieving properties for Compound Triggers. It’s a regression. * Fix an issue where pgAdmin4 unable to retrieve table node if the trigger is already disabled and the user clicks on Enable All. * Fix reverse engineering SQL issue for triggers when passed a single argument to trigger function. * Fix an issue where length and precision are not removed from table/column dialog. * Fix an issue where the Interval data type is not displayed in the properties dialog of table/column. * Fix ‘Could not find the object on the server.’ error while refreshing the check constraint. * Fix issue where the user can not switch the UI language. It’s a regression. * Fix reverse engineering SQL issue where when clause is not visible for PG/EPAS 12. * Fix pgAdmin4 failed to start issue after upgrading to version 4.15. * Added statistics and storage information in reverse engineering SQL of table/column. * Fix an issue where the inherited table name with quotes did not escape correctly. * Fix an issue where context menu is open along with submenu and the focus is not on context menu or submenu. - Update to 4.15 - New features * Added encrypted password in reverse engineered SQL for roles. * Added Dark(Beta) UI Theme option. * Support Enable Always and Enable Replica on triggers. * Add an option to request confirmation before cancelling/resetting changes on a Properties dialog. * Added support for custom theme creation and selection. - Bug fixes * Ensure create new object dialog should be opened when alt+shift+n key is pressed on the collection node. * Fixed issue where Drop and Disconnect connection menu points are too close to each other. * Ensure context menus never get hidden below the menu bar. * Rename the context menu from ‘Drop Server’ to ‘Remove Server’. * Ensure the correct “running at” agent is shown when a pgAgent job is executing. * Fix an issue in the Query Tool where shortcut keys could be ignored following a query error. * Fix the toggle case shortcut key combination. * Fix an issue where a black arrow-kind image is displaying at the background of browser tree images. * Ensure comments are shown in reverse engineered SQL for table partitions. * Handle NULL values appropriately when sorting backgrid tables. * Give appropriate error messages when the user tries to use an blank master password. * Remove arbitrary (and incorrect) requirement that composite types must have at least two members. * Don’t quote bigints when copying them from the Query Tool results grid. * Ensure compression level is passed to pg_dump when backing up in directory format. * Ensure the number of jobs can be specified when backing up in directory format. * Ensure Javascript errors during Query Tool execution are reported as such and not as Ajax errors. * Suppress Enter key presses in Alertify dialogues when the come from Select2 controls to allow item selection with Enter. * Ensure that units are respected when sorting by file size in the File dialog. * Ensure all messages are retained in the Query Tool from long running queries. * Updated documentation for the delete row button that only strikeout the row instead of deleting it. * Updated documentation for the query tool toolbar buttons. * Fixed an issue where psql of v12 throwing “symbol not found” error while running Maintenance and Import/Export. * Fixed potential error in the properties dialog for the Code tab. * Fixed an issue where Datetimepicker control opens when clicking on the label. * Fixed potential issue in reset function for nested objects. * Fixed an issue where escape key not working to close the open/save file dialog. * Fixed an issue where keyboard shortcut for context menu is not working when using Firefox on CentOS7. * Fixed docker container exit issue occurs due to change in Gunicorn’s latest version. - Rebase patches: * use-os-makedirs.patch - Add patch to fix command to link to the python library * fix-python-lib.patch- refresh use-os-makedirs.patch to apply cleanly again- add back defattr to fix sle12 build- Update to 4.14 - New features * Added Copy with headers functionality when copy data from Query Tool/View Data. * Implemeted the Query Plan Analyser. * Include PostgreSQL 12 binaries in the container. - Housekeeping * Add Reverse Engineered and Modified SQL tests for Synonyms. * Add Reverse Engineered and Modified SQL tests for Unique Constraints. - Optimize Webpack to improve overall performance. - Bug fixes * Ensure backup a partition table should not backup the whole database. * Ensure that ‘ENTER’ key in the data filter should not run the query. * Fix issue where backup fails for schema name that needs quoting. * Highlighted the color of closing or opening parenthesis when user select them in CodeMirror. * Fix issue where export job fails when deselecting all the columns. * Fix an error where ‘false’ string is displayed when we add a new parameter in the Parameters tab, also clear the old value when the user changes the parameter name. * Ensure that pgAdmin should work behind reverse proxy if the inbuilt server is used as it is. * Fix issue where pgAdmin does not load completely if loaded in an iframe. * Ensure the search path should not be quoted for Database. * Ensure pgAdmin should work behind reverse proxy on a non standard port. * Fix query tool open issue on Internet Explorer. * Fix issue where query history is not visible in the query history tab. * Ensure the search path should not be quoted for Function, Procedure and Trigger Function. * Fix issue where VALID foreign keys show as NOT VALID in the SQL tab for tables. * Ensure the MAC OSX app should be notarized for Catalina. - Changes from 4.13 - New features * Added Gather Merge, Named Tuple Store Scan and Table Function Scan icon for explain module. * Don’t wait for the database connection before rendering the Query Tool UI, for improved UX. * Allow configuration options to be set from the environment in the container distribution. * Ensure editable and read-only columns in Query Tool should be identified by icons and tooltips in the column header. * Add an Italian translation. * Refactor Dockerfile to avoid needing to run supporting scripts (i.e. ‘docker build .’ will work) and minimise layers. - Housekeeping * Add Reverse Engineered SQL tests for Schemas. * Add Reverse Engineered SQL tests for Views. * Add Reverse Engineered SQL tests for Rules. * Add Reverse Engineered and Modified SQL tests for Foreign Keys. * Add Reverse Engineered and Modified SQL tests for Foreign Servers. * Add Reverse Engineered and Modified SQL tests for Foreign Tables. * Add Reverse Engineered and Modified SQL tests for FTS Templates. * Add Reverse Engineered and Modified SQL tests for Indexes. * Add Reverse Engineered and Modified SQL tests for Primary Keys. * Add Reverse Engineered and Modified SQL tests for User Mappings. * Add Modified SQL tests for Resource Group. - Bug fixes * Added ProjectSet icon for explain module. * Ensure Boolean columns should be editable using keyboard keys. * Further code refactoring to stabilise the Feature Tests. * Fix an issue where oid column should not be pasted when copy/paste row is used on query output containing the oid column. * Fix display of validation error message in SlickGrid cells. * Fix issue where Validated switch option is inverted for the Foreign Key. * Fix a debugger error when using Python 2.7. * Fix error while importing data to a table using Import/Export dialog and providing “Not null columns” option. * Ensure View should be created with special characters. * Ensure Boolean columns should be editable in View/Edit data and Query Tool. * Fix an error that could be seen when click on any system column of a table. * Unescape HTML entities in database names in the Query Tool title bar. * Add editor options for plain text mode and to disable block folding to workaround rendering speed issues in CodeMirror with very large scripts. * Ensure port and username should not be mandatory when a service is provided. * Fix Truncate option deselect issue for compound triggers. * Fix length and precision enable/disable issue when changing the data type for Domain node. * Fix SQL tab issue for Views. It’s a regression of compound triggers. * Fix PGADMIN_SERVER_JSON_FILE environment variable support in the container. * Fix exception in query history for python 2.7. * Fix query tool launch error if user name contain html characters. * Increase cache control max age for static files to improve performance over longer run. * Fix SQL issue of length and precision when changing the data type of Column. * Fix modified SQL for Index when reset the value of Fill factor and Clustered?. * Fix reversed engineered SQL for btree Index when provided sort order and NULLs. * Ensure sequence with negative value should be created. * Fix issue where EXEC script doesn’t write the complete script for Procedures. * Fix query tool and view data issue with the Italian language. * Ensure Primary Key should be created with Index. * Fix query history exception for Python 3.6.- Update to 4.12 - New features * Add support of Compound Triggers for EPAS 12+. * Add support for planner support functions in PostgreSQL 12+ functions. * Add support for generated columns in Postgres 12+. * Use the full tab space for CodeMirror instances on dialogues where appropriate. * Allow a banner to be displayed on the login and other related pages showing custom text. * Allow enhanced cookie protection to be disabled for compatibility with dynamically addressed hosting environments. * Add an optimisation to the internal code responsible for searching for treeview nodes. * Display the row count in the popup message when counting table rows, not just in the properties list. * Add support in query history to show internal queries generated by pgAdmin during save data operations. - Housekeeping * Add Reverse Engineered SQL tests for Columns. * Add Reverse Engineered SQL tests for Trigger Functions. * Add Reverse Engineered SQL tests for Exclusion Constraint. * Add a –modules option to the RE-SQL test suite to allow testing of specific object types. - Bug fixes * Fix issue where Deleting N number of rows makes first N number of rows disable. * Fix generation of reverse engineered SQL for tables with Greenplum 5.x. * Update wcDocker to allow the browser’s context menu to be used except in tab strips and panel headers. * Ensure type names are properly encoded in the results grid. * Fix generation of reverse engineered SQL for partition table, partitions were shown as a child of indexes. * Update wcDocker to prevent window state loading creating blank dialogues. * Fix accessibility issue for checkbox in IE11. * Ensure the Query Tool doesn’t throw an error when viewing the contents of a table with no columns. * Ensure columns can be created when they are IDENTITY fields with the CYCLE option enabled. * Ensure purely numeric comments can be saved on new columns. * Fix accessibility issue for Datetime cell in backgrid. * Ensure the query tool will work with older versions of psycopg2 than we officially support, albeit without updatable resultsets. * Ensure command tags are shown in the messages tab of the Query Tool. * Fix load on demand in View/Edit data mode. * Fix some errors thrown on the JS console when dragging text in the Query Tool. * Ensure triggers should be updated properly for EPAS server. * Fix the reverse engineered SQL for trigger functions with the WINDOW option selected. * Ensure enable trigger menu should be visible when trigger is disabled. * Ensure the comment on a Primary Key constraint can be edited under the Table node. * Fix console error when changing kind(SQL/BATCH) for pgAgent job step. * Fix double click issue to expand the contents of a cell if the resultset was not editable. * Fix generation of reverse engineered SQL for Rules. * Ensure compound triggers for event should be updated properly. * Ensure compound triggers should be displayed under Views. * Ensure Truncate option should be available for Compound Triggers. - Changes from 4.11 - New features * Add support for editing of resultsets in the Query Tool, if the data can be identified as updatable. * Set the mouse cursor appropriately based on the layout lock state. * Add EXPLAIN options for SETTINGS and SUMMARY. - Housekeeping * Add Reverse Engineered SQL tests for Roles and Resource Groups. * Add Reverse Engineered SQL tests for FDWs. * Add Reverse Engineered SQL tests for Languages. * Add Reverse Engineered SQL tests for Extensions. * Add Reverse Engineered SQL tests for FTS Configurations. * Add Reverse Engineered SQL tests for Packages. * Add Reverse Engineered SQL tests for FTS Dictionaries. * Add Reverse Engineered SQL tests for Domains. * Add Reverse Engineered SQL tests for Collations. * Add Reverse Engineered SQL tests for Types. * Add Reverse Engineered SQL tests for Sequences. * Add Reverse Engineered SQL tests for FTS Parsers. * Add Reverse Engineered SQL tests for Constraints. - Bug fixes * Allow keyboard navigation of all controls on subnode grids. * Fix dropping of pgAgent schedules through the Job properties. * Prevent flickering of large tooltips on the Graphical EXPLAIN canvas. * Fix an error that could be seen when editing column privileges. * Ensure parameter values are quoted when needed when editing roles. * EXPLAIN options should be Query Tool instance-specific. * Fix an error while retrieving json data from the table. * Fix ‘malformed array literal’ error when updating a pgAgent job. * Ensure drag/drop from the treeview works as expected on Firefox. * Fix table icon issue when updating any existing field. * Ensure browser should not be started by Selenium when feature tests are excluded from a test run. * Use ROLE consistently when generating RE-SQL for roles, not USER. * Fix an error seen when updating a connection string in a pgAgent job step. * Fix reverse engineered sql for Foreign Data Wrapper created on EPAS server in redwood mode. * Fix some minor UI issues on IE11. * Fix sequence reverse engineered SQL generation with quoted names on PG/EPAS 10+. * Fix an issue where Explain and Explain Analyze are not working, it’s regression of #1760. * Fix an issue where Filter toolbar button is not working in view/edit data, it’s regression of keyboard navigation. - Changes from 4.10 - New features * Allow some objects to be dragged/dropped into the Query Tool to insert their signature into the query text. * Allow the path to /pgadmin4/servers.json to be overridden in the container distribution. - Bug fixes * Ensure the browser close confirmation is only shown when closing a Query Tool which is running in a separate browser tab. * Prevent an error that may occur when editing data with an integer primary key. * Fix a quoting issue that caused a blank UI to be displayed when running in French. * Ensure the version comparision should be correct for windows installer. - Changes from 4.9 - New features * Visually distinguish simple tables from tables that are inherited and from which other tables are inherited. - Housekeeping * Add a framework for testing reversed engineered SQL and CRUD API endpoints. - Bug fixes * Fix issue where the dependencies tab for inherited tables/foreign keys shows partial text. * Allow editing of data where a primary key column includes a % sign in the value. * Fix issue where reverse engineered SQL was failing for foreign tables, if it had “=” in the options. * Fix keyboard navigation in “inner” tabsets such as the Query Tool and Debugger. * Ensure the correct label is used in panel headers when viewing filtered rows. * Fix issue where new column should be created with Default value. * Initial support for PostgreSQL 12. * Initial support for PostgreSQL 12. * Initial support for PostgreSQL 12. * Prevent the geometry viewer grabbing key presses when not in focus under Firefox, IE and Edge. * Prevent the “Please login to access this page” message displaying multiple times. * Ensure that the Return key can be used to submit the Master Password dialogue. * Ensure that browser auto-fill doesn’t cause Help pages to be opened unexpectedly. * Fix issue where SSH tunnel connection using password is failing, it’s regression of Master Password. * Fix an initialisation error when two functions with parameters are debugged in parallel. * Fix issue where property dialog of column should open properly for EPAS v12. * Capitalize the word ‘export’ used in Import/Export module. * Ensure strings are properly encoded in the Query History. * Ensure we include the CSRF token when uploading files. * Fix connection restoration issue when pgAdmin server is restarted and the page is refreshed. * Ensure the debugger control buttons are only enabled once initialisation is complete. * Remove additional “SETOF” included when generating CREATE scripts for trigger functions. * Fix help links for backup globals and backup server. * Fix an XSS issue seen in View/Edit data mode if a column name includes HTML. * Ensure Python escaping matched JS escaping and fix a minor XSS issue in the Query Tool that required superuser access to trigger. * Ensure that both columns and partitions can be edited at the same time in the table dialog. * Fix an XSS issue when username contains XSS vulnerable text.- Update to pgadmin4 4.8 - New features * Feature #2653 - Allow the UI layout to be fully locked or to prevent docking changes. - Bug fixes * Omit the geometry viewer in the Query Tool from layout saving. * Improve the performance of explain plan by embedding the images only when downloading it. * Fix the issue of accessing the SQL for Views and Materialized Views. Regression of pluralisation of folder names.- Update to pgadmin4 4.7 - Bug fixes * In server mode, update all the saved server credentials when user password is changed. * Fix the responsive layout of the main menu bar. * Fix syntax error when adding more than one column to the existing table. * Fix file browser path issue which occurs when client is on Windows and server is on Mac/Linux. * Added Master Password to increase the security of saved passwords. * Fix accessibility issue for menu navigation. * Update the UI logo. * Fixed CSRF security vulnerability issue, per Alvin Lindstam * Properly assign dropdownParent in Select2 controls. * Ensure popper.js is installed when needed. * Fixed Tab key navigation for Maintenance dialog. * Fix Tab key issue for Toggle switch controls and button on the dialog footer in Safari browser. * Ensure that element should get highlighted when they get focus on using Tab key. * Fixed console error when subnode control is used in panels. * Stop using application/x-javascript as a mime type and use the RFC-compliant application/javascript instead. * Fixed error on displaying table properties of a table partitioned by list having a default partition. * Fix handling of JSON in the Query Tool with NULL elements. * Fix navigation of switch cells in grids. * Clarify wording for the NO INHERIT option on constraints, per Michel Feinstein. * Relax the permission check on the directory containing the config database, as it may fail in some environments such as OpenShift. * Prevent Backgrid Password cells from losing focus if the browser opens an autocomplete list. * Fix syntax error when creating a table with a serial column.- Update to pgadmin4 4.6 - Features * Feature #4165 - Depend on psycopg2-binary in the Python wheel, rather than psycopg2. - Bug fixes * Ensure that on clicking Delete button should not delete rows immediately from the database server, it should be deleted when Save button will be clicked. * Ensure that newly added row in backgrid should be visible. * Ensure that JSON strings as comments should be added properly for all the objects. * Fix an issue where Deleting N number of rows makes first N number of rows disable. * Added support for Default Partition. * Fix an issue where ‘GRANT UPDATE’ sql should be displayed for default sequence privileges. * Ensure that confirmation dialog should be popped up before reload of query tool or debugger if it is opened in a new browser tab. * Ensure that record should be add/edited for root partition table with primary keys. * Fixed alignment issue of columns in definition section of Index node. * Fixed ‘Location cannot be empty’ error when open Tablespace properties. * Fix an issue where the dropdown becomes misaligned/displaced. * Ensure the treeview shows all sequences except those used to implement IDENTITY columns (which can be edited as part of the column). Show all if Show System Objects is enabled. * Fixed ‘Increment value cannot be empty’ error for existing tables. * Ensure that parameters of procedures for EPAS server 10 and below should be set/reset properly. * Prevent duplicate columns being included in reverse engineered SQL for tables. * Ensure sanity of the permissions on the storage and session directories and the config database.- Update to pgadmin4 4.5 - Bug fixes * Fixed ‘Change Password’ issue for SCRAM authentication. * Ensure that two consecutive SELECT statements should work properly. * Relabel the Save button on the datagrid text editor to avoid confusion with the actual Save button that updates the database. * Added recommended ESLinter checks. * Ensure that pgAdmin4 should work properly with psycopg2 v2.8 - Changes from pgadmin4 4.4 Warning: This release includes a bug fix (Bug #3887) which will rename the per-user storage directories for existing users when running in server mode. Previously, saved SQL queries were stored under the STORAGE_DIR in a sub-directory named after the username part of the user’s email address. From this version onwards, the full email address is used, with the @ replaced with an underscore. For example, in v.4.3 with STORAGE_DIR set to /var/lib/pgadmin4 user files may be stored in: /var/lib/pgadmin4/storage/username/ With the fix, that directory will be renamed (or created for new users) as: /var/lib/pgadmin4/storage/username_example.com/ - Features * Add support for reverse proxied setups with Gunicorn, and document Gunicorn, uWSGI & NGINX configurations. * Make the Query Tool history persistent across sessions. * Remove the large and unnecessary dependency on React and 87 other related libraries. * Add support for IDENTITY columns. * Add an ePub doc build target. - Bug fixes * Fix naming inconsistency for the column and FTS parser modules. * Include inherited column comments and defaults in reverse engineered table SQL. * Improve a couple of German translations. * Use the user’s full email address (not just the username part) as the basis for the storage directory name. * Update wcDocker to fix the issue where the Scratch Pad grows in size if the results panel is resized. * Avoid ‘bogus varno’ message from Postgres when viewing the SQL for a table with triggers. * Update all Python and JavaScript dependencies. * Include comment SQL for inherited columns in reverse engineered table SQL. * Make the WHEN field a CodeMirror control on the Event Trigger dialogue. * Fix the online help button on the resource group dialogue. * Enable the online help button on the index dialogue. * Handle resultsets with zero columns correctly in the Query Tool. * Include inherited columns in SELECT scripts. * Fix the latexpdf doc build. * Fix handling of numeric arrays in View/Edit Data. * Enlarge the grab handles for resizing dialogs etc. * Append the file suffix to filenames when needed in the File Create dialogue. * Ensure that Firefox prompts for a filename/location when downloading query results as a CSV file. * Change the CodeMirror active line background colour to $color-danger-lighter so it doesn’t conflict with the selection colour. * Fix the RE-SQL syntax for roles with a VALID UNTIL clause. * Prevent an empty error message being shown when “downloading” a CREATE script using the CSV download. * Overhaul the layout saving code so it includes the Query Tool and Debugger, and stores the layout when change events are detected rather than (unreliably) on exit. * Display errors during CSV download from the Query Tool in the UI rather than putting them in the CSV file. * Improve the German translation for Backup Server. * Ensure the toolbar buttons are properly reset following a CSV download in the Query Tool. * Fix SQL help for EPAS 10+, and refactor the URL generation code into a testable function. * Ensure sequences can be created with increment, start, minimum and maximum options set. * Fix an issue where JSON data would not be rendered in the Query Tool. * Ensure View/Materialized View node should be visible after updating any property. * Fix custom autovacuum configuration for Materialized Views.- Update to pgadmin4 4.3 - Features * Install a script to start pgAdmin (pgadmin4) from the command line when installed from the Python wheel. * Add a “scratch pad” to the Query Tool to hold text snippets whilst editing. * Add Commit and Rollback buttons to the Query Tool. * Allow X-FRAME-OPTIONS to be set for security. Default to SAMEORIGIN. * Automatically expand child nodes as well as the selected node on the treeview if there is only one. * Include multiple versions of the PG utilties in containers. * Update Alpine Linux version in the docker container. * Support double-click on Query Tool result grid column resize handles to auto-size to the content. - Bug fixes * Ensure size stats are prettified on the statistics tab when the UI language is not English. * Handle display of roles with expiration set to infinity correctly. * Allow editing of values in columns with the oid datatype which are not an actual row OID. * Make the Query Tool tab titles more concise and useful. * Fix support for bigint’s in JSONB data. * Update CodeMirror to 5.43.0 to resolve issues with auto-indent. * Ensure JSON data isn’t modified in-flight by psycopg2 when using View/Edit data. * Modify the Download as CSV option to use the same connection as the Query Tool its running in so temporary tables etc. can be used. * Fix context sub-menu alignment on Safari. * Update documentation screenshots as per new design. * Fix alignment of Close and Maximize button of Grant Wizard. * Add full support and testsfor all PG server side encodings. * Fix editing of table data with a JSON primary key. * Ignore exceptions in the logger. * Close connections gracefully when the user logs out of pgAdmin. * Fix alignment of checkbox to drop multiple schedules of pgAgent job. * Don’t exclude SELECT statements from transaction management in the Query Tool in case they call data-modifying functions. * Optimise display of Dependencies and Dependents, and use on-demand loading of rows in batches of 100. * Fix alignment of import/export toggle switch. * Prevent an error when closing the Sort/Filter dialogue with an empty filter string. * Fix alignment of Connection type toggle switch of pgagent. * Fix the query to set bytea_output so that read-only standbys don’t consider it a write query. * Add full support and testsfor all PG server side encodings. * Don’t embed docs and external sites in iframes, to allow the external sites to set X-FRAME-OPTIONS = DENY for security. * Add full support and testsfor all PG server side encodings. * Custom-encode forward slashes in URL parameters as Apache HTTPD doesn’t allow them in some cases. * Update CodeMirror to 5.43.0 to resolve issues with tab indent with use spaces enabled. * Ensure long queries don’t cause errors when downloading CSV in the Query Tool. * Disable the editor and execute functions whilst queries are executing. * Fix an issue where importing servers fails if a group already exists for a different user.- Update to pgadmin4 4.2 - Bug fixes * Replace Bootstrap switch with Bootstrap4 toggle to improve the performance. * Replace the PyCrypto module with the cryptography module. * Fixed SQL for foreign table options. * Fixed execution time to show Hours part for long running queries in Query Tool. * Messages tab of query tool should be clear on subsequent execution of table/view using View/Edit Data. * Clear drop-down menu should be disabled for View/Edit Data. * Fixed Statistics panel hang issue for 1000+ tables. * Proper error should be thrown when server group is created with existing name. * Ensure long string should be wrap in alertify dialogs. * Ensure that output of the query should be displayed even if Data Output window is detached from the Query Tool. * Inline edbspl trigger functions should not be visible in Grant Wizard. * Proper SQL should be generated when create function with return type as custom type argument. * Ensure that database restriction of server dialog should work with special characters. * Ensure that Backup/Restore button should work on single click. * Fixed SQL for when clause while creating Trigger. * Proper SQL should be generated when creating/changing column with custom type argument. * Ensure that file format combo box value should be retained when hidden files checkbox is toggled. * Proper SQL should be generated when create procedure with custom type arguments. * Ensure that browser should warn before close or refresh. * Fixed EXEC script for procedures. * Proper SQL should be generated when create domain of type interval with precision. * Drop-down should be closed when click on any other toolbar button. * Fixed keyboard navigation for dialog tabs. * Increase frames splitter mouse hover area to make it easier to resize. * Fixed alignment of tree arrow icons for Internet Explorer. * Ensure object names in external process dialogues are properly escaped. * Correct order of Save and Cancel button for json/jsonb editing. * Data should be updated properly for FTS Configurations, FTS Dictionaries, FTS Parsers and FTS Templates. * Fixed unable to drop multiple Rules and Foreign Tables from properties tab. * Fixed Query Tool Initialization Error. * Fixed keyboard navigation for Select2 and Privilege cell in Backgrid. * Correct schema should be displayed in Materialized View dialog. * Fixed debugger issue for procedure inside package for EPAS servers. * Fix alignment of help messages in properties panels. * Fix alignment of submenu for Internet Explorer. * Ensure that grant wizard should list down functions for EPAS server running with no-redwood-compat mode. * Dashboard graph optimization. * Remove Python 2.6 code that’s now obsolete. * Expose the bind address in the Docker container via PGADMIN_BIND_ADDRESS. * Exclude HTTPExceptions from the all_exception_handler as they should be returned as-is. - Rebase fix-python3-crypto-call.patch- Update to pgadmin4 4.1 - Bug fixes * Fix SQL generated for tables with inherited columns. * Ensure the context menu works after a server is renamed. * Fix ordering of VACUUM options which changed in PG11. * Don’t show system catalogs in the schemas property list unless show system objects is enabled. * Fix help for the backup/restore dialogues. * Ensure that last row of table data should be visible and user will be able to add new row. * Make the browser more robust in the face of multibyte characters in SQL_ASCII databases. - Update to pgadmin4 4.0 - Features * Allow query plans to be downloaded as an SVG file. * New UI design. * Allow servers to be pre-loaded into container deployments. - Bug fixes * Increase the size of the resize handle of the edit grid text pop-out. * Fix handling of array types as inputs to the debugger. * Fix an issue that could cause the Query Tool to fail to render. * Display event trigger functions correctly on EPAS. * Further improvements to treeview restoration. * Run Postfix in the container build so passwords can be reset etc. * Add titles to the code areas of the Query Tool and Debugger to ensure that panels can be re-docked within them. * Fix a webpack issue that could cause the Query Tool to fail to render. * Ensure we display the relation name (and not the OID) in the locks table wherever possible. * Fix an encoding issue in the query tool. * Include the WHERE clause on EXCLUDE constraints in RE-SQL. * Fix an issue when user define Cast from smallint->text is created. * Hide Radio buttons that should not be shown on the maintenance dialogue. * Ensure that null values handled properly in CSV download. * Tweak the wording on the Grant Wizard. * Prevent attempts to bulk-drop schema objects. * Ensure the browser toolbar buttons work in languages other than English. * Allow horizontal sizing of the edit grid text pop-out. * Ensure auto complete should works when first identifier in the FROM clause needs quoting. * Ensure auto complete should works for columns from a schema-qualified table. * Ensure identifiers are properly displayed in the plan viewer. * Make the setup process more robust against aborted executions. * Fixed an issue while creating export job. - Make pgadmin4-web suggest the pgadmin4-doc package instead of requiring it.- Update to pgadmin4 3.6 - Features * Add support for dropping multiple objects at once from the collection Properties panel. * Add the ability to import and export server definitions from a config database - Bug fixes * Ensure previous notices are not removed from the Messages tab in the Query Tool if an error occurs during query execution. * Allow the selection order to be preserved in the Select2 control to fix column ordering in data Import/Export. * Allow use of 0 (integer) and empty strings as parameters in the debugger. * Properly report errors when debugging cannot be started. * Prevent the debugger controls being pressed again before previous processing is complete. * Fix toggle breakpoints buttons in the debugger. * Fix changes to the NOT NULL and default value options in the Table Dialogue. * Fix dropping of multiple functions/procedures at once.- Compact description and trim first-person grammar. - Rename pgadmin4-docs to pgadmin4-doc to be in line with the naming of other packages in openSUSE. - Safeguard fdupes to not run over partition boundaries.- Update to pgadmin4 3.5 - Features * Save the treeview state periodically, and restore it automatically when reconnecting. * Migrate from Bootstrap 3 to Bootstrap 4. - Bug fixes * Ensure that Utilities(Backup/Restore/Maintenence/Import-Export) should not be started if binary path is wrong and also added ‘Stop Process’ button to cancel the process. * Fix syntax error when creating new pgAgent schedules with a start date/time and exception. * Cleanup session files periodically. * Rename the ‘SQL Editor’ section of the Preferences to ‘Query Tool’ as it applies to the whole tool, not just the editor. * Fix CREATE Script functionality for EDB-Wrapped functions. * Fix connection garbage collector. * Purge connections from the cache on logout. * Ensure that utility existence check should work for schema and other child objects while taking Backup/Restore. * Fixed fatal error while launching the pgAdmin4 3.5. Update the version of the Flask to 0.12.4 for release.- Update to pgadmin4 3.4 - Features * Move all CSS into SCSS files for consistency and ease of colour maintenance etc. * Add optional data point markers and mouse-over tooltips to display values on graphs. * Add shortcuts for View Data and the Query tool to the Browser header bar. - Bug fixes * Ensure the runtime can startup properly if there are wide characters in the logfile path on Windows. * Fix handling of backslashes in the edit grid. * Ensure queries are no longer executed when dashboards are closed. * Fix support for the CLOB datatype in EPAS. * Fix logic around validation and highlighting of Sort/Filter in the Query Tool. * Ensure auto-complete works for objects in schemas other than public and pg_catalog. * Ensure changes to Query Tool settings from the Preferences dialogue are applied before executing queries. * Swap the Schema and Schemas icons and Catalog and Catalogs icons that had been used the wrong way around.- Update to pgadmin4 3.3 - Features * Add a geometry viewer that can render PostGIS data on a blank canvas or various map sources. * Added new backup/restore options for PostgreSQL 11. Added dump options for 'pg_dumpall'. * Add a Spanish translation. - Bug fixes * Stabilise feature tests for continuous running on CI systems. * Fixed debugger execution issues. * Ensure 'select all' and 'unselect all' working properly for pgAgent schedule. * Fix sort/filter dialog issue where it incorrectly requires ASC/DESC. * Ensure backup should work with '--data-only' and '--schema-only' for any format. * Fix keyboard shortcuts layout in the preferences panel. * Merge pgcli code with version 1.10.3, which is used for auto complete feature. * Ensure that refreshing a node also updates the Property list. * Ensure that refresh button on dashboard should refresh the table. * Handle connection errors properly in the query tool. * Make session implementation thread safe * Ensure external table node should be visible only for GPDB. * Fix auto scrolling issue in debugger on step in and step out. * Fix sort/filter dialog editing issue. * Ensure sort/filter dialog should display proper message after losing database connection. * Ensure sql for Role should be visible in SQL panel for GPDB. * When building the Windows installer, copy system Python packages before installing dependencies to ensure we don't end up with older versions than intended. * Correct the documentation of View/Edit data.- Initial release of pgadmin4 3.2sheep69 1681390198 4.30-150300.3.9.14.30-150300.3.9.14.30-150300.3.9.1pgadminpgadmin4.confpgAdmin4pgadmin4.desktoppgadmin4READMEREADME.SUSEpgadmin4LICENSE/etc/xdg//etc/xdg/pgadmin//usr/bin//usr/share/applications//usr/share/doc/packages//usr/share/doc/packages/pgadmin4//usr/share/licenses//usr/share/licenses/pgadmin4/-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:28602/SUSE_SLE-15-SP3_Update/38033fcbbd6220bdea8c60fc8bc1df99-pgadmin4.SUSE_SLE-15-SP3_Updatecpioxz5x86_64-suse-linuxdirectoryASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=2d26956ce9d0ca8997d926b07baa5e67841220c5, for GNU/Linux 3.2.0, strippedAlgol 68 source, ASCII textR RRRRRRRRR R RRRRRRR R PPP\ڡTo鼀utf-81f80ccc7bacf20c3c78bba6c647a76ac938818d5f952073f04b3a8bfbfad8cc3? 7zXZ !t/] crt:bLL ҠUJwK0>-Ml1Uf@w@㛿o0mJ (l[f],86$ʹsFH_]<#6aQkYiANDnw7xGkfԹC_35c F#א+k;zxMx6-gލmkwXZhƪvO8 .ddG!%{{b DD`yQ0[D`f5yI@vD\n*H7)~WTrmB_YR$;lQ B3%:&mr, ҹ\JƆ lՃຂ["> ^e^@i26nZU[TiraY|甞ɯRQ:6f\Zzl7 #G}&*9pSޖ@=WbjQc\=U<5qV&t3 ŋ3$zé@\S(=R+Y ;XZ-j7@H/Gξ [vT%7n-X2oz~X#;L HL"DVrH1u@*Z4N<$0 XfVAPm9T~ovEڜutz /mYs~ ֐ *YT'jJ&ۚ|OAc>MF+cƝ`4RQѓ8gҁAǙM茫]/u o8vU^JMTN/v0duf\I瑃ݫ^AWQ] 9c9`Y?5F+)r]4r=Ey$+\q[V꥘fЋi(v O*ֿOQG Q}iT `a `c~%Ąlj9[(n0!3MAOrfJW4޾!9i6Ӭ s}P'>aF%t,%)n?<,F"cRal9M¥qO$h )h N!ʨ+,eRpX TP֓c $<ט=3%!*dM!o;:vvՒ3[5az;6ǒsjy1ϢH% #)Dn+pg܌ Ny!fG̦ə| 4LϠ?dSm KX"M;^2Ak^ dbrvH!/J3qC  {ٹ^E+kyڪ&jlS^uS9eم73ŝ$$0B2D1L97+it}ב8>6ގ{_b6 |hmiػYSrjR$cST(ô0ϓ%9bՍ 9A I*=e/]׳~aҴ+ 0_؄j~ӱߤ&$*峂5N܂li\5¹LxH.ƍF0iPF6xs|z_@&SFҹkt Eo6a]~p3+C솏F(Wc%@(!G$ T 빋{Da\%*H4TOy Y4>ꋄùA4}j=I7"PFްlU1\@%zNwd ,'=EI9ЋrЖo$+hb3Pz(zLqn$vc2xB>"< s2ṉӟY%T+ATV$Z'Ԣ`-!a'DW4,w߷S`[N`b~60R0vqD0 9VR 1|E;!Ljv, ^?C0dKgTj۴؏P\MsG= cɐ]IURRc<"}&Z;Z TW_ Li$v _EN)$7[FN|GI]>+*lFVDmXL u*'؍BMUc[ڝrC+roϛZNWݸO k'}+ UQE9%Ptm&Xw`i>yX:u8odfi6-h~b8Hwi8]9 'FN{~* W`( CFO&O0`:H!*Z%cÒNجL; N1Ff~sfQ.\C0,?x 1펶~O&GU*Cqf1ɴ$c> (D5Pr RR*2al8ttO3K.422@Sõ (:0SDTiB5ʃh뮢̿PDr^"A$;v#ɚN Glo&fk~%_)ӖTt[}Mn٬qQ ռ8!,alvmzt &4.36ru6 xȊQ׈ʄ >$`1~5!u!T KCHHB&g"b*I@a'_@SY)]T_غ0iDGc=Jڟx[s;Jbx7H()_򟿕r4lW/-H5 0НU3dgJXi J["#:cԌ4)N/zC?@qĖR*Me"};枏0òVڻE;5U\58v}%/ HQD (R=+gnw~N{@ft_zpY]vpO&>T/ rX w4:Jg1#ͫ<%Cvw( Jn0v`(id(ƤIcM6*nr$/nVǔ#F&+$˛9y<+xj*>E"Y֤-{MLc2lǡ=][v 7bp6깒<̕t-!K_ő9Lof^*}GʨJ΂ 2}&+䮯d4E< A&h1q@ `a#o/25jzEOmM/~<5 c+1[d"rdКs/rC 1Ukic.ΗZsue㏈d_6j9(")bEDK==(v3M<oP;0|OF0co#&JZҌOa ZS(ክ :s\WF{:l1MT%oebX=bAyqmG,+JGWU0WlZe֌z%W{9ȫ8TSЏ)`ۤS5ޏǮE(\Ղzy-L73& wV韛{5eY„&SaAWR9>|YW FkL{π1WOd&sM^iT eu$ƟW̕!ts?Qv4GtL)}P6i\s]oMВ;agӤW{u\rs0Zr@-*^N^ZJE-!ԌQ@5 \lǗT6eѪbI%]e6XΝ'%/֍4̇BRA0olKY/ ۹rrU~1t+&#%PuܛZ}}a^1sIaž}6ά/Q?.\r ҟ@Yϑs9>-em!_vofc\)@ɇR^ha3XyE&uZкS BiQPwQZ aJIa_3M瑖fdo/0A'& LXqE58F: 7@/g0IMX?8'\pPϋ*)jtN'R4a@j>%=NZld&" 9OwE/IIl!XrO5Zn;FF;cC_AM(y#yֶY3::rgX^s`Cm6x2~K7 x$wrXn,HVnEö{64'&oGt޲|R"emɏ:*⤑{GsK 56ڤX`ӱ>_ߠFZʏxr{Ʊ760tu}e*r`OZ9ũh(}#( )3U=x. Z!`KpCwg%晪-A߁2ɡjo5,=w93aQ?4ĪÖ1[)T/1x9P'{UKM -8=Gi/"ЮTU|)u-U ǡGp*pXuJwIB)j&r hU+R2)lG]5Mt ;x䵔3Vq--&ZMgE:~bgd&lwT(`7Цk b:^B,Ӕ nҡj/Ė؁7VvIܑH XE8e?b3E*5]ζ /Ym:1n,6瑑N8s[wC!@>aաYF9*>a1yuj4BԘqeVYcްt5m, 8K)/D= ʒJ6 }Rg0" fa{8QU, U١#JkWkQa bqz8ۑqߟk #o9E1 ܰNH~7y1K7QNӦtA-B?ذFgh  6r)KBd tO,$Hڈp.Rъ?T1ĻarӵUWs0Ck.jW`,cVy*!GWPX/U*BzsvwS8Q^uR"H;"g߫tUo҇X~DY.hwj]V/`,?Gnf}{[IP:M<~n? _>6 %ɰxL֦qVװ)zyEޛDIсN }tRp,#hFrirj=:0:/oMq7[h^a87S}V@NDzߋMex/e(ÚSV`Wփٶ*9Ācڀ.*~a/XB ы,$z9z}ywiڡiϾ,3|~",!FAhT =2Dٕ8N"Q)(s&"+gl"I =*Z͑(/˳Hɋ_Y%k_6u7$.YٛI8l7 p1vӴ.hj|Ҍ}~;yz#UB㴁z]8GIZ_>`rWhv :#OcQG+n% 6j{dG?R/" sҬ֤ǼoW1({,B prt{c"dmTYلOq.AF/JDk1s&'EE3]/V"TU %|Fzv< )pY;gہA#;g_'tGϓ' ݪ&`#X?(ptr8Cn\9@ R#ULaWz9\u~UqF  E+AkFlC_r,M=q`N"~cQB2A(:&kϻA1_޶YPmHHdFq#. v6-|=?=LU 6j&4 i@=GL ]=BЙM['Ti|X*(^yښMS+мF}Piҟ[FS20YR~!,zaUhU3{85FIT pD5qc,K$Y{wg6q:lNAoR 0̟[g%i@ ?{0i:b3 (gXē7v0Uk#dor}t&2#ϻi\`3 OhE&@@iX:_CkXBGzdqAt6L}IjcJp@pƲ|:R߳e1ظķh9LkzMbQ=fwr2l)G_S;F>ezw0虫"i"&$zxEK!sŵ4Ē4{b[`JVޣnϺ h7q NmPu-aN탫kQi)dckԭKIzyUdZDe+KZZQS]c:@6Dq maWD3c'NӅtp)(C2:ix}5u_0 'ޟMc2M1>*G!HFuNs1 uHp0N1 Z02k7) B90t+:bx}ЯZBP`I90"x*!op $ELgȎkg JPejzeh\BNx'o.wtA;3}eN<](k%ImIFJpLRǒYvixd잺ŮȧAfʙQ_:p5g$[罨+r(Rnd&)vUȣ&\ы`N۝bF:4SFЃ34w>BS(M/,h6 -RP8L!9>)~ӟSKGHݧUIdNJ Z!UIc.N^Z ZV2[x?l{I.8~+qF]c@$zL #^aeL[*96JoHM'䙧0{`ʊ{_Uuw8]-AtllI5eV_ηDG(2K?hdBŠ˙7X0 k¼̀`qļF۲_0' P%78$EygtPo$"8B?ٛ=Z[,ԩ"TÃ&z.Em-JY(iimb(Fu>цu0;œ K>hۡ p=7bM8{ȃrxCɒAZ#*1E{b%MfUKti6b 5g )șPSi?\mA",<=@PX5:v4>/t6Y FUg]L7*nhCmomLctOF 'JvC٥D*L]>crx*,)G[lNg`X$epS 2Dנ勂Y4Z!GpR3}l/ɭ{]ڰSK#P[:.Y۴ջl{,&bLVP]θB>\($p!&(0@x"a=nL3˅c\BE%یTjW̞*WU׶g'KE[&=Bp3q,7Y$ i&&ŔQy#]~ DgFǿ#7MI5MHYfNd Ӝ=+D2"f .Ns,IAM8]91gz_g7Jr#fOa}ȵH|(o4)W{z˜vj̗PRQ^=]^, I+~ jҩdAjE\g]=I,8I쿆Qy9{7t\N%.u.p԰[2b?_lu" kD^1nkp93p2vesہ ƯIR?`hO2 q HX6:x,I@jvUq*_r6W/h\ 7>wD6vLc-u<ggC2ML>+o)S &˗J |tֱQb.IN}rAQ:+*\)V dv` ;+UCL^hi&0 Chƣ=cI3hB?<:{+ m_1Y^.td?khJ7(_tQzY" 3=F*Ct֏ZS#~ ,GQ/ry ini@}!޽# =9Jj/t'*!]~2ݪpӺja/).3ZBkRș55YStkʺ=AWҮCpc`iz-CGXq{v!xKyjDIelva+ًseJխ{*\sK0y=uޡ`@s/qv~L67_A;{,VƋ^xrV}4T͂)նukޚszwejBs0s6`x-؜+ h,VZU4󵍪h%.^T]4.A4T_̖y6(./+ EݦgBG,>ߓbdVF Vic:2u76LO ŝ"Vnǁ8dXQ+HTi^~Fuj2_GohnCw`XOҖW(^>h:g`V ^K}6#/Y2"*L&߱+.D0RɪBԯÖInS?H{w>>W|rzSsi,kAd4\ !Ai?~ cFeH.AXuʞ" L"WDK%ak6+ÎjGRf.+LQng<$)oZ!/1' |[GQLnt1m8vg!3Qe=L}[gE0ofʷz<17)La$4r?.P~ H"ǿ Ӛé xÕ$霛@5_0{ d3jG%bi ʽ[=nRc"?s)(ڞcXk?5:+ər}c]+X9տxOd 7lR]D ΁an5ap4h@ڷ.Wc{~ sER|qn!kT,J)KômzBdVCO@0S^RKj)vO`[CDp("Sp !ejWBVP1마O!9p+_Kquܘe3o0lA5*TUo/Qv='JWRz^{)TI5;.0%WmM6f }:A-RV)zXY^8*u(o$diݠLOY%[M+ 5QX£(T\7 nĴ"N2yMKķY"<]+Q|G( cٞ$VqU8'}^*L,]{"RTʀE=d}P^]Og}*6{pdPEZs/U*#/4,e0 8-2:p;?nk)2CBYvM6aO8F36^|Xa%2zp5Lmy;a8FaWU'K zCzCE!@-.qa+/oo!Hn8/)fĦ`#5wRr\r:|L"=tp[<|.Hzj#]f>jl_z /}=LՕӿ-(yȼy,P٪#3QxH[9?uJA=ǎb(RRw\RtPJ!S$ d/{9_lmDPKE7 :b>MV2/ۭӮ5!*`OJ ;nrsCbg Hyhu+4nqpJP]p9 s]80<Lj9ݳyYT\dcy]ΰ 8~A2O`l4>bZ Ҟq Fv97c|Z?|ՕOWtX6%\ 3q qQ Ṡ0aur&q䊟JIф+ըۊ>㜓43tgNaE bgo}Myκ#|ZsϥC,p}o5E;Ž6c,a 8@{DmqNoWQU9*Lv.G35E}а TcH) ̥ ف! pJ0wv97햟p^KyN<}:Gxs˩+@ԚN$gO`vaZL]r^޲Y3JdH+l4ZyX&8X#qYb.Cv}H]tN%37V"g/U<+ib;<98m5j~ ^Ɛd5=q|W(Y-VF 8OMfwB{d :|jl8O3G%>nY37j`(yٺ⪖DSTe&̗H&ɫT$+ Y<|5iH g`Ceo0DUkGCK.;@V"14*Ӫս+>VDG%ṯSSwJJ΋kkYg采 r50 r^8wE%f oUV 2Vʍ[_}$@Ok< yُ Zr璺i|[8!v0rpG.LڳB uŞF5tjk58;cRqHMo_y*sk@ Lh3t|hĮEfI]umۚM3tU{*w*f"^AcَIVUƋ#d*ҙ)4 xt531Nm+b!8:m/QT0(lG>08l?iԍkRMk "U1noN6 Ya.;n:ʢWy}0V΋4NS]P|r*࡭h%]@牤(FrN 1:bZwY]m87yy6d)$*o@1c.-GɲAUUɬq`wg j\tVxS)bMOF2:tocX?{r=i!LDWߨ+T^`I4vA2R!%BQXG nx}|j&V" fGk"/:l%asRu aNAy =-A"\]@ڶmU@JL  _|2i1q)5w8өZVB{T}aFCS%64 Jc'z/N=`Nim8"iM#$\-fPݯZG<9500HGhc}q'T8PE"T O9P>0_e  'IxOwc;i*-8k! g4nyw;-{lmK$Q1yd:GLxo>܍u%gYk4Dl=ʉИ=Uzd]+& cL8(bdtiDA"S>p]#%wkEnUl" .I 9 [dŹW-HH @[ ˱|OAt$aEv+._ &,^L*A+Q% ~B# >iFK6Df(.+w'@Jv Ekt-|1|VL>Qmp5*{=}T  x60꺀VJ-wFJc%Z&6^ {Or``'­$:4{= qTb5f9_;VCK4'k?E|. pX_;j 2Azp&):֎1^MFeh0Z(̰B2L%%g]d]y[cB])b=6s$4&Z=?'#H7+[4 9[oogX=O۲. zU~J ,]ʜO.Igq1O-ue5-qǨ`I@P4U=OlJi#X޿C|]&K+),MҹG\;j@Tol,[ n˗2E $MT~qׅL;}hMɊP-k}|C6vŃKWpeCN/2Wm^f~&أ)$ڗ>PkdŸ1'q{ϰ1L%5yOci'-~| T䣿mpq&TNYU Ժyq#ckyuC%kL: /:ҲA{H*SM ˰8F^ 6 j CY#u)[cVL#z( ʙ}K'ŸO [7V JR/}H-vnp?i-͹XHN5{7aā~7nd~p5b{"~ _޹:rKtu{%J?6'7\Ir)5" 5!'_k3o{~`4u+%MQ}Qx FDļ\>v NCĎB@Pc8)$j 5-ZB@_vM?U`" qs<RtEoɨR3lnYEn{1\!-@Y4{[k7DLXX6V0D`vF(}A"yj#;0yWX e_~Uag]Iɒ&IJ|5sl؟ X2&ji=!` C` .tyv -̄܁5۳_BDۓ$I"vosZ(4Sf60h89 ;Un|i~[$ kS+QEkV ȨY$'.H+ՈZcYd0l.!";ٯ{7͔Eg(z=S{5yh~Z^Z|g7ST?U>̟#ʴ(/R2Ҏ_M_x)m0"@6z&5℥VHo7ePh{ZXN_[G2rTz\0x(+M%;GyA?sr-0BF+qyE'WDOgSϑ&\\ȸl8﯏"PX[pdSJ}r ]&ݔu} ٙ,]:n;/ĀTB`C8{,rY?0az@Ғb]y(GNZTӃon@pO(Oy¾KA*у[ǥ0 "h#jek5uuvV"n=tIَnAJ3MBA< Jmh 5CÕgԲCt"2T$|@UOOm@%)^c|У =$7q43lPq])7V4 mL-fIxTqx vǴ#fiR9T|؏S-@H0@ɭU3D eF퓫 r>8Ԭ.EcDA^>38] vn{dž-%G'|hP,~8wgQOH]M!w gPў#4%^X}YO]>FXD|YOǒ? өGqkv~HZzytzzpvxq1Zy؆vO` K%_q\n|N|*'Ie,> H۹@(HGǹ!$$!~")<z.|0ѣ!.ة[}+t;ݹWյP>AR6 QpDs3B+wZXlM 7)fq>Aџ<@z M02oe)QwEUP  my q?y 뢴L̽l%[Qǹ4 , 9/nJ:44ƙ )Fb(?TLTtq˖G=\k EC|!p>IqeN#Qglkg J@&/&_JBBIl܌4@ ]sK[Q @|-' 02=C{*ڗDrpH;qU:Uel6c]*#ڛCbLF`/&w D@PKy$2B9z%?zrM*F'֯0·QE<30uheJsBATx2.BVDk9}{1.H>%m}FL w9»%2 /5}%݀orvdtc !@ي{`BTЃ+]" CZmn?"Ӄ#Og!/FތeCQBG'q s1[ Kyj%Kw /Z)$bZ\z_*@vLy*)ͺ;šrKYɹK)s*xI/QrM}%W(~C"tr^ϩC5RR:xwu{qMyeC7ꆴ@`%3@b A5hcOȝiliUN8c.pڅ)L"8br;79 c?"fϫzD+(ycU$葫KXdW(9C)l` “wFK-o*] B?oCGǘIh0gD. e ~u}rJʈ5զmں^FPhvkzgۧ;sXaI雃&A#Q1tБT<@o/~| B_:(_u5mܥ(>xb{7܄#]*^c\ӹzê|&[3|nS0rN/f!1\b Y3Fk>̂<Ԝ2,~c>OKȢAߒem~5|vJ,>ZxFljG-U*A7Zed w'T-̄R_H|f5ݶ).`lի7r^ǯ1A]d={/7i*5.QP͌Q(jS5א &oDEj'{:K56u$q{m Vi"&* )9w ;|s} 2n,#')lfQUZk[av%,jG7+"~;60FpŕTgdjѶu i(s%FU Əo/V4WqbXکkVp$3ja+]AmeZSM=M,YcƇE ͵h SY6+H@ [l(\!izM;!rDvXLd[~m8 }n@+ ^aIg@biWu ܉C?v1kGjZOĠ04#Gbآ%7J>B"C q:ꀏ3bKA<Âc`ҷ{ b '0V $IF_0bW$YfjȑpurY&_]nË P*w͜OVYB^(g$ӸP];䊇]X'0IeirB4hOO&$%sj}݉,i *̿M&_zen݄4y"}3EWI`42LZz%H|KӠ!O?)!&ʑ.Lf9<`WRE涵RjH9] tk^-.Y0Oڴˤ-:Xr/4-*f(ǹ%a%s$~K90[H8:]B駪w_fdީȡ\P @e!y1%Nw^ʔg]"W{c)f8GFŦwch8ҿo-χ4\:;j*(̥0в1[HFszj*t"9GbgU!d;Ub9'kvR=Bl;w_6dojr&,ZL"u [p&l7ᇥ'`- q(Xܖ y_^y%E,o%Aé:rKdm,9C4n#1zeˈPЪ+\Oq_} (UMn V?tM*2@]}HeE7{R:u!0 [ ΐvܟg Kȹh6j~p9Tb/yDÞå< )N&i&戧ẐQYd 6!3K;c?$#O䛶.VD`RAT#5B #]_9e03€\ob^Wfi?=]Hn9\?S67 {.(c ٧&EKÎjz?>&GDhBd(I22F[ o~Fׄf؇C Eŝ~Zhr}n_L菈 <̈ )K^P.$utkqVBuaβ cV-Z"kl"k`ލ_Eh$CoDq4G3P^VO"77t$:P֒$PVKsy>bg3dM`h*.t);/E-gGy d \$5$Bx[[NA[u0[ A`Q_ۥAtj'+0P>~:oL _`xjsDK a*N% Laj&/'l\^$(fYpIҶEc`vr6va+nb:6õ9U~Olvkv3i(l׬Uسw Qg|曝Ȩ6EH 1hl^ι0EPPG,4p)2*sJN~ z U=1cw|88zCr}Q̫_zHk­l9k Ug4Fƈ_5 $}f778U *"g<q6u]˭h |ag{Xp r,@x5 (}vVH&*Cᶅf:$'B|ɉĕO^A|m;{ȭ(k3p7Z]z"GAd %& ! …,N!6Ŕ.k/*@ZmuZoF!B FiNʨ-^&3mV!pM}oYIM/ڲH/H}n3PuEʫ6T 6 4aK)w1Ah89; ϰh1,M n\3A2hLhYcGmϧqĹyB;ش4s7OEIt xi6zPO^ qd -!5;kQJhGK}5,s>S=4/:(-uqBYj#^۬{d:ѕORÌu胓ջ {NETiЖ›qecEQAS 䥩ێ}K<"N9O?OUm  ֡<_6%TPq J1#TEz@H2Adiu(.b#yB>}5:#;;zgH~\c kR;ָzu|rJ>y|zljɄ3* mbJ8Ph>hf  h^vkzR"a8:4.p¯ZJտ_eHiOJ(Sq V6׉z!zkcPɔ$ۓ9Sy1ɸbP`7'SO;4 y5wֹIljlYa2ΐ>pKas2s0*YJl. S;0E%iV23sفw%ѻ̠5sm 6=3VoЮJln yTgO䒾פ~#7+H>YPbb#cAtME>Q ە& jLF'CA9t4>U}*y# E]ghGSޤ_<Ǻ_l'i~Q&j aJԢVbE`14% '>劈RƆ.$,ɗ"A~I[*`N |ʁ YXҐ.IAkXz7Dw312Us9v(kD∸,&+81+3y0V &2N}[(r dBU++;zIUH9U2S4x'<|b`wS/FuY9>- ]H-5ya1D#0^"$~ѿ(4Il#h@~|z F1GJYr`Cxi ڡOy faH,:5 : YJ_h޶OD׷C6#1%/oO)W{+'#ƕ$y^BG_F/P oDHQ3q3J,Vc:EdI'2?gW whd)+vTG( v;Jl7;%^5n`-՘\fbd GWYIR3u't5g] Hpz086y F/psy9Fd}s5HhPgIHȁ|_T>|Nm2X}4Hfm &y)(2+p>Rf{RH5IE0qZ%AQ4@.)ԛ\qSdR1B-N&YkzLB_&5,Ymow&'lFt]]|5G4jϠhQl@jeTT^$STzvAl&.wx EZd (^L9|RKIc+q&;f|1bڝ |$o"`D_  ? E/yM3"mɻXYI'e,m`lz뼵CIO$q{ō%|-*4KjJs z٧oimkht/iGtaynIFIhg8y9'@^1dq̂Z{_8w2&A=AE F[SΔ״Me Ml ?ΤB,!`@`0X8JGYPǀs +6ݹMH}!& D.Ub L\M"U2udǮ[}C߀H\L}5`kzO8J#8*31tq|[FlN&K6M#& cϓ_OD8Ej_Asp>o]dՄ:΀P~RwK jS 0L@ ̀!h|h_r>tu r>~I"T)#hQ"(am3HD=HUpme>n$:NJOt&]wø(eJ-iN=%ouQ{*'ۑ7Lu_ZoMFcNjljnm}0 sJʜo UvECm-M%~n1xYs$sκ?v8P# N7 , c hwdulyfwOJ,2W&+4 <:/ ,fAOx/]KYSxnyӚR>̰ݡ=(S@V!/RiFj=paݸhc1/ SLevJaTo(]? _B Oͯ1j5*| 0։.A(ldhPavf ߲Z9D\ p @<6wAh[bWCdkA74Wxފg ri-\䇇pB˾a!yWUO1!ʎN͑Hxsw^ B94: $qu+."DC\#!2FXloJaTTȤN ?CB2>]2zx>̨',SҜ1֓$[4#vyÓ1?yYsM:52+PXY@@!.,`DHM&В="6M0]8t݆C I8u+Io8ML3ZTu"p"RHbEO_λets@Sbp g'_yV)jbxz~~^fD)H}@hn3~;^;Y/ၒ?$$>wlPra{2D.!)_Z/`K[i_Ayvx+40uXR"MS|ҁj0Si}PNmU׈g3 { sMKnb(4U i]o/ϻt}ITG3ko_xw+oya@i6c$㕑Yu pzVS6Jl&8N+dbEaq*~8`IihkWg'<9z\g^V]mG .ۭt Qo&bozo%'W}ZΑ~YveH´'xJ=\ݘpx"KU!33{ 9 ۃ?WK) )2XnHö]r~NvnJxs ~6Nkޠ0)jd/G|@ % 8^R H(4}^}CRL%ǿ }o syE,s7|5?bJԥ'_ުRHYꦄfzHkH>SY y>1Dd*G:h؜||-Ȱ"VZhbuzeVK<͵(;ί.i7UdbRѵڹ9NJĞ">(T9c~Qvs VǗV({_l7Q>ƓCbA '3ӂt.)fdu¤(wON0q$ǁdes  Kp<%_W>62ǍOsdwݐA &}k*Mp^GBeF&Z]jץ-PÑNJ!XUzb[3qY z>ϙ¦ŚyYr ߸V9jk`:vSv psE?/<5Ɠ3{P4AM/xֽ U+*ŝ\ /ö5LTJIg4|}Puu{-y@V [Y=?Nk󎡮na(-p'5\"<( -_tJpRj^,/0!IMG([hDKr)2.Kigpqs٤a}kX+SG%/>dn=TJIa^4D7҆k *\^"J,[:گ6x<{AeNnLpT 'dbpTnzvg (BCݲKڭ`a33^X~JYAX677*bXp 2\b+`e9ag]3[fÅ.NO{eW`g@u~Tc2= AfeA{yڌϕir8:XVK:OzTПDewg23-hb;~^Xd,qẗ́-4~f_W 7OgVyhX0N?߮cWUgu?=?OE75C~\|5 9WO^W.٭*j+dmn i7(]bWWl3,efav6_:^C"=KاZ[%N@SCGx:\Uv6'A[hI L6q6%ΟPЌmfT.Q4 < f[e?A$:S08m(WS!{L 9T^(A-\ ؕ_MN-s,#d!fA83lL.?TmDo c[Gϔ6⥢¡É?s HbZ}]hĽ}zb鲭@Y#Ri K^%Ҏl8eV,yqK A7z`m:5{sPF[}xTENn\F^5.;o,='Bj7'h]Ea,˼!53Y ]SUwS%2-=#1f_qq#5>E=ŷyA+3K]'Y,c. |gb_((7X# ?pn^%ݜ](HA@-M湝uM$uf {@ߋ*J:-8>;Hsm3b! /%UF'{bv:Ij|'wpJ=ȫ , \N?=>A髵'YOmYӅȷy17n q2 >5q/fYޙ+@PRF 97io80x&*E:ӕe`TH[oӡiSZEd#~ۙ;z;麍&wZHB_Rj9 =>spCەa]dfUƦZ1 {9<$<aGGvi)(WΒHci%npu4R)cCK*=yg` ?Gp,&/%&*\+: ?5P5:O/%w]*Ou$]^ݮTusYk0‹a@*goJc/ɏF,ýeGPK /vF1`k$/x!X{]r!sCA1FG@G䇈[dnՕ>R3"1J?gB_`pw`]4V?Hj`#c<(Z};n󘚤T*s3,3lX ¦fO _Ce'Ŗ|dƨ_1L` dD^[j_,ɿ7 ͎ϟDf0~hT0ɻ& 0SjBނ$?2EFVJY@+6@6I60^$h[kB~ pz)W\] EzxPLI-#'>ؒ-DDGgkWnI1@oUP9|09s4P~hd(@zX&{vr2 7ؼFT0;5A0(7vS'2OwT##qCKLF#!2Lb[0:sS^jxIUC3l8i*h\,>L;g/׍@FC$cʴyU]g5̧Y],qHoQTxN.XlZ|" *(/JL>K]0a9_ :"aMŴ[ܩBlJAF"x{ڗ5MW:L<𫩱y^$V3z28Ɯ-0>;Qw##Jou@8 Z\7,",%N{F*-Tv-c!<(ᛧsagbz]uO!O`'X\dD$^鐘SeQz,c%tRc٬_+0Xs{,甬wIp6%DRU7KOv@h'vezI-ŋP[2! v)EWO&bw9E=cg{Zw毾7#$\'pg+d~RPE T )H+]?C< `dL`I7fC6X#0|bQuUnx(r`#T+fPΉY:`#$40A`Q?(\B"ݸ'DR&͈"KJ`mb'P<5ljQ߀}`Y.aPy#`檎DgNt(mXC7=sGbMC(`shLGYS7Fm͌S>Fc ]J 7CeeUJâdt1<,uv|++Q.߱o V2EgYm~`2k(w4Q: Qo t,t,,d:L`8ecovJx.j%R2zS#4 48Q!;NgwQ5*7fșwԊ4_RZ2X]o^e6rt\;#H/~~Ƣe0ȦX0ǚWKڶ#HmE(q\h&^ ƹEt΀}e\h꫰(^0)aꀞ8,4 D:?i Z$A8m_ʔ~R;͙M3[3埞 tGŊ<}tn/ު38jþr6SkC IrJi;QO\zHsƤ@{7rN^#4o81+kl*tI_-Lz3|YhźUUbIJ25(TM1/Z^&ﶵ97c8@N:a]\[ mRĨV'˳.I.<~p#zRŞ_S5Jˮ̀{e}TT58 d4BG {p#嬳9C|v&tO(uk+ڢ>pjo[Ð^t -k,%,?qKrfUHSۀ;RT/M;1li"#I)pѧ< kͅ VE~ <Ͽ7`.ne{Ksd xE1{ 8JƔ'zOs&BI5656Ae%c >AcOyv߈}uL-+ค/z'ď>Gr {b+qSMkCG mN. s"ʗPirVtk̓F-MŸ&('y+oSHW F9XHpO,UfSHHa? A/)3U vQ "uJxWAh?$2㘀хP'+t!wrQŀz >h~DƧuG*f@松bySͪ9q[ԁamC V/F.{KQ"@A%=CԞ/& J#yZ>r$?wFA4dO׀%jpOwF 2 @9} SI$DE=]Az2YcGl:Me$}4v܈2'=olTÑP@xza][wsh3zV*Ѧ!Aµ] qc{Psj,7a[:q?ߪb^UNk4;X i|гkg;[ B+łSx8*Ik.No ±} h.Sb;8(K򊀊oL 'DV:PhWxK,UZ #~/+sp^= Py:.zvZBlOb„2!a|G.{8Qh 0F/[I)ig 4si-Xn<0pR|Uh-v=9̳#g iCή_.'*/ +H6N|Ҧ5 L{D:ՓVx QV(cr2}G1i2Ew)nj^kA,MU(#(ijqeS6 4׀frX)+ OpǜON|cC0imu_@ ӝ!NtuqCү@l)y#ai P:0}w~GgN$~A#89PZA~$?Y)!JZ÷ʣȎhfQs7``Fc7=D!iuaʎMhiZ(Peay?w$T.vbOn~yKgoe,o/y +08Jlc_~<OEP6I8[?S K~sE*MjJbø jzc؇fYN9>dȗt'}Ni_fi+(AcM~ep;vE\?AH&5k-5D o%=qUl^!+'|Tag8ρ0U/ t?rrCJc 93^_ 4W,Dt_c][R;[@L4=|"c)4-4"wu0 6F:Ȣ0"ט^x۸mP16HB6jiTziŗ|`%rz&mEđ-rxBpfҦͣ%J{P}}0©:)#1X,swL@q} Mtc⦭(,KHL,M3HIhv ,wW?̗X`/R7|E]4H YBȆB>UU ,'tp:6zrP2!\Tܶf>|ci ?ԲK_H1@ D,ТYyn~0+yYro]sS@Ü:iH&9[(p}qag@ |Rz$4sJT K\nDd- _/gNn>PI#Kj&u<  h iEY˜J^a |Ybsf6I{X=n~?f^_?VG֭ ABdvE;Qvv%3ؘVR^Å!whʝ܌~b4Q!  ,S%_-4q$~D |x}MEMSmGܥq3a ?ѓ=těn):V8 ScmzW دR>+֨f"%|5kU|An'ah]/IJR!YyEW@rl{+`uDj/Ur4ȋɮ/z]3T._ASLo &[4RHAک,ӺQePBȥ&-0%jnQ]掁KR}*lZthFz,ǵSTn5P MAilZ8C~76,;x(auă~|L):ϕYdۉW}ӫ-zG&>"qO[a3+q\t`էG>[# ZlP.ecl0ǙKT'CF'LL%s][X73E{f[%w>U2S0JS<.,R1 ̑e=*[t=[Ɩ57lT*Ef2)(M(2 .8mefB X9n.dȲli_6m]j`QUG5jnB;GbdTt`;a:y]Իጷ M3b:*J꽓=؁#f^\hćI sSnH%ʖ<'"vWuKcaS(>-1gDX2 Y}ކ ^eDzqD3}NH1Z]t{G_ٙ&v|% %+ʏ뻣O$1Ygz'խ|9Mìąؘ8[ҏHbb^#ڡi1/@]irxsQӥ#+B! qb[(cZOc4!"EkWw%:_*Vup\P߅}-pSH^uKi9Eyh-oݕۍ/1NV!4,=nc \/1p7kSs?P'}p·{`@<@Z$q`d?eEz<&xӋ֊Ws8w>eˈffF#ԇǦWzܛlMln3 YֶLjA--4 gQA]8H0Њ9cyUqs Kx^ڔnW:Ɯ8l%  ʊ69%呍?s!ɇ7'̟͟! Tg75Եֽ+MoZ SRȶ?7<.W\8lk$Ja-)^8:dN=-:_opƄ֕x><i9}7R"/)Oy eu%eaA„& w"\jEp1K? CrbK\8Tf;.(ھGQ^釃C0!WSb`C#V'|BdVCcqݪPo2=h\iL{&OOÁ,Ux_c8pуOVjWCzmRj +״fɀ} PM(PG}Ep̨mn4 Vsc ar؞gzE rzpkbRBmӔ($ >o4)O~^7Ms`[Xw0C#`xɜ=UTP;!-f@ۙYC{SB -B!y (53qu\GD1k0۪URHv>", l|nec7pRHssX3QFGRh)mm4_WXpϻY]IK,q s_":# -S;9&((TWD} #mmQK6q!T m^8el?`tt_\=*΀1tnb!j}^qYOCr&;FPs0qQd,W?ԭ)D wr tCYywI Ll95 # Ө:9qYD @ ,j.NK&Y`NAݣGv>)=Z}ܮ3dP߹Hss]M^ cGLw}gGn;%*v"dXABrݱQ+vH&L9`%+VMť?c rL '0PX0H(`iTAʚaג?>jz7W nurVsH%EڝhuXn[Y@*y(}( W♘<'րaώ;5ӦB3 LE7ƨ1FnR 6"-õϐxkI\}Zty"?#?hlן.SIQzOت HrM+8ܡhS"8)KcW9ߋye_RwQH}U_Tțp&=iBH2*DmT0BJ;[ъЙHE31>环sR'2\**>qMwiV dG'qVΏ5!ď^(hR&a\F/Q킡S{;~"L/uR}WH_-;;DBSU uT]#i$> _sŏj?a0v! Z|$|m/s<,^(ʛ`ybc8 rb~ Ġ*khLL3qNi"uZO:/~jUt4xKA^%ak1"ǁ+r{6: JH#֒wpH6dɒtQ+8mK|ZNXQ$PxͿDvvp./ٷW[Fg l+V>Z|{/lJAOcwKr ={A0%,0mDի58 37S?$T$h@ҔYt}e3ʭe ?kcYLw {\fe2N䴇 1?r !ӱDF* \N`:> ZK ϗr~|W Um\D~u1ZU/S %GTCb6pT8uSc0p ڗOJX(M?#ٖ8YH!Eit]'V=C,7@2zhUXACL $HWkpg ~z\ nX1NJLs+}2:(gfYU88)TlO 69}?F6_"#en :lOy,=grLeNbLyϠpʬˮ8SEj棰s fejQwH3`yŶ!n]XC{-[H c^aJ Nm"mPzܘ#WsX=8lEs`qĿ04b6ЌL§E3SMUfM4W&!=UNkF!ekaȣ?;ݩCvhheH`9InEb|9hɞ\ +Fu Ό[P nAZ/L8)k'|"7TۇYsrsb= w4d8D{z MօTkaEgA;D}2fG=bs*ޛ'MY͞|1"Xu܈:lvt,=iar1$ɯG׷)8E#peu^›g \[3W0o֮]r)=:F/UP-J&SMZ}xS eN,o>];i}P E}~8Uzly1o`6$3WKCZw0J$=c<>ruNvȑӝ<U}! EnK?"r'(O&r.c Ct v@o=G}kn>&pAb  lħ-g+TMGtٙ[UbG]5$Z멘ϷLȎ2볤|*ݺZb!d1WmG7d1xKQr Mt ]()o0 Ѭå+h?}ee"'0jD‘Up mzZԦ QXvDG芈B/da|#a4= BdI{'6>eZDV|FTl<c۠Ow&0`Y6[iFJϥ ,VGE`:y2凍9 ZlHɥ`TV)v ik5xF d8=j]kiZ6î]` 5iN_J4_>#* ˪q%!Y.yLo_˜f$N]`vBPHو煠 S:} 4u5oif=I@?e|q9DV[ooma(cB. D2\T 2ڣAX`ym,h>]\ֳAREtվee ̀ 7wGx{xJ@$)|*\oNŘonz3i-+ÿ@0sA_w 0{t5^zmwX58̸`/zRLry]]yϰ1>#ghsb+eȨ? wh(u'ا &YՄ 0R 7kھTẓ?3Hf~ an Xt!@$ϳݳK}}'K劮Na/&0a4?#&-gm>EE uߚ%ob:SE)زIF`%ܘ/lɽН!eGzΞȓK~}ϡv$rsMYh_ b8H8Nf^w~¥W-mq )vM +z` {NrZ:ޅ#>*<*>~~ U?DTL&>Of D_$m؛9H #*1Mb1fC5Mcj ;fGQl[?3! HPJ⢓ا PW|1YQiz#Z Cgy>w0PU7t,XYУoȣxY$GM'Al(.-xS%rB` j qo>⛤K`'m._\ABʒwThTN oBfO*N.7]Ќ2"j/r.d!2 ثz}\Ug<5r˨X>"o[t^-oEx8XQTK7ݨ[9NNJѯ;U)-\"gW1G;/Om.=.~i~ pxҐCrzLIZyI|; L߰ mtD?M).QS*s΢2} d:`2]":L52ZSqXc7B$"Jt>A_7/[z_quPVSGd{^I=Y%ݬC^@W< x~zqV׷6MaM֤ezcj~$ٗ0ՉW5/Om` Nq[Bā%fK;'HVE uv"{JrXaH![dEQ(1ٓqNh[eW`iN9xdOҴa5l ʈsȡuGi|DJG١qzlY$.CQ߼KIn{wQS{ϢÌ+0ejӦU`,;AR(5چLAlȱqm^?\;=na;WEH#G[b]~Q ݈x H[@ʫԨ^!sӴ oQ ~0pA<;LaJXADרGV)"K^w5=& 槑okaɲ4 .Ȇ[I%%Kb!]3}ݷ'aR <*I3SO=r_ag?=CM:C**r[0p#!u7RAo C%.awWc̫|5SH"d[u^9ΜpV=ue>B 9]:i7KGA |BO:6M GkmoPdJ8J 5YC(ɐCݰ,/U!fj '|W"Se'~-M5Wg脋?<$KQb"r$R.%mu%EG޲"fq$FrG!!&9DK7 Esl./椵z^te5iVcR@>XT%4#8mAAgC9xkr> x*KL @Vdsr"Lu?eXDPmRۥ㢗~BՏRF2HpX؅^&٘ࣟ<T:wnkPЉp"i4]i_yNQ*bXãN!M%Xښ!T(;oiT44'g#LPRj-0]u->&RV6IH2y?pigcb$>#*ipiy.$--b:G( 7=9 ,BPup-d/3rQs55%}>@DITG?fR]S\ɝj:.I} T A ͱ9 efan~(2Ӓټ͞_KDM>436˹ķk'=SY4kY:O~ ]" @CwR++.c6[ bJ5nh_XMv8LLwTeaƇ," i]qYV;^6' bYEqE QrkP~$S6cʙŽ}5v%Ƞ:Vs18ʸ7Hڼˤ&N].3q{S$u *39v'vyoJ 9?#uN*h|X>WSBItZghq~)f[w> f$tZ)X4~].zf0ȪԈ,"L`?vLoƾh`:/~q _ၱ_7ƟĻ}%{ZV W% t2i{&kXD K4YT/:r~ ξnGMէ?Ff9+zXs&7^]iDm Ӛfʮp%h(|%Q">vMu DPzmyF$r~E#f E\W,Xhf3m&$N-ɺc"q͸3韚׺[OJ>hIQQCxH?R&u (*с kCB<[eͧO;LhNReV^x^A㖠*wtЂB=')q%m\T.~#9wɭax4êXRhpay6@QSA2ٮ̰rA8DHtޓ.&%nI] x÷ jL܄@Q,/u(-i G_8r.< ˜ܕm1'?KZ|K٫_*ki,W~)IAzMo{>Fz0:HPo^b1[9 )lThͦ7?OnGD ML&t`9"yNd^/$b?ì5u lBNLB5c!.}bRj))kPYDVoC~9G|nY[Λ<'P z풹d ՘DLc8s?pmƖLN'|Ο"y?'&+ GYץ e3w:aN 4it~QzWSsɼ9cҮ*B x䐎[5焕2N$یpF`?r sg03T=>hKobb\0:n5+X"T_ֳ&F&ʴzXt7"4Qw lz8F[v/V@ӚDw5>o-.[W֊HeUNF '+Kz-WYC*1> ^UoY]5,o"̆ʡiI~tѕ1'3LGB g'QA:zkij`Y04E}{~I3gI:bDp\NFKp b=L"F[4zUW![b}uC;W@{)}3wW.\Y5*ͻПcʥ}O&2%~D{ϋ[D?+z3NN"f$ׂ>sE[q ^( "6 Huٹl)Z. Ȉ>NX߉o?G?9r\lw2f9>39o~y b)q&PO j;ֵO:'T> \: e d~P%ZsLu4  +~5S|X>8B{YcxH.b^?͘M4Ez!^PlJoj2]~Iڏmb=W-iK-38351Df$S?@#& >2 ^ȈVxi4:z[ y-nXzLnIx |2=TdV!{1%4j [N$6Azw_wvΒ2m*gX%,\uy$yj!)h!&_3_ifQ Zn|QxPw e v4Cib\} U(R!'L͢ʕ;dej p+7%|ui\G&7XKLI7b8Lю}4rDJM'H7 )߷l-xKv1'6HE6)JS?|cn: $ͦ@T#̳_R1樐JXqő/DIt0AQW==z6$*nJr6p9ޏCܖt֮llµ5ﭨe|حf|'04\:\f V^t"l y=AeJCS=k 8v9HcIB2ѩ.dPm%ȗ,3eAYp ?b>iTA[6F@q flGټĢF;*kj<#JT /-0DM >$f8s.2YLR˚vQ~8LV+U-h8-!KB@LfXŕzKFܞy<>f+FR<nGEW^`z {а(40G(!m7֥UncZ:Vv14S25 cpj_٨>0ŁvfM+i$TBU_Y6p"Q:Ei+v_7[Gp(($m/ S~`Ora z`?5f:,'SjB$`l^7 LjyWM"2YТ$r)|&- ;B;(#M԰@1 ͸և?e>a^xxCYKWZ%BE0= H_g1/0 RIoCћC~Z[[-N,Fo>ܛM_yy"2ʝߋ ur'8y%ł,=$odȽڂ5;9|@iT,( J6%xEdǀDe*DD&f`ρS@lj^ Vt5:& ^^W`aqٷKca:nf- ~Uv1a(|ח+K 9Sёs 0 V.2lMN{E jϫ-y0J=tEcv2T@.-s إ2zP,Kj5-.q N<| `Xo3j2Wt^c%|]5zjOA =#%Sh o㨷Dek;@J~_Ze)؝IjH6Jl#Cob}(a:]{d6~ U*jteh^qT)u(^Mݽ>.^x$]3dR]0 :̍)eߦ>o$cQXaeG\S/7f;}HH>)Tfۥ<_EǸ 3 vB`e@ؐjt0]w֋K8}ܔzy <,va$T^,-&ј 5Uݸ=Y9'Ԗԫ1l{n 3R o+jDD`LZ*\ θc?S|즒;ܰ2L~^3+^j,K'C%X3ϞZڝh_4(r#8 > 5v A;+iȎhC۱3G>k@2 YUWQ[j@KP9Lo!uX~, քi!sHѪMJ*s4j |?KD? oi.B3_dvC2; ƻuZ^}vQQ 55"dݜ,' z/hhv[}‚ݣ ?8L s}[DjbGhU Vgu==/{l|CTP#> ^]mz J=+Li.qN`7,zV@fr7_"FJhhg2["](vd"*0^ywϸA5OdK1(lT4 ZƩOS4X|;j?0|Ԛ< r>ԍ>0/[ލx}a{g'n&N]EF@[_SHK ̓vaEtː>Z ߐuX?fc[4vR akr禽fx!~aŽč~U7KIY6D^#3k аPɈ?: z3R!u^4 d&{。 ȺSu!Фf$tCdO<շҡD(;~ N*4e&9B FmJJTD%ADҪ { ͑QU0 t.^(& 3fzZiGwe=ҳu8b@m>bm8id{xlbz)iP,7.O|H3C#6„(ҀO(SiTjT04/,VL1hTi-B1o4T)ƀ xs/t›g3%;a7Om!/-gky}_;.K1o.-SY> S7<\6P0ĿG#[r9k-؀Fq9qJĪ%D;FT#;AcP 7hDH#9p+)YTHpٓ;7|YQ-o;'&;`cI6wt\ظD"n z_vD\gI[yIT(Њyw#c鼵L$cjSgǴ';v]zRό`* \JKU1Mؠl:!6Sǽ}J#+ח\|:D&=ЧRlڸSNlg%;uK7e7v 9Kt2Ec.^hz]N߄tZ%=*X &4$3e\v |e}w: 1R4G .nNeK'26S*%@~d_ mQd]F0(IJmMڻчx7.Ծs)+ Wr$[%8Al֦* Wg:z.,Prדd}-ڮ P!Cjk xa= ua#? F~EQ7r[onx[F@V.Ĉ5749 d/U(I 1L7)4Ĥ<ŒC"zD/Ϊi ~ؘy y4 B$7/µ-֎RF3:ЉȪErc{$:vUҚYimAHPj*uAw=% %b-3֪PV涀[ OFQ[0+EJW_<Viʄq6$66`ZQ؄K1Po l\j2P*%Qz#0B.M\~.݆w3RmJ4vp=FZ5hEd3]ZK`lpr-Ф<'Oq}-'8?XC4}8I| g<4t3G O\m+\e>*k _Fnɫ8Lz1('L;EڍyEN_9f dQKN]XOXBje7Dܿ-yj&aT4>Dm"tX(BiKD͓Uj}nn&}k7JgL*䕆Ջ㸟OENX)O3‡+' \ |b F4RHo ݊jxۍJ=QCd `jVxL\F#&`|/$'@01Vo@'&ieEc7sEc{DHAН.ˠC3a1ҡ}xځ?}q*vDA~7y\\\ *IPu&W7cLΞlWglTw4R]Zå'Ũ8a !G ̠R񡶢Y0Y$+r qVsMjNWԽ6PN .zo.)O$l'Sm'_f>(-NY^2[DvH3bvOSCP\lGr4_{r8 G9'T{nK9-k2ɨEs`({Pzr#G<#np^W^+O3`0N̖YѴH1޿7`F6$e@FyI9*pVV޳rt RUG+thԗjW51UӅsqz0 Xi3mNi©fޝ8w(1BbIJ3A$Lhx^%;΃`Ll7-X ecu\'3 6QrJDW-G T˔,od֣GqmPC֫)yBaŭ#2'hrؿxщbV[4\XK$} S7qwNV9s[.:7N?/n;kڡw"'?섽\ |۴ؒ0eL#X>$as0SkJNyJ^$}T%Zj\GSSh̻F6VcD M;]Hdv+*ZHcR1)<nL0JCu^m@ziESǎ5 %~oi[m@kH#{#,<\xh"ͤ(p=.@ilkF$PӿeA;hL>`}a^{Z:z%g r<tSEMLADC%7Q}A{C<8pjGZ8n7")ل'p}qQq~ \% lo" 3M.XuZ5֜; ]l -V yj-NwU 0n\;ӁBل&c>իzc[F8MI2״&i2TlG+Y?uxa:Ψ1ڃ {{2xt@'i2!!5V,s@f ,n0dA5uy쪼Kl,U<.9&nS=9$Y^a ^G oeb\@`}1XM߹N>83,UǕeb.N-u#\Kd;}gԪiLfvRSʶS.ϭ< jVsE$:26NO NFqRфuNr^F^B@(mR * :k/X&Gv.m2^'65#~ Udlu܊8 #$챋 ˺¦yoVX0I $}%Dz76Z=Yo>$L&5#vfIJ[75K]ݪ - Qҽ5y"u Mo#mnF_X` VAllo N2Ч ىGYZ:Ud<-elȬ2ݝ!0Uͻv `N:,g\Bf Fk^J X Yugۍw$EJaQUsi|.38[4h:w,sVgDhXuSWcUp @.¤Yvim;8 Q|NHy-UPP[HcF&*Z,d]ev+u+zA!|66%Sovs>1s z=_]v@ںLs0 f${HT/8t:}m;c p_݀7Ae78ݦNw(G؊7RDWW0e7aVXgRJ*}`V|dF:HhL1r.Uq7P՗6vb_#X ;"L mG#YFMEeVoq&5^mjSg  % %14fąw*sg0#6p%rp$eh 5bY_gQJgsz%,K?K0H-n? $dmEz|$zفRT (>A ơV~szl2+xR.NY8#޶N?EU=\w`}ly[ҮXjG#w\([Nu-N<ȹp ]wV_2oUkUs?RZ~aŽ+qֶij5MDê8.=4_pEi0]lxB,/p"~citS fLmrLiq@D6rT(l GaG%yJǗzܧO,g: hyդXN%2`9TY R9'GOPUFߖ<#{li[e}ѩ$W8CF`iWjgJp;U ۇ@T!5lanBW: Ҁq*1P-6 ]3$e+txk7+~zYRQP5-{쏶[Su~`4m}@]̝M]幦gF;znsuMCȈ/(ScC<%Gr9햿AxSp SkN$Da#T^v S9e~]&X2OI((gC%vB7bZ(2M '{ovIC%q@tCg7}:<6bDU?d2z+ĭCPQT8F־e3>_bP+iw,][!cG#8s8aִy&hs쵁 Ũ/>~QB^4&6 d?")9f bc Wh?ZpBo| 6L?"/i4.hYt=SF44kݠ~tה'Z;&x״۠H/G\{r~P UceXgENn Fg ;e@rp]|a}frhrETm޶un,3 '%7V0M Cn^{XU~ .N蜙 BEګT^3[vgZ+ y^bSߖ4T >}:`{uRIG%@9KdYz!DlůGGvi6l[q*ڥ6GIhyԋS4#`'Ԟ' :I}$ۍ4ߗ 5,/g&pʕ7,bOxCt[:-+APUJ#(ϡuN3T%D3 滉n* 4eԢq84a%=ÚTKUKm=4UNZ=,-XKTf?b^lUZbS8Cr3iDqM+Mi&u&/߰F-c}|,TTq#/BfLL>C|~ŪtW` (,@$+<y.޺a`b . KZ 4K~Ѱh͗jk"tݚ5j^ŏ/ܵpCﯸ*ZAj1?^D',V3^sj<8}+0G>-[T$#l=^F-bb =20sg< mT$}cLG4H^de @)욽ΞyKvciKՃ2 GTT JqY&%7[yW_G8@ycҳ{{{TuD҃+ɏ*hkAƍ=Ȃ!Cs׷àI2h[#<@=_|M>j?tJ/芁K@lJ:1DGB?F mATJx$8w!:zduFPUՇ,ۂ°Y]8 aXj/> Ĕڌqp32D+B#p*w+Ƥ)3$]YU(kʓRsb]@`TD 'XS̤& T8=|FjcQF>*{ !$)ea4Hhx<-G ۩*<~׌7R95ܻ qr0YLdu[mN3K$WrЅ:mv~ ӦTli]lɽ+/lJ~فڝps[-Pd-4ȅ`J§~rDl%Q k.14$kl^\nħsM7ѵ/J@4QQ}`1EL'mr4Z6qJscv:AEK)ӪEJ1?q5)%q0C>RUKũ-Yl*Xs "lK%]8 !d+ B,C>D)\Ui([1O:sw'EqRX5d߉YѸA NMZ4OVH1H9}żTG=/@0`Fگު]z7\82ȸdmoʻMґYBHLE[  fְ~'I=֝~;7 `D637 t;aUΟnn7[x9Y@B@, "gvMwGi͠ŻaJ]Tq(.@_lOSNT<<MLxF$. %ܬ2Tt`|=y_. K%-T+;J/y>qT vՍ?3+˥GBS2y[\co="+_H,R|J!:ȨN e~ lQO *(J1Y,[XթHEs2:(dt:%%s124ōQ CW& _/t n,)>iqwy(&٦j:Vje3 d:W.^ETQ耿AѱƣLF:sd>Ѹ$0aہ+I^6͉25|H=3G~N ՂLf1L 45$&P.Ci.Y|&piv%3qw0obaK&+ڝz C`+왙꯲?6Qq@TYi{Ȍ C0ң-8trr\6.|U_Q -Si?I%2SCp4$6i?C{}UuRXǣ ~T7qJС?rf*hƑ ~r%3h2gwߘYod; @qsoezF؄e;b|h^F2PJ{ku0%al'DxG H3@]@^'/?8SJD ,E%i=%ӴX;YJA3,t{b'\;|Ϫ#J32DF;N AMV`|eƦNqwC`YhT,lxJ%U ܚV&dO2rLA z+HTi$7*C)uCe3nIGim³`ک4S[w%I]$y'}6 nz=*6ߝL?d9 &rfH{]H;/{3]嚴[6 v6^f8d [2Od% t:ŋS;\.(Rjy}?N&cĽJ46ƒغݚ%)kܦ6MD uc򷖽?>t'_x[h$ۚNGߠ/,(1_Ԥ6Ei-噫njXeNi@)6ecr}fB1'y lagD,aB@٦iZFMEz54ڶ{u 9=f]*0whb&YJKZ;KPGަd\Pn /̡&9.(0p-@P~HܢN MәKp4Q9ldo7`W5$#AԘto'rPf vr‚~ep[e>{%g٫8qLn!u8>2 eX0(&C0׌hHn'2-Ð9NdqD# dcM/X;S_v׶d,M57PZfr1L6>NW}n)|eǂu3O#.p|pL7\i [݊"!0$-{'&] u^'ԌB4] pƴS#P˙_J F4HK%SS]ڷi7цf4gZwXpp+դq_^p$IP ~^=^__ӵ˩mHkVS|0iclSVl<8l2P0#6m] 6<Q Ηp zoU3(2XQNq47 Le8KAhz)8x?T6=W-zTo*9w\>Zkr6O`NO;Jh/ e "& (rtIJN&ndLC*`W=]I!̑3?{hrWue.=\WQeY )%jpÂ4'Ɲ/e"oFS `_,iaKKږ1M63|u ;'!;]NE'k-hw\Э}xv5ƇA|s [02͔}Wg&w8vI/mn<=!KɨS̺P8g3:$GocrZ;:Fu8,QU(b39^tw@}Oe׫J+Ty*$\nC&Sy-th0SEc̪KƜJM(ycVĔMF}? E*0yip]2FPBppunf4f)@vO%NrE2t;ǀ[ڼA:j6'aR$KAg0J聀ߘiQ"mԜ]cb Y@c K'b %R5X1j$ǭ CX,rC\jRS iZ+hΉ΅Xu0T{ӡHx~ VnU8! (LJג]/lsybs6ra֞ƐC*nI.kKIq6@G&b˿m3wZ@ٵks}ul87s1N!k0Pq#_ Kv3.J/AS3ʗ>&~O⼰N>~0\J>Y'?BTo htMBo|$@Pɻ'A2L4atsy7f/}7掴W-4 1hecWAp^BL#902)-x/]+]@v8q9wI5ٌ+hyU[9;9ʻA A4EpU7v|#G_=kT4%m0 s+m.0?IKW7aB+BϧįK6DdE}T%X.JxD@:7GoA/i-OYݎ&xghBc`UBAPd='pae5y_ѝr\z;eі.ZҕiAFq X 8J{g3w@+b_q)Ijf"ۍ˯ZN]Uܜd%^m=aϜ#_Lf6>A?G~'N[?Ml (:VXʔ:rTّLɮ* F>PI =t} khH$SnʋDZ\NTR;գ.~HNy2-$Xc6@mth !LjCR>Rk d#xmH ik9ڬC:IЄ*{ƴJA Ȁ2- w܁)Wڡ1Sj6}1U %fi;5BA ~?}n7OlˊiZZ+>dR*OJlfs˘$g:IEmfῐv6BjsO5WFil_U̿ nmy&v.xbUV3fotǚatIx@m*gĵ){ A!±.# PQyk8;3I]As ݀zTR[sb$P3(@u LJ6&u@x /q}xzDrU׶dȱ`)uڤcHW̩K  F]aqZS׿<%Bq<ɾ;C )7BzPab5duCWVL/u6L?Ȓ+p$B<xQrYhD*l^TV[z\:yyEEU;5.&/ ]355S=&, F8޶ c1ђxFA2)%A**wM2_{qw3DAͫ'btPՃMY"I[iW&v110T5FwpqIo [sX.} KHݜ/"%l"*q*yBNCfkŬUuC ŽJ*r{2z!06 *G!Wrv7Zu)}iKߞ[4[;sH`fdԉ#|Z,=d.Ť.ggv:Z:BїqJDKrs2%j< lN/׼ϴV$ʵwxu$SpMpo :%QZk9PPa81E ̩¹DzXBg r =; cxx#X7ӾR:ҋ44DgXYպ P~s>kL$Q"GY9הMɲ' *|]9rg0a4LQ5H|EcݛoU&ʽA-ϖ8FP ٺg}wGZi9C\'{.@ kx1֌ B1b gæJ, h܃Y%]~]|Y]^ӪomRZ =AJ|H|\гT|9*6 7ӓfE=؎3? J@d1DQݓk ׇt#N o+l₣?{5:5Ԇ'(G Ee1ԯ;)O¶8fP x :$Na!f;!7>(09'VLѬHrRcDP¥ƅg`S R^lRf҈[ȡC"tA߀/|NsbftY&prp _m&^]5 e/i-\NSDKz3oq}VBCR\B얢f[v =p(7'V/dsICyэ>nVKѨϟHЬgZ{*'EԣlU_%騷zTYf`=f(:(T߾J W"'2.&+ZN6Pw!EءĀOr/J~7la3)s9y9O>DóGظƾ~xp7@+[ *bzR:Ue\R~՚u{Og]Qd]c= ktۮd}H cZ似hBCŜVt*R>*"U[wM>|J0BL7 PP! #\.]J=DsTrH,, ,{[@G gd fE0r8 5:)NĤˎ!-)a>n|˙j)aEppR Q:cD:>{tѹN`bB`Y1Z:35}k["uafzk%y ?@mx}*쥫G .,z"J:2*?g佗 0S1֦@f\H@: Z}CtP0s8;4J& 'v(k~W˔i𲧿h=[Fyۣ>~b^pIO qʚ%춟p\D1+vKzk,rΎTlze|_E;^Q 5Ѱs#ߚ{+Cy6)Zp;#pn1ȣ޹v]>!EPؤjW?͉6Bi}(jkpӫŦ( U'y _6o;[l; rЗ}t/wSRpArjUNE" l Ke1x$^ߗⳔÿ5]AecdƊdBSSς~NmsсSTJ)j8z½m풿nɰ@f+>^vyF(|ΰ b *oqN@-GP^pd0^r`;۬zR&qwh!xW5aLj ֆ"w _?_%c+ Ch1Z6iM6SK"7XF>baݨ<~9?!8rzKѸ<&Y'aq;<[C8 +X +E&_Hu"Qc dgV5JӚ:Fh!;eQyEĹ4 [ԁ;=~iOTG莆QXZ;d1[Be_x^z\bwwR"40OOg|4|ܵk)P#,cY ^!}^$''A[IJ:p`!T* D&hr` 1RAc+0cb+64^mR}M_6!lkAwbW՞E^OzWiz,6%,2אROm[Qg9}s*A FLɗ +݂ʉJǂ< CsӰK!H [4Lx',l~ 0e:cX/^*0_y8Yi]L@|¨Q.f2NRil6GUIތk=x\y-V_k;A\lmF#|6CFeA_NTwċ;&`(ƲqĴBk"'۬`ݩ3  H|AJSA*MقBX 3yn PgA=P3b?0nvϭ 6w xVc ӈQwX:)<}~VGwqqTs?)[mDȫ`Bb&veY7`YȌiRԳYGk֭2*yUm?ϩs>čt.SI 624e2aqH] j| %n1pՂ(Iu I[j/Alw~(< O//}--Z7Zf2Dz!ȫ=[q jZ v_- ^w!{Kwt5O!EDG=Fձ&kJ;"&O<(oQlq&ih"m d%^=`.11SPXZPjs"oa(:,U#*r ߌo6(M\K/?\HL(U [xh4J<4BXal`."6E觌Xt h=U#R| @oBx ݗN>vm+a@COm8 J ?//_14%3k>m20W7? 26^m$$u'lO1-*x .,Hn8Xc]w6uN߾MlW\;Y?N voO#wOvհ~]?ien2@ZL$ڻ|Tm>js6CS O/1KĊU/ę[zvҤGSpp0qS7Co_XfcVNSH!tMtk1ٛ:ӗk$vH63cHa ܶ},q%nG@Y\-0LF IB WNB2 b1<0t\2W=Q8qR/ wN*6Xh4~ EMC=qQN1>#]t>u713aCaX4̙vhGLUr)6o~~ܵ(sk5UM1ĨVW\#.`[  $hEuwbx!juIEz`hGfbP(k>j=5ЖՊ_dݗswG=쇸{.(]3>im 49%n %#8JzYO\ $^^n`5/֦tcvv$N"QϝO^ЧfG+l<啿^d=R~rQœl6:P{D{9l 7'&)kސ-L'I +y.E|\SN(EL`eJ[M8Cdpx'g,Ρl5EP$nGLDK[Bޖy5w$6bS{e9,@Av)am$'/J9mdWɕIN&/BG`,;/z .}nwc&.X.jVew\x$5?ftk Lsf^qTp$ѳa+KY;3z0V`>wrbݢhbk>P(gs6Lz2Y\Q<6vlb|*-ox=u#0}[cF[(\58>3]4L;OשqUve_ϥ 46"|P|;ʃ,1QyEX֌ }y%ͬ~=v>n\ygƏt19flo$2f*ZTK{g^Q&X#6?lmXDb3 HDTrygqM;H _9\8="qt]Ȃ1 |jkyL|}"g#XFC GQ 8F^K *BrD]ţ}5 ^of9|:B:`yO9|9?'CJch Dx;c{EaƘw@/DE۳ϝZF*ƺ$&ťEWs.?&ȇ|}TOArzC+?y&dwt>8=ey{`غש ~ >US}:OėI6F%%0bT?:S|Z2'6K2!⏏niTQoh,<< ŜԜan=%DR` @G'/>gD!t6ZȊb40ASהx1S>/Hw …al|߇,n1RySiBӐjDj Кi Sa{Zr[Bza2!|Y 4OZ?`S\`\R`9ޓh]Vy:l~-|'Rnm $ZTB'd? "^"ɂjXKX+u& )kTȿ@ 3XA刳K)`ZjXhI_ u\uwy_iB?'qbYs4K[ҕS X!tw(c< :*itkqFULÏc㿎.Nn/GE3ǟWJOR\jMYn#4z0EFܛǍ0eGMKR)6y$'}#RWqm/v> &9||4iȽ[5oBŭ^eKΫ% :d XCp1jΞ"dx;t#[*L%ˠCO4rQy[4\Íj+}q"΃ć$A9WZPoCA<bRPn.X&ҸI$3U`j+1 .O!Ȗ ɼFeMsO?Q>(TtxOrB#(,bC9&)0K Ad{N LױPFd% ڳ#q"=7p n2 Š2{Sx*_q-NA<Ѷge[d 0WO$ 4}.C.!p{6c0 XOԅxHyYXT뷑5A+B@ݝ5b] j95Ѱ)^ U9: 4cZ.$6rsp\**s%Ks2.R-[fսb?^2"N0Y@HcO>F :gfYKђ$5rF&0qB?[b.M 9KÀFe%sL (w«lrx@5qgkqa)f+uQǜC9\Yfก4T9*Ζ11> _رDSӳg8: r!Tli U=3Uf L:xٕ:<-Ͱ>ZZeԞIisLT$7f '{)e&2~6W ?d Q(wZ{QDn8 TR\cLfe ƃz?˽rԒmvކEI't5K:U_%Xg$y?\*ʁ~8B@(aiF8j5RoqʆR^g_ ꛪ5Lp椶yrNذ;Z(G0 _?y5͎TyFn9nۚ"M>P7uhRч/#a 7]2Ք)RH(Oƶ"Οc%$]yBuD]4dopms]߇&c[ɑOv*[RJGmt'ÚIЅF)tA#l25Ys"LgzD2]ap19vι)$fU Yțjߑ4tDb*F+qPwj_ݎT H87Dn@o[, C m0fe @9` yLug&Gwpe˓, sA1)If#+ߌѤ N"2%'TC}4IbU --N= [ f6V/B˂^/ |5|S!=EH#,mr*Ԯ5}XoH9m+2\&(>H4 Z_wG s8~soeʀ]ݦ-ATa{=4r,/?z]jh)=Ko,_Un&qr_Sx(⨖ud J E^_Bqa%7 5nji=-d95]j9?hܷ}üFbS#~nf~ܴ̜CIeIVkI)=֒xJ.lRABo͡fDƂY,2:>,n^Yy vQ\3cb(h \xxeGGZGG:K_ezsWeɘ{Ĩ&JSgP%k5k=Q[ף7م"Fχ3 -|-:XPUa;> vtvg#(CACz1ИV #mFQAE=w#+bKXqO12{(7BF8r94{DpcZ_2Oo*p0_^MGY/~ozS|*'1(\YS{;LD¦kGHѳ bjR"&mìʹ#&Xؔ74_^XވEb,17(D;e R [fd]|B'Q)Hd [y$r6N90_w-87!70I- F=kx{iJZ \LN kv\IE*-s4dBW7tUY&.&6XgZ w}X,4*盜vnOuh?Y1P_=rpQă; '쩺&&)[_ .L4<2bԖ7PYnqpLL`E9PӉ0Mє7d'ۀU蹞\3+7Yyx YxuJҪoz?ZvEq;sC*ꨢ( ?yכgI+Pҍb j@}pA+KLMf^ >ZNŠWDA/"b?.Ѷ,. __ IqJejW&B#ٳ"x5LI3sy;/ Invmz.[Ä՝%u Y*Z\}40>R5.6[,8_-Bw!_ ufMv$;h]+b6W3!q'~J3Z&_(H#~WVL$rD":tmɅl '^Gӂr^jA`έ 3VgSF]@'{JD9nZa2žb\Q"lf]xjd)s^Rn s{00F\ ;CAV(,`% PJEؕe%nݐ%Nv%+{YFs܄*3؋@^ϭ P |ҟN~P9o3tBN ,&9HcON [ÿgOy0MCS-u|")d =pH,dns8\jZ(5~y})d[W2S~-RQ{N{6Jl7r־uv|CDi2>D ryWylȂ+t);:X-<$zWʈ֚rHIϧo-q1}5ڔ@z%f3rT&Uo)^>%JDMiUr \iQƢ?_bŖ|%[!y S5͐[kE_>$. 2Рe<(fhPٞB@D|йkPBªYF|ۧҸ*{DBlIl7X?8EQ$U?e$NjfL '+fuJKe# '*8m`ndžtx5+[̔gjC0Jw/oG *2n _.3 S:݂?sDEmK\~8 rS)MrVU+f\c1$ek40OR+JL}2b8 z1}{"z++FC-lRg? 8ΏP QMg9Òr}^g0Z(P`B_;e?X>*Ɇ}wڸur|z^0y@D@B¨!!)YN^cEGs;~A@9Xj v `'4‹R5 YuZV/S+BÞJ STcZ_;f00HS]]x_}w V}םpt{].T`i@yҳJІ!k]5U',seNɖsqcjx F.v6}lCNl`a3tхCPO%Cz.zM+ƈ#}6=gBɉuPV}$7U=M>+qixf§1ZC5IU-sxh0ۇwXT> XG.Gp|#Sq,l┱J{OF\_݁HdȤ;ޕ|;ӌ A|Xgw4Ow >  'ƪBz _+Ws%A5ǽr˺?%7t}IW}W,F8z zkߋ= zٜ /rѤ"(M1".̿W+~lA65˒tgqi(Fۊ{k2ъ؞^gl`0I?AXC`,m?u!ګ W3j)SQ^@iQq༘Z! Z?LH3b&XxD D!X[]]y"sduWT{k:Nɻ]cRN=&"탎%Riѕ( ?F?Eʝ&Gcb&b@EdgV`іo'3p{:?8Ei͵E+%e|~tn*hGJZ2}WN5>, Ee۱s0aK2!z9Ӯh%hkP(F^Y>* 5pY \k  b(Pm= ݪ+kpVL8|R**Sh -tO|4.\~%h+W-EL&z6PK ҆uʌMO'M?M,d;W612yG¨zSY\۠AeA|6 )p0Zd?G(ؽ*xF)4JbTr/}tјϥ;j|)@ueL!Hl/ z6<`FC=>W*Be`Џ>Jrrah^`%x/Z)!K-e7Еol*4VdLY[k _S/ZW*g߮/Uj9a.o )ήGKң 'h@el\?EjbmyVx|J0YS / `%<7!zh[W4P-z{%sٞj{j%tr_G'&4l* }댜>9FHbNy6Tj+ֻ =-KmYlKV~x+$EVpjlX͏byhWyCt4a.xUmB#h574Mw?Fr\H-`iқK"p[YoZcܵCCqQg]|{Հ)0yRVQ[Gn8rUHٳ5Pv%1p!(x~5bvh{~g?oRc+T JEӕ.&0qdw3=,< 9'lԔF9U(P3 "NWF /_AK:wn6!'~3&E= a]vY]$b=} g"aI|ZZd%.X5|U4̑i.f8TMY Oоdi $NJ8;QD3ξ{/'g*=/nU;gPrhjY銢L'^OT.}l@KT"NL |O'ʧr:!󥏌Awݟ/xkY_@r|C$0~(??p֮y^9ߩym2!p'ZZ{bejW"Ů8Nu{9[j`.! ԏmXzn*%\vUr&sP@QMcf Lݖl9PVB="4虤g$5p  ~J&&p}%? a;5gr E(纉JC*aꐄa>\q7j9:J:<[bI[SNZbJp$/hp NDi_Fd&lQJU5ebMA !؋7gH5utm2!B Җ$ iR{Qn͢G;~4$\~66!DхYa|.44c?WX @=U[QGQ#Z]hnT̋\J&%:%YݩK@35L-'ȧ( DhWڒża×&${0 z,^im)_$j h0A_66v}Z`=(@3'6CLk1i!ԼVi&e{8U9O)j.+qudC,& ѝpqjU)šW@g쏆)L%`77r4`ͱQG>1^M:Ft *Sr0uN2F,)/˚zW?FU XixAqߤoI)h62Oʠq'6e&Uiѓ ?9~q7tkdg .w &r(2srKQZM#;NPxWXa{ʏfMAᾯƃLD&Mzʦ ^^a75NjwWF;fY ho?\\H-#7Qf@frxqg"Nce%-Nz,cv)mZɴv  L $ #8uZMm[4ASC"1( =\3 TM~UJcF&je^W?ٲРϏv:GO 4kE0bɨxMj>Y!rh9Wz3¹cr?e؁"o0ux@yUY um$F 9k6 (Ax?ώ~.|Y̞ˏݞghTaS,AQ!"eSW1]< P|RQfFH xcIX4J=cSsPC$Oԅܬ(0kW/KO"Sj7SԢWS`3]zWFJ!eṁjcoXQ۩#m hdK6b:`B]VnvDEH^PB%k ZזHM!#pqV!268@4n }މ@ѧY"KD gǘ@]*H7 JO!zܙZI>j$ELB'nIxG۷}ތkq!jݎM5|Ih,|佼2X8sw:ݕx3OD< Cˏ<¯iHh_b24j".`]s狦:+UVSt[V? S0|k4 6 oC|.I@~Riz: ^X.0:~d5$g&j2Fp[vmog ileH CF䎻uIˊA)RSn"wR:zYAWЇ(SąCΉAddcދ͎9DWSX`m,c-rIu@ ~;S 5`DAxџ rNvz3FxU[ U^fEo> hJD3į/^ X* VEg7?V 8)K8kh™g "+,V}h}ڿ"qEǣ1Qc [--9\" ?/( ] Dœ34n)N k^ )b RK1 -qYmAdD׏41+bFd$Mnhp%NƲF7d E +|uډk+D@Yua̘)6OILB8a8( IW.J|SiOq)Uo$M/CԧWnԪ񐬐d4BEV΁TTFk&,XN*-m :^*g\|dju) "DP3n8Wq #Mf`Q\/@Ri/A4­vdqM隰UܸS!իr@'_ґ\" kہ~=aUuFaKU򱾥Hv98'0T?sݠ93K 'Vli{r'u[Q G>W`\2J1RLJdVnYv\_W|á1eD;FO5Gr>Ц(z:i+^Ka! :7gy 5^: TVOcAu>_lMiC'!G(YHng H(fE+#ؓye4D|X ]D+K&z6SiÃ*M!3J'Щ9Qq{$Lv߷T},WjL ^ݙu׿sa)%[qJn6o?h23>{9~3ֹp=Dv_*MC)7՝OZ][;QHev3F=3mnZf~,adEY3=2 P9AZi~c2_UL'aG x ޿AJ>%gVmZ\ 7sʰy#..Q^fC.B$qWAoƵW2hBV.sgeR}[w,; N٧fD@}`y;-db+}45,N2٫B5 VS|pݐK(f"xjQXr8g[H}My+\EGPimrHH~uO& _qhakQy 2TVD“I9h'A <^RKoalcƦS&Qg+Xj6F*:?bu)lEv.Xёc4`mDAтas)WH! q4g;t<"m@AtdIJ"fu%F=JC=Vm?'w f C=0xA7"n.>cƉRWsV  77PȯOZ۬h `h>=Wb % Q`mYtFy"=[! 0p3b| &J3V Hʔ$ȬrE;1C%}կ23d'9OwU:gs'l<͝QBdfg;LECoiM7Cx`pTkeaXM -=<7;][258[k 3BXXv nj\sRӴ__dw֞Ll[)`-u~?tCą{Fމ rDY6k6N}li~e 0dCmhm-|0!Е"y1w`c!BrE%)-JSeb={^!M+Ԭ:d8Ay8c VQc;CO(y, =[3ӑ0=rLၠc;נkq;0>Q>GDGYHbO!sFʞRUݿI=~3Lovܣ30oCU]K 0*x0o:Z_~w.@)XOUHMyCraɬ‰K/KjE/ ϫe6hK3Q8"MxB\sWhm"krGFi:pFͱ]‹7AN*z!uA#MqyRhdyzIG'u6SIӻ, J9]xvD"}T*M/؏1)F==U 0ű65 /:^$V3"AvkqY iCOa DLhB6t"]LJ*Ѩx Ѡ,+TM2D6 @"}- z㛖K Gymy09 J:4Bbf6v;+_I@\ٵ}43ocĪ'ko}otڦqƘ)B%^I ܊^%g>!@_VRtNαѫc(n3G֗cxe hnAi`@TuK@81ccK9Oi irRd~χ/y'xFwr6v\8qY]}갅s*#)/f?~1oP5J80M;{2Sh[P]QPDQ;[3f;(SFT_cPΉtҶ]zlAJD??[k8Fʆ+1~䈜)3dgEؗWӁZn΄ͼ{HCjY Es\;w0P-VOg],KW_R۹2G說=}XRFxoͪ BM)dTȢb'^7^Mm'FYٞ X?b6Zmϊ%NኲJ^;g@h(#N~SKFtcx뫰"!eU;"?ΖEH;|LՖ:0 u6XinOO(ϤuP3|*Zzn/fez_,?]?jã`xZ4y\b΂E=c0zAK+9.,}(:܈O[*C: RBmV0&ɺԁKwZܪbZCTLxi;LS5I |U] 4чI`|tAS!17W;M\I՝bPug y<9ܦf6ޛ֟Fb%66 ؏l/mD 8Z#{ĉ.=U.ws+wE/NuRȜr@QE;!ó-kւhuzzHh_|E"0z+:˜X? *(vY0p$w5{<c)>sKyܶZ0~ySf9J+eXxW6ܬT~";Mn]"c !~yd^.JH`f.BbX;ܐwK142F蠷LiA;|2dǃ_)9J~Ծ v*i;Ҡ=Ņݓ۫-5YpZYy羇AF%^_Ao25q"2֘݅값d@;GI#Mtt`X|\T>}31܂[GBHWcvL#F6KQk56iPO]"^D+U 液]v d d֣kxF3] 7ԑlzYYbK$,S|QF@Mؠ-qudv,QLl]_p&d.sL=cXE;ݩv2_VS 4Aqځ$M&>)mBK$8h|odѪ.}~GIgcmuGb96NdԞ$ i5jw \&^a;gwM.\h"6Eq7_#1aP=TiJ..+`iFe/P*]95Qr :åߕt'a'ҁWШv\+ R5.5UxLYYF]j}l7izN sfP\r5ػ F#@+FOnbrjp.< Mh.VR3+8Ce.(Cw:'uר|TCX=-YԢY`+5Muh isƫG`zSKv"&폱+t%B] v(9lBoWA=n :TavA솈Jlf.?A.tYZ1`-sE@MyĵX %n BjV{iˮFޘ-4a:rw+SCO(3K0{ ,5J|F$'zί AL& K$9wp> )2{kϕ:>9PQ[=t͋6Q$OGa`dbH: LJ;R@cX H%t(4B+h zУįwn?n'+Brx-Cn;wso!'@BlnHakP mn?Z$S~n:r Kdpx P*|uWA|+=k0[~hGST4ܿ@[Xc<|+woI趔aǻjB5?}X?O336_zOVhsVxՋzLKDz/k0Ě"o l»|~D'z.2 yP >[yr4IBEbvF>$ E\$e(6 ˜OdxV %![mv_->IT5HN.IZ/~w&͑"4e(S iz6Cyz)Bty= TG39~? lN9^s4NS|)Iw &sB] L]^?i~“fFi9PW;زwEdt3X,M%+[\ɘN>Ju!"_H1wXL"@a%HmxD#v(FEC /2gImru ^USٝs$\fS7Q]^@pve` CY9yu38q }Dz(uB>\0L ֭3Mwz f< 2AQ֘k̞n0- 4wD(hG٘8]M[0e#' &jJQg5ΨK4=ù`T*{',oIAtkp>_ၚy)f]"^8kEtJY3v^oxr.t+?wKlj ? G2zY_3lY!vVKĂaQkw9xמ9?% VAFA8D ?߀O{|;E=@¢0dd˞oJ]H53SA 1Q saeorqYnC>6Ί.Fc9>3Ld`|vj4xceRv[3SJ"):t`YN;mLԥZ)ھ +A9nso#@5 c7@CN7*݇B&tTzZ ri+Uo'Hڣ >R ~YW9@BʾG7yIܷsDaWmy ?Ң_̐bX@J5~2ą fYjL>߇\Az!V:OgLWu`X'/N:_d3ojlS_h|sbp^=/]1(ڣ9,teɽQ z}Z;z7D9HlGc4̲ yL-Q@Ioo([EMY9l -T'Lkӑ,cUI $4.-#Z۰kqq7W -_ -` AK [_{S^\G94\ &W,ET6b'5Lĵ ׮koз rR%NM\)I#eىŽlp:F_ e5, 5L\Y2 }TB Dyp8Kwl^5UY";"]m.`J1%yefRncˀCvC:w9w 1[a|XfF *gnd_A@~y=vTGCX!gšil χK(y ýW_xo+ӼZYtꝌ+]. ڃV Z iXSbI&,,`e#r;U$oVnêU65B vkoe9SD).A:4m mA_0Fk4dwd4 ٶq99B/C 5Haw〠!}"O30ior| Y\:W )˸ Z6-щyL~(ߛeЂ?m^l/A.81a YB"6E(_#H} %@0gb E<[42K^=_*31VhP 7Œ@|_Fb`P2Q>KRŘFac]|yҲTE/ĩ%kzJqMH{ܺ_=Ήm>NWmixMX'ؠ)|:b4%(I[Lq^-R(('~EWS+[rLV=%.?a#h5dby,:`|&6G؏fiG6s_jȪ *|Y&ү l'|*Xv6D2nKQZq(#t@F<{a\;kw*@#ݬ}sDTz&w3# Y?>`BoΧ#%Ô8gdjh"#6+y<=$ f0DS5؈D4Z.yK4 r^JFfhOt9p]ے o3n%+\/3Gw_%c ? + h;}M&yH\ -rrfs.a{xD'$2t/76aY]9F!h 6x IDq\R$u[䜙d! de 9th(3I8ELΕcaP8C%q`HMsQ3 gTRC$}yJvY1|<ՉMd;Tٜ@Wg:ttn'"J5uy^V'֎MzVH0=Kb+5T Ea5j6 4rar.r 2)) ))zp*` W 4E". Hq-ƥпzA:jRe) ~ kJ̚! D'X j:U \ 0HEe5} Rx/ u#9bdp"5Bkd;,C/0.Uߡ?𹝈j>(m όW49Fr-̱n3Z[ @0C0eޣ1^]a,H^k&VˀM瓳 Bl츥kDo)ȮEFP1U˸V|la-I5f} ⓰]Tt^ebQrFi9%5cKe2Ka KUhX2-h+y]S)A{5i^5yuEIKgGq)b>dI`ʳRU+OE|$ȋ jN c žҥ{ɏ7ptdN ^s]q5. Y "u4(zUuN5D%hkNLuM"A#FXy (V!{,3)ik+4yF(}g~9P1xP/H>1f*pA(ѽsH5V%MMnBbouۆu\ZqCt8H޸smi@3Eȷ?Zxrl"^wNwVQugfOR5H-= apAP7G'RF#`J$+ ]D]Ab^ *}GT80H[ \_?k7?:"uCGyNV8oKrM;$@SOH!03'a߉اIM&[ 5F7ٺջUk`"`Ԃc.xyLaB$Ga>-!bu!8\zOP_#ՈMb h-D9y%+:I|BQ =L@9  L1Z9 g0B^A"! Xxu)z2E&=3,Uo8QXNA>Grq;ew|e~/EGVPh, >:֩œ ,b(~:#&W']2~_EQEA=cU^ArSV*m@Zr&Zs-JKK7yiww|[x.A} ެem& ɲ7c^ (&}9gjဂry<5ƙ3oqpq3s.WN|3T[U._,R %ߊ\>9N}>|щN /(WQYTU6-JR|& Mqk"ISaMf^|Q|we>V>ܥ<5Btf3*c ]98TiJ?<budFtgۆFo,ֺ=Un=%K4*<7ddvT.2m*:d&-dЧ^_j>tHlt[ vp#}|RzU@nUJO,,k/VH aWHN7ߐR9MT?ߨô"`> B~:TG+n~FJ4٬Bku E/|L)Y/q1N-NN3o%ԏWET%C_X6W; \E6WC._yX}&{灀UjݩJ^ۃnЅ݈}nʱƯ3fѸёV[2#=M&L;x(&#D4c1AwWrE+Do+IS:kX߁}vTT+:a0qqJhQK埰t枴ADiQ}s͇4Nb`޸or6Ch@-WE-b͎s<9"G9f=A28ʴgIT[Qy--;Rs$n _8Q# -B뚚GS/nOqcE@?9-90s^Ssp㘦Rn JFgHvEI:,HQ#x?74-猺RܤQ)̎+u5dz^95 ,Ik*u4r`fVu&Û-I;7 ӵl {jl3-&\B]״tC%\Tة( XbRtEj[ʌf `&"9fi,_ہa!9!̱yԪ`ԏ& KF0V}$;QJ5rIdfgzTi1׊ ^MCuݝ$IlJC<czH"b\VJ I rhUM흫;1b\'/2\L R{l; 5#!%^W| w5lϵSf:(2cv_6"wrDX^$'固/IF2^p J?,Ik?pڍ·wƸ㻢K]A.@9G1Hڝo+r9*f1HXS:嘦?e]Pk4_zj_xbDg5sQQ?!/R驳 % -S R.{숰<ɥ1 *MJ h%ཅj7c; vKqU:zY]z"9eq[+lԣI4_*;Jmh0Qڜr~F-|Ulitn~XY鱅oa}F]]7 ^ lbHNw17BͯT1.c.N_T%^Vq(1a" EC.GvXQa?BbG߀Nٺ[Q,{n/V?}U2LvjᡷT+M-(\4+~/U؟}Gc% '|E)|C|=}'|tO6kWL:hńK:_M]?s4 YEY=h@=<;"'Կ(n ism%|R  ~#JKF~MZ[}ro>VrB,P.$`3^)l;;ȣ8~3_K8(dZA@ehV N2H (44D0]$ }g;hVJilHs&: #u譬T}/+\2w<@R&=Njq4p:㎈nEKZ/!!0WB reݫPՕPFM^ $nWȵ}͍]747X9ڿ0-s =MR0I OY\a灏B#1$$FC.TK#&kUȞt0R( @ rG5~ "g}k˖cc&b-y Ub=՞42VRCs$<>B鱹 1_+E#Y1?qlgIڤ2$MƟHTnpuM]ٛC ɍm@~5)tr o tg̒7vHpO sHaA-ѻc~=OH1i! =z2BEPԊ[Ih~#_ۨ)ZQ㉈6[4i$+[~ߋ IHr)1Y<Ǧ& R WЌ"n9ry6:ġ>q;^Dѯ3CwvUut̨e\8GS.I" "KRH1hykO)D2#F nXPݥW'"q>FIЬgZdְX,J׺f]ha @a$y2VjQsZ)q/)>7ST,9ezUno{: S u#IQ%W5 fCbV:VT[fj4]Tt@JuG4b2j.ɾZcͧ])' k/3glE>!Յ)h-1Ъ~r%Xv3n͖?gn; C!M ˏCB"i od%,q?>'sj6 vh[ 3Qt>uگY2?ŠmFDS=.gdA*61J#BV)_"d$>dLSV e-qx+8Wjѹ`^3)n-'/L:REd=gw4Rf1?dDoht@wK.BD?13w{N_oj!_؎>b,2SǎW]W𒖞֧H`}'(4mڔǛzx1W41h0uvؘ43,.T˛w*g:n7]{ vڝɁXA;AeD9-yw(ǷpG9=K~z#uv?9EB:U8Li\p2~&{8벏jYNx DE]66\~R֣lAGJIx2u(rdC=˺@(Q}Fe1Bƻ}e6 |weDR}jCnx:c6c)Z*6/J49npf쀟dO"5eQ@,eK|>d!r=K~ަm;18M竊O/\hϖvHվj{])p%tRNKi쵗Nmg:QpI*eV!CWv.đg]aP2i#& zQ0FFiikg ~0!DZʃ "04Igb!~~1OSP/?[%M6W7h\0 Ieh WB%rߙsL4 j &D!&{M32B˖kE03VJWۗHCX\+.Ff* )nH[-N-5 wª:u/ :"ۋ wxb9.3 Wơ}t8{kU(l&I!M77Nx9k}ZaNjtNiuҽˬ(X^I.{'Z4 |j%=ˇ+QMv06Uϵ 4&qe*'q˂5[g8, ۊR&^s,Z6ڈ;@O5X~## y<+A! PƷ+H /:/"2>aZgLw'fem]{TJ)kK,Hԛݴr> ӕ%|=IהO5t, \NC:xTQ͊q=.FH/O"BitFL >YvWͽ6+OΗ/QЇ2C2(ckȣ!hxHCx4vPj=!ܑ2cdVLÂMT{FCF'20c ,H3̈́V+|*`>gD[黠Qom3W[G1 }T_Ʊ'cWV;h~@Uez ,5 }ۓu0q-4`!m3~&6cŽVHUIoy?NZ]LĪ$pnC I׃OY槱|%S'b}ѷ8RGC숿Qiz $2։HRPmlp+z$([ 6 dAD!4g=bm<2m"1:a,?׭Wi HPlD^Ep@Bd R!#޼xoTdmكǥ%p |4 /.eK'Zk ΫS0F LRph"fg5v:4Q$#6ux*ʸ6Y[BCtvT:tVM~BeS@}d|c'l!tᣲ,( /-&j.}X0L?I@҇;۠Klkb?`+ʆ@׾Kan5T5ykDYI,Bi08pLg-^PWՙQ-H.ƱM4QDZJ_iON+ne474,:)m^cof"-+2TX15>JV\6L:255LyXsr&c:"wN6ʏ,Þȩ; ģd4h{RQ|ӡPަx򛨁\a+A2NH.=^/l2MUbPtJ)0cu4ult0CVvE|ǛPr TQ?(ح^N{(鿵gflgDUweH!7nr^':gJ6jxy]%P~gf!Wr&WZfTƌTaZR.ObZ48p]{vF4y *n2F7w,QVWa?40Syѿ;jaNwZvQޢĝ!J,_0Bŭ &Cu""Xe"Bt(:{SEȅj4re(娝Hޭm&A君hP¼o=G!a-1zVƞ2Uε_ jڟC 2So67sC0ptN7}%k?u~޿$5eEIN816 ,ln^9GoLLV}\lBN ;L?o)'LbQjmB%CD6]*!PhDK`(1[SpQ  ra\| {P#8l *6TL֍7)(e"LQ9(b܀&QNYBuE>]=Wof'Cݸ -j.gI  *Tw:YxGhSFPoz8ddjK, $ ik@\MSf!g,bbdAgB#0NHZa-'/>s:!Pf Ӣs='_^sFXmnTI02ve?"~IeIcEorVݜF!& [Q#rC@GO[, Z@ϠxȺpՇ}xa˷߳zn Cfc"BeIYsC⋌;ږ$(ݛ%z{><31ÏTK? ItCG6# wEٵ9\9jD@4ȹE -X@B^>'q|Z%|}&Zf-n!,PUtC.R0&sxZaqDd,b*\=uXB Z6W5lRTHb\I"/H9,3TfC@'ԵZ&ߞJ |W|mB:zʳ]AyM $u#GU*^o) XpAah,m٩LzW'T׉efPQTX bwSMaR;@JƳ< !es\n#Zшژun:Nt 8"N!2 Hj&"E";'Py vfV2B13ul??_|`)*$0ǭ ,2:2<\0Z);Tysig}Y;1jK_3GT7f-!L-gC#=o&=Eۙ|lha}!8D!gI+5Qq7ثXI݉pyiwM 51~± .eu_R+l(f(8XW]-f?!z(U`|q t >!r+YR#Bu%0-wiܦ%Ɍ/ !v^VB=vάVPY.RUcgA1$I%ɩ!bK}l)?}iǁZh:y*U&9jO^h$MYXI:l"ǾA IzFI1,+pW*0@wC yZ'VxoL ɜ){м++T`n%kV2 ]= M4hC $*2Q:]d'Vi"Q :\^0Jlp7!65X1h뗉=2 CNUCp eo5ܛp @щ5"IXY.E)8F~{rCoI某nqNT髆42rAk=@JWXc Sc\O(cNvk$\=j&@Z-No~BH="ۭD *7f뤪a2 %9DKJ1hu=N65XM |0٨3D 3c0)oDQPأM$-Dܝ%KecY7E8upnn/aa?vr:V?OEB\տ`3qX3Bl8Jʆ ~f6Qŵ0IܷC Qd[GKQݢwWG-7cPI[JE|];~4j!+,ʟS2ǵeCt.c`t$YSEdjAXzjxg?G? ߰&x0M$Ё=l֓:Sk~_tje3`("ol[EpUúHQSUks"0+td9  ي`Q,F$F6m$M"E߷^VvDmjpWsM sEK X2єA9mxmwJt( hEIj*]>Xp^]اCةe# !ǰ HI H񊁠٤7{p.G`c(zUv>K J6եhsЗ4N:,yɠB1i\JHK ^ypƧ‹k*Eub XR.]:G<x AYe\ڀﺲ%geJr49(@t/ߦD6J!BJuyYeBd+ |n鳶{s(aue%ܚȔQ p]al*@[|Z3|WnpALCu4m2&ի\eYu * =/$gr; lIƱB8 ?xw+>7 l`'7lEP+<ɂ? ˆ3G5%#8%ϮʀAkE^ŪY]f̞w\yR=4=C;ۨlEā$N[B>(''nBN>~Z-n{y> 6#\ۭ,љAU+/w}IW^24S*gqjd^?Cv>(2V+FI 5AMٖ&rhU1pd"t;.duI;{MkbCvǵb$,W+y_x^n#NO(~qg _X q:JfOiaBsIq~aGm,9G ݛ)Q%sYsɴg7W/&jv(2Gr:M;)O#3uGewC"zSM8i@ >}sh6*Xݒ 䝠JBCd.=09 ] }WR8p[5Qse~Y"z7Uc^ ڱPu=úX9er/ R/,>e%?ۂVeȒ81\.C+DUKx$\08 bC& Z..#NހJP3mg_OYu*ݭv@uŭJg|kMRQy#Vxݘz 7p{텚 X W̲5)ZX,bO0~%1!C t-b0L*a([`V!Wm-,S^_]$0RMe>kG#/A:"^9 ʔ4QWn S͎늣 IHF˛00L6O>z<'#'rw"j›~m*( 'U 2 3[Sz#PaW $'T 9cu}Bp") gfC8"vK>shF/o4MRҋeb_?_fgǮ8~i8m^0WaX^șWl8ReМI7_`@d=!i!KJ͂rrjYD:r1rd=t #ec<̧gLmlX vX F_Or|^|BKxh k3QŞ0ī%\Mآ9 c|B`ăs3g B^!)\5Qo!qPB1طdHGcIש&O"ljH MhCiW"˾{OI_9IĺaZL4#t2],L'NX:o~E@pR$` Մ`[-k͟`%Va-q T "@e\EƁxcdGJBZx(+p[mM))e.O(^[jt_ F=G4KWw<,^*lJ6MTp3|RHS(3'X;_?a]ǓR~!W(;&LYdZ7D")H^+Lo>_SYͰ!>_ض!=(ޘLFDĈ1*5~jwI0*kUiOd2$<o{yEj5vؾpiX_zq9]IcKcNV-g{ټfbzoh 0gRsfnC_GL5dE- aZH\nd&J xqP`sSo4 uC@eY`$-:7uc% +j}Fp܋or $QmL, iAb#rpħi5\NwE?m".`H0Q>墩Х h;'XYw5'sp G(`s*xǚKĎςh/=J*~i`b lXicHiXWDw[+elzb"M܀D3+tUMqX/p[CA\_jUǑRxQ--FO ٶsq-]/!H #%a18gzP"#;&X3xv Ve c<29) >DMXQ쏞K rDAst$hmp 7N7v%N`"$d8CtdǑ<<]u z0젡Ajݦ^h+`*NJ@ՠ=q9F,'p_J?06$&ؑ6   ޼G<bIUUy{a`4D𠶨|K)G]bMD#bk{} 9[ %֖tF{)f3ޡtDvUM2sPA^/v!߮bc.zߍ-3%ho̦#XO]qX56d0W~U/іOča~t<Ł 1{߃C 9JX aη`zxM1-իӜCWs_DtːA}>bFͽ'ZnqЇ5e;+n _xJѩr%B-C \#L}nR]M'UrA7o{MYͤl<ƷŤo'%dv.LѦs9OǼd0FcfǷў%Ydk[8UA7mJ$Ȍ1F YbVAYvamDh[IED>v^eWfM6=p{#$ֲ_?jKvIm-ZHw?.< GI50Xn)1v`g%rkEr8/N6fWvAxPeB9 h5Œ`;2/.%R-Gn;vDZU"CKZY%Sdnla#oC1`cb_C/8UMm&7QH;GK JLR:N~DGΝYK>cSV8Ոf4 Dk3n%ejg 5tz#Э_/v,֧(PPho9  HvJRʨvrZaS!!t܊X?,%89~NxڼY^HDeQtkmxi(ZArzdşuyS>˲!2/C#^*̅ն0ZVS H˽T2yޱxO0:!>︹n-r2t0̼0\(cI>\Tt,m^6It _o^7,md,Q[ݓr3Cܶ=^|$|tu{Q׵TGpUKUy%g#3|S\4`\y~1JؐuⲂ1azIpԁ[98\v`rfzY{R}2}ǯ==(JrYL>]Q[ Je'c ZK/lGwˈ椄bHӰZT~]q4k.tfGuYL _gDAO-ι(qcn{T?o("9s3^)\B4yfhG_O&:ڒfg?0*Sei#BEH&z\ѳXFdL| zN%6L8wbe 7f?Zi2cֆ9B >olxp X4'mݮ1N")ҝW<4UyR׀5?dHJ>yCxa rI,\(If}X;rzѠRX@.8t6bA޽TQ:爭 4z))tKyghub "X*k+s 0wGVlɲD1uS!L4~ _iѴm1B&WQM>pҤ&oi|4\n[ΥXC.S#!>\\+^D `BV}t3WݧM g>(ؕ]s,57Ҽ/9n  Fq)JАOF`+dpqgƊ:.{z\u*)'ϨoIat0OمWK0R9dx kYSʈU)3շ8 1B[<q/]=-E}9'FKwvX&ؗ/7lK޷檒{k։=*f Ed@R dfD_4QDT>%;Mhx]#A~=  PlcYSUC6E :Sw\!>F+$BqY5G7 j;gNuPu h.CViVSKL@/T[8 Y^tH9g0 ُSP.x%<8sGGwqbgC D|U1Hlgo,I /+x4+m"{, ѪD#w,JTv;Eۦ|aR\,KGq&"V ?Z-N:@7~xYIULeD>,ͥOɯ}:mozU\J7Vk }Qrz+o\~ta-gA>Up2)Mޛ?1B:u9lT{Eh!%ޣl~MF|g yocfr:M-KjDֱx7` 8f-%3{ ƽD1i=k]Y!_h$ꙹ("64]UJL|[r-!ЬL.|# ^G*r\xq"1`c`; (4[4^<1? ȉidI\ԫV_@R H=RK(ZIpBҩinucvE]a[iy:g $wĂtHl}sq>ve@ (z·-Gmn=ZEPw-9{ֻJ?^āemY(SY*JCWy* 38Xըql*/1ڃeHS w/VpQj mZ$?yGv;<7~?@]IL~n,~~5wDіK_k=ޅm>23(F=Y F~2/!@ʮily8>pWQ \M3y}4,T w0mPOs;3赌+5:mG|zB:D7Ry'PF@ιh6rm z?*Z|1cJB<}\I9F*$JJck}aw S n=kM_2>s A+an׆l0fK:k!N)svPУbKPˈdXxA?Őoj  5s*v\N8ETVFUivY_ 93@zb]/ ZPqՃk+m~"k QnI|F)Kܘa?Khho|d܂RVT μ/mA\1yJjSW1XwJF@Y(xg(x3u 򻝵%>&; |: K3STPn_ 1ZS|dFN/r>RA>o Ym\Ʈln𠙻 AYvDVZsѳXEhjֈ>NVY|4!jbtO TGG?Rtǟ,fz_Fa#0G ,$@U`GfnMW)BFu7BQ'K|=pc*}vhzc r9Yg b?q9Fv |2a;h?SM|"b@=௄L˘1z^VP?${~I!X d3RVOQ42UvO"zx9WYPIvz =Cd+ ]M&ڎx=g0;7/]'tGCPa=c5CWRU$q\X1Bb ,IHuiʗQZI/x}7>t 0~`"#[aС(7G+q=(.lQAS@ZBbuUt0Q^`+Y L j{vZ9H':4 jRԖ=5 oW5W"? mֽ].-OOo_R `e'嬦0tlI#_(uBHڤVS"<] % 6Zb?pR SP0E4|3%i ۈ 'WW;'XI?DSs`S#{N-_ ˣ6~8yQEvu<QSKk/1]x+[Y_nCaO)i)K-]]*5%#/~X6)<^ b$~Iwa"MaaN T16i_is4A_@aۗP(0_˶6K !-È^kLTXpbNq N=ƌ*FD\j׻dAorvtaW 5z( ٔT4)?Մ\ci_۴QI f#ٸ4ӂ%VLcfEy6Zv~ -g"Λ LD ?TN!$ƬFbpHC(xLDZ?3$JSUrxNO$ ؂y%0rCȸ2!^Q[:gO9J™C>NL6)-w2!VsCY?4„)bpKŽNLM8sBK<勦ckJl>իv 䄑]h/@ e<%#qԆL֦ ? y˫$|Z2n"`:F5dly3> g -l~n&A3}aIaMl!r3p|>;B 'c]ي {lL( Yׇu{U0u𴇇yj#O !QV:@. Z#$ s: f!> A] bbĺ_)!X`[Kk p_ܩ콽pri'U ?) }z'E{E s/ Ym:.!X3>q2]RA#IqW| VrDl#QDs\l?/x\SnH..9vuDxOw}Z2lFط BkVbYV-*)0Ķ|-uʄO4*Nx/ /8p9}:bSX/%;ڵM^]}mHϜ+C xUebĈ]LlBY`VݜXz/mË!ב^3._npV^.x%8g}4e,֋yZR3IQ~^pO}9_9# -K .Oߩ:>6asbWHml70Pb>^;cDT)"C|Vci› ]c/ ^6.RkD&F@"BwHTpN>dTv@J?f{Pdh=$To/Ynpi[u1ifgx4fnӳ_6"H=@dmE+JV}#eޣ֊6oiXJ6V()tIx<PL:!ᘝtRXYct, ('L&K,,w *Iux UZ*@d*쪄,Rt8*yћav$̀bA wVmIiiSed2ZV>}";k()*7uLdr~^ E~G6Jي,O߉djjacE8o&tuX>Nܨ J=!ة1ْa^='.ѽF B(b#۠+A Ӽvܼ Mfw |.[H7pH1*iFm4Nde+ryMWiY)gU-7Ӂxߊ[2gV)'7C$@4h Bb`% bT Ȭ>b ϗ%['AQ쵝EiW'e莄# 1 fx51 eoPF4A>dԥcfHƆ:QG1-t,ӨpkkZ5k`3}1mTjGD jb`lqm ҥ@Ȅ<"}bEғDԬx{ud#raʥr"83V5$b!qu gKC,LN3riP3Ɋ|/9`{cz8wU」?6)r?$ cFnB-8yXX:7 JmyRvAvH'"HWls>_QCXJ7q|׊PH ]S'[ےAJ_#l 3 -kyߓ|hϗ3pXS?PڡOOdī~ oX+6O=? q9"谉{̫G" |蓃O.<W?K™NjAm!T1~u5O^ԍЖ95 gB|H\FdD!:i2ЅѝqxVS ,{ )ZBuH)JɐuJ3,!5{ʥH'TY/!1N"k~SQtO$=;65jx)K:݇_eTWr%I!}-sN?9ϧGv /,E_gaڭgtB_?(A|gnk 1Mkw\R>m w0`MS •,yHJ>iMฟС{n4]' vJ|siF!Q-lJrlH{*ry#[4H k5ߤU 9̡|g׈6q24D񇟠m^xp4q/{t~IEؘ֚KێwkʨI,Q8#_UI/%Pؗ".49\;M4v{˾H?!Z#װ29}ܪ'SnY1yo*La)Q M[7א@g yx1H0Olc h:k*`st{7~M=b܆sGQ SPm{2Eo{U  ijHI .աT|T'`YIz@X+Vuv zSy&0掸Jgli7saQlؚ,Q#Ey9"yFc*&vjJ6Ѣ{7j@rLa C=xnr>RxG l?6mD}^w)C I}Uv ܂n׫y`'ev<DzK@:y7[dުRk\fFU!&.sNˣi`0l4ddzٷ%dѪ9XcoDiUjJvHjlK06^%|IXNO2dPFn;hvB$*fmm#xS&K$O6YGeQo(k(N(xkw)7%\/>mj Ւ(hkjI.2Ja`*Q?Z'"v)S ZMЩ3Q+)}ӍzbR,5\z,IRfơދ]Ƭ0v v@X / )<+.1tbޱ!qZ l~|.!(&' y i8yo>(IA # JP+>? !A>3.pr#9 αA؟!K0z<Eoa# s,PZ>LjT[J!,MW8x9}U:F oʗ+t Uge ;[?"@a]) K~B s72rkz@<ȽW8? T7O+rxCe~aMJ5);TX%`o!;9GoP0LB-BYRn(@5ggpItϳ3P EwXAKu&`»O*FlWn^NW徾aqfE] ).ǾuCxQU@y쟘-}e7ONCJ灻Yp{A'z7a(F BҩXƌkAc3s[M 0`--` 7iA9pÂ"d֎qQbko}N9!u_mH͝4,H)nl)}9,=<hs0/D5A1ǃXM!}}l_;4)i\PwouWvz}e'Z{_)_ꢩ x n_v ם6OG>+FнHt d4?׷1|{ H%&6ep5x9*'|&ݘB+x}|2&Ȫ9H{g:EptZduM@.~}wj*F҅682WjܒXVcco^DE[e!>2؃ u&&/9WiF-9"G]E&Ԝ.}4gv4yfI{oRV~ƣi[vv.;]|&8jl^yKrvCiBq Șg|@90g'a u,=ޏVl ȯپ#2@^Jnج^ygDɍ_9H(ߐVyQ pΪ)\@Nn*4S#M|9g+@G$:'#PrDLg=jF}/nP^N*ua¯kl6 oH$chfo2Bv zޤ n>"1m_yi Ryrwp~)%:F[؄ߕj"ּ6Ű͠sAKoGA6Vފ.rb'%L-`EgV`>b1y_tdY3M1vԷ TrsE O)S(CsxT9c+7H+i%ExmGWFu%)YGKQ%;}]*¦kf(_7WSw=VZ#rrH]i]2Kv~pfje"9$?U4hkIPL\t[=]'#_Ҫ7lQcwDӂx8ˏ9ʀY:ImwWPJHG &^sKeM"%b`HРpCԏ,Ӳkvf*zqBF rز 8\ٟ z^V)?ifdcuնV6v%P$"W$9b a^Аb Ls]s Hs)mLIX)9&=1M;U5qe3P֖)]6]ЌƫJCȰATM7<%|-@Ϭ\ʀLy_ 8"9p6-уH,h?EԒ{?7 /5 Pߓ(lDZ Ufi6ыV["H;}]h`b㈠qt[zMz7"YRc؂cY)wfOySK|.tfMqC<I'f;jV-:Wc}N\>tp%kѢUT#)"aK+,kPgCؤQBf|k/1.mr>b 8./a|Vq{⥦_WxmYxY]o]{ O'ڿ[Q%c.OÑ TlV-][I Hlvϫd}ȗgټr]!3RV @ܕ75$u<)k +oS j*j.-uy#,̫Jtͯ 'Rbֺ1K 3ބ3qX`"7*n-{2(%[U*/ $Dtkʁ܏RɊ·쯁X~l&{(ږDed@+!!"v->5L;*͜s5s>Iz#L|z9߇H 580CD [~ta :)YwR6?׭T;p_rpWYYbt=^L*Jcx,a7}&$S~% g$&|/, / KX4~3G݃A 8vp37A{;M6C* dXJ{'BvB 36S;mm`M,ϬE7aٷ⛁(|$%zw`a<" o\ {ȵtLn/ G{Èߠ<=?=,#{QP>`f<\jʺeA5N﯁ T -\>~허JL \v0ɠǛw} Tܬ<S6jqr.lN2Xo;NKJ]I5O"۲{<#*%/?(eMVw)#g3@{E>Qy@h>+2oE.eJ0tQ,qt TU&s0A81=ӽqw#vH=x_+u[-4 ƕ0)^IX,z.' nM:%%mS!!eq(B@{cacYAKS{fybv6',]E~+|<#nRwkTzvonQ3* j6K IxmO{^">U)tC9jՑݸV숷!TFڤ}H i@/]{hҭv!lq`iAH4ѯξikX=d;Kxy~RJJ 8jpP]!dAO♆P%I$o [w gIZCɭNcv[|PlXPąJ@@2ࠝ*RxIw1Q7Ę[hqў )u|>{8.gl!cT|Pc3E.Hf8Py@sICY0*-Re(C( IS>Dρ2UBY`܇raWu[~UmGNs*eykvꑺAKKlUɺv-Pz<$©3y[Ҫ9c4ԃ[HzoDم|!r]ƾXG(6 h)9N<mv9}YF#CS*TUؽxH^[NM0ʔBsTF?zH/h8w)Mt鳪7ȣvVrұ{wZ2~|CoRRA=PdT. 3-sy ̍;D|9#!MImu =^M Z%c~e9xo$׈WjXJ@v+ vdx"Ϻ\w*N<*-*ڱbu"s][k5ʨ+ 8k,Xx`?e'SO* Yÿ}EZXey7OKmbٚR[Tsnnjj7#L<^Ӛ(5ܟ0KmLϝGdž1=0B:?b1ϻZVTDqmn4kugm&Z۱LEu Z(^#ށcwo;گnBm*lvkFο1;%\mCB)˷I054YM7 A-̉8̺İW5[jA{$oMߌ"Z%ѱ^vaz.Mu4ƽwgg H 0n*##Ya`_6C-xoʱ{̡ tAwS/P疟^fp\8*&KVر*46eyaW=PgIV<2/ߔlYݞ]rfSLV@|XO) ja5>8MwFؖcA/Hۧ36>N⑕X*즮GUӅ-Wd].eL={g88r;&q?e2xڔIڿ譣@o@v'3]؅v'##J!!'uof=e(:{elw=<3^s3:FRhdz+QȐXorDvu(DhU1\iIS2bW>rzޱ SBV {TC\\6c%h3舓ZW{j44Th0G51ci@Ȫ6pJv9qb?cU?Ζ=9mIFgtX LAKu'ƃ5u5bPoeF0[#ǦFۖ;T7eMUP~!*35tB"~ވXn2FEVdcekmΆQObr;ʞ:EfGiTp'Shco܉ny;;͇u'<ՓkJ^PİX1wUS9.TdYqL&#ڪ&cNl9)]c_7R^V|{AykI=N{|x ;.;jә!wW1KjpR?&K(hakqT2oV.ӉW%sR!m^˨}_/b[[8\Yr&DBŌc_JLN%OV2a-R'\;࿯EJlBڑz᭚ͩ0 +T52=lC :Phwք?e??Ӣԟػ3z&G.?Eеo_XO6({-L^o~J"}(Wklz)as"cO >:b5E8zrlb7dK %ڞ;1x+%tj 1ecQ@OhoovkYoO<'L/wE JW2$|)оgt{ok\QJ[&DmdjCwLʐRiN]rj9m4i|"ޙUAfNfz;t\d7ɎnelB%:1 fΆjl&zFYY! 6k<줿6FAIP9̀o-cLUAa$?բ/3=i[4 #}9V<=jԃ94u[4H(I0Q^Z<A7%s@լ́X:TGV]sYrU[*vqAtN1'tȿ=<;+~$_DX}CSEXOgg ;+j*&椆iU72γl3vcO&o>[@:`y:{JV#LwŢRmBƈk)V 80{n8*\, GE%xvSO@<5XgZkIKD'SUԳB[U(Dǰmќb ߽*]eLETjmWOAXܿ{2g)D~Z lz];KU pG%܏8UYbR"4H~.lVݽ yz:sMk.O཯!4Lt"?Z$uʾ^-ND(T4J.k6x9/'-]Ԕ2P|kq8&/[ܝ8iMnhd-_ze1jU0]4{eJGPQ[衄G h>@Hj?6&h0M~P̉ӆM([+K)c%U' QE0t⫈,(F3vEHV~ta3!xx2Ik;:%p^J9tBh@@ewBH W-oad!hUw 4mA +W: [7Q$B1AoTWJ".ymӂÅKgV2#ؚ_isҮwZ{ ;1WH%Yʦ !y*C$AfI(IQ@&S ڬ6eziv Yף2L 8rNu_1Oq-9qQĔdxi#5 f^bQNeWWQcCNLjŅ>V)`='=\]la,dSCΜS㢓Mx ;2Bxuq:V^ԋOMGC lzz_ Ӓw;*0EC) '\w`݈btWR- `0F=b?-ӋygmĎ:h1_6M-d*$$F/ G `E g|> L¾;5w{sr\k;|>;ʐG`sn^&g\:{V8|p]W4R%Zɰ*E{{\4N {j{@̈ xKQrvjxuHٴ1뜫l^6_ :Ӹ-:+|3Zk8OFo Wݠ;9t4ssa Ahd__DL[$cRYm6o|!!%~хW+rɆPMCeیؘ~0N(q{xt(cD8w_4B`tt}tZ†𦰲ypխx K\v h@ʋosiC`j4즁g>7p; .]HȚe8CM󑰑7h%lO$U>_;HGq@e=F)!L똕 es>vb'bKiW}\U/磠xyp7`϶YhW<qzYt}df!2;ŅV_ M~ [mp;ךR-/g$WLUyBCO. K'@!1ꖬhKߞ~s!XQO,KsrrIudYN\B}66эJ ΰks ~pIom9a%+⸷{bV%b;҄J/H?n~szp2v2Q2Z*P}Ch[_2$/_bMIz7tJ]H/R!BmyCju:<dd) ]BdS!rLavqL(XJ KwTP}[;"Ba"ho:L]٠Cϙ [\|]!"@;wi [w|弲m]-o~ ࢋhyZ#D+d U܍O1cfJX5~ɲAHOpe#CsS02-](iK̉k1u,yq14ywѧaǗ1m$BezP߯;>6,x(>]X7 !TwŰl~*v2c_۽ OjsCA*3K Nx\1GkҋB/ t;ɰ4>7s{y;Q^4:g"O?i:)Dha -&@g5`x9tS!0G M.0QѹRZ(܆d8| J\K,鮞 @ۯO MC?u36:.lj{Hfc֑ \J'09l0M4 )Cgr=#=] &&E4tg#q~&`F\ h:r_>cFr[ov#yn%솆J"C*Q/3[C-T]cNݒR +)zΠqi>ԉ8Mkb=lօVy !+(N=w)((QiHX["J8֥VA,z)ɟUy!yn3I#d`ňy3JB3vbX]_*cmP. G]8Jt1:(LŦ+Ȫ /I=FxHxXN.]#|db3.*TCN\Ȧ0L;[|D9T9?/Z$2arNsE4/9/F 3VVGfels@RY>ܾk^޼.n7ד}N w5 }ڭ*rii#S_wEevC~# yb vNPvh^VK#P5B~ |f.s*=D} lH6+P۾@H叛B8 @ya׌~Khjj'8*]'~XnCaYPh \x^ i*0_ͪF<{jR1qKS0R!,b%wv#?f|V%V0mY_f&A#Y뾁qz^EZGPT>֛INT'|K p(G@0uepS#ءHi.2 %✂3 ++n+Y!A6 ^ܒ۾ެO/r zAm[Zj)z3(@x=.`[}ɴkh"ύո*?A>H88jğwR|xgMFld: QF!{=ڮ(EWYEyvH8rJGqZ=엑Mfv)0wLMzQ#qv19CiJ_[ AәRj}v12ieG*goӍ&`;;4 ȅvD)?r&sP̿q+14N'wBbP+b|u >josPj1"<47:|csgmiϰ[]M0_V1$AnߥJhsId}K'Q >(:LMSs E[swa[&1{~<切)m#:;nZ贾g#[EM!%R)(N/ָY,,3^Y&'Ν#{nҤS&d 􃃵xX øk*1 tX1_~!&LVt=bK-"+W@t"4 ]ReCn'+3yrZ7<Η9az yU4V#}~۝[NcC yqϭ=BX aBƞ刦A!6L@LSC) |ޔ*Ai%{L@" }; A/T."nJ!#g3˓E0v:pB1|mX8>m rX%+5bhبO\RdM\Nb%|sO3 .˳eIP[:rSqo9<2j-sɔ9%׏HyB|/sr< &6O0khb`d_ xxU>8keNUdXͣ*IՕEu3j^n#ur6+7k'o|eCqm;t FS;s Q  q< )//4R:  cKϧF5k*E`f: ZDoJWJd w%lC,8,xQM:hkU4|)M)8*$|" ڄWnUl4N}[JxS^IN yKp \c"^d p'$ :m!KKӚYg3u 8E.NФr!"R⸝2\ϔ.~weZ^D5;\4d`27X-kڂe@$O.E*Tģpַ+bFxI2k,^ hYAS@[SXZ_.[Љ.s A6{]+)mԬgi< %8a JB0¦wɛvr ` \f9U ͖o:Y/Ai(0zP}.H23!8:̲뀽y>?w~, F= paW0=DAIX-FC1CL83Gcĵ܎Ͻo?% }pVcV__vxpOD緌X|h;ʑ1`]oUɪlC8*P~6!/5x%Wo &ʢEua2i*Y6F^Pp}tˤǓ#7o(ntc7`-CLm9HkQT%((N<*Ą)lY5ՅXK[OZDXF*.p`LhPN'Kʬm^2KʈC![pqeK=ӥeQ+ 'H[TBYr,R0E͹3OwJN]TFjzaEsf)o]J^nh;ڞǸgAQa.x ŕ c [N`A n@"Eȷ+1:ײPw#kk1% Hޏ G'Í3 {Ccs?1X0 ";(304NJX3Z  n.pk" GBoAwM!ńϑsI${Q4kOarbD@ٚGfb-IA{[JCaS/}t)^Z@۞h0NvkDɂNx* <z4ؙ4e*1L>RˡA ) PN|fE|zjⷱb|Əfq ; 8'ˀ\Hr4U3@J4qqRn1sؚkM·hPv4lH:&CՋ;f4p%3EiRa"+&ŮT!A}}I9` 0 ˽Ca0MvᾞrjEtнW*˒qllK\efw~;~̎I[@G>=`LડĠ5ƛlcTk&)S4,1o ۂSt!4b[Pn 5ũ'Z1\d- diL򙉙&qeDgR˵ysY94 Y_E> qZ+0fB'iB/gڂjd- V}~OWa2gmyC!>Rk(k1j[(]<`đ0GuG,w4p*Ȏ/ $N{x!WA 1#ԤP?yo@{8YHH,{P3IZ5 s {x-t"I.ͽgѾ>tqǽLT 7U9Kt(7fmV{CKskHPd~OfQ]P;<y%u**ޮK %sU\ "$1G0&b&ėI$<s7NY#o1jbg$.ѷ|m%[.no \@+_:n`GFac1Go;-1+iUϓ|D{`9VȒB e)[kFgqgEԦP:R_zkZ Mߏ&C$kh5!/>x)R(IՖ-eDe 0hRz].A˭E9=U=u.4Hk@f:_$%0v@W3?yP^*X1Ϊr򌢪-Q5hyXdlrǼ7!QdqyQԏo6Z`-[ze Tm]n]hzƾk&4ƿS.?6¬3UXBИ;mo#{/[1Q=G>wJ@2_K8#W3o"[(6F`CAp >tÒe0$S0 C"XIPG}SG 8!y*:(Ί\_s<?-,֑*@=)vo~u>g65X+Q&**enkyaR%bT!Ql}-n)~J +0-31-)@BR+N~DpGs(&4?efl";ߤX'] EN3sJrbc#_9wOX!JrZS ͺ,q LI>k ؤ7:;MCPXޞ3xUqlYfOI(QVCPlNSg"FI뙃 #Ne/Jxķ!aa8+Nk 5L K?BL ڠk.rJ\L{gCIp^n \$sF`MsEx៓S:MdPV@Ym@ wבp=Yi`7 54=0e62Ye+;^etG7=͸|Y}0漵xweSCſ d}/mu.#v/*U-BW2GWuSZ&MVGEx0}T\5ʐhk$*mC)sC`<*hҎ''VWeݖ+Zݢq1Iɞ/қ(i7;A9~7 T8uŧwu>oN5_-OTXd]ܰJ6S?cCjrR@Șa] eusD%pn  5dH,YW  ,m4;ф߅MzKXF [;p!wOĝ9tr% A0JGL{;.Fk@m֕ wN2p]q51u?sIh`6_󣩕jөgݬ -GEP šzA?CWn%^sgځ#bHeFP>5NJmλ3am,bG̦l3-vے+wRx"/2x1ƥp)L qGXB*H!Vܰ+ފ s܂ަD)q V种F_' }f5n>SZ~Um!M& 4Xp_QJCE$LT{+봵 VhtAe pܨ#BH"=>$-8'šEd[cU ^ éSEF ԋZ 4k='~})ҁqX:9ʆ RvweZDUGtsQM&4d*J9'D8&,QϮjn=@q[~MR@[WQ&'MB] x:FeXژvUliUh5^W\lOS;8˘"b@Uk1ujqrJ^':9/ȩ)g\C31 \3G q(Vo~8(c L#sfJ9pWks!F/|N@Ma\GuR6)o6MVߧ9&Y$5VpV#53Nnn\2죊<cJwӦ6'%`gDADD '## J1l\s*ܝacv#e՗ ˤG'5B 2m9uؼ -@?'qL ȓ9En h'[Bxs#Wqz-6O1ߊf>W}J#9#DV)Ҭ|Zj~m=( 5^/WQ)*4atkzȂ xuKA~fǠ `W}>g!Hsձ&x1@iTqcYt חJ0[.ʼg݉dMN ~MZoPlylh8)K:l_! S 5SNs^c舺ތ0YnY' Hl#N{h\e&yQ\Se~N i{Y7A$ J*VJM `:Jۄ+[(5ΎW 9-MQF(4LD}D*yOy48`'.˴sTj8Kk#^+ s2FPbT wHNo(S->0̜ AR}`\T٬7^VJƖ#"B 4Y@E,KM\0Iտ x ːLGk V`Bj@UX ˆq W-P)}NoL߉]x?,V soKFΞWKx _e:0FJ8fy>~}A.wؐID&/BrҴȁ(CL J~!a??``ABȜF)1i4J}Azй w)bw.тhF FGD/.0x "4' ]#)YBAvGѳ9u@XC˽َ_0^i ݃T|/ vU AhǺu|;3F4cAvNv]:QNQ2TaL Rrq9UlsC`mvzX z#[֒C&ϸjr-m֠?Dxn%Ut!% < "6< s(+⼓\q1WM&׳5~KVFOUĈ %uQp%Mn#Y1F+OfG-o _1::JaҿE+ф4朠8PHprRz]QZۅܠu_gk턽/,3X'F[LZhu$x{ 4oM,Zj/RFL֣ f@QΧ#+ؽJ{Eg2TboPA~zkqtJD~k$?Kum٫+nN_ ܍y鬣fsZ Ei(D[?b-vp'Dlhgҵq4K^r;dͯba!L#ove\#L="Q `P4`:aܳ&|rI}HM5Rb5.6f~jJwl~ѷ7zM p/W(!Z s2fm%Ge՝t&i%nC۬h! ਯ 6Ϟ WycwlUW˒",_pI;KZ)U$J-P168cלn,E hlTڌH %s1 נщ2KĂ� < kIaiҧ!B7ӑֱJq"G"5 S]zwb7K[̬;0ʅn\f pH9*8)Wn2+ vh%x#k3%;NX.cy&c&7ݽ ;D`\{_`[lNPEU靦X& }{P $0⣤Ha7ղБg"ڢm$>Bedބ %nYWhYvDYŔ|ti;LQVJy8*Xo?aY0%vl'=&h7Fذd"kmtK)K^ڈ#n%]&UD\ Ud~*)b {~e";;9;iltCh (mLp^ qE 4[l Ms̟eŸhr)zXGrrpN`MXCHQ^O˦#`P41S9u7(kK9LH@64÷O6!W`L78CJ.Hk SY_91,S+i㉌X?%!9}%jOؓa8{Ɏ~@:{fGku28_hGq-ax0 )H!RerUإ>NוDI4i,L {p+%L݀I ȏ tgD|QX%'U޵kv50ks!`HStClx&_c6$ LPuMri2^c-*&=V=< [dUȾлC:4-ct=7Ҡ|Dջx9弄^FY. I ?/M[#4oi/@S9b˦= T{q g`ϬGۂSߖd)RG'Z&¬xm״NLcu AA bcCqCMh@tl$UZ!d*ǹa'p.Vi!mVv _&͒UպOH݌v3O㦋(T4#UpyjnQfo?ўVHwp؇qƗhKPJ(H$S5`ޭ;n2h_=rJܤк/aUC! }K3o!Lz8 cv5 @ټ_|jλ-ْf[x;h-!bA< 'g5tlw^WJUJ9po8-B1lUӃZyh=/d bbTC~p_:ׇ #UսHD3V>{uki_U{R0SPDAON;YU]KYqCV|ōfD}]=ESzi%fd=q9=OQFE%J!6F6m,ME&|/WDt~őrH)C=hZ[=^%gW#"?X?@>=؃8-1:?njWm2 UerITGe/8Y99'B=~3G~8 Ӕ+IД*{wȿ֞ls8Hbi_kIGr&mxeAu)F5ZR; \qda#qVX} @%KD:aYT[ L0k #Q+%sܺETT_s>׼Aryްkޚ)y=&ߘIʂ&vPt*E.m4MG&S 0P'<GyMނʤz ds_/m~#wԤU67}blin_➆XI}W^iF6]y9sC#e^?81o +)I܆v&qxÆ6_lP2bнRsw/MqbUSh ԻD/gpDY.ݮ ;)G~ӺDOi+@LdjzHsz C9Pb9]HtVGh8)LRA嵏 Μ6<$ AnӸzbq$JY R[oa.tV:`Ы˫3#{nO94vuDCD0,2){;ǥR9ΆXfi[2{WakM`Xe3v"Y!m=[ѫohu+Ì %r<Rlފ|(/$o>Yw! Ot0iOrA51X3<'w{RvFVp8}Md U]/ig &"7@0plb|9 Ita"oE^xM6mm ɻ G<-@erp7ըC@ooVD/{"%, Ez+ˋS) 1!x+\|Dqxo`5uUuO;[U=lv gk ᷜmN{ő{?  HW#@LsIX*; E>ɈTǷe]4;@w:n]sE'{\f۵61 8>%B,ԆA1L^Cx&oaX߀>Y8̹oH`' ٬P o.BxhSz7ʰ^10O+C̗>^ߪ$aGi+ʵ;_O9=-jΓΙkMŽd^Rtl@J`akΘ;dk^z7]/!}Oѭ1Ust ȑ!N\dT"P ˨w1d9BCbi46c[r[_L\+kٚ%!?g.${=FuVN݋W wRyLߝ$-5)io8ك, Wc/[k9ЦN|\"afNLKފIP)x0:cgwph=FVs& v>tSplcG.VJ9뀜v?}A8lWg8V$r3䔒Nr J# i"F ?/0JRܳ(إ@Q1kH0Ʉt?,C>gC,0Y<ͅcNGc7ӏ ɸ*UKeF0VϸsmܙVڗ(C^Y63$/OFu]%}$E(2kq c ?iś%vS]{?@G<*lYtkۤx'} f 2+ A#,ոrtS; ޯ ė+d R2)CSc-Ѷp]u 8)D\n2\D QxchJmeǀ Xq62&uӎI7?l3zK؆z,%'ť+uN!JBoqhӖz%(3LCµlH"7Uq(K=EXxyD( ${{w$NObo&5ҨΝ =/nt1*5Mpt N .9,ևpf.Vuo^s+@*ibj+"Ve~_u1F=ck_fwY8>Dtpc'Pi',$Ũ؏".3ײHF;47圚 1l5i8gmKoHzB HIG.@ ji%\6\7fE"w $,!%]sӹlZ{$UN!@# p"bW:j˵<~ X>#8DkrPm& B?{G唸$3>Ym%|A8E)er|Bq/'ɠuWysr7iD}HXJ{G?ZjsPL! F,Crj@D(y+ ?e+jAE"@J 34B97V/~kgq-thFVI/$;w/uls͗ϘMI8ELQ£P\RO%7XssY*@t8VAq|ۘ;0z;Nb@Ӓc<=Dty5(]q>:BO*4 >q`SWI ~}*{֥ wsU/.z-wXb@W{VP&:o gY]I`ՠa+to]>͘4W1WKn2%1:wTp \zH֫K"Zl{TyZd~ro/˰74wm0\%s䤬xjQޱv][֚4mE'<2K8U7W0YKCAdg'1uiE,KL9taG<5 ۖ 0}gV4TR~4)I33vuOl(l[;hi pЎ}#a|g*!jr${J#ءQ6|ϐyo`yܴW ye+o-lq{Bp7 |e]bqG!_*Fe.Ց&^=_ȵ0w`K3K@][ @ kx8a̠d9Z"M'E!`1C N@i(}+s"%|-_sJ~7"? qE;"qx -n5(7qb`MǑsnVqHG2Ck\(?mGT]ꘙ*y$Ft|`SEdv,obB? YF:8CWTذ&.z'DYHrgoDQu}z? ?tVoQP/UrpXOYcS4E^ܲvXh)f,AC*nlMBt>sG`5ֿɂub| WF ='jҝ7Ǖ$a_yTʜ[b6\K@Hy[* @>bm4:h:qN*:~Bum.grcEH=_Ζq!,|J( z,MriОG*76ٸ&z|q0/3+SVTx\V%n">n cA9bd?'7mc\/uOgt> h!W {BAFbCj\h00!1yj  qiT؅G`̸ v U,z"@޻>@eZ oA2T5FK;4M\DRѳ.\?gN0EzV1G 2ВdJ?I/RW.僆h&+Ig2$}Iw!+q0A,=]zemGx^e^J;=2%O׀#rxeUuE;Be!jZ ldt[6BGPƄ@^gvK:Z1o,I,nާf?xrv](& 4XB74e#xTWQ\R܁E pd>1wk!3{u-{kBje<6T1 Y1Fixcs1Ü$ު9xm 滰\!5H_f1QRȢXZr|`kiUh;)Yta&T .[xӒEfJ=+uc$' F{A)`>GjuYh? yOK<Je?K &&tQQMyeL*Po2/quy4s4 ӿp=W ]4  ڔM#unh?"fV\%Yz JV6!caӫ)fP7dx\WW_kpopS6#$0iVL {j W 8+ެpD_;NPejMl%^&{0-Qeܪ< .9pOXn\3G=y̵jN kj^o[-|mXdX\lϒ8LhuI . uݗB~)n7eX110-[$+V,Gd]}*Y?֊}}``DYn~>J2\ m Z9v.+ZV'KCe@=pܭXvf=2KHWF!A-X2`≬Z 7[n|=OB裒Ш{$ms \Q44'Z8a\;Y('銳;c'^UL$]r&u{.+ ru(s9k"B*&=`l5\|k,/N"d^ٱ t!K>FT 7rm>ȅw\@K?v1#ǙכJꐠu9~%_wqnEv%۟7IT1\B ւdaD\(y'ٯI%(Y\kxn! PPAŷ|M{1C.?;h`n[QRI;oZm}ufktγT~{l߉@IN{T9N!O# X wZleP G}qדh>^ 1NxEbq٣m/x>=bup:##Up ͷ`e+&ߠ Sm?R^]4^T蟫 tQ ֧G16҂Ca{}xr:L-,"auU1[yݓVPǡof75FF6'eUݬyYarLLMGn(LB(\bo{=Cdv6lP^":ş;(RR"1b֨~ebd''Rvf{˾ePoWM֖E[5>}yTh GE>G$(xnѮպF͹gHL.T 3pDԶ2# x߲m)h]h0h v\7R\ 05ܵ PdӒ٫2y;E28+T[˟?>#=z_sQ=bG8pE?+RȈ,%O%#"\iO&"|B2pWٴ1|C`&6h ~$Y26v}2Ux{=T ӢV.Sن"#1^)U - >8Xi<Enw P›n4h1s;Mw۷~Q#%<+X}-g5)3tlW*L = 49,^KSỎ,--'nC\8]3 GS TUGo28&OvW !$x]zGK%W5$̲;~d 9Tݯk#Jf}/\tB^q| ,uolWևP?ޣ?JY$K}ȷk. }^SF/QS}kPkҡ&fE4"?I|m ՎM3WO$K|;c˦&~~}a98.h}`Jlwxqp5L9>\q32Isnf&ԤB6/uBBb' %?1]ѝ{i%ơ9GNd]5 1O$ Y@aԙ7Qy.oj kZuC>3 0vsTHbh2Xޱ˺E/}^igY!|I,Ya)I +Y؝:x&gꌔՔ9Yif}f!.n k+^>G53UqrB3_1E^O-GxHvR+ejOEH(X?㿫(\Hn{s9) P>쀑EXx.'5Ji5 kMEx &r)8BL^3cj_) @IEqe-DiFj_cp+$$^܎vw vOw9 S'u(Zs:Ξ@) .CK(yAGb*gQ9 g./цͿ s@!N4Bn!DEi;;]9[]Z\V}apn%y)ȧjD_I PN-Z@\]ٵ[VĎ]l9]~G +GPpO(ige.|6W*E/nXB/l2}U6|o7j-T"a%l!<-|AY;[USL%QvIbMń ? j.[ ~%,SO JW%23vz7޲jmPy s},>Wf}ݟkJK@Vcg-fDzsJdj"Qט]"ǫ $Z5~BnU2C"qC?68Ydʉ>]UAM[L>KMLZI[xW#A*X/OrUF#0^E1صB"LKӛ.,En5 2bO?LCGѡu1R3:˫eVS(k,0vhw?iF#CPDI# o`XG]YťfW,zqd\ i ~kԳw([I^bjOz5֍[L M3,(h1,ń[ CQzou&W1:2N^CNmg1Y&ב?0`}H* :uD+p3v^&u`΍T9Ejdse+ P>p_M 1Fs8[疿xUG炧Kr&B`юOͥ[*8jCUPom|jOV4rX|؇2(M/~xFЦ"t&(uyk۬ZõƓ/m)hD(xwU{2),aN`|gKM'ba;S ,I<'"4/m;J/`rT( W(ۥА*mH ہ38I)vN{4oH‰zhp|[tZY]PU!l&q6$wԘ\ot/Z%ybf58iMhA* :Xln:E0 w6 xg+[eSB|< h|GYԄT1D R|aw2nzOLl!OCd, 9>:R Ku# b_(aY˃W &`< Cj72B15-IZJTq轿JcO:F51& iQ;B*&i b8_(lXBEv˹h!+aG/KBR[?aLwv=Y) @rեI {cl!ao[TXPBQ\ ns^_`=LjhM08vŢo[*90|ZFh;PsV.[mMQِ)Z9Iy!REdB{~T(Ą|)۶t&دEGbW RdZŸ8vT %e$}^ CG*$CGlYPk[aR[dlhɑEUإ}QTy# @r.P%jXC壢Ycv~TtV,o УZx0 f杫f4* zCe@/[(ų&Q5|R\oq'=Vo+yz|xJȩmrBUF>X#[V Uc[Y0Tm>(89ۓLp%6nqr1Ѫ is,wOy/s~}C>K! QE#E9!`jWC qL߱*ŁȰҶ`n9)QDfr[,'x7N`2pъ$O&R&#C`.& EC m L& 40Z״hvdZWo]s(VpS6LWw :l ~f.t;R$"[ʾ'TH ҷeW+ů{c Άjf XYT?䗋PԗZ dxU'ydds7m|'jgr%iCjCxv#/~@'r#ص WUMiUZr'~(  򵐽r,-%\k٤ 6V IQ\r KPz${ѿk%<`8V#CNbez#B;jO ؀C:WB$W EUh(ggK&>xW D,{ci˜ =5Sd|%vPۜ{`v*^t;0 e~gʯ ӫ܆\t#$!ۣŀ}YEqߍ<:*nqKʉW`pha,u EbrA6ٟpI )$q/){~]vbfxA3$u.KbơX ߂]c &'?σq$oaHM8!4Z^p ri!wѼRh/;#C|,5ّtLiTˈx%~m]\1W>ǿZrd( b4U{;^aU\uw Ev+}yE%r]Zա{E`ƁGU4a3]rJq8F8Uf ʨ=Ȼ_[ b]a84#N&`O9Xoڵ$Jh-э#"U[<.>a7'gc<"&'Rҳ'У,$oS凨BϝإEuYl鶁\fX䨩`nb0Ҟ|ɫ6,鴐 ĵ dcHZ0lp5.= |Sƥgd, +ي 4 ? '޳ #w0D]#,HDN4bֶTn8vKꗼi&U~!|zRޗˬJIATIC17>^۽UO؄ȭlQ#k٪(۶0I3 U-q> C M,ǩ#n QI<r%I !3Pyz P96,p$^ sA}AatJO7QZcZ5/cpȟA[n:ݢ &xn}~[kM\h/U)N)@" bO%)G? ^sSBΧoA/'?qUn"mm7$GOq],_(tbq5B̍6!}3Q n̳ UPRd hAKFuDE ;aPތ8'F%z=A?Av,OYQ9I*~ H r9gܻ N' уq 薈LP-졗MyFɶw] IdnT$FZθm~Q"R0{FNP!t3]ˤ`:},1Ff+;tg N|7 ~+WgnOƵx2 ~ e+W' 3@a0+U"2wX$yZj/C΄M69CYCH 0vl]xB1lnuTYcS\WWD#r>g/b& <$ne+Ί\JRf*-;ִS;I:B]_;DiG2,}&p3ڼ7줴dl[ֆ"=" Uk3;[{IVi Xoz}3(TH>q\dpB֋$f=ܬT69-F̻ KX7*Ty X[EYKHRFBw\a.ućpڄzr }nKV&{E/⋦ViG=d xLPM$!c)J7kIz`v0$;!߻aivW ǙK gadU[VzG7w7D)OqۆRO5MT3֒ęYok"&E^WCY`?'hly{> P IKe@`g,'rLF,ŷ|~z TPw%Oz!aȷ6 Ǝl˄_[n,|8YNˡe_1 U'>}bjfkyrQП;pτ,~9-qgnA$HHt4KE B[o2$z3&6o2"yn0MkĠ6JRsBfmt]wx 8OUhK/LdaU":L]oGT}_;e\.:*͌zlO٨?QW&gb|Zgn1{`ӮQ<"܅ӵkSKiyO S1Pfg[9`:=Fs3e'th]{e A+udzYq*귴𶯠 ,[ڞVa*aiYAik п@gRFMOQ\(F>p= nR?`om)ƝOlFiwO_Ur3걜0d7FgxeQu{Ȍm(r}d>wPQ3k~Ԋ8M#r]>##eFԳ(7N[F:ܒWFW_T|-(ۄk[DC?'Au{O&WH>ѣܠ ȜrHZ_H Pm'qj -vAl0jV E+1(&*!0M@!$ W,͌wCF!T %DYXŮPЯ}_p|3NӇY#*{$kn* lۗӦ#*k&xq+!"BfE]6!T*)A'4 }* s%ޯ??g>ƛ7k]_k55ңtLڅ6FsͰoِ,+pb\_?yndRVeKɎ77H3s8K>2--Knc`{KPR/hmRД"K_*˞bVGV~N!W&ㅛ@EAxjTro#6Bjl -k2E9@sz0)5;b~gDzGa=ϬqlLҶ 32-_11;w/7Xgߞk^GRcҳ|RY fZhKUǔx4cauke5ӑnZ|HFuH)4B︫{8q)|>4zo]'uw~}JpaSV[BGxHsw9|U;KNv @c14YH䇔gQ&FJ?j)oV` =RaUڒf0JL>`Eѫ53`V@u*m_6ғD|&8a@JVxPLJCLCnHl;q\BQ[#՛77"5o"[ $D ͕3M‹Aa-Gۍ|J;tԣUX=)}Ƶ\}q'.!LKNewnXL͟Nd5DHoo˟Q<KwYJ+91pWّh:6op[Ĕ?DoCWv8]Q:})3S@ ǡ-3$ȷDǼuyaTu]8`F\v#\۹ji(tRyg>=tgy.I9bGx*2ViTM!} +@ ~3{L3eۭMڭc8*(cojBg?- iHZ/Jh kfDP&މΥ-#fN Qeu72ˬR%$Y "| }ƪ[ƏS:UdnGXvslt}ý>O*Gٹ υ=ipP܌grF7Фe֎ӣ bp(u)WɌ,G}PUlckvM)ՅƞȠ tb*KDE^uզoУ([{(YpWX~\ -Xg8Nt nQI)d4 E W΀$M uٖ!@UeL@cKn3еK8]vSeww_sHVڂ]a?ZH+v֙K`OU0hnԋnrM^ct (nt,:N[;^.gaTE~FG8s5kAIQ~2WUfTًNƎZ\V~R xoM(1vĉE_6lz:y-ǃNXXᙓ J2ElZ%-|E$Qg>qJ:pP.0-Pgǖo xtHlx7єKoNU Ve8UͶ:@GzoybwGQ\\Ar &!d Eduh"h|[-r[?x"0,i4Yfvv`' VR .L wRYj'l] COwZeܐadKN_{MY\jǧ7dn&tX=譟O4v߈Cjrq#"PRTcbAHE5'vAT:V]GnW3?o5Ou1p\Cur5 ( @TZoNK>25f98͡$V^50'] 4 l+T;PG .qoK<\?HR bF~&0nɲq?FO&*vZ"WV0d*aH@N.c7>F5~e2vHVl:t );z;z+* 2gxZ漩uLloFYUJ=70G`>YEn؂Rn Y=]pD &v_ۂyQbTt]-|!n0oҏM껥?\b?#o,.[SxuuH(F5jߗ>`V+ 65-2]]-v^gc Y>%n-7L ?" ﳫj;7>|/V$E,T6/jęJ'5ſw̎Dn0bE͙C+:)Sb5>FP Šh!<`Ռc$."S~k`۔KT *i⩘E0@].^WqG)+l\SsuO!NTJv1MܼU]B[4\4㞭b]k?4) lĉ.R*K<'ۭg;S'|0s܍(f.R3;l(1"mlB(S| B!R{Fe7~"G֦^ũSpvc;}6k^;E I/Yéw]@OHD!)݈hkEcYIQ,A,d+hN"ؗ,pb, 8΢ʵͣZHK8h*;k,ү u@y| tRKײt2L'GQ7AOC~{ݒIaj (>]p5z+dO+e+ du\sBˌI5__U%R"=^ALK8^k\\ q?bψs?(;̦B1!eA8Ko%2o tV| Mew=e߮4]mQ޲4~S fè}oޚ/⯚u8wOd кd, ߡE~\.Fch'  褉̛MF ]}oUgl=NaGzFh2&9ۡ%K]ԕzt䉟ز'L0I0ۄjHlLE)aB)1O ./I2v, 'U*_ !oT󐖜O#Ctg92p>"z;ve+j̃3 U>8e2܄)c Ńk9]V}ior ~=t_>+qux,ӓY Tg"\nwS$2Voet*w)_N?,`V# ڈc3]Nz=(] m~mGF-^ l:oJb$z`8skċ;c^ bf."[|‘ef=x2^sF|?X M[~n.g<;#qR d# ڒ q< ql0/Q\W0(E`ϏFCwƂߠCwS <&!9ÏYwRϸU͔_dTj:0AL\ n=d$[0j0xlYAC9~'(]/%e kǣ}W %%ʲe%ԺsDY Džv et8G*Scßͫ.R Ju; ȗ~/|.y?`п\X{wыe- 9z*:?H)nKJ';5~?H}]֚%5f~}K WVl!"/tsR 7F|snqPYJmor[<BhjY9"Xf?:n,.}jaV]lTUkc ?@>EZQqO,9 T#pG09⠕u74g[ͮ!6ZH6b"xBÝg.i #Q J(RhluXeNUF w;Cj= =leF\ =XAq9gfQd3# bbr,gy8ʬvr@."E抮~VH]dtwdp)MaD[oSUXZ ,xjF|;2iaȯB8ӚޡGch\R$F$֙XAXêٜEQ2BEt!6{!Erh*/ͫ\$収 .kgX/oߴNiG3a+=$LxEUd]~Ӕv8 {`~'u֦x9}s1AѶl^W`T‰UC!hOdXh۹--1[lYmˈ]*`X/L#LIu[ͷ㊺qB 0E%^dݒytG2ԫ9sREwdMM՗ۺ%H nm ^Ųߍh E Tnc !<Y_ ޡ%ػhҧ1L2}NN:;RM_ZHsiVؙ2&ؙLz6W~ox1Rv!Ȳt\FZv.U˜3T/VHHȯQ)h:S*$B,LR#nuWeJak?u1'Ovd vI.N1/u58 VFڟEE T?<Ճ"tȵDt$uҶ&JjZe j9h$-x^DE:=\$4-=TX_TQγJVԈ6BKx*uG|X,A5f!ý`e"Qnjt ѡdviw  T٪ )~z8aI:/ ϙ%׍tڜ>\`{+[ &Q!IQ+k٦|re:&ըz#SbȎe|l}6_8V@ߗT#5j J+HyjU}LLP|r}P6TTPWq~t)pI;b P^"ʓBwcA)n T#wSRaqeHsam7znB&luKn,Wjjɐ4$.YY`80rq Gc-6We$-c@;2΅tmu>vc6MqN@Wѯ~*e5+R(QկlS)>{T ~2l^-6'߃>Q#Dk'k,$YKe>UeH]ǦPN:H$GM.&T#.0**s)BٸnSHRO¦öJ& \fp3.cl*~=A-lt+t{?RK坓l稀52Rb_˲'<ϛk2QH#mݫtNٺBs~bg jZhQQΈ-'&~d7j! OpH4%n~Gp3\IvW/qh-J@ކEaBD;&?'kgrz2{T}F8T('[3`H#Au שmiZ]|WI䀍BxaP 3.\y誀W8G sNG2h.CڵAՇDA8$c{!l39ɁbO[Ee'$NY28D]Wj3dqxύL/y a:c%E/ͅRQߎ*A{PDʚ3Kzpkbv ;.\K,PTΞOYNSq؞"!ow|=e}n0h}&l nUXW-5-At9 S4s2Sd $ѥPkR2J96Cj`vYbL!{|3آRF@o21E&1@ # '+e]JJQ7Akscmф.ly$cb^:+;Jc]ehm=vpvE 츳fN14+ho6Vb T4M GJh˿[t暰GL01t#JY>: pyhӋS.- S> 8ơUU߀-c`/))f@FW,cYnZ| Y]pqNQl,#@[^,VSr~0Shp!Lk[JL;ch\{iXTSz9:,xg ?j}hI^6QK&9~_vot?:Gx7vP|H0[|`]U4"G:]$u?꽘TޘE/q'tʿ=h4 Bp]Zkwޥ_')W4eJe~&b0'%ޥ8]}%9b똨XstaC +x(CD$LG2ѦQOUdk7~Lo 8AVm#ަxvB<`a5' 4 cվϿ`>vm @KΘ#_ۜ[B 3|bdJ1S-@m8A"p[Q6jY{?{oH~prmFnPmW?Fk) *MA%[ P%q7&xC栃o O:2F.NړQ=}H!=D#@/{5APbt 7M̿a95~MnBz?IݱP =3?pE;'qqjkZ_! ~z*޳w $v9мFځڐXlM_/_{wi5Q"@&88j$eڽngxfUΣ2UclLXB)4~*:mq=k%t^'n TvAӢBH}-@'\H."xoM{.<9xbJ 'p.;K 6S84g4R")-jmXl|1P'u,n`yhiDB"ppHZ4}Y]֭q$~9].ٽsbBNL,)T@l܁[45ׂ*畳]/')$[Zo3HߔR];y-$s]W_ wc۪l1c4Men?^6N޹ov(!<+0ΫI,HUR.>ܺ)q}9T/F\DZ35<,]w 3>+bb\S:X1g!L<cI_f4ݫ;w'9szSpҹ!]1j\xІ<-|RĜecTgYc 鉒<-I$JeJd֧B^6L}/a7V̲ 3QTB[w#dA6M Ȉ8׿*xdBgF vAfW0B?ZvPv%fE[A[v\.Q_UQ^)Ǹ.5>Ҝ` zjeˌ9!d=7::mXw9 :p"US*M:9:&On^ےq7T,l[Sxh\!HW1]W0 nrn' ox|P_"N}CQ`4=IYP՞6 6j x3<ӣ:v9RMɉ1(0NCv \5㿟:yeuB_ sπP{ Maf҃~`¾!ֽ>Z[1FvKgpi4Â)C!?~mQOΉ1Oa}$Ȅ>]vNXN+p7ټT*\=ZNMTK"ohvGCt7zUWSg[aM,5uybiCF\]qW)VqQt\kĚo==IXJ2I,G$ZDi/:Y~@30BnV!ms`p{ӊ]ٸ0JC[2\hؼt.4[8DC޸%N@VtV A5+q׮hOBjE||^MeX}^&)վ2!qIOJwB6iQeۿt OZrC W bR]EЪ*P+5! }W>( h zT*'fXb82c^^d [f@riaN`$1īql"hbCYĠA1,\j2O3CάY*Kp950cd/8Lj`9MԘ6f:fW$eU=sḽZ L!ԹTXGx !y &Ua2U`vފ/!5ʔ#7J9Menw !AY*XYi?bAiD:`($R>u/w*~W;s!Z`M|X2C- U dS}#m7'=FGn?`}ޙV ֠B3ztlUYim/\q4n}]pI-x Rt59Vis*s#v@w6CXO vϴQn@c%2kqg/ ̈s/jc!,TM0|F0#']37AyC`ѧµγeDpL  ވeŁ\hp{Y 8}fbפ\ō(R]]ЎI`m]<ϝc{nwYe$=mE;sK˦x)V;8i>lq@: Z>b#:)ޢZψ#_v#*~'TP=PжvPV_"]%y4J EO\זi<;E[MgAI=S.oʠ\=2RҜ"]>h88d{;5 aħ͋XdHx4ouM%ޮwo{ h~W7]K+1[ ^-aEC+-mEFg_O|X B(󫐷y4ZhW,Y?Rpt sޡ<^O89Sҋ PWi*KwvepIR;o!4T-7n NW "]T~:E@;% Peω{y 8!AInt>{@f0"'wO|?;6 zvLhFkL7UT];6 r9aN(hRdDm')VOYR8W @3gg vR\Nq+NJSy!Hdd{5]!a d KccPeђ"-s8b --_Ra+!gDq03A yxI&Tׇ:^P_C$̙?dz F x S(uj6fjb%"026WA@.hNc@-u7;םHʠ,nߍ1Oa3Y> Ado?UO2~[hP'לt7}+(-[wc#<@ߐXmDW3WrΒ_ϰ8?z*'1>mkjG透HUbrh~ԋЛK8P!ՃHDs?Y(} vE)ǘ,(R6E]QOպzN_,ͻ՝w_f^\:DCC#.gUA/  H-Y H ?L8-z!bsMV@^vDMqQR+\RʵZPu392h -ቊdj,o?@B&9e<}ዏPf =g=o:w"]iDBr IkׁV#qR&)Q ɩRFi4J^rcmbG%ڂ;L@f5itE6%FKP%@:6֗+{%`;vh*= @ ]A3CJw{L2fgB]!<ۅqodf{SZ:Y7tCS꣕$Yr܈FшWFr$IK[-ělI{@M"29@S#[2,H*/E᧥wv[H x*Y_ɠ *J~S+ !4_Q#ck=O/Xj,cO1>|? +f%]R5+!Rd2վ^)DqK`z6&V(090zN7JGL:z<(-S2( ah~XM-+vLSW=9r5|jB|0$!dC( rӓ78},/1= k\ۓ)z¥d~zTs}0n"ibȁP7NhN6XLM".jm\(~)UDTGNg|4|d&^Ȅ=waWZJ(b'A_k|MWAўZ~wN #<6fX[ #>='F "Cp .(?(V*k㢮EOr1/Yx׹R|"@P!dȘ9G"O-Ҿt;<Jj~7nXb1LLN1|'Xy8 Hg&Hޒc)Ő<-;q]$S2YTbxhТ](~@꘎\[O6j{(EGۯ\ inrʝqTN7RBO˘MRHuCk%%T߮r:j.o*6OE)u|Vli86Ḱ9Yp>[\FU3)ێ#`vp2=WL"p'.gBh/c Es5 4c V*su"Ghl{ba+uҶ Cg+ 9Ho[Φ6:Ag8ZDlYN;.(~NX?ZO{ZU>G:kV0^piYi0Ř#)J]T)8H'2gGS@g[+{UfC1oFfPGC- B`AWRͥ߫rK&ƙ!"eF7  G RGN Mխ]z!m~H=Zb:JD<"N?,hj?5"_`Io27p6?%ofCx8V ̌k~fns0SJ~<ט:7L^-뮋MoO ;19@Zb A`Eeyw珠ДI ;mœғ@֘51Nc rXػ=9Gj6w"d$iksҪ2q@RgEOwiO۸K\Ȼ~|dd~)j x53s>v˲mUWS#Q,IkY-Se* g0=u[=|wA IԢK.raBz2U!b `BԚؘ_ZQJL8n¤4!^+5 ǂFm<+4w$"L:;ơ2؂b̓j hDxxͧlCS_X/z}*?p"nL7K m%ֳή1P\Msk{E$E09QyK"܊׎I6yZؖkRTMvq @ =۹+*E ĭҳ[?Ab^y9yR/58Nm[u3Zci\2/zs=YO 'lȗ&&ګAT&H&ѣyZsagEBdpJ:9#qx`\֓3. d 9x bk}'oÒ ͦeS/GB&Ɠ ]rI:^/`fv$[ZpS_El⟈aS5I~* 6DT.!ZeH }5\픒Ьy=fvOMLsEo1uh3~1CvdM& -˃j4-f=tՐxn˜8Кwn+FB%i)U$ʲ/Ym lڹ  ҧHxω((l76Ĭ@68ܮ &= .DC.7ΤtQWvɐ4S7Rd3> f֨* =[Uy8"0>[+zQ@CBin[-V1RQ t4G 2xG^t36z2Ý WB7ħH:U,͊zk]jf^G+"uEws*Y\q# vP4@CVT8mee|7bRW^*ÁVM`j%+3ުXHΜ(xD >i6$ JcRY*H+vu)T\gלG+ǟa@'Q)UwlOkӨdȲ_>0ƑU0)f^HL*e4y8}dJ\Q`T&!cDW4Pghuwm&WcySPp=@7!xi&"p`h,yuvt9qެi{rbS-`@[?\VPdAz"%oj}ED*WF]Vl5Zh6yGEsiFxi#M>xypsGՄͩoW.Q94 QB*ϤY`>Epdi-C42K`ahfC?tcKGybsh+w[y1lt+>+}=.$:vf_8g0ImoᕍR+x.{Xw>6$:_5R=$7F-@ޕ]bib O\}Lr2C5Xo47g7$Z6a;ar&3Ztct>V~$ ^&iT!Ay(h}A /͜QQ5b2ehEXԢU"AXMnF7DB gyfg̹bEhʘ # ^Kz z1MR$Mze*$q%JǤ^;9qᆾgU_^"o- z%|&JFU*뽀wp r26#j: 2V/cQ'Q#P@iPV929mצ l 5y@ڰٙ21ڎ%\R'xfdhɵ6C/*HDпE~9 Jxue 8Š#[;B}z?(ЛS ]* .8KcSLZwopLbSWPJd]W 8y=.ݐ:j]"F[VA._WyC֍`F<#k ˻HU+q 1P*EN!]d˼MKOXs h9v =1S 6j""O`2hG?)-%cU/s/9Gq$炏}ޚVJ obbh& |'EA<|08c;?ub6czTc58\zi^GͦҫA5?0C7F̾R\uue-]W9\/n_7%AB:1vKesE3Fo*@] ˟۴%I+.)YUGtm F}1o4M7RۍD4GHUf5@8[y>܀*rUo'%T$hQU5V){D/VTrѴ pe)!je^ăjҷ&2@b(UI'-6 1@YzZH6d% tӞ:0G[Jz(=cÊW2]^ޑ.'A!T(N|ߜϥ#͕~D+r}KV8۞^`޷KoMD+~1.er {\J}( (? h]DU(v+Q,!8LQ:h@N 5X7Z-m"QPWN]AVb{74zsvopԠ4k=Ç2 2UJ2; :{a*8WNNqY$M[Y4 y Uj^%ߘ-N^ 0?ؐY;THfym哝tVOZJLw(8D[l]MW$i<:%ixTv|`%"U. -T o-SdUЦZf۴]kWrҙ8ޮ(-T"O88i¿H2/DW1!qIu:)ܒ0{i1oy2f].$$S#hlǴ1LnD.c q Z$΀+KEӋT~ޚ>-c8m1[K+gҼn9 E'blIZUwκ_YUj_5l VIGHQ6%C3 )M< )yz&NTdgM ;*-W;P\/aY~HIP`jwoFmcc"Z'±b:@I-w3;Wxz[p {p $)>(t2:mȫ6`dNFBzhG}D3mGқ]cuVHYOV#wiιVCVb ӏ qTĒGYɐdE߫@b=ᘰ݂pktxjaNc_5 ~ U]ѭ^=OTAM=bk*xTnhּ"?WLC[N}(k#$IȳaGS~Ѧ@ps@"鄓Gp~_6I~W_#J;:A"tz"ӂ[uqc^ﰵTる'( vbq91)c.u&)^hS?!;7U qlRĝ*:A 6<~bVN2‘a3k0B|Ir[iz1:xsv8LD?ljZ'E4h3ՠzLuxEu;@aR>D=DKcN,UC$BTͷV1(\pSjz $7j_mʣ[XY ?@BIk9IqX̭CP ܂Tדn.iv)kӓ^ly˵.>%΢tz@*'\ひ *9|ڽ['alRJ2.lw}543t)/ט*60M\ l[hϼ]B#V< u oSUiR_a\C6$m]$0r?LQTU᪉CBI2;\Γ2z8q#`^W©t #gxR$vzxccFɁcZzN|߶C%<_82,)4Li77O4G9Iby`P w޶< N `뮭 L zzBVI,]̸j 憐vu#R3ez^!ʥF)muZz n3NDǎ >]JѰp:H2 [0Wю+8.jvG;U86!C4>O B24v:\L)qaRH`(46D [= KB+?z}& 0m2RҏCnO餩NZ"_}@ vN񀦽6}Z'"]a+s1#,cҍ7j%L6qڃ58ʜ)M6}l/ k.] ﳫ+;nEgc 4̬j즘OarS"y||E`|1>f}|"xWAB|1s\;bM+Hb7ȄlW)497¿MGTPOAHGdwsCX[gҁPH2{Yt梣|RtUb_o=hWHdM:Zm%= YïwloO5* ^vU+pZp;o1 An Cc{9Pq DIOIuY 9x=R!pF._D_7Z|*eۮ` 8m~MmJo[ ]P{G % bGv+.c8f E#3:!ԃjZ*1^u)AV5j5(SS~՝?e,av_?& ɇ>!‰v C㦫Ԛ8kpm …&;"gaQ{!MA0SO1dL_."0|!`h$ɌL &c"ԒrJ9@ :5)f$Qvk2dћq,<,7ޏr8ڭJ6| aeP'uBaQV}PU隌eEܒȓ}z6B!e3\~YEKֻ~vO41;Č -bw\>GT8FT/7qF ݤ9 =!ٲrTPuY9&'w n*:O]op&q+ab:$e}UZK#Bn _0 PȇIIXM! Uo*پp(г{$ 3 &5]+2?%fQWB&xPxN|rrmZFkg4CC~]lT/;l(3r _B?+4eQeSP5ݕ}d[&Ds4{J.5f1tZ)7""*tdAyo'?h۵=>);.?.Ua8_Z0$Z٫׎@F*_y}"x˅ @m8|+n 2 ڰ9+vCcJܮģOA ؂_M8/;Eˍ]q&/xͫ4tOih_swGV_oQ+Q;[_'CR?toSe|s*@Ot2tu:Dᆳkz?Gow]OR ŕ%A"zAƐz-1 `!0<,ShA=lfAL+2OƉwб+ğrznȚ| Ʃ}nc|g8)MeQ쳜DY7`:XXWt_M'J T@]*$&V*gqhYq6,UgBS?{O)fϠU\ى% Rz5T)8FjO@{ ّwDegn7?ѾȈIi]6xCCaOJbq=z^BYU$PFpJ$ a5y# ry=7W}D7j/Ō s+Uhv`} vMB:pI5LAr^IAÄܔ3MvM}:qUnKEǦiLE؉I+MJ=*g 7Q6Wk3z{?fS(/Ҵ>p)v "tIщ^?.QiB9"!WMH5[2x>LFyMԔd?ce}A1X(<$0EC|%Bԏ; Z~VscmRgyq~(Cw.,rGoF]>G<xN>8Չ9 E6_$ 7wjC?lMwi諎,GW/cd { >"⹙݆f![)\(O,²! B qی)m^`X\\|`q4*Vo 6:(*FJ6\şLT*|*Nɵ̭4Q͗SV LiU.sURA=BHy0z&&iŁo=(Ll4)li%1WNi[Lnq 'C,A4΂4ìQ.uҁ kv6\BU*vJbjoke}.)H!.VwyB;>N cfF8}O=4Hf?Vj2 tEZgcG8D+0K_օ:k\#@!x8@۵oad > 蕡 ݺu}7]$kEuM}Ϻfg- vٺX= QAi;O1~W,A+r!)ѥ4^x80g(iH$oú̩t$ .CH]QnD~cGצꐷhC UoۺXn7?K&+2}6yB,1`y &ަ: _'lmy[Gŝ[s/玓EqQir-3 !ZN ayC8x5Fw%DNjbzlp7%̆xr!D F:}Caa%VG10ϲ78iCwܡoI٩a9%bd6QScfv`Mվ/ĀX\ ߎCˀ"0CKALUhtBzs,G7v Pz/}i2v\j3/%=AFqqݻv3rOY0B?p N7i)㇫;%Ǯy+Ezm3AP }I 4Ap= j0~ηjeK]<F&hS*2ę*<>bRH~2`MoGeWV^tDr:ܤT;| V 6//RqZᗏe6Rn0ym?? Hbj ZV r1$ `L|@E&*]э?tԱ/b6Fl5ZV欁bDji4u_霱Xx9hå[f5%*#`2kfΦu^qP>$e0-Eud%fuI5>k\l aN r(Ej_`mt}&8;S0KAz|q?pM&98c TȎ;-01M@89+(x\{.^yG'=FUi/%  =fzllLm6suZJ.24orIgĒx-ͣWm~ qői93#:F&GxOACL~hMw$ n8n]Αcj65 a%>|I.&4>r BKfDtƶ ~D!<.^(0"Kߕ .ì }6qJPr:88 ~Ka_w `:&>p@z|E55]A?)ZZI JBBѱXAVNɓ5,$۸:O>7߹|-&[ ɭku0k(֖pFJ˞O=bZ2B,Zt!c% D9 :H ]M˺q)-P;LEgxf6Pٜ*.,q+kKixRЖ_̠:Zx'gB;@A'=8,.U){ЙEB)?h|<ǒ}@Cuv<xSOIAd&^|[~G !< x tG SRK~^/XGAn񶱙mv-@ 'R8z}s.fȲ&W‚{YNJ86&OPfXZJ Yʕ7ת8pmگtBSOp6s6YG"#[ 4 %]"۩O>.9Li@#l5t̔&ye 0[G ߚtwW"Hs% *_ \ RPV]:lO>  2=E'6z(j0dcWN>:]+ w'K~ܜKhZH0e1+}Drc5r/z5픹$-rӇQmdǓyuKl)#I ȉ#b+@o k, M"ȆÉs&_6K)2>?z.@85D{)[Y^yp~$O<Giy/ [O I<)"pp':nwݍi]$Yy1yUA5%!C[FƇXqG::my pi7nدmqJpBeZFYoM'Z : | (}:z2/݋XD"Yt ݈R;nbƝBjxqtCy7az=J&/fR=MN;~B+9)o,ńfXhV|;>;`U)h^;3cIyF +DNu>́{d};=8zJUHQܸ,Ũ4Gq6RHE(1^3yiM%tټL Su ~뫨_̖bAnJ|'q.@wpe88OǧH?DN IgzzF'^ꝱ=ܺdӒOaW .Y9xkgQ"PɀNEL' $2CTz쉊V<87Y4J,~{8s卍^*gt`7U{4[Z=~oqZ0.z 뭏.,5xɄBŭ938n)ʤU'}e!STp|+ZGtX=n0ه ߂L4|E*U)J|*y -:xcz72x#Y~V6I3Z^s:ZQ\K@ eBCӬi M8IXwﲳ dBEZroMnPM RRWazq'/r0?nҗl$kL`n7|%/̹5Ͱza:wqK }M"cfKI45gĢ>MDNsʕ~"6f^x㊡\id#f~eCP}l-57zIt9//q5(gUٻ}ȋC@U3ݚp"*h JRўEja:+j&fz8"f&F$_1xҖfTky؆s~EKҴfw˃q6xwGkh8/[ۛP';M*DmxVE"=k TْQ߰S$'i ʋ\.)ix-:}<<멏~Cf֎C$_m. vWy͟\|;BJEiùTYrbsZ[-еlfp=nBBkЯ.3zHd >k0 E3좄c8}k-iR%ꧡ'vs;oŹX9s.N[>du&tVq+d2iv;bZ_ z(,[KEykx( _PPz̖\08syqd$جyCAcF?w!Œ!+Dz,R}GյML{0eNKxvd1\|o{:I9砄 լؼU;oe%_띨}LYV`&%%=ag#s^Wz6ٍU bk,/Fk3mkj:7%F|l0[.eRk> uSi^ݙ!jK:ʾ>lE,Y~f'̽8xA9Nw>g6>zL5Zާ[ub^`Qt_&I}pw|t/V8o Y%Fy͔0GFj=Áb:񆭍{0vOI#ýޯ?i|U*:dn{P,@{)Xz:g&]6FSQlN@#Py6;'oL'ҶoDԤ]&Bѐ SՕ3:u¤pՐ`W:*␠fҞ7pT!0(b w )1lϼQPaW>vuOڼ<ϖ[lXDY`F'4x ϽS%dX&7*K…¹SЭtkCZ /+x#>\MsHA솷v3H]"q0aĄ1NF=YPQyލzDO pbb&6`kOպˈl *=:ZzE4|(^$NE^t1k>~5Z8dB7g"B7[lh2^ 4nA?1=t'lQU1*H.uuI;ޅ1{N^ʱwQ@ok;:68ߟ{ nhq$ 0y:t}r~īoM2 X!Lm'({jm)q!EnN5AYRR8,[ebX%vtm.bBsL?*X 0s]h7!4<;PPv{uM4KmȲ"RAJg緅jIdD8v>ӆ   ]H,˶:ޡKtLsF:݁ vȈ+) "ZB|N/{k',U*i=|(jy,*Zpkb\q8yg[qYrNu6ϊI ȰF7ZٻaDgX02Mȸv1 LC'Uc˺6.>|Ǥc$'Y!wvK2$ϦoRP(U$4qFd!z-O%Vhdq)RoՍh: CiZ1ixNCVړ*TZpً\!K3_R`ȿn\1URG*snviš[.[:pшAGE8PӆazULW'>4L4#zg=pםѪY7h[N!搹jGQ+OY8@TցLdBi5yR%ڪLd-;ne>ϴ֎& TY_ӬpLn%AfH*jDZr]nĖR?M뺕1OS0Mj%p?1ke%6qzK{/vN Dq}V- "!/=Vo~B+=Cݻ@SA&N.΀:jy)˫A: .uhHVxStN|{pU&#A1؜a9_#duʪ(d?I"o؃VCF]+G :աhaZ ɂK> ȥgL.OMmgf:9]DЙnNmiΪ:TF9|f_@GE"=ܙ uYM}t_W T-$IdX7iYN(.@_t3Qp̺>IXE{$Ɓ3]vtG4TaC#,{KVݍ8P!z=M9ma%pAڏ0Okqf#U P%P#\IZɵe;xgzd&XIᒽ]q}l a[[9Gѓ\_]K}>!*>[Vj0cٶo_3ua`B1;XU9)#"1#~Rcmh$s k].';?ohbLO^'r-XհK'̂͟$4!ݱG׮脠_UK+ ROf5R}8SBrqa>X&@>AQInexCIdՐA$~u1{vM) D#AbH>TIb"_|RUy 40B'.7AY)Pȵw⮩1f2Fp)NEN+I!%T^Ug:&aHpp Ϧ=UW7gviMAiځ|_l0 ,SDESnLDuVݫ(I}χi`qf*g:T"orF9ڃ{H.]\ Zc.Dgs\|u+dC#PXG-#0NhH\?*O$ҋ0*hqiQl[,m%L ~33,VwG} yH".xUW* YwQm9^ng [6a"P'&3\<,Q{._62f6 T02в J |@W :Ʀ<5^ E{@ݺDzO > Z-¿n28\49̮xqv8 s)BwH_ö(7 )!˞\FNqB?:o- rt 賦k/V<A~B,vxθR r OϪg<ؒ=Kc^˻(.i4LV4(gŘΉ1fAhTOk/ *LfG3T{3Xv/3~Vw^ "RM LgioX-Ab#DCX[b?h_W.UYg?,ISn~o#_܈t(wKNQG}}"Е-zh͂]S^}TK'ѣRK-O+Kxč΃)-*/ s,h\nXUt,gɹOthCOA$Dsн)~몃4Yw(ًBZ L1 GwYyzq72.Nݗ<(n+2). B^2nAPSVP)^e>ԀP2jIYRƓq"sT pʣ~ͯ;$FXd WalT?)8U%%rAp"oi9~y>5d 4UODVK& tCk9<9b" z-[8%G 8}3"R$bxyi 7,1v Mf,čՅOA8iTR@)Z:.GBNqٍ}LEATȭjovuM2K*S0*\!@ɩ5&/ 73ej<Vԟb3 Oݟ;@jVzHx{YkPD&}*?vkqx:/>v`+5˾v"3r z/ea$%: d9S2N]݄h(8?ظ`ZGC+%SvdRVV@5g\5Mͦf")R FmHzPJ00^A[s=rIvh( a6@1Gpm{*nnKT>?W*IqƗz!^R0ၒ^t콉|.WrK!D9͋|G[h-p@v=vd0b?5좝˾3}rkFj7mC*V*e5ý iػQ Xn=|-mY ;92MU'ɗTD|֕)F"*sHGCJ#>߼FA_{?(ɖM0k .LB 罍*?*{]~<EA *Ar|vqMIoD*j@2t" *sHץ2HJrªm}17p H9v6q@EtC3+6֕N};-K_ʌЙ;#˂YqFۛC# ʥPQK2Z~5yӰJ<3 Wg- gi{5gO{f+v,*Q3u.Nh"qc?kȥ1kRl8K?4wGZUWYĽu|y[SS>访Pl3چ}=0F1ZԑZ (ora] VB:*'RFh?m%, N\hueYW3;-Wcq%=,LY pW1e! r>YiX}M=/a^O pqc4Fɩqڦ[ikm DfAtoCdsX'LTpb9;]~{ou1ma0ļVc8蒨Yn)mC=vIgYּX< ^i2Kmr5+ 0(9pRwٗ;aWґŔFiݵy}bt?Lh8z^JO=2h ]dE#ku5֠ܽ݀Q5L1 iSfAp3Y[f7@# Lj}=w{Ph^qSD \UF2$(AjRuM'  %C] vR&QIP  3o\Ugu(Ed) ;0[]֤WWCNp݃*PqݛGNُ`+#R|?5,|q1E>ȈË33n"in Hg",f_a:ZATK?dTuĀř:=Gm5y_}{簮>:/iISPN͉qX6Zi3e4TdaU 0(J44`_Z\ #Z9BE[6Ҧʈ&c(inv "P<,+M~ŕ>o^LXSP{Ta@f&aW))\Sڈg^Kn>!,鹥䓃uo#j/c#Sv1P>Xw̠ުqܽJw3F;Ag㹺ʐ9Ӡi{ \6чD"g :{[1P;HGi_c{ F٪d]&j a2Lo<ϦET_+hEvoCQ|7c;Pr#e&SQZp+vwgSyYz/E+-JlfF*^())6JN˫.p75[rOF3!%;`/>>L[TiYvh>b!Tp=;M4|S 6[_lŝC閊܋bk+ F%ΌZR^|)<+\1Xeb>1%RGXAF]zN7B>uVi5c4p f Uaڕ"J}{NNfn&+ܫdM &q 7 YThpͤA/\ƮWoQ6c龜2㰻/UePlgX a[;N\ fAS;|֓Iэ,a <q ʦT睽&9V.Ln^&Ȇ4Dr"MX-?5oްֱۓlY=sW‹R>Xrr,0#ɠ<@3䪓?'1KxdE6rme`Ww*iQMfK}*y2G:' PNI{3WjPLv:Z5k3 zY_:qB" g1%ڞ9^i= ϋעeTv/-x3F<'šb\Hd: nENx/`48lp9RKfq>L䝇1n:"Cfvn&B}RaÆ \~"E"3_@;`lq5%C1D wO. NePC ꧴$ToO+UF~  ]-H:(yE*ZYvpP"/מ[p%˲@ECg+#p>!]>eIt]2!vbc>⑤nլٴuEbKRUs㣵k{sdB~143gEIbT }sI^s܆ovtNo=E|ΈaG\۶zltͷԺz)PhѿpsIIdݟ lnc"Zʚq1#D)35Kݲَo ^֟ mS4o&͊"XhOGDVk~2;ѵUSiū7W$yU=ffQ!D,ki}.p!1mwQ˩vVk}2JMN dP{|!/)v~وSI쨋H J@Řx&v"}sy!"7OyezYf-N]{*gI=Csg;Z^OQ|#wsi&lȥs/K,zM>pjPNCn"W?G ;у o"cWY{MW|v|ɪ10 gVs YUs|Ʒϝ?itO81"2eϜtfbuOIy.ӸRCI3;bNO4v ;(`yf$J,í~dhfh`%9_>~-2Pv»j6*!`\ɯ'.w>LK׷+;8:=rRxuu~u*nM]t^)*;"*rk5vJ+P\suh T OjFYx@dSꪽ Ƽ3 Y L5rQ[̬Ts_H/¹a( FK$c4B> F6,U*c0\:Y*g -Kz02:'ɖ7ڿy-*4&}''=,zXW(r뼝t*yH3X%Ֆhc1M73wVݮn*oX6 &RPL YT=r vёB!C'Q[}^ep[4je ӠV :u8unVZl=Y áZOw\mF;1E?^+j#dќ`@ɳIyKU 7=&9yNWxb0ن|;kuqvљmkoMs6Zj^034{x G,WQX4gr֠5xl-+Ce{4HO%_iܓ†h&O;tQ+zWrty?kta;: ÙS]!CL\:$aϯW6k}҆v6!K2C*o@:Tn7 OWc_ AGڛ.Bj3||E ~Su.ͧ9c5*ٗ %`鴮t'P>Kyk_2 4Ƣlf|ٵU@t5&p?UECw&KV3#TI#ZԤi A![w RzgYSn?0@*b+iu90 q.Šf9_$t[1sl0vx/ dVINxB(1H<[ >4_$kձ}zoic \ 3M7)`$ו 8/Ua#:%0$sݍ4v$r#Af%*oĦIDʹb̤ݛ*jq/5V!>( 4YIl [)"e;(mJ"#!ufEW B iKOn4H?"n_G+q Ln fe mtsSƯ,$Te[S.((75K{z\)}?Pe CahN*3 AÝU :CS΀XO3F gAYmgl*p H֢aOFv ;tys;-s &;V i𞲵Ec:4Wi&+[Hybj1RNqGlp͕lt*kRː2N=fًc "$[g q<9Ab.:{&dAJ(Ca}gQih&Xnfiw!?&,^xUݝh]+g(eڦc woE&EϿD>8 X箰DzF#oYi(^9гxD&bE7|Tt_ICfZm L{ڰ =Ik?o^թl8!gI#c~*6na])"Ђ80Iz\UvNw'Be=s8L;jKI]VRHяQ}D0uצkDӰgn@}Q~ a.gMȷS)-NlMn#xɱvuW[ N0ZD;o\E+7}JY+s՜c\O<.x# y$u/-U!Ylqĕr8YJ{: ^z5Ŗx;L' Bnh?!fb-lsTW1plĸxj X|7P#+p X3tdP%{: ׾=N-T@}pl8WA0<4ć^i2G2q#1-Oܔ߫7aމ\v z{8Kb313-@[vi,T2?㞛 =piSV@m33C􉃾=qEЩLԣhWO oq" .S@bovrx'?,yȖN;ְ6\YYnwo'uUi]㎴zEk{Lq[1MOvݚ\Gc pNlyr_%WZ8{S*ͽU2sjiZўv~LRWn7jDeM*F]$019 !_> ~E.DS*|d[T~)t,`LLx3A@8 lH@j0DeނEX2 5ޭgj_?qiED">D#,gI zDx{)Wh,L{dAsAyp6HNMuѨ0Fz|ـD汎! rH~31t_t?!Q.DUp:ۆ3cm#Bwx󏄒L&θ=]%tl`;CHyHXS4 UyIOJU {7KS͟9=tӜtQߜ"s-(vbvOu|Ś `S>,@K֡޵QA7_S2H |axJ7bͨ>%?ҽc`Ifa%Z,&M[KԜ%g0ԅ`l` ec _d[ n 64=.L 8w,߭EoWy==k.jFo:Pkb(VDJSLc~\TjK"H~/}3ӏ,F]1V`OZ˗{ISVɉM'6~ص;*'9u@ ]edBє8ǽ{T״2ӈvΜQo||ß6_|pU-ƭ{ſ)2,Wv{Y #M)_)_ yoֲ+*>~teŔFR~#C,Lc[ A4Ջc:8E@wj6`Xx# +i#[}z/q?8QR:#+tHQf 6TD%jm,h팎4 R((f1ڄMX"I̯Ac7TkFZ{g;^׺ ˇϪ:E)14Yh'Y#˝pi(eIsĜԪ~zDtV- *M)n=?roz)7n?C5{=[gu /WÄt+s[8Ϸ fA_tAHh^7]"PY~nc]S/FzS) +kd|}pS=]-~v2߷r@úg*T=,t @g5J1~8HH8aXXK+4u2iL8+މ\RLµ')}6bUHS2XO_~b©CB^MwD)oqj4{ e s}WZ^`HcvY!@dr=·#Ln6xD;ו,sIs@xs&~K[:A9 9sj{ΑިFtFڋiA2Z: 7b]p8~¢ cis럕c!C3жkC0wY yyaxWQ62/[F#;a=8{ȸ "#/4WV8 gMDǒczbzDZRf5S%r~Ġ!aNm3sB 濣_{ȷvKs( m@ǵ]+t|x$v>Cd;3Ŕ ޻E--!#Ī2 NVGު8"Y.'Qo1@e(QGW>ǦѪLjE֞m?An?L|ĔkHh8x؎;"-_4Yu˵mvх)x4|>.p' RDMAHX0"g,4-/L6N>L3MzSNJCZ͵Mk#~AԚj􈸈{jƜjrXTGKa+}>qr*D4}5W AQ 䕯$ϴgtt7џUD/3!hl\V9l|_ ژZ\هb[5[p wNM:?w"u63x=?Z$); 2+wzi#p 69[lqb{ͣBI\@'ZaNu?I$𼘞d$Mb(Qa%*l,e ^dM<`"GiHAm0XVsZfJ] wSZvΆM"B} 8Bfg%]eg\` Q{iDpָ12?K>vć K󺣷+)5dU/Un^ iki PLTzEj<<]G 6-=:Œ$rql.֞K] īCeA0tTFMZ䔤 [|(+,i,c.#JEz ~7,f?DIɵ6[: 勉 V؝Y  ANNAEOD}퓚p-+^:N8Vuv[%{',Z Z>klш33'R-\?ۄJЁ#]l|^N+ʂ hޮf⺀;$OW?D}QT+C,|X &[UmZyc)6pYjvR2@aD.'/;f^S*O|}{MM!K6B2&VޒDnD`6;֟q _ FEMLQ+a(ѹ`N5)q1jS+2FkȮ;8CQxlnaQ& } ɹr%SF`kK waǡ*2bXo)D[Ee'hcf.afD4 L娰p4^/\^ڲV[L, n;.DNJQMX rU^ј/eҚ >u8T1b!hU}ueE@ґ?u)Ep`엛eD^% brdJHm1$:tP?:@np3y$X.l֟Z*%eCIA:k|}&Ok'ZZvAE:|n_l րrW1 ;E9 dzfq/;oRp,`"8hbDӱ6c;6َ/\8 S\ SHSYyӯ}R,ʠ?^r}6dvU|d#9)cw!H>8Ĝmt2X5 5A,TS.o=L)bŭ;Hp8퓙x:6va?種,jb)t>ꕶ JPzQ}qJ[)׏! sC,?ZDj[ڲV>{hPW'K4ǀ(G~z-Fx!;Yzƻ R>dg :%e"Wpnǁ2JPWgk<-tZiɈtJyv9 ;rGT} o~7_ {=׳(RGn̈ L5B*!`o٫wa\M gFϰ9)ݯSV<:-?&Օ%fsݨbW"d`@s 4)DzciZpa-=.=ۊC@vA# `&% -g|๣_oj? p:96QjAGBzisx1V;{kP FyS(_^J0gE@4Ll@3˲/@Fh72bpHo轂 uQk EJ9L HI6O-YY{=ak`d\z9Tj< 2s'QjsD!,?*p /}6?+$IyD|Ϝa1%|" i_{ǟ1g 6o` ͚(ZgDRYtr J:ڸ= ['>w;!MWGD.Nd<-ruPѺƕLʋx WobJ='0L{r 8&fn(ߘ|1'Ģ x 88*~`g]$B=9M0XՑyʀ]! ,;Ag[/XHLAMGp` :E&&Ew9vt a!^)Al gN4ǻD ]<Ɠ>f(m@đ><9"?sqr$_F~2+LTR^Z|-mxRP/dt<)UhqzHЮImw P ̊bhr Ts`ꕜA Q2c*†^̽Җ4磊2~gB'鱨!"r),[ľ^$c_}Ͱ!85t<:$]]e~kп5xՕB`,rs`{`BCSX G{} {JK3] ׁ# L=gbo%E[- *wj+vB%d__0%ji\2sȅyݭ&,P.Jhw]\|CTgRpcn@w4,-JB6tҘ6Ӈ.Cb=[*'XO8# _Qxn\[IGOa^l<QThĬEK\HA(z|(W2\_J ;qǧ?3.0[PBxKPMNU-BK`5eDF_IAĭZCG"kGSUpS{uMAl ˘[#x Myh+an;NRU7OTgL5(2ϓģmLSV6 \30[ힱȏļ} ~zZIQsm-YHz>FE9hYuY9D8&T'9J氝ܗد̸ؔ#> cGЋa/eRs[Z {^\#f;' ${KTC2$LZ+5'\:c3?[# bZggQ ;yl~䍙=ž^f&F5f}Ӎ#MD6@Ie#\]mUW.^vq~[-ɤK3UX4P W$!}#[Lv!J( %c9aWtE\Ԝ R\̦2uw^:.$/JƠ \S}ٶlSbbQ?OrY$:듰_E*9eP֯{Sj('Q9pA(b 4e̡<.)s+ڷ̞Mtu.wyU;weKYh-V"v_ u[wn~CR~֗@'Ͼ<,2n0IS|~Fɿ6;\7IPH*7"&T%{1Z m)t<=H4:?f!oK+E͕#ag\8C",PhrȲ&clA+|I]_7Z#K?w)%P(\]ZN2jlQ8x f!MSs2c߸}./֌H5FC^$<  p|hDgqw >;߂Lr`cfS%U}];mNvxdSl$jM[k&ZB|M‘yt[fqA6,rt Xگ0faAUsaaGu芸) :=HNeR10T߅{n'1UG?/ W/QqGawW1YAk"g"$K'~gH5^j!e%"G Ɋcy3}J(we'(f)[`Xbi= 1\A:gmv Uh? ǩ+ kNsu%tX`b|S/!_AKu ,Cy0Ir,:)QY`0uFD|W˚5Ӌ0gN:Ts) 򏑪 }RSY58-,šk +l4Srf5kuL)$mvlsšOnKiLn{x.Bx/S:ҹdt0͠pİ- \I6Zme3ӯ,W3*w>Y`K[Ϛ ۫\s Ӆx&`JW(%lviP);fO*i;O^Ā͐bo3ڣ)`[èƴ/6^-!B)ƭ>1QZ ɒZy-ki9z[켵OHB#.ønOISI+/?C4x8#-,'e8eɈ)Ϭ⎋7x;t2t1Pjy[4+]vOt yug@`sNʗ:&XH-v+ rو,X]ͫ Z"wPrӽ$9(1bz Q124BM_9ĘA +b1 ݵu pDOfc؄mMkY{ FB;csk;b1N@䏂`ݰ #8HU=T~l,:|v(L"Taws@Ԕz:,L9+`ɑ_*KW+ʛҁx-5o~kYկ aVp5QhM`{SB jY9+umTEm?(G`!)M ¨GF]df>H >Nkg9}O{T:Χ]{]FOdPX>g[V^mxpZMcR%D&}acC֦=8?20Z7m,Ag0я fd}eE~9gŽ 0rͥɬCNZ Do̠brD:e6r+&qS ] v"Qd[?7ֱ+ N/ӵq&m5R6WoI-!:wv[i2KO.8N@- ,O5LUTyOSQS']6^'54~!a>|}lBx2V(P`T1z .IHIs $&vaބJeO?X$u?2;"S.slsz=0yiJ'00> GP}Io#hXQohXӮ.@M< pH]㠗b4L|WX 㐘(ݼ7t3֐(_0^FZI YﭥP叧cѿ\3M׉H Tk -k0>9"__Gk 40#syDo$T@3зnct=j93U<^D/XK4|Mg`H.K6*MH}G}~G:|,gj R"T7Z]@ysܸNP}vq nrr$-}]8`QT mip5h:G,[ѝ !AEHmstӕЦ"q&W]a@>)GO~dR-L'9"!-v<":ޝ/d>bB1}dQ,P[g*{~$VQIXBm7rɬ##:exD\l*%˖*4V"}qTr]q@̽՚ܨ6ct)aPTb}@il M r/v9υ{i]˖k3C3ܷ.qQ|M ڦmq vCwI}N. zaK}ߵnX޾}bFHc=ap;* Lk"㙥KWO,3E6~~z@b3<,{-7j2['F5@z{i3yǒ*[]jݽ5GSREʛ[ݷ)+LbC7ʇ:O6U\r@=6jfcf`J?&QL9N_뱾'K&i])#ɴb[8ܯA)Sd[s ^֍mLcb(kɑ. >>Y73mC/*UGyN_;e'k$IX?R`E-9*bťǾ*"ӈjtw.rQȈVEߗ/?-˴.Ό >7)sʱbIƋBw$Ifg崲h)qְspMiAjOz ѹ{F&]f]_h1Kٯ(*Ǔo<NFD/P̿(cA!QC?ۆw Oyp^۞xvcyzmR3$_0 ^ZC@-߿`~Kn1}8ȘGJG3b0vׅktm $n|=𯪘y^/w|^ӂ`WH̖}gGfr %/"T!۶lLanZlGc!ms[Q u]`Khc*b">' q:^UBxb% E&hЛg0%Zlv۞ h5[7$j.tA4f2yIɣ#tGeMJK`r|V?1c F/㼄]:#Ѯ, 6 OpCjh.b>EFlx SvQ0mIK mo@ !)9*˝B#eo%R&P= pku5cZlgGɤf}OUb3l|d`oynq^8{(j7H/0| w@]8C0a\0-ńfL*rPt1[SQ,lbMLjy|--dvڭsۅ& Ӥ\f/Bf*Tfۚ(UDu%$O=KnP|-bHY/\^?c$M}+O rÀ5C Zt˥$湭mC?u if[9wOP= e| 3YN^);2LR$>#G|T]A3;PQd!bqM*>$1;i7)Jqc7h5as<)l W/>G 2{E +>qkl3q.E a?߾z'dBc s.9zmis6>޴C;*ZIkZ!tb!x_-|$JCt5,6Hџ9?ioOˏ]ဈNK|DAEW5N5L0Ĭ阙 Ѿg0_StQ PA #2_ }V'z|=2FoKci1: .ҭ&u@+l߁6hyg@tH20l9TH[NpױAD|n-4ZuڶH~yЍ-nM(0& )P'y DusC]t*|p8=Dfauٚ n.H6^4و5MX#0i oFV@(۾p>썿\ h2ze1$`ݛS#.n*ZGJ!!;WQF >Nw<{X-=&nTJ{ Z']ű_ZsQqGr ]F|evReZծIkԒ3q_ pHu"Kb_L^Drzqph3:=NZh'>g4AČ`6,v:Gt;.#%ep&,l]xU -VC@ lG6~D'zv#!9چvldq9jza|xAZt{KofEcz(_.YH,X?>C~Ί{WdZd4F4.X ITQ|u(_4NPQ̦"pTjht(Sj^Ӊ&M,&#ЧA}a_Ua79E3rBvoy _:9[v7'W9o٪7AW%-R~b#)@%4-\τyZF.K YN FE \ںx^A~?z-ېzyz(̭`%Ex\켁QܩtIک0κiuzuvsۧ֘cq/jw;ܻ)xxW ts$ty- Z\0T!#Ma0[NjN/=mDc+hSvp yom̞?D!4DuuY։ 00~X:.2' d[;N$]oW5@e?X4ƍҡ~DEoN˭#SA <dO89 hEl(JBYܱxI<ՌH.Eb_p 刽iXˬ|$ +beeэKpnO)ɖt\\ LL8*g iYlt`E»tAqE25KmJP(6AVHlEd<'Ǿ w%m\r&ڊE|ylJUNL+Ƀ-u8G[b=qszynӕbH74s;e'v+>R(tt_nۃtuLa_ź4ajJ Z\Ⰴ\ @HW^Đ֞3Z3Md0{s(|u1~P)]7zojNӀ$0̭rmԩcOč$ kBHiT=6{2Jul0=/h CɎ^aD?YafBYiIKS Y)Kb1u>YxQrTP0=P},A sBLā"*t2R%$W/* j*B~Ǡ U.HWs!KYޛ))iBá3cTt `Mou(ya5ՈS0s_%<(ڊ4 hz,s;,*QUTwyՕO {l+/a`@:>c @Z>5+ iJQt搭YL7#^$]P VlO^Ie&e\vJS2fŨHӅzp;q5'+3 ٜOW+$#tޗmF;Ħ+3),p!Hd܊@Jҷwۚ5PP (^0)ilԢ;=B i%H('gl6)vrBק/02{ '*Q(O[1 15[Ռ ;vwWI\Iۨ;-JG@)coj;q/`V&_'N{cA?fن`s@ /,7ԕzvWz ľg$) aNK$yd^G ڤˆr hpmޅs|>|D1 ~+-@4h\Mih~ R2ꆘD_A(#&?ZG3!יmP<ϚZ:A6;`/P?@qH2=RN_|~{_%p4E\jPQbz2lԫg!$|v:GkJ 5Hrb? \k B#̼wόz"pۣJ3ՙkT*LC"tjx)ws]>"SeLވ5NhC 0KUӔS(GI&]mA?[Hy[ bY1J6^5W0Ht\C5)ې깏v0DŽC^>#&>,^82@ { Xs+jd: *ɡ@m3n9neez4)5wRr@ƒU9h"W ڴE~{1g&9zƙ 炉FK41~͎k4MmM&kV`upYd57?.b/P[ūqdb*m'z#oodI4Ls("W| XZArLZxCHXg q5ښc|[xߣ='e镓2co6ð2l,|픐// IXl α[/[ކu)7D4eo`ҦH.2skH#4P >l ?;l;Ǣ߽bMN3VE1\9l?x#\4Iǭ*TFHDRe6OUXo܀x˂jsʞΘIK2S9|\^nǩt> +mCG;%ȴ}B+6jj@pdYo;u9 \8|d栒D%-kV@^Vk1wA:Y፥H'/)=eHzpKcٹ (Ko(a! "'6LbmemB(0PJ*Ϩ~ 43ߋYc'uP,J,j⽮獁bUԼ_v1R)$ : .̫p0Q(ve\FGq"N~hTG ,M{dم BՑ484x!iL yX86~n1?3Tqsu:ŊPb}@yXd& CwS+&{u3P1#n:nCgcA"١j >쓄e$)"3)5(x̢ٗ _2ZG^IH^2յ$C4:Q8p_`d3f_lH{lDzc?feyJ䏛i?pR7D=vH$ՙ ,&^F=j)U~k ]cfS[DQN2K9ms];X y3){yl='wn̥ypǡ+7)G-~l+ vbOܛjW^Lӏ;)'zL윍}Q]MwϔTgR? zO QΏ<9o# %'.ߛ;!q/n23m>4;=r9J" ؃g_uo!>ȁPIF[]^m"qn Qz+,O**⬳}B| a4MbjK&z2WP!QN4}P^pLW/N'؉6l3r 5ԃb|yf*qc]Dƒw'>Wߡ`r\{)g0u|ܓ]7J79s@$&c[y[iJB=M#:WGSIF 0$k);rs@*Mn@4F|2~e6 a:q?( |Ғ^|1MhH!D2Rp_3 ;=nrw3L[SiUR;Iؗ ?a/^HeRAT]9QW3LzSSD72 %`"1Yui\O|dr3zo_zGiEjօA34 Lh_ XB:/4@sn / LZ=kď>b.OJЄvfT1 LA bmL&z)@F?\'&|bQǘt:8W}\ MM@UkA9ss_4i>|#ql W&g,Mgu{SUCJO*bTsgX *׈kvE(-ah$ ȇͻ uJkMuYzC,gunv<[3{ rt'YxbwW?!HeGa}VU ORڏ Nc҃r/Q8C3 .{`We9 ۪ڐihw~QR(rq-.KW-`6Qz5mB C0_L7&0; &%; 5'k[_GL06Y5LqX7%';;01r`v:d},OhpzWQ$}6+A);fq#IǁҦV´)@;oef%SCL? ҃Mo?kkRfejR^v}´$5;<18$V. \@D]n*xJ9F,5lP%ܤP9c’1b F,+ASyϥUPgk\}<o9AP#PFR[B:53 -?MkS.oa,QEZu!Ƙz>P[ђX@xQ 9aUf[e**!.Q8Hqۤq}0nt X%GQ B+c*`ůB .t͖p ?>ÂX&S!JI S2V<^2W}}zJۗ-n F~7R'}>xKxFw67iހf '0Ƴ_$s#e?MΟ,d;Em*1p\1Ly$ЁE*P+ء<++Ԯt.]Rqd|aW$)qk^]ɷ@7R| Y/؋s![Y#dFISD0=lM2Vp&9 ʺܮ뇿&Cχ|TFXM4x'FP8k6ƴ22Wue .٩o_yfPrŘ$ P >-h*7?J:N/"պ֑d]5&K;a,`6ňWKb*9n>&ˀ^َ`ʠk#@IӘKeB)h쫩,X`AACn# |l <{R-|Upc֫m&֡+5GU{9k>YǙcq?6yu& ^Qкr R}p:hkA15LŊ}/ Љ5@{Q:LU3 "{3^cgJ[b֣")chZ~& HCE3ZIie ]&:*џd~>jb9p C7N6YqSϻH[iY[\Íw/ ZH9Hlb.gb+!2(uLeH>άn8Pi4*JlX?!k=$7?,gTuOmw$7e[?0Sa:1Q5GvS!TBW VeORy+;v99WS#Zk d ҎT1ž_3)$O\BfFw3h剞Be9nbHMi·Zҥ֥ ;0b471y_v$p@:>L#$=.Z4LTug#_sD[\6Vs *S|[5T\Ƶ7k a,dro2$E}+YQ/0^Oگ%.dYӶvY_C d`{<[>e_0@Cе6dF;h}&6pe4+ͳw3R~;f1&V_T:''&ϹJ2Ë~Fb>~N(rc8[QVGUׅ`n64sn&XJsս7uތÔqOwjnsk>QJlYuZ[@yk~iQ7[TL?Bm4ɛhۣP~QMl8ʖ^j]P.S4OPUP9>'=&Hz$BI1Ec ㈙ +ʧA΁;m5ƽ_OXu2NhTyz"Ix56X6D?]`.ZcٕD Cg^8hCm#4})>Ϸw}ɣIMtFMd[6F2*=[I끧I  P&WpR w&:OdZ _j 9їLK09>V2*j,z{ H^`Is6 .|1պh`UkT9ҹ`5mh+ wrI3hQ@oq,ĻW?Z݋{ \,8RvvxۂvA!<((ۆE8U, +MCUq5/`v*qt8k-Q-omLgk\M@9rG6AVẈBqO99O q3YoPE65J}}|&w;طI6]6w% j]jU(hp'ӝi)Wwt"UV"g ń8C\ĺ񤻁VK=/k3,-Z#J[5j۪E[yVJ޲VJGL /U0}|.`r.Ӝr&)گ"Ʀ@qg=)8Mf.  t0tSesbgL>+$(Suvlbb 4RZ{osmC^Ġ@kC$C3Pur7:uT ةB1Esѹn_ WQj)6#~%fwZM&;LlZdfRrk.T!`l%§G}Y]6)Lr;Uyk7c( mu 98,PhP^G"8Dm~LF_.zpӘ}npBϊ~ǻoq7L"bEYm|F# XP-~vL5%eT{,4+pvCw$fRJ =~q #?KaRŸhaqf>Zv;WJ]qR$H{:د1o ObZdt_OޝBn`ts8 >Cm޲ɗښ O! V+;ՙf4fvD§^MzE3*~{B<ڃ Omz|^Ckzm`zrvM5 ZZK0Q=2KT3߀7tǏXZP=%<,q*r| aY+Zijk~דc˾z.DG-/;g:9UT\rQLhᨖ`ND?[=@7t_& ]Z;4ф`*o8.1`v:"V!=Whv\lDv\xSBusuw!öC>ԿpxqOOWrQL(ש_Q@/5, |Hhj(eȮ;Q-p3$“8GP.:;ȣʼv(]{H瘰_8qƯIp # lq)w|fJq;}رHѿ?ܜߪHk%oXTQ#t+t0E/GSlF/U. 8I~:82"֘s!Y ~A?Cw%8<:_anZ  ~;No)p Kn`T%N#!"eJ9)Q!E$ץ I@=d-5b 0H5' on;qP$bTR-_vӊ[e97tKlY'5Zd-(9G E Ua Vp8P)g]LY/bf 1[mx л.Aj>QDWTTM53jAVF٠Z/V|M6#MG(HdJ; ^[Ei:m/Gm`$_Q$< DzƋô6{<ƊL"'sw5Ytr8kxޠRVNF١Y>~]k dVmZa-* YE_=u} {e&$#@TTB%ו. VM ;ԧ7ֻSn-HL]>xd ?@WLu6:&$5(jO&-)P/ rL|0ğCc1i! |NO8gG_ЧJ#t>;st]PLYMj):1;e3r")pMM.κ;1Ri|/%x{_蒈I^:_)X8CBr]񢌙!vHZwtJ%bk)H0jPL[\|j\27x7HŲ;XRVu!ORo?t0p(ni>*asyvMOJFwcTp䌝$L\/YPwg)%}ungǁNbDOF7Ykt$!뙲fKfL%#x אh#r<@pePK/`zd%ET/tIɏr$d}$f 7yZU!oU3psVrn\GpaXs4c9ERSQ;|~N|I# 6NjHat- 7}%: &>Edn6"EM5WhT_gF$A%Jgz L4H]u$RY0ci.>Z`', O?ԼA%:Pk`΋"}[I\Q| z)p ;bdK/ :F"+c XA 缏E4yګ|,"H.Ŭ~XxVYi?br~af'(a YM2(1_OnLvWP$!^2ay _4)t׮f,\nEBeiZ6%^QT>ag7`[O^y耨T-e9k#&&e :ȃҏSn'ѾhVDjxUg*Ѻe:ȅ\r8r{}痹"`R){t#bmdKB.}lӌlTtH*Zj A}s4RjX33n Xȷ,RM;;0٘[˲&%('Z>A;DƵbILrSf!5'f}0x,t}2*mV#v| d.ufRW"VJ逻Sra`Ao<͖}DQ8&/Ѡ7yI?>!0k̀\0w*=TPՀemM!]9iM/YVݪ{ڥMkُWr:=(_:Xeޛ]?̗TPy6ORGtޑ&; _ Zt9YOTHͷk^ ,D‹4DɽQޏo 4X.Rh ˕Qh(X` v Ѿ $saYuROӟܑvKŽs0X?n1d=WglUа8:QkoL{tJ` ׃+GGXnNb)i\8(dZO{PpvY8T PGȐ-ՌՌ9^L쮧EPسmZ~}[SV[)GaM%*VowX落֠ \f{9P>=DO~ Jݮũx ",L  xvy-\@aƺ QkyG/@>"lx)Xnص#Hf8m[A"i01 9=7%8iS(F ~;Ѣ[Ô;;b̺[ҫw.FGm˂ =~C)Kj%& phg0!R—1۪F7<>S˰(ιqӥ0g|:#S*P: kF'ӳ7ze( ;K/ 9Xo?4 B]h"B2Cr#(mhaAlk56U$dlv]yTMns<¤LJ()4X{Ia %K2̣w|`#*Oդ??O}GS~ r#0ԧo.v9c K3Ժxe?QC8q&WP窷(vs m:Cz`͉Iqg|ߟQmjtn.m,@c/1B0c&.Ϋve%)T\ ~NNtI<u5Z.] ޖ.m(.* ju@L+$YCp`c@ޫxVFGC$G:;Wm=Lc/9:t`zḶ^gBѡ2|*2.#8#I⟇:_h)8&_{RM[Dx%<ɛ#~iqsHG^r;m:l5@(/Z jHm]&[r?نY9׋N7h%{yum<ďY]aҔ޹;O7ld4RAl{pkG2`umSb<x/EY MpOM\g!N#>܍3ϳy,HNnu:rAמ]s㭭vz ˡJWZpa*䱗Z]py$%v`6(SQ$N#B a  X]A by֢ٙf'n"*5a^<%ǘqr bpa-+8|0\ʖ@"ۇ3Z8(Ӱ~ :HjhD  [05~F)}#l?AѰ3{m#V{ B2E"y7R!oJr,q=Q6K-F;t\G茥X s~ګPf28ҪPFD)0ɭU:'q$sjY! D]̽Jkm%}KyS 㰌BFZyI_+0ɩw,o$an]XPv"ҩTip Qԛ ӡP4MX!{ؠzbϔ7.<*[VmxҋFl},qh)eDqj\_PFr8,- ˌ,41y);F[?[Þ%2ڶߚup|tQn4|D}O͢,gJo[Ҽ&aeo_7 DmѭHf_Pyii$ ˷M*蘀pXf{AVQ1wAQÚ\F@i)19|.R ؑX/Q2ާή&[9J@{WB;!*246!ĂT#O$H{%I/md8˶ː|=8k^#T?b)[=O/' Bu)L30UKY|{ڟG Hqw+&J[B|W1L<׾( GCT;ZīO2)8*y+oPY/ЇRsVg :Rdl4D9ADEl.wif~|ؿWtbP ?^s^Aܖ~nS:Ar?D#JTT԰)IoT2|i=+N_'y }qGأUᦧcR[9Ba塎z?],z(>U,8:C־]rde'm<۠i/ޗwBݪ}eFRf C*UkIF_#DTǣ$E*n<\&|wn\ .i )5*6}[Z_/rcNY vGomfՂ4$Pe#q;`/*lI4]RIG?qufWe̼~4?7m"wk48NX+orE6ͼխ'jcP_`%b4͑=pip (A=*?K}\O +愀[)zgcޑ/PQx_)&G--U6 Qʯrm#Hp UoJ|'eکq)]?UKnJ!R2a Rm !ĦTNԂH7n|NqUᇊxˢ#r<)uBqg/B7L6zWЧ"{vL%u)HK9MoINfU‡<\FPuLD# r@\|eDFi Ly2*S >JR-7:AT\.ush7`)2st]WMO'q 3va8> 4 A=v$/>Gc<I*8Wu~YCC23'l5=>.DhtXzWs5d3vx$!u2ncJW=oϸ@i\c #ܻ[*Cs- ~Ơ-ȟlהn@꽐-XU+<\ V?FgA;so^3@#pB9v?^7Z*%MΑxVZhUeOWf+K/=})D38K&X-mt&M75¨hj3]' >ϰD|WHqKGZOvw&~4[!.8 md IPކw!|;Ulz"5+.6OMfE[#?4]7H^^]\DIvʬg*hn2lMƙ|N2_Q{մv`]032_!wsoem@(7B=:]=kRYт׽ k°xh/k$6 5p.7(80?W>-%$RA"$G%I7~c!^ABx/٦m{ ˶a3g.k0WA]!S (> mi?tm<î?@]k:ާ.Ԝ:/;c!kU0 7o֟cUuSgЏ Fn0+]ϥAI9h՞JTݬr^3)EnChј1Y; Y&]JۇA!\g!_7 an&*޻2G%R'8m^ڐ,N4nFN i؀A#jLP$f{j!  n:Xg(2o.91I@5iOg~\o6Nyi6j`Y]q%"A+Qpg̮8Mx~+IM^*e,:'&crs|u8|c @Yi{ =d#ai\LOL HG6N֢W\w8Y_+"Q,7<ĺajZdPA1`jI y7c?1jj2#!ue@pY>yqtzkp(PR'=&,L)e9uxhsEMWP+0$Y&.ѿQw!'*#MgӅ؈z֫.zZȴ'w>eHH:54"9qUYnpWDd׼f^Zn$ 88F Θ,P/+=`]M}\4y6km[\O>taPD6V wΝ>}*)lf,PbT q_ܟf(u Zc{ ɥJe(]+X:2P~bjhwgFy^/G:*]{ze?Z%k3$-9=J$Ń|Xb-<|;Dpȕ}s_Ps} \:@GP=lȥ : 8L_b _xxr ̪Rw/aܬ*ۄ;9MS ҷdQZd_>e>#ȕBuԹ!`N D=Z$rG5 "%z/: (AsK17#='BDu<\GKЌp5Ͽ{/hWYXoee4MY\f8a{W*K胟su 3ijŮK" *̑9Zmη u؁@xΟBjA0S<:X EC ͨg| pa/CigzDS6 QP&5f,|sapQZjUi%Ջɱfg;}|EzG ը3䬗.A~Au!-EU3&aWWoɣW)YQ@-{Kק ^j9ƌ}E*sBV~|;wG z?nY.g#n2(s9*iW4:@u:wD2 e0' $!8jx2w~0)\'YI&靣@^)+SnddlXW#b=UȜWz忷Lk [*" v3m N];zĉl9U@a\2`ӿޅRvuu[V ehpT02FQ^f*&ƫ@\qihch DݚglKK[}fLNlA|PhsaB_w=k-3 G U>Wuc:#R4lx$+Ǖ!gCwVEWr.Ds6435k1St C=> AzЕAU'DObC(mS %VWEUcIΚ[\Aop QCAw/煏 T5T*BE+gpn`y *VS_IDly 3isu)qMnRd3f4:>{F2̿q }iSpY[-Ẏ&qcMR`j[-v:ǑT^^Jtz:diSAP=۝u6orACL *)ݯD5aL/fjaT6DR<>j?B1T'dv]ƴI )n_( +~iߏņoz&fF&C  Qn%ꃃ(%б$(Odෞ7[2!َПaFV8f&{تl? 8AZ;K=(-yu] eW*B6#stb bFzsj/03M?ܑNCے|4d񢟍3Ӂi?pJ'e0Ё{93iQ|09]> / 0mCPBv?l,Þ)3/EfQRIK+qg~;8ҵv=Ohԥ*N`GDŠܶ6f?T[/oA|ii\ΐ3[GX"Ϋ4({[ ~;:CL$w$Zt "k`:ʡS0"({'~,`+XzXpA+s+פIrbмޭ [mTف${"t-}-1Sr+lWm}#M%@ŘJ0WNٓoNH($>0X0O>0qތ,`"i3"j~TzG/q'N=FD9.N[1Kͭ F0x\עrTj `JRwvdj@dZ9@AK<@'kY340g@\2^&8yH,10@"+Kv˹NctU 8lkOlv\׮.FRdm|8ĥ,[\ق}Q.E`"V-Z| МT߬9?sҍE+4`)#CSBzQvB/>SNeqnl{t#v]dQﯱv&RڰWk\{_W3Ί$2xg7z;*1nJwSl?RUPHF3:¶Gu2|aJ(|J+HY^?#-=3CyFpB}Glͨ:8"Q/2 $&NAVXZޘK7uE`dNKQ߻kDT^Lk;k5) '" A&z(3.ySaUukˀ^!^ k1^h}\bMO-d%Ďِfט޿aQ VCM|*'dx%<횔DYKTWjndQ*/]C aQ,6ULȘ\|`.S.ְ(Cfތ?#G6PfV{>TcYa?QwQ w-GoXU~CΉL41wH(;mɂC8т(l%ƈDž ͺx)&KMJ2sV `,TrQ慰HU9\+eG7|5eiNt?ؙ=ZEHf ߍ*עݜ267v{MiAԭљ),\P-5 13Ŋx[$xC)$9rɆ *oJIǏWwAu XccCUfkq:V1bi^aBqD9]@k-ܟʎ|vn59Ddq>~[le-rn|!קJc3h2QY Y7QLи\]S )=thWhuL{ #W.`TgAHhrOuԇ]1#V5\ŢmȾ:zNx9dUt(j`Tsh#boFCSo X|q\G̟Z[o`٦#C-AN`#S=R[m}X#!{Ҳ97-01\]9gzIpx'CBd• ŲSDd/gY6|G]DZ =mfa a]#F<+RB^Ԓ~Е%wIs0x^)£55<Wx@ t_)+/Lf);zo!B )3[VH=Y;s֎zD8adz֏C+_nFl,FfIkʧV %ୡb1;-E)={IH<]p:8dN)Xs&ﰂ%A = 㯛tWi-[mOFf*~6Dd!snx?*34|-jݶq^XYHd y"{̇7ʁ ZU^>CN_ui`?$bq!p{D'8V""%%/H??QR\aJJl1y zA7 8YNCZgry۟2\_0R4Dޭ%9[W(e"-7 ق,v% mP b;&@;S$AKi ĔUS@' ś,ueĘZXp;x N Ù Xm1MSFK1t=\ܺ,fۃRQ*\'H*$j#.,+oNO+stk~áݓrN^7-xX˲z-=Б$v΋lrZ>f˧Ү9 4˅ O#mc`dH3e9C}T*XΝ1<恦1Ezi̍9iBP3/'w0Ă})Y5w"ץXY$=QqYʞyYr8ېa=a~;+Jc'B-@!ͰKsT1Uz3`d]4,V]]F9yo1`WJ CE^q5Dc:!"@A[eWnK|iB< `c q@;u!"_an RtU:v$Ŷa3X㽱҅j8쨘ΆdBD.y#AK{+/1]wi]{#${XQ 6P'g k.qEs{sjY7ٖ7 g"@'8p;.+ 90&A# 6C>&ĨbùG{ P4xFgh[Ҥ-u:Pqg u3}F8H1/ BGtI6{G'ǒ"6Zi{|#B$MRq5р]x/1XmaM*YOBV ҏOChzj- EU@!2#(]jz?ª\1Qp 4bNq ]F$ te7Vnc! goΝw&qV;!fGE5@#伉"3XY'[lAvA$b^)-KC3 !K]Eܸߥ:WYn}qٱ?*=WEwNd8^}U8H'K-[q~MD uO2ȠF?Y`F=u#3KBxVUk&הS"B;p2$~N/g9-ƔPw@i}&5t%i1| p7-AmT^WqO6|l 뾯jG$xs&y}O#hy_;`dՌ,-*vթ7%ޔtҬJ{r( kOLd'8,LLtԘK}U^Y-br1wҥEMT‘4fmM GOsgВGO^; fK #H=sF2lwoooer+ p0wQ~QA{72VLg#&X$_$6lHRZ1S1[a?HGr^ܠO{ ZW .|3Q),!GP,5c fΦ3,xSG٪!4ƃc2;٘cHƤ-Rܕ@mН6s̰]kN/%{6v7-C^)(D|ٰ#qN8h3{4".(E>N)p:=:xVYuǽ;1IE(D'7̫GW[Q}O4Ư&O{FUr.[@~cIOqEic[Bj*ԆB(-ք)<3q=J;%-z $W 5,`wh3Va eNƄĤB*jap>"Q$J'oCN0\mw|LL?V$3`R 0W'S9R֭t8tLMv>v.NXG\bF[f3BS؝B(|FγR..8CcHa l"V,{=6/IžN9> ݡ= Z Ԋّ5 ^˝}w\h^TpK=D^R3-F W~Te-K.bJ?r:ٍ E,~P?=jJc.+ζ [[7lgEaR撚FBIxoQ {iF PCH5$y"9|:}3(FyeUgxL+M rs=nC`1O#@-8[ڔH($=yO?_L?HNJK:Dۈ/L&-cX_8$×0zHd>x0N*1\XP{>;Yav"CFxX> 3d:Hc ,R4|5B{zx/ sTu7  6=`— |u߇[n OQ?~jV[Lׅj޼DҔ;M[eq I~)yz94O)ugբJr#52Zős;,{6nE"J|'! LhNm~Ѽ?\ӗ>lb*֭;ʛ3lB V-axg]F ;y@\8LH3,K%Gp)DEi^Mί\6vT0rrjlL'uZEM* B@`E?>}˄BMBg2 |F}4~]Y9}KNc\l# Zk-}T%05+в},#v֜9[Oz‘p ifs75t'!JER=J nzJIIx%*Ⓝ=c{o2?i$R [Ac_^b y?c/*Rn<3i4pIhhta kʾ HKc| KKm8NKO.2"ނs7  rSBe Cn ~U63o:f/ϴj H=RH^>8c.@ҵ-ξrfE)e]:rĘϡ4> aq)];<]y۳8 ֟h+uj4WМ$7z\c^~DCjSzC5ZV-{3=GrFRN (e@І3y8 klV9Z0O l*PO"@j,GVgM uQfZ#!;^Ky&nd=]g㍊Q81sڞ΅-Q3m*L -_K4 f_gna/䟔K@P|.H$n,M#Wnչ5EK֠xK`uC5wmn47|L*4NZ VZḻdnxy{Q$VTs'O^L9'13]"0']vMLnM5˸ڂ8մw66ԡ ]nHuM>?:46-'?aoGNmsdj'!fgϐzU܍l \XeuK2O$:k%]&NPn-%75 eŀqY_ѧd9@L3Aݘ*a,$ [a{e։_QPvi;"<{^Ne]hד%n(;2:#d[L8:pH=NJИJNp$w:fD%SlgnƳxMtÿS:#ZK~oN3W@7LGdj|]4JߤfGwgY_ÐWcYeTo#Bް5Tڡp5β. f`H3ωt0iڝn\*E"J7mBxhƾ@:&#RwF-.)n肕M[wrֻ|\GQu3 yrG.tf F+O{fTXa!oOg9&)^=4Vl憤M?j$E~cl4~Ϊݑ b~#5u2`,g{h[kL~y_=)IYqyu'OnOu^oߘ]I.M<Ȟ>[fڅ5InS-\Xѵٰ;("oß݊b%תRXc\!_=:Q+FAaӅ={>-AةP̂C/jɅ!M/0Z[/ϟDw4c}MwAy"jB.\E.XԮ9u-#V˓?ŐqYRkePP*,ciY]ՏQ-F6OF踛5DӇ PXRu"IPض+t:q=sT,'k>[bWZAf~> D8vKr~, 48%vH߂F^ٙJwR ޡ=[Sn;\42rBU{YrP]4hz³MR%3 ڥ:p{_v;|u,+f4ԁ\y^qsj>)y]/q`\V`ej31 8tEy(A5ܖ~YN2b-4IW9{A[>/:?b WX;"Kgp{cA~eg%t%rh%\Vb,;PzQ\HĎ탸 W¦6,XYCPy>e3Z-!0,@gIq\>X3ki_"/Ϝzַo}'&ޔ%k%C Svv l[Duf}ik8zNOC}0Op u8vTPZ-w1anE*7魙ᜯߧN|=mt4>>M(765Acԟ̀-/ s-<ׯi C\z`AOl7 ZWcwde:|{iRoe"S_j/(3ȵIcl S̩%e[_"KՏK]Ԍ5d]\pٴSEA+dNPJ⫠Ȕ{1K.VtͳˡuIlP_5nW7h0K}!(?͢9nQwEd!)<*}[w9 DM;sp*xa[)t޸;ݳ$Rl"$ 癧fB +9= ž;756RK&ga>\oQv:9u0W]aKUVؠP3ow\s{1b만4)娵Po6f׶‎"eE"3zsM9+ wW< w)X^""jTD#لeej?iJx $F, geI$V9c5DK!E_cxZi"pB?y:kUN<+ݟhL#)ef9+S{eR8Q!]obLโޚ)C<T_qwV~NrI|3sr_;" Y ~6 ̤O%Nr>.ߩ}!a~W6ZBZsU0JޔlcFԨuqi!E`)sɰX X (V`i0])Hת[1778ٴ$oh)fH BRa,@eqwL>NGGK% j#\7@k T '|H/ DE3ڍTEeҽpz3ו ϱwU@dIelC)l ྜu D@u_\[Fs m/KAcoj>Y^۫p`9^ݤwKH '_zy-w 2STk4IP-*bf<{`NnDz3r[+H}B0ŀdV}ox.𞻴\ǂ9ca6:D&wV/2#>o*3}u`(1ޖsc}o`2#>I:iH^(7  +C?چ'94Aʩvf ^[.(iN `L3$+?1fzVP+L+Mq<*nwJ凸UЀ WuL?1Suo NB0NPbN>򦉃c=7NXu& tg.e44,B +/ fetO7$փKZݬ_(  AP#Luɜk A^(EίuSҜw]SS]m #ͪtz\2:8;H4hŢW8_]K?nn?8-(R4zI}w#yII+=)J! n=Opr7e0l-"ME#"qMt=,ZG)?uX$ ]j8¸3AO|١dI{~p);v( ШE=psjxV)7(U܁3ixJQڛ߬$ xf7&N~TY%[A KmnߠHFq/ "tW?Sp18őX6CM.(>$Cix-_<PEvׯa-T߲}̱Z1ͧEhn\Ɣ^7 51PWK dmu74 2_J("բ9NAQ߿#Ȅмbg ׿N&?EحRHj$)h)G{_Nv#kdF 8tmBuc~Nt{]MF2d^քCM#!t65ݰTsM"M` Է PC"]&0+b낞gr?6ӑR@<{ (z$;1}FK,m2dU+ Tj˜L1W-FP^nPxJ9rE OɃǬ&1E23ǻo+0vvN>Kz|m\>e?$PKWh;!=]5[wCĠf6V_F2hU" `ʱw U))`*~,hZ:}tl:4a;!@v[G>At5'@ҪofsҵfnB6%3ց̼1/^xR;ֳ?<Άmsz  0Cے1EH@@pM_#0[hd=AVyhVTUHwS#+6Up?Ւc26F`q`V3BamXK&MІT!9TB9_kēSlK^<%k(1̮}6N)E 㶋ƹxs )Ի]Wu"A!ENR*SƕѲ/bQpz=&`ʶ_)< H %w&72?7v xzI+C r}-}Iܡ QT/JcO^.XD*KbD}6KV\)4@94Wp5OsM+I 7Fб&62^Y ]gLs KgeըT%?W0ŌE W"': RRv~R7IVl\GSr;~A:2o?E+!!ə5r6!'a 14u TSlJ֛Ohϡ`Ҿ v?Ji-6sؐoٜaK kf*h U~b,yh-1N`NZ9؆ib. Z<)ҳs@`͐#p#~2 ֎S ͫφDLI-=Vaeǖ(5tZEqY}= {VT2^Y < NspzU(y?A 2=@MoZз{J Y|9Xobl +U0lY]qҞhOi :lZ,ٛEڴ@;SԪf6o1י3Unu 2[i?cqu#6Kap8Wo hȓ+ms1 }Rl{[S$HZgyUָ`G3#1h2Y>OuUGprԛY&kh4cK8^ ]wMRfzO K`t L K~[R.W͘պs6oiaEcYZ9MǪp/B@Zܱ:c9\M ĩ˳2 0=cPWV[ -c}C T3v 5s#Ho` 1{,,0rϵ>YB;'JqI>6r&1LH֭v=8znYCyXPXc(eWJ+ 5*y=lûNv$`)o~=nd d;;Hi)FZmQN"}DV#gw#&{>c{ipzU2`Oz$)h9ת>:w"Hq4tdJj_t :]q &KO"<"Вg);.Fxl7]持eX_%'iσn:Dp%V?k56ؼL=N%-!pEh@%,pQM&.hbVx(R@7ߙmTT}P-yW0[;LE$ ~쀸Zp5@7=UZXxXZ{47壦r_xDA&\ju1AO0&U1%IjUA-x<^ T)˰GײҀ9x. @Bv]NrXIg"y9|B1:-x?GS}ho9i+0jpϛt…8`02qr?-#{V qJ:a>Rj,J{b1ѿ B' J뱄yP3ˈ]To=J8 K2Sd545zꖀ9)7<,$rYn`h!:h5 l7c/x {؊—,]/%0pf1WM07meY( -]HL#5wl^\j;E)E7LNC]J`̣V@ %fhʚ}N€9% <֣bCY_YFHK\cp|jT>"." PKuv-<S'g: EQ8hc- l;A 0<jJ+`UX8\TwuT0f  k.YmfaKL^!y| 6yeܢ< /@ږrĸ-a7K d+c!*|7([ hl7;(MȚ W4k^=_+w{`IE`'j2<Kk( ͮW\W 6m2FVƹopq(n>.E K"~; U~-RvW$s!KmG5:8 6eޭmn؇ Ϲ,۾NI,ΛτTSTRvsCt' ^UcCUXV~^)6= W{rc{3ΧL2FVB. L~v` m@AS)IJX[~w9LZy-GP?Y<ݹm*X'λ)Arr.v??/it.iNۏ㆝IZ8DE:Dv_Xb_Լ7RCz$Te,lNk FV%qm zLr A'gX<~5{iO&4U= Q,d3(doF@)P[:#&WH"*w({8{Z&蝽%;brʫxBtۏuS{FGi{zJ,9+1 zldP PaJ#UFS}ip9:uۋw|6U૞Ss8 0XNNI ,ٝLkQXeV)!aP=-zCBB82YgSjZj,w,$Ii]p-"sY2dbDGm4q .&jf[=x7#fiB̈Oy#jl=\V,n̶pBˈwuʯyejN)H҂hn@#4<:(ع:t򊹆AӠYh/ck搳EWxfrntub4c. ^ްI;&Q8;auX/wkʰ'šTs4[qqD4;\tLKeio@;}G]rkRũeR''cuyI:HVsIK&vՂ]Mnbk_atS{2R T\Lū~oɗ⾈}^L5 )It|i VRDAA\ [@ׄHm! AC4TFumŇ`ObL n}~нe`as /!~Il}2|Zb&;],$%jdp}ZxYXyػ:`]،`eŘZ$iO]|8\ g6Byis,I"m%rA|Q-fTȢ5ǭ ^b|ZVϋB,v=,2E՚'S[|u^{czVZR c?ϔqڔBJCvoQœ`7|1Y` TUH E89su}aZ0ٔO9wV4Cklbe7g(HߚNQax`U >ݛfWkOT"aLI}n.Ul{;}\rN W7Cf$> "`kP), ( ۽vrD1óN,/}BvԨ$\r(rKXTbES{)T<)Lwr@$oy ((ixj3y&>0O _p$ y)/(a3cQ fr1@Wp2 < [T`%8svv2C Aۋh):ڂpfΩit2"$zZ3)e'on*dToDu͚wBqxjW'9+EyO__\WnX5éLLuR_o>[Qp ah?\UBlf5deRMg<xsZu{F${+$!2[yńha{ `6_ J!5Q" [/tpk m6FЮE)9 "kwD 7 ﶬclTL5@Yx*7b*7O 6Q'W g*´f^$ͲqD~jgxS &>ª3:Ƨ8D$ go@JGs( ,@U &C8t- @%H=)tRRyClltBbm虰اU h\쮽@.Ɣr"p!vHYŘ^,:rY7m9ܬ5HړY`uo'+'ro65CѠj_ }o[# K%pʷ$tU-o`O4gnuDSsyY}G1ID\Bu]X>:fn]FшrRs+YP!_:&,R{wNJl&8ɒN'mE (+bg0:D+R&И<T8hlA,Up8rP5B5/0ʼny I-}nYm XRȕrW);q$r6? >8xg%T'nAۈ.ME"t)OtsТvuTPdGer5$cBخj> n;:3RpHR۲9VfAeʡwxsCj`@_%[`Z_X/D+_/VdKNvB@W&g&?6[O\@J6ΎH2" -F>3@-Vw-rl>R7dceOc.aOWIFRH?*L4ّ`jp)VEi(h=Y'J,&n KruG7D3ׁuҴ_;-2:rБ>YO4Γ q6L0xe8C@DA䜟㾝uԽueqB%(֛SPaǠݙ,ӻnv >k bNPÜ!ǵX,cC'@`0!c7k#_t ?kKV.fX,J l970F72B1Ͻ?ehS{'}6ח͠>xV[@&n86poAuTLσ^Н0B{,^F1&lB(%xS2cBFu V`ѢBIg5V"t. FOoڲM'! ״Yr([&u>G gBVxʌg&6>_V6z+ Kmb(Zm'*h=Q!BZtPAڮ\ٮ!jw~࿘[\U4hIm這 *?B S7 Z\FnF~ّnw7/lLBu֐7^Zl(->m>Z);ry uigMVzH#Nu)u-/wj[O_„vѶ=?Њ5}SoG!LaUEV(lȟ>oR^z^L {?!д׹-$϶myGtPt 'f,WW߷>> J΢֔{ϖb=<J!plg-74,8C\EV+܍ux;=g?,, Eu vغ+y~-?Oʧ3O:zJT(D;/č("7Jlq" L+NG7(w2K4zHʰA+,4a^uc⽗mfrm;KhƏ8 Z|&5 3>)e݋[5pD,=@HJ{ C YzƄKqh|f]Au'>ğ`VFGxu;oQ|I)QUaiLT{a |Rf u6o-%hi0Ф 2Q(o2v)E܍[A+.~ÞI I -fmF‘ׇ D8Ȥ>5D SfQ8JNƚU)v6}o1{w )jUSoO)ٿ-H̙ 5Y^yȭ`@?kwsKn2#94aayZ&E}nrYu%V[FҹPZ)C$ R5nbUkM}L5%yxz Ѐᐕj 9rx-Xa]ܥ$< RcZx0$Wʶ"5m#huI~aEJ.i9wyNg0S.{׭jMsrs7yDWPKfWb~x>&c98dAplC 3zYRJ(Ў+kF)kh>Sb *cC]gkh|}qY30u;~k+ȴ/з3CRknd60$>d0:]$v:xc+%y_īT>k%LeϣKx!o8*`YܒIQ SĦ}P{P)5j9 n~,ʨ~Miu.K<4ԭH̠6J#QF5U {*泯 IsO r׳74p؊.X|xI`Q(j!WpB%8CuNf}`H2~X6 gY߃ބO9$;ŝzZ'T ҠW G0r"EE LrD=$ rK+i@D]jt1):H.kC6)ec4#*+V{39.a^oPr,yooH, >7hc6rO[!`ZV-KV0~)D}EqNT?iwQtrv$. Ϊw|!;Q?!+ܾPz4 k%a27Xӏ8pf;^Db,}`M%#㦠f䮧)Ek-3%}W}ztDi(^vQLr-ԃ=_(]+_!: a3"zS'[*sqC}*bDq^/[DbU752 w~KUKMl zA9WE8JEfk1ӷ|;! -BSQfnGGݮ fzG¶=܏KQcԏsi VƧmLM$F_LHIZOKPߧg0W C!)!,ś i7Z; ~@^4</*+UJ)hu+Z$6r/%C-IT e눪ÁO 3/B8:#T3W֎ cQ_s3i>㐍e-#H\6vhQӹlݻ hWzI@X&ZB/__$Ux,;dD½O܀-mѣ,f-Dat:|~bbQqZ1!Кή 8K1#6-j4'BhvGإ jpRQ `}![C*pE>v~k 1H[~h]r)' d|L{xB%m!)z͒>CHW`XĤgS'5JŖ͞s c_ұJffED :k"vG2-a_,>-K R||y扡q`1&`PP'<yBthÉq ̼;Qs4c<2iL -BJPR+eDisBdIL} W1jԨl%鷢lq\ȪXvvTPٺDmS%U iWFw>&([ƭD`SqgN\%.jc bۘ 5uTbp yL*pt?R͙?J)G:g-P$Mґ@ *LۓXOXmBIt6IeGxo~ %_5a J8fqTVy ÿ!N`ؔO1e+$ VcCjErq*KqsF^j:H2kz5k =K%yf7Ȕ9.d|A1bDSd3&v@L$nW5"d wkbGZD]r,D~.O1g\uSrK茁]ds+zT.}6285]h9cp&mJO Mw !N[g#Ŀc:iD!Y?}_$n? "N1%{ ܢs6 F;Łkd :sؕx=`@ #pwpF_L}|^Ͱ*»Q-yW s9x'崎{6OR&HbtCٚqS*!An@$x g_M%c\6 [ar&E`eI ڇM!uJQ 0t[ (X˞k Zq-eicyX7n4/ƮsSŝV>&LXzR 2obo|J!< E-mj]yn[ d~=F/8Zxi'3I4@*7ZSLWT Ս(0_<.j\>:*})UrH(I^S1g;! dRP_N l݂31_gŹASKy|U &%ƧuR\닛9/pqCjB+"fxށ=S _{OϧnϙbWe $rBY Y[B1a@i 賿K_j_*e0glgj#4_GZog)Iסoxgn#2n0sg3uV{SEL|g`bܳiw55{=+(=1&)i4FwHC"9WǍ~N"4 a^> HfC: ˯/I2HZZvU<"l]"˪Rǵq2Ƒ7wg^ehs w'Z&G ZЮy0}_+6A|Ć 7΢h7j@rm{&(}_gR_+]}gٳpz(xsz˶) MKK߾0 I/#&M^/Č wOsKCbnl,7ImϕwE6tfKG5~\[V<B{)C2?OyAnj]-pZrUW%=݆!q#g2ǜ$.ƽ .]<<7[Sd,[Nakɢ CfBb3B+% eQW(1cԣ=_O>3m$|zW’.+jÈX D7 f9}|H-'п?:L]뉦Jvh@IF"KՆѧvjl 6*m/OI"Кwm?16RZM B˼8/;;0$V%Ǵ Ϫm{f`"ض*Wb+Z r}b2@vR S&Q oڊt%$zW;k(OwrN Aߦ^U ~+nXpD <3]?0JEiGUE-h7=sCW1dr~YP\ӞUƥdW-D(N(&pf VVs8,`J2UuCz(,'hS;k,ԙyhtik+nGeڷalS lVQqvTjfR ce9<,Z@@{ÔL(S{P#Fߝ wك?s7{<ƎT*4l kvޟdTt@\tijhD1clHhtn,cY78XZ]ȓ2.%1Kp`kM/)FLAG=@36a>5X ]츮nm z_/[z r/104D} g {~C tA76OK'Iȩ`D>A QFEyjwT4Hc8v6ekMlt bhC&~]_=`Wk&Ս .բ6>d9 4cPUvڗe?}*x|5nFT)ZtgWB 85Ql >4h Hә#4UD:ylք7B,yP9,eQ}G:[$!\Y2bf*?5Jf *t-C/vR\(0 *1%Jw Z:jVHZiD0@"FmjB:JſG2_xu<[fEGtԈFt4a6ZV,'ކ>a! `(.9v1pʊow_c$"B?/2.ImrM"y$p%xݏ }d2{T];Ch0pZ~:tݹyK/S"BM6m 2V”lj\ui60<*ugLқڈGT* /p Ͻ7eXD.rDD.CcvCx'b&Hv %f$>iOx{kX4,a 'Skҏ!חA FNC'Q Hbg$맊US ͎ gI͜3D eC۫v"1jDjԦ:cn3bq6\\AfV"7GBD7C_F"`hXe\hoL>np ==D!`jt'.W+@H~a'Zc C:& 5@]!x$ m\!%,UPLO JiBJ*2YQmGF&oozǁ)j3Ot6qtj1چb)q$74i~2ƑߩT- eVAPy3 n4VREE<*%U'mמlF7bߥf&316DfvwRlTEq ( ƸLk&m)[my8W .ԈW qj/(W<ә(E)hM~(:ȋJDK$cbbeό6Ǖh*^.rǃ')]߸7(qکzuSzǝ= -Y!h,:]>y_KQcȰ@Vڥ']I1gQ 9\|+R}<8<3࿋r$99}]$lD%)3e"wUud> 6R|=s#st 7 Mg.>Ȥİ?KPFQ_Ä/Ə^ BFԒf)gQ$i{CU=6cNaذi~W-y|T񴴪5s';ŊBJ!6O7fN|rzs5{~9-tScߙ8emO幏p.3KnJlpRIfZ) 1s11W-j׾yѦpqJU\vS >N|x*?lL>;[sEr|V98vѪU9kY7ɒ>ء86i^EFэfʟN~]DYe׼>S+ڞH"AcLj0Uaq`?1rؔ(^R,#Ѯg\oּTnbnBH0;(`k)W O:}x5ss!GÖcr61`IL5Xlj8F^tq 39?YM?%Z*2 ? q8&ކJȔ RXgRc]Ú*If֜l{7e?9F}~TkWPdy. op-/Fk|'j_;#/5a>Oe@߷|d!=< Ik>)ᗟV@)Iꎣ(!o.pl$i3WMQF.x~ėpb#:$*f| . .BU8,@Fʶ2`To qEFZߧ Z}h]BƎ LJ^:΅{xrsI geuL6zy=M4XoPH&V.ukآ>Fq_ 5^֤ߝ:|;M9ܙP# =hcc8Śvz#cqZnq,;:7Mt]$:.蠏wK.Df2 jsk,`+xPxy"iA:OOiYPߤ} )-sqުdk?jtȮ_.hB|+nq;֐U,(@N񴗖:V iGU \nR#ja!+FxZIj*or32;C!7M(~#pUOmπ3=;TMۻL~<䷎.a7ݱhԸ-eYR9/ZlUhآr-;W4+Y -^l٭NtT4,g@`\GX\ {=k!xJo% qZV b0ajeEuZ~8&BMBcdL4 !B+B(߿w[pd^Ak%Xs'{ch:A@~k f3LN\σy3$vS-O#Fd q)v@ 8beaᶣ6܆@HW~^/ @cs/K6HL^?4iTe?$3E$)}F{E65}+M"P xt:kS/"*{1d edYNT1cpP%owq$*6xWveB[NB@ta94>̡Tkު͂۟ NkcUW@DO6D҄ 0xgQOgs­GXetYYJk^t)52v2ev A7;B PBYG5{ hw8k7~4 [UBړ㯺;1xp*|@Ŷs} bvٖU,m#nHz3z'z*bU[ 0%CqqZ)' 5:l:@NS}Uڃ)Z W.`0yobF wE g>ECESRCtF3duefrZb _R"`h0yM͕iR֩0E:8x 1 QXIr€/H-b!Y'F(D<=s7>M+Z!(%\H޽HR5hF^GCDk:c9d xOl2'E;*L\7uWr(,3pGNhYcp_ƨxB-"Yֹ7CiH›08$O ԮAETdg UYQjW?vaP/V Fei#FwY ŶH%r7,W}\PhBW>]%˻^lH{ܯAgg;}_*&"]N8 pϛUc{]u.}hgAmש%Q"1jI~f\B! `od G{bv^E&tD7[lXUD~8<~ŒNPm#7*m[^ s ~/9 'SYTZ /8*4.t[O t%Z8cCd-[E1j,l`j<7CҊ3Ene>YIsgM㙮\C3Xz :Dj& 9HݮZ06~Gt?gPf|s"<] \8`Ie'@j𛙃%+٦/./: '2t?\P1 }FH~kZMsY yjgh*%#?{F+vYy )mO1oo `d8k4 )$}$H̆=fĮ@Up:\V]o0{ `u`. U>߸"iujr.bq{ZNKOߺjY'1/f1tSk5=@%&؆ta47vߦtRc t(F 5 Y “pSJ/K(]YDCdUcfq]k˥͏}ۿLO {>GkUSJeťRH[^f)meۥ{J:މ#w?4igGhD4esFZC1z'^=g^'EZ$|[[ƾ@1LyV-Tג\w+X~}L@e-aejdrC4$&'Mpmh$-2ҏڳYq0ڽrQVDcBBr>Мz*Е<_EOcݗIhDd>W XCE9B!("˰z9HL[~J ϫèw17lGc8U 1.Xb_;p_^NETMSe2I8l1b[X|4LnlWi<@?DJ!T줂` yz(NaZ\mÒ\#NK&G%AnT9|Yv-\""ˢ@}&./$B#J a*gNfQ:ʷL=,íbab,X6*zhCrSf8m9i=4jAMoY7AzU Z˻Cj@2D6TE$sWvw-R IA@̨yKzaJEfؐ;e07&|M \~VW"jD҉A~0 0eIx(?YILu'?OPqXQPwlb>KxȂTqWjW0A;|yrCۥU&Mڶ _+!W{ܾnW}L79 ߙǤvg< -g?%r0Z=G!GOXbXJ$h: B=)D8EM8v6/Co+ny^nC_}'I8fM֏mQVq͍t \`51PRI3r!>B|UWDrhjx-~wJ\BA̬կlns)܇aÃVQa6,,A!>u*D7\F{[n q,:W7oCSgӘxb.tf[o ,&iy+Oo8w/\T0Kq˴0ٍXO,d3A+? 2鏥"l .!vb?g'cN? m Dnh>MBO tE9;# %XSw6$|U-jpӔ -f]LW]# nU+w xI!5G,Du[+t; g=̒mpA)H5LfZON??bOVY`ܺ$ݶ/E<G^Y5E:1 Po;X_chA7Яg&5+9ߐn p fn82fQ t~#P='Mt`!ԕ4Z!wV煑 0vv#3C3"4hb"t\ ,x2l>\h'ըUf?^gZhb ^LL|E2SǍF<{L(5nNu2 z8AL>r]yі5*ԯrӓ G@%D49]fQ)i@8f 1>1m`yR:5("pK'OY*V*x[Rk[袅YY5MU0o$1Faw׫xHd@/j&1!Nb9e bPTOO|kaV)Xu5Wb}aZ&n>\ݪɼ9@0R[q/-B>WXH;).ajg4:^lbG%d \%e0h+OT0_Ϡ cr Ɛa1ңP4kU'@$vNksqE:#lFX.xAOwC -4%w'A1X  ؕ_+cެuy᭏cksT7"UrW(d)$5:mX[&-A`O% 9C3K@bb4L WH:3j+Ce+مPMfAP6kzm1DCO?Ѣ\>#wTc#*F޼3YD寲Z2(鏤 Bs*JOB_vMJH&į`Rȩ$b]ٓI*"k4 Vmx{oѲΨ͈-6嶼`4uT<", l7fׄiXRd+$prTLs wi31C;7V/fR?xjOF#vL3=;V`9EWH|p _v |cwOƱ~Dr{FGF7'O=GdD]>S+4E$S tgyb Oda<[zݩC:d#Fjg6 5awcU+9 iA0P6G&w8asDLbS̞u1 ϰHTҜy0}( bgsⲉk> iױnѰ  K-zिc58NxUGXoyfF<5p1p6T '=RMU9H3.B8boUaڌX>}έw|hPyzO_G+:_fDy^ht"퀬s[>.7v9,lSf0Q&uB΂`9GlfA"]s0#wܞ{i~b4j)HX2l@,ܜJ^;_G6BŸ/nEy%qk5%MVIQ{aip.Ue 4JPZe7v6 3wӨ{DqgeF2q_K!ZŎyM~MZt.͙4B_Nt)gr%]cnV2XrM,h%vZ*͊phOUc_e2鹀8s0u3[L򊜧 jMZmau‹T{zEcxaB34}rddEPeu/cĆ}1CR99v|P)YxU л)(0,9ty3vEu}=0]J\ kʺFA f<ŽvF<@kcR̡ƫ`/#C)vJ; pnT2r9ʼnrgVs/xt@LԴ6z$y0}oWѿ9jRy@SAE+e?n,yݍaie\0w}VO:hGon-(C?,z=8+{v݈>o{Z;#LVxS`؊$,HJHf8-Bdb$GF'8v%:H`)!:xDWk5Wbl[T?ղ@x|#Cj*k 9(4.3m:3S7~a=}g=ȀUzc›y|& ڃAJ'9NE1%9Pho_HkJu`vU'O'' ;)'Pj)6{YB2D$)*szq ps%g֮P͇X -K%%ڿ}APsoZ^pKzD{ {nOB f6!Gg?D}sSedK-9Z9[ s=S.JWP ̝=E4< e,'FK]AC`B% RFh@Pv*8 a8`q&[sa9&.>D?{m $Rbq2s IFC\%Mv]lY $2#Y Y nBfS;/nK _W;C8"B=HCD|Cl!1WٮjćvK48mg^")Ib2pĦvR aNn_Uy|ԍQKuOM:ŸĨZ2 X^+0LNa>AؠQ>P_\TVS sg`=Uup TIyѽ)7(뚉Ihsqfz}"‡#A shkRѼZV ؒQte7y&b9q]4i/y'8h \=N1 Dr!຦< `bƎ #bVKfUo+[s ^e?`SEDɢXDf.PrTSMqoCbX|e~c>.\_Ƈ-0o 4r}%rg Z-CuM._e{ $\dR+[ L|wCA'ZwY8߇- AoR؉H.L>`.WSd8Up|OGTOĦR$**/' Vye;5ᇤBFU.)[K~Ҷɯ߱νl'{sFۏǚvL2 7POϞL}Tq;ZA)'QαV߽ޛ: tbnT+7̛نgFS- dg7fDozJd8duHq7]i5$@sL}r)wm6lTen)~ɘO3m ]7%Ld:b ԍcS뼐nBÙs_ܧA[J 0XiIo8xSd$2g]|$ߵA0(n q{7?&'E%,n eAg1_R׈==ڱ g |ҷX4낣HyѪ@]2s( N}eC`^I%E_ `ByI NHx`zBmb^Ե7W]4Ӷ/IS[1kݧGl*<#-q :lbIׁ%(j#xNW~&sRe*=Քc_ wD@'PPLE Of{2Zxi|g19'^x 2&,I_ Ht)ףbHRd<>2\NH[8ӏjg58mtnO+vT%'P Wp he@;XijIIۿ0u!K=cj DB?8"J -,eDKd(D'JFD!W[FxTJP֟;'Yjπ R+ꋛ]0WEi_$'-#)aeh91,yN4%*mu~p>'ojtxL%7|9Vrɩ!π9 7$0~LLwq .:wz8N +ӡDCch֨pv/e٫M( l.^C8hSc׿/ L fGk;k0t{-PNF#E_aFpȿl }! *Rz%)^ǘ^wY^D+ ǑjMPcO+i:VK3nQOKPv;aWoaz!ųKH,wíIGһ RoOp[nmuޟo)!qv]u3OsJ{/)N}n 8&M2pw>3?pzOqImGOWݾQĭ:p1(FMPrI%*K͙0k`*;8I|^ M/+>b8uy]@otݡ? b*|yVdB>a2r(1O#㽅}$ em{^LU3@y&H Uy}IZǢ8XlܓR9dV')}?#6^8ti4`ZtVfÇej1"-83ߑ'ߡmpijSZ.t\^.餠{UH [۠m &Ka9P/(s'y2d*~6sקAs<=in؉ {ھ*-\{'Ջ",T]{V˥X#W {A}tpH0&F꺥6Jdܫ/% 7HuV lC* U^yZN7X*?vn_Y^Ȉmcəv ˮ׀ojjQ@HX\lp$~'=icIq3K+tGL`r ՗A ⳸@/6 6ݾ'nE\s6^Pq|eQF #ڂY tlm7dk-3*%0̑{/*A[]cn,#==N2nVrU8퓓}kPITV`Ӿ>`_^C'B* aϧ[@;}evJIQLBES7M}E8Be^ U C|(>gP}-6UFڢJ٬Np1}Ԡ%J V>{)c C2|;>m HYikdD[eZS~6ٱaJ:iV4("= LwuZ/CnMnMUe(I m1=8@"ݽm.f.n]HUS)q<@0g$*5o\~,HgxEw6GGOlPEE 9&l°q;ZzGhqJ&_s;TQ7* ^ZD>mFL$IU}3` w\d賢 `e"߸N:P2g׮N>Ň ׁss n#:qaOR/O^# =>XnBYGgƅ3W`uKfd*̌ӆ) -o.a+;ு:\`~rU:Uo+Eӈz|6z]ѨȵyY[M0]UԹ, 38>w.24F0ڱFZ78V@//Г'4b㊃@L8 rVnY/xX5I4AVe=l~^Ϡj׫o_ǖ"l"T DzM^xkF]q. ?1`{,0>cf"| ~$9Yk~n=i/9ug'(MZːZz@<ҰK7G..O{zp:M!m3xŇw:K.4e*s'|*d%#&i,l0T$F]RFkr I1p:vq!=;3gS#`M* uގ W`6UG~hvrm+&:Q]huaM9lh\ 2V܅[["pN28Sd9;$H/6bP؝8cWed4gSIJv%eUTߝ\X09!: t*WmyFG3='O|uk j5WI<q٣lQex/D{Ԁ FOS]  0oL*sq~XԷFP*x-Q*8Żr@q~=s9jB,^  0u >Ҏ@sj쟒oG4񑍺]ת㌻HUѢBO O-}W0b:#-`ISBd5(\D6ߋ-_r~Aeg}'άX!{~EǛ~ yҥ ZgD6i0R39K,9 p{HZ<ͳG֑)ˇH_UtՂ;yD+3@DDM`j:%$(!^< m iыFg˫I3kacߋ4=-*MSoAd"mbjuBq$fc~vD=Wm7>p&dHrT|ǎX>-Բu3˸?; Y0TA߫wY"U@ޚTnR6,vi—ڠ߻!ir5:eiz[sDsGu1z˸/](/kD A{xESg-uiaa N~M _=.Cs ֮,sIjEtbLk߿0b|s2%Ѥb]XzH[(C#H//d?mAݗJ5|)ͭ69Ǵ,fIzz#aPXwBe_)(g'@RA?5 1kf5k|*tOYO?]\\c@s3lq CrʈNdp4l{Wrΰd8{,OMݍ7'@4 7jj\lՈna\HJE3P}ZRsŬp`7vE>R;x(\C1){K:7mI}K4VI Z7O@U ǜy&sLF0DMt'}m R̫ˏzs[Rkn<./mLUWS#U1.uil1N ClVeTɅ0<˜Q3RdVOIޙU#,%D3)իYԮq)3 \+4S}_QxhzV T[ؠ2w1vMAKM<(=.w%$)eqxbյ !a3'%5"1VATnEEd|2I^=՞ItFG[.}3-顯cv~s>7Q^e3ݶ e.8'/x濷%֠dWӫxi$k,`R]-Uʁ^ʕ&A|k`kR[J%77ozs R@a' r a=cWu,k݂D7gᬿv[H0: -H6{C/-Sy h WxxZb,tm=aD$ˋۀ)iח3vͭhnk,FDêLsμun1X`QI+6,[9,$T܆ܿm@)%̉Z_-P˥I3dvKO@)]]RJ9OwD<߯V07T05r+ .\c]qHFS_[bpDܬU_:FćtPܦ"x˞NH9%'4tt}-|_Ua[\89|J]i*y;IJ__!ZpGvLE!Y;Ն*ˆ`uQGX66*-DzlfQ5+D!PQ#jy,XGqK+OAcjG0\2CI[*~8|xȂɋ^Fgq7MQb[Ga:7[+⃱0O)>V86),X!!M>j=ڧ,+Ҥ%}Sf.e'hC+[P}k#(캊]a*?UW: JJ|ȘDeqK;D;+G2\gn G# FS/g_lF7MXC!p_I"_t<?E- |1;MG4t/vr)ƞ<./dj4\9x,96&R{т7;pأs+ahHz4@cYl`Y u]k9RW>sCMUbhr%1^cX(P 0%6I{i#> պA6{.mW2W`I ǂa?z9 еh TCL5 h_oIH$X…&?Zڣ;{GvqrnsZ'|A"ơD;Ų1W㱢 aMl䀢OF%g@ "[!WVU|N"3FK~NJ䪳X .owdPC+QVPߨKA6O 0PfCmywx4sm& o8=Q˅%PΆ?_š>꒫ 9e9iC{S3K)t4K)I)5@L쁂?2=_x%+9Y_rחX+ux3{V$ U{9R#+[y ; Ȗc/7=䟦 9QTO!B>w$LY!D,PMS 8OW֚}4`|{]y|N5: nB%5H0WQ(uPzz 9sfh򢀐#}Dq|JR0Yr'QUoߝ=zM:~_C#8#2%&ղZ [Bi>覚Diߏغ d(ki+0)y|#0wquyMT\<>]LQN{'dfq`,>m܌Ϛ/Sq?kcXO7Ӂ\hƒ^7Tpܑ見1T”ׂqx#`N*X}yW8rԺ$a;Rr.ұ|k!Hۓ2 `a–(h1)1#6j>9*%áK5v$"GQ8lTP hr0F4 bdT|`A:A%wGIՀU8>hc=rd)Hs `gL)9rfS{܌~6E7:%Ӹf6)Ђ-+̟|NJkHJ'O$!ЯLTr7{*tL,;Zo7bZqRi+RNȝ fօi@;Gh`c|Xs@{L^ooe>#fqŧ$I*) F O~1>Jϯ^-˸rͧ.`:I㺩8xk_Bi)ȓ51sSHɪh2vvڟ;*͕ q2 XkWuet}wpVv"o+4ҨUH3L:yfG=۬c8s@Oߢ:Q ,}!_i}L9m3H= >=b~8$MWJi)2"tG^$-^r-7&8\Q B}rabǃ̎nId$& 0X/ݧh%!᛺IÑw $৏o#N(mGp=.3 1;qєDj}pze! ʧ@[ArzdXe+;~u\{z]z$c1k Ӻ<&R\S)QF޺Ƈ\9p;&a\C8ٲY(%>O7V=eWl*gm |4Ԓ֦6WK9 犽D/B?5R͵eUkaEKa(RگK\xPj{!?񒙖cuǥ{D.й/x^5|T:!@`ރāN+_;)- IFʬ'&Gyw",h1į1Cbӫf8gio4х_i[ KޒB71c35~nvh3QUӌ=vKGڏ-ٴ mrHWqayNSܖ[k;d*2 ž_cTbiC :~)ғ)u]?Ixk8 i?$ zC ^g *E|:Qė9mlP8n1+K p鮆S%#UCo/_.<ͫJp3_}z.iE9\"LZw!' fxUgd@Rtae5cV TDf:`#ZofURDݲϿ!o;%Zίv ]a]UX;;L$} Gn6,ʎEvlː^Whل/rYEK: K*K~nos4^Mf3Vecq0Sπ jVEE[FvD>A()FbF}=쒐SQ2!)J^ wܿؖ}|tBjkltHPjlR PWJ #[Áy;{Ǟ)ȺHz7E__*ga9E!M'kHLD A bl42\ flg9sT89UtF C!/Š?TR:Jϛ#(lu|0kmFCC¨S0+3Lz3gpu0Jr&(e"cߩ$ZhWHFQd ˘.08Rȉn|E_s癸SfSe΋-rx%*wDr?ErH33##I#'Y痕"t 7o :Z6S}@trdANvpT`]a1̼L·)o4M N\inc%26 =3C(!6%jvM ݝuPv8-$ 4Zon NJ"пK][NJvޔJaןxmɻr|96aHX:a;G*!9,m9 G>Ix^u)p]ɛ-چ1B BϻӁ`fɈd& PRm?P$xqO\-#y[3#١m~WSr:pmqt$8TN/42=葟Zɗh:W|ͿС5Atߠ*yv)<9Tpy>FXnmiuH H`SQ':0XR0˲% x6drj]Mo@`7i=/ej%mc?D'*%mUQ-K.-m-/ #eu >=)y <تF!HH/!3m.B{P 382pTc AC@mg/[>vgnTS43V,}FulE47PyxR/h5C1Ob V>+;+EE3FD(MaJ!C=X iƋ"^)(٬zQMgN ND[ @*8>]e6bk#4"}9Zb>wuFE3`M,X1 %OXޙWpvd:"qخf 8D2G'`szF, Ja8к;4y7u.Z{x+x* X  ^_N[5s凂NB/7'"x` ʘ4|'jrgVfߥkSW X3d}^P:hO26:=ŖʜoEH-%H`XvykC`Y}nص*wؠ; ÷N=\R+2DPkA[E6M3EMC wed=ӂ,?ܦ|n6u|rŘs4u>|a 14$@ZCeS|Yf*Cy'B8#_s h6z_Ԑ~6V[!c=#FQt5M-]_X#hW\F neTb]̬n Q,!%1^%j$fp[ ?G2\哙1 )wl>HgG,-2iR\Z0x'<,_=sUSArx^ZѬk@L>Ԧ72Z%!5gЂR1qdg k$x<̊nY$g>T]F)\D:ESP`Qxdnxiݬr_iTq9)ݳҥ"7awuɄDWi\V VyUwAir旎vpHqt.iU3D bܴk <1YJ72BiAi)^]'օ WgՖ(cWgPof*)m/ۋ{DQ1T_Yr }:v$}F'q]j g)z݌فCfk89z IT&ӷXJϵ^(\Wc4=d,*PMDN_>=y"(2GT^2}ݹG^Zđco.4nZh̼92Rπkki<ᮤ0z#wci7IrfSLKEt5.8"A,3~IR|S mE {%q$0f*++` =ҥ=Ivc5>nf] Zn$M)^~*uv0VPPm*"hkY. ]3ӇA3.\Qc[dG2s?u֐4qnf2j^`LicD]Q2J M:"r^WKL*~D&NIe&."}0ǃ7Wy6I˧0: 3P:Xf.ٝ,TtP&qR!dڋ8Ā:5Y)pdsJFV|q1&gw)$^Eo7_̓B\!gbNN?< Ybؕ+ڕb(UV6KmA wz1SGMK p] dlV!#(t |_xŢH(g#lUPNvOjpoaE0c2TIb2Ѷ-2ogC*ʴfJ WnyswzLK0gT1 bءasR8qw)ܦu ]//fpm3,8~⛹I sF&Y:B.Ji2fH+#@iX!R[& '$[Gu؎vu_O.yFwR["nh4!FxWb-w>̔4dH$Lo|q&Srwd(M@aއↆ^W D afA5soSA$"J'+S-3^U 5Xc=}$k$pWf#k |RBI1;P !塩@̘cedO~8DC`O 4JPrScLiZ f)gU]$" 8>8~koiT,g$8.s$ơSN0;zOa&kڟnCvټ"1ODB&W!eZE(e qVx#E76Z2Kԡ,-k+t>It)쐕ɕȺWp^~}ww&fYbri' L-#}Y1H#av_wP%ЁYjNԴ>:*?z:qH ײN0Ս v=FɾMs2}\&UemL; /चÝQ 蟭AI96v1sfu`PZ^X-A9 Im&t3~E|YFd^{'r ,h#m\p3+|rg V;8kT[H $e|R;Q.D,[oiA#*+'=2yf!$֢I\am#sqQ;# ۱XJx*N+8<7&#EIʊ _BoCi$KCVfck]ROڬ5iW!)Ci+Uv98J5%h+i%Bl;${<%|\̹Lo]X/G 4e>;RKe՚DVB? <+?]"n9E]]7W-q\fR#a>v& a5L*αߗ]ZJYe.wx臗f$G'e-=Օe+Ua#^(J-Nzڟ\`W8jrhe 0ZPHjC!8CQ?d]*ž\;NNSW&tz$uwnU #^b5.nl[䠈$qݧvToIUll&h>=3ǹ+hH[.H>ldĐ[Et A<}8sh䵧!/m SDaՊƷvcOA4P}*NBIo+їmBfg_tFBTlUKϾ >4H160틞۩yJK[B&[[N՘܅sC5&}BԱH o{ |7T!Q?دɱ$)UĈ 97ϋ)z1:Ը]evl&WztQKY+/ؐl2 zj %N?n ].c4?4(P9QCǩ`L*u1 3@i'T!fYv9!P9d |HGOfݔF )ь*IOӽ :VQc=x%YL*,x]7UyOL]p0x֏Y4#N{vJ42FNO{% Ë_,l<3uբ9'񙖄22K8mS%8H<`*A̘ иC>a q`P`O!cAͤE CHo;|' 3V4)vhHFQx4ʤGqC I4IaS/ÚқeX]~ @@)& 0mD xmDs/O(d]pgL$p0VR&aw$օvP'Y(qQS}6Z{-]od"p] 2q/$#M3 ђF;C\-Yty -+ǭnsh Ubny)!G<-;-kfy *oO tu9pڻQE(?tκ ܟg|'l;R Wpz@A p45g'&3l+ 5&n%* )fStYCcMU"h"C.[nNdf?kd6nl)F5e/F4Qq, '>)Yh ^R$U̽ڀ`1oV8I7T.+H< 9 К+4fYzPA?L~A}MҍV}0dѺAg}{4,̓^e6}鼗mT#xw*+A1#p ,$dcqn1`j?#ˋ⭞l|Cd4㊎8+eLE:6:;)[Pޓ AH#n#wrj!.cTHS q,_l縰77tэBM<|į(%ү0^sسoQ@4bZO #޽~+h  >' ]y"Տa蔑U(@2^jwtCE0s.)WPĞk30wV,7FgY ]s팥.9, "q"v)RCdl*ޖ_$bzb͎a>—QE8x^-Ya+e~R !TjH|]%U@ *ֺk _wp[l?ّ*'g%?1lI$c[Ov 2T^9m++v( x:zĨ?%Fz33Io vRܹ !3j#.I>a"hN)v9DEC >>/Z +cws`VGUrn]r~rBذd/h@5hA-%*HV|҄hy+jA} 9wu쩹A}5T$5 kdR}P6\x_၇g,Yd>"/'t0gT:< 8˩]5oqAy(O2T(S#'Phq#=*P31lݏ7pɜ#)PBUz&%#;nqoFHwNY `RoŤ}*e 'ρ̞y,^oT1Z\/5қ?Ϙyc] 谧ibzgDb: y/[|y_ Gplu1Oghok6$(H&t|bm$ZL{W!mTT=f .3,Α<nfL o h)NlB!~{9,H\'X3ӕ0>9ElnX Wk;cy$p@ a4ZDr ܃ӻHrM1 Ua KMswzI~Ont_7:dg!B4x2֜I&/NFj" N_Œ@Xޅmb0; uAZ" Zشe`ms$Il1 |w\ei"~Sg}񩑻I]~ds?,r :_bHlZG yDacxAbx Ytf:5 &HʆJ62 (pP+ErC$ e~/ko .26ӎdA4Clei(7 =(d"+h)bsC5(kmw;p KHڅ @C@goi]ݺYc1ƒܩěD)#@N*EqyPIGPT$MdP L*ӏKEO H¹?OiY: 8h*TA١et}i`/G(0)+doĽ+em{MDNpa2(`[ Vu vhi~Q'P[Gd6?w]wfyZ%"N6gjrjA%9;%C{!.^GyVohX {9ə/F[mCtSoBuJ=u I@jmҿ+>OR N/%V0}?غaCFrbLC*wَA^zͺ+c}v<4J &8S&r3[7F{I!US<]&  ׎b1mrQ zPk@F_P2̏_$m#_۞ZoqKy>T~G^?h9,~ xc7Kj]={ }n/z5|\onI)a|e)95C-teh,@R %n˛riC%n>XݪTubl [ba{rQDO b(f2C-}_Vo~~jS8;/L <zU'"I?=2(P_J2}-]AH 1U!!T,=2n nuݦq7pbU;V=[ BAwC7ô4'`c*k6T6L0Fy;]1)C Z?<:C@7.QhP{cBAsn]<`K=j.h:Ob9,7@&='B,щ wO/57f@;ȁQ@92Yˡxz܋eQͥY F~ˢLVCE@=O\\VmB! Me.t.ǩ3&O`:o/x%=%pn1- ]>I5R.'1 + =~'0C6{||KHIO|SmI]OKŎyvJMgM5GGEw8X49uλM w {{eePQlkH;i%Їs8}Za_m~~{*d"p N +WV|<`RDwEk%J>G"@ ~ mv7 KvF}R̛L Ss_+#Z\!25r %it ?I{*h f\DВG$4_u!n 6!v[nt:M*`r}SÅ*}Ұgw*Bw]_o"J)+ &\o.ԶJ]ڈY[mǟ~аdg;VkI yiwyNE@2|~a[j)BQƗk+h#=3pP=!zYXĕfh~@o (p1iYD?LTX |^46AA| ԻrnY|R]'#ԴƘ;ׄ_㒪wQ0O$*_]lȄB Zm8jĦcP0˜Rw~^c` pU{35Q7qa 0v_u;Z%UX ٶ˲bVG2S͹2B8Y)ȁ9mZ'k45MP%K$55[lU\+dzX-Y۷.ޚK:.Ugt7\b`N;}\gᩄuhEl3?DNh3Y$G?i/6+̕ WpiE)|u>2t9/ Q`E<>>RuGY )^}7OXI0uxQʂ%}Q:ɡFh)vG`*bN$;>c}n5ɩcsMK5vW6O? "9b`]WS Tc'Fe?X0pl1%JKw/9D'ϻtgӕ?.8=*+HԉRT13z#)M9U*eeK5Ϙ!i!j19l>з [@f1h-Di9ܢxk }R;>]C%E![VUo!ͫS}PGnR)\e֢B3eE g9Ć^i&vlYYAq㞽#,T6fQ g楍0Nj#f@ԝ{Z`Ng |j6b\%=0FXn^A!X+ L 2bFn*HQMX 4;[u>rSdK֬^ ΢d\ٶIn T3O}|T'RWR끈,fX֋g$"z9"q+ŧ0ח; 4G{\e3Uap_`FQBv¢lL5V,̮y8wiM[KywFVmm>rzJYܫɘWu=g|/~K);BkA;=F\Ap9\i /ߺOJPU<ɸ0SAcqZS? n*QRƮ"C;7ܽAy_\O6•FU(|K7'\}k'=kH FmPd pl6zؿsΈ߼W5Ũ_C<:S|JlO z,g.h#Y˄I5ٙ,C}9nOx&<-".q3aLcTi{6HTզpxL>=Fѭ[0mOդR>^C*x|E4\u&`z +ܮ{0"/>G)Kط 4=v@4Q=DVWv OwoP\(]nlA'=&-BggT ʻ 2禶RG'G$ė<'_Ԅg"+G13Vxf?'34]3-xoR0i*PX_1E+չ//dǤԠ"+S^F&.aS)ߴߢuʤы}$š3"OʼnC}32g/7g[? DA'8=<0&նCA4N@q\h<@IF;FTK,뜝0Ei_m>0jJ ?/$TK-ӵ+XQP;F!.Z z?׃cKN "ҵ"_e$(rZ8WԪ!ˌ/wKYkVć!AI΁E@Ci7+a7؎`&fr? n{rlV˯k\X ws:W'zl6 o_] ((n _DJ;Ԙ9wILXɖA{Ewdq'T=$;enD >u'9XމR_8a *:+SaQ«䁀hO#*.dF2e`g)y-?X(d.ft~c}Foci0LGW1G KU `ϱO..q8#쒸!IM̤5Ҋ{ վMjޱ:1?I&\܎?! o 8"˽XcHܳ̋,kO|ȥPJң('sMq) Et#DTUctX|% зGVca 6\ 5-đ? ֞ ֬脜T]ݛ-.8b'\.E*ch޸] ?BwOFS {lJKj2Xć <8{ ˳ }$ܵiYf<ֻG}Ll0Ӵ'^c.^ij9CL(miݼ*kߒbg[w+6ӚIS׎";TИSlR6 OiϽ1,Aw?7QяN|, ^*D\j)"o?V !<9Tx"]wlze,@< G[#B"qXvׯs9oFXeoLhir,Cw $L;gЃHHA2V7Kr#N}WwDoUns sd6TB=Q1wf/CAɤ\J ڰD&ar NyqG3'[zbL<1X\$RUt[$ 5 KbsVظC`7)U:g7nG?&(&ZJd`>dCSPWThT"~b\RGm7 B!ׅ\]/3i NhwP!#hߎoeũ$ |sG "aj G~ K>s6Y'M(y3%]Eg'({ < kSI4g&%1$ inۤ30>+ du=+(Sm0qOOWv3F-~-g,rj6w<ދ(, 7Λ]9W2XUuoD C"U͓s4_6AXG::^jYc .;nL\-[2#|,_E? )WY= `{^m=j!PǼb/g37[U|`\$t#=V-tfu*0 EoC5?JLrS/.EM[F*ᯜ z.F jΞvoK'@yu`Ļy<څuPTY]ɻ툶 FLٖ?B`SnOUTI`d pP%u1+ƈɕ* Ղ@s3C{:ŝU: *V"w*HBo%8m`BߞU(6{s*4NNv{8 0Xu_7EO? 4YO3f9CζHG鑢gpDr!߻_G8wI5=].O-  I۔Xajb[smܪ*J#,g1"|gWޖ%ձ~ 5Z2l ,2)~0XfYn*:m H|9+~v]OXPzlE~2><=ݔiQemr]\tB%65?1 Foΰٮ×ħ]| \!g&V=J+ -^ݹH/^)pPޥpp -5NZ>A~,kK( hJU#p4̪"SF1&Hi8v{e [2I|\Wq8FiV ¨˭X]yhƻuni5^Y+ӧ֤W.[ؼfd\"8%!8kWVxa_`9 yPea}FLP,"mqIyk:i#]ZKw]m8=j2U9^y}KcG| j,Ύ~kAe.ǓF'Iƍ2ZI{tg*4M˧2:sHo}64y>w[]{~MV_9bIk*d'w.?vF D"Z^FOfBEv` i^Y7yjd >l#jUyrߐ'SQ<̤0 J>]tVxyw}aޤrܚۢm^TpN?LPHUH~>ٖZ]ڐDHJo]'JO CfA.DXyJToP c˔4OJ\4z_ubDilюA$\ZGa Hg4 N:Iit }zL<Qkr6jСԔwgO!ޗId)v؀ cT '<Nխ2S]SͥTb\n738W96gh# |pG h oӬtN7)%LJy&UŴB̓ԵiPt'w3HqdB3# z1!9i~T$oiål>O5$V})Lռz[Ի菸Tt5 5'8(sх8Ώv^:5,XFC&Z—ŧ( (=0k6ѫY Zouǃr "sPG U'p NCX:sE@Vlp7XEi-Zu4J(iCht'%x|4Qêi$ĵ\Z89Ȝ` k9FL@d~/hW_47.}5i(i đ(q6!xR^}R7+i7ĵW)T Lsخ \yx..dw6,k xF6類l<%vi9ohc/r&M7뷓ODhEP*{u?jHݹ!edϩG5&X'xiUz[d-.C'h]_@!mT my4pY[boҒ#O"$S'7 \s7j9-{J'Xio$m1p [l,&|\[`p%Ej4+oVSHV& hryrĺ 9tjHw]b(n%!! q_=/vĢGv'P kCҜՉ'hAS0/&kQmAuξgxSlc8Eͨ\SoYrJZؿfqDk)3nu/g{ 򔁿,Û]J#uJrzqƤPwI5JMw\]ngF͕|ΚL?dan[@!e.^& <틵IU@U-iާߔhOJ>ەſN.k~AzP|!D4o߷R,iW;w nrFԏ%ڼ肔G#`js3sIaKKNVæ5juvwj 5d )7 ^H _␢jIf=,ΙlEzT޺}i˶ /+;Z®uX su ]Т'K%J6ۣ2k,w^O[u @u~2n"0w?SgՇs1(0h r]Tz^qn5S_$.eFK gt[gih}O<f#1#FMB#16(؏}} *Xe}dAɢsy ֒ >LN_PDgÓzߤsf~sx Ϻ |0tM`gpl ϮQPb),wYe9>(@1\Y zr△q$DŽKI,JdjRX w ؆Lx VpgۥGԚr&ZUhĕ#0;eCqf8 V&&ib7u'aW QĠ+yk zCj>tJ|e#Sr/bu[ ]n52Tآ:EW[Q 7 !GC&J(xjT^ާ^=tpw.Ȧn/:lu 277.׸G@pPU;)6tȏ2_^oQfq**‡K͑y3G1^V߳,Z3+?\l_e@RוQ&M\ o_[IU<hZL,\Ft ~ԁto, l+֨Jv^%)!*B? Mv!%Ύp$> QDlAcȘHÃD&ii,Qr1VK:4T)o=a% 1ρdϏr? =ħ7 @޲Cs$B8ez;:8AY|PNQ'_bmuIU\8y/ŢLpR65#/^(]`gDnfki).bN+߲^yyŵ>~QGp"[3` [y/PT-qzW@|yÿ~va ݇\c~Kc-%9,d_ 3fA;A~ {4^'i2C[~a{Ii=7,]ݪ݂D< I|[pȤ>G7L D RڟjyVCuZǫQ۱Cs6ىFȃul`^d-<ɳLP3* Qq< v颳ȡ3hUA4a^DiNaztgDNkO@I+ipsng8;Tanͼl&KpbϷ!N,ɋ7%2W5 4$%[} 鷂d swXzԟPqWZ)pn+QP{T02F&w#RT_Gv9)tx7D =ɚ>a/DaAW3 AriW*U!kR˦ԵF@%I1Qr.^ʺW uAĿC7, k&e4\Sއh8Zq;bhstMJj#8^'gG,/EӴu)S 31`+H!q>:g0sa0 j{h LRImu=]tx,rn*9ю7^ŋrt\r !8pԲVt#AMD,Ԍؒ]" n(k%0õL%XJuEFa5TwO5Qk<Ɖ?sg>66&Ur5uN- "@ 9@%:1"3BNY{ xϥ0?Zլ{Г 7qPb>IU)N#dR9Ppe@ydM_@IK1rX,slK{3| 2ˡ?X׾EP嬜`cqg4_Rmr2[-ǔA4U;b b⚲[ėN§OeQ#b7o <BN*(G7|fRyE"3(aS͡` Q$ګeխo:ɞ *NҩcF+'enx„iA*ko7IWœA 4dqp 6dڱHrU1sDZ'f l KOxxCpf y#dM1le3*έ<#T)HcpCٝ}Le[b: *:7^RT)p#ӭIwwiɕ [/eqEyQ<w>](ܴ/Ł,n"BރlS.6/x3εJ^dGLwBQ7IF09F( . K$z/Q 3?]WM}`AC9c5|`0=g+SA cH' 4eЯ"5[}AX4O+8wO1'#n]6 R4>.5097R_>c=ZR<W= %KTȪjbeP_vDZ 4ڴ?OnaTks/T1نjXȔa5R ,):gv] –=_#{4%td(n5YĀFJ-'Fs܈Z{~S=ބ򦓐!QѠkaa40|ԛLLYfN<Bw~ " xh4v ! }+O.AC4::(ѕԁ[ejPL4b!yo$Q /vH/g5\Zji-Le\os!N"ϢAV)0+8[8SQ]G鬟jlskw]l]Ht9uEjjɛȾ=q'mm8WRE^.m O:~YRbA'hE?ΔZěD7.SX 1 ҿ*7vܔTyywɗÑ) 2\&AUfڎK,h CsL!g?C^^`5h{iyfmGtz󛻫F d<{Wzٿi9A!EH,89pO lX9>ใ؁|k{syui=p _؀N"C;6YҬG m/qmӗMidk8 iBRn\ˆթ a4~%S]?X) ¥X&Zs ;n PƟ4`s}fbwL=;]9? Wb*O&y+U!Fi]BcVDyzǙhĺ@-}%m@SG%KՕYciC+أ@Ww#',7_,`֙MC HA! uz ߀B~X0I\8_O!.WxH[xWZ.]}wܙo.I;,Rn m*NAy\P:|H#EtG\ bл#]>DlbB$6(0N8]+@ .OSN}rڨ}-7*KCչ[ h7<|n&B'37ޘ5d6ظ!s"NsLVOifX1Bܓ*J*c)HWMVJp)t-`ILbt {$OӨ` "<ԉr+/GTz߃KA3e(>_YfE F0V] Brm<@Dq5 Vk݅[_[BMM;KK4G7AߑIOU(f`9Pkc=NHM Ov.̪ ߩ6W;3BL^Gxt担X][_M"(ԕG*11xz(F>`V$ՉlŠ/a$S9_MxFW& )hAZyaDA[)8̢:)Ù}} 'AxX_J NX=[7?#G!VrG?NuC<ͩ+6X-’\1)Y_)!_g7?_6@+ٟ d`M?n!j'8oƼ뀼}-+s/R.\4s拗EC\t,~) &ՈG8W9/ΣTٽ냿 3ioWT!dkQelUJ:}*zKF# 9ۚ 8jeSEb|Yp8MTEP`J Skxr#v!E.qQ&Փš\IKJԔܒ<&A၈`Q/ 5ݰDۊx7m;k4(G}o~ IYXp,U_a١+ ! vӡIhݔ\+ ٸxV/5%ũ;tc컬 }sϡ %ҵaQRXg8rS3$iK~sKz9Kwߑv;<+'0.8O_ n&b1W_6Ӛ㶎~ld ꔷ-īO jk8`VA`I6n93~(B.GPDu848]\` t iG468v&} rRT M`LȲuCH y} ,Z(mn;y zL{2r7U=8t- #xEswĖDiZ <0Y˷vr1]O_k!1VJx,2ik<]!Xd_Hx?!gUSn/-҇Z܇Lznz אtEvncyt**k@e j ͐^E*#¬ڊ@Le~2ՏvӒ9-bQ pɌ}fx†"Aoxډ&gfxWsyI̤sڈI>t}d3ŤVtfVDO%']Z_ 2jĞH@L| $("=t@Ī}lٯ .>eWj݇2qk7hV{٠ֺZuWHz"CzzqgX/U4]FKW{yi[OdohP8'q[ZvC#M3SEFhL(^د0t:`qiL\! jGj| v *ٙ%݃ ~ b_BW&/&;x@ RDt^6;=mJ!>bηy `, BxK8!kLlVfdt5Ƌ>+,p "8<&IѮ-YpRrK-́2[ÙCjT^Yֽw5IP\2Hv(Ugɶ\f ).>pkC. q+@q pW"L0L g]I$makdc>KC!$dtB,4{666^7gكw\丱={(B?{$1c<5HLx%<ۄ'9Ɵ1K6;}YYZ/)mZ-l?,Ўńo(yI"{Ӧ6,IdrdQ?7d@Lv nMcٍ[T1? XoɵgD { mJ]&r 6oI$T-ʭE }c蘐TD![0 58WwHb 0.źKnO"A#%'`H ^\(+0E/Kݏ2TG od <+s؍,†z$tƘVcFz2Kj=0@o'}0VDEw-0~ԅ_yuz@ߛ`4bZߺy:%Kp̐2BȗI%Hr >1=z*xaB"^qU{#'|}uVNKޣTث. ;L+V7{lQ-Ca‰z&3Y:<3+ܽg5ȝ.t^NTGlMBn놦ٶ*0U/6|0J 6z(ǽ=yoіLɸ`<~;&m/VpT%Ergu)X$֖Yr֑MIס*V*䜁"6g4uרVKznaC2TwAUV~5q6l Tﭴa| D1Fs%۸ 3IKXCޟfOo8`uZqD fqP|S^Վ=Gt1Z'kᳰPDL ^}90 `o..\i -iZ]С?0 `GC-|c[xYBώ-%KY(Lfx;i 㕿T ["M5~Ȋm_rvuLqlVVG48A|ݤv? V>sɋExzOPI{ r'Q,ַI1thmcz{SJɜo-=ux Vz0VinߛY F1Pfa(1N;O?/Buj yUyT? M)=71eb01ΒsVT>|KֆQO6$ CudlFwLYt27iz9V7$(-#Unv `؀4vvGr/GEPP:Y 5 z@sC+any$˵vGŞH7 d,!Wvύ/NJ캺\ϕ%(k 29D@%tPMj ff[ v jGPQAوRL ঃ׃Zx}d$oE$Ϙ, Tw/tge- PF#R V ^2w7Zbv D"$0Mho(<0UxfF+1?4˜=^BkH!H^ri7iU+ 7}%<\d[0<@>ߪphW :ÐV~QrTod,$2ԤS$ZĐB^=|QWSNbG8ի;S_dQHqu`+`P/đNCLKIl<|2QFjDK5B. tSFD׸؟TȌ|hHf 6~Q Xs <"0)r-GLan&ۂ\N/O7[zG'";'h.,W [S $3p ^vhP 7gX ;vtiܼ47 8g'Ϲb%if<-6oʢ|^@-fOY#/MKM ^g6H=F$5y#;,CdS3DlVҒm|] wHǏںltZ,J#cVFq.ű|Q8`ע?Q7#VUongKU/uUΠ2x3d;?^w+,O(?$9"{M*DG6ceݹ0˕ &]ǭARBWuKi@* F6$/ݠSuj>]sǠl<INl~qW ¬g>R,?ʑ!6yynSYll+.Sbt-;>dAW%[Z.X' c~J')](bDS@CuM)&Jt5k D ßzOCɢ!U-7#< *vf+ 7mew.GYŞ2zEJ-g2iO w1>JWdX>T/#R#ծhTYm< ))!$US To  $$O7ekO]hmUffI0b$O٩%XJpbesk)x =W+IN5!i %8#;,Jf$JcL/ ,=%Mc9]'ɳyD&DD6>UGI:b8`q}Zݳazr;/ D|뮎fB ؋mAn6 cCԮդzT~5^ Xae` K5,DpgQ{Vi/xm.sb)94qjA`|wOAV7jT>kI| N3 D!]'Š97N%m!G4!8XwXY "a/H_|JC Jz H^L|+0IƹK[rO(TNpڇgw?gdnM0l_Bٳ)>4I !~80A h{[rhm{I!ew7{$ˮpBj cAHLz8$,!_@;q >oLj%:B HDPPE+Wf̼P[ӽ?"H=p 7ouP5/0zZS:-7 avm¡(bzےN+PekgWxs]$bLPI.<g%j- { g$aX&o~򭰯 EdQҟ}rzjv]3~jMdQ%WR U%ت~'_E:&CL;8 Nua:Ȉ t|̔F\t ?-9޽29q+v62l.6lL,7VӀ3\-["+ Ii)E,MuwT qӣ (v !^%SZ (=e#ZHBGAI{tR̾W[&f(,xl "cE%o{!2 )ëTaY;uB`QA![ײY&+9b}q,Z|I#a~ޖ-YےBX.bU Nϩm3Jd t[rSvE *w*m!ڻ{QuSL]0*AL*,bS 5#DFb3q ΪI(ca)XVï0Is3QPz(V6zauѠFz KwITљ;QE!&CLb,`Gr8j7pUK)34- &Ų1-]!3m\6Hhx2=_I'}S6[gq? -U1dz[Vu"XgNNZɡ+J`L%z:n73yFU$W}I`{/x*ZÆӮb[ K/Ke";ҿ^2GbD2t08 NhiDe, 7,┡&՞bx,yP Dbk{Xt1Ui h*Q $E)s3A [Ip<;d#o\[) Aᓅv6z?0 +l{H^"(b<P2zO'! D[KV`IY3Y3e誐[' Má !G}r7!ᓾ1mS.>s B~Y=CdXuI+Tǂ, lSypQy λU!6!YK}84k@8&o(=R[1"ƽKvjK zQ~tטޖ`:S3Zl}YGlq/់0/\m<;O=9h,OBu 8X2$YߣNGo1 c2o)in_CAx$YFǢ$GFZq*EVo+[dtex}9e/  [ⓘlқm( ,eGpfB!Oś9 .~:2mkv_|Wݵ.3NՁ|nc*R/+%ܙ v~HפT/r}=/\1h,&a\탆B,MVfvMƁPan; B.[}BM!=cHl[ ƺ^ߑ]U~ s3veadvQk!znj{m1O+ ѯʤ{оui7&Jb mY:mq>s_Duta!zHﰮ[迨_nqVXk/7 sdg=g`4i1ǹ:5DϪd_:!]nm@͍Hbg5B#3٫KW|ŞYRA6sЛzɪkžDg36yT={U};gU$usOwRyHVoi%zzueVA_a8% 9%xǦׅC+okRr!笛 /= B/v=};$}gā14ӑ^ F!:^;& >u>hz*01`jB˪%xp?Rah_@㍻[[  F,eAOsE+n `;"h(75>W{B7˚ޱZNKlc֘@}2[zʥHnK-xZ\ߏ'"ٹCZ5ox ]F}foyJvry[8:We^T˒C;3qA((4/Եy͐|9Tw[qCA$9 /ɔ9Af^#;]t[ ;L$uǎ}t&f$;C]Kth Ջt Ӏ#IȧUJϿ _;dp`q+WxzցJu;1Ri^Kg++ȷ(LSqw9SeH c|;t5Z|;U{n԰a8NfhPwv [aC_>16/LSG60x$['(:͢c"{&mQP$lbéUƍ:.X?dE}t0-T'dl2;dbCj#eȪv5P=< , t_an(XaF$*s2^ D5T&:LCL؉HD? 0uC@dUih<g0ÑH21!T9 ,\n7 :Ƨr/E]I }\ko"cHyYyDa5R/䡤 [U?0Dž] sD~o'sob2#(n9<؃|QNGb$ȷomۮ +֢M-gή!>7t))sW}{ׯvSU|UaYǧE-q7OX%iLDKM/B;hF<뵜>5 &۔'.C(UEDڨ uӯͼڅ@Y;/վ!@Pbm\>YȄ9qR,IS3S/jF+"sicWОoпk!49 ,n+ -4vԎ oю< Y_2JkJ ' 3%ZmO䕃 &lyeߏvih )Tv:O4׮%VNu޲uFnГ-7a*5+OHP-ƞw8̆[uS$$k]؟~ /$u']]4:n13a$]2Z.s<>>*Jr4ʫ<F Hi*_xS.N5RD}w FmY'u̓jgRCh )cZN@ [ͱ:Npە^ki{p^A體 4D5OwtdiPA 3%;nc}/ svR/kݘwАJH"UO suu / =c݅k[A?fТckf' Nze-#E@bRIWfLU$8y ϔD0{1f:% ⿖A|),*n#jKG^޳aEce(g8+&qw|MG)mlw:F>5G6U,,5ahX]`DkeYVq8: Y0 H`x:*m.j߽#[kf p=E0?LK?Hi?6ɉč>$KRfx@]"^>R<"W8WWC 6c"@./sgn=cDMc`{=':1GV`}ƥb,YN ˝`ٲ33}[ *̚l --}t;v@!;HD8*3in7EzҌ;<\`~ʟQ,k-BH|cmS%q-56Y$䬕n.m5 @$7:'H'tsu=]ںe. KFzf4*\!0PAqzpn,qYCe n,u/ithShW`A0X)ц9 ѢulBi3KK7), tԻj_{my?ga= o_@/ҞB j=|Duvc:bex=c/^+ 99݊:Hȯ%Y &* ُOns)Ȍ &ȑx޹!YWjۮQ/In|sD95hl+СbA#cUe09uq#W`D6-{kg eGꡜ4gAhA*/aAӍti C nNV$PQjZE왧##"%T}uB0\s}^qw)}6+غ!v"7~alΆ2к7*,}5 uE]R,q@9%Yk !> #6BC!џTzȗ\᤿ׄkZ0_wYhĴMVA\;8?8ijLѢtg'\D]f4gǿ֜0֠K8GUAxUW1J @(*Ǭ#[? j7>kE26$w$inzgM~@ |W9WizTcul_e }y%+Lvo+Kv#ԊuбrΫA .is `HGv4rK=Bn J5w̐`?z1h2dZV耮 6Y۵ =.& a4lL8\" =i΄*=4|W/(7ZU\|[9DD~1Rա'`ȯŏ=([xNv9g6ta/Ӊus>ՖT0jꚻNdĵWvMHU8˔q! hu1`R]$u<2xZ$Yc1]f"ƭ5ݛ=#6+O2FKi #gV ),oo[6><ޥhmx3|(xo_qgIh|. aiڣaRe_gCu%C@e _%o;NMqMG(Q Zg*LF Gi$ \q@X75S~yPs+Jx+,\06>H8:@; ]D,&5hI!"sʚ?Yn"GwJpHhUxيiEQ^̓Ӏ- ƜN9u|/KXn/;  ϹUk w u'@ l/xR?5P3ϵPg&[?\VqŵFVܶ lJHHŠ6*.}F<'iNƮ022`eG $nuLri;c/h߷ǽk3uJE~5qM|ܐ8FUO\皭CQ W_Fn/O )HfHĕUӬU|'^3Q,XTXLW gbgqQ) "ISCdb NDpwÜj7$a 3t ߈1gMgW۞A_}IvP"\|܏&r8{*ҟ>+S.m@,Xsɮ8/oc摘C"m3^ oŽ缞+5d6j .mQazb8ڪ0%AVfnƔD6€$ w=㒠,ZwH Jgw! H-#cD\R5L7WT\n,4eOaʥklnC{U@Qyٖf\]$cJ|{ޙ 4|[4!8&/ mɳs[ޔ!tF,=e('ɩ2E< ̝Ϯ9sY2kGq7QdڻV/ Z7^j8܌;Pi٬LGn.kG&zᔴ}s.hN0X1)AJr|+AZp7:i=^ ^#7R!@wݗ LZIExTBUw;6}wn!FLR:/3{aˮ;;@Ж~\'y0IU^wPF[dqc'r{ V]LUlIEoô9چYz9ǫBf^ {>8bnLNֺr&ًqb$iR|k(/^({# )*縸ߐKz<=C&ғ&IE &[Y]ܒR{܀Sx]X&>Jn>~'梀 Xl||~=i:%Z6P !O]K[ű/`33qIy]YUy[=NfQ.1*v21.s?zZ$ ϙ}"<̫jg3̤`ug;Uj}TjGyp\(3!iCٴՓ]’^>r!!Éx+*UQjz6Ffq1\M@$ae~Q!)HdF9t0+Ay=>ȾK!yo7ѭeoE!"= ޡ-3żN )A (EOϓA4_ ė'e/2-R"&B R/J\w>@ڇAE^c7s=T\`F vx0(wMPΌdHyͅ&\ ]Y<gFv7$9¶m=d*$SE[ӷo, QB}pY69v4\z5Ma$t}~Mix7܌*AQ9}NmOnBfm~I򓺪rA_d52e$ 4ɰ6:m?2b),WH cT?S c)/Ip2m) = B>9}mRC2#VS~v_ flTFRr+O EL/ܥDԏ`AqUOј]瀑Y4f:/pWTd/nqT^hܓ[th+{qUs&[G:PX䗸]E.b]X?:£=QZr 1PXUQ6{3e/e:GJoN|e;aBI> ^׺%[9A@UΖU}#g`*ˏ#T(q:;U Ϊoj#;@k@d7 'UG,!<{Am0P򨞜K"Bb[n0FaKhUxGm>,yY(UraYN:7$`U8H@hdzU¹!]/^%ZrZ)WG] !4cʫ֥g*Y.1",UbQ1RjRn-iu)ב q>AZ]1>Fm!=P-3k%%bnlWF8K[~XSo<"DM=[p ^ zz"i]nWfomj>B"V%C{XWKZ^IIubfC|劷 p̎.8ѹȕ1ǔ=_?zՂ{]Yl3P7ôCo\m?cbwqَ=WP8E5c:]yDwU*|{1Pc0CrG̬etݯSO kh"&EArp=DAD)O)]&fwKHaד@Dt[ETds6-,i aMdMSI ͹mWHDK G(!]|eMTƳiASd)F @Vؑf$ЁzLBRIrτ붃|lRf1{Bmw&R@#nwk.UwT5h AbԹ*o0gO^q:xu ZӢǏUW# uDЙbE7~3gυ CD霭FL?)EwSuQ?wO >2J+DD8pE*,V3?\SUa7 VwgIغ5!e7ƀm#U|U@ɭ_;(O3/]V Ø쇛5)X2A=7F| 8 d8N="o'pR&t:7\8R)5 yBP0<ԉy0?3 S]bJF (:FQ(6}M6}Q ;<3ÏR ppPǂ͝s0%|bq"Y E4졇.ZAb :nAd~ 0W.uu.5d8%3@ ]_-HJ|H^(N*A>es=;Զ%?D,"[dCP{X[u*`;\q g( FY4O:AŐZ>4m'܋5֞iљ40lgu2R}Կ'eL jRqn(ɥ{AHl!7qvםc($#swz&d`lxc&3ζ 4sse}=GMcTM|щ=͕jK9,C 2U,ќQۭevSaNPK`iWeӧPlNb$Pasň5mQƚshXtA:PW_; '<87͚M0 Bҡ݃Epx[ʪ :bMǍ0yI"|Ƙ`5YJRg;A-VQIQ&Imܱ;r#QVڝ!=urE?x3y7}*$'GLV`Hj_ H3!I%>8=Tu5z";a ڟޣGm4Bw e$ 0ճ*+_ONf%SDPAΘ('!l#Ŭ U~M{#ƂtF/Oz&/  LʅVesG(ʥc=\27i%"Gynxk} @l0|_L׸Q *A#YCClLiN藾How$U?6ŲsN&xz#aQǕ].*@AXiH|se>*"+2t.cSɶSXZ:8wDxbDuZ93,*gqfhwS#j&@zIij6&A{a )F9a֧3wX!`{Ǐ}Qָ>eF5r4$h^=iM+ت=n+Q1=&H;xW@1F.K'q߉[fJ@C L $p?xb¹*m4[E0T„ ?R&tܐEb~N=3oB*bP_ޡ %mHicgIBȟ''Heٖ1i$+/X2 90e __hmg$ QC W#-M5:ޕ2Y,^D#7^e>7& ]Ǘ-D-*ob@MxZ6ޕOD켍8M>ˣAct'ԋVh6NJؾe{);=q0QSZP55>nM {ބ ^ '{^W34- *3>Qv2KD90Zt]z@:c`Y34n[빐gFkc˷8Uu],n8Wq*³~7 ꦼAkUJbIrcss]֨lp,$Ĥ2hoH6&]Аl|6,>PVS9\c9:w❼؀)mԲ>5gzKV{t[YS7J!)NV)iQJj"!ä̅C2 ÝSn)fB|X.vIsF!Q(JB1=) 􄖥!eP|5<`jBHqVw蹳4K~P a~ 9=};<oSZqm2p~N_ceIRdAT`(b W li&!v纶ŵħޗ8d8mE؃*JPrNABOZ_)qCqjDQ/2Og=Y:u~=}Yҙ>gQ@݃Ӯ/m)4 n%Ý<hB9\U N235O6}%րqF瘏Eȸs8_.f\IP]A ԫrn(Efn,FQݴH)mUj{}P/Dƈr^P,a%c || lPSLu#FwZ_/p0.DJjwh?Ms;%9˷E>% vG)/7 i(|϶|ʃhMxA6aVƶ{,_<yi}7=F9f64Ԓ4e9qh eͩbmzP^eH%Q!z̢^= IJIZ]"Wjs4u:TFkr>lBz6=vi`fѾSηu#-, ֜0./8'vG}j)jMD&[)?;bx 1)D`OMF$ӦT~;C:|-ڭVyR#_1Z=:K^*k* J:>b1%>O }xO k90 \\\C JSvYHjl݁LW%FQ5wųt,P&\[tZxJBsp/HVCWF;އ%5hX.~5D:G/ȲW}Yr$+9-;C[Nqj"Ǡ;/1 0&y_5/CCoB[Vq5w{9r?XfZBLbQjgz3/Ov0Ęz-xPjzhZbi|F7rؗf  ו-apiͤ͢Xp`@giJ3ol :cZ~w!\ZdAw+MD5W(k(wDmzr?NDbK6jnO³u z@'$"YtJ4':GOVŕ΁l}e{}c6]B5øp_X!DFlzY[ ,8 HI$cǩg=!|ދ8]D Q j%P([ICG\r5맄+oˬpe1a i"7^r:ʙ\rr@۹r[QyЅO%b᥿7n\~90mI1ñn۹ܢΐ1)! PFX}f.',ҽ@ZplK1{|t26" YpcĎ þV~Ϳ<+2+aB ? }zv Aܲ7?+ &u]J p:AF'/M3ī-_&JbgW8EapiŇHIoLSNB3MGu:ʦv+=ά߰+kLE`YP9S7⑯ [+v][U[5β-{Wd.7S4u;ID ?MoH;3-qP:dj*GzL>xNg9)pH%s~^+GKINS -.gWR*G"":"ԁNozY>'p`ã)&5:Q-7n"Q $.ϙmVm`=S5C3?S? mtFgN%L%@20|3LG˔/Bh59JDFw; c077ppW9#+|}(xK5g.QA=cjL$P+W5/N`v0vk:Em`q7 b [Ԟgq$uض~7>a6;<.gkI<\UX@5TJ5?Qb4"MaprmNݴXD90'"@mđ#dDt\A'=\뜗ЙI3t֛bK(;>R4, qBgF7Q9ĺ*F-߾P #xl( pN5B C"wQ pԷ}DK R~nR "FT[>lcl^qX`CEB HK6;\C*b Gso@|87sRC"J qM4i^o7.ԫAS"5Qq$&j`(G|ɠ xxz,6a:bѱ^ 22:ZQ5@i=X1/]ǹ ̱!*Qp {ˎ'W7#dYJ1ytH^1ߎu?}o髀XL{0r[ى*忥Ü͐+F7YOMebL!m-Gm'Fcpt#Eݫ>2c`eH|mب"? 3|jPWU 1?{%joMj!o~H}CS}Ss7mi !j!]v=E藷UxLy/5ptCi5I$ؾsq$T7w H9#qgɯ@]0TU>mX8tѥ%aG=6~y0DZGaI%_eHtox6]NmD"NQ'CgB<=~T#Tz3[ݛUdž^;_mEvePǬZ~xMZGɮbɍf*;lSZ` Dg9R F7~O=mNd~gVMCSإIآ;k[}YQd+<UIYtؕ!Lطip Aqk%#uGmU!Iz\Msi@I;?̚%Cx@vZ~>Zj=6@e)1 P=VE_w'*vDs+Z9ƍoUVLi㣃@̢`@{ޗ5RiZ{8~NM;]s-Tc>n)&+J{:9صGQƧ\]3TJ=!+ir7UNre^v;$KFrfYH6*>#cdFn^i ~#aP|SajP C1tLl l1eg}<ިLo&e+4A%Lc9i,hH ~Uͭ/@rc ( W 4 &X[3gynyS: iӋ'4vZ30E%𒙘ph\_' h+!dr;Xruǘ­)Lb+MVvꉽIa|bWDյ`OLFg1+^(_dL+n}S8Ś盭d>4^lg?3s+CtKh(sϣzoGPuuU&o 7O؂Qӹ>FHrnuɈb$ /eMmezY;M *OiElVWi'4 (hƪWeΉ% KVK֚HÇGA7Ogetct"dF: ԬHfQR);nH=|EmF H2@N+a7@/^M0$MsV{Nb밁 ڀ%Vg~7+5lQwwi~#{ 7{ 0[mvR BWҶ$q]'8xc[Cf.ĸP+=Ց08vS`x\;4$ [$ y &kl)#EDpc3Mϐܬ?B>m+^S3L J(]_lNM>$ PQcIq?pU`r٣H^묂$d)D^1oBXnY%d6iZ2GYOBs;`\)t 1gv:F۪%a?x03"$̸ 3'{'癎R0(}6t-y6c/"`wSSv$ mS|t*E7Twe LhLS}[^ݘ&~2h v@'Z9/U[^EDF<ҵr/**޲KƆ3s!+&W2 W'S mH["IK1ԞbGG.k^ Y,>2a; '˗iD$YhN^0n3)IjI E 5HDOF`" $%{xɽe#8Zu67^kt~|Dax2E[ܛ wu~PߊR7K/Li7dUDգ{:⏔M/D_^CzLq!Z !!?Ƃa  6/ l^$VK]ۇC(/^BdqB𽲊uw_i\xհHn@Ǿó*\N[BOnf@/Rclld10 IBxU4Š!12 fPM6 .oSAߙ0Tew 0TTKJ-#sHh |"%7ET1v~9yV=t?o,Vdv$́=r)F9K #yw%lZV,U/ Ns,m&7\ER2Vȼv>pVm(6)ٚ[61WpB#W*aC$wwا}C%9_ ؿ+A'`ǃ`_<`AzQMO>>^+ޛ۵AP [=Lav%qK#jt UPB ^ 8U8hȸ#G5Lb[4Ed/z.Bn 2es&iH P.IJrgE bxS06sQ>4#9(OSp4&P ^ ȯ8Œ Dz)g*ѷ']T?C9Yy;e,3﹑})}^x Q?e +IMq.`0$*HX^`ħ/wGzNvyRTjLcda$}ĻaCs3m-^`+ޢo4hELOcb=MKx:#"0LYlN[~}.]gS7t,@'f`Hր:}'v]>ՖY؊2{:Fs̆r%)?<%5CY ȚE8 #aTiFj[q]brzPAr'INm3! [ NYiu?ˌ ?}E\w"q-L #/?,L84"i/8 %O8nJb0_&rRQuӰ2+[ʨлoܺ\?/+o(6 @1g$|(WګܱiRM6K'^4aHL( MZ;=cWOq>Ǔ#a[Pz:+*Q߄"~(/JҫX35XȳFVPkjUfΠLtTikg+x $WLNVʊ{\k{%rmp2Lm99;C_.΂#?;UzWGQ&t]SlARQ`f#ū=^#ǵ^xvE#逤hrc`Tyʗj+r s8(9V= aA~!?yJ4$&P \U3B|';@zsr´U >}S:ų UhG$=jT3WIesuf` RE? % V;=󢤞ʬtVNuKc#QΗ%Տy$Gǜ+4P#46{@)|R^,šNG&&@M >M&ſg{Aٓd4fM9݆XVЉ( دWkrVUPk)Lr[4)砝ї1'M%x̩"&] V0@ |,B#nnѬ M6^3[<̐ζzgRfېC(jSR Ö j cl/EԾm@lܫC(gzhVI'xK9~eKəRe'V$ײhj?%> 'ğK6/9Yz]wr=8=hG\?Zt1!b"n`pk51/G~`!]痪1WgV-ك?z64Z־as3oẓhyy;L}B/ 5iF!9YD 8y1?.Mq&`r^?"ٶX3:[WȲz\ŠRƻp$ǹ:E~L0M@;=k 7B˪u'GIu3ƃ+klnL[žIٱ`/Q^ܳ gVdip3瘚ڵ @ {$BUcxTjR6%<ˇ8JҒaRԳ$Y-c흶H1=s$.spZ]A ћe{'UmUQCi-j3~ճ*?A9XJoym̓lšU cu4EEa"LM;+4$_ Y'll Ε筴 [ 8Nz:Tȅę x8l D"=ׁu䚲:ҘM2)xfY B vc,mAu3-Z;Z'#f U{_7,-yZ17,VQ&$,yOb ww_>}:B7UksNtsTغ'ν =S@e()fӇZI7AkJs̏C.o}*`M%d!NigIUWԃ!]lwf[U3S9BK/JX`mϊl"4ms`e&1;E܋E<#(kf YZ