git-cola-3.7-bp153.1.19 >  A `q92P)W\%I̿Obb֦s“K/'v Z#lj!'ڌ~I!AJ"[oB6I֏**gb.1ZVeDSޱqfe00a13be362ad0adabe809ba0ed4a5b1f5d0acabd7dc5d6b7a03014ceb1597c6f33046e45c85231396450adc064cd529f189649C$`m:E9E.p܃Y"$+#ȍޜk|y,ͽ'sII6r7N>:LD@,U07ɘ&gƼd14viRO&no+A u͕weK|s=B10t@= {E[MC]7dt>pA~?~d   ( /5<     Rh SX$]c<c\g h h ir (i8i#9j(#:m#FLGLHQIUXV YV \V][l^iD$bmtcndnenfnlnunvswu(xyy~z~H~X~\~~~~~Cgit-cola3.7bp153.1.19A GUI for Gitgit-cola is a graphical user interface for Git that provides a way to interact with Git repositories.`SMM& H4#$'On"3+|&A큤A큤AAA큤A큤AA큤A큤A큤A큤A큤AAA`<@`<@`<@`<@^ɠ^ɠ`Marcin Bajor Marcin Bajor Marcin Bajor Marcin Bajor Marcin Bajor Yunhe Guo Marcin Bajor Marcin Bajor Jacob W jengelh@inai.demarcin.bajor@gmail.commarcin.bajor@gmail.commarcin.bajor@gmail.commarcin.bajor@gmail.commarcin.bajor@gmail.commarcin.bajor@gmail.commarcin.bajor@gmail.commailaender@opensuse.orgmarcin.bajor@gmail.commailaender@opensuse.orgmarcin.bajor@gmail.commarcin.bajor@gmail.commarcin.bajor@gmail.commarcin.bajor@gmail.commarcin.bajor@gmail.commarcin.bajor@gmail.commarcin.bajor@gmail.commarcin.bajor@gmail.commarcin.bajor@gmail.commarcin.bajor@gmail.commailaender@opensuse.orgmailaender@opensuse.orgmailaender@opensuse.orgmarcin.bajor@gmail.com- Update to 3.7 - Usability, bells and whistles * The `git-xbase` rebase editor now includes a file list for filtering the changes displayed in the diff view. https://github.com/git-cola/git-cola/pull/1051 * The fallback `ssh-askpass` script, which provides the Username/Password login dialog when performing remote operations, previously presented both the username and password input fields with `***` asterisks. The dialog now uses asterisks for the password field only. https://github.com/git-cola/git-cola/pull/1026 * Stashes can now be applied using the `Ctrl + Enter` hotkey, popped with the `Ctrl + Backspace` hotkey, and dropped with the `Ctrl + Shift + Backspace` hotkey when inside the stash dialog. This enables a keyboard-centric mouse-free workflow when using the stash dialog. * When amending a commit, `git cola` will check whether the commit has been published to a remote branch using `git branch -r --contains HEAD`. This command can be slow when operating on a repository with many remote branches. The new `cola.checkpublishedcommits` configuration variable allows you to opt-out of this check, which improves performance when amending a commit. The settings widget exposes this variable as, "Check Published Commits when Amending". https://github.com/git-cola/git-cola/issues/1021 https://github.com/git-cola/git-cola/pull/1027 - Translations * Updated Polish translation. https://github.com/git-cola/git-cola/pull/1033 - Fixes * `git-dag.appdata.xml` was updated to allow network access for author icons. https://github.com/git-cola/git-cola/pull/1050 * The inotify filesystem monitor now handles `OSError: [Errno 24] Too many open files` errors by disabling inotify. https://github.com/git-cola/git-cola/issues/1015 * Typos in various documentation files have been fixed. https://github.com/git-cola/git-cola/pull/1025 * The "Recent Repositories" limit was off by one, and now correctly remembers the configured number of repositories in the menu. https://github.com/git-cola/git-cola/pull/1024 * The "revert" action in the DAG and other tools now uses `git revert --no-edit`, which avoids launching an editor when reverting the commit. Use `Ctrl+m` in the commit message editor after reverting a commit to rewrite its commit message. https://github.com/git-cola/git-cola/issues/1020- Added inotify.patch The inotify filesystem monitor now handles `OSError: [Errno 24] Too many open files` errors by disabling inotify. https://github.com/git-cola/git-cola/issues/1015 https://bugzilla.opensuse.org/show_bug.cgi?id=1155700- Update to 3.6 - Usability, bells and whistles * The remote editor is much faster since it no longer queries remotes, and uses the cached information instead. https://github.com/git-cola/git-cola/issues/986 * Commit message templates can now be loaded automatically by setting ``git config cola.autoloadcommittemplate true``. https://github.com/git-cola/git-cola/pull/1013 https://github.com/git-cola/git-cola/pull/735 * The UI layout can now be reset back to its initial state by selecting the "Reset Layout" action. This reverts the layout to the same state as when the app first launched. https://github.com/git-cola/git-cola/pull/1008 https://github.com/git-cola/git-cola/issues/994 * Files can now be ignored in either the project's `.gitignore`, or in the repository's private local `.git/info/exclude` ignore file. https://github.com/git-cola/git-cola/pull/1006 https://github.com/git-cola/git-cola/issues/1000 * New remotes are now selected when they are added in the "Edit Remotes" tool. https://github.com/git-cola/git-cola/pull/1002 * The "Recent" repositories list is now saved to disk when opening a repository. Previously, this list was only updated when exiting the app. https://github.com/git-cola/git-cola/pull/1001 * The bookmarks tool now has a "Delete" option in its right-click menu. https://github.com/git-cola/git-cola/pull/999 * The current repository is no longer listed in the "File/Open Recent" menu. https://github.com/git-cola/git-cola/pull/998 - Translations * Updated Hungarian translation. https://github.com/git-cola/git-cola/pull/1005 https://github.com/git-cola/git-cola/pull/1018 * Updated Turkish translation. https://github.com/git-cola/git-cola/pull/1003 https://github.com/git-cola/git-cola/pull/1011 - Fixes * Better support for Python 3.8's line buffering modes. https://github.com/git-cola/git-cola/pull/1014 * The default `ssh-askpass` script now uses a more generic `#!` shebang line. https://github.com/git-cola/git-cola/pull/1012 * Fetch, push, and pull operations will now refresh the model and display when operations complete. https://github.com/git-cola/git-cola/issues/996 * The branches widget now refreshes its display when changing branches. https://github.com/git-cola/git-cola/pull/992 - Packaging * The `share/git-cola/bin/git-xbase` script will now have its `#!` lines updated during installation. https://github.com/git-cola/git-cola/pull/991 - Development * The unit tests were made more platform-independent. https://github.com/git-cola/git-cola/pull/993- Force to use python3- Update to 3.5 - Usability, bells and whistles * Auto-completion for filenames can now be disabled. This speeds up revision completion when working in large repositories with many files. https://github.com/git-cola/git-cola/pull/981 * The Stash dialog now shows the stash date as a tooltip when hovering over a stashed change. https://github.com/git-cola/git-cola/pull/982> * Qt HiDPI settings are overriden by the `git cola` HiDPI appearance settings. These overrides can now be disabled by selecting the "Disable" mode. This allows users to control Qt's HiDPI settings through environment variables. Additionally, the "Auto" mode now detects the presence of the Qt HiDPI variables and no longer overrides them when the user has configured their environment explicitly. https://github.com/git-cola/git-cola/issues/963 * Confirmation dialogs can now focus buttons using the Tab key. Previously, the "Y" and "N" keys could be used to confirm or deny using the keyboard, but "Tab" is more familiar. https://github.com/git-cola/git-cola/issues/965 * Error dialogs (for example, when a commit hook fails) will now always show the details. The details were previously hidden behind a toggle. https://github.com/git-cola/git-cola/issues/968 - Translations * Updated Japanese translation. https://github.com/git-cola/git-cola/pull/973 https://github.com/git-cola/git-cola/pull/974 * Updated Simplified Chinese translation. https://github.com/git-cola/git-cola/pull/950 - Fixes * The filesystem monitor no longer logs that it has been enabled after the inotify watch limit is reached on Linux. https://github.com/git-cola/git-cola/pull/984 * Better unicode robustness. https://github.com/git-cola/git-cola/issues/990 https://github.com/git-cola/git-cola/issues/991 * The "Branches" widget did not always update itself when deleting branches (for example, when inotify is disabled or unavailable). https://github.com/git-cola/git-cola/issues/978 * Non-ascii unicode byte strings are more robustly handled by the log widget. https://github.com/git-cola/git-cola/issues/977 * Non-unicode results from the `gettext` library are more robustly handled. https://github.com/git-cola/git-cola/issues/969 * Launching `git cola` from within a directory that has since been deleted would previously result in a traceback, and is now robustly handled. https://github.com/git-cola/git-cola/issues/961- Fixed Send2Trash names- Python dependencies can be either Python 2 or Python 3- Update to 3.4 - Usability, bells and whistles * The file browser now includes "Blame" in its context menu. https://github.com/git-cola/git-cola/issues/953 * The "Push" action now uses "git push --force-with-lease" when using the "Force" option with Git v1.8.5 and newer. https://github.com/git-cola/git-cola/issues/946 * Updated German translation. https://github.com/git-cola/git-cola/pull/936 * The `Status` widget learned to optionally display file counts in its category headers, and indent the files displayed in each category. https://github.com/git-cola/git-cola/pull/931 * The `Branches` widget can now sort branches by their most recent commit. https://github.com/git-cola/git-cola/pull/930 * `git cola` now includes configurable GUI themes that can be used to style the user interface. Enable the new themes by configuring `cola.theme` in the preferences window. See the `cola.theme documentation https://git-cola.readthedocs.io/en/latest/git-cola.html#cola-theme for more details. https://github.com/git-cola/git-cola/pull/924 * `git cola` now has built-in support for HiDPI displays by enabling Qt's 5.6's `QT_AUTO_SCREEN_SCALE_FACTOR` feature. https://github.com/git-cola/git-cola/issues/938 * `git cola` now uses HiDPI pixmaps when rendering icons, and the builtin icons have been updated to look sharp when displayed in HiDPI. https://github.com/git-cola/git-cola/pull/932 - Fixes * `git cola`'s "Revert Unstaged Edits" previously checked out from "HEAD^", when in "Amend" mode, and removing staged changes. This behavior has been changed to always checkout from the index, which avoids data loss. https://github.com/git-cola/git-cola/issues/947 * `git cola` has been updated to work with newer versions of `gnome-terminal` and no longer shell-quotes its arguments when launching `gnome-terminal`. The `cola.terminalshellquote` configuration variable can be set to `true` to get the old behavior, or to handle other terminals that take the command to run as a single string instead of as arguments to `execv()`. https://github.com/git-cola/git-cola/pull/935 * `git dag` now properly handles arbitrary input on Python3. Previously, an exception would be raised when entering `--grep=xxx` where `xxx` is a quoted string with a missing end-quote. https://github.com/git-cola/git-cola/pull/941 - Development * The contribution guidelines for contributors has been updated to mention how to regenerate the `*.mo` message files. https://github.com/git-cola/git-cola/pull/934- Update to 3.3 - Usability, bells and whistles * git dag improved how it renders parent commits. (#921) * The Branches widget now checks out branches when double-clicked. (#920) * The new Submodules widget makes it easy to interact with submodules. Additionally, submodules can now be updated using the Status widget. (#916) * Updated Japanese translation. (#914) * The “Open Terminal” action now launches a Git Bash shell on Windows. (#913) * New menu actions for updating all submodules. (#911) * The status widget can now update submodules. (#911) * The “Apply Patch” git cola am dialog now includes a diff viewer to display the contents of the selected patch. * The “Alt+D” diffstat hotkey now selects the staged/modified/etc. header in the Status widget, which shows the totality of everything that will be committed. (#771) * Running “Launch Editor” from the diff editor now opens the editor at the current line. (#898) * The textwidth and tabwidth configuration values can now be set per-repository, rather than globally only. * Text entry widgets switched to using a block cursor in v3.2. This has been reverted to the original line cursor for consistency with other applications and user expectations. (#889) * The “edit at line” feature, used by the “Grep” tool, now supports the Sublime text editor. (#894) - Fixes * Launching external programs has been improved on Windows. (#925) * Improve compatibility when using PySide2. (#912) * The Diff Editor was not honoring the configured tab width on startup. (#900) * The “Delete Files” feature was creating an unreadable display when many files were selected. Word-wrap the list of files so that the display stays within a sensible size. (#895) * Spelling and grammar fixes. (#915) (#891) - Development * The logo was run through tidy to give it a consistent style. Some technical issues with the logo were improved. (#877) * The entire codebase is now checked by flake8, rather than just the module and test directories. This catches things like the pynsist installer scripts. (#884) (#882) (#879) - Packaging * The vendored qtpy library was updated to v1.6. * The Windows installer’s wrapper scripts were missing an import. (#878)- Change to use QT5 instead of QT4 as recommended by upstream (see README.md). * Fixes 100% CPU usage bug https://github.com/git-cola/git-cola/issues/781- Ensure neutrality of descriptions.- Update to 3.2 - Usability, bells and whistles * The `git cola dag` DAG window now supports `git revert`. https://github.com/git-cola/git-cola/issues/843 * `git stash pop` is now supported by the stash dialog. https://github.com/git-cola/git-cola/issues/844 * The status widget now ensures that each item is visible when selection changes. Previously, if you scrolled to the right to see the name of a long filename, and then selected a short filename above it, the widget may not have shown the short filename in the viewport. We now ensure that the filenames are visible when the selection changes. https://github.com/git-cola/git-cola/pull/828 * The `git xbase` rebase editor no longer displays an error when cancelling an interactive rebase. https://github.com/git-cola/git-cola/issues/814 * The dialog shown when renaming remotes has been simplified. https://github.com/git-cola/git-cola/pull/840 https://github.com/git-cola/git-cola/issues/838 * The help dialog in the `git-xbase` Rebase editor is now scrollable. https://github.com/git-cola/git-cola/issues/855 - Translations * Updated Brazilian translation https://github.com/git-cola/git-cola/pull/845 * Updated Czech translation https://github.com/git-cola/git-cola/pull/854 https://github.com/git-cola/git-cola/pull/853 https://github.com/git-cola/git-cola/pull/835 https://github.com/git-cola/git-cola/pull/813 * Update Spanish translation https://github.com/git-cola/git-cola/pull/862 https://github.com/git-cola/git-cola/pull/867 - Packaging * The original `#!/usr/bin/env python` shebang lines can now be retained by passing `USE_ENV_PYTHON=1` to `make` when installing. https://github.com/git-cola/git-cola/issues/850 * The Makefile is now resilient to DESTDIR and prefix containing whitespace. https://github.com/git-cola/git-cola/pull/858 * The vendored `qtpy` library was updated to `v1.4.2`. * `python3-distutils` is needed to build cola on Debian. https://github.com/git-cola/git-cola/issues/837 - Fixes * The "C" key no longer closes the message dialogs, for example the one that is shown when a commit fails its pre-commit hooks. This allows "Ctrl+C" copy to work, rather than closing the dialog. https://github.com/git-cola/git-cola/issues/734 * Dock widgets sizes are now properly saved and restored when the main window is maximized. https://github.com/git-cola/git-cola/issues/848 * The spellcheck feature was broken under Python3. https://github.com/git-cola/git-cola/issues/857 * A regression when saving stashes was fixed. https://github.com/git-cola/git-cola/issues/847 * Diffing image files was not updating the available context menus, which prevented the "Stage" action from being present in the menu. https://github.com/git-cola/git-cola/issues/841 * `git cola` now detects when `git lfs uninstall` has been run. This allows you to re-initialize "Git LFS" in an existing repository where it had been previously uninstalled. https://github.com/git-cola/git-cola/issues/842 * Custom color values that did not contain any hexadecimal digits in the `a-f` range were being converted into integers by the config reader. This then caused the configured colors to be ignored. These color values are now interpreted correctly. Additionally, color values can now use an optional HTML-like `#` prefix. Example `.gitconfig` snippet:: [cola "color"] text = "#0a0303" https://github.com/git-cola/git-cola/pull/836 https://github.com/git-cola/git-cola/issues/849 * We now display an error message graphically when `Git` is not installed. Previously, the message went to stderr only. https://github.com/git-cola/git-cola/issues/830 * Changing diff options was causing resulting in an exception. https://github.com/git-cola/git-cola/issues/833 https://github.com/git-cola/git-cola/pull/834 * The DAG window now updates itself when branches and tags are created. https://github.com/git-cola/git-cola/issues/814 * The user's `$PATH` environment variable can now contain utf-8 encoded paths. Previously, launching external commands could lead to tracebacks. https://github.com/git-cola/git-cola/issues/807 * Git Cola development sandboxes can now be stored on utf-8 encoded filesystem paths. Previously, the interactive rebase feature could be broken when running in that environment. https://github.com/git-cola/git-cola/issues/825 * The log window now uses an ISO-8601 timestamp, which avoids localized output in the log window. https://github.com/git-cola/git-cola/issues/817 - Development * The code base has been thoroughly sanitized using `pylint`, and travis is now running pylint over the entire project. * Miscellaneous improvements and code improvements. https://github.com/git-cola/git-cola/issues/874- Update to 3.1 - Usability, bells and whistles * The “Browser” widget learned to rename files using “git mv”. https://github.com/git-cola/git-cola/issues/239 * The “Diff” widget learned to diff images. Side-by-side and pixel diff modes allow you to inspect changes to common images formats. https://github.com/git-cola/git-cola/issues/444 https://github.com/git-cola/git-cola/pull/803 * Git LFS and Git Annex are natively supported by the image diff viewer. * Git Annex operations are now included. git annex init can be performed on repositories, and git annex add can be run on untracked files from the status widget. Install git-annex to activate this feature. * Git LFS operations are now included. git lfs install can be performed on repositories, and git lfs track can be run on untracked files from the status widget. Install git-lfs to activate this feature. * The “Stash” tool learned to stash staged changes only. Select the “Stage Index” option and only staged changes will be stashed away. https://github.com/git-cola/git-cola/issues/413 * The “Stash” tool learned to use vim-like navigation keyboard shortcuts, shows error messages when things go wrong, and now saves the “Stash Index” and “Keep Index” options across sessions. * The Edit menu’s “Copy” and “Select All” actions now forward to either the diff, status, recent, or favorites widgets, based on which widget has focus. * The “File” and “Edit” menu can now be activated using Alt-{f,e} hotkeys. https://github.com/git-cola/git-cola/issues/759 * It was easy to accidentally trigger the first action in the Status tool’s context menu when using a quick right-click to bring up the menu. A short sub-second delay was added to ensure that the top-most action is not triggered unless enough time has passed. This prevents accidental activation of the first item (typically “Stage” or “Unstage”) without burdening common use cases. https://github.com/git-cola/git-cola/pull/755 https://github.com/git-cola/git-cola/issues/643 * The “Ctrl+S” hotkey now works for the header items in the Status tool. Selected the “Modified” header item and activating the “Stage” hotkey, for example, will stage all modified files. This works for the “Staged”, “Modified”, and “Untracked” headers. This is not enabled for the “Unmerged” header by design. https://github.com/git-cola/git-cola/issues/772 * The list of “Recent” repositories previously capped the number of repositories shown to 8 repositories. This can be set to a higher value by setting the cola.maxrecent configuration variable. https://github.com/git-cola/git-cola/issues/752 * The “Create Branch” dialog now prevents invalid branch names. https://github.com/git-cola/git-cola/issues/765 * Updated Turkish translation. https://github.com/git-cola/git-cola/pull/756 * Updated Ukrainian translation. https://github.com/git-cola/git-cola/pull/753 * Updated German translation. https://github.com/git-cola/git-cola/pull/802 * Updated Czech translation https://github.com/git-cola/git-cola/pull/792 https://github.com/git-cola/git-cola/pull/806 * The window title can be configured to not display the absolute path of the repository. https://github.com/git-cola/git-cola/issues/775 * The “Edit Remotes” editor learned to edit remote URLS. * Bare repositories can now be created by selecting the “New Bare Repository…” action from the File menu. * The “Branches” widget learned to configure upstream branches. * A new git cola clone sub-command was added for cloning repositories. - Packaging * The vendored qtpy library was updated to v1.3.1. * The macOS installation was made simpler for better compatibility with Homebrew. https://github.com/git-cola/git-cola/issues/636 * The Windows installer is now much simpler. Git Cola now bundles Python and PyQt5, so users need only install the “Git for Windows” and “Git Cola” installers to get things working. - Fixes * Uninitialized difftool errors will now be displayed graphically. They were previously going to the shell. https://github.com/git-cola/git-cola/issues/457 * Translations marked “fuzzy” will no longer be used when translating strings. https://github.com/git-cola/git-cola/issues/782 * Deleted unmerged files will now correctly use a deleted icon. https://github.com/git-cola/git-cola/issues/479 * The Ctrl+C “Copy” hotkey on the diff viewer has been fixed. https://github.com/git-cola/git-cola/issues/767 * The “Create Tag” dialog did not correctly handle the case when a signed tag is requested, but no message is provided, and the user chooses to create an unannotated tag instead. This convenience fallback will now properly create an unsigned, unannotated tag. https://github.com/git-cola/git-cola/issues/696 * .gitconfig and .git/config values editable by the Preferences dialog (aka git cola config) will now get unset when set to an empty value. For example, setting a different user.email in the current repository, followed by a subsequent emptying of that field, would previously result in an empty string getting stored in the config. This has been fixed so that the value will now get unset in the config instead. https://github.com/git-cola/git-cola/issues/406 * Spelling and typofixes. https://github.com/git-cola/git-cola/pull/748 * core.commentChar is now honored when set in the local repository .git/config. https://github.com/git-cola/git-cola/issues/766 * The log window was using a format string that did not display correctly in all locales. A locale-aware format is now used. https://github.com/git-cola/git-cola/pull/800 * The dialog displayed when prompting for a reference could sometimes lose focus. https://github.com/git-cola/git-cola/pull/804- Update to 3.0 - Usability, bells and whistles * Updated Simplified Chinese translation. https://github.com/git-cola/git-cola/pull/726 * Updated Ukranian translation. https://github.com/git-cola/git-cola/pull/723 * New Czech translation. https://github.com/git-cola/git-cola/pull/736 https://github.com/git-cola/git-cola/pull/737 https://github.com/git-cola/git-cola/pull/740 https://github.com/git-cola/git-cola/pull/743 * The "name" field in the "Create Tag" dialog now includes autocompletion, which makes it easy to see which tags currently exist. * git cola now has configurable toolbars. Use the View -> Add toolbar menu item to add a toolbar. * Setting cola.expandtab to true will now expand tabs into spaces in the commit message editor. The number of spaces to insert is determined by consulting cola.tabwidth, which defaults to 8. * The "Copy SHA-1" hotkey is now Alt + Ctrl + C, to avoid clobbering the ability to copy text from the DAG window. https://github.com/git-cola/git-cola/pull/705 * The "Prepare Commit Message" action can now be invoked via the Ctrl+Shift+Return shortcut. https://github.com/git-cola/git-cola/pull/707 * The Branches pane now has a filter field that highlights branches whose names match the string entered into its text field. * https://github.com/git-cola/git-cola/pull/713 * Actions that are triggered in response to button presses were being triggered when the button was pressed, rather than when it was released, which was a usability flaw. All buttons now respond when clicked rather than when pressed. https://github.com/git-cola/git-cola/pull/715 * The DAG window will now only refresh when object IDs change. Previously, the DAG would redraw itself in response to inotify events, such as filesystem operations, which was disruptive when inspecting a large diff in its diff viewer. The DAG will now only redraw when the object IDs corresponding to its query input changes. Furthermore, when redrawing, the scrollbar positions are retained to minimize disruption to the viewport contents. https://github.com/git-cola/git-cola/issues/620 https://github.com/git-cola/git-cola/issues/724 * The "About" dialog now includes the SHA-1 where Git Cola was built. https://github.com/git-cola/git-cola/issues/530 * The "Status" widget now has "Copy Leading Path to Clipboard" and "Copy Basename to Clipboard" actions. https://github.com/git-cola/git-cola/issues/435 https://github.com/git-cola/git-cola/issues/436 * The "Status" widget now supports custom "Copy ... to Clipboard" actions. https://github.com/git-cola/git-cola/issues/437 * The main menu now has an "Edit" menu. https://github.com/git-cola/git-cola/issues/725 * git dag learned to checkout commits into a detached HEAD state. https://github.com/git-cola/git-cola/issues/698 * The status widget's context menus now omit actions selection-dependent actions when no file is selected. https://github.com/git-cola/git-cola/pull/731 * The startup dialog now focuses the repository list so that repositories can be selected with the keyboard without mouse intervention. https://github.com/git-cola/git-cola/issues/741 - Fixes * git dag now prevents nodes from overlapping in more situations. https://github.com/git-cola/git-cola/pull/689 * Adding untracked Git submodule repo directories previously ran git add submodule/ but we now call git add submodule without the trailing slash (/) to avoid staging files that belong to the submodule (which is possibly a git bug). By working around the buggy behavior we allow users to recover by issuing the appropriate git submodule add command to properly register the submodule. https://github.com/git-cola/git-cola/pull/681 * We now avoid git for-each-ref --sort=version:refname on versions of git older than v2.7.0. Previously we only avoided it for versions older than v2.0.0, which was a mistake. https://github.com/git-cola/git-cola/pull/686 * The error message displayed when git is not installed has been fixed. https://github.com/git-cola/git-cola/pull/686 * Adding new remotes was silently broken. https://github.com/git-cola/git-cola/issues/684 https://github.com/git-cola/git-cola/pull/685 * The repo selection dialog had errors during startup when the cola.refreshonfocus feature was enabled, as reported on Ubuntu 16.04. https://github.com/git-cola/git-cola/issues/690 * Restored support for PyQt 4.6 (Centos 6.8) https://github.com/git-cola/git-cola/issues/692 * Switching repositories now resets the "Amend Mode" and other settings when switching. https://github.com/git-cola/git-cola/issues/710 * git rebase error messages now displayed when rebasing fails or stops via the standalone git cola rebase front-end. https://github.com/git-cola/git-cola/issues/721 * git cola learned to stage broken symlinks. https://github.com/git-cola/git-cola/issues/727 * The "View History" feature in the Browser tool was fixed, and now disambiguates between refs and paths. https://github.com/git-cola/git-cola/issues/732 * The diff editor now has better support for files with CRLF rn line endings. https://github.com/git-cola/git-cola/issues/730 * cola.inotify in a repo-local config is now honored when git cola is launched from a desktop entry (git cola --prompt). https://github.com/git-cola/git-cola/issues/695- Update to 2.11 - Usability, bells and whistles * New Ukranian translation. https://github.com/git-cola/git-cola/pull/670 https://github.com/git-cola/git-cola/pull/672 * New and improved French translations. * The new Branches widget makes it easier to checkout, merge, push, and pull branches from a single interface. git cola now includes a dark icon theme. The dark icon theme can be activated either by setting the GIT_COLA_ICON_THEME environment variable to dark, by configuring cola.icontheme to dark, or by specifying –icon-theme=dark on the command line. https://github.com/git-cola/git-cola/pull/638 * Autocompletion was added to the Fetch, Push, and Pull dialogs. * The commit message editor now remembers the “Spellcheck” setting after exiting. https://github.com/git-cola/git-cola/pull/645 * git dag now uses an improved algorithm for laying out the graph, which avoids collisions under certain graph configurations, and avoids overlapping tag with commits. https://github.com/git-cola/git-cola/pull/648 https://github.com/git-cola/git-cola/pull/651 https://github.com/git-cola/git-cola/pull/654 https://github.com/git-cola/git-cola/pull/656 https://github.com/git-cola/git-cola/pull/659 * git dag now remembers its column sizes across sessions. https://github.com/git-cola/git-cola/issues/674 * Grep now shows a preview of the selected file’s content in a split window below the grep results. * Grep now includes line numbers in the preview pane’s output. * Edit Remotes now remembers its window settings after exiting. * Diff now has an option to display line numbers in the editor. https://github.com/git-cola/git-cola/issues/136 * Amend Last Commit can now be triggered via the Commit menu in addition to the commit message editor’s options. https://github.com/git-cola/git-cola/issues/640 * The File Browser tool was made much faster and can now operate on much larger repositories. https://github.com/git-cola/git-cola/issues/499 * A new “turbo” mode was added that allows you to opt-out of operations that can slow git cola on large repositories. The turbo mode is enabled by configuring git config cola.turbo true. Turbo mode disables the background loading of Git commit messages and other details in the File Browser widget. * A new GitIgnore dialog allows adding custom gitignore patterns. https://github.com/git-cola/git-cola/pull/653 * The spellchecker in git cola can now use an additional dictionary by configuring cola.dictionary to the path to a file containing a newline-separated list of words. https://github.com/git-cola/git-cola/issues/663 * The stash, export patches, diff, and gitignore dialogs now remember their window sizes. * A new git cola recent sub-command was added for finding recently edited files. * The Fetch dialog now allows pruning remote branches. https://github.com/git-cola/git-cola/issues/639 https://github.com/git-cola/git-cola/pull/680 - Fixes * git cola‘s spellchecker now supports the new dict-common filesystem layout, and prefers the /usr/share/dict/cracklib-small file over the /usr/share/dict/words provided on older distributions. This makes the spellchecker compatible with Arch, which does not provide a words symlink like Debian. https://github.com/git-cola/git-cola/issues/663 * Properly handle the case where an existing file is untracked using the File Browser. * Fix a quirk where the “Create Branch” dialog sometimes required clicking twice on the radio buttons. https://github.com/git-cola/git-cola/pull/662 * Fixed a focus issue to ensure that “Push”, “Fetch”, and “Pull” can be executed with the press of a single enter key after being shown. https://github.com/git-cola/git-cola/issues/661 * Committing is now allowed in when resolving a merge results in no changes. This state was previously prevented by the commit message editor, which prevented users from resolving merges that result in no changes. https://github.com/git-cola/git-cola/pull/679 * The filesystem monitor would sometimes emit backtraces when directories are modified. This has been fixed. https://bugzilla.redhat.com/show_bug.cgi?id=1438522 * Absolute paths are now returned when querying for .git-relative paths from within a submodule, which uses .git-files. This fixes launching git cola from within a subdirectory of a submodule. https://github.com/git-cola/git-cola/pull/675- Removed appdata.patch- Update to 2.10 - Usability, bells and whistles * git cola can now invoke the .git/hooks/cola-prepare-commit-msg hook to update the commit message. This hook takes the same parameters as Git’s prepare-commit-message hook. The default path to this hook can be overridden by setting the cola.prepareCommitMessageHook configuration variable. http://git-cola.readthedocs.io/en/latest/git-cola.html#prepare-commit-message * git cola diff (and the corresponding Diff menu actions) can now launch difftool with the standard Ctrl+D hotkey. The Ctrl+E hotkey was also added for launching an editor. * Traditional Chinese (Taiwan) translation updates. - Fixes * git cola now works when installed in non-ascii, utf8-encoded paths. https://github.com/git-cola/git-cola/issues/629 * Styling issues that caused black backgrounds in various widgets when using PyQ5 on Mac OS X have been fixed. https://github.com/git-cola/git-cola/issues/624 * The “Open Recent” menu action was broken and has been fixed. https://github.com/git-cola/git-cola/issues/634 * Exiting git cola with a maximized main window would hang when reopened on Linux. https://github.com/git-cola/git-cola/issues/641 - Packaging * appdata.xml files are now provided at share/appdata/git-cola.xml and share/appdata/git-dag.xml for use by the Linux software gallery. https://people.freedesktop.org/~hughsient/appdata/ https://github.com/git-cola/git-cola/pull/627- Update to 2.9.1 - Fixes * The “Open Recent” menu was updated to new bookmarks format. https://github.com/git-cola/git-cola/issues/628- improve appdata.patch install rules with upstream collaborators- Update to 2.9 - Usability, bells and whistles * New Polish translation thanks to Łukasz Wojniłowicz https://github.com/git-cola/git-cola/pull/598 * The Bypass Commit Hooks feature now disables itself automatically when a new commit is created. The new behavior turns the option into a single-use flag, which helps prevent users from accidentally leaving it active longer than intended. https://github.com/git-cola/git-cola/pull/595 * git dag learned to launch an external diff viewer on selected commits. The standard Ctrl+D shortcut can be used to view diffs. https://github.com/git-cola/git-cola/issues/468 * git dag learned to launch directory diffs via git difftool –dir-diff. The Ctrl+Shift+D shortcut launches difftool in directory-diff mode. https://github.com/git-cola/git-cola/issues/468 * Items in the “Favorites” list can now be renamed, which makes it easier to differentiate between several checkouts of the same repository. https://github.com/git-cola/git-cola/issues/599 https://github.com/git-cola/git-cola/pull/601 * The startup screen now includes a logo and git cola version information. https://github.com/git-cola/git-cola/issues/526 * The About page was revamped to contain multiple tabs. A new tab was added that provides details about git cola‘’s dependencies. New tabs were also added for giving credit to git cola‘s authors and translators. * The About page can now be accessed via git cola about. * The “Fast-forward only” and “No fast-forward” options supported by git pull are now accessible via git cola pull. * Doing a forced push no longer requires selecting the remote branch. https://github.com/git-cola/git-cola/pull/618 * git cola push now has an option to suppress the prompt that is shown when pushing would create new remote branches. https://github.com/git-cola/git-cola/issues/605 * git dag now shows commit messages in a more readable color. https://github.com/git-cola/git-cola/issues/574 * git cola browse and the status widget learned to launch the OS-specified default action for a file. When used on directories via git cola browse, or when “Open Parent Directory” is used on files, the OS-specified file browser will typically be used. git cola browse and the status widget learned to launch terminals. - Fixes * git cola browse was not updating when expanding items. https://github.com/git-cola/git-cola/issues/588 * Typofixes in comments, naming, and strings have been applied. https://github.com/git-cola/git-cola/pull/593 * The inotify and win32 filesystem monitoring no longer refreshes when updates are made to ignored files. https://github.com/git-cola/git-cola/issues/517 https://github.com/git-cola/git-cola/issues/516 * The Refresh button on the actions panel no longer raises an exception when using PyQt5. https://github.com/git-cola/git-cola/issues/604 * Fixed a typo in the inotify backend that is triggered when files are removed. https://github.com/git-cola/git-cola/issues/607 * Fixed a typo when recovering from a failed attempt to open a repository. https://github.com/git-cola/git-cola/issues/606 * git dag now properly updates itself when launched from the menubar. https://github.com/git-cola/git-cola/pull/613 * If git-cola is invoked on Windows using start pythonw git-cola, a console window will briefly flash on the screen each time git cola invokes git. The console window is now suppressed. * We now avoid some problematic Popen flags on Windows which were breaking the git rebase feature on Windows. * The Save button in git dag‘s “Grab File...” feature now properly prompts for a filename when saving files. https://github.com/git-cola/git-cola/pull/617 - Development * The qtpy symlink in the source tree has been removed to allow for easier development on Windows. https://github.com/git-cola/git-cola/issues/626- install man pages - add appdata.patch for en.opensuse.org/openSUSE:AppStore- Update to 2.8 - Usability, bells and whistles * git cola push learned to configure upstream branches. https://github.com/git-cola/git-cola/issues/563 - Fixes * The diffstat view is now properly updated when notifications are received via inotify filesystem monitoring. https://github.com/git-cola/git-cola/issues/577 * Python3 with PyQt5 had a bug that prevented git cola from starting. https://github.com/git-cola/git-cola/pull/589- Fixed: git-cola can not find python-qt- Update to 2.7 - Fixes * When repositories stored in non-ASCII, UTF-8-encoded filesystem paths were operated upon with LC_ALL=C set in the environment, unicode errors would occur when using python2. git cola was made more robust and will now operate correctly within this environment. https://github.com/git-cola/git-cola/issues/581 * Support for the GIT_WORK_TREE environment variable was fixed. https://github.com/git-cola/git-cola/pull/582 - Development * The unittest.mock module is now used instead of the original mock module when running the git cola test suite using Python3. https://github.com/git-cola/git-cola/issues/569 - Packaging * git cola is now compatible with PyQt5, PyQt4, and Pyside. git cola previously supported PyQt4 only, but will now use whichever library is available. Users are not required to upgrade at this time, but PyQt5 support can be enabled anytime by making its python modules available. https://github.com/git-cola/git-cola/issues/232 NOTE: We do not yet recommend using PyQt5 because there are known exit-on-segfault bugs in Qt5 that have not yet been addressed. git cola is sensitive to this bug and is known to crash on exit when using git dag or the interactive rebase feature on PyQt5. https://bugreports.qt.io/browse/QTBUG-52988 * PyQt4 is stable and there are no known issues when using it so we recommend using it until the Qt5 bugs have been resolved. git cola now depends on QtPy and includes a bundled copy of the qtpy library. If you are packaging git cola and would prefer to use qtpy from your distribution instead of the built-in version then use make NO_VENDOR_LIBS=1 when building git cola. This will prevent vendored libraries from being installed.- Update to 2.6 - Usability, bells and whistles * A new “Reset” sub-menu provides access to running “git reset –mixed” when resetting branch heads and “git reset –merge” when resetting worktrees. https://github.com/git-cola/git-cola/issues/542 * git cola now supports linked worktrees, i.e. worktrees created by git worktree. https://github.com/git-cola/git-cola/issues/554 - Fixes * Diff highlighting is now robust to the user having diff.supressBlankEmpty=true in their git config. https://github.com/git-cola/git-cola/issues/541 * The filesystem monitor now properly handles repositories that use .git-files, e.g. when using submodules. https://github.com/git-cola/git-cola/issues/545 https://github.com/git-cola/git-cola/pulls/546 * Per-repository git configuration is now properly detected when launching git cola from an application launcher. https://github.com/git-cola/git-cola/issues/548 * git cola now cleans up after itself immediately to avoid leaving behind empty /tmp/git-cola-XXXXXX directories when the user uses Ctrl+C to quit the app. https://github.com/git-cola/git-cola/issues/566 - Packaging * It is now possible to install git cola to and from utf8-encoded filesystem paths. Previously, Python’s stdlib would during installation. https://github.com/git-cola/git-cola/issues/551- Update to 2.5 - Usability, bells and whistles * The icon for untracked files was adjusted to better differentiate between files and the “Untracked” header. https://github.com/git-cola/git-cola/issues/509 * Ctrl+O was added as a hotkey for opening repositories. https://github.com/git-cola/git-cola/pull/507 * git dag now uses consistent edge colors across updates. https://github.com/git-cola/git-cola/issues/512 * git cola‘s Bookmarks widget can now be used to set a “Default Repository”. Under the hood, we set the cola.defaultrepo configuration variable. The default repository is used whenever git cola is launched outside of a Git repostiory. When unset, or when set to a bogus value, git cola will prompt for a repository, as it previously did. https://github.com/git-cola/git-cola/issues/513 * git cola‘s Russian and Spanish translations were improved thanks to Vaiz and Zeioth. https://github.com/git-cola/git-cola/pull/514 https://github.com/git-cola/git-cola/pull/515 https://github.com/git-cola/git-cola/pull/523 * git cola was translated to Turkish thanks to Barış ÇELİK. https://github.com/git-cola/git-cola/pull/520 * The status view now supports launching git gui blame. It can be configured to use a different command by setting cola.blameviewer. https://github.com/git-cola/git-cola/pull/521 * git dag now allows selecting non-contiguous ranges in the log widget. https://github.com/git-cola/git-cola/issues/468 * Any font can now be chosen for the diff editor, not just monospace fonts. https://github.com/git-cola/git-cola/issues/525 - Fixes * xfce4-terminal and gnome-terminal are now supported when launching git mergetool to resolve merges. These terminals require that the command to execute is shell-quoted and passed as a single string argument to -e rather than as additional command line arguments. https://github.com/git-cola/git-cola/issues/524 * Fixed a unicode problem when formatting the error message that is shown when gitk is not installed. We now handle unicode data in tracebacks generated by python itself. https://github.com/git-cola/git-cola/issues/528 * The New repository feature was fixed. https://github.com/git-cola/git-cola/pull/533 * We now use omit the extended description when creating “fixup!” commits, for consistency with the Git CLI. We now include only the one-line summary in the final commit message. https://github.com/git-cola/git-cola/issues/522- Update to 2.4 - Usability, bells and whistles * The user interface is now HiDPI-capable. git-cola now uses SVG icons, and its interface can be scaled by setting the GIT_COLA_SCALE environment variable. git dag now supports the standard editor, difftool, and history hotkeys. It is now possible to invoke these actions from file widget’s context menu and through the standard hotkeys. https://github.com/git-cola/git-cola/pull/473 - The Status tool also learned about the history hotkey. Additionally, the Alt-{j,k} aliases are also supported in the Status tool for consistency with the other tools where the non-Alt hotkeys are not available. https://github.com/git-cola/git-cola/pull/488 * The File Browser tool now has better default column sizes, and remembers its window size and placement. * The File Browser now supports the refresh hotkey, and has better behavior when refreshing. The selection is now retained, and new and removed files are found when refreshing. * A new git-cola-completion.bash completion script is provided in the contrib/ directory. It must be used alongside Git’s completion script. Source it from your ~/.bashrc (or ~/.zshrc, etc) after sourcing the git-completion.bash script and you will have command-line completion support for the git cola and git dag sub-commands. * The “checkout” dialog now offers completion for remote branches and other git refs. This makes it easier to checkout remote branches in a detached head state. Additionally, the checkout dialog also offers completion for remote branches that have not yet been checked out, which makes it easier to create a local tracking branch by just completing for that potential name. https://github.com/git-cola/git-cola/issues/390 * The “create branch” and “create tag” dialogs now save and restore their window settings. * The “status” widget can now be configured to use a bold font with a darker background for the header items. https://github.com/git-cola/git-cola/pull/506 * The “status” widget now remembers its horizontol scrollbar position across updates. This is helpful when working on projects with long paths. https://github.com/git-cola/git-cola/issues/494 - Fixes * When using Git for Windows, a git window would appear when running Windows 8. We now pass additional flags to subprocess.Popen to prevent a git window from appearing. https://github.com/git-cola/git-cola/issues/477 https://github.com/git-cola/git-cola/pull/486 * Launching difftool with .PY in $PATHEXT on Windows was fixed. https://github.com/git-cola/git-cola/issues/492 * Creating a local branch tracking a remote branch that contains slashes in its name is now properly handled. https://github.com/git-cola/git-cola/issues/496 * The “Browse Other Branch” feature was broken by Python3, and is now fixed. https://github.com/git-cola/git-cola/issues/501 * We now avoid long for better Python3 compatibility. https://github.com/git-cola/git-cola/issues/502 * We now use Git’s default merge message when merging branches. https://github.com/git-cola/git-cola/issues/508 * Miscellaneous fixes https://github.com/git-cola/git-cola/pull/485 - Packaging * git-cola’s documentation no longer uses an intersphinx link mapping to docs.python.org. This fixes warnings when building rpms using koji, where network access is prevented. https://bugzilla.redhat.com/show_bug.cgi?id=1231812- Update to 2.3 - Usability, bells and whistles * The Interactive Rebase feature now works on Windows! https://github.com/git-cola/git-cola/issues/463 * The diff editor now understands vim-style hjkl navigation hotkeys. https://github.com/git-cola/git-cola/issues/476 * Alt-{j,k} navigation hotkeys were added to allow changing to the next/previous file from the diff and commit editors. * The Rename branch menu action is now disabled in empty repositories. https://github.com/git-cola/git-cola/pull/475 https://github.com/git-cola/git-cola/issues/459 * git cola now checks unmerged files for conflict markers before staging them. This feature can be disabled in the preferences. https://github.com/git-cola/git-cola/issues/464 * git dag now remembers which commits were selected when refreshing so that it can restore the selection afterwards. https://github.com/git-cola/git-cola/issues/480 * “Launch Editor”, “Launch Difftool”, “Stage/Unstage”, and “Move Up/Down” hotkeys now work when the commit message editor has focus. https://github.com/git-cola/git-cola/issues/453 * The diff editor now supports the Ctrl+u hotkey for reverting diff hunks and selected lines. * The core.commentChar Git configuration value is now honored. Commit messages and rebase instruction sheets will now use the configured character for comments. This allows having commit messages that start with # when core.commentChar is configured to its non-default value. https://github.com/git-cola/git-cola/issues/446 - Fixes * Diff syntax highlighting was improved to handle more edge cases and false positives. https://github.com/git-cola/git-cola/pull/467 * Setting commands in the interactive rebase editor was fixed. https://github.com/git-cola/git-cola/issues/472 * git-cola no longer clobbers the Ctrl+Backspace text editing shortcut in the commit message editor. https://github.com/git-cola/git-cola/issues/453 * The copy/paste clipboard now persists after git cola exits. https://github.com/git-cola/git-cola/issues/484- Update to 2.2.1 - Fixes * Fixed the “Sign off” feature in the commit message editor.- Update to 2.2 - Usability, bells and whistles * Double-click will now choose a commit in the “Select commit” dialog. * git cola has a feature that reads .git/MERGE_MSG and friends for the commit message when a merge is in-progress. Upon refresh, git cola will now detect when a merge has completed and reset the commit message back to its previous state. It is only reset if the editor contains a message that was read from the file and has not been manually edited by the user. * The commit message editor’s context menu now has a “Clear...” action for clearing the message across both the summary and description fields. * Traditional Chinese (Taiwan) translation updates. * The system theme’s icons are now used whereever possible. https://github.com/git-cola/git-cola/pull/458 - Fixes * The stash viewer now uses git show --no-ext-diff to avoid running user-configured diff tools. * git cola now uses the setsid() system call to ensure that the GIT_ASKPASS and SSH_ASKPASS helper programs are used when pushing changes using git. The askpass helpers will now be used even when git cola is launched from a terminal. The behavior without setsid() is that git cola can appear to hang while pushing changes. The hang happens when git prompts the user for a password using the terminal, but the user never sees the prompt. setsid() detaches the terminal, which ensures that the askpass helpers are used. https://github.com/git-cola/git-cola/issues/218 https://github.com/git-cola/git-cola/issues/262 https://github.com/git-cola/git-cola/issues/377 * git dag‘s file list tool was updated to properly handle unicode paths. * gnome-terminal is no longer used by default when cola.terminal is unset. It is broken, as was detailed in #456. https://github.com/git-cola/git-cola/issues/456 * The interactive rebase feature was not always setting $GIT_EDITOR to the value of gui.editor, thus there could be instances where rebase will seem to not stop, or hang, when performing “reword” actions. We now set the $GIT_EDITOR environment variable when performing the “Continue”, “Skip”, and “Edit Todo” rebase actions so that the correct editor is used during the rebase. https://github.com/git-cola/git-cola/issues/445- Update to 2.1.2 - Usability, bells and whistles * Updated zh_TW translations. * git cola rebase now defaults to @{upstream}, and generally uses the same CLI syntax as git rebase. * The commit message editor now allows you to bypass commit hooks by selecting the “Bypass Commit Hooks” option. This is equivalent to passing the –no-verify option to git commit. https://github.com/git-cola/git-cola/issues/357 * We now prevent the “Delete Files” action from creating a dialog that does not fit on screen. https://github.com/git-cola/git-cola/issues/378 * git xbase learned to edit rebase instruction sheets that contain exec commands. * The diff colors are now configurable. cola.color.{text,add,remove,header} can now be set with 6-digit hexadecimal colors. See the git cola manual _ for more details. * Improved hotkey documentation. - Fixes * git cola will now allow starting an interactive rebase with a dirty worktree when rebase.autostash is set. https://github.com/git-cola/git-cola/issues/360- update to 2.1.1 * A new “Find files” widget was added, and can be activated by using the Ctrl+t or t hotkeys. * A new git cola find sub-command was added for finding files. * git cola now remembers the text cursor’s position when staging interactively with the keyboard. This makes it easier to use the keyboard arrows to select and stage lines. * The completion widgets will now select the top completion item when Enter or Return are pressed. * You can now refresh using F5 in addition to the existing Ctrl+R hotkey. * git cola now passes –no-abbrev-commit to git log to override having log.abbrevCommit = true set in .gitconfig.- update to 2.1.0 * git dag now forwards all unknown arguments along to git log. * Line-by-line interactive staging was made more robust. * “Bookmarks” was renamed to “Favorites”. * Untracked files are now displayed using a unique icon. * Untracked files are now assumed to be utf-8 encoded. * inotify expects unicode paths on Python3. * git dag was triggering a traceback on Fedora when parsing Git logs. - fix rpmlint warning about missing %build- Recommend optional python-send2trash module- Usability, bells and whistles * git cola can now create GPG-signed commits and merges. https://github.com/git-cola/git-cola/issues/149 See the documentation for details about setting up a GPG agent. * The status widget learned to copy relative paths when Ctrl+x is pressed. https://github.com/git-cola/git-cola/issues/358 * Custom GUI actions can now define their own keyboard shortcuts by setting guitool.$name.shortcut to a string understood by Qt’s QAction::setShortcut() API, e.g. Alt+x. See http://qt-project.org/doc/qt-4.8/qkeysequence.html#QKeySequence-2 for more details about the supported values. * git cola learned to rename branches. https://github.com/git-cola/git-cola/pull/364 https://github.com/git-cola/git-cola/issues/278 * git dag now has a “Show history” context menu which can be used to filter history using the selected paths. - Fixes * sphinxtogithub.py was fixed for Python3. https://github.com/git-cola/git-cola/pull/353 * The commit that changed how we read remotes from git remote to parsing git config was reverted since it created problems for some users. * Fixed a crash when using the rebase edit feature. https://github.com/git-cola/git-cola/issues/351 * Better drag-and-drop behavior when dropping into gnome-terminal. https://github.com/git-cola/git-cola/issues/373 - Packaging * The git-cola-folder-handler.desktop file handler was fixed to pass validation by desktop-file-validate. https://github.com/git-cola/git-cola/issues/356 * The git.svg icon was renamed to git-cola.svg, and git cola was taught to prefer icons from the desktop theme when available.lamb61 1614588746  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~     csdeesfrhuitjaplptrusvtrukzhzh3.7-bp153.1.19   !"##colagit-colagit-dagappdatagit-cola.appdata.xmlgit-dag.appdata.xmlgit-cola-folder-handler.desktopgit-cola.desktopgit-dag.desktopgit-colagit-cola.rstgit-dag.rsthotkeys.htmlhotkeys_de.htmlhotkeys_zh_CN.htmlhotkeys_zh_TW.htmlindex.rstrelnotes.rstthanks.rstgit-colabingit-xbasessh-askpassssh-askpass-darwiniconsa-z-order.svgcheck.svgcircle-slash-red.svgcircle-slash.svgdarka-z-order.svgcheck.svgcircle-slash-red.svgcircle-slash.svgdesktop-download.svgdiff.svgdocument-save-symbolic.svgedit-copy.svgedit-select-all.svgedit-undo.svgellipsis.svgeye.svgfile-binary.svgfile-code.svgfile-directory.svgfile-download.svgfile-media.svgfile-text.svgfile-zip.svgfold.svgfolder-new.svgfolder.svggear.svggit-branch.svggit-cola.svggit-commit.svggit-compare.svggit-merge.svglast-first-order.svglink-external.svgmodified.svgpartial.svgpencil.svgplus.svgprimitive-dot.svgquestion-plain.svgquestion.svgrepo-pull.svgrepo-push.svgrepo.svgscreen-full.svgsearch.svgstaged.svgstar.svgsync.svgtag.svgtelescope.svgtrashcan.svgunfold.svgupstream.svgx.svgzoom-fit-best.svgzoom-in.svgzoom-out.svgdesktop-download.svgdiff.svgdocument-save-symbolic.svgedit-copy.svgedit-select-all.svgedit-undo.svgellipsis.svgeye.svgfile-binary.svgfile-code.svgfile-directory.svgfile-download.svgfile-media.svgfile-text.svgfile-zip.svgfold.svgfolder-new.svgfolder.svggear.svggit-branch.svggit-cola.svggit-commit.svggit-compare.svggit-merge.svglast-first-order.svglink-external.svgmodified.svgpartial.svgpencil.svgplus.svgprimitive-dot.svgquestion-plain.svgquestion.svgrepo-pull.svgrepo-push.svgrepo.svgscreen-full.svgsearch.svgstaged.svgstar.svgsync.svgtag.svgtelescope.svgtrashcan.svgunfold.svgupstream.svgx.svgzoom-fit-best.svgzoom-in.svgzoom-out.svglibcola__init__.py_version.pyactions.pyapp.pycmd.pycmds.pycompat.pycore.pydag.pydecorators.pydiffparse.pydifftool.pyfsmonitor.pygit.pygitcfg.pygitcmds.pygravatar.pyguicmds.pyhidpi.pyhotkeys.pyi18n.pyicons.pyinotify.pyinteraction.pymain.pymodels__init__.pybrowse.pydag.pymain.pyprefs.pyselection.pystash.pyobservable.pyqtcompat.pyqtutils.pyresources.pysettings.pyspellcheck.pytextwrap.pythemes.pyutils.pyversion.pywidgets__init__.pyabout.pyaction.pyarchive.pybookmarks.pybranch.pybrowse.pycfgactions.pyclone.pycommitmsg.pycommon.pycompare.pycompletion.pycreatebranch.pycreatetag.pydag.pydefs.pydiff.pyeditremotes.pyfilelist.pyfiletree.pyfinder.pygitignore.pygrep.pyhighlighter.pyimageview.pylog.pymain.pymerge.pypatch.pyprefs.pyrecent.pyremote.pysearch.pyselectcommits.pyspellcheck.pystandard.pystartup.pystash.pystatus.pysubmodules.pytext.pytoolbar.pytoolbarcmds.pyqtpyQt3DAnimation.pyQt3DCore.pyQt3DExtras.pyQt3DInput.pyQt3DLogic.pyQt3DRender.pyQtCharts.pyQtCore.pyQtDatavisualization.pyQtDesigner.pyQtGui.pyQtHelp.pyQtLocation.pyQtMultimedia.pyQtMultimediaWidgets.pyQtNetwork.pyQtOpenGL.pyQtPrintSupport.pyQtQml.pyQtQuick.pyQtQuickWidgets.pyQtSql.pyQtSvg.pyQtTest.pyQtWebChannel.pyQtWebEngineWidgets.pyQtWebSockets.pyQtWidgets.pyQtXmlPatterns.py__init__.py_patch__init__.pyqcombobox.pyqheaderview.py_version.pycompat.pypy3compat.pyuic.pyhicolorscalableappsgit-cola.svggit-cola.mogit-cola.mogit-cola.mogit-cola.mogit-cola.mogit-cola.mogit-cola.mogit-cola.mogit-cola.mogit-cola.mogit-cola.mogit-cola.mogit-cola.mogit-cola.mogit-cola.mogit-cola.1.gzgit-dag.1.gz/usr/bin//usr/share//usr/share/appdata//usr/share/applications//usr/share/doc//usr/share/doc/git-cola//usr/share/git-cola//usr/share/git-cola/bin//usr/share/git-cola/icons//usr/share/git-cola/icons/dark//usr/share/git-cola/lib//usr/share/git-cola/lib/cola//usr/share/git-cola/lib/cola/models//usr/share/git-cola/lib/cola/widgets//usr/share/git-cola/lib/qtpy//usr/share/git-cola/lib/qtpy/_patch//usr/share/icons//usr/share/icons/hicolor//usr/share/icons/hicolor/scalable//usr/share/icons/hicolor/scalable/apps//usr/share/locale/cs/LC_MESSAGES//usr/share/locale/de/LC_MESSAGES//usr/share/locale/es/LC_MESSAGES//usr/share/locale/fr/LC_MESSAGES//usr/share/locale/hu/LC_MESSAGES//usr/share/locale/it/LC_MESSAGES//usr/share/locale/ja/LC_MESSAGES//usr/share/locale/pl/LC_MESSAGES//usr/share/locale/pt_BR/LC_MESSAGES//usr/share/locale/ru/LC_MESSAGES//usr/share/locale/sv/LC_MESSAGES//usr/share/locale/tr_TR/LC_MESSAGES//usr/share/locale/uk/LC_MESSAGES//usr/share/locale/zh_CN/LC_MESSAGES//usr/share/locale/zh_TW/LC_MESSAGES//usr/share/man/man1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/dc374b5d808fa0412a2c986374eb656b-git-colacpioxz5noarch-suse-linux            Python script, ASCII text executabledirectoryXML 1.0 document, ASCII textASCII textUTF-8 Unicode textHTML document, ASCII textHTML document, UTF-8 Unicode texta /usr/bin/env tclsh script, ASCII text executablePOSIX shell script, ASCII text executableSVG Scalable Vector Graphics imageemptyPython script, UTF-8 Unicode text executabletroff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RRPPPPPPPPPPPRRRݸ4 ;+ɛMgitkpython3-Send2Trashpython3-pyinotifyutf-8ea6a8114f15c06de8eacbf562cc781b38a433386a655983fbec1d362091d8cc9?7zXZ !t/] cr$x#Dd%:(~ ĴOR:PnsHJLepHXLH=pGJ6OKLCE7 Gې;0 ̰6s#qBD@P#PڽbwuT@)}ŤlTq/nGCMVY-ِt.}g9ϴ6v:+#2:t 8 Cbv@NTo76焃:Y:)t9!tL|hqPڤN3"ڟD]'6AP&g&9"pv ?I2hCݽґovHك[K2KꝊI"d#FEr۸@? 33yBXRjf@94PyXRא#dߪ5).mSWIɤ0i8[\HaEdXrW\Z-TQYd/VYB̽($IN]mZPM~C:L&T 0RQȒ=LĸjT,i xF[!)Vef+jE9m1_|aX6S騾v_q/NPabeZx#zI;qS LQdDdK^aNG6nDZ^T&{+$D{rd%ڬS;0yǰ4JtbUqPҊqֶps;|84\ A-: E a0D{T^Lw|ز%RbOeĢUl2Jq[)V ] p=5xY9f{zR,Xקs7P$^7Evh5m6B9P)N-b Zڟ.Wa8N W3#n>&/w?Z=Bҁ0f9SZשR[4&rdFٯR;9 ET/9-|.5=\N؝c Y))mɜxD̍F/M0_@uqQzs|.YnETݶT:yWS_w: @t*U襬Z82}Y(o$ z"ux\y0&<~)ypơJyבŹGMl}pp5A~R.wBI_o\|JYa;Јu0g`hN1v?E"M/qy]la`0jIocmrgCίQq7  SM8bkBAIqP$,( @XIJ 93ARU@@ ĸĂ"F )O*{!OonþI N)c'$u,@ia1b'55\i8`T--[\w'U\'ucd]è4> ut{XFSV8 K8iO<%{w/sz|㭸T!߾NUieﰫ+ B 0^!N D=w`ׁ֘v䑼[ӉWGխ$:R.xUۏi{u/Xw2`!&*.:² :.OX~B7m'P}msPn؈ů:E24=(% » bv;l,`ə#*{rReb#j}Ą'KSyX! ':5޹GIe^C5,./V'_D2aF3v~T;7U@ȳ-*H:-[mC@Ś V EF,k,?L]gAC~z4l4 SaM[hS`>jw_ <]+{ክBnRH*'R(G+dJw_3YP,n^AVӹ|Q4Kx-vtCVNNok▭ 6 eVُ u{2߬$^}<>eFc0p+)W}5*Kr7;θV~cǷ#fwv&O9A+.R7C>Q[% kXh謒gpU' =Șb 3.PArlgm[%;5hr@ {4ɟǑ6NzuY[@ 0Kt7aЀu|){`ܩhYL@7Hy.Mj=RI1eT,|MB(%‹<cc,Uwx +;ԭc>Ndp|1߹c9 Ʊ| aJ!Fua[񠵌#.sBn>l&%XW6<$f+a1[cS90maxʍʮZA<V<<7=q&c$*VyA4Nnpd"><#-sSZV^yB8"J:;r$$VN3s`TkҾ=+ eگ`eى3}H'ݍPQLzb_++ Vk:m̠ >{V}{ZKe,d(pzgNT{SWKJ#ͰZ>"[_,"noN/+*150=xªVT 8ds`ssT, myU\Kd=ۡD↨Z Zs#A:t %'$reuyt'JJf*#!^5^Guc 6ٍ$]J7ǵCF{y`-]%Kɓ e#c_*f/Us:;~n*"fXKb۷+]xr}[ՆFPXѤFGU) 5U!=qozp34&= _"&#HJI}ny,Ϻ$b,M"Di+Wm/Sヱ z2=<2uSc]NR ʑjc9ǖU̟:j6c*a_Խ6#P\ƃ$PfOVAVa6i ڏD!"JUq  E3J=PPh^SbWvmҧ|I/0 >Y>eV7j^ }78^ T 0|أ2^RVW(s\ڬj(7i( fv譽{!"_7XVFLGJsIӹ4cr{k͍4UbжnT-Y~B}1N|@9f1I4ǚQ .@I,pT/=Pa'H -}wlPgMbXuz8 ]m.6'# 3jBD[ՔhnT/EVmUp@`|1Pѕe҂+2J]'G [?Z<)!Ethݧ(PgB헳yZK0EusDNg}5,=?UM3TPy |šsï*6ͭn~v>%).t}L4.v}i1G*^dYkbB赎''`&.p~d&Bf!7툅}>xOr6NJ;Ҁ4_ڏștV@!”ڡPdg\(%b`5a'0,ψ8XGaN#֧&˳Irzm\Zwy; k2љ@4 q\2!w3kzy XɝE+mRyp!$ac's5݇ V =mdVȁvц17tT{ v5Susخ@5# tq&ǃI9)&UO_TCdةo,,́`RۨwtΓ<+xyZb+E|ZG  ֵ?Mv{u1x!e>gmޜ}mm&DzR\KOO6jGr2jW6,n%6^ Ц?a a!ڗKfrۋ3g㍫@>'C0 gqa.7kaNcHg}vaTF\0nFL%`lr8,BVLJ.Q%գ 7$I_s&egjv'<`=kPs|tySA:}D5tW| U J3IGg?@r~3 LmDE/ *ܱ´XԊ@ hi`C*k^W"g-~T~c1Zj]Ed $`nv$6KN9m~ejջөkANtcdGYH.k.)~)jgZbA:v4y(єpM x Ӌ+& Y/P'H<ˮu%tR,g +k6L$Ya]FPK kbDP‡ge A+\UeoHlbX~. v:;CK -M@sM{,Fʒ9/,ұ]jOT\|f9H\˫Xv"0w>!M*=qL 5A4L~P4ȇ,IqOVFPZU9 ڙqߖ#;L{ F!K JntB Srx|͢kzqK^ՒΏxeAaT,:tf zߤXѵǖE;GXK5e&n-?|9#kZpWy5z]h *lV&zjg#)ܘ-TVg@9 zS&()rϿ 07_0W휓Ѯ>HI֠a!=CO:Bod)A/I[Y8SKk<^hOr⏜ N\!y96 E:%%(& (˓p>`)z  ϖK~Nv ÖZ"vd P*"mRɻ D]RPlx򼌃HkX1> _c#F 7 Ķ욊w/Syygyi۞iS75\osl=i.([p=CbR=LTv71K{wEO.7PrH62C yTF-Jx$RCuly! KHjc lG L˔Bͽ,pqPԆ*A y軙o;[y/gf2t;z]]:P;qQ9Ar !JHHiݯ& ҥXJ:PÇ B'IRqZ78h8Jfc\T7o9 "M7QcJ `KlI&:K`AE{,S7I<YI]F|nBVW/W:j@sO%!\/03R"Dg\S/ۥ'TucɲE=/S [G<\J+ςEPepJx!.L'$N| H|0͒3jU!obA.LA헯HPSn\42vG.wT>)R+Bv#Fg`ps}ڦ{SzQI 3H.Y8yn6OVzDY"AHr颶1qNЎsW]a{ҺV?F[*U4md8<Ãbrg-w>I/?sfF9f3WlNo3uX_ YqzZ 7` h8tzإ1 P &ucyÔx"_{ u*k..UzN叭^Xa?Ѷ-no0h !?DƐ_gB8NUҌwFf-ڗl%6>._cb$2]>xupɳR|z$Fa6'EvZD߶g(ZIL>('b:(SuPZ,xʉp0Soi9a_v/[X)9فm1crg `@I5j=yj_t?FG'Phƛ:xއ^ynl9Ϛ!p֑yv2N-t^ûR<ȬE[.e\n-C3M۝p/ Qضi{{;clI4~6[ltׁaJr!so -ubu | Aګ)>*Z -NKTzp]:݌FXѭ,W%lpyK#ɢZ\:+5<Ԉ/p"sɧ\5!WRq5r01gLL^N;u9)n z[5SLly=z8ꝱ`G=eW(-<-(AsZ2zv*+_ԩRm!LO ic6#h 0%0LW%;ɨŀR7y.TTsq]jtN>{B.f7$Wۧwk;+]FvyAOEaDDϪ/b;<)Wo>g:}d 8lKExGXJ3d'ւPw6(jŧ?u蚹ǥP?ԠU/DVcPה,F"MUi _1\m-`EK8iB2(#(y﷪'$ڮh~@`19sf'*~7ȉ&:.dHG@lKߖ\>sy GÒ%g?=qjWҡn@ o= n PiD=\N)\?F^ '>Xn3]]`Z ȶ~1go;&鮻ݺR ϙ@ ѪEݾs5O!w GYh貉v-mq8Zee 0鮀/ڌ~ԓoYvNu &V{l o`?> h^h;mކ%h>hA؀>̌!/G.Fp2*{S,R& E0k:A">v0 T L>~OS(c7rȖ )RUun/3;L F Fćq ůO9W_UOCøOCU6%3Yvs3hhH&yyD۰ڀXP ?>Gx DWڱЊ1h/:3{ܤd[]@7rH! dyeD#Π^2Z(*cw?Uw-U6auTxcc㘚A SմB]\/IdbX(+/V2UK7+@SΦ7]!7oB 8ٜ %Gdk;usˠ Ţ>>{5Fdjj4٥h6X)|Nhjxa>90{3JŠUGx`!UDN,QHF,ꀂB NT7U]**j#1qqSCeEgטTS}ᧈ(i8.UnyNx<=s~m7hƐ.JfMWJK2ы#$l#23H,:(z %}2B|YØ5R[}~ֶvBqńʯՎ<֙ uO5%SJU5/Ǜ* J!HOyP [}(xO>tnoNOdw":e7.ʫĮ;9J}nKUK $L=bڋCͬ9. ₶eeGV\y-1}0ZRFFb(h+Nʋ^iz+1v(HT?0H,g9?ʚ!hY-(TE29`;B<Ji;>҈" AՔ.I}+9.,0ǖJվi=O:|['*Ȝ${SZqhk['7snD0Ml;1 #NPk+ap`& 0@}\VNc!v,|M{@wX{i*ΣZ,,Bb>5jpnZ?W_8`Tg,.{*QU#e]WVQ0 h-0p {.Mu=i%|5mT%TGMKoiu=&Kg{}.+Tp{v!3 am+/L nN:sNW^j/[cdho*n}"}cSu_n/$TgMuUɶ1'#ԚF\##R|)Qʳ~$\ JgD HA5D|_wsv }ӷV_!_Ń:3CÂӾ:`9w>%{KH]^6ܯ}Kj7k)";dX ۢ ig.ޱ|y /4Μw6ö;"zv4ycŷgY;IN낁Ò-j#Ņ' $4u ˴[RYD-6d.C'Ed{j|tߋj藫2\!YӁim=ԶqLu K;%cAp,C1Jvs-or-;1I(xF+Kv]-~scezת[E*!#B"y{eb%/zX7Qv xT QF&ƐbGag^{Z,pY[oN? sDf"*X @{0Cq27;XVE:6L_iXD/Um.N>C^aH6 8o]gE<\+NX|#iGUF$yW0;J]rxДs|m_ >ed2Bsr z81!y=It2Q0 Am Q-@}QGYt$ 2,P|'[;=b[ -$kl@-'4ȭxdZm`cf;-Qrxވ 3M+Ԇ-i$MrB Y5%]]Y-M9LKC@SӛPeKʑ7=90rI5؀/UZ (xߵ3"sq-T ʗ8HwضFȫ ;Hf_Wd5LzYz>ۦLY铻Ӆ? Rb~ÐhQ: Β^cn7ʑu?X-YלM=r1u!qq/8 F LR؋BWd!䌧^YVPBF0(ï6S5@m7C`^6|6ج1,hy#(ܞM&[#`Q ۪`vB7ם,Ky>h|DH-(ȏq?A<:]uC`^A/_wEЯsݸjUq6߯K 91tA ^wk{*6KOT`6)(̟ͥR6 ؕ.nn Li}*2Fnn!ȓu`'$18[tMTm5Od< H}=Z-75IMȯ)1c=PɇˍR_Z˴/GjC6\Ԙ;rW(&Vm7^VyO`1ʎ4O 0.qRuUHK[O5$4>[k*d`T_ qgc=QҼJUʼnMpy~(.rt0*+\XG1 BD`d*ՔrOeP?,Bˮ?o3 _19mFCRB̲.DU77bS8J`eG@z$m'LM a&NbV4Ǟ^y?"d'Pˏ{KMΣ o fh <<>WݛwayRE^ \) :/re!%1X7\ɇh [ׂ't&$:pXKM%`/B?&Gs8nŲHj gCBZ9CND&O{)f}(Alb`N4x tn,s(6lm,T*c$W"7-eJ 9r0x r('j=&;H[h_¿㼎J6R%?J%J2@pRY7gXE? u4b)Dol>}݃9)FUlz͠o\hZ6kg?%U+\m?lQImV;ת#?p,^b6="-}APNXMQ+3 '|{G<ԥ:+@VVrYnAH-?~'?HU2REh,?1Kp Owgw ʜj8bwa)c}0~R]$٘m.|I`%zl޴̜qXy3B[QS&qհ .Wd-w LGD \ f妱:I%P6حVҠym9!WP:sIrW >~"xWT5.X} h t^+$>N2tv+LʨgU=T wѩ-e$%(n&Z}њX62H&p;Om`CďCPƂJ0jRǹl5LǂoՠKQ{ě ^8~}ZQOpfHR5ͮV D/1Z~h^793K#kD7.aҶ ,aC~- ,'3WФ$*, 0kٛeZ+`}Y0MAf2,רRqǸtSpY]|-q~zzCk?9eֆ/ҲS NK颀b<R#sb7CT䃢nL&]m 1T4}@q&= EhEΗ6itpҷ]\cbsm~({U " չF֒ڰ.WY İ"ϳ]v k+amCl+V KDפL_Aާ9 y߇򟹟ztU:RDZ]"5l{ ^ _;iy}-sNWWOjeىlZn: >%Yi~`dEj;qjXnRrbm i-tr[Jdd;VG^(9n>d(8a2> L.I06%R+dIV44jgl ѷ -#´y#k^u`d,R ab7g0L+툘#Zտ˟/B~Chp De~$H!չ? >H %4BZɔԧR \: yUmxïm=!e(w#E'5)2w)v7LJ(2䶋` B3,j{&exL3^.E &z!J= oWe俢A{guy/m z07Ê@RdݟŇaカ^VfNq ڒ8i\~Œ5w"uMFϮt&a}#œ} FGzGe}~rwzhPB)=ҽZȳV@+vbwt|wDBt齼7]ٙQdXEVutv@LbڇXc?c/spr7kqB%N+u`fXն/j[ZoD4%022"?Exw]'iHNXlO'7w b@ӈt\.Ȧ\-V m$> ?GN5z!(hyicbMqdK2$/)O )ɿl6ͭj} =|@RK퉵kݹ&z?}묍5 pwD)ioϜnDɚ:֐xgE~ iYhjpR&Vhqq,%މe@'hJ#' "ѢG >+CyR " zGl \쉿q:fA[@|pϩJPȻmF~63_g"h$ccw7ӝE̷Q;9>eЦba;PnNE7_- 67:B絬XW')Y'.]J( #hV&dh "&>'`AdgRîy0/zvIPYz2|ф*By d8F4(Ɇde Dtzj%7S RU,ѿ kjPe='5g]IѠYQw^RIR_?],a'$ؼ4&J;.i9 $KzĶI̔.A#!2C hn΂|݀I~Ak P1aQ7<#¸Ӊ Z^۷bp[_/F0甀Tc*^;VkDM-2ô[؜3s.E%(!>Ҷ4%Fz@!(KI ɉtxNAT.1:JWe#0ͺ[dF f >X'ELsnE׏aŎ],wTȰ!Ogz+w-Kj o+\=)F{FXMwvGM mX"}j6Ӌ>ΰ4>E:$aiߣ$VL0Q(v9Jz+GcoVkN>(r*HKr0(3P5;+񂛛6XOeQNy2b]o!SvVcvJTK¥V!ʴΘV#k_h?ε,vkaliG 37]e8&"SA3h`z!zx6MC`kؗN$͞1Nz-PCjI^w7Iҗ'x7yf޴ U4Y´e͝k2{:PG.Zҳج4mTxXpDEml8nuJaC~@5F-Y1Na\4\ۭ(-8B0Rsu3mo&jNVo= R,EJ1w~<zaEC.L;h4sVbh`sai #/wlGw 'lR{E, 6: NȒK-B)H!cq7Q͒[ ЍUR(G\x X.8}b&uKN΋0+kI0πf0Z7Ƶ wۂ+gA;m GՈDz'X(@ccMt=P c+_.Ǜ(ɜ3pZ?9Ma䛂 CI+bAInyP|x ML QI70+HT֣7+Yk;Lrax\V# ;oK:V >J߼Y0HỔ>"!Ces]%vOZM`B8B|}!B7zc@ Ğ;$nW [͟ PKh%oΏXŠeߞ`jj_&OZ)d4"(,&;s,|X1H$=V4װ8i|}!5C.(\O3 }k\U8jl}0yw\5=LR˫,s{%h(Pi-S:4 [ Dq`-utƧz'iIo;eJPtԳBL][;,]IN)mxzf/A}2? _ %׬V}g1Z4/?={T,v ѸAL<s kx _ZHTwb_=={}_ Ht}WĪYRXLy\&쟃rm7_Ɖj ŝlҔmM߰Ab, ﰖ[h;[V[Uq]m1@R\SǤOuH[Yl\{<1n~#%w$ˌsudWQ3%AMzEԀӧˤpg4D_ (1᧳>& 3YkвXȷDT0GC2DdUWP$ǜHR~uʺE $x6s:3>Z~a7?ZJd4 }*ϲL`j>vtn=`*W c[±ݖwSx^;iO!wQ_Wl:Wc3%ǃ ˅Cpo>73c]ZTo=Ub_ 0lfv/>VXF6OG8Ie j el/H,e;PBAORw+Q|Z$$tWܼECo'hjPi4*r0Ϣy6X nm_r} ŏX}AP[>oؖQ' +@Əa6dLepW03]`\Sh3PSۨ-2tmVE=9u~A?'F:}+xwc0$ u|FB4P*o 傤ku nŲwYm ?H(Z\LF" 5+fAsP?:XQyjtוD P(s h:7T[uy]Xa_& ;Cɛ2+W 7 M!ժRBɊ' ᎹeOsu8:Ih`ga, ; \NR%xN D !&P).Z>d1+Z[:7)6R۪l]lU )dmO[$"폒%Ү-cw@\K.(XD_=A k򚽧~6eB1Jc|}.bgh`4Frׇz?\*0T+L?tFF91YF\h!q,%ˑ3gf%:S _`?g|;avq˜@p6ĵIGÁ*$vMl1yyݐi9s(]5}cX$肏2x:0Ag<8uKq)ݤrp P'3; ;ǚiG Â% `wG̏1򐹙^bwwhR#Ejbي (o;1l2<EKi!F\ i&"v`h\`FG 2s׺ԢK%GBj.MQÿzݥ,sA0v™IY筞tO6kNǀP 3-i5Y=0.c/6#ߞF}50~&5}b:]AD_QUGAS.F{ 0PV3PlVMe}sU1tMDk:(x t2jU'%#'q)peHfZ>BMeJD@kg~Z=M$B"|-Ѷ#`ZUQ;B>=|ÛՍ˴Vyw7I`F_ Rą>LZA=xƬ }@J|s^k) `IYe]UĠ.⧞h .TVN˔(?K4mK&4 98k=6cȄUg *Ms{#C}f*}D0{:1Hu#4[ֺ}6 a0 qURP 8vqyLe@j6 \%Lcߡ E$3L< gﲟ^]M(1o#tE0;xBwl'l\GW[}W8[5^쓀6)+S'$B^%)xjX1QQq2cޥR8U50Ez,N+V'.ϴ-v5)mXsrPwHwWʹt? Xj;:x$2IC[j/L|J=S+gL fFhY_q:E-cQ#SU|Ah08u2ӒO6#7"=ͤk`*N2Orصꁰc[)N+2\wtI );sjO}nHfA O8 r$r6l؟ UvşR\L]`1e-3=E!RA?"PX/:nb|b;tjJ(3̘-RstYm2"H~*qUtj"nBy0!*GT'gJT(}/r ?Dziv%fXR@ CwdSa#j1iՠGF{:/eFV gdLF:g6Cu)`W^DdI|L. o$~hZ]R /Gb缒vf4 JfIbI*<ÝlYv!AYƓOR_sIm"O.3@r ñf~%pU|Æ4. PS{خLd21TO.N1[#pW=AI(vM2霨$>DQρν!K|S3oջ,<9rX'IbK&A#B̌y`R8אV\aٌ3; }:\u㨋'V^$="-3"[ctF:O)i fG$Pq[C9S7$;Y6 FU<E[zM3C+&'M+ƾ QYhg 0"ƻo<+J@zɄV"<`KyJW!tY gw'H&XrÁm:hK#xց&<4ҚR$.s1i\w&b` *vLj*](O X.ư(C0QH2V[Iەu`5>Әʪ" :˕޶bNK"< [F:zܸG1b"z8l1"|g}mҋ|4PĢC=ƻ̸C Y` []Ň97]xuC'Ⱥ '~r 2B֣&o֋edjwz ku?, е:uH0;*Qj?Oj)9rst{3ߙ!NT|`ӂAŢcܣè֧G!3^z}đ ` PpUN mi~7ĺ5ψC Lv "/ŭºy,̮fAd`h%f\fAHX?Ew´ĺ"{ ,ew{_h/ (21Ғا#S,asY'&X>#eeF*=g`l&F\RܭWDjW^xSٸoPgomE~.tׯ*fҹ]ٛnG++d!9vGo{;f*]6wZ>OU diE?;7Sk2 \=0<)[Fu٢ )_AN85.)27O8PwC&Dn:)"Q@RTYX ߌu.>դ;RbR#dA:F&¼qkCj&@\5:Fގά)\7 " g'lx~ygO[Hr9F$6 h,ktS^z$`8a9/99+m%SP&Her^nZx ETX8I8[q5!qD|uE:f2)aiS<ւ^o+ 4YƬQ{v$oiZ!,V/kK;IęzCwD`ٯ-õ\~ i%ٷUYObu_6r+ *kT:x+Wn)+Qr9)[@ |kaRLsД-gʺы[[TfŽlJsR^ є_ߚɛ";4$c9?kdВ3XЖekI ^ۯԧ)ø͇rb-LhM13LDEqXpT͗ḳqoܨW|Qb\2aSY!dj& Rru0l jv?X1<#Xֆ4)Gg/Y'E>el4PǩWOhT |?YI TژGb j*W֖X19gD>dS)r'ZY7@fpܨGmQƖPQ{뷉FxlAOAMݴ2F$Bz " 5 %,) ܖ/oؽMl-H=ʺ&o>>.sjv&'9dHݳHT3C5 Fk[8>SĔw!ӊoWQxpLYOs=➫|ms[ (+q-W,{VW܎ W=ǟ(W}5t!!},eY'l,&w}֎J<~L{),`n$|G#Y tĘπ<63$˲nk/5ו}-s~}1xzrj^Q* 8"y>hQuЋ̖fفkJ!aⱁd@tN,&":򡳸 \-(pOK~꽙j5XJ8m+nr!Ev.7gB.}%l.r0e@$EaI/qNiYff-Pp?䕑;-/0GNqhLÑ@%ٲ4}YD[iaY.hdD0nNb@DErxh}? -ehoA^hTﮎ*Wcqj`싄*:_]6Nr("GJQnt$eìϙVKgJWםXL32HC[Td]{(#!?S@0*Vj/+֬} HUj#]>kI5TP>~9Hbt!kƨ8|xzh/mhbv^G~S!ˈCT63Y_tTU UK콭]P bN 0O R~p,Z 2-ynOAXAh0gթuiRwy܁Ht6vn&; b QKr}؏D4' `c$D*k`-drI$Dobr2)F 9[ ~S:C@#jzP*y4 ڻ#mơc_re(l?a$qzۗ uMlLJ/6,\{#feM=5XUTIjrOf~^sE:tl{O)gݷt7 `vb!qnh OowtLu"q+nK%jޜ.laJa DQ;'qfɾ?~[qr<].||y2$H(d-%iϽ`H}nYP9-DN!k"vVQu1&4bh٭z4@0j*6&69qf +o}QL9cW˩`Q 5ۣu׶s{2<{dMN?0|1Y1|O.*}AGgZ`o'~AlT˓Y[:VQ $\m;yI|~g,աV e6VMt  yS-":pj E,,CCf>J{A7.U^k`j7dQG;}K,+v!Ux^$YRŤ5XD"7s\H]|o%8 :'`0Zh/w1jhv۶F"o6̈#s?MY-^u&mT1?Զ}kJ|'eG޿XCq F07 ADm2v'-=QաqW<$ְegӸ+b.ԸleNu3*V6Xj{=qmv|0,ᱬ=ʺ:9:rCK!X_C^E-Oߧx7Vd'#ܹ 2Ҟ)o=1\KKXZdyVv˫%-V<fŝI>46<.ÁԚ!l/{PjZ z3#~D i>Fɑ<4T6vzbݢh܌S,-!%@ʖ,s㫰; <$VU/[_/`\Cv-MtL(- Ȃsh, ZUiao4LrzQyك,NW/1rR>IٛER\ qà8 GKOSy3zjK0G'rվ`)izGs<r[YO5m/~i6, 34϶ y:kwtpƄ~хsR]gZB¼AX]"U[ |{|Z JI&Si(1(F"ՐN@T!aS]G$P{r6&a''?fz_ZPyw5;9wտX)t+3f{*pꗕtWA3Ń %W4.he0py)S h--j?Yd% jUyW8 IJ.DG=98d}T8Wp48}/wzXUx"}nJPRLA82COǮ|@0uDwKL#5xY낱W <ׇ햽DWWB3E{){MnT"U_2۝w'J3ls^E.S!mAFf3_2֊cpzab`}alUtV 6wRJFg;Av7/F :5Eۻ OXK瓈DRm''\ "=CGdҪUVJԪh MYUD`B PrcFA4"CN7 lׄihgv%emNgW(\@E=9/̖AαbɴZg+)(1HUs7džo|I@Xi=ynw|ܒ\s.(\#HIcju#$@s,w^8yy E*OӏMq?撄uyߺ" = =髰,?i 3Z!v7g P(Z`=JGߪ0tJ Ck F}`;>o#Sƛl!޼e8p)Fi ڦ]X~eBv)mh3,#qƺ̱,$̩!Y'1 .y5/Cv2(NSnKtFaXՊNM˕sdZ8_Y'g&@_AE[?k&Z=ժA\*ձ؆F~ M#.H| nXB1XͿإ N;݇,BRՕB!Qs3 K3,}ʥ@w'vtN'1*8A;D&gRJ ,A1@~2C~ԙڴK"bhM85ԑc9;~q6S@W5v#NxԪe0 L\Gf );(.<AIakq'F"L,7VQ}DkXvj$[6".#fJw=qMsD/^1| /xSl9؊ŌM p ML',!FSdH FXOsH/zeKx嚇Vk޸ am<|㴏<ݞ'p!V@OI$QHݨ} ~{Ca^%p+iX^O4;.KpSZ)W,nΥ|\IqW;nCꀔ~寧A+@h kH|˸5cb"$ku t2w EnTyӄMW4c$&ِ@)پ:Dmm:ynv ~bхp| q:oBMvNyι'! VYߚ u(@x&}LW*ܵ9Q/<ß+W7 zM4eD'\@W>00j3Aiŵݘ$Sxrx'vgCU96f8پ}-/41ý~̶QEӹL'XgfԨo qa:"Jdclㇵ)aUP~џՇqӘ]='A͊j*c.=#ʨ1_՛:a0EYyӼF Sfl 7C@YJs|p m2;|]3,Ǎ c-[a|NV-d 6xav?Aj]N' -EM#FN 9ʲd$wp8p=ʤ/OyT[ͮr0z@V>m1u udV(3Хl.[wRO !,mqV걗Aj4X __ڟ5YG.򹍺ohѮ B*v`Z^NâoF yyE4T6M*l&juQj$v6˱ͣ*$;>o//X]j2 _/-] 1z,I6S(+H@flⱟv:s0Ts߻)NXz]O#:Tm hVF 6cۅR*ov'>yeАa~b N5heJIG-n w-2M0A,!̡0Jt(ȡA#fM&Eagͩ'"b]Ń[F3h5+uP*?m89>t0 ́PDip"emo!FA>RgLtDk:dq$EKwGt G}8nUt+ p"M//fzQmth[/ m_E yCDhJ^:sh-eG }Ϣ_uR țM˦-hsWم'Z0'u2S7V=؏,J6*u"ω@lX ˏ,;~d[B I^Nm=dm ]̒`Fq?>klmү֔>{ڹ=a U_ז-mSr)U%&>똒xgAV#pdTO]X"t#wAkE嗖xf^Ec\4?W:ʱl(ܢU>>)YQzCۮnʮ$OLJ R= q\sA>_z tm9V:j9| AKDs/v4ąI.2~Z@ s!XMj/"zpaZ$ 4:{NAk4|O+T-mb'b7FѥPሼqʘ쵡crh 5qw<._yIGsWZEI 3}:l-Yk#[P )1Hq˒S@"3188jR ce_vpb.=0R~/*WXZqC*lpiD#Nh[vؤlH'vyirTy[89tJ P(26lnHO]3t^aGhޅRμhzGNsV/KQY4m@. .楣ρ:THh{*蘼JAFxK| j_gv  g ״R {ίG={եE4n#4u0wnk3DbS-#yK~c(qۘ ְ$5S:j`>Ţ.'E2-mo<4z]+< 2וq:cG~2;=O`ݨ'DP'%ΘLFf''@Yš&q<` ߞ#n~nji&#-c.  ξ' ](l cOn]\^ch.H#% r> iB͞hfMYqMO`Ux{#Ml|3{D05ى TJKK jlF5zWLw^1ōP}DRG'+?e#WN@RB JPqq]j9,iM;I/? 5{gg&!9e%{9)jS*+CAP%+qn(>qeNwSlijCӊf~I1Cq(b`w7z.!Rqiw@2`U!쇬1D[89;V)\F_!LRIR"VeTp-˃IcإU7yEt.h~?=NnAYS)vz]Bj%_@)K iC60{MfsM7-l`$򣦅5|9Fg lIo8V @UȊ 2̛13!%'f$Z'YSӌ-fg{ |X;w]^K5ԃ3f %?PUS9[Y[?hwxX y? yd"ێ qtJ6`LT܋d)ɵ!p~%sd"m]T;.@X<jkRBG%dͥտ%W)%E(~fpc:AKh, exi) P̑ BXm!%LѓPdt4Q{ W?;h,ѓ]<^)Pu"7@9\#D)@O$-^ En"߱~[|iIiCi^#ӡ3c2W&t)t<YW<̯YEz۫sw 7n3&_3O0'i((0V*AI?E5|+ +mnOI5|| ۰9i-z~X=bh.w C9,0KޜSިթp *{ @߸Œmrg;n cؒ}h|(_ٰ F#9ߠ`"::N[5 ~mKz׸{{/?<?$ʷc7=.yOBSX "F=ܔyTfzXvYΥM0m9i ]R*k tM m0f'QO0^O^ksHeFR+8w))+I4L3T,_2QULJVV#SvQ4—や,RqYg`~:*;[‚bvV1IϙF{KPTl)&T7.ۼ^*3[tg-8 4-:?XHE:cFAF+(vs"C:_45'{<[pf:;YcK_pǾrSPpL ~^a_Мa4MzU@e0ҧ Bx#$V&K}O3N.i.G[Q/Klgz)Iߩ},v)ry\^^XYGx B͹5ޘZ`u yxp**xldH=ҵ{ʲd۠Vda"ote$xe &6εTV 2Y}D8x dPT`0{…Erlt맫M3bFh0Zk>h$ jG.I{(IDa֒{_#Vd19&,tl-mg7җXI$B/~cƲ:7 5XSƀeE2it+Oi*x7kZ%.R$aB,HN7(e,dL v>ESܐ[ ;n.{qn}/<"1t.G M'kI,8ؽ@B]AnlU]N ˆz\\3: I rumʈU,S/sNBtzeH*QRP2qaۉw.h> 7Љ;+rxA{n!I+;rf&"LLI,i3Ti/ܠ+f?Ne5oUcװ`c=I wA(vXI5xq^EK; ~cȠGR)ά~a Tz**0Y4=a ᓨO+I ~* VI#y_wE\M09s{6 >~z@7Ӈ (SFD,UL46luh<e @0ppv@˚PCPFg3 et}[cY8{|$R *嬴o.+P>̋.`!u Abו'QÊK|21&N5χX *&lo%?ʸ=(N5: ־k3k B;:\ưK@xN*%4챷:z Ti: 9q0/_=oPR4@CaE107sS‡^AyqOQKcCK:LPTv]B[ 0IE&(; (1}Zkbi [['9*5>h2ֱ9t.7ݗ@i̤7q|Z#iVTBڼmgo VYo ދ:I) r!'ɼd~E1w;ʅ&ǃk]-> GV_|Akx:!@Fb@}ù#@[12C Ymiv^yF5#[\[hH]DoAqq&D]/qTtP6|U<بa;\6Zi-o+8D{Ѷ {*V% ׼e=EN1߽GGֺLw,gr /S+!?0$m`yVZ">}vTFK,l)߂`S>1*k/p=ƠDr`ɤ9Z!9qSW|X!w뮻%2ߺY3Rf1k;;&$A0UV-xK}ZE[c>v|ڍ˰L[Sպ{Q=x^922u_5p-_Ns@gth<״lk]&Ҝ֓vҶh-ǣJ u?g+h̨])!LN7MX =S)VA`ܗgr܍#Iu4~&|8M;o`D G v8s_Q ɱbCk\:(|a.U4X4JDߋ0dT`2V6/KpdcÝB!.>;{D,QX׬b+S,@:+"lNj/[>54h0QYXv)`%}'4[=''C@(]t͟C D~G KyJ''?<M~Ϲ$p]+1s'9Aw-lt܄[Ti3sMs(flꞺRpHI.LV_@캙G:s/FLFXi _bUF1m &bEz;?*m (7 Oprtm, `!Jj(-'tFyi ?F 0>qqs"KobQgo+Btp0)j7Q۲e6W"Xn @U˵$lR.2p=f.`cC ?Y}k/tae1mwgb NM$k%kB1(5ތ;HܾlإEQO%ǻ SwLFػt%'tuȭyТAGQ |n";JM3F XcGxk" ֆML~bF>{{5螲U恨'\HD 9Q\4>M7zvM=!n֙/I3&x\YYN?D GR #Pch'8nX[YI$!)WF]ɐy V4YPӨy}`nh4!"U ǡ<,j.JM w+<[cf?]Wy_o>3RuF4`~'ρ u5ܘ- Bsdz+ư6O VU9=P8u9ȡUb]ItD~ F00`]Z~>]VHdfS&\g:VFWF~`v,.+ykqHڗo G0~ʦ8u .HY\$ {z 6>;>(BX8[_@8>5?UUWW Ԑ |S!G+| :}oNv9br||$m`] ƼFjI^!) ns=<˺M1oi`εk~"޲ӛ R Zs3t F+*@atVl7"O0QK#*dc?}&X{Yp.RU@ue]ގ:E2m|VCٝkOjb4(*A$f_GRǺixb#9"Vo;'B< ҇rH$~eѽv*YrMΤKsxŌRlăz j ͎xpsCi=wK6Գ$N~DizT˅){mR)DY'OjdR4ͩrEP,f} n6}Pg|D[I(czg9^{ a1WM"m+B݀1kALd=~5EqKۘLA%?e%[RX*v%vxh=6BCd %2N2qT pbtUj;SD1d.:>^ZAm`+RzթIB] q+^+t_<>]2e=؎<>pxL#RbW=/q]S9` _n݉<`VX(z.ATG :W+qc;!|Nw=ЈǗ*Ĉ8TjK**CDŏN߉̞Fql;bKMed18y,"k5= &WM(6?.T',%f*ERiFŒ38x@/[&tv Xga@՜Os@,LKX5+E ;־ddiYցAMջ Uųi[9Ʈ́ ۝x+zaPjܻB}@X a;1 hXD; BGL޲f&,M|-82C$ц.-)qx :w0fe׵"-amϥChg%Hlal ZGlWVC~lyh\:QH)$S09Ȫn^EQM(٥ƶdXOFѩw҆܉Z$+.~xӭ;(YԭFyGX{]E}^ࢊ $qgoˆxGb_ԉ\8thGVr}޾+u u٭e/ W4$|wP J"~3S<@UVQ[^i4h Ƨc:9[b|$2 @OC jE^mcshO3D,^iuS .,[뚥ku}J'e^aFMWfsHIB?+-Yօ( UȾcTʠmns:%) #ȬLL4Q5PYȕ,C10I&$8-yfX=ʌb5 (h7\WoE5;RqP:PzTBH{jdu2,<9 nscYMu0IO-au __j$7+'1x-"Jעյ(`6`;.҇XIQ9Lq,ȢS#3,x"/8aL5 TZgs(;k^Thި~+rj#oe69ml驌tc0NW4n1+}HWtO6}&%127}GjQ׽n~EIvQ*4 *%f|]01#1Ѩ('6}"cu=x^=žL x-/zo3^v 7Vq`U@4vv8{ <[}V(]ݥ@Ka8n -G[2ˈ\n hEu)+^臵R  QJەpZ!Bocxxǿ2lS&8pAfX9olEH{ĸm䞍E] Gx.?Q.v6gzq1GO# pL1vP_ԕOxӒ64蚽+мԭ-ԋxDc·hІK'HT;7ISTWM(eq\M= q9[lЦ|{kz̺ŀ/=WN´W Wyc@:uЕV:.Cb\/})k@ۖŅp>* %61ϐ;9SGORGjcj^L. ?%o7r*oN3P̮Rg/q׀ e %Mcc\{jwϪ"Z1)0@m`" |,\Vb0qˑ]HyCW'5̙֡'[ONlGDh? Gg~?mi8٩D",OJڍ~Mo0@[kEbT㏆Q(Yc9&)V Stm/m1+OBӨ BM9ӔGok2HGs]?c:d0_zrB&7unBv# KAӒqs@ꜪX[lkr/Y5|Qkt 6XfƑ3Ͱ)+YbY :CkC&\sƋab*}7ӕ?rSN@>0@S&m6,] 1Z`2 ƋfX0)2]&jjDhӮr#3LI`gKmx0:!CDСpL0k}wžØPZ3ì/¶`6 L^}ˀacDbI&^g)Y'37T}d lPO-U'9Mp'o(+ݔn^qTr3h{iteƩD:,7T/߭՜v̍'YȖ!z!mb+9ɲy&c!3 eIŌ#f;Ŗ moaW:y?or?(*I聑k.Ǯ]| .~30 8>`ΆLѽxfڿ%. Hy0A ߯K kd61q3^,2'D#BYIR$l=F OBخ1Qhk8@]T8+G9uK;W3v F&*쬸a 9$4~ kwoF9\۠;PFx.)mځtaA :2؛d+88X8dvXZҖF=c o+2$6W#Eve&4UG v n1|A4÷ڷ(`rPt,*F:'v(n!WgD@۲=-YH݀\u@^;,3$ݒlN߂Si!\"''[$Fa`1VjK0_<~)Cy&]YF2(?k~6RHŬCpL,]2`gs ia>R{:$+4oꖳ̣Vmt\7Dlެ|Ilm*`CS)_!uB{ @g3}|;\7.'MFVJSw%hBH lnnF 4 -|^(f|8ޏ(ҿ1,G@~*3D҃RuwJBd$gvD;R/zDNP 4v+X7/F9D(k MSug""žJYvV)vCDż8(B#ULRjӧZ?W.<]0 VNxhJ^ 7^fXSLm WG9>@Pi|\پS ~vbw N-3 ?#ZH^n*_`-^Sh?@j˰@ r4l[EԶ|#~nPk }xo#\JE.2ÛlAjvN {PǍAkv!hjvf C4"vL]uH1P#DvQN ܳؑDG^IbP΀9a6G [kD 9hg8kS >.™G(9gKDG2'"kpɯ=>;\'9DN02WHsݚBVmjǜ7\k 8f{puZy&/@5Q!o]e썒Z _Q;+pz{@y?Ta1U^#Qh%Wr)D č5$N@1: Kt::`>R6^儙Wx`yWoҖR^]XFD9(I9-vA"w(x~+ 'Y$iFÄk dromW=`a-%\S {l"LMd$*j0At9YU R@:ڢ4s+lMA%Ďytbc;nBjrn<P:0i6CIo+*j:c"׻F2X]Q\vL5vz6v\Yz+%2TE^~[sEh$dkٿ#bV{#U&g\az ф= s M%'sBݙ7 шj!:gݩͮ+o3w1 Ti,j|I/@3׼Yfng8q{Ӏg̈E1x&r\ X4;ʚ|ΣX[\RrUM#iPQS[rps[?Pr¢ %n᡹A-uiBR3"'t~O4E0Ek1@"jx /DJ%m6:p hRo-<WjېcXMtb!*‘Nbz:3HJde~޿Lַ؎eFUF!ό*( +Ŧ>~ d@U^96%r-i'O:7oO]~_tg:*PmY'Yxta8i+3&7̾++ ?<;2:1azSrXɔFys ݕ3XO7sl 2Kͭ5/#A+mWu(s[r:Epuf41D#{n/nM_N:'Hf#{M'gcqkhB0$=s` 2CT; 4TGNBV!e}}\dop 7.+}3bq]5 ~Ǘ,NזˏN͆"^IsxG̀'6<x_VC}G~|}c0~y;Zi+ƴ1B36]fo1AڼʵCؚ(cBKܙC1|5T %c`E{vXl~jI weͭg=&yE95Ճd`E>Y6f 9 tt,m@D0@0krn D..WQ~JTqHoHeQKjPϳw33MkFȵ'GQ4YT0٘zO#SaA!UKdl̈́x3scՕ 4!_b>ż]3mz0+-zvB2@C⵾(ힳ5Lʪs+A{_~lB"!2. $3l'~fC4*k=w ؄]^p~@!}fiZg]Է1W?($ Gj'RBW7>"Yn #͓D峈Y}`-`Zkg~G9P^|3셺RqLY\ =?ySYDnknTc.Ɯ{rSic "Z}!e_>-x1:|f'=O%1},*ď*̹V&ᦰ͸ٜ6huM2fM VjMϝr AMe+ a|r] <@wYE6=>Mkt4ye[8i1N>1 x0%VsBTy8ka0}Jkp[ 榾12EYL;x:;GNFTV#DA7$=PGH5F\u;$WM_# z!9p مM{ɳC^ _̰s, ]~f`7H,|KOaIi rTR0ݡ7k $N>0䒲AU/Q6q)w(:(yF:cnEa#Hz7!Ii3dSòaUƤ,SXjCmGɥc4C|p{ӽY7zC 83 vqApP Ǚ hMuѣ/s!]Or8|06)Zߋh@"\[o5E,he))+$Exnro \S~ 9?qM>(CTe|D> [<˗_|E_(;M͋f>6%vMEғbNYtbyϴD2~TM>g"Xyndѥ Y\W֢ f%|Hg'ׅFOxAœ|6p9v:&3 ¦/D^x+V:ƫ-''jvF ,?W?KQPľ\MJxņI>>6{7D^/*X.Rkf̵bAJbFSnPA7TO^=W[6F,׃ gWC^Wz O<Ѣ8/Icg1fj部`_1=(vYe5 &Lp~pImO-tLZ #(d1M8`M_Ep0È'ů,ZWERc vFs~5::op#ȇ$tΖ*z~zֲ;3Y\Z^'O xr,r.2 BF`f5];`&']ݴi,B@Vd/~E$Mˏ_gͩUvcA$: !+77.9jSd擠 8fWB)^}/Kuw/3A@Ǭ T\qZẀ0i<(s}ꂁ8Bl ;HP ⦙Q_/6*Te1>48|I!|A9qLS/ݞxa& 0{zx˼BSsg"?U y'6.K؊شƮnuJ!E~KDm돢+d,V|vr\ciΪy9*sGGJHQۊN~lȝ7@V4!7ՙ &2@&̞W~ӯ'ZXqo6-8Ygh]Aenzx21al5Bр2nBUr[ϱ@BX鰌a~Jζ|p3y[ g9 ӹaң af0 u62.fxكb0C *@sH=+&PpMiALxxuHx}tr-|L4&g5yZֲ\D}"xSQd* WD~iN5[Yh~ZVAvh@+ȾB Qᨄ%% @@~],Q:LY\ںWfq/3gSr{+n3ltRʇr~×= hq=DR Kl Ka?kuUM4J vW4|T>t)`g?7 s.&e:j>M՟=D>[)u&B(RUB@:4Y|O'?گy />j %|&^cL./io'mxk&b \@8{nM IpܘH]ߚZfn``)^V};x!6*- SЧ9#y5g_od6wѸ<G%EH20OV;g9 m0:Н֋OlTF_ByϧT;ZP3(z5޲z}6[vVŷf\khe\یk<\ͭXr2%,7`q@^կP=A\mٝcA"hQK/)fWv>NHN2oAQ .ӈ6$DܲhfQw"p+CB^(Xҙ8ZBԾ[j.Pz\_0I JSadN)^1 fO`[t#dW<-u '%FY7ܾwm*ӯp\h+@kK12F,C@3U DӅ%@ *b\-bJ4/>dhX^ Oo!cX\M;tFWl^zN❾+ t-,1յQv#8(i퓔-t|R{>HQDS]', ̈Y?̨9Љu#Q΃QTA") L QQfq:o|Z<Ŗ@gWu{ rW5 ~Q?$td}+[SԖό1I=oov*e 1tĚ+sU=辌1(o.QU$Hu7Wj? ^nCn#s{Up8(j 8YKq(s~?]`4̈6#]0XAZ3F2CR}V\{K`f']n#-rR[P^H|=R`n YQtp-a. = ",G#!( /!C}'t̿?fic lš ĿX'Z0.%gخ ͵fgp})2R$Zd k0WJ̳0='*zR=$5C[x'3\W281k0f{RQ b#jE/hqZJRZixq `T \aˎ)tIp?ߏ^Oc\ l2NcxWcT2|S qwWi&)mMx7h!>hO),jAs9o_Gn>9N&yo<+G>4}Ϩ;+m*|&|.ęEGi >pqJ\߾O;#-+G *€\JI*]2‹S'YraKM}hƒ狈%mN!|EkReVJtV ;Oca6gоn!9}pNzvF$%])3J۵U/p]s5c k?ټnIԚJx0HOfHoۏiPvw}]VuB$]G\PhZxlXѯ$iK~H=wy>-s?5Oǀ.ٶBqlS#embVlߝb}Їԓ8@2:nŴJ@ _?"p?,ah蔢$N`zIq2x d_o"%x- ѥ>6)rZq$ۡz$-2G&'Q΄ōTHQ+j!/KezLF`J4݊ ;L]ɵ#+]W$ռrrR/)@ּM@X JcKKÇ Yī܃o(1%l\|6? ՀIq]TpMn\?+6Bb3kjBF55h~ 0-輆x6ctÆU#lM~mÌb){ٹ1SħK6♯~Mq c'P(S^Q!1 .ckhK DWL ? /*YVSrӪ^؈nuiFmxD#yZ^@df)Ӫ ?E))Q4S0XYh>O~i'O eO'kq2q\oH`歳,*)AZ)CV)\_钌>vlw`2ĩl?d0zTWԷlNrGEdlBvy !4Ws?9h /_Fϊb Hx.,(Pxu89WL[EuvFA*>y\vrs5o!Ö`E[?br]|Sxo1'cVZώTϲ?KO:t9eῩB3n,6PmzUӹʓUs/wyLlEmXdwADS@ľOo=iиRpݺ\{-r'"iT e36B~UV%8ƛ_0ٻ^j{y_ 7~)Z@}Ufnepes:Ոw x9{}.=Q&v 5jƿf"gXɱCIpA SB: dּ by+Tfr;s+r=Xy!g ȔWyYhxԄ&0x,淎DŽwr ?Y7ԕ`ҍ̀W+/$yiO7҂kɳx!kq{\7O,:3 ,:Fd]J,.ճHs- K(_*/$ߑ!TֹD y^ FCApu!|Tܚl%8&m?se]Y,! ŗQﵯcLm~G3V Ke}'] 020! pe-hLȏz!5GKkU0;"ڄ5;`uEbDysR@ǷRi(sU֚=BĢ NJrMRpH2j,CwzǸL8/8I˜e`%AcF5#E.~Nm2Bّӫ"X>"J(+X?8մ 5^ v]\.jtX*x}l*? <r=Xt+}pW2@1 !nF} pOڊZRxyqRLdSrljpel(qTa:k)h}kSTMni =*m=qPӐ,vptGЦY-?l̜OO41ZPaf[YUI,h[0D~x V#mP-UUTT ["?pXS4cn8$CN ꊸ{J&BI[wh7!_z(` r%ZqVE=z_bǧX*!L<mm2 䣣 }{:(w3Ev ?΃~S d؟Ա: WȌ7.MO"; FybT U`'9ag5dv[[#[{4on^mO3kz<)|M|BXH],^tbl,WK'(dLEHHEԁoBnyKjSIO,S h@EN8phbzǗ@<q CǺ,ߌ Q_&<LQ)}wdd3֟ȣxqb !4@=h)EqVx% ,l35X]g,'jók&=! =JVNku6ЛLlT)J";5ihwWCW$X$6AB*߰|wc5Lū='[6^bv]w/`v -|)nM @K趛J0RxQ{2؋ϭ a?8)' 0{?FV}J˳eA\!l`LGm o=U`$lx+ۍ&P8>4Fo瞄W@|@'C}dq멻u}Mm#VU8q:>2pV{:`Gy%ݠ$H{Ύ,dȊ_b_-r|¹Ok?EigܝKn;ʫ TL~>oPֱͬG>L25HYw% @5+3>#҇OĭN(OaW4r!ШF[ޙh6GvڌӲݟԛFrO%[/:/1?OOop}[8|2m0LyDPOCSǹˉKibK{ĉ"RBXvK=MâK?]#mc2O1* sKNOd~O^\KX]+)&uφW.PEKP2jkʃhg3.4(u"OYjBwr:.ǟwbjhm0JAi$Q4˾t 4BrwLէo:dZp ``܀:2sZS^ZG{Qڝ/9VS$=0̯+/.T HxZc 4zNzT_z էfk^Ic'>3ȵ(uci|>1՜ٓ {<4mZؼT2d8cͻt^mF{xe!VQY0YfӜC ߋx +uY]PZX?Zһ [_\bwQ]H.W}@qcdeY.St@cr`Vc}ns@ vϚ.CP3w.!~ )QZ`5`ZC9ߘ%-ɐ''<.bٍ_+u3qexZŃx֫D4+C Py˭' Ug>}׋#T*,VHa niLyln!gN>]bf=HÖ} ͭ7M7&k2^N cA8b?/Q 'D&VFJ x"=%VCDU ^K_2m\-| o*8ur۾,?Ӽ8J{T Q^:腲s_gяztL(ΛQp#:(,_'0I7.F6dEI5?`78ua#pdkz*׭`)c_D^ĸ|Ye>cAdk{KvJ-W.YS?Џ?5^WC&K8<C@G6/om^g O&op>~*a(r!14Bk|= # ꂸu#$jG.Di;?\~PƋ"fo&'p*:KZ]$.-P~ڌbiس G2꘩u&d`gY@?c,ba'2`)HnjLT+axidBԉ5oʦcn'_ߞ)H1@64H_=仅 ]XK`h{T"eRl%ANZ.lDaYZJ\gw&{ u!^;qR+.F]:9v^!β:CTmLQNk*B-oԔ܁з[CO` (>U<.Fnw5_)|=w4_iRqO| ߯mnkmܴ1%T !odK+nod=Lћtj㭬YL&'Q bG@ ncx+#ؕ/wQ1f8>CCk,"UM)fǠu;hA#JڀO,K;Cfu>4sDFN~cV;SU1ZE=lkF:PdM-#j4nt$gAL&yR7Z%yPt`|\JmM^o^8u\peU r67yGIQ /eu!jZo?Zq4ũwDN^ES`/cdlR& ][mS j'y8mxI>v0% 2Z:!9;M6J=L;X<(Jt)-Da j;ƴ6%DbfA'9⩁ &̐_HJgz*@x5vC1 2T\s>#Ҕf<,ܬzo\8)0&m>nU 5O C0=N05gAMdZY1vCg;)x11FYήL~ÿ!_*0M gY@"dsiԌӬg΁5!Ŗ:ofuc4rQoǙ(#:=&ݧ,F=4 ^=FEA=EdpD|/Q!aML%+a\Ĵ-,^ 6:Ljda$tnIHp6&[wKlaf dRwH٬ գʔf9‹F4jowQZ`H5 9eɽ_+A-kF /Px^ 0֭L\U9?c|BOe.>]`HzU[U)8'|v/+Of3I$mNf ÊQTXWAj0_Z>Z!Q 9.#1|$Hd֣& %dv/#,~y_v_dK)XGY`r/E_ЌŢ7..x-kB$bDILJ{8p/iqyG 엾Zv+I.@QKfQ]@qdKP.SՀ%wۀJ^5"iL3XcbtqS(jI/i;+ave~Zx% ge!N\Btҧ]Rv:q wBDdhf>CV I2$xidc17mGB&* 2j<|IY cBE/ ͋;YYCMT3i{ɍY( F`"~A2p_=&Nm"2:Ón"EQ*[qVZ Bm߁;ҿ;EwC& qb'xu(c#)+D%> '+*kxͨw\gLM؏2 y:ԭhm ͓q~#)ݧ/-ʠ_30`}ǰ#FR:,\W~KUMoib%\HV>m`t`<{;kveu88y;dO"5WbagNg-"MY,Qp6ZRVen;ACNºw#]l)FB* iV*VMCs3i =)]Qrv82V|6|!rkpIϮ;f~7Doũ?mpXLjn>L{y*G돑2r:{G袬,j|Yõk{shp',gAݍ} ?0TN,r!OKMTÝ;DLhw+j6Riqj% 84ԾtM-Wح/c.geG?d&XčJѴ8ԓ0*8sګ=h*'*gR2 rdrS۸&~T&x) DzyYd횊|fduQ끨UFLp.nL2] ^Z/O;k!0|W$7(#-;iR_9qrY̖3c nU4  5A?VJH Pv sɜf x -,h?om3DD&܅8M,{v.Lcx3,|'@ 634V9. ]y' ;t?MV pD+S;fYQǺZqUds; F֍70|y^o~tt$`޽>ԔW(q.'~!Ўmt:^:؅Fs=Q(%h<h&6 c ۢvt*_k2Qˬ6& _-tyNj\hvP^^oor&7{ R: x|P_v;/b̓xOAK{i*n3vtYUq3Y0F]rEe.^\dl^"F/=3xWyʝnn7Lb(>avF370 #,L1ug @f'/'W+jOv✂z;q7Vs<]'|$rmy}ΎZ'3puW;_ħ3 ;_ C5@q+%b{ ߾NyN[EHt/ĬQx><G^ł;4|H3ns>=C2ףL :&Datv^׬,6b|WT Um)MkFl]ۓ/WcbdXElD>25Yؔ{ H3yl_I :_^K T`1HcGPi+7 Z fJ`ߍ-Dc^;U"\jg4<n|O-ߒM"Ԯ |H7oH˃ c\jő72?ϹIL_ieͺ = WX T Bb_WH՗,勺+mF*o-#+@z3}8|Q=$ gf_#*='u`;*$x"ZpJ =ʸ?cXUj.VQN}afvjW*b|VNJdKY{O 88Lq_/ViKT Ud^(<ʯ[:M.^c74237y?O#yc5?7D5f$<7Y;.p^rx0{؞Gm\]kNmA+?y. U^b|8l;cO_79jMdz g t|F,Ưnkv$NQͅSR[ R$/Yvw4]DL\9@nsay"LNDbSBkICit£b[/o{be 63lMEM &~iby%^hEuo67JCo"[_m^oT۬uS6JX%onfh@ԧ i>\4*ʻD@7=Z0QM "tfbkn1tLkU6hsz$O72y|1TAA1b>܍pCRl9E?r2v͘WzkʡXU^N Dew҈?ߓI&>\BEq5aZ”<01Hh Vcel۠bwG A,Osq;vB}[i/`j<$Aֳ,"OƹIܳBIOe=N5ƌ+̡{ +)z|@ȏZY7 (.4VGO;wՉX3adgjq_TaXCZ( k+ESlT#)flשMM9.o|x[(]f;m*xŖǗ+Rx?~ ]MrNcvÏ -RQeolcd ï2zb sedVDQvܰۺ$a`P187U2ELoL$uf M/J$]n- T5y9;Bj漬“]xn(Me|޺'a.>kaxM=A`C$5PxS^y$=.u9 +y 1YrkRM*E3ߏ;Aw&J ah ao]J~'ǍaiaRװs0Ίy 0Tz^ݫ4+9h 5 a+,k珉j(7?}-{GIm)/Z:xM.=.?ڱtؕ!'j*\\z;0fxleM.^m=|:Q4YUd&2jy9.~m4.yUZc:E'x[= +?|?w]vU#W瓓i6ϏФ{&g+-~9Koh^7hM`.nV= `ZJiu @'TL (3^=LjhQ n*TLQ%ĽaeI>WX-`yM.Uwn9AYéXhНsfeLjTU;ف="j1 o5yf$G)8)vVj!ίO'`?R+"#W~-ye]~?ZE Kx1ϻ8< ;|/_˃)`_0zO"sil75(0;,? 5?ɌhG= ҜUknZ-*p5dI#];)ħeg?ytb \Wqio{*]'SzYIyiPbP"B\-rkzҵ/7*o ,H|ƍs6`!-0 Jk%K|R5s'Y}o=h˨X+dFrκC_3qE$pd _8*Cu~~"8 !6 n'b[\I/=}kQLGvO+Lfh@",mӚJE=y˵w!:-]k9Y'21I+hw l8wZ<?M!B7+fX~/&Uns1`o>eƙ&,jfXZ pka|*Q?foa|M؟¤z4Wh=@C1x?}) MeRAM u$D1 {=Xl7"R? )'SRK\(u@x^`] VV,]b>=P lR8yyd1(@ނѬ*(BO#~sqVL4ꆆ_m5Fh}eUr0A]Btgw>3A 5Uƒ*G˱qZX ˯2 d}Vq(/.v(Кbᡶg̓8;I"!7N_gi?jGU:I@їoޭھ_^ԭףz3Ձ Mw䓊cɾˆ;c9f?̸M}Qld_}4zRP{;/3@%Kd .(BQ- 9R<f&UBNkg_{*K仹劻|hVR,F[ dw6[zTA |!3yH*EBM5; Z,"JͧP+yEv$/ua#g;'wԂ;2FVΖ =x+3y) Xa Ϙh7պ́\)08Lg3zV'+*9V=e/<vz;,ЭH~&1:”;KJ`M5d|_$4zuyt e1KK4]=]nHEi4P\s&|sΥ?cȪ[(9$Ce{SdPײ}GץQ:_M z|(Б4[.hHEMSA\J+9ك"AitsI7^IrXD[ |P}^K:OvFk5 ̵ д\4LUn3d, X<1XnidSzi`rhU\~Q'ύQ=S%BH>C~Lj>垱#_/9jE5@'SrvA+N\*FܽlA0r&dSFȣzk?/{3\=WDIf`X_(ٶJ*xs %hJ 7G K{l4&NN!v?Iw Wl1#p7[7'|Ż}Rbw=:P6 SlN{ZvǬo'n:_[ )b%W)\<Ha3ߑby_ᄪ=9=`< B]qBzΕJa?le[; @#I1 Pt .a+VQ]AcI>=ɘ)X XDx9A^8ݱUO*!NP\XY/ MpFkSzvG(קb,j!}I -o0n I_ˇFNeBؖ$PznmW`؞c 3n3%.1̰@9DŽ!BqZ;<7dГA_RkWR?Qid>4y{pwaBC<S=[\ W5{{g͛ĽABZ!;U1_CNsn3xd}sUDðm6*>oEhXI!?Шj~Xo)iKx(Kc\P#S=ٶcNMBlۣ XqpOuzx\O!/vaSgnٿ#-.zmiLkQ}J+KTԽxY^INEŘs nEV+u]E4wp; *iDmS'/I׏b>nmSsErk. &*%g?I pj!'MkD^qg:?) O @=K-ZLݼ_G+.=@P\)f"JL ZAmz/0`}_]0 d֭}11Iebl22{3f| lGsAA3EgL#k<_:NUG>};;>-G4-htc1RoԢ kGvl9\dȳb%"`! %w e&wUƾkFyvz=c.$<ͩT_)L7Au8j1IPЄJ,VxcHx_fYj}$x6` +ɹ{8!_P*Iw AiNyK(>W[^׌FTM-D2O`ܴ,k=*]RWbh^fl=<*Dg'XjqF-U39 ?&WǍZ4 y3dl"0Uf( .h'Wz.i8jJ'VbrcNI~0Bo@_lZwvۂe7>4pLߝ&CcR\-UTо<?V,~lb$@R^h$'nO+yzRXB/nPFQj{q.Q^h{L$1~5Q,Pb~%qc~ֵoQ>P%VqORT v T惰fA$88M5kG>>MJ*n2䓯ૉ$E0BQh^)G:ց91yX!9AyXF0d/.t?f1e7d~Ëo'fJ1y|hdf ̷-.ʢdr ZXٿ~O$t$T#tb=optr]R-`l26o~Dogar uGW> q,/#/h ƿ$Cw c[?؃ΚTIcL Is!A +D̀d#%O1}d ? 9gX"0ӪNkRtsÏ_fp:(Qrfpx%ALPcL)ԋ2&ljNIX /e2ㅷRӧ3+1U6p&EZ'+O,:]0xqtI;{5Ƅ1K aip{Κ8LpBN,~&ݣ)ן$;χ [ۡ,e)`i(IAgȓ#P'#9y?Qt8^t)Wj>i@~M&޾Bzs[ZM 3$$qGڤc'3nG[/ P-V*gDxI=~'o]՛#⭃wg׿E<6 e6+!ôuB%}*nV{̎c,kG`Df8_T= 5wx0 Jork*"X|;?svɐ÷.Ucs秆o-w7LtP|mH*zqrAH tL4llҏH߫NELqnj|ЩVWP:dAF Mf0n/i PTԔbızәߗ2W@Cq* =>gDƟ?H&;nU |!(2v%[ 5J#x?CE*"}QNpW}{՛F>P:FÕаŎyE=)%{)XkhS bnk|WMkFI|;RM," 9qtftYV׼6yYz%&[P[iei1E.$|:AIA; USa>MX_8֊ .JXE$ps /Xizv N7N:Тy9@G*-<虔W H:k|bao,UxODFqd(8vu'!%-0 L3R8}ܯt R!Jc; "gDȎ} 4=ćboufPze QM%Ԯfb.KlC'֮'IeW 3=$ ng,GO\!ft1ycfW3 ׈Ȟt B;r R5F  k^5@I Au?ّ5,CX;,J]eaHs5a_DZ~wc6҆Q?6XM7z+|]\rVXT7hYǿEE~48uCΰuAj_"%:?[kCŒAit>Pd鎨[,ۚN3te_n XTKT#u6;tЋ1`ϐ`w!G/jVTy+-:sJ(gGd6jUqfՊ١-{xQ=߅_d{RVl?N,Y(‰tfJKÉ4MQkCjH֌P-\#GQ i 5 ww{vJC)o޸ $geMHǚ)v@gЬ{q%"O]^zO~,/+*$o˱==o2=|W]6O3AɞZS6H5⌮Tz lʔduWr&o}Xv db2CLh0{u< ll&oq۽xt,+}7F[!V]~_bpDB8%c3jD:T2,tr Ot:↽C}pKmU:\yhC.O##բ. +Ő}uS %[h߽N̲3 ma6R;fXɦXOQB4h2N汉vS VjөI|_OPg{9v! My1><2̇3.i1)6gJh|3(\+^8Zٌ{6A%ĺQl7 ޛvzF+FE~f5U3)!4Nfr1}A`Qsx?lFl&BM.Hu'wsoU]ZJq(h<mMە}~_cZ,9W/-NXd2Ah+~|?&8W,BGc G$"UJo],i7Jc[:0|}tx}e{m=1qAҮq{Ԍw/&[m!SMn=Ozr]'0wf@3Xmt렾nA?x=>3׿n5q++r|@:KǮ&o?$PiQh[ {B)T;\ܛфſ5k=ܲ66[R KJEOMo=۰;^ER<}Yf/NaȌ ~=iKە ϯ#(=8|,Ki3~RXqzXO&rf$.L E^"p+T`TGLSpxFZ~DE~#{#Xiv}41F$ù{tmNFY9G6qjQ-DZ WĪoQ< b$)Ƭ %e6ұg+ 0%t:nvgDw5B Sn(z. (BKqA'CaKpkՑ.% 2$>?G|-yF` h!568/$:0Tfs}a5LI-uk7_ʔ(QS`J&'F qdsF,iQue} JTҽhR6e-$[;V5wa`zƐẎj>MvlZ޲r&}9 Iz!/##eH@M*TdǰBv7l>"aQ9 YW1ajv2,+܋L.^?M[ER8×*elNGs@ kN!qS4vV WOMI4::Jjô`8o|jJ緜W\N;@Qʟl}M͡CK^9k1\wiB:WOڎupM^@ <ɻ}ZWN1kԧBP[+ ?6qabBX>XtMj]qܘ곭*А IGFWl}ɀ-Q1M-Ws5xrM+"z(B0Dv$#oe~U@ @JKD%L\ޫFRWX`@U.> @ZYJAjSJS Yt@àj덊t7sF{d(n#MKs]̝ e /-R|31d ZF<K-q@^rd6 \L4`u 2nuX$-5`Q]Z˅_΃:h$6dHFsY0InbkIl{WYGX۩pr}DhZF(Y5\*bӗ -g$&z۔Φ0f*`q9Grh) CF!n3iL6)Ncҕcl~/-pp2i&ŚEtYuשּׂAH~jFB؂_ڵO ~ȶ&~^"K}:(C ǻ1 Nv~97Ұ[? l]4/ |QF7Ut),g|vǕ)%D7svZPG\n%#mm\lL}50: )P 6^WP`X[-W94gCJTMbI ʥSYrD1S_JʸyKtK&Vh mNMɉ-EL͈P!i:,` YSΓl ڭ?m)V?R#'zAHxTx(O=m"y(fO;3ki+G20IJٲ)h%*CurF̷.BDq2 Q+$SvKgY҄ D^Wن}OIjD̊l#ufU~X[ں&[3 B/ oBz׾a_T̊EJN|F T[d4tZ$7t%g9}&ϙ#8UJV8JiJ[ >ȯtdǩn|@v>̕W\8Ьc:Ŵ>7N+! BB9/*i[`(c-4?!׉Xgd؆wdYy/`;m-yWC[6Yq5M$AjqA W .=#mqɉ`,F~OPŲ@SMDdZ5e>fyV5S/4!9x+0gᅷRr[YH22}wm!2orZѽ>n~ pPL3~MѸ-p6QD!2:+DމV'k&f}qheQ%/Ȅ^ ?WS)# E"eș,#iZ?[5ۀ9JMJ?p*1 a |h\\)A9W=(]V몸 Ճd~ OOKR&ۗXd|m,ze qVODssly񆓸FPlcw.,S"bĤ~Ȁ$rh]$$t,e`Pu&K 18떸LpKh[@I0L@ڲwmDMkt 1- "NBF-·S>Q^_uk"20 :ĚLq,ZE(E n$O@[LKƝ便+XPn|M }5"W .ZVFctp7=}bv&y A#0ӺrGEԠv4HتOr3wu`&Xfxĕ1J% Q2rR8\CIgJXw}D9^ieG<ʣBx#3^.|a~5/)HGp ?E %y_DS Ǝ,hL5ki'2[f,|_~緜|>bEZeW, I.~Ζe+LL4[>{r;Fp@ԘP,uZ#~C-i~ܤ- k\}*qUB?K>ԣkg#e34-TS)va6/yCkG0`|wcs/Fq% \i<{ %b*g XyMhA˿E%}N !oyDcӠ4“4\qÑ5hPMq9=K'Q'QCܕcVF96K@ UzW IZ[b5&|gmEFY~+50dK7g9G.#EB^(44YcV2}kKWuZb=('OH4 Z2]|VsWRBoM.S6]7e4~XKcŠ9b!*UE$bNa][%Jƨ)'%{Fη!HoD|jH?ɥ$0 =/l#|,K'W‹p>:EK>5(-tǃ2R|b7N(AY(^Em=3dG^mG2(r͠y!I*Z脱c: 7rMtbI֚0GٽoL P7`HaLcÞ~Y*Eo>&I U }kkv醊'.VތdO *Xݗ N%UȘde?bu/1qz5n˙ʩkd;&| VE(]]C$(7YS 6-8u:lI(l2?HVydj7,W^d ~SrK> 'im`O-bO,09ֆyxTVSϧ%W##eB!;)ڬ<ħ>Y) bZ$o~Qr0:ۺZqYmmwY y šTxf lFunh\ūb$sFF?%TI{×sdJ<  " ˝Hk1uա\psKg mӏ;{00 . Zr6lJ&-1Ej?/_xo΃WZj7WӲ.?1[-G[ƒ҃D,MXxZ=l݁˶2 T5üGh&#q`v(|dڸCiQ?{nD0E_8d7NBGL(Y-*3LЇS'L# h(}0̙J ]CGa%K-!FNᯞT Z5zRcP2š0{}<KM"?gcx#ɂ:ΐ/[M-l:u[smm8Hq3B!_C5AޖsZeQ =XxV5zo?;Kݦ-2`s[Y'ڜ0+'F=@6;>o#Kj=,ڗcpL}D}l ܤ1HQ T UqͫWzf'{.`J3\"-@ʐ,@14osD9bQopJFY`Z׏8[=7J.7,$. ΐ՞PQ0i-9 u짦yH XtŹA0]LWg*Z(| vV~f|*]|6fyF+{qW igz)~*9vĬNwtC"9FٳgkrFL.\F7+[\#vx hEA_bS YMR~AEd(M 4-0[&EB-LD٥:Lg5`0SJ% "KfL o cBd$L69hٶu2gNmW1B?O^H-K)v@ƈ@>+u_nw|+)oOq$8(^qX%q[^|β G_e(a aBjMLjUq92oK9=F&UqJ_ڣx~CFdTKY  Lߪ34n^OfI:(Pp98xSd<8>efq}"@D%8=ǭCo?GfG*~8@8]#W16Zn7f?]8<` Ʊ 7ul`WP9܄hh`KQf e'OI^ල$UK@b"iLGiqwgRcꇽ7c~ƇրD }&5&]u?IL6uy6͒DŽNl(w/C(GofDn.| quw9zZ29~DqK:`oԂ ůR4Ũ\FE{9 ".p{K*'[dEb_Z&DlK1fM*^.c320e`.PݲɉUv V:iwcO\KaYKGd.MTYmV) j KNs*01ܧ\'v#ek$7ǸZcy?=끉J+$-+JĬwax\@buZMЬ `hp+"stΗg2"~}sZUpɀ?Yf[#O6ZkK5jxMMx#'*lg L+U_`DD H؇Qg"M٫v) gCC7-p <תY?[&VK PBx꣘N:K caf99(P2ޠH=`s,{??VؕC( -~FQ;)4 :f"Tǀu`䶙b,(֕pi0֐gKqs$ae/\ F; C`?Ho*_u:p[]CMX+q! a)r\?ȴ2~ mANUŔ]n+t ,,?)nK=6)Ma?oWfС1߮xj|Xp&pctnytii μ箄ݥ6 |}?dGL p>^&0wDؕO7P,crn99p Ks5$ [4 ᔮ/v,}I NB-/v9 Yo*k)!>ęߧ2&cLTz°ETv# ]%C(diow=r L("_Cw3Eׇ.'hz zUW3B9 ASCi˿gAX,6R?F6p0O0ٖ-=pN֟>7pld~&% Lm`>R1UGrLJ(TF&qԸf}^l#6f|eͳYm8 ܖƖx{>"4-mi+#Y4C3(e"%!*NOl4 xՐIrti1/6:Na`0oR(nw+FVrB$\N~N6 SmfC'uXB.V&!i*MwZtIn77s {OGe/piwp1Bo*bd0gɄDF}bQc%zidT$V#nёHrˏl ӂ[M^-ԛ-p s^Hp# vۉKB~ Dh6φ;IѴe)QasP+V(M!ES:nKBGp(2ZFbD*;ZŸNJ/_]wؘu}Ziɍ0蓋"j5ɧk 4W;(C,ul H'y[[ZsA-Ioh鱀Nqr5F5 |&kl Konp3Uԛ~v7FD0E!lH䤾TIb|x`j8~~h;)%B3&p.ꁠ ,0J# )Jz.Otӣ[9V = )`r.Zrr3&65){UAH{;zf4^$d}M}n}$u:)л꒵K5U~`hU~Ẑ$§/;9-kX%IW<_=VΊV(X09z}jZk k$ Sbk DW>>/؛:q".iEϧ5#k }TM^4k~]%OdNƑǜ botp 1?C2Qvu+m}bHdI9ʥy2p]C߹k"<:8q:@%[""~kxfgB=ۆ/L(m"/ #&,'vGy>|z+p\hT3?$⍊'َbKG ; 8d*p1Av{)PKIO8VhmNtnHV8 ƱT^"ݼD蝉wwm;C%li P"ej2tCvUVȁ61,>,+f6݊-aʰSSqz,j&3Z@ʆM`ٸR" YubSHLТ5@o'(Ru|vI)XnNITS]pӼ}^l]YPTu=ѐoxL z{YQݝgV.FOR rEqIJbY qKkg_:a0@%yC׫F޵MF^Xo.ka.im70ԫOI&*A:k%-f.g{QU܇DЌo%/}",9ID5,%uJ .ʜ@2J-.**K,_s^rm;1G+_8D>x!2Db 4?x 8\8%T,krXgegi6>uNƣ:mz~7 3[$  ]U:pۂ2seXTSotp<O^΁Ȍ"0eKZC0/6( /`͸Ϫc8偪Iӛ>+@چT^3oZ$>B\ l9>Nzy,b =2xWS_Jc,v>Ƕ!K֫sJ7J=ψ;wɱn)2Kp˩CAIAk&6}F>dʨ1+;G6СT8 ["o\O2UGqKƓ4e͓/>-dԡ^꽷ś0Dq<3PAęD. xv@fm:֡.^}h߅ Iǭzre'|Wޫ.!!JfOQ8Ӫ:ɇvmȲGfp'47$О&Oo XLO͗ߟ$ZZ) 5CLC+:!xh('V-o ʝ4l0a[kiK%S#(gYO-&ԏLfRԌY\Ԡ!@jgla=5˞/e i? bCn-< i&RJXX8 `W'"Ё%#X.\1P|' Cc!`Cʾa8R9rTB꿥nosO i#_|tyLo#U(]jЌXnb-Is@ّh~K:2$"RI< "z.  igI\,25+,EIpGЀZov!R %y?v}} nlƣ8$QqtpI&޶4x 3 -9]!~!q&b^!u)i}+pѩ#s^Hk,X rnPG) ZW} 25t!..5ґRêY@5T2]<+\2>nϜ<=i2R-$m#;@ѴgzD*C7F}M9`zC*.,%ۇAE]H'1DWy_6#SC!;Jeq07 7Jww>n߇^QDZN[F\a|܏s& “X9[a ׋F^vɶd4hQA ykǢ6bEMf:ߗe3g'5;:Jb4YD&exz0L=!5E^\Sr*\'D(G{L@81U9=$Mй1XοR x^C^s|WBF'"UE [̵jgr]`}8[1IWĺwOe:!Y<Mv[̌4 ֽ,y7W&51]m|-'$!Q$YEؘž_9%z5t 2p&Z ڦ_HL!PF\e4QAR>}SRPH_\h(O` Қ:@6 74;80q(ghӘs0BaSz~]qP9K̒q=R T$چ|/mQ1}PeP1۱c^X^z|2,D;$!,u5# M&Yfoh63]c/6IPO db4h,$#D,;Lwx9 ܸsFN Ы/?xZszp+t{أs%4ɚ:o"U ~= Ss>?|bMbt/|!dB81w)K3n 翅W.G7(bMC:ٯb4ǽ"IZ̆R u$fyCn4׏[->Q\oxfQN1Mˇ3VO5Ms֟Cf]m,mA';_&s,4~Ė&-8հ9OI55:Qko-iх-z}5p4|jCaQ&~!_x_Ղ54Dw?5&uG_QuX }49t?Q: AD֎ b+2Ckx΢\×1@&EirKCH|GEtU\m3`?ۗZsTzi(W[uP;&M$f}%81dkps>L%DЯ:$STU'j'z! Pt!۟gi9#m? iD>ъxh7/\iLW%1rJvzѾ~|щsq,2RG=6(ڿK"Kb,6 ݃Kvv `fOjk(,B?H:/u7iX@B2. Hw[ukdoQ5e0[=52[dtk 5Vc9vٿG=мt;-МvtU#^:~bF›:^?(ltk'[˷g]w)9\$qmo EŔ*:OϽ"?DdEQCsۤv9SԌSH^ԵNG>xWuywCGJc"_?]&F/ogS׻aw̄8*9F+Yǜփ݂>עuH/=61l8G̓ "L;gCNf%SY@ a։FeYȕioZ%QQ[:po5.S\Bɏ`FeKN?#xc}گɇx@2d k&31qޅðEv[G` C8gHɧGU@FZ<=jxDY$OʕgmO%˗''a+zώ.k8s+5jy 6/ v zޕ𐜀9d☴i-pT3%ÜHIтv7iAw$eiqYDsE,ڱO6 !/U32pDԃIIr@!TL)_1\jN0a+vE3fT6p[4G3/^X,)HS$&X #dzgQȔ="eI}ڬ]qҺ3R !%߃R4bڞXEO Zm%CS'n;1V᪠3M˹ '24kЃvy1Eh}z؂[7hFP4Qcfgx-%C0BO2OXX˴e_2ΛݔZͱ!kt~{êJ8j;K*huU$X B-rL0C zñT eY^OjT9;Й?oQ pˬ_"(j#"005sF .vcIW]2-O1ej3rW\3Uzynj({z+dbK¸X=TFL)1C(m=IG\ PUeU~3 鍷pU&I `^ ,Lx!;v{:.22S0~} g+jbw}W:|aP؊' Bu_&MJ#)]^ ?($uJS$&Fʿ%8BTVF7VNSҐ*sSH'ڦkDMn? aB)_. }BOM/s2Gj~k 38N^zWyC}c@?(JOKM* Ta`x}̋>VOj d;IF׶]6dP0Mƙ0crBs\_NQep%.\Տu1}?cF_hR TCo:2~ 5QkHq6zSr?%uiWH05t4%>FƮ؇E욓 9ދ{;] ( p'DfLvL7n ;@5[eשL]C/A3kI|SS4RMUHNv.P*he'{ݻHܫkpyz[SMH.+5ϢjUx>axY僱6=9;~w_氼u.xҰ2 lxrbg6ҮQT/[OZݑoet6MYKl/†|,-wDp!'z9]VT:mg\: ʹo}K 04_#n/4bg(þ7)+b _9)x&גy,L #df>> "b-\#ExGJ֛!*8Ɯc{F_ DMl}ԻnLysa uZ#O%5&'k't& /̙&xׄ1fҒ_gB2g9̝D`c󳉯Iw3K,a L 9zxC|495a8Z;`S5krNwvNKW-zy# Us;HE.;Ga9ḛX7: w>-cxZL@.B ׺J|_ܐvW‘ĬM@68'|WpssDjBjg#s࿠L#w#8S^HLZN8Ca <4*A(xVcz\aJZx{ C) OʯPFo%pd0KVfIҎQX4Ub)_ .gfoWS' K[MNc8,$&w]qJZn@̌kJkjۤHq-a)a3͙$5-ˡSWԩ;B࿭wV*[q+XѺ:qzW5jw3WSNTdh:']X`66*Ke2و$~E~efN4-!J B*Ș&S>pf==4^DQTU&ZiA|8 wY`t}pl )C%1ˑY5bf@R=1É߈u  %~<"qo|ƺ6 n[WR|xi:q6HTZnώcS28Fm9k[S(KF1ݽs]}T;${_GVt5E.CreM >=@C-ChH؅4sQ#+IVN0RdWS[ 2J(W1&!HswPY^ͻ+A8s&jⲞ{&/`:艗ځ+nIGoDdtap}jssb9gR($k*N+tުc#9@sך 1!;0~ޑѬc%KPE< &&mG' .$F=H ͋Nj))܇R1 \Y3XzߢhhInlx<vsN==}Rsf%-g>&nm< A/=3w`>;X}opTbSM.S>t>3|AyLx6C$Ο_l\iU@|>!AK 8َt;_$e튥[æy7p=BG:}KQEsz M&p'l-U]6 J]N߀"5TOjV#2\d xzہwa͹6;St$D' (㸾#Tq~zPJʬT=h;9E$gqÛaj*DhuiR8wf/s#4(c¨G_AsFsfRn}NpؕZ-& v'Ș-{<';ɩ' Oo80@.\rg2'?;^Kzdf0=""vP6{Pygprb5)l4Y+X!\>|1c~ޔ85݌vAA`8-KJ%T4ĵŐE#:0BfI՝HB)zR;f"4#D1/)uscIǰe֯n eH2S̛*rOj%3лTwmhQH Q<Ѡ?6?b/%=] <' lD6nZ=[OH'-*@ϥN~?N޼mqs=)<;i[sm$T&# *kG}>W;#3ZDiCpfDCW a?zUpu?w]sPz^:qHYuBb%}w![ahwbYmCd\() = ˔?^ׂnx(Q:ho p jPD5Œ;_q &]i0 fՔjVBr TN_] UrXכɸPpi y5i½://2Rm|pE@Ik:8Ղ.V%opqmOiB]6+>d{܆!ZOpi#=K}9ҿ6a'DVlˁ1d~gמ"k|A_b]uf΄&6yZ#AZ@SrP_ ǻ \#13(0O;ӄ l-M,sza7ʤnG:ava.xmdީ?*'Lu:yx5ZET:-zuaN|ᥦ*i [/ᣰm^e7ftxzn)bV|u Q@ɡ wZW ,O6s*2Haǂ%Kzo®MiཊmJy134ς{vJҎC8WXT[[j:F)^s3>'x$-mw@^w3!/֣y ' Rq8 0F6xAAyuXAg vLelS0'Ā-z]Sxl TA]}֩9>SJhg Ie ǰmC(y*g;%u)rT2.pof=wKBsP1YMnCDlTr&>տhHNGKDTN ̡ėJ"6I|N *KA7rD8]ID?8I{QdǪ8*p&&r_zwװa!T5oW/Uh-z n$`TC=hbv1e+1%4Cbtpg,ׂQ| ԓ㟽@|#v)6$ Q Eu ;A 3e>Wܷ킴 GC祯Eσ-A8pXIN`iq A&]IͭӛVA! è=UxăqVN-aIidqQ$1yư˛Ni.7 9eH'knߜqk5햟p1h8(hnR&~$vuD0Lj *ⲣY.M(?Zukś YBzӵ%RH҈b<  OOaFJ;MS(BZ~}RjTXuj2,A+K]Dch]{x7+,lT0W8Y5wg}럮OJq(nAXs}{s8{ÕlM%^X\4{Ĝkj;-ߤ^^!xYŒ̊k{_* ˬX-xV௰ $'Uvy`xBہjoueԫ-Œy岡IwCael#t#2v,eNjAЭ^0"R zc_X 2anh˷oCҊoTތi. 4!0NWsjAnA2XdvFIk2皺Ë!9PJ,pS9+,0ŽYI}.[=>nxbަs6~aρ/Hn "Y%=ffɟ"jL!61GN&C0qE$N  ع?j,_*7OJ݁j}j'"sb*p.`Ӆ7ܢ8IAaSF>dcGSDt4=?ާc ňBe~%h1ҡT~Sᤆ+᝵H~'K, LKm$cRģx2dgo\qrdFD 9>KFe V=,ikC˜Lڄwz=vU F(V~Ec*z)sb3@l #h h,}z~ i>Jhh/C]{Ҧ'`Oԗ>@|GWnL2_y!buvfI},b/')( fմsn*,rjt{7voyN25VtTeX4r/TubH0g2[xH.6֍|'(H29^">̶⼀׷ L0eO> VZ.~.\W#9vN`#nϰ:m xl8΀7 hՓRjLp(ϽՕ]G@%$E ~`hؗHyy{;3:CK^ۊ/LԃܫW%Ţ?ȀO7>2]V3Muﱉx .InӌA5ڗOa69"սS@9{mYox! ~bb_L!$[$ (;x9XW/ 76H9LZo?: ):<҂|G> Y7o`Nx 0TM~>giB=o[3 sfH=^CSbO(8B(m!Ĺu}C*os^\ɺM+{<"4TLFI8>cN=Q)mro/-">f)~vx^I&B=1LUQ9aꝜm5V$~Ƨ 6 ?mw2ژVy_Ƭe?+#'LSX`r"nwϳJ:d6q)_VJ5\}9}b(g U+(~{A]6y@$/@B;XDf:v.KS!l8%"ƕ GGK"H՞-%y$r85R?WE#~dY/H 3 !QޚFsGuTM@! (BbTjC˙JF=:Ì \71 Pׂ`#>D;"!\h'mv'jOp(r0 )Bδ4/PDžѹ(Aoоō_A &rj]+Q+ |?f7Q t)G[%)F֑pUkw#}a[;`k] ɜtv)i#x0K&%7 +kj!󴥻1qf/B4/\%٩?%Rm/JXhݥd̻mHSnF9a17eU) IM2^JHBB0e͇z/y/=* [跷Am ȌH! {u^f $.e%<ؕ"} OR.'kk=IkT'PR!_s NWPy%z?38I%97 qG7B,|ZP@SX$f dZyOB&Ɋ\)oFN|'X.E{Ε%Wmxe!"y5lD"8$|㜎؃v?tǬyQVOLW ]RV0*!}XXAd+Ly_I){3@=Q|0i|' 7k~*D HO2I`yT邦vl/HiQzuL{)^F q_j(|VsxYInmM+O x\e#OM5/_ㆵwcYQq9 T} S.<`{N+ˌO(I ,HyW4kt_EsrZXU5iJ8:ejlj`k>J:CgcFMU'5L= / LԷ_wM-[Y d߫0{Eu"[oqIO[8*Sh{Om9yc% 0`TB4Vv#W2{B-׉xfPĈFByG3mBkH_NObيzS/HK:Xe(:¥Y,{/'Qrڳ{6|?hE"K'Q Դ/O%IH8zmQxFX7MVج `l؜O %(7 n{ĹǠ>]ݪm_7@;3?"12c &P80~!p?ZwՔ &vNg4WE6[WTv@d=ͱ(k7DTY7sjuOu\'*r*葽vJ4y/Ȇ^Ys>]nn#Ct hXEj5| ohީɼfIJl9`vG k/h~41`Hŝ$S2Snu%#UJK(8Y&dO4{/<#`8X:r~e @Dz[D5/'*2Yr>N+uH5ֲúѕu5:q 6҃3}֎OzUkbV1MUry "`&ӭ8pp[D\dVXE7ӹx MDPLͶ}90kPp^isSb\jQЄ-~u{Dj֝}?u?υ k4;7Xj;xgt }`jP=D`S@q$-iљ|xsN!Uu]Scݝjǭ2T`U#iӋq"+M|iԕ2 v=[-rzU5QoiSj]"̡ XzdQS$ X!25eBw_$/),?8wX3:Ka'Y1(7"ng-޿Ayae]" C Yc޷N=A{YȄ{%vYe^d pl4|)$MyG{*197pX?_@~W>d ) jjUmZzK|cY zxtn fŹU홦(D*JmZ)]ϖ*,l3`]ةQCYy 1rS ӏ\3Ha=U f?;;B ] jq@tِ48Wpl} 9jiQcNOH9y0b# Č^Qˇ@=xL-6SYdgqѮ2@ٲv"$^搌8vg[kFYVۣrF,-o<"0Cb.|U8vX*3zk#6%R^Ϳ d|N -8P fvy5YÝ7}3.aA,wA]p̦+!Tϗh0;ުWˈ[3O9XBLV:^OFA +=l̺㗇m4%n.)&WZ0a[i \=ɸP kOS3Z!!%j$,&TxY [2qQ;Tz6ÄyI|sp86l)Kb3<F}tf/^Jc4^C;rXghex@ bDPxEt#y6Y3Q^O/u"HU\Q1;מq2VNrfE+ހځ,\`ŐX@ o={Qo'5{@m>!TޱpzAҡyd3L7< F̼6U~?ewg %<3޴ECHeOFcm” MU} 78U ⽝A`t~+Y E՘>a!H~(6L]3n0jA!F,&[.qH6T0a nlmЫug <^(=ˑM=YwXkP1dDRt\N&O#˯m&|Ldsg0z8oyAg4Ejߴ4T+n@8gaa'|#*]0_K-xĮ^Gq:UߘX sxDTdd`{ >ITѱhI$N HghSsU=[ jQB:҆/ #EaN *]D0C;˶$zth锨OVV,ALѼ1W L\L KݏT&r-l{%~aP38N9E6ъ΅50iRoZ,$,/T%Qߐy.z7W BxŁɵiKhЅ> xϣ:%g]OJ>BQJJN-jt[E~Bc{<&(Q^0 HS_4gx vVW'-)O%Ht5plȃAst L}AquTXA7zf C}U% ףgq?_u\>uJDoA\kDWF9܈2k]Y51x(V7QCKYʺae`܏:"q"Ol.^nVW̿kOV@mA@uvȻ$Qz67݃Z'#S4RyڐBHR~>H7 Ѥ&PV}+݂g\`1gM K"H ʆƄ ۅa-B-NIfZ&=UͰ:ȠaI<\@>5& <1!hRa$BN`"V_:s31a!y]-mAvG0R5y'.*K_kB#I &=N11qۛZ8rו3> g"َa@wFJ计a r8sұP4ۿnAČeU 2Y(ds_0fHz ݃K׺k𫈶}:um Rë),0:R3KyAEMc4x %*Px9^L5l)L{fMW,0h_V'(sҦ}RS8BTq9݃W-erKDΓrbfƑp m|b[v%NeOu+pu0umݡAVK|{dKr␣Z~h_E1YECp6~s>;mp׀roF{l@9nFj 1!8I]s6"U%7 ~aPng:7AEƦv ~!ҷZ~ +ne(8Xxl$1Zح>{0 ~Ku{vNh TkWL\kٮb Y#~Z_A܌`7jHŘE#W=EE0,q]DlTo&bV< ƥ#4x_"qJ=B)οFe˘;h<̖uyY+O 䄵 UcDHe_&:whӾ.ܯ+ 3ٓ5hR"Czg #RNVgg@ "!S:j>W3m =p``Ó-ʛ.D Ĉ$ރeYXH7Ao[i}$FB ?wJL~aʗ߾FhnL:O%=OцNMs&q0Ct?CZttBLr^[qgZ, z[] ;!5%A߮Px"iJvPgk HI1>烗JPfء0Gw p8hgE&[Ve721;Hv0D$D2G=??äMT8nf U-B. 駜Dd[H )}Po@VW/a#ǸC^ lMB.5NGg8g%l(˝B)Y1K —g)DJ"ʡHLjF$K,O\cO0#`vp"rVMm6 H@ [ ~R6|18RNF#GWia`jɝ=VqD? mߘgVbm-K?IU.'c?SBb^M^*JmLA~] t%y 7Vo]#4v.[cXSWz"##v{p䕻Bm\,<=U;"ɯKF4_2tѠ5a ޱ5ܡ*韘О EhIJ8p8f[ _U%7pBB,/"jF4[`l76=J8NTv[W!o7<>r~Kvt4VgNd&2j(--&Rt㾘ϩu`$PI֥-) Qpޖ,Q.Dh:Mx?V]2,윣O>)Z!OU82ej5#ponLFmSL/@t@] ^kGg}eCL_H D {ztH4{LBŒ;܍$yOl76H *e*@.rX{̲o+]rq}{LF3c^<Ӹ^=Eoz&\!Y?\rcl7?ʮ3/5M̹ 8v_e78F>2f_y.{&R\4!ĭL!]>ym"`CbxB{$Nc{Hщ0kMK')fvIrAM"zK蛭e`5 q&_Ua vکq@m挅B7APrYLc([t]zNtN,Д/5conTCE!!lCK<=[$}lNЋ)vZ-ݭy{SSCI.'W/. 2+YU 8H"UG?ʵG[Rwg<`S'3`0]wJӢkMIGvg\OYV$`7Ƞ[;3Ę%ϥTQsxɚ͞mdARo+2=4{:(o0rzf,zeH{=s>Jܦc&>ZFCJ*PRY_W1hPWr)vf$'sІ1r]V-ziez>mEP 01 "lN% ,ʏLOoh"FuZp6OQJ JSgg|gI|8&AC2ܙn- "6Y{#ưչB ޜZޘ)?N~+d=Ya!>@.B~aD=9mo߰0eKh2J>b0-tQ4 <\O5쒠kߨQd+*؊oF)B~h.űq 3<1{GlŀIىwFȯEJg//LkZo7ˉ+4 e6/ jC(c. c~X\߳cNlZ@c9όs{zq;Xٚ7%.9&FjpA z<8A#e?{s퇳tY}E Cx?Cڥsd,餣N[FaWŁQW5cw@ hRh|T qvC0 [*LvzFԄ_l*h}:V%%~3b2ܐ+*IB: [Ip󄷧%9z) \O7l`b%;=E)EΠ`Yf ^j]A1P P)모ଯ6(|d0XȘg(RBǏC J"5q;Ҡ xwUQx0k}|gb{?WYv )=PWccbZ0y,|>D<QJ!uƑ+!z%"qW-WjG'3wE-I|8=تhM)%.gTacf팾GT\R0,%׭lMCh֏}JK]Lϭ힭Th/'%i0{0e&[41NAR1aqs켆<XQ+߭ww6DO֒.9?vW!ւB: ,D@#f +$9z LB~bZGw4eK(Tbm\c>}_O%,o'MT0~W剗@R*zV3j{# 6yUĠA0}A#su{_SG*8U`,LPH4R?Nлv@a7> 6$n SĤ^0 "\*'M^Qi PTĩ٭ZVC<.)%rT@t\aɺ/(Tgi7voFiނ Ys$MBzkɔu ZWE$3ިvzPM˞ zh!Emڄ2Ş{6Ӟgp b!+u+-]1p(uX |Cp) v[*Lu?rQB-pw0 /+x~Ǝ)V339{ǠppOo#ѷ8eMoEc]i|(UChEXʉߠZ 1+& (N~hjq4YbC-BK?ߟ9-%COp !vo#(b:&@8z$~A!Mcr{sAqJp!Bwg'ވgӺ71ψ# M .딲.#L8zM}xE L6fxq- LU?sՖMvY2H,xCn,PKҤg]me[`5DwaBϞ|#Ց*ܫ8=K9̇|H\YMlYK-h1]( >rd|8zJ;L 9tyY*Ij|G&hJ׫[ [ @W_$;U^ܦkH~ H8!:yYi0bceeVfh2y9j%̶)vB}dF=4ş>>r*n}+å_3t٠u1qE`7&Mګ_h',M1jh%F#7送P)O" ?[f?YtT:!RVqƩK$j:r&7>\A=8V"Λ'$bxؚ>rnd`o%p,F\ø$V ͟p,K]\@ve8r\Tz!eR2)nޞ50D2%IKN;A3OslFfq`Ƿjzc!x"Mv'yF_ś7p彷͝^1k>5/f3ox6K<`aն0"mIfg -]i'~zoU_>BfP l #!5qeG ф#́ݳ.#cbݝ{ Oȱ]_?(cbMqKy[091qZA AP㽤~9xťƱ'V/J\>k bJJ*":$vY NcF/ʃbn*$ez$y9=E|<1ipN}tR*4ĠPCC/i`ӇU֋VEcIt=6e[\4V?}koFP2 QO_ 2 =iƝTh5̊GYЄC#/ze_}A.hz1#Qغ]N!??{P](G/9A_IWO=u=A1(<ط mihdX줤_k"!a6pFRsf(GܯV}vO9,¸V8‹p+]Ū=;Efv. n=yu)]DNY6^lFE'B>kt"P5m 3,_%v =(5wwn۲!gbzCw1}$2\IZc'hC&=:)Gq^r57h XS3\$Wg+^?y`ҋڠqc +4 7+f{/{-e ڡ{dAX%Z\S ǃC>KR1hT9˳zirUʾbWz kcwhΚc48l&h]B^Q$5dөg%YF d%b__K[QU< T'/6{$V~m$Vz K٨($E cS )▴!Fe'Ġ_=2R-T0~W-nq`|\(5F9|O`+K}X̗"9qV"rI5ݠa"tEy* sSovO곍.@ct$g@By~e ̖[d|LT*8 n[6`)뽖~#nj$5oAB!,ae` k\H@{h%,%MW= >3$BaٳSTu:* Ń4)i@HT '"EEHA=N*&ld&,} U 29!*"Ӎ.\//?WbdNΘ'h_uwa& m3T]#RHH(^_3PcKD)?80ʏۋ#%1>w!Q(Z-#5QeRMYc@񕸛IB+7}Z8fǂ3ڝKԖKN^!l 'ztJp T^ťp3~ ! *Ms7V)ԭ ANǩqZmtu< R%KJ zah.# sOt+`V+ZYS-kƷxzdQRT}ٷ:ov_S1ƒV;q#[lmWTyH+!/uWQ"K$51᳙4\%ZCH](j ݦV$ZeCy!*O>N7O$j/ ѐpb_4.لEKGvYNwA#P R_Xt: 7AAI/'>*o[ dbJHG/Gj.cK^{:%ܿ]r<<21ݝHkRsj K`ag^fAtՂC@*":SH-,PFQ5MF&!,gUkA_߭{knicȩs,Z<92}(eByѾ8_b`F@\L_ǒӿ{tt/;Ȇ66>dtR0^Q(ʷоۗGX}Q3p#rP(Syf4cqkq=*fZR1C%bJwiG- ᭠#v3.mE JՆni$#g,9]!:cɰ#j:a)ˠfv~:}7C1W k(96>[Nad: ~U7>s.DE7v>fq:G5>ev &r :rY[nB0AR^6~W4A4@w448xRUuDkZH>>KYYNGetОOe# ^Oeh.Y(ZZ 'Ȉ1(gO[aa)vNMn] y֟ FO {t eT\x#^G%mISKWp܆ʙB89sͣ$]~A|AQV2>9gD"d]ec;ʶV݈jB&M>hhuE=/}vӏt_tK/vF8Y0& ]!܋\>c4 Bؿ"YвwZi0ۢI8S;4m[_A4&. 5MRPS9tWO+쳎g. '#tx*}N0SW9 QU~Uw(F!\q|5xG4=UJ,Nx:X>F4ʝȃ+Pg  Z!<<|"fh29֏"VXg=IfUp _)20AZJ&}ԧMӪDI٢Q}F7<0-o'o 2lo~$p>BJΤSרzg(+i"QH-D}M⋄]Xy 4`8a\i_;C:I 5B$Ԩ\ep7O,e5z tEU*rT:RU% [㒈;2P"+S>=y%%3l.]Z`c{K,&eRPnqaM8CCq9!̓8"]_{CvF?==z.5<\^띶@ Ȓf)( gWcnTi|+}iw> 3'`'/V`ʇb ̧W15bRDJzqLoPbLH<6o>msȂ80%w,Hs/ۛ;֙2 Ico&4fmwciV,SE6yC>"KrCWL̝ )w0@U/Xmgmkѭ}^|4HDl?@tHx?S/X}]WCqJ~\OfG#uv},u*|Aܐ>ZjJVbw3$q$4A*7*b ޚ\s܏ӗa,T ^'<xXr Bg7S*ˆm8wYl$^߈*jj#!"dF8H"Ŏ:3?Pc$\ r֜aBVۮ^km[#6CcCwy7c酧 #yFLp*oMeJmnoo=ēFTy"*fGkĐz![mH֌8r4\ܻP9M;E,$0Ur*)3zJWH0\Lc$ngyN4Ho >4 sW WI(W:B=(c-Թ댦.Nw8t ț"TԮf0+ngc)-u ( q;We)Oc 0G9[Y e|& Zs΄# =$bqNF(·Ktk>sd Q&Z| /=C|L3xgIO%+|mǠe(4ВU۱(1 |6#6 ӨzhZ\/ދ6bS[wZۮ 0 0{?|ZgY1X|aNb8B1H%_'gVvcPnK%8Et}I+fe=!0@Y}PTX8uo9]{4m*el1$ɇE 3$8,a.f' Y  'o*_j:`X3>fXg?~#ka Y.Xl޳d&Ƚ)hF7#R.Sw|eҾ炥W/h`(*V-ˇI,QlVUD\cQ`]nYz3]B]5FLL}Za>]@tsjB93+d{]Ȕ-OZHZ B9 0~,` zϙVB@o F9ߥ=wYF>JFAG:Ut :j%;;$|2Q_"a<.`HYvh ,s.^7{[K@ Nt.}e_3q?XU4 \}3:ț')m 7|PʵLWC ]wQ/"*>vD 9(OB}VhXYFgby߆yzz Ԛ6` 5V4( 6wչ ˛vOE/)Ѽboi`KkS2vt_,ql[͠3Ǿo,^@ u|$#p6uA$#L 1lcAk=K}-)ƍ,U"lf(pnv%oZ0qHaep8z舺#MU$7.ryh'}HXol7uv?~ R4n{p^ uY *ĩWO._<-dWXLHjf~ $7! cbXNS[(ftT [9ٱ>ΖoD8dOvSm8jX?/x{DL-GՖ#C+VB?̹3L ǟ jxbxh3aSp@c6,y>啖X z&RQ;IK*BeV󦡕ۣ/0vfl8QJ<ׇ,Sv`R ao<_ #a-H<lAE [kbn יnl,MwnWRNGF Ej43v!ĵ.|5Q|0~LOi)ne\ZkWSUq*lTFtS}^Z(яeU /f2B-!$^# k繘{ɋq'K$ /AO\'} x%FAAYւk|Y@6+ ,B5&*p'9?yY@A 醼y]-jOI7 ɯ8A V<v5̙ZA͢uQȢv7vvI8\Uulc P,IqzN-J.yM }ɔ>G10G\ܴ\"3&rH X'Vmsϣ5M*ga5zh(i{I;pl3^r>b;":>}dyFurmZ᤾*bAc Cu{DoȠjBJO黏MZ`zofTL;,JOn[Dm1 ๩0eZ?3Gx5QC&KY|*t4sdG[mgug^"a_d^-o~œitF⳷ĒfkZ9Q5zUu5ۑR㹶閦rh`'~y#1 A[C٧N BDxmh&xyWOkC v="--EIdG&ygul#-l z[prÝm513<(B4L#\5Dxa N|!|c0'92ŗ,UVCgE0%rLO5Hc"]ͲQk_屖Ҧ[,?)f'h7F%L I(ZIDWuD8~I[VM m(L`l5o!*:ПB}7,)̣F e&Tx/DMacfԦ^/[b:(^ + C<*˔g[,I?WQQ]qyZvk&5%B<{F(I35ao/yU7Ck扯 ^IJ"]:탤ON~LEgvEyjtv9%k4 wQ r%Y%BѣbTmMFTIHre>,dev&@8U4-Iۑ|s`\~W XGO{J 4@zm we$3L*󌮍Ih:6C,.Z~H0`O-us`H)gæʓKq6X+w9ZSz^+}shyYf#"8= (T5<ߣojg &uf>iՂD%Gl׀3\nBWP>a(;~_%!ZQnH~JdWw]fȸGB'jz 3nO%kh5.gmo(L$Eدh}U_dsRg_uhT)5cZsو_667Jq] +ӈ N(ae@I+Ʒ\5hZxi#meDUhwjUQ7uu wO`ǞR~7YbGR^ia)|r7B2:l%m4W]oSh%K]P&\poVVF,:Nw'Ҧ`aVa-6DB߶{SY0'Gmn<#xڂn?>I4i'a槬{OJ7 a5]yKg6(c\,EMb~(O'&{H祲N3AIeLbƧ7.ґ4qdI蘉 0P![e l: T~@zN|lgl3!?Ðp 0dN,fd@ʝ dhm 9lȆce/)":9ю};{$g挛-.6KF3弴}ۻi-WɔCmFP؀ep5H@S|dp8%K\ !Lu/JGټ[s몬ӟʌUb(q1~.(ˣ(OIOzMv{c~d*>QG DAZLɭW/W"Xjnzs_NBO%>lYg@)jl&;l,0ܞ=,.WsqΙqQ'=W,D )P}~KhM 7j؇qb' X²VWɉ3 R .*;Hn{/| í&N9'kaxۨ]`H|pq  r9u&Ht|C^cnța93dYYxp{2yI_2aj&*V-_w`%ۄ*׈"%zΘ%u[B4woAjA/5V5ոvNF+!23K 1jjsxq/AIL طG3#kȵ,~"#f߯]пY'=GQpU͋>^Np%&*D-l@ɨH_wp]jXGbZCvsra_\إÄZm=wC uQ>s[Rr8R$U4*Bx#TW$oH1C ^2\Zo(Њ`O66f^p?c9/A`‹Qj#үA%iSǕ;_ln)O,}C93 Vck$L% P*d#CZܼ"67/fBY{uC@xefc^eHC PEǤv~|jM׫.݉Q,lD陶Bb+6*P{QvKZzaٚ#$ +x f[O3DF~h`\.`j\Ik5,TlT_~!Om6IIi^z<3ɤ4%o ~LO+7B^24cXگE !N[H' 5lvthZG"*Td`&==饤'S>ySYAЁ' Ԣk]}XŹ'«AcRUrŭ}(Rh}]U3owIh}?ub&cT' NX/6NPaWQHt'U JW]AA,mNȸ1N$_"źNiAM-sP"_l zqG ɋẋf7zl)V>^vіk.NKVJ30Apxv;; 1 /t/Hd8h套'8 Pܳ lS]g7-͌ߚn g0 %=>ncLrȚ9w5'0{8"){Pg#\Tɒ[P&ϙ<߱τ$[DitH)8+>H>a$R(UGglhd/&i:Qơsg& i%(w *P.aA[BX %Nҟϭ E-~IJe=U|%^I'_^P'[X8~ ]TʹMnFf+"o NWݲ迸'B7S?C߉~Y,1+HCeAP+{Il8o#LaBMJ\=p;V!6\q+朤111$XL2vTzw{ؽnNY !;䥋2:p{?ã Q:`~#WSIg3Ϛ!A8$VU7:>PR047%(T>ŵO̎/V`3 62-=pޗHbNϦ@z Ȓ+kR<6#]߰c\ZNc zmy^\,B6_(Y]|z+nxځg`-yrF 5w=Y>vKIǁU÷ VX&2~hьlH>̜OTɏa4W:\[e>,K9q8s0zN{;"yUu`:1jSg,5!vZ }CK 3_85̺7;AcE*#:`7,?\TSHV,.dtH“ZLEϧހ&%ʿqۜ0O0/yVO;ޙ$9$j?~ʷXS 9dfNu7uè΢Lr@yW wgǹqmS {X-.1/o2kPY%qg{)&px` b0# L_Y#Rc­+Y qzAcW齌ˮ(*.)h QڌN>zfM_s1{Sm'cl~$ǩNY@挼(-~Z :uJ5*7(8 rDvl< X\H  qb/+:-}%>-E-z09MT(On4 ) PaO a0|gϢS[h/<ʋM˧ _^'(&V3r4T1C)k{`v/ϋdV0h8ۍbd~{P)1_}ZG\}r^'3Wi، 9+YtztRuP_d&h xqh݉>'3pòeEc4żqw .g< {喝T Ui=j ֠nE/C/0Wc?ъ\Xh%XV.S  ‚+&A=DhՂ+3ڔ4;7jvo u{vD&r#T>xMK*OW7- _iCGy2T^{SΣװ}AE,'P,44?sP-\Kk?F#tb+`>$z{"NAԆMs!`վsuH(d9U_hFgz$wɍqhF' W5_`!gA nf@8ξJۃ\}'/f1頀$–TtleG-fjʛzx^Kgl&f.Jr(&Ly\a.PW.yNu`pȴǦ|dޤI= +FnCA3J.1$,c' c/CnY4o\G0=+FeS<@^4_'!\ ͙X5@= e/1mJ}lSTr5:_V`i@̦{b޹A!HO@ =Emݠ8{&.!C)ԏ_̾)"+4"@Ww1ǁ}bW]kmQ;ұ#:<+\I9»\ #F)pU>¼sTy o lX>l<烊4S6c1Hqj6gs0yoO9jRbaYY a)o<%Y˴T9^\ثO w1pA,I5Ǔob`ϓ)gg 6@eU?@ BB}h=7ӵ oUĤ/T/6OJS Tem|CŰ d9͜92d"v=eѧt'kӦ-h/S{~tN+93[urw89)A?_bއrqQ zjFB2ԨK1ۯkNLpd% E1zZeփh-Y=0W)46$\Iso'htixZStV)J0Goȣ7b8UǼ$K6'$]2豈Wǜ}lbaA0L=#l2!u7dEHSf;/xRu/Yu+ՙO@Oʁ׾"Z}vU !|&כQ{|ʌݝ^~ qn6!_l*V"f%p<āJ%nZ?s9vd{>p&PF=y WZTc(@oj(LTۈ=xX9=4&JED|^d0B9ox5y4(j-z%^,Ijt/fȈ3%nз?G&*7:G D1O7*kek !zZҗ,YypxP_jC}s$^+ryY~ 3%УIqmdܙ8v=cSi d*?ľwG ?%{kىv7&,q3{q EcEJgN@,ު#cĢ1YD]s5꬜_ A*8Õ\ a!Aʅ٤WԮaʓe_y.Sǖ YsdT:!faZդ lMt Ge7~I;FD:D_{qC*u1Qk?Qn~'ɿ׈Q z."uBj{˔ߍ~AaOz&-Ls.aNEgCҦ˜S= 2l6Qtk(y72A ƏyNz/D1N}z5LD iQ9PsrsՎ P&pxM(0 vE?Q!N123t(0H!*MHޮ =0]$Y8&Sְ\IՋ.}ˀ˨S}öybi&F*GFo+D:ϱ*BX5i|\^Plxd^^6 =N1ξx}|Z1`~E"D$ȓ~tgZvI(wf<ؠJ^o4ud0ۈC=*?gYZ*>A37Yzx&zӷl?n35T)DZ?椞b0^WhG p i5dƊL U|vȳYw=s9=}:C魽#jb)~WqafQ{?#אq.i~ױv+(ͽck*3di!{y"]}O|ȊxާFb5dӕcL ע)iɅBW:} ,f"gϒ'љ!,69+N.@2C|${ܒW?<΋J5kJ7*s^B6O_#g4JJ%3^!ߤqiYnh|1e>.U:bGѺ;+HXGtO0uc*/YRH 3_XymLk`)`395.E1gUjY,/YxOjט!IP80P1VQwX+nXΛajBp)'4=OA͵Ep`L& 옽u녋AZtM:禡aMѥ?6$x0އ@J$%Lv"}uG]!~.E`_ jAOe8PO=V>'Sѯ缒;ݽ0=ͬH\9)8?Dж (wUp_Q  Icvmʐj)‰R(!?tbDR Jl QK\LIћ.d*BA`{ f!>I)-jq|UwDnghEWidRՎaXBI#_$|NL+wcJ]VHR+甎ڱ#{RT^SR4}bOz.yL!Gg>IKvm0tǙ2[ڛjCa*/O `]x iHo) )Yx)4Ĺh&'f%%ϥw1睚?E2O/hO?%Og6ˢn)8 X*%j\+Uaѽ 61yg;7BQDaL;i.okuia\o >VЇb`P&@&G>) DWI_Jlz} jWO@d>P0E pW7%飂?lH^'ܡ}ߙ,qn͞ W7*l FY_8:iމMR ZPTyJ,#P7lKH~h9 \5?!7F ,G:I 4$AƻF=`S\o **4)Ξ3_!=zU@WY1 f/}؞O@>-M, o'}1E>ݴKd 'Nm^jS>ҡa,jO]../MM`+2,KiPPRPI 7'b %7xFu5.(O 09G+i%?ňˋcN9pj5uv.I\ *ݘzQS'=&coc-F)((U>ub8 qؔT_Vth9Q vvmTphQ#tn|8 (BNqYGg6PG GE+PI/H zo.Y0||Ŀ#a/ߒ렯sZ`niY=HmT ylhvO3'2[BӌdV]H)j}D'q:*Z ^L͓s R [s7l4vlyG% Sv_p Hzx"2Y 'Gu#>!|1rJ|v5D8))}qK(gRRYP*XrIi9/<<7[Mf>RnX ~&{F͒]чLSwSC$̴}YغUAA xxAHnk9U=K-XZ1')'!)]% Feʅ1m 8!<_F쵿n0ؑ69 >1>RIPznAqiSq_y)A8Vܦ7aA?qRaЈނBwloFzA$C+!n۟lQH``hf@gZdvZV&./fq|W[pMLѝnIT@dk'{9npQ7RLW.D`-[)`D~Rp q i>&yDŤ8[KŕLa)##Y*;q]?$CW !n`lStv $maH PSVK:5>n^g>~I,?YtMO+CԈ- cuR@LYw\-Yn)2-#uvVIKIH!inq+hM ^SjMN(bpa52\~g >fkgؗNd!q#ۃ1"L^9n>xmۦp1=UbkC6$ A`87YaP_f¾;ƿi уpU2Dd9"ʊoxzgGŊ9 kTj(7ّ#fRRDdUK[יX^97\@5{W`/AM3Pd2nيq Ic| dfh.'9)Kr7ܠIwV^.>Sܾ*X=,_cbDڮ./< -X-QӖG'j;CMCA&}AB ;ݯi ԘStP`H"u:O:%ZB+MdxCC°f1ڐC.Ӫ  cYsZysUA2+= i 5ur:]P -w~,Zḓ ;[]>%nt>MK1IpY+dտk·1~at57iHVj EjѢ;*w}:qE404ίtAe9|LoVshu0XG-o#\mD(@E%ukjȡS:sDq*@h'Z6bXND1 _lȮzzr͢.4Ri<+Z LJd2}blJtSTN3|-*5ߵEяNT5DX \N:&2\!BNči&v 5k.>~; L"Fs'?~Nep1PcMe"V+`c`Չ=ٟT5l4T,$vL]|9t+<%DDޘ8Ayx^hĄKATPŞ=/_<?On䂫H|'|Xk}A=}J?/S\detT_mAgl*5I[dypo($p'p6 f'k͡ƭ(+@.пN#KUuNik'26_G| ɛY%h{.]h4wvk&A0 iZH K5tUbߧ0O ݧhsVx-/Vr7,W82ѿU@* o19g75P4̣Yk*WSĂHq-S?"q⳾{J\N-:E3b8.%;ˬ>)Ǟ&#:v?L+{ިQmGҀ+YOu/Ư`2 []rb092+Z H'[(H{#%^/1^L4jI ;o8q 2_r(wuA{&Ra/RoNIGwgmJaU&itc(ЁR̭stHm-tU[zaNX ?? BDd53uP)SSA AAX+ m*xڽ!O'9Y Z׬u*:SZvי'wZQRZX\ Q @dM y.C#jzhUgOl6لknwg@+Â3E@x>Q2T@d@K\q 43=E?v%4Gx|\J]aȉ&= } ɢcChIb40mIJA!NiՉ1s(9cRݘXpIf oݗ뵒~@Qޣ I Zgbⷳm;ߧ$pmhx5kka\nAfthxw{/r=tw-s:Xw$U b;FH|"Oŝwet@+"zb5!w*52;|Pݳ:d%͕>P`m /Pomf՗e5?lE;%2}PhwRƐIјx^.=#LD!0b?x ɱH1^<.*rg~]{J,MqۆGub}kJc&F);KYWcf0A$&=ybС΀L[²1ӥxPj CPwJ#Z-ΫYi~~%%޼|G+$=‹DToJNT%μC1{z_lnҤ<-H!KLeU`.U949ijPnl?*` ZkSH_;;A0e&i>CѾLn60XSs)m5HO! 咜ńȴwJ&&~- v\ō1K`yFn.1hRhHc^v n}_>g|˶RXRTi!~ַ-1=8G7N'jkJSgöմa 3d.Bzj2yMu5n{.ǩeLC9acjzA3/Q|5@)S&|)  0@ϲ !߃P>#\ygh@XS6zZotU+TQbMD8ߝJڦdUUڋLSS[ U.d߽͋v5+_dhoܪ6!qPe/rNACA䒥1;d\mj拰}?VuS{,hwYZ($wSK;lL>։,oZ_Ϊ!)PQ17@,[@>4ZVJsTO;GzjRzZ,lBrIKf8[f8wmj_2~_u٭T< uLRZs Ѿ?û2[ @u`إdo1 ۽du:!` RxRc^ө85Pɻ<8u3߅k(@qA1>ÕO) >ք6`}N/FxџF"EO/VᬗFK]R~8HV4Ðfs'Oi0vnl X K\9S.h 'Ѵ^'5Ip<Ýi2Zu[P/ѕ _\l^;cj#2Z#D`C =n)gS{){yLE}*F\ٽ9;5 ]Awfs,}<7Nd;I[_hp QoDs (S貃e WDؐMHh;!|iZvt;=\ng!cf߱QF+{ t.Y/0ڐsZm.BنChm'׫s8,Ce&I:М8\]죒[@K-C`mq70<[;mpjfnDK d/hS_~J r 9_Zًy{pNаd'b, xģܞ`h}Ň6'\#ĺ}swan̻w-xɉaaww521LTы4>2lh= ojE iM͉8ua-ʺJVnչP\An a>E-ΡXQtL4ĈD8BZ=5nI+Q{ؙDtG?}]Ub. B)&7tJ/kL^'Rȃea=TUSd]_%r.{x&2x\=7~G<=a٩[M"ip\pDC|u15xCqYUlJ? MxT^3t'dz?InצquQ5¡eQv1Np×-TX|i )g@<<- -2~ijZxAݥ` !ضYj;:S@TkmX 0.i8Ίg[|Jk訧~XzZC 2bԙ CA+1uxYW:1pa9.v˰ؿ(P'&V( Є~e,#bCbJs' ]-PmSP8WoMݔf9H׻sĩLWG"?:taES+P8oWNW Vk9 *[6'oC'֮ں|c?30ߘU$I;>fG­(9I}֧9t".Y?>S*1Q5~c9 `^i"Xq2Ϣ A0]BN^:D2Ak/0M4|39aǴ\e ofynl=zoTR|)ޙ ")i7c=rfnBwu.ɯd7_,D&oFPWڣC1co<>DXS񏷵1 {mrBI5eb^3E!RրaψoDң`% _7=dab & qmVowo~s@ӗ9& $-@7}qav%{ln{º{hLm+4D\R{-WD^ʶ5s\b `2'#i(K4Y 7GD?S7\/J]W1(|C!1-ZM _ʦC_yb΢(!FGZ`N{91up]p$(KMCm$Vu7GAT>U2r ]e)1R  畝&M@=fl B u#~bc ErlwIOt,U~I/z߾)&V1% H$WqU<5Im;hptZkf\VGua-O9k*P$Hu s%zHCߌdsCj>'^;q\ikg_߷2`]׫ 6*tT#YS,P*3mޙs +MAA~-G"ǎ MiruuhtP$IfJM/vEmG"Xy5 鏛ggW]W "$UM&xkDؓU! $Ox}GD*k09ͳhXmZTV UvMcP4'SlFF73=Y̡`sׇ|CLS A9SY[F6iyeTS/0YrTm tBTQo*[FIFn~+bkX"L5O=^H}wMqyӢٛwG)%]&ra%C]x:fMyJh kD 郶r|m~ nojq= i +ej $Wsه_[ڞc=o![JXz0Ҥ>ܜ^8z}oEW<_zp]ts5JmT7P[5eX8EM0y|RzoTv@y:/Eʴ6MRM84v"}G`S,q-Psf1̼j*?!^`g"uR2@qv=h]F ߰ti75^-tY- *@9܀_J-~=)D\½xT6Wwq+4X?N`E=l`ϽFZJ0$oM 6HU~KFBP?[ػc|eյI5#٫&x)7z&GamYU?WTl/s?iRKaYzFvuaǷ-S Yxr/7;,-E$yKVpoUnL;7<[-GtAB`a;D<|LU^Ydr(fzbɔ[ɨ27 gjAz:j] uEO]$D5|u;fGբ ֟3{_;}yDqaBLCTM ta^Owg aE6TbXxHwb\x9!\&,Fw9f+ĠX`҄PVy<Jcc5h8# 6S[m [^TV0j[_B>b  }~(2-T%\TW e:K6x/v&fP10 7g;Q'`#CW߈o8qNN1[(!sV;swAsiyW謺!Ҁ(%Fe" $c!F=HfհĚkph)q|#uӹ`D!k 0L27]ET{Q-fݟYeUC϶?Fڅ7@ے DEskC]1wNPm}9Tl'E󷝽f[YKJ d8Hj#Jj١ڸYM}i\*KLQߛ lƿyzF+=64@Oj@љl`] G1\/.SPIexNʶ&,W]s*+ŋ0]bo\Gwl'xRν.g1o/RRD.?$UcDlhA,-Ah=R^;- \ o5g&mL)+lԺA."쮅cjnS e,vaqHe(X-oLy۝xkTzFwB+x{]գm>9>.Cɛ~Їza#o@ &GPrSxA ӂ_KN0 xk}rAM9_Vr!hCvfUdUM>o k4mX&~B(+LnV8a@6 WA5[kV\(&_YDpT! 0|ҝeM*oz֜99b(%nlƖLdHYYŞТL^r+6m3_ll\EbokZ(o!]b6ׯ` Nr+NJ\=zq@jY*:Yh(eN$%Z_z@LJL: +vWcpV}u6qRus7̟TmI|P#>AfL}^+k~qԬ^e3S&]֔Rռ"I'!mɢg;Kr#ra;tʉb>I1xDE^*u|?w0z+KK!^T%JƼ($ WBM4ޘDcXB<)Y2Bv!r%M 6.b5Ab6(7-o/fIGeDIKհOKi8]̔jW~x RR(~5|ءMNUI96Ty^|}*L=*hg ʸrbwbszot1#yJ>8"p4u-ShӼ?y`#hF(:08ģy ,Nd5yC㑠Wgle52jB?U獕v݀2"c܂eoωu)+mS'DK܅쭗5a3Y2 ,hiC/c\+k ?a|=B$y&Q8g{fa(*)W u9Dy(%^< UIʟ)ƼmVͅ)E߅^K~,XEu8b4q"bY2(+_j-*0ݟ郪0F?A cpVvppKPk ]xKfdw7"p|7SVF8V}(7B:b FcdEA_90u\PujF aj-P*/$ s-Iy8qD2 qX*h^N{ \1Y>>8Z?PI)߬w@ǙjWYNrNCؠ< B YM~^~IfGi+ۧgR0f;۱o* z9WA8b٫K= tzL}GU$_[v.#c R2Ŀ iYz)6ЂOQy2l!lv{dVX>Os6 AgjUIy՝zWcŝuHшRS_ci4g՚m}/кs3R. _IJz`ҐKu0 'FʙE}1(!E^5%!ͨeL ¬ '*O| ~I2(q2XY5_Lra]D$div59gNoyvZSSNzzϽS>Yk  IHRfR T(hX@,zΏí-/iYs& $ҀyHB:y"6SI&cUAr9)'>t.~Kc|4I.7FQY-mx\UYL#A04zܯfr7XB;BgvYc!ђVhQ_׼v3XSU%t@mU]GHr&N"r\]agL<={zNm LD#1dͥCbLm{;#dOd1@F/cI|=4ܣnz (Fᷢ߷Ug&3mZ6LrP”=:zimGE]cOt & vAnjq95iS%70aAFKa@D! u4(> [{56bmǚߊ.ZBNg{MA>PIrYdi$0-!)RB6sftWc[Țbs6=FΘ2:-$Z#U[, AzDe (ٙi/rH jrF I'`=dӷ9#?5S3m/.Bc d@ 1eQYL uhcu<*_=?p$S2VwbAEY񫢁їO:dn }AV@o l83'0 PDe=dZm fa1ISe?|`!|CW]fŬt- YT*n[7Gޡ'+ 2uSHl>\i UJuI":u7o-VoWLSЋcEhD{Ԑm eouaQCX"drPȑ3 FjNn(Cv>߈C'3gKFw%ō G~N)g+P-OIo:SJ62 ms`6E+Ix Pk[aSr˘ IV8.fN>_bkFs"= L|j'X #[vPP&}_e jWj V9}L*~>/2"C/n(Lo&r{Oh5t#1E}}3y6@#vpya{'t&qCU;jª J9H|6Hk~]L<`@ir+SuRWWhbe 8Jz١lG.w'zb^а]jvofêWuWy`M>C*j;/ |*) 19㞐6fQskJ؋E{&}eP( Z#c]DnHKeA$/z2XKK!-oq6gaVIP}Nj.t݂re.ےR|..=|6½/*qK) r+ē/g \g}ݮ3;s07O sqE"2-Otner!VܺYg!2 58~n[Xť2ݞ-509t.jGub97DV{\)-N7鿳ONC%b%pUH":e'Jxa%MCo l{{]Q؟Y;{4w>r)@!MԉyNsr;[-tM'ӿ#Ng,3X!2I, t@Q~ xND`3`@z"cVBcIƋSɄhxH20Q@q.">D/(.P"DŽ DH:zLp6p,bWj 6lG2 "zҽ-Gڂ7奡zjFIi9G/}Fb _GDlC6/5`d0}&M/~xKd-z4Z0KukJ B!ÛlS(^.C>mR:?YeDQDXNc3=%QUNɀ]G| yp~~+|mEQepS9f-O"h2dϏe/ZB_yo_U8Wɸd0I-G!}\6K> Sωb'&POWLd 9C+ђ:Hf|l;7`I%.2ۅ+6`8YDRQ;YhL?&8R=6GFmI@1 jӕ:ݢx|e;}T4Ѥ nd';0^[&rJȆǬDlZ(te$`j,!иĨG@,q\ǕOƠq1>/b0Ȥ1͆@{it~]*rvR>]zI񳜵Z8qTxP?e;B^5+yı`AwtI (;Ix}:>XB[_+@Z8UGZ4SfQ+@-}ծfZihIͼ]#ܯە95`yY\zyJ͒Z&nq43Sfru' ,Q :z8Hh^G|b]4"&l˒̍Dqv^|?: |4-iMSuŖrE@2iMrSb S.?VcZr;-P!qbA9źMdQg>HW\v"PQeԓ쌦>uz3-I XPP{[^϶MHVD͆f,H"\s{ =Yj?F"JlbbȆ8g Y(,Uydgp$]oeNpF툶v}6Vq _l";xK7' #:̙P;d|V+ pTIHw54GN8Lp2:1')-0$&I?lSHU@\3(OT:U$}W:䁀l_= uQ kDtVz'0E!sfT6i`o{.$*p ?:@mQa#aa\mK]xygu0 `+VᠤL5ؤ.dHA%.MjP33gp?\wdS @I|PHmߡFJfӼϻbA J!4dN0GJ7jï+yq9R "%%1{R < aKW`|mgWO+{ `1$6N?70~4+J&,Bf_ւS/ !kЭ9Ő!ouKxRLIRK\~7moD:y}Гn{R'8-=$T!!5T%!_6h\E6;qn[+0@PPDXTDn5t݀L ]2n>|=9 <ї~+<L6 kJĖir2Yj[^(*A[Λwo9& Z^ `iWN=Lߊ _8=&"=R5'/k,=(=f]d*ͥ\C/iiPeWa8_^1@Rk\Lm}Ffg]ƛA{q-w%f9I_(䃖;Ts]=4wz/" Xy&PTR  SjFH ڤfctA[aPYdZotIB@JL\6z%t ͈JW0Vn͂602p`K0Eg*AkɔvKum dIs0}u08!OT) LS=!&SpRRuI #N3j] nzB]@iİA@` )'{Kʓy8G#1 }:e닆f=hhOcӛe7!UTJ &^PH=n0%p1 ;>yݷhq` ezl = `d m27Wgsr@3Xf\QmLjʿ\nTzaB-قC`dᐝ0o=K#K/8V'&0پ a#I39 0#a/29bYBW!5C)FÖڽ!ZI]AބVXC͜A]Ug9\z`1V0uÁgQ9|]`G`oI(#2oxlT*aG)E D7ѴXRz<7n.ȣj˃tm\ dB/Hb3yCn%7KM~qOL[XWp>G4խ śZWa߉Czc^ڣ/EJib27 'f 8e'AI;5bLϖFTFMb)*@Ү Mbc-7>띿L^6Pr-#쯉\xSҌ7E$+W2j j,R͘Ph<7);EC6i$hUDCޕa'X8κ_οkٌH_xz,P~;_%ݷa4^_e6~zj#8]b7$=d02+?*WlRjD KlywkΛaS}cHKD2/WfnԿfi~8ON+?~y]%&f֓X}*B7kx~F){Fdvb'ɵg임E,nhR \U'N,;-ACݫҞ Si3Y IJfLT"Kl_q&\` i+d8 U}ǛGBKc# W.\3(=)da=r#aΔi8SBnյO$JT2TTvsdi8狏-0eu.sg--$cPIP=BwL%"!6m%o[x ] [h$*fo',t)y1iLLY%ʈ+s|)!)4]wfxӰc[6'P'V̇|>Pqw̼|1 uwC[.ll ǵ}2и'nR:I|ִ\aS.פ鴭}ټ-w_[>=6hίUO] "0Q)889CN3+=xf7+StZcMJjjŘ(dzIa(c$Ƅb#v~VF_:a _CQ3٘ ;N\~vU'" ú5jq<@smUX jSldr;,]F8[nݰnOIG:M(J\oЙ/1No0r9Y= lep9,Pּ}!*MTB LbWه7Ԙš՞M;<3_@$ł*8,(WF0~+8(D+5[2`Dci48z#Zx]R(k亃~](,XfkZ@O}wab#H,OS XR + u@>Ag9@-<*E;+!N6[wj7:C2%R0 , -n@ A (_<{(2} T&ԙw ehC'k_ ܪ]Oŗj)qI*fOۦJg[MT呦yH^sLfXQ#x1JAxM΂/#2R N[Ĭ&h+{䎻!2~n\QO1LFϱ\dPR> Gon&lޭtJcodTJ>̱ШԜq"_a]%6`P`$/"/0CkRj(S8YLA@2 fv(!`㐆5J!R,WtOf U1pAގ49f9GCrp (Ja1сN-\tx{IP&`qHx7)P_DEA^8U.D,ٯhI!Z6.ss 1+e"=/6mb[uE9x,ۨ8]2ګ; j?Zl||T˚!G}dKIiC9b\3,p."+!FHpO\&E<\hD62oB])*FJaT8Dh1u\AsC <6ؒFpi.ņ2-a(Bک~dOcMz 2ոa^ȼss}~俸2,udQ^8HXv K7mݱ<ֶEx4R%Z^:i69'?rq ;w** 1(j #Dm#ziؙZӃ}sOb/"ԁwѸ()cJ$3)v(ɁV)vD _ wx->L?wbnQԑWT}V*S#k(=P1hVޒL8AE@T44́L)E$ZH* H/d-C} rS31ȸctP?ߤS/V"LAj-C'p4Q>,ٹ1)GV (߸x2*XFz!2웁(rvW|i8aGbv͏1m[$n6ɾ^<[(KpnroRR%r,/4 դE]5YGd];e2H5<.Go(*%yO?S]Ղ|qg;t>ZׄsҠy̡؍J^RTXW^SLv˧r%=ިٵaԫ}<<[=i^R:cPEˆv cq[u:6q3Zt=.lwsO! p0!KsBo.cG{[>nR2)Q/KIH8K&Ry?!iB6#AΚ_njٴވՄS#t k_AtvU{ ¶(tUquƇ{)AAd\R|z!^W:`cdITJHٮCwqZ} kske1N-.gJEE+|(ł?iHB};QK '$8q^]ܥ!A. 9uyi.5DNwjFIƤxUHWx:0BR=E؂qw6vr{qJa#r?7k@f5&kv2S@Zd*ʿ2/<<\BrZx%̕pOcn/J4JPtnȢZǭ|O c핉R ,fl1ͬ15qFQU x()(3 nX9 \2}/I)jTu=K6{C̗MS3l}X_ϴD.2 S%LE0RLȎ-Ey UrA׌wLVwRLL {}]إNlQC6=a|C(QϧЯeD̫XbC]0XyV I}b@@@ $یvB^l.cKQd",hKHbeU4> K)x" #AYLV$NnV7vUPe6h`xGe1_nݣsd@I'4Ei,ikKя3KƵw,a馩K2}yџa7,8:}dݺ޾E2ԅ?ۣ*8yt /5 hi_uTʺr94>W0ʳG*ь,|N3˞,y2/T~R[~)F di 0㪙K=XE\rRA1NLlPjyaGr$֙f~yQF[d w3.颰_A@~1)wz:S\& ofZN AJc+f?-h2p[w 953L(0/0k"iL{^5*8;tx|4 *W;Yfܠ:֠KY1Tk=@©GS3䅫&CZ2զP$Y)3MGW"vbs=-Х]{r0B(J"زu{{03-$AE\9PAK ԁQQ$X=ɫ-q8qPYhн)vP. 6HkMQYG(q[f.(MJH^ub e%b*ɮR5"yhErymC >Z~X]b딎S)'iV-H{[%~ߘIT"tD6yEHNH ;X^d1[ 4Z,!~E[ Ɨ<|Y9D9(hu xnۥ+×SR~'\KᏨ y.{ሆpӮ hf5BMTEk$8A'&Bx>DȳtE7 f];[ڈa% H4e fRǐKeUJ/FS/_ђZ`<1yy g_aH .rKX8 )BB_?>̓U./y$1SF2 9_nE=M:uYa,3y`|s- | Pn!msHR<່e(RGsڠYYNH#jaș/_rss8+h@Vƛ DXefyw!Ϥ+2cggr|HRG kg$q> Pڥx|&7-);MC!q&9(Tv^yWq?Auȟ9aކj$_)t۩СZ>$.HnOɶnjcg*V.UJn2-0({\\U G xWX tA|i, J,KZ]^xHJF,Om+[W\o窓K`>켵uLwp?o6&0&@ұz7&n(4DU즃J*ڽ:% mel.N N,08h: +DLLYc۶ݾtnn&w`K'^ .H]&6Ĭ,ҧәӋ>#aPWnf#%4Uɇf/^tmϭH ù1״IB~Pr@SЇ> Acegr}ʁPP!O ݞG$9|\;Z #pu&`xIKEtŨ1K.L;5HyRclJSx]. 1#/p%[Q(Kk'>K%y#$rC?uN8ƾJ'&RźI]6;Y@lw^ Ӂ9Dl+.cR#;%+o#AjSK5m7~m0P=ضy Jz Jj`Dn5Rm;>~|[vhi!'Խ gA[[u푣bFVѮbz%^Ŕ<~HGF6Pԫҽ)DehpE(?pлJ AW@0uP_ |A}}; Ǿdf;n k<"Qc׮+`IZ24.:{6}+L Rm?@ȠVu>},ܙKB@o%N)"8Љibg) J c9fzLJ)l>5*K)wJg-oe;TFAQlg<4ׯIMiy|}l_2U;Y6k.V>P~gM%<̵f`8(Vj%hN~+Q0V ȈurhJepBRGͭ`80qԘJd#'|A)55./IMbm@<6(.;? 7}В)@Sr0#>{2Usm$z솬= zҀ6oNYfC5/;Qf<ۼ^z*<Ϧ d6Bta C2Y(O8k Oz*j_oEV*wV򎫨 XNA r W=K APԹ>ʠ9"~-|?45868lf4No< emO8hQH y`vܭE~xA{W\*r#t7s& ~ڀ;b>E*UXWg)tL=cMX](c LB@a~b+GZa\:y]4agC# >i#%}ꔥ)0ٖ/ycrڟ\L"Xl8j7mDqSV] &" 0Tf0Nyñ*ˬ':&}JJ{T ڻԡ]ݞ!(+ΰ|AQi;Dw*_lޕ#$d(ΰK> ɹ9ڋS xXs)\|6?1JZ杻UL>~:nV2#ih@j%5İBTo2Sm6 >VɒM(I"M=7ߏ .>aw.ש3%M7b`*,myN}QBċL%"NZ%(JӬmNnjNot)H-6Z:PHYF7q@ÀʖКT8`âDmP0Mm{[dhN_\k˩(nیBZyylv1(ŀ5fN2Q+m|Fn:f(eE9]qU1PF%7$A JG-li.,"_Dgn ΨM䉇;ȸa$~drƦ9DiA>v;GjU_Y=ܛRBe]FED1͋L ; *CМX;o_soz7uP3In;lt5xxTo$QŚjuΜxeMe'goЀeaU˲=ЪRp^< ™r7S˖Vh12AlUPUSB^)Yb6AQC)$P&xGiHVt^x'dNy=ǹW;izQ3Z+YrK01Zx,oKtB_Cmw":-:ʇyIJB]Tqv|cFEļE t0$~;x}cIBlkhĮ'U}(|@pr"=fK!`yTcޙ ̿ЛNR.$ ;t9+Nk6+]O}D&l+;gZpLKYk=r¬W_X61)̽-`9W.ĉž펎ȇOQ|sI;̘t3\Eү/5'hq[x 5 Ԧ_+D,y]qI[nuW{EBHlVf9hآTmh#J9BoJBeMfY<5oAHA=[XiwXXvGO4e8H‡nI)XJgܧc@17vaےY^3Tqb )ٍ4sHWI|mfRQ;QL}5tTA2̳`睒Ԭ# қwjègy)ᶦ8 LQv?῁Qga&+U.rz(:G?M Ng܅t/gy0>s 0;qde^*5_IA.M'jL0LDҮn M&T@>t^zI{ĩ,FK^ϨvK!OvG\`H$_9sP! X VGb[uD3qvNIw:_dV QEz黰|'V{ 6ۍtEhh^8{|RlepfṶV `6_V](zȦ^ZPÄ iwEn{v~@?R>K&5ꠑ4JC_y`3|@ccpC5a&`X{lw- X D\Y(gIj $Jz7DVWHNHdS$ mn^/4@oA}_ŮF|>ugD"@ ĆNl=zmc+¹7SU^IpͲbh0=l.H]{14M LR|phqL vJ"s#d.}0N,`"ؓ޺-Q"yxvCK08!cר#6eIKdLI(Sp=M5G1|.& +H|pU2~8QH:`G2ϓHky\0:Dh'? fͲ_O,{D*=JuFr܇Jq*?δV#^Au{QK|+&F#2AlvcZt ! ۱ǾYe[H/KBx5v41 8ׄ9+$g%8#RA ""0|ƳY->M` oP8޸`&H@esKKϦ*r M]gE3vyegI=IBbZ@#bԾbPǤG} d ؤS CYZb55IE5+-#[g\hx9^ao@-;_HU"yC~'$TV5<[ܮHuG`!ӈXbM')<41Z(Tz^6G C-*\q]ch-C%ڼU9{$%ʉ%ݩJm7, k%6n0g>kW(+̇T A=5;U] )=Dk v(/㛋t]rԑV\hȃ8WF*KąJ%Ql~E 3cV]hWL -E?>pWs|Z`G:b|e $-J-B;ip]S!M:(KFLxưZ0`׈2+9ntFVzhǜ.y!Mԫڇuϸkm&6;Jx OM[ꇗ]7>zTx8X`ĉy&!fB޼]Nggu(1}`Sf0 mڻT ྨ!l#[63)#wD&3j{3$6$<*ymE?t~/@+ED73B8LM #ehz`eeBl:pIwcY/I߼0ļ{wY؈Xw[cs׳j+obӍ{KjUIRM×X;\ľ?z!տKm)wUP`ŘfOO\I7бX4p&O.M Rb(bP#ҘvHݙ>1Yœ@Cwx{R]>i<* қm^9UQy ˩\*JG8Q37H}:jjR,+ ۾ܯN]HO?~^:h˓¤]/_"o\vDh9PMmJwعR^I ӱPqCl̟{gx+9DDquV,f=^G7(qpaC1h`ϫ_{M@΃k&vzC#?J(!{gT=ᓟ`iqdd |t0W)W/WXd0}'xiXo5zA߾nvϖ!^2Zӈl!J7m: M F4U (iu_/VZZ܉syݔ2Pvl]Ȯxd`(HIvJ¿}[qUnђt,Fg<YgҟrC/~r"yZHOjgzlW9V@ 6mr`9s*gOYz85a:ggr|-zt25}tUr!6)-`\n孶`Ŷp'PmUz$qE8k1{_`rO9bQBzCIZX+:z\6I]>61PD=!琻8;jD$[ckeHFnZV ;oE;B۪˫c"p΢WBFkI]iQm? t_ vf|4XḀFHJ1 1c Gi!!o b$O?>Qi_"Gu ʼnC9@eA޷  eI vC#9>21 "%qP?(Y^@},9z5٤NϏ!e+N !e<@&Gc^ YI:-$j K>c@5v=GGGb6[uuԭ+C aŢQ :YC6j0fɯ')v$\S F6ȯ-KMPJ.|O&m(SīLj¢q~L]Bz_$J!5S1>^.Mџ֭k̗"-ҧ{ x5'ҸKݘ$iK΃!6^e3d:jtׁdk"NR3GB_^ PD`,cٺVbg md%̶$(d~r]]#jN0Fa0#j u@0s y~c=F LV{ڛWt@y şkAznz*NhT? gѝWo^* Wjf#Wȳxk݇?Ƥlusd+&m14A*H_qŖjTmB4`nnEy#={]onRy!^|P>Ef+|%P6 W'[T6.a G&zg'f'0XEq:Y[i>->2I׷hDQttVƍULfH7x]9ΩBd$5П%h5Kփ:*e3U֝(TKXp-{'* ZkО\+b(!,ٍHSVpndO 3`:}|F3F=g_`d.wl g!5_X]'Zbndr\07ҫZz,*.};uy/F7E5D~;I1VT"&%)y=W4b ]vv m%$,|Уi¨ Zih$x#0^- 9N`mH6' =0"*,L][J's[awah 9&u8c2 ;UMjB_f+VClXPLj[E^6nɟKS>E)8뢛},YB+iz(Pƴ@n92!lxoرpWė lp0ephl_x0BWpk1^0s4=I*3+vL8> |Kak.¦ ׮Rn#&LMœ%ቌ\5?]D2^`_!]g@w+#.%85SѨp3 RJHn s-l7!~GiSCԴ y2Qa}lX ?RO [aϋ8q""Lխ-t\gKw;2.[m^/(ĜzWP7B`sB|̠jd#[{kxͧ$ O9˻ԙj٦CЮ,5gq֕5xanH,Kdȗ\ߎh6rJIW==UX܂F|n/r+͞x HJ"EnRoxX'`1!Eg2:;-! mc6,wp$1}ұ6{³5#OAVIQO:&s}'䷪JF+ ;r*>vTQ3eG5 s-l4=0!> Lƍ@Vj| !νoFDGȥS7(OKw~(MEp<(6{olwgIO'2S"&4BSYary%Lygӕ ?E(Evf_//ԀS4Z`B08Rْ-D>Gg^zB\%uwwPAP"{> L<| -5!H>R j67n<:%YAVRmu\cvKm̈֗|, >4-4 oPnGI `m43,|^CqٮSBIg@%XMfU/p <12d6锞D ? u,Nnz.]T4DZR_hSlHy kpŽmZN;0 x0vF @7<5>m Hrv[mҜF<e~e:d rs{it亜(0Xe> ˷j $u>Q 108$rMnNtQ Yh{Rh[')MINcmSU2;1f߸(,2XPѥ,O2A479"P#&wT[d˶+0 r¥AP(xĂRV؅ގJڵɳ4beTZ;wSDvEQzzٵ&G:|3vr?mo]C+,"PW.%m{mh&u`d^V \JNde\[Q\̮~!wAxqk}>`n[=16IÉF 2'0(~xWo :>-E>z7>H?qibS_:3Xա&ywsv+W s1mQxQ{v JaI#vձ{}lGtOo0Wi/o '݁* PrkYx޷uu~LYHsnakm z[olhbq rUh{zXu%. dj;CXgް{&ZD; % eϠZM?+(+lEp#ןQ^n8x}vH 2e22_c#]VZ6f8>-O@Z^6rp{NjŤfyAeڥ4t} 8vxmOMR|d:1Δ 1. $5Ca<Ȋ28=[v<Վ‹/j6O[ZYKvk`,hbR3XjNf<*;2N mqxm.1" ʚwS!V.{AE+.dfiZnfWb^X}`4;v3z l3؈i={2]j30r/UJ6oګ{]B\TΡ݃W@p"3h+v#(DO|> Sխ'd4ٍB\;<̃~ggbM؛͟{MH5EW// L:6%AȘ B8X1XKƶbkAo귆]qHLKn,kcp܁[E>1hY~(4W2O}hUx| lDF" DSMxQ2M/ -L 5kl.mEC&ixꭕ 3WJ|gzMr6\4c YWLr:Y#iHyPş =Ro` 1K&fF,YSAiIoD$2iT:62THn8?VNw&NbY˵ m*wm5מY QSKȯyW kF,*1e[[l]/܎vr1r2ORUC'С(@]Kw9,L.{??ef8 %*7@MInx5rW#?^CP/^,cYOtI2yo5Oqڹ!}oG9hEvV BBp cJqv'0[0C jsX=z{3.|VnB)ykŴNISH"Y&Wm*z?R˂m';4/ kfxڢB)u>[drb?:g d#Qs j$nu(3|sk+d3_ 90mfvQO1cJ h1&g6#siӪVnoZb%<8bONMԃb2b]aSm%)7h @aj_ {b#yE4 km D{Ӵ$hDAlqǧ)a3\y=7L>S~OP3 5rO țy?c/XPO ̫SR ¥q{F39crmǤ@xЄnj(A_!1s7"띪2oO:*'D_~{y{ =VQoÚm;zIpÞIn'{`(`;.@8`6S_ƙ%4WH)+0@BAĥn.qQ ;?256_xC&>|/8LV8\?YfoxHG{?rՊŅfzo dgra?]n = rЛȯ|}8Sڳl7o)Q^R iImJe^rNkw)mPnB))NaV (oķ2NM^rZJNi9BJB5OCV@gQ`.H|X@UdOAY.|Z4TPd[Wtś7zL!V|OX ad^lzL*֌5o[3!^7 {tq.,WQ( h߳ ’ɀ|J,Yr5',h!0۽_C2FV 3Uy;U[Z]{-S0%jd0a`*ȏ#2)?L wd*?R01skT`[/ɬwD\)%;b`3ꣀ  OHN4#h},BT\oR}v4Ϙa+!23;PD3OnHҷu[L;:2#tBUNm89=THfhՄ(xzsz?G]X5H 7V)\MNE&(  j)3N8g V@RU.>v mSдDayC2f u|C | #R&8_Xf`'lT~C /pb9An^"sj tW)iso5b>qА*fDS~?tpYOd; x׻kjl[홊5 ղマq8?[u Iz,x WKvpEכV.W3օڸO &`6/e/gYaJWm4rc>anz!7*9? Ϫ[vhd~2O8N^Œ^7>q ۘhNKNh-&z T*Y胛\̐~^2Jw,qX 2 SEP Q:pٰӲttӝ,i$Pw@ƖbOF%eeL>>ޗB՟fBuNu@LSp(|5C>ӹp-oK`D7,ir0S왼mIcA3G XQ)*(W2)VE>᧴g#[aɍ5zzN@LۇF,{q~2گ+N=~VifܒNҧR2+Y!M|/ Yx`Tn("RȄp;^Xd!$\,Y_h2x5rF/8hII҄35jvC ͍ _zyX!fkq*wDA.]fPd~5!99^a2 oNa%o}׏d`NHayFMNQ[DaZ wgHsЧKA.hQ+h ;ӑ!q1оnhX2=d;o|2m `S]:"S ٳ*YuK?Mf]|rqOד+PոdKӏ2/"ڏi.8)gUUM66HQ@F#R}F~bp#  |vXvX;zSA`>>&.x\A$? k䗠hґ\ z'MCc<*%C0 ~]0kp5 >}_C/uO^M'M/I2hjXk\NJ+O f[Tw,ޢDGD4.~W`B #(kx $n@%.ppnW ]4%Moo-̓!/ǪEm$NyjyB7˫A#z+ ov:=$ŦΉԔL)N\[>X&W?-z*P:Ց9)7GvW1eP-掀n@}ʝsQoJWQ̦ϺKɤx+9Gb:@4VHk"1IEkE#UC%^,L9 ns󀴔.LS`dNsާN7[B['%(lR"plGx(bF ѡ ͬC˙V ˒/DaO4i(&L ZIgƖ|? BiuTa? ZG'H u gL}&9}62*A&Kb}Mj\|#TumLQlXqy$]N;Q^%z" y 4n \7co${Gv"&ÙU} S5cxF9ZPI7<=|EA?`y;bM XQR ;N[iA5 펓uz>BM^?a+?[{;-iT3Gwx4̂ س)7VS/? sA]&Q>gY\M~.t,H< |p 0_݂GAgx+l ~XgI!oKycrf13x{Zf(,݋W,m٢=%*+ãfb&Rv9hn0>ZpSf-=9&ƣ0nnAI*>.>.04mv$8 [Gz+AdtBݺu/;n<"@ aj] w.pCq5^7pp2'cqu())h>[.돈_;]f_dKYtb:2虗_>ŴdTYCigئ4qVGg+;lky=n.+vp8%yG r d8{& vz q̲آȢ3AA*w*F|kXsmwouOnahxGo=c(VWa]660$lYpHZH"S,GRZB *z'S#cOT(mxcYhwosT {Y /!XےٷF62Sg> {hb%"!6Y#zcDz_C8߫5 ]/F7YOyz\otCյnK} 9r @L~֋FvA b P+m2!leGknd4^`޲sY3 eK3HwtNY92AqTrw#nx4<GG~<>\ fXȄX-zj)hԐJt}nk'4\ S~k"M+2~JO~GJ2Rm]ʓx/7fLAS-dͦZKU@9ځۈq3hP.Dv6 c-Y M ڿ]X?bAq[탮X4!p<鳄<%CόY'm*m/J4IV vˀ@캚`hYn}hI^"%ʚbjb-bWK! N|տ:ha V, U@|G3"@=؏x9=ʓlCǰRɠ z^c)(B-^hu$44 s{)A;)A|[a%tqf+.j*)L8轵^&JW@nsb'iSB5ɰrHf2GT'%l 6sdLZCi>R[¢+jՅEJe}SO|j0t|_%g+6=S?5͢7(yO7P5:oעrUxO.f"-xuoG2b/ir&yb$n,2\9 ίn% ͖L 64#"D'UTgrrT2T̩\DR))K 2.|X[Ia1H E1L`ZQQ͂XC^-kT6҉gLT;"Ks}ud\nIft`3; ]K>=g6&).nQFc^kOq#G Dzӓ:/FZQfVy;>Si6=1wG).)W䃟}sVwJv5kq6g~11zثSA/=~(TqM61* kMCESgt."0)wubeJӈjTSi86mVp{Hˋ$ j-d:S^)[G{d:٫Ѝ]S FZf#ߝ£ Y8hRc:#^߷]A~ZVA/U^ctC-?v:1kOwZEf_op>v]1(AUk }G d"^Pm.4._|< g3w]MʿRdQم]ug$0+t_o*Z 33Ls<@ Q RPkI] ۟4 %f_. ͜z)0_(o)jIeaILim:icX}ަIT*{`XJ"av7=}vzfK}L}:F `K_6eNHC@"]̗3;KPzRH^>bgX` H[>&зDMxp5Xw[~t(9GXp+ǜR 'cGU7 =:VHYc4dL 18գӽTБnon/fa$\v^c,eA *`Z.)h0X1o\B^Ր (֘I"R`U\;Fn 2Pg]Hxeq1\|Zb׼ PLtM."fWB)GtdKaAwWl| *eJ쉳SUK|tm{֒yZVKr[":TAB4)+Sq[D+Ro!+uc[)8o;RYĜ%C!z Uu)/^e`l^S+<q,2oU/gHǍ6%AaN*nvm6,h3XQ9su87f]6o}f/J1fXMr;)lcHL/=qÀdS rRm7貒Cuܫ E {0d&nKUBrP:dրZzN|pe#fMb1s:父 ( .f\Sj:(C=DL!W27Q zlnHb U8d_y'66=q䲂+ v֒#DpC{ 3Z%lOnD6Y K --5<V5 =;f?f ^ Azձ6M.~k'(ElB@a aGW :sf+'eX}T"_KNYQ) &sW5LJw1$A kC!阻=3GV@tT=c)Qٹ"CO"\IaECk>i"$j<Ӌ;6ϯBK^k)@9YQn ;W>/&%QLDؠf8@5WXbfiga?QӖcUWQդၲUmu&I?M2/c ?t1嚶4nB{Uh.?m)> |G̵2>ztiS'${橽Vd݇!-\79AW@-!1W7?U(7@N82~ix!;~:Z_FyWL k.UhKhH5GeMЍrllPUk(:n/(hk() ||OZӈ-vlg9v*|S-E0Z'_0.YNV5FlE٩5K'0@77֢$!~ :ւSX!.I=7CˉYbjtte]Dde}yS/UrϏ)h΅:^lE6ݎB Z &ںˊ8q*]K] 4Ưq((*6^dL;5 r n`1`9/E<}9DOqs+j(@YM}WHY[DǣcPGo#GV)&9QQ5Zluw;.09EѬY+ߋafD6[Ɖf39Ͱ}Xzf}eNj_X!8LMKǐ#?|F/rAQ1zOAAkuU}[ToL+J a &q-܀R^zyU)-7Oe+}PYU23g2qR=hwdMwu[W[\lpWiQ6j`Oczy)қ0`ͽ- V= }(tWKqLL?ڴʓ:sqLR|[⠕\=0D|"6/KK ~p&v2:uV Vx6?L5j9~f V3~EoQMF3%:r6@nu㰺-WE_̎i>~85ÿ-x[Օ-kP6<9hV~]BX0ZEǗLW3pU 47.w%ftǭ[;#qs/)Ql{"HJ?e.jcPTmrSԖg6!Z' W& ?-EM, {+1&U9$ =[iܡp]XZ_ɏt5-Ҿ[vmѧPw^λDǸ,S銏 |w!]T\K;}-aW_( @tlz_ZE][2Q#"=F;tq"M!wegBܔ۶Fi? Y[0W W$c i$WG}-݌S5P Ψ3qc}Uv--NLY0aC ř|q2@9F&m)McYQW"=cJ=#D &ɬKk55d^AyXWs@*=ٻv 6wiRIy݂;b܄֌"1.뚤xC; ?\lY_Wj !^YmC@h/0K %ݯHUwU*G udkfKWФGFA 28y!$Eq%F15:׼:Ldy4"nue1Ŷі-čHvR`yL_#èfd=Urܰj$@bz"&C+Qz,IFTym|IdMOT62/^1K-8Ȣ.R8 lT:`.=dLҞKَˑ۠E9B!dnP@nso$`DX#Um@(É:<%Y=5Xlqx,8B-s30n}9/*#NG['aI-z52r2Euu>ϫs.|+t`Bn0[w7JG,SgD4~<ԒK̫{jԉж8f/a)_ L\ęT ޯQHFܮ fVs)5k^ q%\ y5Gy}֎ <,Cx= D. ӂc4@@][at9#iEa,UZ.5L>E?fr~rí-ꕢ|E:nd ꂬEh A>{l=K2U4V?_ŦR}l'򕵬Y+4!8bn<Ϸ>[ ZENսnaZ"]V5K({?tg=єE7u$IǷ$i;b&GYD5)5E!eݱ;yS PR HQC35  9OM>w ڠ4A1'7/;]5 ydNoյ<"n<*(cR`@8M[*`*Vo.sH+H#O/kYC,$<ɪi(=P/Ki܊w&88_VIa`˯dyb͈A .w@)"Nsp6@!bh<#eY4\~r\Rr-DԈ%pW$P2\k= KyriwlfS`B6x; #Pe-D!5}{$sҝnX]?ϦI#<#P]ԛr J JmC?Z(3M_q?q i'ʰ]15+VoOoB=+/wCUg "cLVٲ$XMWL(80x|;y7#9R7gWkV nmI[?^C@ iّlqQ[bC1>~Ѻl*JA*<LU>Q 4K%J4K8PQg>j2U = Ӎ[%6tUiWt7; zWaf lۮUp'Qj 0=5M97Rw,%4:wu8@&;H ǑAV<*c3YA/u_kj`VL &\&tK{ؚzeYTuiB xNl uiD Uw:^6Oocs:bjVd)>wX GHڬ:A4&JN]pd-u'/e3B;A̭t[bI3>|rP VKE]oLv[=9(O;U5u1H{VV eOJX >r N'!2l!T]}ep1[/ZPʍ4Ng/lwf1V0T24Sk*q5rxle[}+RA1`7}PVpw tyVQ”RXj5w+5Νdm,}z X3GX x ++"@DVCkhg_aNlv6g9ޝD "-s>d:ﶣT2BǥYsΚ"uň+Å}P5"0'퉂+r5Ssj2i[5ӓ%K%<Bx|fT 0Mn*G|3zs9Enf|@L@+`z%^8 ʲB_𒺿J¤E7|$aa3UȤ!Fc7xH繃oMdLq>p gVeJsxv80 3%=eжV0 > 䣝6{YTO[w-t@T%<_37ꢏuқj;s{`X%1 u.Iqm"+/|ˠ6;~OegɳUֵT];zvBU&ːӟ8 @G n "5}YsKß!WQ>g,\זk6޳:$hߕh^A~COkѪ M "̿STX2$AlTsd<>73U:{CC%kaIs(*_^:Tiz36%pPCsZ]8AXK>SP'+^.ZpY"8[g ,.u';\Rl˲ψa޽@C2;&QG9tҡ}i;VI( G5_hΪJ\C!,ISQ#ћEEߞtOC]wgOz+5ad `bf8uq𛭷J;FjcְC2@Zt79&4θ;{5か]gg"A`aj!T|Б9KO脰G$\ݔf3\;m c_#9Av#kb`:#:ls:!_ y+},$FƱ҃hMtG{&/I F׷'Vo3;Epk W+KTG ~óF1oպW/KhP-OVMtQ5\ 6Q&V>=}tڐA)%91xjgͶӦ0+hIL{؛~F vALԫ;4.>&Wdq<DZ#l)].ig_;NWC ppmՒ{Fh/7>9[y(T+|*W}m7ق -. pq#e'YOulrh)tB#etfFP>U_E̊k٩̃f *Q يښYBYZ%5Ɵւ9Xl2mh^ѱHW̴ s䋝,U`&-o&˵^{0B Q[S HL#Asp0݌n WTB2TG%BTNVjN8L. Xd+[ dt @c!\>w:AO y')w4eVpD8j韜WvUQm@ס@Jd;^Lb= USӻBjե=#3I~BOpuThhZleE\ZɎÄp '6HL+w*Tw> 2+ÃX7ac?7qxdDI]&g@+ <Eg@$=Nڪ!*Sk,RkcS!MWc;! M pje>F>e'4}ܬJb.)lK-G$1*/y@[V~%Mq8/ a9 Bm.s>26[šòki/,3[8:- F| u5L';b1 CG F>1Dl^)" 9OWnjఋhש8A} #+̟ !ј>bu޺ 9D^* mTgj٘"8bJ>G} "g)52`hѺn4y\+`C e.YPaV!wt[OW+ڍ 5Yy<"_C 0ԉR@1!SK%P74~  eF6H{ˑr/+I0vUZ;^1S!DvuqnI 1?j3&Ry_F2j@[zl}e޷xeA8 @o8ȶV٢*t 6gȗq;:_q,{~:au`RG Nu*_%e3ǜpGVIhly쀖Jզ~<Jg<&)9+4NM&nέTE5[YA yXPR@PDa1q蕥-RWNr"a20 R)ΩDq?= GYpX~U#1nm cq$H*, lvcڷ{ ҵ:Kw[ &og߂X+m{h !#}^'8{4qD&4hK Z+<Q_r:4Ë930:TX@#"9瓒<$Kc ;N Ɓx)!wHVa{7=8"]1/AK_.a|xd,%?{W~%kМ "~$Iǩ -vsl.> I$}vt3nY"@P:S8̋)[k쇀;Fm[nmBtvmy\A1EHTm7W\a. ?<x𜿽~aawfz;Ye;!LT*AfAv Z(^_5Ezi  ; dАaYLrSK-#qsg yX®S>jɏUv=ݮLj0sq>9ҿ_[p7؍IgJtFXGYz]8z᝗QȒR!$(HiA TNR)Y'jm sTP5[ƮcE՛BI ex33e Ui`F&,#k]S;(z}9tj=Xz 뮷 EưDkWFAo8G.Ȱ/5(1gaY-=e<5m=I8~RNpX}a!yYrm?H)d0yIEIcG Ÿ v`Dq:8+ĀU|ɶduC7+8.XrHͺyV N"rǷ]uV7O@JEd,8 T$@%:6Tdfu2/ `X>a˚(tTL=R^7~2!jI/Rl..^2dt}u[ Mtftq&}uݻg0jRtݟ< ?  M&0+G?&0̜kIVC!hB i"BB `8&c9?ttwdaDvCx4$ޤQK}lj. QЯJ4E$hQSF 48'7CO$ .I݌nͯx@DT=uwjk9!\(;X2ـYKvyQsUOl<CX:Zm6)$ͦG׹"׌s0NځqSo4wX.w>g=>p5MTw#jZ˛FXaU`t[(|lMC6ϋݬKW1pZ> ZQu 4{DJPG[kx.gdM]x˰6I,T'줏o馵(1&aJ? ϊI.M[;,Bc2*haf!wVnO sD'IHd6YSP 1ڬz0?=V1׭EdK4O+*?l"e^dMb#KZ SoGuθKoԶ!TXIօG̢1yKAi)'yn :/\ې$O6~)uD1}Sxr})-M CVșPҫE(L{I.l1˻$%])`听l3f9$B8«4@ ޒ¨)RkMMk_5XlXK瓹O+ޫkܬD:*׾ٛ`ɴ'HQ9a{MBXϊq'Ʒ]Cգg}7DT)nq=s2>7GyܡӖTL~tZB (QlՏBo%TQ܉9r:jP+s+naqjTZp+}R 8M);ږ w:iоf A@I|l7tyҏQ0^ܔuZjUi,]KgK$-eoF72(1G @f3PeNigB{Yb=-kb[Onc#ýO5^]FW,G5S*nXƲn.T` ?l(|V*2ID4j{aqY \gZ (f~STS(׺Q J"ֵs5 ;3|;b"DkHš[l Qv/Obɀ‚f rkVz!J`r.HniQT8Gz-Yf 2!=2]Eֹkfx; rW63%Tu`aͪTqKKF+ 7M˻ygXX_"- 8 opdf*s_g9n,y$X3sKr+ȕ6Ju-Tiw6hٜΠ`?L;i>o)rb 2]lW2cQ i]$|G7ǯ|I iǟU k$A`.H5G"$4|Ps$яA3R<M87[KYAo4H/kZ|^kGǚ"Ͻ'FՒsZz}.|Qɡ>+vj#^܄95T[kXI{Npj6,ynv[LJRKnHIm=ĘbtL(h$*R#5;D cUbM=_zK2{Mo2LvU s{%z$U ǻ77D4fhu<g@c ݝbwqq$W@,U4|dJA1^i@Џq(xE+MB Pk.Tt<*ks/x7K]_{LP$Ʋuv5a([nPqbz".e5 BWN"'ڏOt mzΐ-VB-˦uU5~GlḴLƯ$o2eYlhX/!(eP$\>xSS?~#64јM*^"|:W6=˃8nha<ŀ/+: l跙h 5{AXT5Adl./4zbl PPa Z.B-_JΟRZ3u bz %],HCR~#EܤA-O[jpb 7;NzaEkF5B@ ^[QG5~sU}4eG>"g}1s]Lwy;iFrJni0Dp.ܣhֺ!0[5@25J<ٯ1<)A酶f:V T>YOYr+^U(WY̿ /'hM߻i }C DV H)0SFQQ CӔ%r뽱HZ3熶YhhE= ҢaHH~2_Wp#c;koȽK(Q% w #6 Zwx5ɩzӥS$GׄdWYD:;6΃#5|1EE}G-q&=%X0{"p*/N>~3r@n/oS(Pl3f=Uɽ?rNUzx:L .ǟ(2D vTQZD?DFAnW]кMK:Gc= nZz]Yhb ZU@n65=WֹOV,$w/m63V 4ΦSwHlF.T~ϬxXܥ?NQSmj]Lxy[}|! Qo̧δ{'<rz$ Lb'zYM^ {,,fEc`i~})LkV/2[{TIȵa^ 4pu`˥K91ǦO l]?.`g4AD9Rq fb4I T^6w#ɸ{<iZ6aDDlHV_qmh#1\ E,{jvN;'9)۷J^y9"z/a=ƳihHrNZ3L7=mdhUV զ m꺢` vҧ[e$̤K3@ ;w"e_d*[8\yqxq SArL-tpǤP1zE<e.(=I^wbl~8ITTEn>iݘ)5x4 abF86"S;"v)t 9 3LZ2jߎk@:EO23F"\' ~5Ňzm A,"Q'l3/L`aaV!ٵ'՞ʜ_]MBw]^,Pv'NXY7uNv E >l3%@eʀf#D5JL-e4uNVKx%eV87sry]LKTڿ4@UVa]ۼZ\rik(/\^i( gs XUQ&&nuv5YLC:qq'O?QMLU3NYDZI0u;F⳺X&"iS rr Ȗ=$) 9e !p#\W.ͣ&\[+]mNYjL"eqTq}Lv&!:\#cW)O24rvAOTn!a3auN#E!Ntz)uӲ~뢀{k/d8 C3qX{ go@; :h(~4 doZ-gֆ den-Z˜ִ!~Լj^p`O7Wy: @鳀ڻ~4?SqL1Ax cEsey"m 4DnLUdݵ9AP@_z7D mƅ[gR@*:#v#zǎ1NKk/s5sʿʫ GP07[N`&pVIIAW4!;JS!ea*]29Җ3axA 2Ho'0ɓ񊠆l-oc#?&.tr3=(tI2?aPpt+YWVнe5Իˁ_ 8+<}64GD?o%p^p_BO2rtRyW 8G*7,P՞@®Ёk'9n/lq~*ORWa2uf`5q̼uR ܻmjdHi)SuW4xvgޤ4>H:Iڇ&TwmH>dbpUb<j!=i&-傏hBtY D*!G3v&wTC8ƇBJ 2qwf 'ѿ4hM;Lː%%2m0 NQa֦臗3|yA:%qŐw/lS|4SFY"2N+wqkġt,}EC,kAi}'ůʦjcP 5na/ܔJ|U2ΎvG;4mX2mVt.Y5pt%)Ln!%-IllVKŐ]?PL@캠Ls9%F#dzֺﻉa43bC a(ķ/@2f2;ɿO X`$3tp-<x]}+$|P5P*`.&ل@70H`dV{t8K-֩> Jq,̘|ߍ3&Y~Op_]]_4|j/ț rEeUCQ#PhIռr"0T~1 j!s#FT>VkEnqh .!, ##N)ĜQ$Tya`^9A{QT|z]ަ 2ZOm=Ihʅ06ȶ!eJxt=vⱴŎ …o߬ vT<iUdҎ#'|}i0(pCaEHhNk/BnHm3?r'9M mYE\ԬNʃT+Q7E3If{J"xza(]iTiB$nlxHi$ r{"-xK̒1Y0ML z%3,(ݥLLIxMsK֫OpP Ӟ1VN4KHO+.t/3ufL#IJ0k:x~2ry+8('A% [;62;М[JmwCٺ;M)4vxIU⼽ '6]w=(XJ`.tvIlzGB-9IzݤE\Z5sK)Mz_qc;hYEܧXcBhmN27`3piRa9F&ιu ~R P>)REdD*o} H#ؐʃ z=UrxȡeCK!±z<{n#PjJoHujd%_DC3ǂnk=v>ݶ'VJ(Ԣvːy[KHz$n=-bV4,tR3F$om*Sk^]Yf[nk\ $[,*R#RH}KV8(t%;tm3 _F䋂ـiyc[z/WY~5i? MY`2pK"4ɪ4"Xt,q@zXq>dΞj3Oq)Њ#|2:fГKҮb`d[>3ĆV*R|Ylr;[Ѳ-E]cx<$ZƒF >zTrVK =;Jz A4\sVNce3ZPmTyyウn-46Џ4@໢Sp:sZN0 DJ<2+1 K |>5ّw3% ϨUHv5xP>)%.,Re.^&֢0N1.ZINk,{LJ9f<;Ʀ&aOjO/օ]ʗW)aw(9|o(´yݚ1gRmgUM tn7SGDiYQdKX@ۦiJ2ă q(z4%h*]PCH )rr,L۫Vk%FgWa&1*~E撝?iOB$*2[(؇Iǃp̒~5):cw~9102naHkC)nTDOi9rNH9,6߷4йp0$C;iωBYSZO296t癫4,af6DGB+G:EWaXSS݊W[a*6\< l'`r0!;1Jv ب3/6D4ネ%ˮuj:+T.zi14E@NuC/, G%G &S\G>ۆN;ޓѲjoHe^1}0y'SAA#%.8.I^򮣐3ʼn:%+aFcYOw#6پ f ?5͢e ҝ(Iw{ႚPh.\CIq.$ʺIw@C|4]I{ή|XK_lh4g)_0n&wS4,@ߋc7]~:i%3{>z^N f;h8G /tEc6bzB`G—t8ٽzW k9SpMQ( .QNyOэ]4~-R&]Lйƺ-5!9U_\W& '4,W^-M\g3᧽~S.֓>a7i_a]op %K l7+EYrv$j+7~.ׅUM2 @@}c'xY oBi+\ʭg- pJ+(PS( uhYP wrT%($V.e3}]M"} RӞ˟?T,gp'^B~l:LbL:Kq m0AHL8qq_#=-ksĽ8Rߋ?-="D:Uxa _2u!^U{ g\ӆ&]|a ?PeO`׸m5nI"r'Sϳn1@-#&d?[w#&u"~fC=u:P<­ rm8m s?PL3_-$ChOLvZo120fמ%EۈeG[iM4CL2(̏4&yT|.F3%c;TNp{ +B5M 5Y06Q4X"WՄR\S'Qw"pMV~]# KXw$ek!qm@p}a͛?Ow *M?B OtvEDX5c I^b+˻h@\y"c̚N=/qTCSqVE2vM7Z dl;'{"{7U%5D7fiMEek6C#r|1ݾIP~wzp':c9$g)v7ZZx$YX؋gSNѝtasu3F dTՂ"ys,dLȝp{I̽ Z#U7L.L'\ǻ.Yk5 E,$Zp :Gbbb +Ӑ8ga2QFS C_,֦O=&dR 6ی`bIbJk zBɑ@}~8R ;z9ۘxWB:d\r Ǚ]Ba<)\l+w q!j,Ȭ/o!0Y~ߦ V EM.BWY8c:a:Cf]ʴp!Ef~rQ]=lBZ~&0 F8q C9q#N/1O;n3Gz_ɣ%WJU=ޓvT **Ƹ(?Km=QΚ#VfC\ݵnY8eMTԚw*w (j`k }6G"&Güpw9x1iȚႯm:j2E$)ÆO *^'z NYܽ= ªe=@I)CU|p!b{Zme/R_5 $W4Mbc&oXH_gNpLAEʜu KVͳ[)*InZLrE"Ⱥ  0}GV[pqLX%FQIx])P3-U["`7G!GE\rBbm J-%lodD" QF_tp#Z$-}oϕLH7iS웛ZÊچDu"@"f[y^d@o*U5uV~`YeI {'P[5 #p-,`z_M"dE8w0$z:tn4`1^c˗&9V \^QGk(+~llEĜ"A{k2bDP¿:Xd^i נ!Y^]hmnV7 f)hCk3zd,pL PeZJz5{zm57x K܃01JݢE頬Z:T6G/S { LvXV*_׸_r-@jMd B/+|KU3ZflrPGmP~'RU}(J\uל} 7~UJg6U-U#KANz atj:z%d6pCg /xZ|o oT:0iq`&s4 %-}`f]U CkP AXmwjS# T }`á5P󛔔_pBҵTHn<5o]T`Y9|orx XL˷k`3nRj:]TT"m?o{pab"e1xrH*KoBNGNoL1ҾVҒ`DHAT.&~f ѳm,v }Ոk?В_*rg䆟Gɳ^"ʢᥜ2UQ\ { 惿Y+t,+ю~t .i)Ŗj&OpBIg '3lxⷱ22$2?Sݟ Yt| p:ʓRV%3ReL^X$"0M8cCN瘈B 6g~tW|ҁfYU_$eeT?*87C3mF/j޻!OQA{xp K{ ~v)Űᥐi{ARx1{ߕ8z!j3dv]$aP&5~zy|?zm%zhYdax}%i2PyS!R2@X}1>1oê]NCWC,W18v/23qG,to=6l=Z8ؿ)k}H 9YYrL+_5OlT!B4s#R7D RG(c8fqO~.]KDpws~-oWN+ɺ2,:TЉ;[S{!Iͺ kt~Дϣ9*!B$~F%ѾMyЯaQP{rYNm|?"h?29nY®E LØndu(2@oígd[i:߮"I c5N#$tȨvSkjP`W7[`d?+B= `7G_7*ta\ɼ _,&U ju;E.\> u;/@?l59ː%yٸ1u63@"]gC!(QuѮ5:]vװ^(/oF/c,)4hT@ݴ8~ezOyN|H#۩Աq{9}oT,F @2<}AHJDzGhwqfhM%dxqaJ?Cq (:H7F9[$\Rpf j*jɔx{'T>9S9[~8>:s#Lϲ. .zR*|Np-dݣ^\&&Cnvdnd/ YӐ-oIgG7,ˠoNNu rTބA<%<Цj] 2.Q\r;4jH/$p$Jre.߸pd8*x^3&xkd&=7`쩸|Wht`~W rh0\G,:jsx(t ‡F7сЯR 4#gR'R j ZT:Kٝ]|Ÿm 9J3YC]DCk~D, ivOٌO{8n ukDOzNl!97VA0]47k6xk@X~U}-s;T|}l0P[c)0p.FV?–VNs(O4ľz;܇/$\L Mȇ?RGL8Ah؉dd{Q9^Pk9bD^ @c0bOB, z+w V!*pqI؈Up k鮃/1.FvI0 >xq&PJxpP}s̹jU~Sءt -E5N = [! ƅ!?3p3Ս4g)yiewk mAfFImV/sOνx]0W+ &{a,m\bvtgEOFsn,#B?=qM&1Fmǿӡ&EJm֒KY;Dmu|9 ޟq&9 ^6:W&GMta$`JudW٥ h0Ii??IDH)-BFq%?BnE./Juqˈ6>`#hd C0-2Z ޅ! 1rdRg&I+J`ij0/an&~@11Cmm&B֢=q{,zDr9Uֶ}w nM'NLCER3myo-,n5vD|wf(G$K9B{6s ,P#+L_12})gX2QP_ػ>75O|KJV!IhB+әrEa,RؒXKRȔ%e)rNĕ[ uMXs8G.tR}`д*fp %4_̙~]› NaOM׫BYy.3Fv")R!o$IBVۼhuPu?PsVURGИ9dsO۽Լu: ,a?siNOuӄ$hާލ'0ʡSig"'pF(@=:8URҼLZ9þ{z+vñOwn'!M(dQH|44!>-eĢ}~ I5CpwzT5{N, BDRz ${r|FbǓ BPDyٝ(8xX=,,L ՎS;D[z IS s$|_E 68/_!Tޖ J<=?_ JE'r1\H48ri939BRsC.HFz,=b{Qo8!yVh$3)F=^B$}ԁP,Fn802_1ʁ9$yVwʂbԄXlZG^sRZ' R#ʖ,-?6eDg2\\ E%13=fE`ޏKtnx %'Ƥd(@;o"\ݝ Rڷ$ +qe%9!<#}ekU_+rGZ) Ebz0'K_st)_ {F~oӐ=s4,o4$:qu[Yys7[GFm䰣.*=}91AT.v-PbESOHp9:VbNjBӫ#sɽX  ƄD`SAwBn1(O"b-M6Kc2\ȑ^l]8?OsY;ιiUh8TRdmИ|Խ=V/ A+|G@"ag)~jqwz'ʇ۰H!#&<ܭJKa Mi5r:iE/>AaK4ify$֔'MX+n  nӉUH4ʙ]E8Vrdୁ] z}{6a vb'#s#2E&Tke?:IՐ<,ӱ.:ɫvIB\ںOGs~y*x >_<z1S^W"3Ai5O5.ߙ OZ]M U's^gJ~WuNO#Ũ@aUB–tnFS9e=` IȪ8ᾴៅ 5ppniHP!s>濮c|-x5ĝ]?6'lWHŽRE\LS(dR뻱B,0sD>$d&4ТWB#e(߄&4dOJNz飆v.OL+V/ "‰ldP] >3<,j]߯um0MQbϜ$a{@Z/g윫}n>%oob8Zg]!v=ŧrIH\/hK=.!֡D,5䖍/JxDɌ&Xe5u+19i4Ta|ɛ /:϶Jҩ!o' 8 up,ERr`l!t X 4fG(l>fʐ^փSq)Jckir٠"wuň#b ~]*qma+ 5 >S4hU'N(&YTw!%NH ϡ~r3ʬ H2/ǍWUe0D3WpJR6HǭIg_񬪛)IN_Eq'[$Mʿ(gk.A-PGHpPeEWɠ|l;՛(vH*LUm^*XKD5MTS9/"XrƯӋeq5XUWliFc#;19Ke+{{Ґ<u^̉I*nl4ꩈk]V'dȫ*-ٜh@q AN|J a2ţ ۮ 1}>`ͻĠ{- Ј. U%Uq8 *g_CPo9\F_%^Zբcߩkm4]úÏDN1QBG>uG Xl)PlUY x5R,p =}b|:)]w*zgT-#vmށkO,OM füV% +|Piբ,0Oi+{Cls뒎ǕhO*u˜&0sYT_֧z)JE:jw_uf7MqDZ~@72m}dO ͱbbYL*+bgߺ Eq2B:]FjgX)k]Ex5*MJE=ıDkZawU&&5_F ~7'tRҾd"&y -DoFw+31HU X$A9yPv#,ըL )c:$8 xZ ЄL_Aod1JxMP{~q9;p>|*рr#I0D:Ҏ×Z%v3xHQeѱDi)PfO}vau= Lt\JNX%{{^? n,eq/a|F;!.CSJٜwz,z>M|k83%ĵ9/.pwtiȥs8=8{ fHNyD zr;E hwK.G{~aVwyɫ€*Ui".RW&FwU؈ vDHq5o'+7˃~8O C4'~k*f{z5+Dۊ1qӒ{ԢCuZVgpqoQbc%ͺG:¿ # [  /q3zi;z);,PS";Sc6k0 vU$k]/ & 4Ky.TA;I /P Oùe,jWb1be$q2x`^Yx#70_N: J`]YqWH!_hLԹR94iZR`dn%w{u߳c.d bjq8&ؠ*:Ȕ.`If,u>1*Gs] IK4_c+QSITGu͊EjEi@w./ ݿܫ&B;VĆ760{28R\-1|}v`LW!Ϊ[@uc֓yZOҔ ?QZ2^x^L5yp.h#RGZWIx5|GȐڢy{%'S CrLNlX`>6 {flnǞG{2,>M-_Uϝ'w SQIV '!0{~Q֘\ї +Mv, ;n]aS6 6X`}!M̪) #}=Idt_F)6U,N{/P9@RHfޥwQh?qhSw( /u0@+$a)ŀ6j;l XO?1dず,1Y+5&vktw>+[M =zjBAҤKC/qYؤ-Up bh~,$QHă=NCFLVf%ՌS\$1ɼFAU3QLu>&';hX ^ռ<#,ҽNݠwN۠k6.r OXM/< ll5I@I9^ b҇;ynsB\\{WLEM~uxvٳa}J+bZ zo Wu'[|.G tfڤG6+5 7sv9_{B2ȃ.̼I͋4`2/`-mU@* Fa̶0e>*izqmbwHlZ!vDD.2My-7v饲SCjiT֕LL"UMWӅ7 y 7։XJBZ[{:C #Ni'd8Xx\L]aXfp%=wX|ža /¼JJKRnᎣ2I{ ĻSXp Q~uo9v^TnDRhCGLE_>3n1%²^VQl,G#EBqWLc -ocm/ O\*o2$ǶZmmd}OcIa4f~8?j';eBx0U]V@ 6uV7/~}/pb$*0yXiSrل0.{T92>O;6\ZFVb.> 'ifH.F9 h=٨{bx&JuGUlτtm"/(;d&{f%A퀮a!R/]^; (eG+GZSl>YGkEHt,aXbGH'ڤNpbvY%-w[{ۦKNJ 0w{ ^zZNjѕORPF :ex E\{C0ZՙywG|a]u4jχCީ} s) &L{$*t4ѱ-"FMe9a+Ps;A؃G0R K[M?`Nc*g,lR:bH$ C+q6\s7^PT<Ѧ ~VIvbNjn|S;Ha2ȼ4řW+3da PaX` ؚ|-hԒGH}}t\4I,ڭoN>D~ cYGj o@pZJhB$Exm P[.R @I0XB^S`]c8w@ZףV^*>? &mIMNU!% G^S /XYPg@񮷬-j-1&1\rMy=Z8z[e#XL-]*Lh5<{d* )uNJBqc/ϧI3hj|\@Ajo=>/EI:NvYM [ 7 =r{[Z 4 BGi ;GnmkfCHB-ҹ,uiæ$V2#ɫe]&5]؟lf@::2n<37#"p**1k ;G0-fny1Aϳ;<-ӧ^xɢ">a)NZ\V6 >JLX~)1XTXAXxSz2&ȒpiȧYs"Pй O8KF+[y5.;0}i#d _fN*3|f~flY>%W$j91fնfYdQ>(8˭*xfmkTk ?<h+ mg |bq*W75K!¬M7Icr4uU,Y 0qz2\^%m\hY7l13wl}[$c(2c3x? Zl81te;ZǃCNKA4a_ym 6y']h.3.EÍrѺf}F^I8,E=ɦط0? LՙP.gS3MTq!#!8Ii)\H)}1@Ǒ?9]F"=pc'/@ N/ih‰B]ǎ初숟΅^ed!nw1o32F3ͫaf%xūgoS:̴ݖ?p-OJ<tagA()+cWi@TչYxJAvSG :_ 3jH@ϕ2FՁJOx0v4/iȊLTo\:Wny))f>`ч; s$=,_#b?r6Sl/E2 tX#џsM!4 }@hW"-[w{+y{[v8ǜ 7[i,}=NY H-ƩEJ ^SQɐfY<_Ħ#3I:]Cn-x9~[r3X";l-__q5â2݅<sxOw}gimгى8Si.' 쉹>xQh~I{j}k_ @=ݧ6|_Zcɢma;Ar-;] S{FQti98hR1<Z8hPg?鸫ʓf(J8Q[zO+!.䁊_&3>jVw iSFR6dq9ECOz~/DgN^Z1 y}E!Kt5H=D@Lq+HIɮɖ.k6u `Y54\A BQ*DIHa 4@4M>F8@eɴ0 ~!-0U FD~6ai[: W mؾ/2j!2;zb^[VH6pNI S‹ Y{.-]q%xЁY%o-J;X[Im_SLӏƝ- ~=w3JL\:jռ%hi}5|V2=hWS0mZxza; ՟.ZT? bZ&,iȖfa akc:9%a8Ou 7@ŐƁ-FE_:[Y ~bDQRǻ L3cZP<;.Aźn ׯ/YMlV,B i)ĦoHJ]PWO6ɚiMQ& }cD?2Zf]ւ TZK3_qyЩ@\b|M\hv IJwد`@ aE.dIug\*Ao%kh&P䬬nP5 [;P6I}qw9$}mY`B)ay'.5`KAHS6`(#)Fh)~.62^ŭϜI|n/݄գD1Ҍ2Z%8<+|iQYҙ߳U7T2ʶ{yFCN\E1pkCPu){#RRzV&1Y= p/03g1"R{Ԡew10hY5}h F¬:^o,A]9RCj5aW\ok R9Ƒoq;]rhͰTjMvoE+S.4фZKw]M>BGl^^:{3݌!txfmu1[8T SRT'Nbq:D"=ˁr[Wq6㟫f~4])S1Uw{R'c#k,NTF\jaai:{yJBt*5Z>$[G!-/vbhov:g>kH(B5ʽ6y=l@C{yWf hpPuTyߤ2zX"xSJEQƚ`!N;{9#ne&"\q U"÷pgĐcPoWn(!˨Mo˃F7o WK)Dox@EI:<6X@Ucj\8k?2L__h|"Qꭣ۷a4A@:I.™$%0ψ bˏ:S b+YjN\i1H*EFTQ%mv`^I\&Ymns@ж5C'-Ê"pVz0Pք݄v}3A?rdee V:ѓ9(>[+(MҤĆL[-sw 7xQ&;9 {Ic?ve}RfKY9Fa#,[r0a@`5TD[xu&Nྀ! ƜB#"GOSS}2@ˀ?ג>NRƑ_~OK9NS:~RmU{T2b䷤o;}9"<Ӣӆ[X,^~_׼QTӋ5Pϣ2v1154o9`[S?d(Rz1Lnڧ>T!FBlU{⧬i;Z~(f|.>$v-e kn3ꏐ28p=Tr 7gp; .i 0Dji{G?P (?BHgf A /ZFsdF l0k׫ C:o>ѐa= cFdWh9_J`'[J>mqORyr-j^g!|E_duIxbo?ᒻHRC}])yeܲ0" |{QN{ ~a`<8aĦaZk[V@L|" AoKG:'QQȏ:-@]h\J@gƱjg'Mޘ+7Q{>H~.~텑+ I`ߔgg_ b3 [=/NaN u)|b?+7/v3E|a]ޠrχRBP"_59~l< b7r"hnkvo1o{yث ns" FOӹQq<]W\CtuۮG U 1 Xqm )Ľq*Ĥ6!×`j6#%&ZCٴvkv]HьBCpҾ3ߩ9;Lθv?,r:tx찔BB 8*ZsՅn0Xz# .YGLpO DBt12ctHF&j7cHJm 4۔ 6(f)9.t^NJlj;B+N /v2Y/ ?=jZM ųYlC_#s\wdu%?S})H6)fؤ<=$H` L)7Զt/HDISV,`z7Scv/si81כ*;}h=[e"d*mٿ|ۅQđ7١ SgqPU2SX [f:xЏzu4 1&KF}ϷUh^TX1=\=?'*%r[ f6x2Y԰ ʂBlT؅(\%V|Nt4H;jjWǥ: Z(8cnށ =3q Ć]ߧ`,jJU=K1%;&ֺVr1H'3Qx's Ơ.QTz4Ξo>@:'9?2G$ZwouY8T0$-> ^]w6WakO6GhyL6Iܨ:G(/QYr?ttwh1 ޸arL@ƒ]J/'@aDč˞t#ֈ^1<< P4C4&/Էop;$+FC R!t*]+F%Z*7GZ*"|c0srtK97%;)k\n ZtvK'#prp{y)pߺ)|5U)(;΄<`)^JHxr%(D%P&aXϮ;`b-r~GzVKm{`TgUiJd@%"ltULLJAޏ\)!165FՓhY3ͥ@#kuڣ+T&x p<>nO5#1%Ix쏸w*V͋>%U1#dBobܻ_?;w6S+۔w4 멲dژ Lvmf:ЈN6DEtR wNvƣ VzS;s@|!qI.\D+3KB*01xBiibK \'+H[cWDĪ[m8wt/lM ! n;]T*dXoIh$IQ35a9fuKMB Ah+~!^`~Uc21ykxg-VK(m$B j?KcS[)Z՗*7> ޕVƃ~:xv:@v[vbWJ|25 @rҡ 6mYaօ`lW-@fg]zbnχF..ϸyVd?{p;\ |ߛ_h4Hc%&!՞n0F$և; /VI~MʗgW4שCtLAX=V3;N2p',ܠ qXk(fFО;OYmo-k©+G@7S"oڸJZNـ!$JIlh?&2%%LY'Ua T<%RyXfwFvE4.Ӈ(8ef{EqĹu¡TAfnH(]%"mIsC)[ G!4on7u؜ٕ>_7ɒIBY ~4tsqޗI:K/ JKxw6~q$ч5:pG(eC4ֈؔ"VlYLӐyCK0.T44~^ol=1%`Nw:> ?o+HmG=`$X.jD+T2Wj[md!nУ(z2[ؒl[aIls;L-6XJ"ΗOH߃Cx>egkc }K8s~Q L7nyOؖZ'8TAUBt$yćJ{&B>kQyWg]e`3#),*F_3B:>%*;#@uaaVτ02Xvx:ExYdQ`@hAxy|c< bK חzgxO|T5/una;u4SCrt99{<<nX=o:?=D#`)` P)׊rvKp}qB6w&Y\~8eNr!ӭψ@"r~Bi-p7L MӉsei8׳KV$XƇ|G -t,d.6a&b>ǸrFE粩qO u9fY1d [fCqj4r˃, ^hWŭ  VLߡkCƊw3xxVV>2.k릢õerLjl5( רd8M)klU1ӁjX:om+σҰ Ck,$J"Z'!SGNt`<$.37?%Αj,ŋXoZK L)f5x[dEEJ4pKL+IV]aC(>d=^NI֐|gοD [U) iO@u|Fd`ַ"ge^ÿgS8XX\>@zq/R"}~AvQ .ʼXN~BgEY@h^z!(t[S}SL\<@z= KCe*5z~{b'OtA±N4>E(y :S֌r%9?(Fh,m?6)QMS8wHe7 REn-bᡗƞQ1n: # w6<[qT=Q@Bk }3 \<lULJ !%]pǃ:<᡿="_ TZRY5q/N%<'Eb$ x&y*d&.}-++PbT5"_}[90 î;@tx}q3M0:l+9`i{Rm/(Z2tJ~K}܄싏 ),2MB1 fb瓕tES3ro)l1;>uHVzѪ/=AiCנr_hN{өīLAB^e7sz=D2,u-|SQ\be|>bT #wTr{b:P K|9劚j$RnbP~ `؈ZʹFgH\X骹h ,@Q<*j6IWQ%Qw@/!N 3hPfRYg Ye5vWj[W?\ F1B_slHh{r,ڟ"黡ť8R2o(„tu/D$$^:wn+VƊ&gN]. @e; j6/ջ&{lKXUB2j6evt4#]9-~Js,Uf=4S#AT*}* mb %j>NT, _Ȑq]SJxp){CV<*U6#GЉ.}f**kwU؊k;i[0UtY o`6CV4ℤ(˘9y$8^^ Xp**ݯEi]'V8Oh@ ҵNj=3|ٴIߺB5ʼi+:q=6pa!MIy=U!sBWDnDZ5::vCFIOD Tŵip@y-*jS$⼈ `'f DrI ͉ǥ}kja73Rb//;=,+},@i(5㬘Cؾj_?K؊4LE=L_sCyj}y݋7(R3!u/ifiD!ޛZ)}K5#Q+A⺉mݵ./aNIYf? |;L(k,=\u{f k_~ {yWCƇ ȝX=q9/ ͔# Q!֯}0#Ѵ`>co44|ce.$%i\o2xIDBúF_ȠZ? -L(Wښjoxy0A;9Ax>58+ X P 0Mne-гkeoL2=Zg]%4 ZF)?7'&1ѷeB!שg1(HDv Wƅ4N~PYv$La >|v.VyPU;t/òZehR]PoቅѰ2WOQ?{-oOޝ1j' i c 'I鞪̧o̸.zw)Dy9J*{A 4/J0oA|PkD)X7\7}k; ۉ` avZ |l4Ӗ̯#S"3+lK[IT`46Fڴ l~Է,"xN]yJ};K~/"]nP=P`1']ޘv߲?ϓA.skaZZeQg*TN$7bY¢,B–FU,dw+Aro<,!QFꝆe>mA9JڞW , UIbCƂn#m~U2nU~u3$e?xÇI ژX OHWܟR#W]&lO|~ۮ'pSGXb6r-Uzvx* f7'2xeclLƱ9C~a4 c)v C.ͪ@[rpwY5mE+`#@6~p2 f@Ҭ^gb 41@=1I = +iFLnjXEqSS\06 Daͷ 2yLnld!O}g :qXPXL#pn#ĿO}[5)eg~twp9f5%@f{y/+ׄ8_*qo?D]cr)4/iX}/xхHm6|vu`=R\HBW{ToZvoT蛽= :3m+ PiN[L֡x}Fh'f8L-*YdDg{ EV;n*UF- d蛒T6p r&8꽷[ګ* }/ G1[mj9t .*\-[X qH}l8/V}DλO~ ް 4:4(:JH::.ݔ1$z#Z@dA8$_ }ge$_Rf m}N+hz:9ARD!#:()M; r)ԦQh3*}4$5]w9& M_R]" ]7UQ0j'!Kb CO# ŘAfҕQ. ZLo7ςFygvO Zor('kn 2  L`5b!e52IjM=B֍A#ZCmp|鵎݅s-䏹8О#JbW|ӫE5;vV+~TpB,Tlďُ;=lTHqoY(헕w ~[%rF|bKh}5 ]w꼡bH#o\qm {!#-*Q$L<wmHo}5!%5uͤĐj@&zMVŁR9D:p*,\M@cTquO ^^R})/sls vzگ2?q ;i%dbn'"P5D؃6 Z&j݄Nm:LB A1grcI /@zyΡ ֒=ǽws!z(M9VzP^R-7mT_wWTٽI6̀xlR\gĀYv{Z0;Wh !=NiPrҔz8j+W:ϧSwҒ(( tr| Wr7`3`lt۫*vf a;~~LK ȸ`HPDLӗlؓ8a-bH3TJ3y+B*X_ #-\)" 3҉d%넰&b%؞)ƀ*װ:"` 1va,G$fnx I6U o9:ʝD<]|-(GٲbkO:fz 'FQQ/HhrýĨT1Gauھ<~#Cp(@? &EaFQZr\}Y 㬟?)Eiw.ڟzmQ wjs#YPKtdLӌ9S39$ECl  RYiKu%alR!. iiѓ>d6Z<=C j1Hr":rT!)vr64*) c3i49 Vjv & ]#|0цb8e!<<Ҥ`Kq%=vdlz֌ S-/~d%wuGi^dA]2T[\q3k4IVD OejT&.s}U׾2p <^X4 @i!i%@!gS3Ut1Fw6ncL>dfYؑ rb+H+YJ9fLuF)MzQTe33j.+_; BfbPZV\Ȋ0|C;D BdI{[:N;Pȱ +:29G~y6tQN67쪛 bRi1QT Ά~gim1\̓Jl{)0H*'[,׸"}"S\;kYJ %(|Oܐ-1 n)%.`;Bn^F i".*+( .l7}Jfj@dRa,7#C6W76&=6مݡ_Z"E\Q>i-HZ-hTv)3Vy X$뤑ru"B24d0_o,hkr"1QƍOv;a"IyKafQEEQD#w cu6f$n{ !3$meMR,n#N[TWAґolAmN/;9# y_ۓi I@XYVh5 |rxnH2>^Fޘ}@)HmVh >X3+pvhS~8']ؾ2 P;\W].A/3G0P/ >=O#ME)OF΃]fHM yl UF&mcሀK%_ ŢMl>ؿ(JZD" ͼ4acOOV$Dz}!@h5An# ^ V%ͫݒx02H6F=-gJD5n+F8Ctcdf|jg? d;22Ws u2*!1^X;4񄜅+wܗe3VFЌ{>pv݈vUtL:"2pȢ4;3r.Zz$zr!14{60R8)^|K7ʗjg+В?9|vkȮ:ftt7KrԐl'ө205TMBmȍ8bHOv]@`wr(pcU:Mp[|茵8d3:U碌^}4}Ug#_|.wjf"mO2QD $<ݧgfO̻b4w$kPv'4>Y:@sS )o_^ Gsc4 57FO9MbAޝ31`u1ƿO :B"墸 V%f}"ۧqƗ JzTǿ]vp!q({i?z' ZM;ƿZʽ6y^H2?ՕEfF̘3}Э=1CNlz7O>(2ڹ^ md?$!,4w--/իB*Sc2뛝g, F\DCpV| G!3R+'FywQ_F$ >XƎZ~YWvj^vg`__ ѩ/8}9wT sΕ DܫqۂΤŮW@6=&7F%V\=([KsIhOm k^ |3;4WgY=J7 -BcZ\ؼhYx7%uO֩dxkcy4o7TwR{[Zjƺn/ }cFMn epÓġY.SRM;.I~HE(0k⡽]Ӕfmz Cp;oILC7Bo_U56V/v@f{.!P7SՁ˫zA/yIao2cU]($*_{" 1Rr݄q!{\-\ǏךŃꃙaHX8G.d3 MUmF6ͦ ;Jll3{e(eYDۄ[h1X}d{ ] ݏmD;TiطN{fQĞk)h8OdW4|L(it0sT7K4`vCr.(ArTd_B důi.O]GSY>?M Cy ic%U`(i ٕ%I2lA ~XR;!'䧜[P\} ȫTB5P)^NuW-%BP#iR= Ɠ.H>i?O:X I1֭XODDjĨFmH$R^)ydUl2U)!]f¥V< sů9ig"ib9AF,Blt P8X.$u^u;!1}{P-/=DlT(W6Ubo(J[mԷ7+Ky̫mD`*j4KjZ+%>`nIeb{Wb7F݊=X5]䟵݄VaC#.19 ^WOָY+dO'a硚(H˙jASpnyzmES=hB(4<0!_Ap̨ʷW#ǰkp4ebp )an%3'#JWl$C]pT,K˶C R(ʸ%/ njf0t?egQ'MUՑGccU^>-!zMTkft,f)&ھ s4> O)h?rw`5ъϾ>Z> Ŀʞޏ/RbmŽœ!OcQ|ɦ|Njt; 7ZlEMICCże!W >w[P~,Qpǭy mU&o N(Opexj\~_#N h5=}!5rp!rly@,\A]:/p.A^Sڃ3+kh? f| pI#;w.+u3:Ի-&rC FЭ/.6@?|-+2gmU}{6>?P t \:*jvҥgxЍ&d_L3M0Y4!v|NqbFJcA>aRk{{ɺeœL\ Son-\˃w&6/,NĕO)C֨!,1/e~jǦ$t$)xbȧ0f|ȱJs׸&AL, "s௞M 8#YջhƲda:VòTpRWmٹiU'Jg,ic B5MKbчRvzI8-.uv'SPW~ln)ߥ iQq} eTs/ІG}~BD>|T/Z6@ 6/qkgۖ0Ȝ[K@fhy&̤s;ÑKvSm#/; .U:ӥ(fJVujP r+VGJ.1W(ǭ~\u4e)Z_pǪmv ˎjF-XD8AF1arN;t쫂Աg3 Hi+Ry@2?O+9*!|ZT+=_S| ~0->&o kdG$ίeρTF[-iA+&ӻxUŧUV}CqgYw!LـCЏݙZb;JAk0z%AIrcJBIDɵRkudȇ'NNo>ew4\SW ن.ȟ_c,CubhNiRr9*M5JRP[AGN_{%%ߦ]nG޶k>^'-WDUGfR "J!8XhFNes.COhs[NNP_~ \&6@A֖-}Vr\qɖ3FWUڷ0A|L`冽c֯+Gބע2OsauK4b&L|&1TQj^]f2Hb3wdn`(Dڽx:% = O͎g1$%Y_fFOeQc'Lxw#k]c)~9"NM;AݾV~lDZa.>)>5to 5+xHyUL$,HE1;\NDgJxGܞ zB ZXy$PХ*٤VOKŜ!aq-cdHg+7O\C`yRk}S欹`.ETV'1RΙޅVKp^F1y!4A{L=*I.e|uB;ftНotX{P윾Qfq~gٟ' C"<36.5 q ~y尧s$0iNm,|lO.KRY.FI'h,SrйBKa7Ea5LiW՚TqO1JPsy"PG glk2Y뿬,WXЫ+ߵGm*8M%URh عhM0bV٤coDz b?%58Fc<9dw~So|: GY[C['k@Cb{0kY;-tOv@w Qƌ( HluKV.&ER h92#nqh1ԇ͗kwN w],P |4,C~TxYSI7LgF[%B| Q% $_-gGk8f@O@v 4N3QٳNQ'J@s )P?ک? ]YiK)ҕ5s07#%w}lqwڞj P Qqd"NCèNJnגMkc抵bw<ܚL460߽NԈ_>^ϏUX\"SK]5RDYs&Jé!S;ol8M*_ҽۙB\GYozqg;#`dI4FL@~ϗ6==;w?TqsItQ}( -e#{g+6N[v׭Pތ74b\RR8S39.ѽ(wqA!A6 Y?L[$76aɶ;B(Fo2 dCP6mʊMҹ&8g+l*ϯ~U]fN7o8EoxpKOb.2޲Rѹ}*DhA }͑1<5 ̸?]aמA yR'$s(-#֟ф;62QFJ'ȤuߩM =$u1Ey-'hGU2ۡlbplG p2 eL3AюZd~$ ՞5e֞Awzλ*dK*_&*o=r'@`S`W}cO>@3nhj&D:GW}l s_Ay']AY.w>n)9АI=@*){bؼ@<^Ρ([=SH5_Xn2n o _^vMqz#{k簍 :@hؾ9*@K ػhk#55dYC/yn7GYڈC#(j]ݴ#4Y;@e[P,E#k>Q 5jƜ|_`0E5ڥÚcSɟv2\Sq@ɕȓ4-7DOO@+5=,3g5 ު$:;&nЯX!,AxiU2YcpBDoiQQS |ejVu%|zDRLҪ0;DۉNc[<'US﹇rʔUQ@b-B<`gq"Q}s+/Ȁp{V5b-ikvqNnC\z wac ){0ms_}I\2ӡM-M+'pe! NY }L\+| Z m+,%3Nb{J6o8":,ml:Z].S7ӌӑ&"HvCB?5\(9fFA~y !Pn'UR@HZcC&.$)/h=޻,s|ahؗv\9?Cg΍N ,-qd7[W7= u+*`yֽ7j zҁB;/ Ta'yyf󭊮g9f]N4]=M/U:D/ h& % ~@ 0/}*1fO`(jF Fl2`O_#C l0HA>23j-BO |lSYMM@rk\hd%&g|Ȯ8hgLНj.Qf.}c!ohmWa-#Yu!xU)m݌?9~eFEnssUb [N[/fd#mso`^= 6IЧ\fU~~v0ߎLG0xzZ[ڽ_4l<.cb#iw&S{QEz(ym*-`\?!Ҩߗ\ST4¼ӑ / PB{`O80C_k`GR)$n/ր,QS% (Pu9?g>A/չuvO ]O]Vp$] 3e!W&hL+I Tj*n A:8(;D@$끅oSE0CCY)k8 ڢfUS4Ə0g1&N_ |N갞1UI环vUAU8|_c{̫sdɛ"v/V8r}+ʙ}Ʊt!جc b.O3;Nu*:j\s ɐx\l8,O,D8:_*xd48B" ,5Pk@4r_5-\)8A|rΝ|h-:ETsb~B+sG*k+Fj̼ͣ'l7IP6wBl7FviBS0|E2@奷yѪdD5L;ʯBpGP{ ZHqK-լ$_j}+N #S H ;_qA&՜).$wӓՙ;ݕs }>T0>"NQ6@K\ ё\C}QUZ2M^9սn%7𳹸{ZFzH*0W.6M5e&W38|{^k EM8W3pixs$\v [~J4 WOU|w.%uՔWxܺ@~ʪPsۉ#o 8!k+o7ۖ9=6  s:\P脦SwgD Itt2v ~頞8naGfia؝a섵P8\ĻA򕉳Uƥ D O [\.П7ꮂ~k<py$ Tk!T-GLBm?C ܛ&B∃2<>hzZ@J!JZ(kL fxzo] ﹙:lEVHgh9=@&[f[^c/ > \}1;"1}13'[KrCUr}HfN W:6 Z< uMXß?!2FʞK Y)lFq H{ga/UټHcYu:[ 8,Xu֙K*-xEW܆Ln0!*-YLDf2'$\*J9z Mځτ6Hi`<3ceo#C.!ꭹ[s׬.8/GV7*@$ U'E_}cW I>.#<\,& np΁G~ޤFHw?O#7)B./i$C`lU bGΰ,v? o'>#ܤ~EhlfV'(emw&߃EO*Ph]<)HW&]7 3Ȁwz8'4 >BQ**'9R -e:\|۠D_A*FXG3g,^.UB 4mG-=Hc^ST tCkg_pt]zRp*dhŤpO48Rdm׺չf펻:W+*vyOL-ѼHDՐ1m".Jbc 侖-̘^kt!&Q>‰)Ρ[.u\+ܑ7q*]9ɀ:la(yr\[ԡv'?*'hJzRq5 pG(M~C]X6bҒ d^£U[:G2~Cf]![X =kC`?0@y߈o)|FpZdXdxʆP$j[+-?bûS5q&k..oc L/@MNl6-;[5YO(@e>A1_]RL%t⇴fcQ\vm:ZXeج"&/y4d`\#3UagǵCFvbQ# +'ֿQC: *@!5;JM`<4Ckt^I@F(=>8$½(q `nS1=pńwuqzJco:J<w)6!XlWA^8"7B{pǺ[GjK) Ě1< N.R?Ëc~t>b=FW M&3:ob}Wv x2F anӓS2 7;j 9pWoj(P) F /6۹\s!QG{P}LؽT-лFf/HtSZj,z#%ڗZNSYuHIw: 4I`u8"S#RXi+}9Uo ENKI FZg/VNe@\Mz5L aU"Sv6M|5f[8xafB˯5Y|fW#հBlVҘ0ծ~4={4J6tZB]_%z#m5p)$+;Ξ!-Nۃ9yFQٕ2*+Y4R&ͣ0k{M6 Dɽ z_-A7>E#D!3mL.P> ƪ눂4'Dmz4%Yˏ1r|iZ] ϥb+,G0V JE 8WkRoRZu5K \$Y5DzO Hr|`ȎO;p QKi%E4[5]%F]G!\}'QQ I>GI;~6LjQҤ'[EjV?DYV|!b0l3\5@1Lca>q-ӇPN5#\`GOj3PhMuOR>o 2=õч[h\Ok鳞עlM/?Ki) IIk|ZdSt.z >Aّ7z~GnkPujl Mf^܆1"ܗoo`NN]fC.8gK^!CHfruz9I1ǩ"] V jm%BnvEO! 깢T@zMc'0Q{*P}i\O:PRx[㆔q$frCTG闒q{Tc ޞtTojmaK ge>*#lI˨8 ȟ د֌<㨖$0&?<rƈEF(^8-VV|ٮbЫC}w3zXQ,T6P!w& 8sjZ[C-$\4U\d3s5V )@J# tfbdhq‹^: -sD|]Wd#{IBucƒE# zr9M {9"72x]e]t@ׂN4<(85W 0#Iǰdz.ȽgeTT=7"^k I;spQ&h5vxY֍mWWCX.;]rP[3!ة[rk9N8,zT>v/wCCȦܔ∴8@J8Eص*_ֻ}CΤ \W._Hc 7ꊛ]B;\lqN );8V[A۱A~L~HliaKu۲~bdfT=ĵ]!l(sxaFUz8g{PMRG{6<0uK e(-5yVSsX XN/3X.&,;y*aVԴK]݃"Y'yV8P Jf` j¥EZ tQwc|,L 49(aF@oOA:bUP8AkWsUܫR'X.ՕXDzF-ЛoVw.9N~dk>a.>aEY-޶d>;0yx5 ̚6Lm'A'НҾ I1/+ !ݓZUK x3*%"NŲ'ʪ8e&J EmqBXy(m‡jYqz@98*2)9Rhzo %уzx^Lz T)UzH/&@㘧 T45C%˻#d&tllS"}Kv*\gIA!؝i-^ZړweYR&"'ӉAӨ@ k з"2\S: r-`am.`]IVP o֬d\2У=kV_QDp܂\*Fbdt%`[H!!.E!)c YP Z? X!8!ِ#{bOd @7~pGS&̪١fy|6' CwrhC *9d0//C(=a[/\OCr>J:bЀU:ZuE K tb myt!}1A9c %~p[\!xtɖ甽rhFl/^0hYKc&f#*sЭ82 ^7yqQ<xD8nL#$ l\(a.^wrůhO'CwA̎ɐȬ*t_`tU'%ov R 'nnk;'}_QISpe+)&OTgosV^@B`c TpT: c'nҶPQ;uO1)KN0S2x`@[ճ~7W\P{wh"ڹUFq [kpK$= HaNwk漨Vʄ̗XW;85> YtjW}>:̠igGގ#BJ~H._d[T@&:t.-5 ~K^Ia-3>m'ZxD7TVH !Zog$Wuwz[~,]'CɍSGly_s"^߭?۴Ix$vV. PK<ɤ'cIyn]S+a!<[B݅.%Dhj<>dzRv [9x{) ZC$DWILotp*A6嘢G啩~o3/6|"шNP{PC?9Yv4(f"h/e1 ˹a8I˩J{<:`PQ\PS,[0J5JPڣ J鿎F܂4Ik&lv(Ly.]&}@}CH.RZ{YDb_pߏQ6c&>ֿ굟$Q8)+ҎVm@xiRS 'w(Cu8E{kT[{iCσ ?wyUJW%;-Jƿ1|!ʢxi}w9˩xvqjRݐ&KL\v%3']2O2g^+DeCOUJ1/>ϯ%F&ܴ$Q^AH!319=y7Еk̃#|׾w|+G-,J3^aC?>e'h wf4W߻pa@UZϖx >?ra۴kir:`Qv"󰔬<ǰ.7#1f : srѪ5x;=\fȮ7s_u蕩Hl7f&WbazbKL#퍴Oi_k8UV UBx-> v$$\)/#<яVncV¦Y]\d{" 7r Ȳٷ!. Iz!"Mml[cndd'hmlz uy:C5=/T٘6fWk hyAW4@RZrpt;M'+->R3jNPp=:o !v}~#?q`Y?Yg|)X)KJ=o C X#xftEJNt}-nQx0> _dⅤᚯ؝&SF&TM(F ”4H *-):h2 [B m\HN̨)mսS&?Q#ɗKT !_dy_EjLG:T&'HK=0j X{0w>B`{% UkVZv;`y;Zxd-T& 6ne_j%FCB9#}FXՑEo~KXmgn(M]3q&Q4R\n=yju(%PZ[cԚc{S삧~]3If\ʯBHv^@8dJ+i  ?_gj$/b֮nT.q!;vh ;C qJ[u$npe)}Y?^=bӚ"> |ݑht0Dvs$8:?grA lLsH*XˎRA _!ydK$t3ER1;{۔__e jCeb=̻A@^.hWe_j$ ͘Rlo Ou5p`kklIbsTfʫp-aVyQ)4Yn$+huVc\>yW brW23Onܐ(7_X2xSuza[FD85_F$o:1[?Ш94Q(-mw0L#c]ž7?|a_c&*1ƈUDR&6n2D>ܔ1nwzJuZ[xƓJRe<ٷqg^hOoى` ](òAGj)iF=.No@Uk WSS ~$^ F$GkGsg{L2Ox)CmpRai{.$g΋bz4 WBmtn: Lx=Sr!+D#ZUWJo=NN,,3rAc\Mo43,#3ȭ܄mt ue"\(ݤĢ@#4,%+DVm&]Ʋ2௽1/ +1VHA%XTu! ( %xgEAy=2vu(Q1+0OIϱ X) FL%@A Wiw]3}`Ds$v{> )NzjE#hgizŕ#ViT! co:8ZyxFD'kC 7#1W&ڱ'(:tzS/*-um{"޿Ө2+NL1T~]f44gi}c+&Na*%<˷T80|rbp_o+ĊuD&yvkvi^|HVNl&܆g.X;=IÜM د/F c҃q}$}ïPmx_Pg/d\זL3Ӏ2ț#i`WY %L \U9~GԦl;[)b Oέ'Қ~ '|{ͤ1< (/(#iM+å=:HJ[1 ",6?'g#Ţ!f`'sp*sy@&[g\TI-{ r|}WB] KXrPeK Wo _٨q dS->,F @ ;!ETBNigá01G~<ݴ}B=i3;__V/& T?H[z]By'-lX1ڹ[>v(=D-bKnq~!8Mn4OP5r8DT2¾5 l$^^DD4ΖI7/S&e-- ^B2$3XWxV|x ܞSJ_^z(햦0.;{'dVG>9/ZĖJ(7zѰ;* nNTl-* ph) *t;R Ibr. yw&s@LImhޣ>yUIϵ&yҁ> Rfd[_S\@2v.LZ,Ѷp%Dޢ!&Tl*_E0x$qO4;}^1" #T";+D;o-0`߸HwJH BPPA/pj<1ťI0{ (3?k BI.JtJN F:,+m("=oY4fɖ:-+$0f,SMzd3CgD5%4:Jqր1굥ٹWQH!| pF*}cEg;ңyL-ή>q`_:eA6 ~HB7o?>T%PD?%|^̖Sy$,Uyu$JjzR^Bk14\tbxazW pƈ maC[nS{ 'q%[1!Z I֣aknÈ 8 8eC*}{O-\KePr"*9cG TZQч)uU*J<8[8zf5٢|Ulq.DH^Α)7f:,s=O$HqE[`¸C,|Bg%znB"T.'vDETG"o%ܾuni  P;~mwEb'~?ӑ1pV:Taue tRC%&\EM o.%1|2Hcy_D,< jӸA/ xU ktx ;{>v>bdJrguUEl} CtE~X}+X=yr@UG,ϰ'R:jt3.+ [{;WK&M5c053i5:J 2yj')T +|!cx.bε_?ȗaIpqHMX4s)o iI<ܨ2k/jNiIUrbd"$uK rNU"ⰾ>:U,.L"|"IAoI ϵ"Noهk_94H>fkw="ZcL\nv`AAػqe5p9ˀ]/_ F(= ^Y@y!w<uŸ+ #_ƩjgΗ;g;,;.6Ct@_6r>W:]wiL}5TO.4qsj!m;\vSkLC}EΖ7= n{a~.r(-7_@|:fHۭcm%LHmvo ST;V 哧k=oJ=\"fF!Ip\#ukZ@Ī*7fER΃ڍ:d9V=W[B@H( $5̠\(\Pﲓ?W_b̴}u黶ZQ\u kQ_>&AȘ>"DQ`3]'uG#qDZL+E@l?&E?yD0[+5zKr7ń<[I_b8'`X2+5v7MC$v[ >CpC+w"u&s&U Ѯìә]t^ Wd~ϱ;P~Bc1Ҷ!]%*G|h[ht 4@{1B8z~ap OqQJ|5 BCt7:2/FgDIq]~x#PNQ.=e}fin!31 [kZ Ug\À>(y9ImdcLTf9V!њNxxX5*zm@%(Cmo7Isl?4Kxp~ߋwLi\&F,fӄ%]#"x}Y{ylٚþP lһ>ҧuW2EܕG[%'ŝb7l4'©MjzQal{,ʑP vH^3|2u>sαKεU9y*o`PqSG=E%^A0ʌltegʁ丶 ߔ7D UdpPuRXė)0Az2Qu 懆FT7%*6M0t:,Q9S Bp /\Z_N۬UX*F #dXuFxwæwET{WsYQPWòG1JoCiǏ uDy@'nZVE).܍80N8ԂcvnQo#W Bi CQrBu/m]{Ȟ;6; B6e^BEJ  >0 #Uj6wNIiAd?ZIZ8#8|03Ӄ S?_r5ZFeR]Y ɪ"kUe"Y-PwfH{[Wbk̒u!^|\FbVB.vܳP@(^1%R}>2:M퍗kBt^(%jNR\&Zljq{ 8F_I޷='?tԠ{-*'q(1@4 {k͢[8bYDtcģu[-?9Mރ'Ξ}/#$~fwSr*CmJkRY@Ϙc/bsQJ&Iv "^f¹(*ʝ2&@VmZC\0l84-s+Sr x{{NE]*.QQ\h[+ 1{I#`eK3[YdRš 9hGjL) ;@@h )?w|{9#RH\{c9i% ( vIG_fM[4rɒ^e$JBL^ތprpOPIOX4wW7Z x*gJٳc|.6a#v^_*̫C_[gs,ަ\E&\|aEq%Ʃ?_{q?0墉O%62O4P m3hW&W0'Ws1/8A2E!bŚ0: wN/r_Pּ(Lh d'KF XrqN)yڍ;5βx Pa7^AT8-xˍ/%OJTw/_@O,t@e_J"̀Gx}v$[6SuNƂY!4s%]H}]j?U :HeϛcUUEh$dYw\U "N1YMIC#aNi7s{] Sa j^U7\uԲ~}HVo*<cA~:~o$\ q?Ж]ij1h|ނ"%;:?yf>Qs$-W QEnQ\Ϫ^W Ia 8kݒuGNeOu*:AJTOƤّWԾ %]1|0ۡMT )e}T ؆v ?1ۋdHTkSПhOGYYB'8[_6x #.u>JLm -d0Uc.Ue\b*mqEdhgɑs:S#tl i% tܗORl !{$Pp:YR%Υ;un?p"o{I"H;X~$DQ:8a/'CC:z'b!+Nf2'A-ۓA2Hpo]wj/ .,24 ࡩ7|Mq:RQgur:տ;yK^2@{ܡp/fysihK^kM8t`ۤeҺ׹|tyUsD-,]tѵܗ~ 凹FX}R%s\yA73.=.ϰS S]}3ζwwЏr8 ;rl#ͻOZw ۸T=/sGA"ftf#0 |$hJPs/` %\V"Z2ȅfWUKK?!r"ҪT ݫd0Eǒ"0B^RZ y/)!vM]ZxZ*-.&r#[*i`ʤV]S:XXfH} ui`/D 'pϚ#A@/fuMܹ3,0*n9 .]>DŽ})UͲ$VTc S-Iy{6#7:*Uev{;b'|snd" ԴubNp4}NSj . HҨGMtV)pW3e\|ϡpM]*ƹayEZ>S;'& XBFq$j6 5 vmҧ>z !=u `?qf}7Y>kEء,.}yuBS9Σ$?ݘ4.Mȵ}ܵESfD,>j@);u˄q La6 +BZy^NϬcgRfMZm7U>9A1[1e [4W6U>ޡm1٩#E>Dylǁt|)) e[:>$GzJS;a_Ӽs f8~bPb4P pscWA@>Jy9hPf|pѲf|Dwl>FzWZ;[A9Oôˆ8CN![ 7gҘHifKJ9;a^vrLV=p崐 "k%B}&V~ hBz,}#΋ed&IPމ4O&{+6Ʀ" )kbI\upr ZN њڍ(a:f:v/ƌ_B 㟚` g.NΒ /ѳêbyN3`"j% :Ef ǃu}w1@~Dܘ2a%Jҙ?ث-!H+ 9yBDtsJc%$:k HyB%nZ@)oSt]H7IVD7P%r.J_-Uz48FM"xwFZ d3ʳ% i:KͬɺW5Y8B}]@Wg5ޖ]O1rtLArhos93!+^O^ߥfZ  hiE!45^ϟ3J$"f|| Cd'مc~bmmmeJ`iֿ+\I/ ޛ()')ap=s;wfh i6G:' (; ~.S}L+z?$Y)3'quvfnx%I;EQ;O͎V6w)R}u]B2vmnQ>tZx|&Lҹk %ɫ#أkf}SO`ܐ#XqU959K%<$:`"Cj"~"+%rtA,a(΂7.Hh|F"¼H5Sr<^}yZl7/ҬИ=UALjVPѥ%tܮa*[mk`?Oz9G3)&ΣrՐlK| ߓ 8Ĵ"=1? |,5_eoZz3r1~XJld;k>\nt0wѮ_pɅr"_nsS+ʼDTap4X:gu?AV F`rh3%srĉR#qVV')g>#mE&m_HtFq0ntYu M cjgNLz(}*ؤgph%)dž`id{MDb95oFFtٯׯzυ.l<4r" =jhX}lNL"bn4Q]j C4\qO3Fp6^I~wwr>oyɈy`pbPg +ZsH'JEq ڑW0-[ːά#sFߌ⿉q’{IN|%RժcKBĚͲY*)֌LmiK]eìˮĢ[xCqk^~ @:-줱J0m=s.)yI?cBzvV>2(4wc׷,l{bޗ^:{'@H^Ue9[_F{ok3q8 ܷ*Y@W"5c)k@RsE8c#҈?:5siՇ-v3ga 6lӬ" zSzkj<{J;`q }=K?hy6RBTZxF6bX({USD޿a6 T6V18H0S,͈ wC>Y.=l({7,78Oh[в uaDpCa 7̫6$F:'`+[0koKɗIm2٪@JT9Ԩ;^$%E!,7-fٝap}gp ]T:<2!==2b+_$Q5v%k1I( õT7 ;5cX&J4&<2GkD(Z\ m80iI|Q,;Pq$2+j+2/*>'DFqks-trԔh*{\V33 k` { \cSQ1 I* ]]ιu~R U1{8@GtF/>M}M?EyNj6ADaz쯃y}.В9`*9wD@_.A<\ `'c Y]JodQ U f"U"@IG4]FSqdJDxUg}𣊡 u?-D\O"[Mh;@κb"{*7)|~xE i3ȵ^&7"rcuxOj_y"1F r&\'2l4J ӇlE?lH>بc4]?cQ^p &|]տ rz#[ e3Ԗ$AmXM) Z xDNl`Qd0" 44R` C,f_ױԳu6+XˏL/Vm$+*`Hj}&:5JQ[W աߪ[vȯ$t٤~7 0|cLBb &jp ;tӿikGkkCΤ5Er) }-t=sʹ3{81.d%|(c>?"{5~DmJDyN{^ʼ4ܶ4gʱ7͚Nh~K'Vw[0_͚W/h9^8l1IhC|ø,\ηaDr&ޛfg$ma푢 y03-N} :޶x5o^6j!ACSF VvOڽ˵(GC/Z~3Vߖ}B2kQf'U"}Kz]%k|:Ѳ&U`(%Qiu{ 'M+?!?0/D3"x0Ge<㆗Hym&SY!p{I/19)Rg WVI5'08 ǚ@"Ox`´됗並H*0M^ڋC|喽l;ܠ^7yKI2l۳v{H'LIXh{|mB 4Q)rQr@@i10@ ܝG2DĘt~^ r:ӅNl,9k*T?DL'z(H/=~7 Ż$9{D˹%Gw;VwG)Ľvo)6m%d9LCI6>s؊ZoZh7kLbq[ v`!')YN8׈޶ݹ("QBu8+s :; \64l0^:j.PùvjS#)F6_I=S9&M)FWޱkCKHbKWSH3KD6j,?ɫf2v#8M>Z]c&:դ "%A3观Dfһ:/2 QWW̹~QwNM+:OGhz[P5uS,l?>r8T t Mq{Qܪpzg4‰rkzS/iPX4YvJ;v8۫FΪzM:tL"OMbWaE7`IVS96L3Kk _LU7>|[7ДkO,=?rQe8"WobYҚN>3 Fƚ?|c~FK ŲJ;(R.9a;> Ԁp_4gJJ˻2m†H@+Ha"AA^/{#V?ٹLvlU+`fMWF]&Yu[dghΝR3'u&mo/G)T fk`o?aJEZS86 kⶕQy/gg#I7 ^s$ V콇6i1JXVӱ>t=r¬$j$+\eʣwa{3bjo GhRsaGS|@ypR$l; @KRqRq2R&U 9[ HozBVO_%``=Zn I;zJAoG],fAك9AͶ=rNޜDVYw IrZ$Նdы47*YQs3hnjDOZQCb HcؾE&AT`\cw]5+ܓokRpol"VSb=0ԕ'FײcfAVF Tvy$ƶo6ĜAXkI ?Mf֨2?m:_.{?0tU:YTHDn@ȿJYj"829t}PNt.¾ZVoa&Po~t[{XTKI[ BQW/AmÞZǎUp \$<]kŤ6d'd;G  ;U㵙ZYbcvf`%Z^PO,P t=t2g)qH]Cʽm0&AŻ8/Z)fT&` {У[M:(fpHV~2N"|Guc*ˠikHv"NM+ʤݗE+-Y{>ˣ”x zD$m#tF0^(fhX0򅀠v{T0s(Eqf=[Ϗl{}e(ӯg\ם WQmG2RXnO 6$yXxp MS.ή d?m/=gg>'*#Z(,˜cPZ$5XBH?vW`K9z0,6YsXzK99-`}1H\ B]x1(1$1Gw mDp<ـU灧4oYo("/+?I;X}+i2g~ RպA v6xz'gYB ?y6z N |`q[!W i 0aђ E_gX>&xM$gSL6?kQ!@bF!:J-A.%:[.)aˈf"`02\KnY`߀ Cn;JrGpzm8!t$>Ke&svrFHBn= /ڢ=/w;==?&[Uzl5 k"qKmHk(>9JjJZV$OlΨ&Bp~z4Aj}b䋻zds/ؚD1pikMyJOJ\d1nfe^>Xut uy yH ڻUaA\j 92w(r^3!g[]7AʮmOΞa1}@D ~FcԳʽҜݒ'm)ڙ3g*2Kmj-<)M _r: ܗ'c#2 j'78()Un6oįlɵ& $+0;o!K ޡ4vIl|Z{n]3"A,yK_;!Y0 XA9-&뱰AMƵ csNƸLqP'pX\9h7ұ g2Rj"K=MXSAvĥiinB 3[T~h#/,;4|cwdzcOB ڇ%J-/Bfd ڈԤxuװ%DVz+,ƽyn4v 1kL aF#&]-美Z ⛤"ŗn"nFLu6j?:Plq4N{Uz\"]c=t̀قɽ4+¨g$]ЀT[38r tlD O?}2T+jU>Dj/z5hAVmK4J'l5`@>VpCGcMl-\˶uz5SvmPR4(L97yC+c'Buܣ.=[fmqx1"[ӷS{5sO*#쮕D "v+oJpQAe =fy7z@3ֲM/,;RX]_SL1Nfz^DvjqėSYtYL (s̱p-2 f/5eBa5k0r٬BΉ{ lP|b09<5i$뾦`.yժ6EC7*Ktuan'w,f8?i6J/d8^XCvhƑa{74{ҏ 7q< @vŊYf2]ᚗƇuzipQÏ*:ޫ0 t{V$xnjH8^:n ZПRƴgIu^^+ D'k!DZCWم$VhmR6Lxn)+b ڳPT=Q 8%%LPpK.37^UqSleꑇhD FWմd6C^^GUg%mW-,vZߵ {f0>{&EڡjRο#cOIiکN3-H(]\e8EgS?Q xS3} ҍ((hKs+Jf6j=^iiTcyrc~w>ϬqFw7Wg8Ë\yܥ>|TtoPOwϱ:Paxޒ <+ƭo^.+8;yw-[(C ]׈;ayiD$%oJ bESrd'JEm@4k߲2m[0Q$Ojϐ*3) ? 9X]+)jܒhlFẌYGFx`ٖN@ x֡ڧy<7*qNvf]}/`U}e6sSX6JpF5'M*z $-DmczmP%oVk_ƣ-㯔 'dنmJN(v𧩄f7_5dyxŏv~ѝ4R0/k\SdsWn-+@p"]"A sa~ePؖPrAfƜPr ~Ύmb]]_{wi sURy'vfs}Ё.Қk;Dh=fUw8c!ϿUbY (~՘>:JSxriLgXms"7HL9^v,jy {ZtjLl炈O(}_iv,;JrlmmJqؒ&g*%d]g"Y5>9a;ӹ5^Z; /|QaVB.b;m2\wp~JʁPk%xQiGI|;Fÿ B> ԁMAQbz| Cfc:Vȃo )3 \`@h4Eox/ `$Iz9ġZGFl"*ےKy20Tٻ ;@/\v }6>uy$"͋&q37Ī*EwhUJ%_u GbiˈhЀ %.x̀39qB驈cSeǼ5kd77}T`)ߴ= 1C?#N?5`͘GM~*j.q+ԢJ1T0NR*K{A?2 E)#kK( xRbm:K;Ņv\pJ[F.iax9i%{I#Ȅ)?w㲹g@z[c7=+imeOGtD/]AEoiEOsG2cH#/2~0㎨7g!@s4Ѧ2F4^ N>2OFc bD SM4 K ʋso 8kaml]^?uWP ޛA̷Q\:[ W]Qg%.Q47OӉ@[hk.fҕ|Iτ߽l~32̙AL맜NbRfI`pþ, [Y T $[7`H,7$4eڷl8 {sQ 6%?F6/˴V s\ > } 6f|qKRLvuGvcgE.|6&1uK nv.=mP9 C0j=tП%I؀LW akMM7o';6r)PTg E2M|,i_Nj{8-?|0oU;0xqDABd]I- `:JSȑiƂ2ሓʫµgGK=<(K^̄Z "9 Q\K#ݟ~k`ry^<V<Ͳb~/ 5xWt)LC H/k1Y;|]Vq.{ HUM}^ɁWpcWEOg%ŋ!| ŀSq8KK|G0/qTPP \u.S "_E0>>Ä֚%GbܝȉOA^ #PhKyvfgaO VD~Mfm% u<Ѽ:^x=H71_<1lS[uj֊̅޺I2V,NW*+P'(W*#t@yDOH/eRѸ^ĀHw>C7nFz*)r.|TG!>QsjMV}wWͶ[,iϑ&#]cp ^Tάzc)'w&Jr?fKkS(/dw=k=3e®1er#~$#\=:UϫE41vlϪ,' RhpޞFD\6D-\BE/j،sTyDKL,~nB$Z; ['%v;[\JЊc:xP {V^]L3ؒw0 Fw%Iʐ.IB}^^i*P$E\K'ͼ,̺<Ż tj))+yT ַש$ zn )E~YSœ_L|P\#֍LɼڑJ>[Ҡt,7[E}[DU+{ZQ`%uU 9V>HX+ApL;$Sل5`:>}|J 9`T;R 6B7YƐ6ajMYĿثe9"gNkf蔷ZN wqKmalGjF'@T})&iN1u c]_0}@7^J/l͎ =/ 0kDG3^gL 7'֙VِcH%E DtId;~I'w^V<^-jݯiIT(+.,; Ѯ,^uzQޖv9 mYȧ>R[X3ݻSW{5R d;XR LXVma%%tK/Y'EE1MVp>U,c/:KO)7NKe@_.QZd%Ԫ {EW3Pt:V.r R*C;PS.GbIKRF!fi"ڼ$ӵOBۄ{`m0.(ssqh;BvIoķK}v2]EA0a]!v4O Ay'jR|@΂Ab瘄S^[- ߴ2UƒK_J~"Fw=d*ql/vc [˅q`D\*@%[zqYn$,bdQ?G`E;ԩ'̿Y^eG=-p *E?~R\ymp;48mm- t7(s8bM%K^ƟMǥwM8QzsA>Ӻ!6X{`Z`4'2<0%cNۣ2Yl>`BR@8nʡ>JV>lf"(.rBgF\U;7&(lWzjTƁA7XJ^oHL>}sqPrCV-_Gr LRZ^$7r/n9?}A@?%FHLku$z6;0-oUPZ: |c"\k#I5ZLUn:%:r_7!1cJ^74=0aȪlA5Ǜ#b@{wKyJ}VuiV6RKRAINj{Ij45C]"u/RMM8ʥuנlC:(Fg,'1Ui%7Xoy-7L;N+ ܙkn寖i6xq% 3$e=žīt1eҏC*XNFKEЎZ ''#=[ѱ.u=;7"%>l&hszKعVi&[ 4:lg¦eUo̪*o^݉Zӏi{To̶-B? Tw@*L $3PL;a+Vڃg=R}Rp)!9BCvIwr -DS;':ldI[)b抂10x9Uy6y1)GAO}~Wv4?1Vs%&ԄUY#0m JP.e ^Dj3sdT.3'j͕2rpHh#|&ECdNF[jO+u;zzVTIJIe\jF|.] FcA8C _( 痓~OS>VfEnNiOKNܙ [Zݚ-՜@_MCdQ슺wj_Te_']>,sx;yK^ֿC5GBFc)gnA ,~\.З,IG /͍5;g5y'|<N%+;xK8Q7>Z?/KyN &زK>8ރz HwDfSHݵ5f`OJߙb+[HxބI7f('=t~nnYKײJ[)'zXB \s˸z죹 ";<;9T?J09bU"z)|1D'lmdIKPg-%ԚrY0:4SxQCo  BRHeY G nx,r<,8y9Xh%K dn@-ɔgÝQL{`ȝb)Rz42_Co 'L-42[PVXpx=Hr&lv8pK f!qnxݍ"\A Wg{{| 8Q_ Y s/E3HO`Xbl:ajJPc>P19\@H~j5!hs3խ\1۸ͬeXO'~Pkt$`g?BY).,qGAwS U8(MJ삻=X4-mJ,A UC㉃e$4=ך[;!L2 )-NL]颧  qXȢ}?zv\^GN-ICͭ&lm2|2"9tiW~kz_AbiGy9~Cjqm^:@:&G8bJ[WcXF=9 7 Wʅ>6a%-= 3jB.nnǛ&UET%'"g tJ@KK_i|b['*M\kRܘ,dTw;CS=[tr?MF҂wL1,tLvj'#0Ԍ2^@!\B-YiOv: nRSjasX3jRa׮}tHC.kX.:$J}1nTЂq;0':fJ,C\F/`b!"FTKI;*8֝"wˏrk.0lj fT8_z 0EH.>=wWNu(cFTwÃxRWNB(bp |<2n= 7Z(18@_^~c=|%+#_JF!XylT<ǂ[+&c፹K*FgCPAi-Ķ~5dKתk[MDQv6K Nsfl)Tġ2.#VmLԚډj Ij. TuWC)GY@S5>>իcGJ q셧؟E13oU'ǐJ iIy? ]_`"nJsBj\XRn`eH1.b,IGY\`͡%Gl* 5m``JiM@0Е{jPmNޣ@MtYu{ѕpv'r `u>%SAﳣKahL\.WxSF7H+\|| =:k<ڸ9l􍏯)J#TxπvUd7Ǻ%U*"^%z!ŮًI6z#ɤFp}yYOFJlߒړ_''yE"^uxgA=T(5ك\.=z=x("0f ǩ$q6-l8hXE/1xIzkSUuCLoG2}d]hi /`Jn˺Kfnog[&͂ 3\ĺH Oo,?_&[E1CO\֊<'^ 7U/jeC,`_`_8kQ !D"|HnPI>x a̞xb@@Iw^̚^v2FNe rMC))UN,o)vΘj:9<86 h'3DeB`Yh@]DO շWܿ7U}3* xq6н 즻u)5,z@l2ǯj T<.LOm $Bk(6VL {ލ37c7m1p\E,Ѱj&.bUڐ;i+!CLNoLpt0f[Mv=Ȋpp'Y\X|cPC'2c`@PcPR`LͽjkKD):*MJc'y0R={}h'֢5s{WHT""Pm+>Ia7_m׎( ̈:#>yEKEC4@Hz-==@+2ҋ*ߩ':CÜlA%LD e,s_Ne~D*RΏR1he2y+VY"vܐK3NLjBϬ+ujÛ^SS>e6AqiK.ظ[Cs[9*f);(yw%љ~ppU+縭r`o*zSHw WQ뽋8yTB߱J=.`8ݾ99BgWCi YrRY!EKT.x}}j0#FTto3lwLZA@$Ϋ:lP:Ӕbm;Τ*G0 `@yNq{aQ2ƨIьO#9Ӊ[`EUG- "8lVq\G,҇< iROGfq *) wLYFu4%mT,n30pEw;B{o&2#{’vYG&9&82 Fc!D'}#󖬣HdaGDIRL{Cbc^N&?Qk7X /JB@MŻo~ *T>ԧ c .\2rjAoєDs:+!nVp 4ײ[b\{BV7ad^ɝq7^JFcƜmt42nr8K.f۪1[oR.fĀuQgBgilQG0 Ev{k R!~ފAol1r_ӥiD=DܒN ңj5Aj.3 65gg动oM,۲- ߸e@7FN L~:E1љK) _` ;_)A-ΏG]48oS.~hN1;hA+s~ @X 6GǘMnRQzglk Cz\AC 0/1`>p[\HN~G4%/LRᬜߍֱÓLQBIS }r儋>reN׆J SO"lo쉊."I(ٻ'+g ,ۄ9<,p^"6D O!Hat'_{t,l]d8>1jGU2'&iI\69]M*T } -id3VaGӛEdUF`]|֨3ʔheD&jҡ!ґJb VoO #X_zqn#9Z'#cʀ=p\u' IF|rgPYc1XBޏw? ||l ?;ٷtCI!ItSkpkNtD$S[T -G1} n"9!roy`z:uħʫp7B+ S.N;y e.q黿Zz4j6JTt{s˺Tޗ}OAOUH~!QL-;(hۆ-)G\Dޣ+roC;ܓ v3EVZQjY`Z \> NlѴB.c1ns;FsM4Zy 2HNAHϫ{t8etc򅸱Bߑ0%XHg=]Qd!cA$Dr&;0k g"b=4A K-]iQU58n9BO% T7Q犂G5;Za;¬٢ڔfZ.b0#qfb<Թ7-E$)OWL K"iE"[,C t寴Dqa$1{X({Rѵ+Kjqü:1P,y)( ';gPIS(>Emr]5.EKS t|XK97(h#zP* 0%R?ׂU/<`VHǥ;w3+p=OAj6Ԭ  1PB C ,q$ʎj Br6~Q&gy~0;ʛm+7ro*c4ૻŸ9T>(Be%&g($=(:%}^>LD&"e> Br pÅnJ}-YP)O*J@>RnYz@X7Xe7Mxs)XϗDJ{W"~N\wϑ0+ѓX~j7J{B&)IBfe/rv>،_\,dIkI wn/޼MP;-Ȟ;D%x{ 2f g-š(Z4eQ8yҎY1Ҵaq %#uscw%.^]gF5}#zhJ$͕ FMƜ$!׵Og(A?.Zgrɜdܡ?,2*E LFsNQ-T""PRӉ`@]d)-ZU:!D?wb[#F[*+@O?9|uZ9.4Jy{dǛ*է"b($އ}D0- n/-f+0pۄg l$Gk8N4D sa#PTTdESaV~w~;co΅vVv #QbS@ zGIdb5a )"@Mb:`7U DF#oBh}{nvh+ȲI06;\RrO L#t&ҡ2p>ZVmni-~^l'@qLjm2}V{zAXj+CsCUf[dDz$Eu;^]o]8cc0؛ZceA;7a,*뤮%fJ6Q)-Rߴ4B<*ր[ [lz-ޱUzW:6tbaL: nQ/<{,&xbN1Zwp-sdg3א37b;CH t&Qb 蜏iZLҊ\3}6`z0C,ysV:phպVfնfc6Y}NOl:pZ{r? 'EZ*B !X|0}i*7z9&s']Hq^li ,Z<~m~ODh$ &ۡ` vE)xȿàOD8Z3B ܤiz$T dZkT#;o^ԬB")=_&:|߲IYREXv;m.pۚ@$! B5AW9B,\aZf}5ʽuFlG<55E)?t{\ 0"aN5؋-a!>8/XMLW- 0WOn=w0:z<ꥥ\YwzP49 b).#Ik=wDaS$:K:|O\E'`W5ؖߑ[f3'yҵTQͳQ]Ng@(aF1 _>h-vP>Sy?;ȏW%L ۅjnM9a2\=2ZP'C9pd4Z9E Z hRKo?xi#^%Ǯj3!Ɍ|+SBkr2aO!~iQe}9:nRlW_o{vⓟʈ0w"|6 ASZ˟_ҽ!Xtޢ-qf 6,&R&ؕz 5?>:[*7X<~?BaWf4E>bKcyu>FIĭ_qeo#zЩݦnG4Z%2&5Nj*/._oѶ/ݔ"X3yY]ҷ,M`Ԙy>].l|U ȱ0TmߡK#<7=ۊoj}g_B8{Y3׎e\rV^1,2p{ЈJwRf\H[BҀNbsrA] 1a%hL%˨Kw4WYWABnp 쏛pljgJi"m!N`OS8+A3YgU01Q)Ǫgώ 1mr",R)r%.@tkM0֛ 4s˨p5%G` ,N.G}q!H/IqGTD7}bv,P(î$/2+P cJԖ鞫D5(D)tG!'Sonܿb+咟3n}~1Jf[ǒB:D|Aו{|jDr@UDuܟxh&{.2@{fdY pLcM^#_[b [%°dQ?xdŰbLT\ǤvfzU8/b7tljֲ_"^W,4ʕtPO3rFnB IKóWv)=p?H= s+݀T|Fn;)!o]92$Q5j"53>[&?ӛvml'gs u"gOK-вTl^5АI*fH$[F&⛀;8Yΰ~Td`UhvAU;x#b $%1LkL'WZhd %xqBQ,칤oDW˶vFgn>_aN9>B=[E?6|=vNm^ ;sʴ&>N8 =cEѫ^SW}ja"){&clMŀ__!3}GP?JB؃m.Wr րU Pۭɍm[KmRj XobHJib/Glq﬌6]"NM"~ (:1Lm MBF4oHcNn\Я|`l6`>ʯp4ҦҢHh6 Wg{sYցO)(3yg %G=}>͓|*YSnڴ t/""u.'}3GNQg`"b,Qñ:G7Bn}ٜzg&~h8FݯLhT ?/sA;Id:_ݠcugjBQ$w"ƜI+r:n¸/V"kßi%"S.҉ҜNF/ ۓz2ybb_X= EpX xD6TıߍBr>?/+nghOTnO={ Ybkx.r?;WE8tBA^h s{߱٠TfEqR RR͒ޕC>%WR4kOl$`OÇo2e-I-,\xA-ijZ>>gppOb_}Htfs Xn G:9  P (TQb%O=Hx|K;a ݧc2>eAK̈(iG,r4w/Sirqf|~eaWս{MƜ ^KhƁ:NFf9ݗ^1:j^LSBd7U/uNsu6ο|VBwdYCK9.I@PXidq\ MԺ0־U\\ #x:lHi'u++!Lo://Tz̪$JJzA[ULxk#A6H_;t?x-h $أ^䡋2.A@yQma V;Szچ`,]|> o ՝=vE sLhmӄ]#j}@о-Zw ZI=!^/+ dg[n],Xqxb /8]t&ܔ%#ctrR_Z{ 7ykQ;6S&f5^iRВqcGAahH( 2v3 DY\ \Q[x4#xV:i{ \G'צ+@6'yJK}rf MxFV3|.v7ӗo yD}g ݡ^4Zp>3񁼒 Ǻr1h笫kIBy1{]kMEhUP}{=-I!BE(ԝAΪV.h7bYv/XlG8Nsِxɭ{ۻŷ4Ѓ[ϑK4`Me%Cy'PaZkmXT;[J| ]6Sb8[r(--Ñ;;.-jy@q(OH2k;)Ͼ4K ՝>j_te} &XDn /6%Xf3i/In0dZ֕.S=A^/YU:d xqe#'Бu1dSs0r`Vʎz"RkwK6Vy(1Mk?9~,B1!foӏ4ZܜعvQnЂWّbC`kl_rBR+$tLL$xNt zQA0:A`hxX^?NJ ) A+{$ru1Ty3e(SRrW"|R*} O,B\vsOfO壇}mus%*fϷx!T^ue8(|?I;ӊ3Tax{OϢ^#^pBh28RKPo.Rؐ[vy}Ol+&M!suPGj72h"vO4+)"si\5.OxسRy. \u@-T۫4,܋t /gp*f*3ݱqcBa?|gZx46P G28gznOeU&= rb2D 1u=d*y4PЛ[*l#;M[ɯVgmjNf5m̅11Ѐ'8ViB‘6wơ8e%Hg>=XqR8{^Κ/X(~醴xv ѬѸBd'xP$ w:~ZeR`N5 {ʛ|sB&OtZnXbeӝiQؠ ʛJB!C'lV@j倨,/ЈQ$q!mX)5%CЅZ=֘_۳MNX+v^ ѣr@>ZT?[xCZrO%I%-|PcPߍXRiZY&ˏ%maEax@AOq>Cǧj~^H?hI=e_(!Vm\.0J?˨ 8Z37AcDvŦ.]dz+*/jU!t&iRF6io{f;RheHL1'I)$1*ڲEEhB[ӯx(!>|:7/q\>Q|jEˁU.mCl|)֏hZLUҥg-<A} ˏ`?)0>t(,59B կB'5Ct2ڻ=c 0Um h5p Dդ4iY 1;-5O~Dj?7x %iaRH`FiƒkN7X!Tbߪc#sxطO߯פ"-tABw$69:*WU 9 IQy۳J'ǠQ㋐N5bqKǖcRq(>9uo73 Q}L,9֛)9BYVq1 %u;_&bA(NCx}V,lxѣG#;nڌ4p`ۆЯdB:k6 | ,#\ud]|x׵]*ē $vVO)/3 PCF'1 s $S8X9uqmo 9%cyF@oƎf  {ȯSxq0(u5ryOM&Ig-+soMv z/D5hSm Byޜ2L2.$ͯ<4aԢERv8Wt8I:nV4 "X)·RZy,}"]RO:W+#]Ƌa?9|4|أOO8AV&{QSaqv"v0ݚct6C<.x/=2մ9˜U?+6Y;~O Mrlh0d %Bn9|fbj0Md%Zs6N *_e%jǚ\ūrj VB~շnq*(N <ٜͳh93e(9*h Ub@~P7D8I} TŰ ͟0w6aWL0K$2Cޙ2#"e:Yު)sz ,]Cck0gee #L][*oPQl,?}10zl֪RKmvن{lyP a4EbSy4釸\mh )rpkb%VW,.W)'cfHݯdKwڊ[t.?S^A )5[ԔCh{Wy/ym;'"YVD/Q*tQ0M -g⵱lVi.^.la5F%@`79I8] 7$#9֬b(I$[ʑx,E"h W H]L}O ]v)ڰ7Y[t?+i7t=&Go<t!&-kPyOz#g J7t/ջ;(qr9^ J]uL;6 b~sZ&eϐ0Tk F q&J+PAZ)?vxE)=!sY#.m3j+&rDfvNh[^WgjуiV*ɜ:\' _)}DC.c=Ji`%Ao¹S7*0_ꏓ'ě|GI1_v@KgF&.NCA;RVNoC(Yqg:.a4F`T+bӜ,5Y]籿BPX``B^2!.7JXLc={PN18>W{oWb' z"(` $w1U?v2:g>;8_LJgu YVcs]S?>5vZ)bijvӷ#+Xçwm/YKT!v[YG%uMY%{yPb8Nɶ>vz-tXDyMu~ݳRnX.LTc0q~6cem ]dvt Cxg<g031eSO1XWQ,؎NmeV^M&w5ut]|~^ ^~Bk9c `)ך+Hs9B&҈n" 2P886Ҷ$t!Ԩ2*t&rgd"MBa0}e; ۿhƽÞ~Sn-NͶTQzmD81/pܰI# ~h[s[SpS :[,)z_BI_Wnbq+RǓ$1Vjtrڃ-iX#T _c\UkT$'}^%mJAI:`R>ZoqyA DaY[:cg}/҆U U |zVUAf/򠢾|`D\BI J[G/56$%_/SGmJI:;j6  &j& Ph&[Ce!'ds"ŤE/|y%wǗLhD?q:<gOILxx$&ؼ-^DpwYyT Hة^ǥ2~#),A* ]]$7C2u6NEqxH퇎"xR> 6&2sdN)-R"-EWNeAMOph4v_QJ#zfe f&sP98܋LlLGrq, +9+/g M`Ĭ4Ecq3RoU§ +G{~/+f;hS!l- ?I4ubh\}j´k*|reOxN\2SI9GR JXmVw&@K~E}ο~bV~v\#%,oP8o+ 4vsԧw >ǴLhk՚D 4M1@DMK?zt y*\>}@18ZUOq55ϫ]9> zZx6?\_-p 5bF}$b$􎨸Lxy|(^ I|l%+XL|%KM' Z/ST *:a13S FT÷Pe\)ӺC-K-M LVP;̱7KoCzXx@XjCmd+V}?n؂vJցwOHt+NXxk !_Ο?&}M)т'WQsτw^9UI2uUDO)%4UE"0 57#ckrǚ@}̩ʹ "0/A qiO2_4q`l<@a'=̨RvjmZt;ڗC]WR\h ć 1_@'K:g/3Bo$(+nNn55Nϑ3]dCo9P{&1OSq3JBt*?cx&,R8\^ E([=v& ; [4Mwv<`<(\vA{LZ* k Je׼[1ugn+KCjrÉ-VQJt_Fy3K!cL,L!gb'cnN=ָ40Ib<%1a,fj4g{^rAx})c!UM~9TU*Vw6&jm;*zpbgO y_J?<ĕ:H2p-Gﳖj<5w :JGkz=XVr/9k'3: CG/E@b)|"d)bz+ni5y&<]L_r;Қ]8(en O]U_v˽5Wm^H zc jF"q5ZpN-F4@oi7,˾C\eVs#Ns8ޞXHJQ|t+f)w' gu7rt<* ?+4|붝̼ƕ~ CVXZt#ҋ^/vz"5ي@ 6[A Nyy.?(D wF9$l# ]*kȇڗ6/ĩm0~Uf|ɐR'B-W9-C?upUXfܷ(Ny.GyqOrmVn,[}{M1h!ԋ~d{2gpLJA{nytk̘>y~375_](ɲn=Z?ڥ7 /[qK(mwaA!6qeno %dğj #/#$r#!j̥΁mΉ vtj?H0(4Ja%r;8mϢ`j`PAWsE4*d޹򎅂 `*U !)7-m+/-:y!_>c8{[N5oAhL:{@י|ܹ8 ;e^xegю'VvkNꔄ9$>Zw?$ͅ'pm&#Hgqfg>յDUa؟ 5λZzkYTSXZs ;4؛oς\zoa>jv+QRKUp%"5e:&,8vۏޙgj^ p\x0If]R܅yW6%Lv_T'UmLwdIjn#Z).ep=Q3#W1>Ko<`,`Pʒ\5ag&ﵺwE N2kZkf-mYUW"VlBĞ{ ~nY8EJ6s9YV-r 9D}Ҳ9_쨀/<S.&lQۧ\BL+7}@;kVPRZsFm)5|ޠ2I%v( $/ȉɞViP'bM N k4aa>һ#`8YfsE]^.m0XJ|VS~O4mK!Kk>Pǔ@(&P%t54kLc l@Sw9$,h5X>!l- OÞ S϶PU.,_/n& '>eQԍ=M%邯m$gx&GhUo5pДzwuERLe_ [[q:_xfZơC=Y?ZT9eG%؎1ֲyX}C۽}O<RicukFH>&|Mr*mi*&)T# |p @9M^sc<NKhH%ûZ˼uH I*\TRbAlھkRG9+az1 Eߨy]` l* ɖp87Ic@fLPyT&JJgGl_7>abgdI|N&o}JuHgbP!|³k5q[ */MMosUh'qr}1 kJH7P0ޛ7Cio5o+x {O *jAňg,;(5p&tؑךTph؅O5~G,YOQTW-,_W~Zg%'ĻF;]4':CԄIx`( $,"Ad7Fq;%ކR[<"RXϣb05` d<9aX?iJd72Mp2ǣ$he$;PKO%1/Dik5\݅.n]$TBl.%M8=I0QGnR&z)Mdz v a_ f@RK=}S/žqU#4mÝQ'G!_$=Bh(Nݟ˂ 0G9QDjn@L]n~0jVԎ^)$P6Gy62#~zzmˬ Mla*4O"Np(|ư~] [˚NVk^hn"L)UD*]fyL&莟Js-.(-K9=⭌V7V#ԥ"`Syl^ _/Ow(.*X>jZ/.Q1FV߬p+;aj@*5|4GgE2|r4`TU?t$cME6!|mw'Vk c95ǘb)Q@u:BĝFNf{F ($'k-} ~},|箃g 4T869s[8ąVѼ1U3aC⏫GȱNS(#O9g\-4ջDF$+$Fx\;\ӯQDfHR` ǽ<ҀQF*ӲL 7[̝2}qlj&Gn%kdA#}ͿP,!̝-V ˻+$'.yFanzѽCxSݱ͸@bRDUw+y8Q'NMx7eM2=+k-T*M֑IX@mVbVj7ļ/yk7?pM؂]*n6$=[&*iG_NI5\a\> m 5挺V8>8 AxA'PwMɧioq3!GԾy[5z (b-Hi9ƥutSs{UMżS3ߠACJ7Fs cլ\Xo <raȃ6rd bb9'n\by$,!dTѹvޤpZ;VF 2s['<?-G둤-t}/3b!wdE}ABF}ִu޴tK=ܸyoɵ )eBQ^:twˀuTtln~DKz8GYBq!vB,*rt*A].MuE)?U"7OPsS5ް/o'TAA;{b%rIv҄*7-ӆg*Kr[.4Ld6[t:cSlQNKHSSǥ#G[Ȗ4ω&2~_)&5p3,8HPP;\`xIsfF*xR4MeO :nƝn.=Ibyuޮo,n$('گR4AmT3μcw-j.rzb#C?;9q9? 4*ѷ2A"_*Epm71- ĐAJq losW}"QoWY 'AZuөb.ڒӷ'"YEpc ^˻cr. #\!·2svՆ(BW,^D"V 塕\0TFSrtk@ׄ^m!Jǯ h.˳ǏDJmC}5 f^87'Mjm VXF9ˌ袈,&gNIud_+Rq.CX+ 7:3+I.Kv,:=*bݩ"ZL;!Y3wPN/u)€EzU gS=0za!X*xÿ%G<,A[]yD&Nm`-͋ѧ#V7'͑R ?;̫*E 3/ƽܮ+ aq?Gx}T^O/WWi?+ڝlQ,v:el?*׋ogoUPOCU@]^Pg " v@ꢸI1{m)C5`/8  pѢdNO?z`2\k#Nfa~vd8ڌh!V#잀wJp?&}+ٮxs^f8##_ܝ|aR60?ΪWFeu20>I-#7-i:l1ޔf"th.쨕}_.-#D 3N`b k{ ]Z[KOl,t=ĸ$D RƴwԺymubBEq+h kg}LD 1$;CAaZӜC%VޥM'M,*}($%":p o|~`>MO|2>{HEhd ^_sҾA)e1lC}NXȁՒ<#_6SYD'l#)茑 #!BaIX?ٵ?T;w"*B + '3U@4cfW!'ՏOW}jhlMM 0ѵQpjoO X u_U*1䡡8z씺2 *p*!tEVcAPL&_~K;$|%!:rKF2Nԉ1b? 9rf㹤&'Mr0w)yDdGqٟL[`+is_=k{F,Hܮ8Uvτ߿lb64]k:ZT}\l$WX.LװHEPȖGDP읈N 3d+]jGJ{_-,s̿E=k j>MxԨU .yDWsLV%tW΀ ˨#zsY a;kbdq-nt doyW`v=L|a9[| ’ˑ` QOy$~:R3υaf-o>bAiD8Xь*ct.## ?&qejBhy7H3ܗ@&&{V E}LUpH>>`..w\j 'o9ir՟Nz'X$//#@'˻TĄio%}5n:!e,S8vf>@R}sA\Է0b.YwO\ ɀ4tӡJoD{q4TȰ[Hiwn1*ufKJwZ`,JM"G-BUߛ61B^u(!٥/@P=V }!8e}l;+j=k"?.# lއn5 YoyCq"b"M1 %r΄V 7'C~Isk%~@g8av)8֫OnF.Ƹ m}O% tO,rG(K18;X>> . H%nEUCk1g]l!h5otb/kRPZ84)M""f{z-cCː^1ѺQ@Ƈ<Ƣ졂 OiL!Dge$MWoORhhfq6ngE|Fqbߥ 'cv- =w+n>?[Ͼa|EHeS.Q4y v 6!b\Enccg6rφ7"SV rruk:G%j­=:NI뱪&Okaàوk]/>lγ>+wYUW8TPrA񸄤>K-r&qW*#."_YK?UBhC4n9A:Lv pr2:ϮN4kH\K ig(}WF񎱑_7W\"wL!|ۚTMBRʾe+7O{(Llwҏq}DӚ_-SnSs\=|vYC4r2nz9nMPdT=7,c s!f8DC>A +-iXBC$Mw49Xf!@S,㦝x+{+WAYl'@C}W<@ ?Q>R:)CZpK"Adb6Z-1h +i9q`shBa ьo\9hvX_FC(ƷCrGTV$}lւzïa׀~d&St9ɓEr`n!:l,6[#X%vɥ$\ty/+J}D"4x<˦۵2 ţ$x?*v]3>@w0)b Bo6W1Ϋ*[hFu@q~0Wm/ZiOxBB2OȂoȠuX |rU<"W"l ̀Э$xy,$O(dKԼ~o'WPwI:5~;.9k!?n粀}@/Hy_iz*RbY4鎾#d'l ¯3 ]d3_Q՚L\_C>LUUSsTyK5#eY@B9!MScuOIWհ 5$58}[lgX?={F.P8hԱD )ҚM r̝)!ڕ$n+'<` {C1cGE>kO],1+J\BRvJ hM<;uNwB-1fL,fz<IA@rd:r2G*i]G<+5sdS$d@V&j-1|% Y=b}W~Ԛɏź Fil[HfӹA׀:`FGJI[ʠuf)^ v_6h|V#bn :@rjĭN +l7*DiG.0ٔJnעcx! ޳a4/j2>1^G]s:_}u ߘՎ2ڇB)^dێ-g"[=#^J.cB~y暧iwseG΃G[ u͎e{EI:[;g÷ڼޓnukjc@/4I~ӀgIfN̢,-ӕid1L[(S`+rkyǡ7,:AnxOvyi6Kn@% &O]Aj=4"VUfEm 9lYVŢf3&(yJ"&N_tvϽU," )nݸ/=l@Nz\fao#clL57ĜȸSח;RJXPHrpll6 jSJ3W()%6=5ʢbjE_1/+RWw#r +u.dGU4ՔCj%dnz1dFؐQZ_ܙ}~``?Cb,p,a3R:܋4U30R2YFq֌807BKg:X~e'.)CwG o^s\`cZAq@٪^CIImϞ)gy2f;=J,ѻH^pS`&dcD#b(f!},J\LWx(qۖD/sc>cOo9@Bj.o̰?V5Z?۸ Ԝ|-;2t5\x34-7+k n@$CŻܓapzٮţo5%ہ o-3`#&E2ٲ chlmǃ__¢SZK{1%x6 \{upL{,3s!]ʽkC'.\RyKQV^´Sqk7wL5l62B!.R_qKo%+D d3mהOpIb<~ՎS{A3s*$z:%q{t+# yɬ)'uӂ܀obޡEW@'Q `F 7xfJ3 B)H61;v#6Y$GBw]+F(igDj'~C& b&rA(4c LhKDƧ;Ol/^%/d]I4ZiQ|!C!6EKDhClˢ"ȓ"`5PCG;+KMH;+ɂ tcݱ>rJI_:`~`O$B̴AƖzWLsxb( Ac1ݒk@c찔L%hqVx/H+>Me<ج-3[kZmF]ׂ+ !da{]% 6ÞILhzIJYeK -lV4WX>2EZ2Sb߰L~8A=g)$j͎|o5>kt>: Ԩ$&/KlP>j!֏jOLs&v q"-Լi젟&/# D3,ԛZ¸K;ږ9 4Į] 7PU= ~ca~kzE13IuuX:ʘr Hf3)(F} jr$lpD+m@B .;bP4ս .>#`F C+7ף~F2G?g:҂P<ڣ|DJ5ŠCRE;܀A-=36t.Zs[h=jDO&V91XlJ)ƲZ&9FH$Wѳ=d&4q(:?YBU\i"YqUCA !5 yB!lG۟_<|BV܈ 7M К])}OST 1zkOk (3(+\DCG31xT6YQ.Ԏm韎A;63o];@9!$ w dT}VkO.=Aj+>~lk>{QwYˤ_{?GCWl Lo>cQrԂI•LF}'-W'$[G;s?D/ŔIj"ƫBBA5[J)5}5וʋ6-t2^7\-÷ 撠 5l~0J#oқߥ}ځ1`lL>L}xw%q< s0N;fi?\hvxXɇe=da@uF-lHYZ$yt xb3"^wV)t]0u)j:$#!dۥr[27&'\4e[kC'я7q/lBt4v. 8FMi]^uMŞ&9o::3' vhLu/5ĘSmP<%[6!?K~žXԤjjXI> :<6h& E= o^;8UM=]mvM&6fd@E-5ayAA;135b}&D-%#< 1q,cTH:$VVޘwmf>a'8MS/P:Ֆ? D8d 26qofӑb0b DDҹg k>_J@],`LF&4CĻOwх- ?CF3nmxKL4&+^k>'í&Uu2kVWK1ggĞ_<6,Xq)7^"wr=k8r@)ɥ[]r,67$PX8ʀGL>f%6;Mkmظ~*˚`'uNDӲT⇬1 .ߏ |:=|۹"lb~i&P5Q9F"qJ&4#ŠؓqUZ]ijB ݒNXeqRt&5hY&b &&nwl7.\H-'hjW=W_(*(ћt Jcvf&'ITY^-U`EgFQc>~Kb@.bc?g9ᐓHk1]%㌪ E`麂D3QF`r/>S]Ἁ0pWٔE.)`^]WqdGNn3DlRz;,ۨ LR6wX ep0X{ͿyH XLGQP rdn,]C"l\Y8%[5K[eA6EDQU15jQQr%kՉӠAKPMicdnfn`Q D3pݽp2zY+4 8qe>E7a&*8#Ň%/QZ<Mt4?=6!DvwEArpi;98ߙ^q ,S+r(clբ@:$4m:ISĜ~0<j_!N(`h˭\X__STJY3QJ^lHshbn 1h4*Z7u2~K^EʨYpPS$#%9P0\Q]ȍ X*U.k_7q"n$dQ TS~ d*t0r7'{A)sE1כ(.M_!i`?5 ;);+L^T65V7lPͤs3bTnSՍ]VY 8'\q 3QΗEt3[Cs\o! cJ͕+蟭P:sY,.N׵ӱoЖf[Tף?>b゙aDD%J~"Xncîڏ1Bi2QEx `AC][V ˼3kSX(t2/cGi=ۉBýX_>uZpmSp~,~3)}2O64n=nD`+ ]%onm͹bӻck pϑY­/ѿqA: f$";ޙ|| mMNWW>}d>܊9;d|x/eh(JqJejkmGM;6>7\ԫI/G;C)S$,R/,\bD RF&٢XA@}#ȀE ,ް^&BQ Rv[J;ۧY@FuB6;&H[<.yƺ+ H;aטǙiVv6ƌ^OUh^ Ǯy64L5-Q!L'xWLJͶ 5G~ȑvC%*l.€E3pCk2Tx}tڷ|`kdi֟訶0ty=t@Q_ yȍT*IdDnCbe.}WŬI}O> hjT|!NM踔\;>zo5RgCUƩV~>28j#8CB.A&>NG)6!RI "ZXt=i >ͽՎ'. UM "cE;: |E֖~ZGa76v[/0"Q85rۑ/mp WDAM.&|*>v&\{|82ܐʚG.F٧dsz MvRf,wiŪy+}s;G ["x7^$]֎}! [&0 K 6bdž)T{ :[t"rq[b\42 EI홈>%TNZ\U=#kh,@h8+"B #4o}6QdD\Vj)SÜR鎑&F. 'awLDL $|+9 c^f)ˏBz,€[IBa}n_h.X7wgi w=!I)ca[- 4y圹 V\hāS~8c9~q*En"_o@Iڼ9N{'4\3=_)KG1i!R['D<2&HN(N-HrllZ =5źDToy4˧M|l3F4a[W頧1Qr8p 0p^u{I◆Y%?/uΕ (%kAPtIVV :g6s1םm^$ -T w.P]c%P'4Un$'8bՁw-" c`u>-hl=`! %k&e:V, Ąu*^-cUS:wYʝT 4 T̾pNkƕ0+c }uODA6 l>.f"UD>lB"2=ҹ3 ~"b46g4xkDNy}ڈ&*@CzOa'N@TnOo 5tEaYx (hx!*#fׁ>H$ 1E 5qG_Mmt3XrQ:Cb1}:lHUr*T)b Bt#o&pIE^Ѣw``~ uʢeWQP_r.LJ/C挂2kQ덾D !ޔq\EH>'au!Pϱw*t+?'BM,`ĉ0"/`]G ^0뎊*o<Ær=KX^3==H@/#P4eI:s[Qm`c?vQA;0%8y)vsCg'5l<[*ncxp&ȀvȲ?=,a2DkApd)Q`$@|ca R"7HT+dL$=q Rc~ESS*`V>?" ,dQ-{*6f,򅒜 RVv%NJcé]E,HaPl\m@cfX<~{F (+dOg ݠoז˷z9t9ڃjbZ1ҟQh,!@t)M7Qܖކ}26IQl^D}̒B<4b7&ڵSO"(Iڨ%p}CsOaMJ \P'-awWm'+ul2@䬫g`q;]_@JI ծ@_Z*{ aQ7?T$η0(\ew?-F>|. Kq|HhG|2u_$TnA-+Aٍvd_/x%]Ӿ ڪ٭*A1^_==ϴ;લm^C6jR 9,TB "w`N7辝4&]W3{FE,Rmtۋװp̎l$$# 8b ,ͣ#J98o 꺼07-\.I^ y$ːW H>gWQmb LCWMVYT-~k, d8câfwnٞ oJݺ `M_PLt6Yw|txa | ^z6q .9E'M笻΀N'1Q.Ƛw2C)DXd/i_o+ikC2KWxe"z<_Qѱ,.̫{y G[d&ܤˊFp$ S +"e.3?<\l`2&-E$ 0ԯE Ȣ&Qzkl*݌D6 JБ쁒seSX Rh3F[9yP)بlֆS]Rs;E¿ 4$VMJi5 i)-ƃ̄io6m6{*>=DK$lot<)J^osD"oFإ h?d;$Hx/Ѕ]HFF!"g=SvTx8Iρ~YG[o/qLGh9'tji4Uzi%SD鳵z/$2~Ûv<֐~B60iAebZ3@ާv/]ֳ{:"ʮE)^&b0,wzx3G CF[gR]{"܉8)4p +_Tg9㷖{c 'd1B8#q15rUjj"~_(>kB]`7xZerNEYJD.o %<ٮ%S#ܾDR $m2Tɣʑ cW*vayTtU[u 0'PzvkaD TvMCyẒ8iVQljFms P5ѽ؊ e%J0Q> M[ ܸ~H5XE>Q0Xc++8X44z&k]ؽW pת #,Roռ_u`hzG"B>Jf8.!z$(>o%B5ߎT]ǻ/=2ApwmyyYAl3'-Sȓs _n1F6~o=_S?O<xTȊ>-ױfKr- zxռGg)o5GߔtUˤFzl8>c{+XKj'3/![ԕTg'Uގ.+!,bqbb2.e7)5-U0Z ׺` )(N-Ȑ:iӬuT(ڻۭeH0>Js9bQHt0wcBW$vvBG1RXc)6&҆ œGs! T$Fcar5 a?J88,I}۲<&g6v;lVo3Pɻ ~|yHIf̊胢W[o?8!$mːj@Flvmh*NwP!)p|7rR+ ։eA'  c~0E ̡Mx,2o/6ѤQt {e/΄x2 XO,T͛UClY4V>1qJPblCh,#M\L)ș )j "5tx"Vm(2n{vf{LUfHq=li[IA u>$_D}"1UʦP~rJ(L"W0(!8;cVh\ܠ=V|'zޙ *m)HKp~*Q[8h6}i $(Tp/x韉2%&'rs9>uzyYqXiYbQQԬ v@oP1jӽO;K7 &9@'(ðHMvE-Qn->3nv/ܱcfŽ׵;P I#f6sD 5W-U iǖۙFK |ob@~%9PxEmd6xpԀq/ R->u~\nYϕ@?P7~戮\=6%e_&_t>=ϮAvr/oBΏ;i˚o cc[J52uXd7!?XCXtC&.o9WB! dMpϝ|ZͬH ' rHF-ޡ mQ*^_p7V#nl¶ie fAȋEn 1bBES`.u{ͯ.A &gSZӷ}uj&9WPiU1ֹ窞 6J `Z&ɗ7ҟ;1OEhxor "uw]w=(ǘ<-;+='R z}ipox  գh" `h>Nb' ^0a(܊/}oireaB"T*Ӆq {Rg;"Cµ p h 7vHssm7&υ/8n|2m3P8@/u$R){&\߄]h[s0F%7+,ٸxuqὕ%Tl$ oXV*_WOL|!Pۨ[0Ni0o=lEls8ꐦNa9&[,_L'>df< Կm< ۟_ fM%vi&;O nAU4>|@|Gc>4[c_p{h1lف \]舔jn/x^M!`Д34JJvH/O;T!3q)LG[Dط? FNm]чBe' Ȫq@vo=o&f*;!cR꧆vF祣}c9MQPNvGD\&"ahg nAE*B&Y:r]Ki] +p2gAuЁ ZUUr j f1?|ae\*xCX;αƟcBn-/!;FJV=y @BplRa >OCbBж|gx Acz9SJ$ʺfanj8 ; g= ǷVR+eZ N, /ݒG7á&8)ds:s5Mu" 70t4f72L;+G*^NM79Ɠ0ٮv(glwU'7LN ÿuQtR4bzyQgT-d3GY,y uU޵!mVafn=r^)_ªL+=IX5\TcCbA %ڞX (5Z(bA(U.em 氢Aq&7ygg(!"|L?+pMG޵vH ["6I:Umwvz xiB*A0pӇ{|bq !P"]l v}}=?k"•> .l*AxxL 9yu%5hrLwo7ג7/dS!K腐(c'ߔg8xSppHp2 ]/xrAI͏vHǭxj.P7OKbK0du{fJo.s~B+ZFّ;+{HFڑHz{O,~vW™@,ୣSIxw61<]S3.=# ~L#¸wJ3L O[LrLKk>'rGH^ÐJ;z*ewڛl̺Ǝ6"F+qrP躘8DĮ ]RճojڦDz~.c^}؟'mT ~RCH}U x:_19ꮗ(h[Ԃ|[zxYeڵiADPjL"4S%x&X+@vZ[uK⨏TWm)#j`5m|*[p{sXD>N/dc}vR6؞[;!QtK^•T*AB06Q&vICUo`]60n% 6vș;q0|Ḓf* >N+t4ٻc?5a;Hezr0Uc9< dvki͗ՌZ5@V&'7hc-2cY:֒ǯfd $vM5|j<1X\0wb )VovJ\Vm1'> &m;OaH_W.qOl '{ LBu?rz+v_ob:fMy/,#14xGq4CNe 1p@ B/ 4N[2Y/ruʕOB˨"C;cNi)}8+UqKiRLj8e X ٩N/nt[N 0=QK{p㑭NĎ-̴ d[ȴ3z!+۶~&+Lq`ىuM bZ#('Ob/U MFi4,XM M/`R&8dS9zK,_`:ь<ޚlva H8.zLm,6y:r~`V㙓٣BwPY*I$! .@7nqW m\ {:(/XE00=]^(lYS8ũiQ#~SM_ f[ bH=:5wlB6dǢ'yuc((XN--,mq>_Ke Lh}0$Gi2Fo\IS)e8㍇>D؂Qq_j&ցGg&'HL`_`꽹vRA,v["{"r[3ehx1B?\ץ{`jk?p<^An,|qFTb wcX Nhjrp y=D߱my@BK} 0m%*8'TkʐYDCEp2N}ZG uT2:jSzwik",SQj .ߙmAN7̊""+Ƒƴ̛꟝T\a_O8Vqd-5V@:٣nVBJ"~[3Y k^ (yӭMS@g*Q@"/ g%qULq"32p+etj To^ỉtBV:k~ ^aQ>_"G^es!JWϜkj,ͩoq\٢u3/߼ybue]᡼B(fcRJLiS:uWH%*0_/^xljQYuZYuh0c4SKכ-f_&ca=axW.h|h!5fh .d(AqMU@|]ނ WPpz_퉪dc&6[u!IVQAȯ#jDd9ѠPL{-u7p`MWnK;mآdo ԒX?0TDz{wug,n}K@꓏Nz < Bi'¬B%H~jaGAv&Rn`Q8ra"-hX{p e?x޽ۑ:_ }z\yUed/0') )$G ;dU"oĢ͸\n.a=LT(˾~mī DܪœbiTM gVx}n_ [ShT.̔\bZdPN#JzoiZRu ;B}>Vi+2 r\(i)!`СYSHOSI!շ]ROѥ |-܎ /$y?5S85<ΑRVʝbWLUN{&Vdd}uڛb6{c?Vw:̠>rg9F-k\~7/ȓ/SlqӥȢI[Y<̼NTk8µY_<W0 /jw4(h'NCA`S[/ "2(pC9D@J08抵|F($zM(I$h,k0:DK\Riޅ.-'dI7x紕Q!Dԉ[ >> i5%oQكG>/ZbS62ΏpG־*u:'7=|ztv7Iʽ' IMu*l6=VObqo7HrՕ<~RI14u/` $2E2R,ؐBNzQϳ)Sw)»k,0):Y /@q:1QbVg˕%G;w͊waz-IAZV+FӖf@ L̨GDͮik~)kQ/nVzt2,RyY:kxUQO9{ 3q̠yjqt}ϩ[%@k?Yf ?,о&tB>,w;3ʞ$|kX^Kv"yEpyl!7i)#edv!fu%ZO(NT{8He?DREo$pLjQA(֠^U>q*Ӱ}R5!G>n]w^E]tU(Fj&D-Efp^w IЬ]  0ԓh7ςEw-8ψm;)D>=@aA;}(+`<(r?1L?{*gdʶkXlf0H[5nzUa]ZYnir儭VrtÙުiy$z rcA&œlZvȵD  ZIL9亦`=pCuoEƓR  H*<s$Tf|1_2Y3Qn.-7$ּQ y%jRb ҧ-zh̻v!4gKafW]NWթAHm)c+;";3S6Rq u ؍gh=̍j|NQȚ8z.tJqekV1 U#"rjg;P"d wd-& #@G3<Ѫ?d￘xwKp;ޚ ՐoTLu;\Vg6ɇG(̓:ƇHlqAU랝`Eu~w_ݵ3.r&cYյtw x]r"WȄyz4hdSEWROAĞv r4uS-ݦ8KPUUA;jG"6tc6&`Ymt#e],<8+ͧq{ʽCO}B۰4ːK  Pq1d7~R3d}^FIl#yBx5 TpǸ@&ee֥6wVIc((nKr piXl ͤ+Y%/ɑd͐} 6.#.],_UV#5T~r݅vlqHLSްS4!CcŎ0Ϯ\s+4kU-Wu)Or199;s:(Hl[!;;0& u SZ Lp),j$FW$^ '.0WN [$T+919 !&rIb`6sTTzTqk~_&])63CoS zLd 8c2E3ʰ c:b֚9՚;[8mYr"F/`)D8fRAB߷$6D`HGHkfEr]^I\>+uM&i4;NՋNIb 1it8Im ̘>~p2D;rbJe'hx']8)(q'i``n<|4.?WoDpdLޔ_Ah3 R4NM_]_ky.׬. "~>fW%ķ2@cĦ$>}=t ~ZO\Dr)iZM 0q?Qw K1q^_d|ij;->L+Q4az61d@ E(V. ߐey,7 @t%fOBHB! mS^е0~7wH1LJ(wRYM)EXXƃ%'0}{8)I˓蔨ZG0D!7:^T8^+v=ՊΈC^ RP۠Ny_:kTwS|!.0(rVUࢫxS~==AK%}@t[7 .J MN;K AI%\}P}fzn{}il$K|5h h G@<1D)+Fa]F*.v ZeG:Hғ |4۱&ZDkt ʑB?'y >|{ޚ<"zbĶ}9n?,$gAQo~%GE~&w2Dhnw~9,ޏ-YsL   j w=-t >ʸwXW ^OFԴPꖐp3>K).D^ 9T0u`OI$ָfO,=Skݝ{V31sAI?z[kV]?C@x Є@8f64r7<幯g'(l I2FiM#vcA@0; Cݧ!fduD-TyAL vU Q5{5sEwwm+Y|> /WVֆ[Pя]CwmOvuSC緙!mbAF:(~-'e$4@*FRo-Š^x.(`c~ɢ!2܁_d~ZGS]1.Ξܲ y5-^"ev *mč$D>ĵf'<^oB3)2CNDVf p4NkBz#5SԅO+S;" 6'@엝VJY(odIx^?#4;ͷt?Ո/ 10^t_+bq˄[" IX _;ѰlF¸uRfpG+ˑx0`8\{&T.@/[q9-tՖ6k0ꉚB%UHMC|s4_"U">_`S/ѳ6JyHw:Ř76"x'>PJm=?az3Ն;hhQ4zw*vDY2It-K{fՇ[ ZlFoȪ[@0/lF[jF>HL0P3`7<u=b*\({XTldtіDcqA]+❯aetvv)=ťMU35%1m_M.~,M$P# sߣ̚幌& 쀉'=mmW:gn",\-89E.vX T]wҔdOܸuH0h(F($l?B"Й!4?S <<ȆQ]F)@='fFJpItFKBT\N6Ϝ'FSqf0xRj3x ^1&(e_/1yRi#o{Vt>_֮nUrCIiMNt(fV`2 fd/85p:5&X66 Ԭ+ţV]8$xZq's!Oo2̐OXQPYUa{eߞ| xT3- ޒ$PSK0jV,62!4&['ԖS,44/OוּhHXn*ca+گe{aGZUT4Yln%_e lgOX Wv`J`%̻F7̈ rW 8"_ウzd.MI>l= ʭZgEqevEޯ oyڷa7/p뱮p 1;߇՞FM- q Eۼx$VihyZtQc9e%93rCBv7kv"GDɊ{_uTD4YjId֭1c^pPf8(@J>߇n?~8ZLD5*cE* ,/wm9Q7Wnv9_o9&a8vj#R}G4YĵldFC .ᮆݸ&p`mK4 ںxԐJCN&ųͫd6/PGc\NSfwQ:n5$p_XZ·tO8pEWPb5VՓ!]16Dr tuJk8%XE\k> y%7%g[{&Q*șkjlSJu_i$/,$* Vې́`.U=u#̼h&I5|1ò:h z@b3BWFwPhރ=D¨\C&]PŋP?QuxH}M4 ~ AEοeO.+)k aI%JlJL®:Ź;_apĔ益J[M!diDLc_K =$G`27v T+ye/YBHj@'ZuezRwk}o?kiR|yҔܵBpՈ΋g*_|zȷK_)ʄL==uu3;u / jLb*(0Wi,S2HkО| P?Ytˏr0oѮ ZH6~# ~$2fݩop0BaĀ;:)C=x|t{ܟV#/^!weSV| ЀGB`=F-͓:/~?$ {/nu]0̷=8 &0Ab!|zC|$iYϫ+XqmP@ֿ8vux+'\]ڈV1_W)XB,֦%i.r`\,цД귭i+.|5u u^'r 2t!W_J#\Ԅ0şٕ EþmYDZH(溼|/ 6LLdԯ:_zb0ޗZ[@ 0K]u/Ȱ.y2 >@P;%{>q]rнԓՕ](;.*)<`fH+ͧy'e# G+OvnsHqz8º]Н1рWmsձ9ήʯF &~}H#w-ܱ㜰h6wč!%n(߰HN {BzZJ./12ٲ:֘X:4|\vl /sX,7i\ڝKi>5`W\0GtL<!]TMn]))Qzq{;4q2LA4k1pn|]oߧWh3,hw,j{` Rd vPڟ$O(Upչ%`N_548jG7$oM9Wa7.}kxAm  Aˍ(Wrݺ4@d.$WJj*W) O"1~ހq tIl%c|,@>@d7*x :.D¦Xa ! CѹJ["߭3)\}D@gԆS- 1Y`nw| t=vnT@:DP56kU8u:^{bM"[}Ԗ\6NǓI~Tp@0zf͊ *\ZDb.1qSJ p@"z-/x4m2Kq=}㐝ޟ擊yRk6ق.Q(Gvob',]* $( :&Y;BFI\:2FߋC.M4ɢ,g7h^Cc>vGyK g2J1 yB{hGyw8Q@Etc%r"J )ߎ'[j,J\DD͘BRmgQE (0xAŝq^@~U*lBhb`$ NfP& lⲀ߇hiE Qp+DEOk{?4g[h q9g=S,un ћެ^Zg?̐ !>?&W9,'F) u6jsB4qzlNI.t+ߌKC$*##Ow.H\:p:7x69At2sakrFl .[ֵ mwV FϺoa|;!1$Ư1S^t"^!rJ#],ϥLK[)"@jK2tȒ]Twz*;}b$jhp/Jeۏ39pzb{Q+ ; Ć͔݉t;,T:|(_X.Gtc:3^. 1(f˕3&ϖ$ Er7Egv#+_˪g^x8'Rڪ'pE{GW~)um?"DŻH*.Hq9E5,2 dTN)3ԨJ$Ù&hu2șg $L$9y\Smj=y1IDro/3% =CzA!>9Ƴ*WFvky'U➘tB.W 3nebN4rTmZcNT&[ZSRd^BIbo 96yZX UVP"'W ]HRX6،\ړ7I `3$W& <\N,:X0jKQ')5\uN-Ӧ/NMQڏ :#DAI/Ck%mw؄u},;uVD@ ZCF%胵B3n egiLXu5Ӫx %4huJWFOĀ NesLJʗX. X*#PSJD^~9oJ2-Jt+lhc#?v}nf/m0i!|]+q̘3ܸDY%ppݮP Cr`49căGn}1[;i:dH ya 쁜yLM6 vi(w4LZ7p\<@gX)9K]p̀1GQ"ۑK٨m)9se"/cəbJy);@Gd8Ad $<\1E>N, nKNH_J5Q}x{.dߞä(_X-X[V@i.3|UVC nnLLWwq*'Wmky}8onC1~3:cMh3gRϻs e&[AB9 UaPj0FUʍv0qGnH4k,EYu F&v]Fc>_:ntav izn9rGdI{i''QǷu\ի#i1 S⭢#Zcho@/r4rgv m JB{`3UMn㑦 #+ȨCyHH;Uh4`T5<.)a v_mr{8F/4kaRR %JR2q'˒&%yG&^n[bF)`Ң;9hDT20M4^Ub];? fׂ1/h'>jե'hʡ}?R*o+cݶS_TDB0qp&ȑ"Ь=HoΑ8M)T) 2ڦTT(Nll/֙o8Dvb&ި+/0.]+26l̜ei:3}DMg"(ƷH)t Q:!_xlBg~$M4K.ܕ3,%B%n}l).<?^1~@5$o1Oo?wgE`i  Sd!`_Uex6MNL8: ɺhP $X{1?Co5wv!ySE ` p%6(:L -9!^kަ*3h(mpF'g=6~S>^?%Ϫc%YJy`]<`Vs:~|)Í\V]C>B\ 83\3=]BݥLV<4E̽(vLGW5SMh$Fq;j'hNFk>W60q1uac`.)$ %W{H*j%6B\]lgqxa9gUʵTMXro4c| !ngXa9q [CbJXcI$B jvCoN# _! 2=]@f-d* [1t Z`Q`h,vWgjS35z:xk+ QSLd2}/^H1%ٟ 0^k#S=4MHA)-7tR[3q~0qc9gJ={e^)7"M!6WcH+nq31'SɝF:qKRRI9E@pkњ^W^fN+}:ݴѐ  $=yeIU_gN9]RXZ, M( <:< ?_lțvnHDݓBi4xpG{œ~BТ *x.BE=*+ c3[mH9ӥ|FdKpс_ Mzfڏ C=\*ܭzKX+VZb!/i<9ߛo=-%66s8ov9hu@c $#=/vh3N 2UPDFmt NY@?n9ҷգ;@yZQVY T*kK34r%Ma5O-˃{#As7"= {#m:@ Pa'l yߡ˔Eo`'t"Ǣqc䶊AOM% )R独e< h"͓Er֨<. ey_A}6lENX=PS7)zx),S>! 6~5ab5*,QCߓKu(Vó$逩6ct^H'4.qC_Bf D`aM|^s_$p>o;gO 9UY6E/6J.-@ii6FB7] E'<^H89,=g{r2!f;WM-fWO*nڇIe2u]7,.EOR1Eūo. 4 ]K5L}"m[kC TdY-x5NCCz!Q_gqLoOPIhy˅G`֠B\;.4c1KЂ?i]YL!C Qrzx#1`YqD[I Y4Y=,ڭqvٲ9ֳND8f~9vm,B5ƩaHl郚xBDŽC^L㈅@PW->r)SwN7k;g@8'tրnЛ1T> 02As.Bw3`F\U pbOhD\z2G㿾=|Sҏ {w!zv?qpY49odn1ye7&'hvB/pUwY]__U:@ %1Ayqcӝ;^erv^Ǚg%|@|oJn"a|n>kyTL 3 K \D0`WnxorSn'`f%3P|vq2Ҫ5N>jͯO5?LolN^bK.[B%ڬAօSe~!&$G">cNrBյ ? !˹$aa!7mih.- ) ~XRH =D OH Pw~1=U[Z9S.[oliݔ۬pԯY-̅VmOUDZ.|jD$|hfkD4^1?f,Jz"Qxi+b^f59%3mcyi3TLgE1;GKk6Ht:|iXeӋl(K)Mưhϝ$\~ [_L۵1\N#S[m];G24T\ mH@֡)V91}k 4M`ʭȴI3Ã!Yn8?d\{m )0!5HE2kxW֩x*#+00@Nz[$HWgsNK`#]3Oɍd,\ș |2ܡҠXj:9Zq91;SCh5{-:t$ \ӲW}]e 셱=USXt?V;HN/Kq{*PbԊ3VW Yr=%Jе{>Ήӥ=3\3jن{R|Bs0L7o3!c)Ӹ{z4CfKX/l&oe1d꣌GQ]o:OXN=@4ce ~e[UsԎ4m\JQsH(+CBԼM뵅ub(ׄ-S]|zl,R<4okIK3\x>d sȷ_ wf͕ \ X@s+¼/"7TN0&a}\.S-)]֜]- dMs2t!ET/EwxOi3x4aXx>zmUoRgf_^Ldӟq)?oqO&'}].Du+բ.1qHa218 (4`"_tdNq w0aKU&6htE+| 0B-^>%J8b*+*8`e:@05]KqOQ(Uy$v\97fT~mjC!NJhwTjYFAG%ny/ 0DH5xDZ۩H A bN{=crqA6*YS0=3BOá RJy,ȬI0T*-mV⏗-oE{6o-ffF*T!YYo t$_pT$F*#(jxh'ka}, :ROW$H`m 9IJ0O;`Ʒ[Bc\e᚝S2lu?t4*S? '͑{n~?U}6y+pM" `n_2JpP=C2C0() w%W[;LPWa]r5:h:^ RS_>."7Dx#r4&*=|D 9;2ǝf͇o|k&zG7%-GPsTzGt+՞8.LOu<.tB.Y'31 [up \zl#l=]UCfO=͘Y0_WNeZ/B MLWVs-% 5H'J1xٍ )e٘r/Q@_cL Iꎜ ]dʆ4Ɲ?OG Y')5 ÃIt#Ha/Y?by ,oԺ [w̅#nU X / e⬮P`wٔujx:_S%Rvz)YA@㣂ͦsUljt/xpZ8iWΔcT0x˥vZ:&? 2VO?^mm'D.~0 [,O!wHQLY"Uaw[CfIZP/fwK5Q7{Fic>2tuJ7Gtȩ =ftbd\+T!rG?zL1<@n&g~ bX iw7 nr:@0dqg|]iHxvj>XoJ݃^i,v0T4,64HK5@YW6iU`ZT{ | /խ/u=lwx3*BبyB3!WM0J͈HyއNxڗ|ugwwYw-7)M$0:qOm-j#j BAt;O@feĽ&0d49Ǟ4B.(y\4C7XNONIRyEtƜvVVVb,f|TvUvS'.YTe棥XaL-n^%d#Lx],1; X2QV!cDAJ{6A)tTbQ7Umˏ$ۤ Ʊdw9z(O6 - !NB7cN߾htx®Eb( S2U<`lj-F5ϴhm/̟N9~GZ"#9(t,G0Ec ]kr,'&ʮ:8І߉-4RYv"/NjG=usg"H|s&0ä:"礈dx(E DnA˺%G{WF3+=xUhmks5KuS5Lqb;vi]WyC?vlNqs.ޱ >U'Amm't)F[*--Lp ,ԋۡۗTw菀zRdդCYxPOńbaKn\ML}]BGIe&iDWќJD[jhS'/ǚu'M)AR nzs'Pg>bs3m}ciԆYчr(e< m14Ecy 2q5oEδS-ٶ ./)Ont`UkK`p"C?#L:{OR:CP d(uʖeB $ÚM R!E_CSHhVTyq0S[Cv 6J Dc{_}9y|C3 Pɫs'T=4Q%D4Uu"H0GO7;jlr%TϐɃkMmlzeƆeg#M{-k7ڏ [pҶd 56zŹ"T/swfAO&K>.uoBm~ )ii,R# R{Jf?Y\XO߮l%Ϙi9d-—n l_?1 7ڎ+Ds>>[xnݑ]oN oe:hY 3Qݞ{'֨]Ky9ҽИb#h fԗPG?Gz6+/ -iXMH:]${jeLYD;bZ3JHTu_lj3o¬7N۸G*ΡI5(U^ӳFUMQ9!o(V^CXep;=n^P0b-nIʍrb1UqCPō;Q!#ITfj/*Y{B^ YM8_y]:΃hupu0YI5WeWȎni?s@f>aZY 5p٢:3`S@ bVA>!1\lq x`c=yCd_USu~K(pJ ٦OAyA.&׏Q77b|pT:3?{vhb_5aO|;fja T^PT߾8ArMGYA!h+qxp9;ʁ/ W]3 B$}gWQXBQY G6bXMJQ׷zY1DQHש @X8T`Mʸ tԟ&|zzo fU;Pw_?(zhc-K~ 0M&ߐ"E rM5.Ȅ̮|Eb:'e,p$OH5>9ؗ 23ۉ}= Js?CB. OU(/-\}yTUlϰHZi&rITfמ͑΍kX0EhVmo,bkv8+MJ4Ejك} 6#,y1grAanNb 8TLI~ktt}sZ;#1ۨ#yt&I=7ލ"JؑVL{SN[]h]-W=S\5cOϾ^7*}| gr!ŴQ#Z.k9~ci5l`B), 1xV5zHt洡 ֕V&+t8X2?Nr\F`CMg*>_i|lȭsJ//>)ẁ!)4 ^FS=LV}0H'$y5{rjjj.Gb=;߱\..brb2yƃ#̭>]+, F< ^.vR+FurY<]ŀDa٤Zr:F-;l:3W ?rznԙ(qv3Mrdop]AJ $e{Sĩ䃿 $ c؋2ǥw"o=ҙfK%tG OhA%*~`jl52Ī5̹ZQgG% 36`b@WlȠ8_NQg}X+ 7LaPq2 O_z[qɽ*78-U[\J,XU!!?ѯHg$!NfU@R!+3v1ywArLmU}, tp9FDv'Ċy( Q`'NvJ!V`⢚~3;dAtch+k'ok㈁?k#OYd۽߰`<`&RƜr&u]>ٜhɵ)^)P;#dm1+W4qE(,iݬbpN6%[$fAM*c`6'N .D'7vͦ6-+=l/8igLhMWǪpD({!^TM̖;VT@hQnes֓G>$bC'9pʑƦʱ@Bv1Xm$ݒz" 'k@[,-P|&$;Ng2{Nѹ66W^=CUz)i8G"H-GEx$_Dg#nh,3*r=9Ra aD!^ZB©p@ܨM@ig[bj_5SVd*Tf$v&;>Zij]i/ 8P'!}c l2e O@ejdh;nŜeuK >V&cCzQƭ`~t,K"_HuSM!I_| VtQR1mKn,vݳSL{= uvJ֑smR밥sg ,3x3ej 8 YC?.A<.ࣜc[GqEQ,H6+L mqUϤ;SOFJB eb#Io~TP!mGU{tO3{02 ZfAZzq͏-˦ 0)DXtn'ybDF1ۭm H'& \T2h ˂O=n?k*{RijT=!@\/b C* ,NjR"EUv{|3m}{:hYXGZ^iq.{g?o=_oNx)ky9$"-;E@Yj51DY0̽"^ŏ4bdDVට"v\vh|]զM~lN^I0 īraַo= )J2OBB ĥvxR/v#Qe̾\0k-L6XNyJ#φ6KxQ2|䍿GN ˳O# }Π> 3np>Ϩj0ٿj3;Tq>˙`yڃ{Cj2^e61x7R(c8 yޯ8!FG&ҕ:@7(A,yUHwMCv3$7$ff+”3kg +>!yٟU&$kѱC 2?|,@>PMl Op = Qχc2K}6!4<Y_To %<낉xxαy6j"J87; ڰQ5y@d^$:_De;iJ{MW)p^8iUGY<(XBנuN0(sIO<Fз mF'_5)J0mD ^=-[L\Omm֊@v9VUn:: ^Q᫱^ p\s+ny4&_)ivm<^&m(ƍeG, &B#qsaHnK]OA԰%(F3p(3U4ofz^n|,7zNG8gJ+zóD$M Bg=5že-vg{>`/lf|ĥ%Ҵ"/%@Vh_P[ʭ<'5GOt[Vr:cX6ȍTEһvZ8]Q3;m9Ww"F9]҆Dzd"H2xSnɅTYd9SO+! m 1Yٓn=ϊ>ه&+sG#$ڧ9*:g曡-_Sk@.szԁ/E-ٯCvJ}=T YZ