python3-ipywidgets-7.5.1-bp154.1.49 >  A bx⼜!M@eee_S בPZ#aS2itrh+Pd87 AjGU:,^|c|wZK̷f؉N޽pv5aDGuyOPHUIХ uFP7DZ^FrrU$s9moi缠~%VU2Θ*f$-;p`tKxƱ^KQS%(w19B#dKzx}<^-ωV283196b93094813d10cefab9ef2d85ee47ce6520c05859d63f0ee7774f6b60f5b419dc42f17f4a1b58368ead61642468c3ed0233 |bx⼜!M@eeeBnȎQ랈r$aO1HVPX? M@ 8U$ w:qCt7J4`9vύu8ۗ՞p/teKyY}{H+7ݓV1D5lxg9b" R.xToI0Wy(eW ue֔ERDrq>=2:gB2Do=2~v@{TT{U LƧrח䒑 !]m 0>pD?d & G  8>H D   @ 1 2T48N;;>t> > ? (?8?9@P:BBF*G@HIX<YHZh[l\t]^bcUdefluvwx4yz@PTox|Cpython3-ipywidgets7.5.1bp154.1.49IPython HTML widgets for JupyterInteractive HTML widgets for Jupyter notebooks and the IPython kernel.bxbuild70 "SUSE Linux Enterprise 15 SP4openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/jupyter-widgets/ipywidgetslinuxnoarchgg%k%k+ DDaaaa\7\7 & &00 9 9HH77,`,`zzee 22 R RQSuSu^^#3#3ccwwAAJdGE^ oJ!GBw VH2' ns6**'> `+ Y{/< A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤bxbx]?Todd R Todd R Todd R Hans-Peter Jansen Antonio Larrosa Arun Persaud toddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comarun@gmx.dearun@gmx.detoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comqantas94heavy@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.com- Update to 7.5.1 * Add $el to BoxView and ControllerView * Fix setting a selection index when having duplicate values * Fixup build of documentation * Fix controls base dep * Reduce count of deprecation warnings * Update LayoutTemplate example * update html manager * js integrity- Update to 7.5.0 * New `AppLayout` and `GridLayout` templates for positioning interactive widgets. * New `FileUpload` widget allowing users to upload files from the browser. * New `ComboBox` widget. * JupyterLab CSS variables are now exposed by default even in the case of the classic notebook. - Remove upstream-included fix-py3.7-unicode-in-rawstring.patch- Remove not strictly needed dependencies to avoid dependency loop.- Rename to to match python package naming guidelines.- add python pexpect and pickleshare test dependencies- Add fix-py3.7-unicode-in-rawstring.patch to fix building with python3.7- specfile: * remove devel from noarch * be more specific in %files section - update to version 7.4.2: * Add `click` method to the Button Widget * Fix JS remove_buffers view check * Add tests for JS remove_buffers * Use data-jupyter-widgets-cdn attribute to make the CDN configurable * update lerna- Update to 3.4.1 * New `Video` and `Audio` widgets have been introduced. [#2162](https://github.com/jupyter-widgets/ipywidgets/pull/2162) We updated the `@jupyter-widgets/controls` widget specification version to `1.4.0`, leading to the version bump to 7.4. * The use of mappings for the `options` attribute of selection widgets is deprecated. [#2130](https://github.com/jupyter-widgets/ipywidgets/pull/2130) - Use upstream documentation builds- Update to version 7.3.2 * A new `GridBox` widget is introduced and associated CSS gridproperties are added to the layout. This enables using the CSS Grid spec for laying out widgets. See the [Widget Styling](http://ipywidgets.readthedocs.io/en/stable/examples/Widget%20Styling.html) documentation for some examples. Because of this and other model specification changes, the view and module versions of widgets was incremented in both the base and controls packages. ([#2107](https://github.com/jupyter-widgets/ipywidgets/pull/2107), [#2064](https://github.com/jupyter-widgets/ipywidgets/pull/2064), [#1942](https://github.com/jupyter-widgets/ipywidgets/issues/1942)) * Widgets with a `description` attribute now also have a `description_tooltip` attribute to set a tooltip on the description. The tooltip defaults to the description text. Setting `description_tooltip` to `''` removes it, and setting it to `None` makes the tooltip default to the description text. ([#2070](https://github.com/jupyter-widgets/ipywidgets/pull/2070)) * `'transparent'` is now a valid color for color attributes. ([#2128](https://github.com/jupyter-widgets/ipywidgets/pull/2128)) * Dropdowns now have extra padding to make room for the dropdown arrow. ([#2052](https://github.com/jupyter-widgets/ipywidgets/issues/2052), [#2101](https://github.com/jupyter-widgets/ipywidgets/pull/2101)) * Image widget `repr` now truncates the image value to prevent huge amounts of output in notebooks. ([#2111](https://github.com/jupyter-widgets/ipywidgets/pull/2111)) * Python 3.3 support is dropped. Python 3.3 support was dropped in the Python community in [September 2017](https://www.python.org/dev/peps/pep-0398/#x-end-of-life). ([#2129](https://github.com/jupyter-widgets/ipywidgets/pull/2129)) * The license information has been consolidated into the LICENSE file, and the COPYING.md file is removed. If you are repackaging ipywidgets or widgetsnbextension, please make sure to include LICENSE instead of COPYING.md. ([#2133](https://github.com/jupyter-widgets/ipywidgets/pull/2133), [#2048](https://github.com/jupyter-widgets/ipywidgets/pull/2048), [#1701](https://github.com/jupyter-widgets/ipywidgets/issues/1701), [#1706](https://github.com/jupyter-widgets/ipywidgets/pull/1706))- Update to version 7.2.1 * A new `FloatLogSlider` widget is a slider with a log scale, suitable for exploring a wide range of magnitudes. * `link` and `dlink` are now exported from ipywidgets for convenience, so that you can import them directly from ipywidgets instead of needing to import them from traitlets. ([#1923](https://github.com/jupyter-widgets/ipywidgets/pull/1923)) * A new option `manual_name` has been added to `interact_manual()` to change the name of the update button, for example `interact_manual(manual_name='Update')`. ([#1924](https://github.com/jupyter-widgets/ipywidgets/pull/1923)) * The Output widget now has a `.capture()` method, which returns a decorator to capture the output of a function. * The Output widget has much more comprehensive documentation in its own section. ([#2020](https://github.com/jupyter-widgets/ipywidgets/pull/2020)) * Installing `widgetsnbextension` now automatically enables the nbextension in Jupyter Notebook 5.3 or later. ([#1911](https://github.com/jupyter-widgets/ipywidgets/pull/1911)) * The default rendering of a widget if widgets are not installed is now a short description of the widget in text instead of a much longer HTML message. ([#2007](https://github.com/jupyter-widgets/ipywidgets/pull/2007)) * The JavaScript base widget manager class now has a `resolveUrl` method to resolve a URL relative to the current notebook location. ([#1993](https://github.com/jupyter-widgets/ipywidgets/pull/1993)) * The html manager now exposes a way to specify which JavaScript file is fetched for a package and the loader used to fetch the library. ([#1995](https://github.com/jupyter-widgets/ipywidgets/pull/1995), [#1998](https://github.com/jupyter-widgets/ipywidgets/pull/1998)) * The `@jupyter-widgets/controls` widget specification version was bumped to `1.2.0`. Changes include the FloatLogSlider widget and more specific documentation about array element types. ([#2017](https://github.com/jupyter-widgets/ipywidgets/pull/2017))- Update to version 7.1.2 * Bugfix release- Update to version 7.1.1 * Bugfix release- Update to version 7.1 * We updated the @jupyter-widgets/controls widget specification version to 1.1.0, leading to the version bump to 7.1. The new widget model specification now includes new description_width and font_weight attributes for the ToggleButtonsStyle widget. * There are also other bugfixes in this release.- update to version 7.0.5: * No changelog- update to version 7.0.4: * No changelog- Update to 7.0.3 * No changelog- Update to version 7.0.1 + Major user-visible changes in ipywidgets 7.0 include: * Widgets are now displayed in the output area in the classic notebook and are treated as any other output. This allows the widgets to work more naturally with other cell output. To delete a widget, clear the output from the cell. Output from functions triggered by a widget view is appended to the output area that contains the widget view. This means that printed text will be appended to the output, and calling `clear_output()` will delete the entire output, including the widget view. ([#1274](https://github.com/jupyter-widgets/ipywidgets/pull/1274), [#1353](https://github.com/jupyter-widgets/ipywidgets/pull/1353)) * Removed the version validation check since it was causing too many false warnings about the widget javascript not being installed or the wrong version number. It is now up to the user to ensure that the ipywidgets and widgetsnbextension packages are compatible. ([#1219](https://github.com/jupyter-widgets/ipywidgets/pull/1219)) * The documentation theme is changed to the new standard Jupyter theme. ([#1363](https://github.com/jupyter-widgets/ipywidgets/pull/1363)) * The `layout` and `style` traits can be set with a dictionary for convenience, which will automatically converted to a Layout or Style object, like `IntSlider(layout={'width': '100%'}, style={'handle_color': 'lightgreen'})`. ([#1253](https://github.com/jupyter-widgets/ipywidgets/pull/1253)) * The Select widget now is a listbox instead of a dropdown, reverting back to the pre-6.0 behavior. ([#1238](https://github.com/jupyter-widgets/ipywidgets/pull/1238)) * The Select and SelectMultiple widgets now have a `rows` attribute for the number of rows to display, consistent with the Textarea widget. The `layout.height` attribute overrides this to control the height of the widget. ([#1250](https://github.com/jupyter-widgets/ipywidgets/pull/1250)) * Selection widgets (`Select`, `Dropdown`, `ToggleButtons`, etc.) have new `.value`, `.label`, and `.index` traits to make it easier to access or change the selected option. ([#1262](https://github.com/jupyter-widgets/ipywidgets/pull/1262), [#1513](https://github.com/jupyter-widgets/ipywidgets/pull/1513)) * Selection container widgets (`Accordion`, `Tabs`) can have their `.selected_index` set to `None` to deselect all items. ([#1495](https://github.com/jupyter-widgets/ipywidgets/pull/1495)) * The `Play` widget range is now inclusive (max value is max, instead of max-1), to be consistent with Sliders * The `Play` widget now has an optional repeat toggle button (visible by default). ([#1190](https://github.com/jupyter-widgets/ipywidgets/pull/1190)) * A refactoring of the text, slider, slider range, and progress widgets in resulted in the progress widgets losing their `step` attribute (which was previously ignored), and a number of these widgets changing their `_model_name` and/or `_view_name` attributes ([#1290](https://github.com/jupyter-widgets/ipywidgets/pull/1290)) * The `Checkbox` description is now on the right of the checkbox and is clickable. The `Checkbox` widget has a new `indent` attribute (defaults to `True`) to line up nicely with controls that have descriptions. To make the checkbox align to the left, set `indent` to `False`. ([#1346](https://github.com/jupyter-widgets/ipywidgets/pull/1346)) * A new Password widget, which behaves exactly like the Text widget, but hides the typed text: `Password()`. ([#1310](https://github.com/jupyter-widgets/ipywidgets/pull/1310)) * A new SelectionRangeSlider widget for selecting ranges from ordered lists of objects. For example, this enables having a slider to select a date range. ([#1356](https://github.com/jupyter-widgets/ipywidgets/pull/1356)) * The `Label` widget now has no width restriction. ([#1269](https://github.com/jupyter-widgets/ipywidgets/pull/1269)) * The description width is now configurable with the `.style.description_width` attribute ([#1376](https://github.com/jupyter-widgets/ipywidgets/pull/1376)) * ToggleButtons have a new `.style.button_width` attribute to set the CSS width of the buttons. Set this to `'initial'` to have buttons that individually size to the content width. ([#1257](https://github.com/jupyter-widgets/ipywidgets/pull/1257)) * The `readout_format` attribute of number sliders now validates its argument. ([#1550](https://github.com/jupyter-widgets/ipywidgets/pull/1550)) * The `IntRangeSlider` widget now has a `.readout_format` trait to control the formatting of the readout. ([#1446](https://github.com/jupyter-widgets/ipywidgets/pull/1446)) * The `Text`, `Textarea`, `IntText`, `BoundedIntText`, `FloatText`, and `BoundedFloatText` widgets all gained a `continuous_update` attribute (defaults to `True` for `Text` and `TextArea`, and `False` for the others). ([#1545](https://github.com/jupyter-widgets/ipywidgets/pull/1545)) * The `IntText`, `BoundedIntText`, `FloatText`, and `BoundedFloatText` widgets are now rendered as HTML number inputs, and have a `step` attribute that controls the resolution. ([#1545](https://github.com/jupyter-widgets/ipywidgets/pull/1545)) * The `Text.on_submit` callback is deprecated; instead, set `continuous_update` to `False` and observe the `value` attribute: `mywidget.observe(callback, 'value')`. The `Textarea.scroll_to_bottom` method was removed. ([#1545](https://github.com/jupyter-widgets/ipywidgets/pull/1545)) * The `msg_throttle` attribute on widgets is now gone, and the code has a hardcoded message throttle equivalent to `msg_throttle=1`. ([#1557](https://github.com/jupyter-widgets/ipywidgets/pull/1557)) * Using function annotations to specify interact controls for a function is now deprecated and will be removed in a future version of ipywidgets. ([#1292](https://github.com/jupyter-widgets/ipywidgets/pull/1292)) * There are now two simple ways to embed widgets in an HTML page: with a simple script tag that does not use require.js and does not support anything but the basic widgets, and a require module that does support custom widgets. See the migration guide for more details. ([#1615](https://github.com/jupyter-widgets/ipywidgets/pull/1615), [#1629](https://github.com/jupyter-widgets/ipywidgets/pull/1629), [#1630](https://github.com/jupyter-widgets/ipywidgets/pull/1630)) + If you are developing a custom widget or widget manager, here are some major changes that may affect you. The [migration guide](./migration_guides.html) also walks through how to upgrade a custom widget. * On the Python/kernel side: > The Python `@register` decorator for widget classes no longer takes a string argument, but registers a widget class using the `_model_*` and `_view_*` traits in the class. Using the decorator as `@register('name')` is deprecated and should be changed to just `@register`. [#1228](https://github.com/jupyter-widgets/ipywidgets/pull/1228), [#1276](https://github.com/jupyter-widgets/ipywidgets/pull/1276) > Widgets will now need correct `_model_module` and `_view_module` Unicode traits defined. > Selection widgets now sync the index of the selected item, rather than the label. ([#1262](https://github.com/jupyter-widgets/ipywidgets/pull/1262)) > The Python `ipywidget.domwidget.LabeledWidget` is now `ipywidget.widget_description.DescriptionWidget`, and there is a new `ipywidget.widget_description.DescriptionStyle` that lets the user set the CSS width of the description. > Custom serializers can now return a structure that contains binary objects (`memoryview`, `bytearray`, or Python 3 `bytes` object). In this case, the sync message will be a binary message, which is much more efficient for binary data than base64-encoding. The Image widget now uses this binary synchronization. ([#1194](https://github.com/jupyter-widgets/ipywidgets/pull/1194), [#1595](https://github.com/jupyter-widgets/ipywidgets/pull/1595), [#1643](https://github.com/jupyter-widgets/ipywidgets/pull/1643)) * On the Javascript side: > The `jupyter-js-widgets` Javascript package has been split into `@jupyter-widgets/base` package (containing base widget classes, the DOM widget, and the associated layout and style classes), and the `@jupyter-widgets/controls` package (containing the rest of the Jupyter widgets controls). Authors of custom widgets will need to update to depend on `@jupyter-widgets/base` instead of `jupyter-js-widgets` (if you use a class from the controls package, you will also need to depend on `@jupyter-widgets/controls`). See the [cookie cutter](https://github.com/jupyter-widgets/widget-cookiecutter) to generate a simple example custom widget using the new packages. > Custom serializers in Javascript are now synchronous, and should return a snapshot of the widget state. The default serializer makes a copy of JSONable objects. ([#1270](https://github.com/jupyter-widgets/ipywidgets/pull/1270)) > Custom serializers can now return a structure that contains binary objects (`ArrayBuffer`, `DataView`, or a typed array such as `Int8Array`, `Float64Array`, etc.). In this case, the sync message will be a binary message, which is much more efficient for binary data than base64-encoding. The Image widget now uses this binary synchronization. ([#1194](https://github.com/jupyter-widgets/ipywidgets/pull/1194), [#1643](https://github.com/jupyter-widgets/ipywidgets/pull/1643)) > A custom serializer is given the widget instance as its second argument, and a custom deserializer is given the widget manager as its second argument. > The Javascript model `.id` attribute has been renamed to `.model_id` to avoid conflicting with the Backbone `.id` attribute. ([#1410](https://github.com/jupyter-widgets/ipywidgets/pull/1410)) * Regarding widget managers and the syncing message protocol: > The widget protocol was significantly overhauled. The new widget messaging protocol (version 2) is specified in the [version 2 protocol documentation](https://github.com/jupyter-widgets/ipywidgets/blob/master/jupyter-widgets-schema/messages.md). > Widgets are now displayed with a `display_data` message instead of with a custom comm message. See the [ipywidgets](https://github.com/jupyter-widgets/ipywidgets/blob/20cd0f050090b1b19bb9657b8c3fa42ae384cfca/ipywidgets/widgets/widget.py#L656) implementation for an example. ([#1274](https://github.com/jupyter-widgets/ipywidgets/pull/1274)) > Custom widget managers are now responsible completely for loading widget model and view classes. Widget managers should provide an output model and view class appropriate for their environment so that the `Output` widget works. ([#1313](https://github.com/jupyter-widgets/ipywidgets/pull/1313)) > The widget manager `clear_state` method no longer has a `commlessOnly` argument. All models in the widget manager will be closed and cleared when `clear_state` is called. ([#1354](https://github.com/jupyter-widgets/ipywidgets/pull/1354))- Implement single-spec version.- Update to 6.0 * Rendering of Jupyter interactive widgets in various web contexts * Addition of a DatePicker widget in the core widget collection. * Changes to the automatic control generation syntax in @interact, inspired by the Sage interact syntax. * Removal of APIs which had been deprecated in 5.0 * A new API for custom styling of widgets is provided, through a top-level `style` attribute. For example, the color of a slider handler can be set by `slider.style.handle_color`. * Removal of the Proxy and PlaceProxy widgets. * Removed the button_style attribute of the Dropdown widget * Addition of an OutputWidget for capturing output and rich display objects. @interact has changed to use an OutputWidget for function output instead of overwriting the output area of a cell. * The jupyter-js-widgets Javascript implementation now relies on the PhosphorJS framework for the management of rich layout and a better integration of JupyterLab. * Numerous bug fixes. - Create doc subpackage- Remove unnecessary dependency on npm- update to version 4.1.1: * More detailed dev-install instructions * add 'npm is required' message when files are missing * fix version_info * Don't prefix with v * Update the RELEASE instructions - update to version 4.1.0: * Add release instructions * Reuse backend's widgets * Move ready trigger * Add `ready` event which fires when the widget receives its first state * 0 is falsy * Pass the correct Comm target name in create_widget * Do not send comm_info for workaround widget * Search for css selectors using the parent element * Fixes * Add the ability to change the readout logic easily. * Fix version in py file * Run interact manual on Text widget submit * Fix clean-css too * Include float/int text and progress widgets too * Only update slider description on description change * Fixes, - Behavior so the readout render - Listen to the correct jqueryui event * Add `continuous` flag to the sliders, which allows you to set whether or not the sliders update as they are being dragged. * Allow for numeric labels and retain type information on selection * Stricter LESS and Bower versions, and make sure bower is ran silently * Fix collapse/expand bug on accordion title change. * Import get_ipython() since it is no longer available globally. * Don't filter on the javascript side * Use the _get_comm_info method to reconstruct all widget models living in the backend. * Close the widget area when there are no more widget views. * Allow change of description * Adding color picker widget * Move create_model back into WidgetManager * Reference persistence callbacks in WidgetManager, not ManagerBase * fix typo in comm creation conditional * Handle case where options are missing in new_widget call. * Fix that/this context error * Change postinstall to prepublish * Bug fix * Finish decoupling of the manager * Begin notebook decoupling effort.- Update to 4.0.3 * Provide link to example notebooks in the README.md * Correct some bugs in the code * Add __version__ to ipywidgets package * Call correct superclass in AccordionView * Make long description part of setup.py * Remove README.md from manifest- Fix npm dependency on openSUSE:Factory- Initial versionpython3-jupyter_ipywidgetsbuild70 1652089519  !""$$&&()**,,./0022446689::<<>>@ABCDEFFHHJKLLNNPQRSTUVWXXZZ\]^_``bcdefghhjklmnopqrsttvwxyz{|}~7.5.17.5.1-bp154.1.497.5.1 7.5.1  ipywidgetsipywidgets-7.5.1-py3.6.egg-info__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyc_version.cpython-36.opt-1.pyc_version.cpython-36.pycembed.cpython-36.opt-1.pycembed.cpython-36.pyc_version.pyembed.pystate.schema.jsontests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_embed.cpython-36.opt-1.pyctest_embed.cpython-36.pyctest_embed.pyview.schema.jsonwidgets__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycdocutils.cpython-36.opt-1.pycdocutils.cpython-36.pycdomwidget.cpython-36.opt-1.pycdomwidget.cpython-36.pycinteraction.cpython-36.opt-1.pycinteraction.cpython-36.pyctrait_types.cpython-36.opt-1.pyctrait_types.cpython-36.pycutil.cpython-36.opt-1.pycutil.cpython-36.pycvaluewidget.cpython-36.opt-1.pycvaluewidget.cpython-36.pycwidget.cpython-36.opt-1.pycwidget.cpython-36.pycwidget_bool.cpython-36.opt-1.pycwidget_bool.cpython-36.pycwidget_box.cpython-36.opt-1.pycwidget_box.cpython-36.pycwidget_button.cpython-36.opt-1.pycwidget_button.cpython-36.pycwidget_color.cpython-36.opt-1.pycwidget_color.cpython-36.pycwidget_controller.cpython-36.opt-1.pycwidget_controller.cpython-36.pycwidget_core.cpython-36.opt-1.pycwidget_core.cpython-36.pycwidget_date.cpython-36.opt-1.pycwidget_date.cpython-36.pycwidget_description.cpython-36.opt-1.pycwidget_description.cpython-36.pycwidget_float.cpython-36.opt-1.pycwidget_float.cpython-36.pycwidget_int.cpython-36.opt-1.pycwidget_int.cpython-36.pycwidget_layout.cpython-36.opt-1.pycwidget_layout.cpython-36.pycwidget_link.cpython-36.opt-1.pycwidget_link.cpython-36.pycwidget_media.cpython-36.opt-1.pycwidget_media.cpython-36.pycwidget_output.cpython-36.opt-1.pycwidget_output.cpython-36.pycwidget_selection.cpython-36.opt-1.pycwidget_selection.cpython-36.pycwidget_selectioncontainer.cpython-36.opt-1.pycwidget_selectioncontainer.cpython-36.pycwidget_string.cpython-36.opt-1.pycwidget_string.cpython-36.pycwidget_style.cpython-36.opt-1.pycwidget_style.cpython-36.pycwidget_templates.cpython-36.opt-1.pycwidget_templates.cpython-36.pycwidget_upload.cpython-36.opt-1.pycwidget_upload.cpython-36.pycdocutils.pydomwidget.pyinteraction.pytests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyctest_docutils.cpython-36.opt-1.pyctest_docutils.cpython-36.pyctest_interaction.cpython-36.opt-1.pyctest_interaction.cpython-36.pyctest_link.cpython-36.opt-1.pyctest_link.cpython-36.pyctest_selectioncontainer.cpython-36.opt-1.pyctest_selectioncontainer.cpython-36.pyctest_send_state.cpython-36.opt-1.pyctest_send_state.cpython-36.pyctest_set_state.cpython-36.opt-1.pyctest_set_state.cpython-36.pyctest_traits.cpython-36.opt-1.pyctest_traits.cpython-36.pyctest_widget.cpython-36.opt-1.pyctest_widget.cpython-36.pyctest_widget_box.cpython-36.opt-1.pyctest_widget_box.cpython-36.pyctest_widget_float.cpython-36.opt-1.pyctest_widget_float.cpython-36.pyctest_widget_image.cpython-36.opt-1.pyctest_widget_image.cpython-36.pyctest_widget_output.cpython-36.opt-1.pyctest_widget_output.cpython-36.pyctest_widget_selection.cpython-36.opt-1.pyctest_widget_selection.cpython-36.pyctest_widget_string.cpython-36.opt-1.pyctest_widget_string.cpython-36.pyctest_widget_templates.cpython-36.opt-1.pyctest_widget_templates.cpython-36.pyctest_widget_upload.cpython-36.opt-1.pyctest_widget_upload.cpython-36.pycutils.cpython-36.opt-1.pycutils.cpython-36.pycdatajupyter-logo-transparent.pngtest_docutils.pytest_interaction.pytest_link.pytest_selectioncontainer.pytest_send_state.pytest_set_state.pytest_traits.pytest_widget.pytest_widget_box.pytest_widget_float.pytest_widget_image.pytest_widget_output.pytest_widget_selection.pytest_widget_string.pytest_widget_templates.pytest_widget_upload.pyutils.pytrait_types.pyutil.pyvaluewidget.pywidget.pywidget_bool.pywidget_box.pywidget_button.pywidget_color.pywidget_controller.pywidget_core.pywidget_date.pywidget_description.pywidget_float.pywidget_int.pywidget_layout.pywidget_link.pywidget_media.pywidget_output.pywidget_selection.pywidget_selectioncontainer.pywidget_string.pywidget_style.pywidget_templates.pywidget_upload.pypython3-ipywidgetsREADME.mdpython3-ipywidgetsLICENSE/usr/lib/python3.6/site-packages//usr/lib/python3.6/site-packages/ipywidgets//usr/lib/python3.6/site-packages/ipywidgets/__pycache__//usr/lib/python3.6/site-packages/ipywidgets/tests//usr/lib/python3.6/site-packages/ipywidgets/tests/__pycache__//usr/lib/python3.6/site-packages/ipywidgets/widgets//usr/lib/python3.6/site-packages/ipywidgets/widgets/__pycache__//usr/lib/python3.6/site-packages/ipywidgets/widgets/tests//usr/lib/python3.6/site-packages/ipywidgets/widgets/tests/__pycache__//usr/lib/python3.6/site-packages/ipywidgets/widgets/tests/data//usr/share/doc/packages//usr/share/doc/packages/python3-ipywidgets//usr/share/licenses//usr/share/licenses/python3-ipywidgets/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP4/standard/8a8cd9072bb5bbd250cfa4eb04f4eb94-python-ipywidgetscpioxz5noarch-suse-linuxdirectoryASCII textPython script, ASCII text executablepython 3.6 byte-compiledemptyPNG image data, 518 x 600, 8-bit/color RGBA, non-interlacedPython script, ASCII text executable, with very long linesPython script, UTF-8 Unicode text executable  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRl`ޛ==jupyter-widgetsnbextension3.5.0 utf-82c932079bb215d5a979116cd99754338dd349cdc464a084793d5529fe6a81b71?7zXZ !t/] crt:bLL ?.ca+VDbu[\%9b%8z t;~*`i.ʵ<;U-v!s?t[Rkcu-kj4@F4L ETTpDYbi2TFT1~/>o.r D_ .2$jALߛb4nvv3J `h[D}cnӸakGޠf>>`b]ekw [=t2s04KЉ߰M KiEX m\28  `.Rgj/+,hGꪝhfq sw]IwG} Nnd C`ɨ;Χ%($]$9O1HMUM+ ;KE䤸Bj7m$!NŖɃ2,??xVfMFo|{Y<هKYGU7Dau 皕!7)>~%-#@t]f\}W#OJ֘ hG-֏j/SSO8}ѕWLam{"Ǘ٘)gC;8{\(e:/W9Bmj8Bi3/7)5+}xK" 8peiwmv.F˚W ך \B+YI@TXcFz4LCsꢟq9?wޝu4ܭq-]6e2 A+^ĖC+MqGf'9Z}$,z2Ĥ<{\'oJ2 [ N5c<; KaiFrK&O4X$KKԮ%rq?݆@CkBd/W%rj8wvn.R a6 xMa 诫DUl󲎟WadΐKDgWR&(S?V%/YbsR&~Ż1uSwBD:ї}{3T_Elĺ~L~dQ.^m#SUdx p<*8 V>&'K%fIRd@eoerI۽10,7J3@ٲ `WE(ѓ0vͳY߹ܔ K @2&`đ{yER LB`F 5F\z` agK+Ra\ ٛݭ+Kg?P(w >#HcKSgJeևXL3&Uܻ0Cr GgT}Q%!Ǥ | ۯMiΝ}X3O>6ǭ LM\d(ۡ:6?bJ7wGV˚`%_ x 'Z^!H 5RAxf/Z%K_צt[ؚf ژ~gӢJef1tE،!kQ"P';Wh`1H%ږnË{?׍"u"g!">H $4QM {|S.KfQY1.F7`%UC-6SHrjL(H Lk"t{&ڛs8k~* L@́l} .\QơXNC8EX++݌YL=nEDW tAQti+!:͞"8sLiXbgTkQ ы~yAiߏem2ìIrB[pb]FDR8SBwy#%z+}ט*㏦ʪ5ߣ-Zb:Ig-MƳWLW &G@ y+>KO+?0~Nj-o /mD^ mzk9<98jZ4n(1p m.ljctE 0BAyYQr޵3Lsc5BΧ ڌ!9|QPSe:dtY / i.,B ( ź}cZöGDMsnŊfz4+S7D9BN;eUSB7uBiL@ ;Q9ynvd`1(> $MZ@FwvSPW TX|XؚEr0Bc_Z{7T(9^[[̇ё6z8W̓2&!MFPyRm-Vh+T[v_`*S$S@_p"eTXB %ۉN8| 4=Q5 E}!nx̎Tɡ(&@[3q/v'6،BWaw'ъ`iYZ]<*;'ދ:dne9Ʋ3Z'_^bKBx@"RҀ.sIQ'UQp#GWfY#xdeo[0:/7*ypk~+v1-h\%ٰ&ؒ|=>f[d>YZIf%=K7|#Xz +Lw2Li̿xt80Ulck7nT\0ξ9oRο_{xdž gLAmk_P^2i`!ɤoh##\6MG$fܺT0_Be׀{ Qfȸ> $'φzO#)pBx?q $0 .#҈˧c*&dk LEJΛ;cWдV1 N# ]1̮-dG>maQ"! ޟ )맇(< `mwZފORSJaj%>~CTB=,eT湨b'W_쨁U@I 7#|k[زV ZweVL d1 <smK+U,alW :#-?N˗"oE*?pX!R  *$FCIiH1lu0Vثy0-8,iUX7ޥ:^- Gb7$`W߲H}!&AQ$96S;`J龯/$ő*T^+ƻ8Jl'3O@jDEJg;k$09C2 #1١bd 9}rkGHd / b^˃/*̡6Ț|O^RQx;Vu(\P5<,?[\2wibbGBk2&;.g.e4cu hc /o 2 4;->Zh[iL'A ݿ uڕ@k*u(6EJT5kl®I#=bE$'qM57r U0ehC*iX EnܚĠ0Uu鱠l=:{^T 383\AԻRs#?|Rds#mSLN|cUl eT\w?vYqYOF:[ 4(o)ѼyC'ן9t9~*tzuO[.)_mw'b*lar=Tb_T}h'WSOmz)#nΙ%=vv\ڌQ}[Ie+6Jt&'f* sDOucJI*yĻkzلnO?Hfn| fŭhvAI;S 2-n5ܛ4po+!f@ZD4Tv1[MtŞ5CQy槶sE6Ȁ 2A@ F! jd G UC,|7|r;\rbqct8j!0 SJBQ=ӐoҔkCUWV uԥM'䎽Rz>-E?c%W_8 4zMSK,O"QLh:Py?Y ]` eFSHo ^{7=Q3l&9A*^2،Ƨ6>[y-5X;zSOSEZ;P!#Uq*k>Kf`Џzm naEI&WsXs'e¾#߳B&q"eWmwP3"F X[ zwBSe3^lU%4hrg)ĻU+kX lq'C)+5= }4,tWW gO 7?CWeUKVL!al7uZ!۬mL,4cX G6}f?t;x^v}sAԠvq2 03\I0sKYW&+z6]0Lv*.'?ު`+M{A,_0!jw=}tҤ'qF:ߥ٪z-ON]Q6}P殖TI3sj,ou(ᶡJ2mŭA*rzO+ń}\5&+uaaGv*d%z;aۯN\3} ̩0ԗo*sjB8ztUIi.xGkp<=%"ٰ/2 "ӔXqizb穑~)£/wrr=迢9$t>U'-?wSF L,%7p<CgTxew` .@jX'`O$2ì亯5Zily+rbNNYŗcS2~Z3$q0&3- wG~Rol)%ku_F8siseoH1R;/n;xoK`Qӷ|5KD=Yj+ DDt.6,:)N45ls)-꿢k(m9Yg»6?6mTT͵a mڔNm Rt{/9 R@%d]&ySNS4XrD;\-3YxAKC}d@ ټNOXV}*rO3-i|B$Zqz pT,CCǓ:sct)W#ʈ`p YC1{gR&@)ف@Ao^y+4b-\1 \,G?X}[GVYIJ}u-QeސNMpa8ThX:7/֔ z!LE7`-Wne3O8m(|ZW#k/@/ѤC @غӃ}D!Q (lS 1V^e|xӇ|!HUtj/,=KukBFT*!=g=" ^8jM\0[0 .&g5@Lhm˛<$\~сQoZV͎%CD4WkDOLMŅ-~澰`yX[H#K(jI֥8͆7;)Rd7 JĹ5̷4yu$Oazh c.re֧DL7x$4^̽)ӹy'k?nngR#ynwQO:zD2AH]\+/"v1TCc"[#1Z2yNqęd2M0ko4W9:g.$[:gjy#"]M Hh\H׵NG`]W`$C{KiDG:iZ)`0V! [Ug'>q6'@|ipl-fXd:q4fz&w038ΜݏC /LQt1832KRԻqї+ƊT (WDk`Y3"+@xD9DK>@߂y(Cl7C#(ؿJ3_Oӫۭ@RZY>wP-@ ufFu< myύ~>g8˄#6HV-6X^L!0A%{9/WD`vǻ-nV4jn>soX!Mul:H$1eeP08ɼnP\pEiA!;==#Erͺ 5amX!~ȾC?5 b;-@JawTݮ#c#r1K` ^Yaļ%Ҷ=@+=k-qEK2pkM'v|S&ʖVSP@Rb Nz<[pg]J:>&f-8.4z3{YP }'rYq;(ۇ,0ʰ\h˯ tyPoLB r|f VXBy 棎K2:;8.<%@A+]?NՊ}o#qDla L̮*ٷx f)fN{~`(?5,yz}Zmi>&o'd#h;vLT4Ј_ IB)rn"ߔ];xl R JƆ|Wx.i'zu?8WMK`1{]vef-t%9Zp^UbB+#aBx[lxurEXxD(B siU9tʭ\U@5/EFq/岙n<& PY+pywyF/Ȗ RM1'2QVcEGHtIe(MlT݉FHmw#LHp}48]hU 8EzaU//g:Üh8FwҥJB¾sPҳыT.D odnoV\a A2J,O՜6t룆tnÝDS ouaZ*cBP9Hm ;$p8Cb'\#~+ȁ"}MB[n54"9-?-%& ld-sOC/:̴VU#a\ enN"UVFU9RTֱNtaW_GrC5oE߫! o7jdm\Rv3fyaFS- pҵѶE%ew]kF}.PL]T,Iv e~LKg?&€9nJǺ? :BVҤF;@RSԘp;l3-t;?c`kƘG `Xv:ή|(4tal)i{KVDXE=P;;WG 3wy4eƜ-YjIT4Ǎ #Gg2ݶ_| 6'˖݉G+|ӯ3*lGiNIgc!$W`Jf>B5mV,U[Xt6{7C:|',L'igfA] / Ӫ \pn^ rQAeM$bMr4Nwt#-12р.1Y"@r;j}"N"<W,(~~#Q1/Rm3d^+-P ijކXcAY& 6x;vSPnpJXgBCC9[oMrhU/ud\ \o3J%P`{egiM~/>+ B81BL1m5`/uAG9cxsRGBo om r5}qn5-պ^]Ytbh5+W.6&GyY c l8?2|@A;1a.44N0CWmR[[i?enDB ~ pl1Xˤ3 K)mz`vF-q[Tƺo_NxV6NQѣK ҁ? Yֿn6/c/F:.q_nNQוik߱ 0=B2ǜw>},V- #,:(lB{ł_ym#Z;?CrV%"Lĕ)!\ࡴ`b ӁJyv5?MH`˨>bAW rc;?I"-/q/ھK)zPd8-uK2Ɠî+9}IċA7Vje46~5U@rvUA9X6j3=stQIhZ~;٫aZyҍ-;Fc_7$ (ۄ[7OkAJ/taQԷygo$u*-XGyгO4-PڃRbt-WY YIOM<{wkeP{ٮL qUCc\dk@Џ,Y^&by2a6 զh }/WmMrUh/HXLcڡp>E4y—΄vBҝ#1AbVA!?`x1[[)BS 2URjKVq}^Sq]  b鯽$Я&)Μ3"uxo@MsRRJc-Os3w Lvu]`[X7'@/xO A)ކؿo!T>w,Drw.E+=NRN ACig:7Dž*/pk6nhzUS|j:틽?hT(]`Emf5xǖR?:|Ly`ڑaXuv gJ\L@Wc:(U,a ΞA\:Vxd2xW :"!\HI ߤ;[IX]h0׽p~X9ݰAZux%] _T ' &-=(ɳow!s00Q%r_ J#P77fԉ``dS9UU@r#1:Lzm.*EO6bLa ؝B701r.M1A|{3O<\cW<KTH"y zږGm |i%wXcIzXp@g&q%Ϧ@ cP0FPɤX@G ᷔmL5Xus7Y1O`Y؊p ;RJCs78hR#5XF| m`U;f5/yjeX$#f+KaS+;m SdB[ eъw$] EU7DozY7BF(3aAjtR>&>mL= ҚbrKĮ@q:'.xDBfab95KD?fQw1%ڷ-̞e.ZtƺJn ?}^(Wg;n >`b9QD5t+7RuUrT}rC3%Rq蝒Myd3a+Jwbx |xy2 㢏+U} OiliƋg-c zm{r,+3?iI {4LlƂr` KYVOF۰-nn-όy5p(JUZ@8bVzߤ5>3:`YEc\-1=NKFAL포6q䃅kb@\4^ YjbBN}GnXÁi,(}|1aMtJN}(<옔$u[ `:lehuU0JQ'xK:"U: ր->$njQd$~Dq`B=Ʀ2x\!HܘP;Q > z`GPF{Z3S|xbmI;^ܛ ⢟:H7y9%ȵ$j7iAmo<7;1[c~%WL`EU#`e@7>f<4N=m FĻcZ΃Vl:d8HϐFl2}qNrdLO, B4IC~3*+vdgvs׀c=#sIK 0(z#QQӠՖb{%6j NRrSJe3G힘g\fTƭG By11Ņ߈/<"|M$ U]$"83("SIv2cAiaX]̺i 8xϪJ([SMMx s#. %ڞQ)q"qsx7S5}6uAaO- u>{H8^q,brN 8s'8,ǔFˌC`VNt7H+Rxgs=|hђԇɍpNp}_^\Tq|HBq$50X`,~_W5qiW 5()?,0MϩVx^1!8w;5Ǫ{#jCՑTu5?;I/vjbdJ.CX ,6=8`ʶ^./:}ԧ}k"8MvcVytk2CW* R 0MYkÁѤg` 9$GO#"kACЀxdLZX~Ck,o+FTPPJS$7ǿ|a@`XR)ϒt}ޗ:gM,R`eskwSㅋ_6KDeo PVV⣒oq`F5,e3ڇTyUtq:PfwicT\[A < '+Z[Z-m"CиHa6im|=̘nk ݏѷKJ@:^r{yz%sZƭQ)E^,n00*({n$Ohp4"m`77UpN omu!qT-i1!ƇoI-v M7/\7R(kH*;@tvEÝɠU7Xμ3-,&դZ"x *E1i$9/ B2dJ2=~"RG $+% #Jp(Q_hua;Be6ꏜqA5Sj_/cۙs5` .gjo{R# ,BxAmpW<*8+k_d87Bטق\rֲUKvGw]ȋ8'[l12lހ8ewuv_M3[AR]*?@䠤DE}G@.ꄘm;;0/Kļ:d(@`{PDѺ*Nx4|=9_M,@*;B .BpaC.&H0%h-K@:JϕNB;J˜A-0U8 q]N6N?H.,#^3գNds݀^0&1;aijQEXKi&Ǟ|lѱx3[> i3H=8=4& YrEykF,k|ݭ8-4=_p:[V|^"_켷jp(YM_Xqա26wnIJcYa;Q]-ƓjZ۶Ԃ; W)NMFLHGE7cx]f1Za-33Ħ WÂH349KO>/7s&uBCҷJuZHL68rkXYlwJ/xv_xD0}3nk_L(omOg+y .:2pC.y($zn]lM |tb2ҷ%##d0PKAwR Xb\`O]`&bKƒ\vez<즭cK?^mJ5u{-nL}O)Mp|y>Uon+CY8H\7V|F\]qk!SVyJz~ߊ~3ݮ_-T]ä|Y)Jzw4:2ly4/9aRpсMVH…4a"a,k:5W!O 3#r{ 1(4H Hz+J_? hF }}bLX=ʋD(yU? UA;0jp"IF-75&@.D?bBzHh < K#`u~a l9ipb vw9ziʃ¹G%bA3C;83'ORB~I"u,W5xeܬgQd͕"X$N`#>ܿUuj$ cnKSB[n~RұDΛ/ G,kc0]y*^V#|@qºY^!4!S;BKuZx嚘9'neȏ~XC.hK& I.u2@\`S޿KHg /c/l ɚaNW`ZQ6?,էlҺZqO/&X:ao7`.{* `306xdwਛڒ5K c[#*:^g;/SHzWC1mZ6q#>_cd0Q{#i(fߣҴKN{P;hQ{f꿟  Z *Uä(p_ąQBU!_ф?>Ly ˉ\`/ho0*vO (i.B Ao[t%' e?Gu;LN31p\<m4T"x3Q ^,I@:V TBBDiTДv kſIVRAou^xp"l]b$$|%(\Өη@x)ֽJUW0u̹zOO:3HoJB8g|][vTt)S01L "㣡l3aU.L czmʖN6JύHV0x@2R/4Ǵ uDID6!ٓPf_S_ҸL?TDR&3͋Ո3;~ghG]O 7@%qmJR{R32"Z^'V$]yM9_OL`0?ha'dKjPmaBoj*QHkV8~!"/ \4-<9QgjHM1r 5"bˣZ8ai=NˢɼSTT hZ@WR;1bJ8nG#$l.sI.T\sf6PO'4C_3"K $3e_lT1X͗V0L?*uDеaSf?H~=)fT4zN/ K8g(dRM<@,3RmqKWݷy9- R:nXsIl5Һ.hBDž[w4yǡ2;Iv˜?_-Y@+2Mo-T҆˞;\(XZ*S@n^*:y8p߾-Dto\< fh;95 OYSdF4R&)Sc,Tu.!eԇAcM ^߯U6<8*5לih@=Wݸt쯧.$? js_׾WvU N{jRƚ *j~%Px4եhϗcޏ2nn/#'|9Wp$--LNF}YWJշ{M"_8DjC{6&y2sFr`dVA6B?EUm_WV6B!&{s?#1"~TLG1$ȧ#[TKJ1 u\:jgV{y_U~b]i`9!WޓUI K-t6O_̌к# xS.ۊo=錊l{ѩ>ot7lw xFalaۙ3l켱Xn4 YXך+`odN>p,} з<2FXwEJ`z3:.ԌKG*lA?ՊzrIyܳ褓 ꇋ$`yiI6@y՝н4g~`f㥱XP6R t\T:n0a>n&E+%moK"6W~XNę xVvv$ T)Np3f׼\&Tt6gYpaJ30=ˈwt?Ao }"#>K+P SZ+K|/|9jD):5au&Ѱ[5r ߄qbLDdŲ uS'ԧ)YNZy"zB(Fe=];i1 g`&X:F6G{ͼ[O7u l6y$#`>Eul/0mK׮njVkTTO7Jeg*֛Ԯ㤶mݓPiPd\qZڃD Xܡr8X8 9au>ldDΤ7"6kPnm3dMrmoaâ8*9vqmT. >ShmWQpUmʟtʡRc]u7]t>m%&13꽐 rz`|p{pi5L ԨaR* $XU5. _Ňuhr# QTh~3 MOǶʂTp̨Q954L3saGg̽N 76r-0h7hJz.*qm ,aee1AiXCyXQ|OCTNAxPhMzggOlP4ԘEw_wF׵NL:K L8GD\ Y"?P~c9HK }sa!sp2 a$TkTو\lts:AKm/$jmvPO :g}:rt}WdHU6hm{"Qh;zQ 'rǘp2qƑh<#\ζM0@+{haGueyv ]xC 5hU|xL#uM}e+1>8CrTLSu=Gc_~ T 18jw$yImIDni2bP [zjM\CZ4*"PL%P-g9i͞dn*?W,; `jJ J'6ttijHoE% u8u F~8.+'G (0!Jd`ch%R='#omI1#5Q' =JD>Y'hEG>5kq`&*ښt,Beq~RG/ߧ $, |2'1Kzeڞ!aVA\o? q!9kkuzDe־ _דDx 9+m$|bsH+Aݲ9ה]?,ڨ&4 :Q%sm]B6tc+PjWyWbSgܱKrtxf~Ǡyڮ[^V9xE?HAг\gs0.Oo>Eh8PԔqӳ7>8aԬT4hn5vMfS,RuLfY`0*ʫ ?ʙ1q -bLH<-͠вLݕ=֍eOpwݣ!a[18_m#'* aWEF;]BB_ E *x/.*BS{s=`^-S 3>կ:GKƌL%ȿ&6gKmkMDG5"̺Q4$L VlxA> |,0j0.}x; ZUh<*F>s/=oF{#.cT'~$L} !S>N,!.1GH-+;vs/?+|Wf80«?ظI5 #DrVM,΋KoyƂA>ܼ- Tv8җLwȼVQecqfXKdd"NwzwWqO"3ٟHWޒ|Jc|dţيė6j|F`BCag߹ެ m)"jOj%xہD<>Y61|gqf~><2_Q,0^eȂܩoLٳg=x>, (,㾽gFK7b)8n-Ȭ׶=$Sx 4&Ӫˋ˲zߡ3:iOC C)Bṹq)M̶ ƴ [ :4T Fh2,9ΊסL"OdJRbӏo\0f~W<$#u ]TI+CS2'Ɯu^ڶerJ5(~ǰnP+$Qcdӫ?l̇'tGb>tZ>Ҧm+Q4%'wqDfK26|H35̵ئYa z)ogej;oىxy~tI5?jfV~n HM)scyضcl~u\$en2]v1Ң62TQ$ԕ7܏ gG̋D HՉk9CM*"keH t-;v7mlN&U 逾ADWf}mr5F+  !6ɻ M "T&'+l*CeLo*,i$ Ī6m(/3mUӘO}ˈ]i 渄\udEwFK?dsQJꆑSکARERI~ʩa:z:UQzc\2O[NwV1Vo{/1H ]~ HJ*#*h\%I IfT{KSK''bio'gb r-_X9@3eJL?;=f.͖o}SX7pz6ϥW c5D_B&wVaykwDU5TN݅{ JN함t.+KEGu=Y#zD4'j%8Q4|)qKwï- eU5)3eqM:%0֐i2HDzXl"΁H.Z$γXjΌX8'4bOW_[Zgh٥1ix13upT+ Se:C/:A~$=0tݢeʮY/>z{T 2JET`C\ jtj7nh ^ʌ`a6!2IU>-( h|FyrJY ~OUh3$^KOc2Ywή+>ׯ,Z͐덳AVԖZm BP˭qox9*1?EB;%# ~C:uYh34Ku}'jgcq?0twMrX ac]mBAܽ@GɞYɭtV(gXt..C^K.cCa:aO $0M0tQ]:$V`.-T5^ˬy r3,4W{͊9[n'`4N0}<Œ(iܧovmv?f~VuCL94c[.)e(yoW5Z$1yre2ս1qg(÷]#)I0Zd3u拝YM^;oDyZ!)!Vakj* :B?U6:9Kc?<9;5_Lی0/ND#w/ v%邜7V.UO\QAFݢxX6#30'߀ aIQy_Zәp C=KE،{+[fO+O'(գG2tFLրԋXNo4tb&x3]7 A@t@r*C,?bXxw jA0n~m/qjtFZ@(X K&黺?l2UO:izxU[-SE.m7m;<0!(kVFnTAi^P^A6['O BjЮh~Ho|0-TrൌqGjzn)=HݶEc#^N.2R!]geO`ȫad/,$q+;{Ino)_l7j.#P\D?`AhTEP|<͔V1 S>taOnrkڂU9'o$ౕ=H}aP{/ Gbb9bY5Űz~BHRlk'@]~0l@:LmI~q_|ҷ m@Jd8_^3Nq0PPξ-ȱb AH=BR=\p2 H8KKtQŭY$ R!? 0{8d]IĘˉJd<=jȒ=SKof*wg=˴n2鬁{v2NQ~~29 *t+^9amtQQqw7?ӽh^ղM,xrQϚ~1Tr+%Yi ФrzK=1pj>Zww['Usŷ h,r: ")cK&I9pQHR1t R l6N ̍DӰVL?ba3j>?XY@=ᔲ6ȚCARm9힀u1N"H*KrN*/4K[3pj7Ep#` e2.t{9؊v7&pM r!hN; YMA87kUmr7q 0ӻ> PŸ<}b z&ቤ(\!c8 ottШ-(ȍnr7ɩOb9GqÈjZT61hW"c5Yo<\ {D>^ S#bz$JˆLv[:֟V1q OkAܗ >TKU-o RGŕAwD.u~p$ 70% O1@\RөIym5+ &ׅ FD+w1ؐF7 pjjI-SwI9y;x a9ؚse2e b )0`j|{z*C zkO1`8ܹ(cm(<{ b6 PÎv@2GMKZ\ #;$X0͑1=CfbE9_Rh?64tEn hc9&seꫝ=M КfxR9Ԫ6;F=؝x8ͼUgT[Ā3Isb.YG4}x%i]SQ6cO(TaF^iN}_xu{4CIȦMBSu@1S%UMI㑬(Bs.ɣGWb]KF:bגa*ab&"TZ0),cx@X<#Uޙ#3!8 KäiwƏo96Y 4ȡ{ipA, j]摗 S&䆿?Uy gBcSzZ.S\ <2G|7ܝBH+"J!uAN_ð/@' KeC+g;K-;T:Vv?3aF \M1˹Iqq0:_~1{aI ayg~5\څNM좮C_2*T0ݡqںk2Reuٯ>G8p2s*eO%vAїZe77(@.lNP{8P<]\)LB8S/܂A>[ |hǴ>άO 9e1C[5fLq듰BX އ41'5fF~O rT(9kfk0wO//Yòc񰽽r6S@.xex F ʮY3(!~QKtGtEm@ f.b[jHkFLf9[wx)ߚS ץȩr7%啙3A*HMH;Aq~,O%49bƟ90ś)fT˶KFvp³1y"=X*z?j;J{~zǕVci[o8t // Z8p8;Ez$D|)(qQ#37?Rr'G*;?Lt؋>MDG)sS}-:0 ]eS!SO(.i!8LOoKM3&/~Mb q%45$R qx{ JZdS8o$j L*1$tͣ9viPH+D #9daN=1 Zrt{MbnŲZo/c?,Me(OOL^M#iR>{Yx+Ò[/.~ЕgicNB n!D.vN`:O K>GO3+,Go!BtdvO~7ʓK,PpxH PO;J s6l<_"@jBGZ!- 0W+?2*$rR ѲgKw8;LZ`;k]pI? [עh'= tdPqX#0(1s{텦ТM%?MAa+ٴ;+zx/e|j.KwǔN:b9-2UA<:eN25X)0Ǝ%|ѩ@$/^oRiL[x-r8>}V5Uc= w{1۷4";FMȟb˝k%|ÿ?iFbq$%)aAKoG^YȜ9n [(m+h`!5R< 1U ͚c2tʨ,)|xkͪ_*7_cEFKU 44Q;, % ;ԏ#8hzȑ4y| )]}%w.N,8Ui@BQG*A]Lc59Eݼe"@b8Qd'(= !WN_^d0?]U-t2Q2%ifdrZB/>GS bY&-lp&}q nza&S1+3FjvɔD{:0V hҞ/-|qX}t3.rX~T_tX>f K/D:8<,>Z4,}I8ϴNP⬬Q;7!MCVZs/z2X<) QiƃaG0/3/ZuNDvuQknmUO\\vRދ1cŸ;CqȦ 5.Yo9X pWd"#0w!i,~&X-fY_#| ipvԪ"K?ޯc}Yyd\N$cl,Ni>AaiEZǏJ7Øwb@bۥ9+aDި(:+uly$EV]`}m40?f/T{\rOwN**NA~ icʳ@E\J Ӣ[e/|_AQa SnQ2^!r(e%0zP$r;æ77IUSB"!~h\f= ` yDBP]R b=؋CG'Ĝlvۑ#ڿCYY{)װ6$\@?r4U]xEyxbQ-0^{dQWs(1jaUs]'t*>9e愒/(MT*Ũd=px7g]/b,6 R:5>Wyݎ؁B"N)wݾUM;!A^7xᐸ0W{-.d|/*y|U=P)>IG gKEdY.(:_ #R4Ջ-ݩ#rlLxH:MG$0Ka.ɼ{rIyiPr<=i@z@4֌Yb ^XͰMNv>)ƮKQY/w_wL%-X'\!S-iU̍ht j,@I&03S)H2a\O,jv _SifVzc==o%@ ~K"oЅŃ<;G#څėbRN&4#(Ҍy^+^%' HE!UHMx].&c55Co%Qfh|>`:Byg2C`5jo UUz,QVuy>x#T nP8Y9 $B9&j( gⅭKt+s`g_:_MMwy.J0ږR[Π&gk73bI_o .Z>V:u?b`}}~ɝ_VK5?G}coZ IJ_-~6PWY'o~E0(DrrCFhx.0ϵl{hD.>\+ ͫ?WN0fAm[?l5J+MmbB#cWzɶj )DakeNwrϟhh&!2繩";Z=nwhph3|eEٌEXj9=& sMXϕՑ5;}" wY<\|267Eq _.`~]/<)V ~;,NI00xڬTXܒՓ{p9%l)(PXä6dTC5L#ޖ5)rT,T@o!hۿlJJErѩőfc$ !hĵM9S76``_I[ , ~hš)R[+bѴذr™4fJ(Y2Y Bѝ=;H T|D"^8HTIL94z0{mJ 7}1@bp:W_bOXX@+4jP< @e]"Bf %x"u7P=/S~ GZ`-xOA r)gu2DS{}yVy~#BTMtP9|̖%w;Ho`\]\f1&$qr*.)PW05Y1/Ju6܂Q FðCom}N9qiRڙ&k_6 tؤ}Mo*KOI |wn9flwCg@5bv/۽"'dcNU5;Tg{"^x;x şßp{Z2çٞ=\kF&Ti֚:&8Uٳ&Fۤf/zH IکۥL{ *bIx=c;ZVr0{]olWX̭̑@ R礃o]eG>ķ4](`C#c^|~qL "ׅhHl H{ Q&lPCRӁdТ+/}.X9q酎NH -K땧=*F::Zi?v?^C :[_u~jI4 ["艹Ue!O.R";nύ>[mx_ds#Ʈd zGEwC͟[?9\MC r3S\mY،. @Š6) :28|u! K#;Bo[gNVtrSRsqhC{ND_JC޹FcU^xS#Yb*XtԞ e1nF g+Hv `._B zCnB}|+R9ا P'7 cXR} wvCOrWKWi*$i!sBi&c^hI,_v^Vt\)_&I_U@qX^lr;H`HZk- ëD[IT^VB5 8Kߨ%oGMFZ*VBD։3S΋t&Eu}3nߕT6GZ&IΡӔU^,9^yὂ*}4u}ӒL lԨn8 B렚j53EMF9haOҬW pbAw\$-k vYN5؟_0'=;jdZ6w~' ̧3?S4}+'D͎Z>o~JGfkE`miI } &If{\FZ)<,d.*qئ6sUZf:J9mt1KFqj& >|QCbcKY`2J?|-y=gB%{oyekBBqYtcI|mP =jyS[anǓe^ԐZ\m xF# 2qB~ͫk$ɤEԛ)ܓrN`'spH8dl8[PuGEToH3J0(TҜ])) 94OhfÙG0[ք7{X>6D7%W/N~0-XJF;̓@̓24ě4:KҎ}G^%xvqi7)7ta*3Nk:í'vR;{^@ }m9`X@ysl7l)/uzzJyB ߿_A\^cJ!,U&@kL rR /qETxCkiHs!#^ܕlv$ACO@x {zy^լJy#@"U&rb` ;aE~^/h$D ה-9z/XIO{9ߒ~E{̐Q_@O Ha$?((׵+*8pl-t%TLH1 opA uWM8nFuا/U *oϱ~U/$hV#1$"٦v}:m._@qD >/5cqΤ"K-ٞZeNҋv7l!Cq!Xvy'J`JD|8K2_4hma7BKqz2B\.641itC@hG;.{IH݊2QD7Ĕ+^n WLlҖ1!t.愔9,DpLcnp3Cき~@$fܖI@,Ql K\07/_7a&ë .l-;`Q27FU؛(zAʰ۲jL}[\q%9Ѧm8֩`!ORWey@oeV%,5'GpߣpB荞2t;!񝣙LhV'J]-'A*D񠈅mڛ.` YU, :RA>^`٭Z~3pܛ<BKg_ 3%6={Q߸S_CL6Fj1ղ[V3^4= oÌǃ.eBnGM7sG8t o"Ϩ,.T>):!=%Ml%jp~DZB6m*E).7F9~pMX@5"z!; kw;ao{sb& a<.I=tC%CneҪ~6U٧ˎmxSv 1eآ!OKr29pO*-osƲ=@+( a8r]8|dIMV(7vBl]mx LmH6L cTfw"Ȏ3[ evЈ/* -"(OBRO+HŶ jV#.B I_her9gh\U]_LsQk+5rNR20--aDhD>5T; j0PVot| SPttuka zx !^^s(Y^*;t.*bD= ?KF\a)X甄`{F Lr!} R$[j4ĸgzEi g)Vpե7R߉ݓ"*"!@0BȾPE8LTQ6\W*2G;|WDA/7-^?JcT%\?ϲ^3J_i ]2T%PiS=HUxV WH^ͷmezBw(n@Mi։0Ʋ4^"B&fJ] 1pUR8ۈJ*#d<2E%:^~8Yi!?q^r!$O3%:h txڣ[)NZ.rP.hTXoB@k]WUV^={<3 ߔ'l=8 hN^싁hrG WOG Mg,\׌N1aٕ,@B}]gϱMRQPauZ#`NGmqľZ0@go=^5mBρ#%s L4kȩ?(Ws}0/0ᡞ̠]i's)"!QB21<L^n8TA !4KúE 1UqGxPL&p:I>tE"1C/%>JՑHNj PSbT扝$hы[h^.w7BIeXRX)_!\ц,9^X)o/U ?A@SljI4C=6p?Jmi":!ҏ1-`faXB_4ֱ;CʪQ]=&d[o8&ɔB3fy7*97mpiV0mcާpa) SJd:_ΰk+$S7}ՏI,*rnF#пi3{/d[sohmVVn!O{t}h Q;Nq@+r^kg/L-:g;u7M-~WbeNR֟- 8BFC+nyɕʮ3i:u VD^uW< $'̞ ǥAVv֤o}?tT|U@] Ia {ƶnakUJYX?k妞g 3]z*x C?k5qMͲz_f܎D^O"rt]F`wcp|9§2TJ7;OY= %#?E6+!C2 $c'i%ZMzh#'(X QF)C?J͉Q$htE3B mH٢m:szsGS,uLlUɁh@fvD`KFpgْgf*J:̕r0˿߄C6vuYj^Us{8,8-%lQ7i- ae痏e?Z l(OLjyhjmYD3t`ݮCA_=ۆ]1xO ' v~oyb4ssb@Ž(|3K98v6Xr|Y^y)GI1s8@]F QըQ^)σLqH; 6cMi<w8J2{c| z/$c|6ʡ(őjd`Vbt%<9S&R'q'F$1Ĭ9uߞ;G,A-5(,}YBlDV9-v xhj@.?PSy,lVk?#LPc94Q ͷUk$Vg>kc:;\[a}fTTw@l{%\S3et2w Zi;t"E ر֛ǒ,0^RTw֙;hi`~NbijyG3,~l{F%,*ۀ@]m/ט>pާHؗb}[y(*Gõp݋2-IQVuR׃dչ2ADC}tА1 Af ÕJ9HՉNi[8'7.~qo@<ׅ(Vw"ܹW>)pkb,UE;XkJw3Ǘ@u9&{]EIieҲJ#HrOΪ_ BafڜRw/JtC9m%Rf"l%uI(h9!ؔ>+tby^;jXܳ'j<"}1Ah yL. bmݒ.9A㪗W@}}>+J+ J'4nͪe nު=6{>zm;fߒֳܪJxϩeu#V4"WyfGx t/C N{\-5)nd[!LXinr`F`h݃:-m3IR4.xFcNrG3ES _W1˱01Upj^ E؄J4Oӄ}'? C-yCharAKOO)f ?2O>RŠ9bj1\PNLpI$*d>"保gws*Ջgơ>7(]ak tc*2fٗeCʉY 'm"M6+4\_f0qLh Vu{ qĵ̛C#9@࿐/8y.=0i#:dx E ]l`'+OmERR{S]zVbu ٰ6 "|ic)H;Wk'x [4f~Ɔ+>׊R.==eo7,&|ɶ.;4+!*WW-[lF4|gfIV9K3UeYgt-!XnJdIǀ |;GcQjb0S5_pu`?UX/~BHVkmX?U}BR2bVju[n>n-NHd[tM7)d Z s:3R_.Z< o\(#1 Z8) ]F*cdt `1f>?Sua2Js{3k@楙 30l钔W?B?5B FUv)-yO:uNڷ`GU^hړʇCRS<5_. ̲L_OQl "Hy?bF]:Sk ofSUƪ.AЁpОbiR܈ϣ wؿҀ6̥|ߺQys}{gP`vc!g$'J EKc9n5qsNn%)vT1tndzJo:xmiv(tž OkEfS8`n`9Bዬ*gbJFbk/D_zP^O rvd ̺]^ YPׇwȻS ˒@ YI(.x^D yBh %"A`g {ϟ8$G]Q0J< !({ɕN2>(?]YɃd;A9%*5dnؕdwpuOC /dgeX-m_eK{f pE/ 4jA.6`vJ&@8Irȇoj hzc ӻ'8mOU^Fn}nbr¼.c<"7}&E\]k& bz蕙;i9>gžf jȄbbmBUEpEjFmb,h.uڂ8#pFaRlMT*H)0h+kZ&Vm~ME:Ϧ+fsg=q}LQ|&i˲݄"`|B1FlLQf#wgCp΂&;]V#zf!| UGhIq BH d5d\Qh.q(SwTc\A!#~0`*.AHx,HL!{tg`/jnՆzYK9@Vݍb z)ޜ] cȕE{>d]edHEP8nih W+ +s4˗UxAaí;Ic' P]9-(6^ū nnjo̭.Ћ .@#8`G SHOHȐo GgfrpKq-hR?zNc4jā*)Zvě/yU&aQQlr %QG۸;̾z`f MGO*q63̐MwP)ls2kl.n@E-;ړQV1 ʻ1ozxp @HowJ Ơk2P#p,2: I ,ޅgNZ OsNHJg—?63F*TaEYs0-C׏_ 4\[%*zke#p-_/)O%1w a.iΐvHU ~TzχwalK^g^=}5YF ]+7.etLc|ב Yy<}%]QyUcS4gAY zeC{Rtu.1 Ϗ "hrB'ئȬĆ1=u CE9xj_I {z$ s,OBlg6&j1+E޿-m!xUz AC%N/CU<&"}wN" 4T y_QܨyO\u Aܝz^[,1꿕ˊO=WCXTT~lFK@Pkg M+rkPq]MKooLxJʓw=q#RQ>%V;K܆z mOנ~]C_9Su=/C6Wzs~Lz%ֳ<vÞێb"k[<1'L !BN,ԐnC-i2h1J)qǹK,b¤'6q2^9_u⊨&5fFDKَU@V}d"2uY.sGx!i7柾ّ~N?ޱ1$z9dS KČi#@$#nUfxɋ Yx|z[d"H\ةS"b!Mb e7$EX-Y :ɏH\lˢivqY?hJK(O ,Fc_i4`#`g#ֺ(^&B`Hܟי4PL/ oN["获FKIJK1A|juyp#? iC_c}w.:^Ӽr9=%.%?REt}odiVIc-qt~n(qs:Q>-TCg8pZ~~t^t ~BJP' 6+^Đ ʃΑHqB}1rA}q/ݏ_%锊>WaWJM"ա~k/OM}"a1ۿ_X GZRk_"ޖ9p_{ 9ѐdG^m\I &^hۥADE3޼Yͅu N-<6o}f 1%cT22. ݙΙsdtdE:硤 jGLbl#-!rtϺz$ۑ^#-eQ4L'T !H؀kWGC@qԺ~ڃMjPWF@™d7}SZ7VLU$@Bq:IWS[, `2B(Q%Qj>R^&Pzwf\24Tuk])K|dcDX'z6*S SQk#i޼xRbP#o]Gh\e׺TmC]8 X?sY'! i=1 !F x8I5B'9\QO23dFI9qL ɊB1~71zdde%ONH`oo4!CN{LAa@]k XI`D5$F ?QUC!3'+#\6/eg!4Q#wR$M"{XrIb>6 y%Npf}q\I)[r+ӟjǮR~Eo/RLJFɷU8 k.SwSZ8;:& pv;p# JaG E avl*gy}u$1rjYz!O' )O@+ v$Z " 0rbre*go.ߤF } 2%z+49G9= Qw0`q۱J̘忿A gF H62Ni=)x xQ2Q}]veDIB-5Wh+_D ԫjo8oz$Nrv_URt tye/U8+ yV{cSo#j`s٪M7&D<$B#I_LSN = hʤqi)[Ġ%ax ͂ 2ϟCoR!0F\PnhN]^#>@ MdgL2jtj-ݍ^A/Vky^fD8Y#YόBq_q`Kykwh*l1 GJ6Latش%Q%Lfz"&,$~79k >ihp*c`jM@_V".R(ϯәIوb f6ٸt]Gwcsqixӟj?HmDI6/ë25jR%k&%e7a;|\4C8q{+Gwʵ#^">8ˤ0eap)quf*7~4%30~Z^KL>h<2U8 mȁp%\Ztd-ˆ\\Oz΁r.ZIۛd0Y¡C-*\)\+Lx7cp»wX0YL i`|&8ͦ:Od}ځ9BtdHEyS^ k]:RLw+p~Ebu 9%o#U.XW``g#0,/u[(*d , 1' 38#m0\=.xE TNcc~x5<]{5UԾ"=o7Hi tˆeaWv8a-lay3CpdLޛfH}5 B9tWI1$II^ cP tXd;Fpa<ۥԲe96Xa>g2b:3kzLͅ(E)n-'h?ѫ"l*)X&ؓ:ܟd4D^\jX^Y;:rҘTEhzT-g(!u_@j" s[7;DFLlsg3(eNYhYҬ*鞼1hI>0A3Dc8; GvWǩ x I2}{EmqSEp肻7w\/U6F_7T`^c 3L嘫C1JaZu\"Ox%N>N.|WO.6Q6i ,Gq]7s 3&>i؊%Qe^d34г3l%)gl ek̉|pa[ԲFFهMn;'xM#_]W6Nt*<8W%iǺy{2p LXLl>; PaRC+ 1c7iwڇBpɠӐ<^}VrteoCf$5f[[Oˮ&KS W(͓#/Jˈ1{ ?Sk@*E% #fuaӆ3^ÿ }=o}ڌ=!uì=%< ͓6=`\HP5BQc14: ( A ]3{35L9oᥟ(d] 9#B]SBv9xKfNgX' O4ݥF} vn,vmtJNmҋ15Ņ,Dw~ -[9^W%~~x,ǭfׅGna!bEc:bYu!h 2T{Vߑm҇KitoUJ/'spzm !"5{Po1bXrrNez$-?iFkI(-,[j͚׺C@h4q, QWEXA=fdpf߯u2xuKܫh/W(1Nyheb]lc:hC@ɾbEbL(m4&O51TgNLKl51A*TB/ Z/k|>RӵWNty?1%zI(]$tzXmY2]m|Y"@>KՁ҃dݩad85PΥ! UcZl?0%+40=պrH7,9j6̧/DnTqdbA$/h\]5?jrW>'ApxaC|2#Kk7 [`!+a:X9[?0'ۈ6ut:4+ 'm#;7f}B2X'/˛ v!6 `8%X%uSp zXY/TҘSCh˘T)P-"NZϔJHIw4 9ӱ^0+ %2:Z_t& ͷܕ'}_YeU2iOaMÔm?&V%?6N@ϰZ.49 a &l ͍%5Js^`KO-Əi$!}dLTD5|Pt{?SQ} Fi73D}[.KQco'i<0:/hug+sl)C<6ӫߟ87>.:kؔR9fg"e%{ 6!:o1Vr{ЪػhJ}ZY֧uQ'iȢ ZI߾z f30b}ý`#ͽ2V2usIeS}f3O0fPz۔f!) Ό-Se;DL^Ma6O+D%Z0 ah5r=SGƲNF5fe<r+Ъa\  Zi e?5Z긞̟ N$]j+8 ZB䝌AL6:gqu{r t5ײw4"CazjHthӘ+2Tr]wPk7i, Ļ9; `(u?v4u[\"|@Adpڕ+ #۴*žygUpL)J*ɥVhn=y Ħ$e7EѼ'L>@Y>~e RdV!aǒ5k߰WT 柢<ݳrp9KܠoQ<uGT S,A@$ BLO3oH c)Z9@W FYR=f;?b<ϵGFIU&Ehd+\&B]([ e"s*xK4brG3m%7iˆLk]`|5g!>U6`?LdG{t6˱ûٿxgmZ8l*ФD .HɦQ3ls߄ &Z%Rq6gZtG G5{HLۡ6Zlc~f1M|X>2Lv4 Þ װ|;vG |coG))O. &UcaWQtS8g4ᜦ77Ιn%IF#A@{L~]mLr8w w FH^5uϬuRA$pnp2?G?{LRVN7ƉPuյ%ԯ)թnr Rܙog 0Vhv׫@Z gG0PO %4 fpX@628_̿GTxڊ59G4'h[Cr>4Ϲy%֤%p*؏G⣙h>bɳh`343W [.g0TwÛk];@aQł>HibG'kw}|:]k޷aRRMd)[Ly7VlĬWd#u db=E{y{U7W૎T@WV!cX8P&v)4O-u3koL'QQ;̈#z5-|Bqo6MhF(F#ߞ[|rK$R<6Ow2m,?)1*n"*rQaW_/u3י$ -o(@٧8ޓ{ffXU ! ysUpPyZ?˧qF):j;{"͑bwڛ34"lcPtJ-kXKFMvgC u~P7،i^"av' 6'n`NV>78ak)C"vp.d ZS[@g#00gjo?Q|^ ]V/(:^DS7;DhW$P"(oWvQ{(M?W? gjL*3bTi˺^|8zO0Gr9cndy릤qs oEICWq }޵;ɴ |]1=׬"OOM 9>p<9=aw+wC'aUWzHdhbErrwR%[ozj.dٍV`\,ٮfw$>[=͚Q2KC6HvdDF\Xȵ߬]Lh|nڻ4ӂ|[)TWB[EY /؅YA(5̜h!~{r'rG6mZ]V:!18 rpjcP | V5.b=\Q^ڏ6UހeX ,=YN#Y\!zߦ6wv w(RO+X6ahEƶ fZ0,*<77OC贤C֙J]xq}g}3DS\R:fiۓ7Sn𛎛a3;SQf`AڂT|/B,Rz]S)=)>srw_vR!I\o^cB9Wξ`22E=)A \u;>DJn'jv%*Hٹ冽=YNmp1kkV"-vv7 }}fd^^w3ݨaspb#NaajbHMu9@Q?Em[Ti7Nwe&upbYpWs -&CaKeN rgmU6쉨]KX]dl SRHt58ʿo5'R:QSb2эwV5S;n$իΨx. dv`#Gu>G+j!fKΠC AFE+]r!su< KW^c+3*M]I)srUx-GkZ8?CndƁk-<8M&qm*&X_ka{`)uY#L34=U|WA |L|CevV (wC0$|A8{짙|"dfL= Ⱥp=cipকf6<7w81dE|VNe.Ĵ\4wڭ1mLe3mʇG}\>u2G^^y,:'B+1j}|1AڄWꭹެcgq ޏ 0$r~L::FTQgglh/f;eﯸ(#5%7'#a xus>5-e+A ؽrkGۭA  کvK1G5 ,n7s͠F W@@3W;Y( AYfA bj%.J$OM; _9/Iw3c&\-)LlYGDz=@:vY ռz1H rǶWRgHn_5 ӱBB^jDXĆ<𘈸(@J3ErnC6<ٴ[شHTR#MnS:cvGDppJ ,1nH7PRt{-f@΄QQo1ȥgYN#K gs!'CfjXZ?;"q9i PuhQJ"\k 08>.(/{@u~Zi2r3oy]ު"`+[Et+Sou:(`a涑F&<(Iߑ;~L\{ɱL8P A'a]53.,8j쎮" ,kdb d?nThxm$hM !2CgQnHƩWwYclEWg ZM/"*]Kcų4OXEV d|k5Y'֌'YYsMD Ia^W{%I3##rX#Bzl 3.A2Ȭ36?~q;B<mSMVύ$.r«Xcb6GY@(9sA)~KN8kLǼ 3Iؗ4n!Vwr"D%10yհƾbm Z{38n4&uA| 5KR&iǒxz.-d$|F)F"fsL:"՜i^J:0T%T5J~R@ Btդ/?6,s wzٶ ^FNJQCD7LJZ( 0S0Mo?_fMB<慠/P}ۃA[<+ GXw0 ns5¾b,%@Ya}ϙ_lOO;*oR|'SUo턠e#9 Foe ]Yv /8 ʵ ج;sh/珱ԉa~B@X2LY$p>RWb4{b:WnO*rĎAL^4)Ս|pVtάs"uW`/Ym 9;;#^SKHʾYMcM5VF+7yL \]Ndj2$M/2o8~&}8O74yY5dLjh;m(g9L&ث51<5mp)c$)E)ԙWPUbI1Op>䜧 [gLΨ>i.5/(`]sZ[N'0Wy̨><xi^66l-+Uyz~`}~NϠ/`)謧-4tD3Ve^%Dz!;mr5vmpxv.E ,<"pA⏾-1ⷌ3R1Pm=U6V'@B: 71܁CzxՓh#3k?i\R\Gydᵖs @V T)ɝ pzhqeͼE`~wPc#. -S|;D"wPnX^_I?g+IL R-𫀴  k%52Jgn [i>c=l'YصЧ] JaZ\K"z>N q۷łh a WήI!x]5s:#=&7'El@7 %wudǩ1Um(vxPLx[v嵝d6hHཻ%!"' bWǥOHڀ m:?q=e 0|+= STpT'پv `,XXFL>a`ϓ9ls A'5-L]#%4L$ ZF- sߣ0n<,?@$uJ$,Jܒ t@D{4v}29b/YWW9m qRk ҝfxn\m؛ah ;@ ۊAo*C0GjۊtpQx[Fwf+m"m)l|z&_HQaR eT7vG}rJINLOiwSM"D-虝a.o\6s0؎+#]RC7<6zhC$eqPu4SB^+LSHN.k}qA].| B2NLMO1-~mF"*u~LJt+>Ki;ng]Ra=Yps1ןTo:*_M& jgBs@'H-HE}x"f*`N?PuuO2"T-pfޢy)uO\8`*`HW"kN-2U03q $  3-;Zg6pp5Ú1jF-&sb>]')zʗP3dj҆|GQIyp0,kvT(^p{50sg.0o*2P_?Nzl9,@x4qx>'q3 x5M cـdҬ^ Wz _uǏyNm|}P]#̠"b7ϝ(g  XJ2$1=48Mp )55>7p/=*GD8Pҙ7~OA0)8̌)KyK7,Mͩ 9gTi<3ȳ<}*i2 N>yBң QVgZ6׽B:H^L͂@6'̧w_68CK틇^P  誕Ri+;;CfO qVÑH&\aSqwG*OF#DbRa^˗zl7+8PrOQ}{DOJ7™Jpd=ӋwssM<%rtg~h[7- *eVcb˧=Kx^~_Ҽ^{L?tĭ~\xF"G~[X\7rTX]Wp6[kUy }5Q.w.(֦?8{`r|@-8;Tr )_r㥺wʝyվ0ҩFU\Մs?BT;*W++u^[9x.$B.yED US @]"kgOQ[8tD)o/$Lj+F?1~#*ƂTPƀ`gg~P9& 7:㿪 >Su.sUSOzc(w| 7Cߎ֔FB=xF,ƚ#"4XN L6SH(UOd}\ (!cm\=GH]O'|&G؉Gp֯̋ѽnoWnXØ`f} _oW0\v74Q74VˢrktҢg)jXU V6rDVQHyD8[uD.cYb\lSq~Vz̭8 4ØS!t3[҄fKҀSKm?13$ש:[Uŕ +hD#۪KUz!mck4*_<bS^Uj%H5hWC=g cwROd{5M~CwjV7`o@y!7Y,:b7 Fq %!.'z+( SgfG FESYHi`ufuo`𢦋ήrG4ƽ`TGx&_aQ XR NP0V'\8f:F B|w>MFU5(`J>Ղ$U} kFzUp0fwh+1h m6SaF2sL0+._V6u!~igY9BX?ܴsnس6ssD6[:9:KP8b4NeտdM:Cһ@tM7^-`A>6b}(>*S'ṋZaڴThvЖǬ3IoZ[CER'?6nШfB3~` ut|Zl{B˕s39OWХS^z1gbxSrzgX|pHLb7|Jupo1zgIQ l+ ;CσŃ(`8oK n6Wv|$ fewJ<S+&%M@x=R_,F6U LGdrq|T \گXТ4Lɳ⇍͌HdVgIzWEY[Jzmk UX N 6P?jWrz]e ~oL3Wv=$Pp||yi.,U 1xhn̳҄ ɮe⮎A'?i<{^6NDe5ngw3}̗R?,tǜ|Oc&m'2 #3j[YJ/5=fVMjiK9޵ibmˌPLH쳔eO2d? -U!yLP[Ձ*\89Xw,$/}Vzp1"K;%\;[.z)륇:A'.GF65猟|G^"ҳɏnA i(zPM 6\n[ 1VK3 yEc~= uz{uEa$@Wײ˗<7MWVdF0éw^qr<>fydNwhyjY鋤p 2/Jd;RGKL {عM9]^"/$Hr$ͪPqoՠ|E6= K^:US?WjUI[ |_8)18b,=&(Kz%OcM7^j-eArVy w}CnXL/;4&Y_ЫoVwȗBT葢CmlZ/O3n'\*ho{i8P)#eu2y2 6HGܾBp{0*ml%c*&[|77f"3 D!Į['e2:hK}V݌AB%G9e?s(P7A-JƼS%r\y=셷{4!(cm2ݥ-w3 Wh;Lk8^ <ư 4jYnc-$h(Vw\'A9*C>7[ܓG[|s;.LpVV7Ĥ=鐪eIiH‚f~ԼH^K xrfJbktŗ@ׂ(#{;1RʏZ1oTme5;.+V܁ v7ЀFjxpcx@!f85f:P@__T"*l"[, ǡ1DI>^Z7JΒw^K-Pc(ܥ^D x]8d?*:$VLcG-sT;/?oFA':hC7%nfK 4 +Jhɖ-P+'?_blΊ5eh 'T.s;c^*ü|_c׻&u'+n:S pswyOAǗxXY_Gu$wgQ,QPW0s*'JҮʠ8s7 )v"ˈpwFk1)+ +}ٌvݥk"jnUſK] =*CLK6BoۄJܒRme*`tC Xdp3Ss0`hiq*ca]fGgvYɥɾ_;φ6|Kz%H #W~Sߏ!$ 8F#~WV}dK{^9k.1F}@tڣ9ar^/o),7?IB TC5W`"ɤ1';h s|mm jod ꑺS[v{vs:A)t@A\7Cy_ Ҭ8*u7'BS!Zπ_ )𥴃ʸj {D]2yN.B /snTR@ /)I‚`F:R:< ͷsu:o/c"O r}+rNCI+)|jڷ)ǝEdVAׅ;±@v֩-|sX"FvǷF,YN~dfN`gn[8@<ȪRYS*{N3, ԝSyX[EIgbTBHS $^UؘݹXGK/Vz})n0B([sHvZBxMG>js g-s< }*#<НB\3;>bV(@у/yKk?*]/eHQۻ6[(l{ŕ ՛|A-D^if$0!iMFzJC@e-N>vߐgcLfahF}"dTP$ctX* k#DzOATzWd]1ʀ@|/}cX|:]:1.8=|17#4n60)Itmy)J E:DWs)J\wTgqtd08WVxĈX! 9)X`q6lMcMBܮ'8HJBM LR^͎iF] 3pՄNmCXVD; lmL+ Aj׻@D8KLMjom6B-e%o)TWϙ:ݍd 4u]OZݬQyw^5̑gg,vw{D` ?vM$GQ מ!ה6 /SpcͿ/ܧ+LfM>b6pbcV%.:z:+{Bi4^Zl,>T@LFۙ?p)cs?xeyQNGab㶥hQ;Pkk}}= !qdGz;h5==hMf\ ɋRHB mV+\mlyGdϰ1 Ǐ+Sy(#gWЀ7vѽB|ؕQf2Wr xS0"xX`'B|#ȹSH {7g-syev(*S03zj'hyצϤ勑cs+5hG^δW4>].8Bmm6)y/ۘiXqAwort)@B@9 evrzU55n@ٸd OXkm+nnOOLz=X"biÊ8WL\l=RӶl4r{[e Xa:-qSY YwEM i iFhL(vbqz,Pc됧QdyA=K%~%7cJaFKcf}’=cn~x)?!9DƂ;{.v+:Sv-ir.QWL1+)M|{7)Uʈn_4@%j  F՝Yԣ#=}N&7ᛯ6~%s@wu1hX5E'X/xjS:Z+1@10sۅo:ę{enA]Xި}c>y渑Bm@4(c8J`0XKSv,Thl(xP}Cgq${]; /*i1̡EdH%Oڼ(&>*qq ݥ! g,sWdlggΪla\G55ާ݉cZ ,!ߡBnnMYcvj[<(w {!u{"S㸍 UyI~HY M=v naݘʋM__ieEt|Ilt3tʣm.ùMN>{cbEVgI*M[ ϶h[a=i+O1Pt ]1CY}I0ܕqjE (:j=[2ܛ T|gYf'fI !%ul7ѯ5 rbѮiIQDq}5؈2fl6oq Q'k/ orNT=f^'bH_%օ,ͦ: yi8M?bVn_g0ώM̤Aڳ렵F76~oj8^Y76#΢UusQ&"- q?Y(XB?9\]{d1ɂ:aGKI(릳FѬ0"o:>K7FNe@#PX:\=(ƣOƌɀ#"z6W|^S\(J&̹h,cAWy}+cKڰ\C0\͑AgO.tOyAS[sSЌY(07õaG ^]xm<JGȅ9.0|R[M©=lֳNQIN:Wf(@?GłY=+і=O.HD#$#%'x\ؤkTqxf€CF:PF @1#@r8HTeO!FLh2Lg neݾXؠ:._0Q=#󗛈iTYRF;=맷*~3^ȴam :_^LG%W!2*RUPZ2OEuD.[:;DP/FOКKY9)]P.}zX ֻ\H~PJlف_棴TK'A7gVMJPaFBWqPT.5aֽuxqWa-83!zXQWJd΀Ag+pIeٳ#:B [~pU<7Bs[cO*.seZX'rdNeXlһM!jS({navc3- inېfZK3m Hqeo3-93V5_re+)65i*_ZƟoihUq^GXDDA禹YuQU8uCd2PT\,Z@0:Eqcܙ7l.t5_IPÏ &w:smoBfPN9/?WEdu}'TqZ1v#<W NtW ^b Yl } +b } 3ѾS5O^RYVo^Ы&ΥW\f_HµR#ddcRlU}Iy7Yؼ#*GL|X ,]/P$w1pq#>דyH6$9@:єm׈⌆>Dc+0lv-j3R(BS=FU%.*cx9Sfn/Е=0!-eQ~G<5}"_[oG&51s#ôࢍ\00=5X7SDw@yR, G(JxwO N OxO߄qYTa&j4niё".Bf!]S.s 3_7PƯ7^N!_ŘK:6jf)82NyHnp҈tѻwNq9g[zg>=~ 4+J4B< 8\i$=@2K w7 rh%Dۗn֐l;C{˝HuӇpꎢ-։`ZAՓ{:ӵmw;b~MѤʩp4[P(3Gg+vl (_Փ.XDlt"wiXaw8ײ1qxc\In>a&hO,0nUEd&bIR"kS8_{{`ic YDܝPtoG όv ɰO.<]ֲEw2ݽ1e! n2"I{ne/ l Ȩeߎ$wĢꄾ_ce*ھm_6->!+.*Eҕݱm)K1?s!4}'&)qcFP/07T\Y)"Xt4bw;.ăxp*oP*W]Iw4GzB`CU62hɝIC^ i[Wa@7_ig剪_\玊%x' cuщ֠H~{{$)1 t࣭ozяxF[,!$!qFwa<; T{;tPTÁ:y*thH˸~!ZxD̈́S_q57fb|^ 儛CQKCI}\rF\*x{_ &^Dm[_{9Ѫ=rύpĔ kYr\r_fyZD`W`Lk-?]TƮ^-ʴ޼P̿O`pB9s*$'ڒ65)NO|NaGFǬ('l­]sQ2lQ %>GD5\0!*SmN/ aWRU[DZn?&Pݙcuno ,L` Whx{m>@ ԋ7d}CX1j/=5ė>sϠn7"u'\2Vn_~xd6j9"v]MQ of?&|Js`v{j~DnCan><0 !p9`"S:W ,}eHp"N hddw UUk*N$`zk)::y?waGl;G*WՒ3UrA&sA>VGAQ;dR>=ly%>Nme@uS%; y \^KΕp:Ot;3xgb3|JE GF&g}Ia[ l5nfW ] ޽ej[ŭƀQ~O[O45uI+jH˛ɽnofWG(nÄYl-g]Ti>YM`D?˙EU@V:(VsWB+R4'R3tAw{I̯Jdxh1!ز ʫ{dHN}>WM;ZР=8=(!I)%mNI$%$*-hۃpƾ SXku34@ֹV;<)L8 B>^ć>w /;(Ȭӕ=d!*\ 뤙+7:q{QKH}Be 䭵4 >ŗw~?fX<uV%柤a&ܰ:&*G7a/Gڎ'ZըYbk J(]&](s4 @xX2Fu( #Nf/ pPL+{`+NWi!/_:03E4MxA[hԳ p}ӑaUGiUX3 2ϗdNJ W7e6⑎:H\lqܲ@S%/W*r݅=޲T=[ʘ ׺̮& `=YR,gch@LqI&O*A%6k+ [@i謏3PcGuim=H_k] XeޱCX?AX{G O N!<͒ &Q٤3?kFY.pW-]ҁ 2Bq+pJPH c~2؞"iVnujp^iS|\e~ƺZ)_n=iҴΚTESY{lcd 73vh~Lh4m#)T3Dw ܥ(2Ю:B•ue 0:}LGCL]݊ P x 8:T0 rnNl1:(`? DHŜ-]# +E;2 1N\σ@µ H3Fhp1|9+hV^*ӏT׎~'Ch@! Pu2ͥ㦻mN쭿Wv7? ڇQބ 5ζԸ>bl?Ҋӕ\&WP"\t>B\pZ4+l6N?6θ9\SO/$SXIih:^fNm5| R߿3 E6JL7KHT=P7{ߣu?{́uؙϑYu^%)YZ&V I=ˣW:C&7trF)Nt:T{;OE:[;y?Vy }֞-mVO2G|e}`ѻekƎ"ёhԚ,l&M3_$vE84/>wIfߢL͚3؅;^ l2Yn4׾c8rZ{?) lZfQO=^'ߜ&Aò;c7ݷaBѶ+v f?޲f/7$;d,y IXzDž׶6|FX/bhLE7LZ ${e.:0hq.6'Pϖp!Qwlm>q݄넊qMfnv0O "elA.u2uM9|֓}q.}/VHL@Bk3l  GaL&HUH@om )@]B.Duk3qD˺ŀpg-r"4No+k UO7Ӯ[ )Kloqp<ʽ(roNgřbMgOp]ݛ,FT; (zb˶&ZqlA=3rXa 9Vм{_Ӏ&md<芐ItR*)@*tMEV6)~2B*͌iOP:ժ~ʎId DqM HAv6-_ pF+l m d}~i$|;Hq}7(*I"U7U=ZΝex !WCۍB-tjo18n1.,/`3P V4ChYt; ق&v]9!"й1v=F.qꞜmyXB}_0NdXD{Z{z3߯AO0VƤ u[*J!jf-ŜɪGqq.AP'KKFXqWTQT3yj,DQ4MqPD*iCuូRf8)Ql1yUgшLoq6 7cS>lxo"7: 5Q;{9wJ"p!A2CLTA1H. qMJNq ^C pĈm$\~!xHP-}'KmgLW5b݀r-jjdŰd~ jxrj[m]r4%/uGsVmmdن^!_*X0RycCTmISu&&Sg0x7atRѕA?QҞxXYKv>:&gH" 뉭=sQy+?}oXUHxK0xB j ;k!IzY@]W9XXv."Rziv>$tń?Y!VHř74̳ )dxdqzOWQ56s)nNީ8W6.6%1q$iGdpAٽa|e&c{fނV _  I%/Uiz@MLD/UHg) dDI@)ÈLX&r V8 /y!4vq9^+)Td}TlՊ#֓=)T oU(9=[^Ǫ,|8;Aw([V v@aϋ E!jW\^_N-"0{q;XvEy6"ßefªsޏ8ṽeG%5Y9Ms7rDQ~~# ,״Dr&4{ 2N8Q5 0e|-N/e`A ;}'[ȉGhm-̢E7"̤z:;m xJ&lL>~6;uF5BHeֱ3,h1CW pLAHGB͝gx/j__~OTfjD"S/*]|hZ܆GKil9bNg9{5>*GdgyY)?K2 KVU % |6 ß3*=T'nqM~Gt_{ %^4=?f(RݩVU/%AB2J9l2I!ޟ&ydʙ/8N0CX)lf^S2ͺ{XfG0P[Jz9%`_Ic"T=fS_yݞ7ܖ4j,Oq 6 ԇGXϾvi\}X).4{D"✣#$(csj#gˮ6Bgg F%erol1:;]Y={8 Y Bq3gH+!֎C@A8vHrg!v~$Z>p>s.a-_@(j"-;/j!coGCouDP̏\u=7dM l׏cZmKEU*dS/B$!(.SC"oRp'+}ݺ*ԃSY1Sn(puŰՠgWE }!3W>qXVWi7A'毼_z^K.81^ #K]Er,L6VBբRGyYRr?͔P4ƻ1!,d";x 1IAfcsÈ-ߡeԗ/z P޶J4/{ D!嵽/;%Z(.넝6ˤq(Y5R P0 +p ԌxbqD{+)7z8'c{aQv"5;#Y?\ZS(t:pO!!FSRKF0cHW=}֎j!7ߜX%{Pr9뵦 q6dIs|zl*M /Z=:.#D@Oְi*հu.9ٔ>ed)}Q@MBcٍsOWvl `I[ YWgٴ0'v b F-[u]f.aݶ'LG,e+x 6eXgMR|ɵPЯVL48E]Y p39=yvY9ђ]G|͆ zoN# Ѓۄ7 VR/ M~i/X{'{.oׄjbb9Ń 8d?DGHƈc`eZ^9E(;p#{F/cVH&O^ 繁==9hG7׃$q K_l3"_?"$,5JWP/N\wjjGRn#uC4zܠ{ M'v0dyC ]Xj8Pc !b*D4b5 lW[u>SDj` |=0Isf T1 'pU[]Z|"O*]=JnmY?Z0[~F2L~A@M)`pHAEKM^zd 1 B V:=I3ʖLB}][JT`/=3K54϶UuO%:c=UmKrDMnzy.w cQZ+8S;ġ,&:J^$,ZaB [obv|i qQG#~2_F<؟h%7RxL UK'9+s˅ 2ܡo)C[0|m(gDN9&PuG1=n,ڔSZ@#U\VOWdjU\Ɨ=Nd@0ԁTZ ( @|J?t+Y֬F^_2MQ/F4]dbyugbj9:`J@@O iI@A5)G'n6qt*JW7O~!q xA!)G/@@k J)  ȶDմ4J|4|?eӪ@B'9R2QZg%oz47ަ03 w;g/x 6SF%].ڡ!duǺWA ̮ tkA>G]hxHj(_Ajne L֋؜TRP},*2gƪ&1^.fbegʢ?2MW օuU)[X9ꩃLHJ )H FyќӊD&%%)£!}%1\ }{-chappap}fĴIv r|䥊EoI wMS(ꓺr'-j'zN5l*PMşk{֔č~VlB=ugv/^yvD# 'w2g^FawZiMFB'h#r)j _(TUTd*G^f`zv3ϧYG~PysIK1x8˿ܶ:9Ԇ+!gZDeg'9N߮wPп-u<$A>-i-Yw%*hwU>LMԅV H!3k9y(F: JrbCB=&2RH<X( > SW˷g\/ސpafSvwpi3<:*.2R Ҡý!sNAQp`]ٷy}F [z8 :ZޙCJ$Ww$|Қ7^PqAVQXdKuoρuq&GGub+ ~O*$}(aJng2;b/M xF2w HX]=.O}i34p%)!p^z5"/0-{wxC籽%?ͫxmAT OgUR#{uBH~TχXt;>E  ;:Gp٤.PDn;jD`‰kD-)zjCnETev;.oDZY:* }I\s~4%E>Hy޹ЛnETMt2^,d y4-3Ҵ+9*j˳3ݒIYmhoa:-bOsB\ 0J1JUzHԶL?pN]Z;R?(v %mcpI[w#E`.&Ems'RS/=Π4hT1ݘ\ Ĉ4]O>éN/Þ:4m#Ц&X+|KD ``8O"4΅x=|x]P*})cagȮg2{c EcC_EDըR1S8/#K?\ͻ ӊ?Ϳlڇ /ӿ=Ŭ`T I8%Y]5b0"';w-4ϫF SDU"ų>idijxspmr:+\+J|a"TK| f,+f,~PMޫ Km:H^Q-y#hs؁0O)Ҋ37Inn cцZ;$[‰Ud C<Ȗ'O_d4|C3OFc:M?pl=,WW|]09tN1L\~7`>3 Ev6ɐ`0Sc*ꁗ@Sk`\tھ]^3*jui9=q:(? WaCL2u#sbп^G42R_no}k#88RT-nJr.A )ߛIg:*K1x-1CO8( o1Mqtp$A zk(lx7YQׯx@{ PߒjkJ$iF7`{D5a:힂t\'6^;&RjXiX:,ۉ C!'x^rFۨĢ>9XS*. e;?+_yTBvapx˹8O7Y$Ρ?KFw8u>|-w'a#@h+:=ShH!9-} [ޏX|@#\Ƀ_YkUP 6b0^6qǑo+ @GZI+ T#,^VO)WymSIDDhWSFc,_uUnJF 1gnl÷x 42җ3F%?з@= 2,tu.g8He:70n"F d[$ $HVU˫b'7<}h 3GEo;?S  6}j ԴITRĒn_M^^5U_TFN!$#wkeۏV$#_ CW(|;JǺ$"$c]9$#SRTxPO&$x~Hoi9he%faK*;b+!ZS^%@\ͅrqL4;"0PA" HaxkHP.xZhO-@^?wl[|{yYK?%E[5/aqS]fKL_׈+%s% gؾE4l-u5no{7CLMFjh>)B-\7ELm.]+A>%/hL6f]"W(:+v?ILT> >h! tψca &Gʫ'}qoRV@ bƷ>@(p T\a}:SǀvT?SDV0*} Rs- *I31٪OQU"tahN\6I,)11;ܳ1"p~ϵM Ы X|1|.%o\\:a‹[AG'lV&r۞7?qBG6pޫ)*(1Q#0~yo ${u F; 5#b=,{5 #!rJh[Drlm16 OPN Ge2jtXSK͉^@S4:lte>|Qńפcri&%cI;6/MHrJK,ǒԸ+ڭlj"ޢRvHe4q/xF*%P*Z%:˕&3 gcjz?A[ZK ;Twx5=P84`QXu?%tN{ v_[U"3)߯cBdVJ2МOG ~Jx;@˛3&\=OSS*ΒH U;Wr7r&/>6]LK@gқ|'h_Eӝ7sIjd7GAceZL2c(YH|jeֳv,j ƇU/en{݊F)C]F] /$E}uj8-OL}H^o{ty oQLi\t0UswEK*IB7qA?+&nOz ;m%?tElmsnUS1Pc/P>19D $f5ͤ"Q;*LyP1LN9JZOirܧr6D@Ii ]},C|WN-~!=,U[ӠŚ"wmoe<{hhPj.2Ș#[E6Y&`7$[|C‘ bbf#dL kM_f)urÞ t }5-J-PA d l?HۆL]=C*iY ]~SyXl \F-0GMW 5pE0Zh:{ćP"t~^ zKWz_>ޡJΙt4+m#Q/^|_z}V;{|6_=]Nҫݣ F;UY?vcbJ=8Rо c;n_7f DȤN=3٫~rÜ;Q#CܨA,R~nCgaC)fEs<:yR @М/WQ)]072 &:D[$NhZ0@ Mo LKqv ?J k'Id4nT)}&P /qJn//X"z5u_E]"Ui¬|R'劁0Wxs}ϷL~U7&sWWU f[7b{,]^jUd&\U'ގ$qRO{sbU'%{dokHe3+͊ee͹Ma>&ڊ$ :3@26tV{f(@#fFVtA`)Xe;UTjw;<5=b( TvobeZ%z8Lܻ'=ʷRQ:NaI ޕy1zßL/GoiU NJ I7^EܐB<9$w,G5?Ȅ,Yb(憏H T `}mCJ.ҫgK(>i/nTU@W9a&]$5%:m֓jH-Z°$y͵c6kXw.$YI͕.A;xzy3zDne|Z7ObۆDnJ?ݦ"'Pq"Dhd(ٌm"ekuxGL˖ehKz!ʐ-K, 2jwHE$Z# ^Cí#c6C=0.Et~$ '5 ߩ:!;Za)xa(uNjc"6|J2d|E"mwQC=W4&´d5Lb8Wm@d d~s8R-VQ=8"[RtS.}"ERe(᭮ۖ>Ic[RBk/'סz3)%t : =ߣ14cm&PjAPqyg-#)etV D@\!iTLX O]ED _|DTǶ_C:3l`_0HȌIaY'67B,MiG  )3uZ MǶKiIE+z|RjقF]vGv xh̬nfa*cDTM5^@D {ޯ[ξ+xDVJ|%Y:$'z;li*`uyP >rn`dR> x%kO-fMjF>'b?"gaD[  ;(9x{Ji X,ӟx!ѳV#zKOx4aw܀𢹀b`AzCWmͲ-4(8eqB,q~99Ԉ9'yRdf"l'z@[e0<*:8YTB4Wu]<{n$8q O"e)+tR1UN@p m8()bM(S5imAl ;XdEBdlUfX]CyR)3:!T*54oOs6׹>\T =K߳:& o}ˁ,WoF;ΟΧ QxF32d9oT3S0MZ̿L:^H C,;ҜO]uw.8 =rG)\5QڷuSp@ txUg LVee<i"˜j2iNln'eB)KP \{Kr6V6s+;KγHVAagNYZE&zN.iwF*_m3'P=Q4yn0K@^Ch3W?8<)5C]S{z5 Y r >>]Gg,Ȁh10^kryI/$WXwm`%F]mºQ X3iV탞o/34 %gȎ|!r~{g$O?թ o8yi돎_>, sbL;E,K}<8/sʍʯ*:-0D0#b"'&XG '*Z[6' G?]kmc>{΁iPT ѯע[jwJIGKsI`p3e!y5tG;_`1mzhblAc)F+_ aԟݞJPԭ2_Y{A <&5/"xE(ID~^I'a.@<ISzbu+ k:n)9d?[@fض ĸ^Fo۴HZ0pʝ(I=l$38@>9(`k͍ ; ^)ٔR'O Εh1I0Iő߄UeR$? I,!?2*;A#.W<cJ2M5!9 ϲD:I n@Wj+<UE(KFi>A#]\a* U~(ǘc,)5j9& OrG`oyB8BL1G ij.l!rS2 @玀E#&$l zɪx6EQŤ$ì@U)'Q#N&*od(M\e^Ia*aXPg#Q_ߒDe;>5#ߖȆe ;T?̿v":^"(w]z4ݴ2y^ƿ Z̓]aو@,#5Y{oY#gu0 aF$A̱0>}8 |e46z}wZisH]^Z7)|Bk'oy#۸`BJetRrsXY[rQ{4vف2=8j`~k#D!H/-k{.[pwM_v/T4Aw fI2 Z tnƂ"1]!`ϔf_ d_D6EH88G M :\HI ' u~>UtA 'JN{NHro7z}]H@!x7-x-wޕ,w3׿FN7P5N}'F >tTIShDy*p2#)R ߪ=4en#іD[GfwGF'Ix=E7ge&[2d*49J\a|a_MܖU2`^ÙBK8V ^@H?C<%*~OέM>dy '.>A Xv0@ [RԒ` XKrGV7Oe( gߪG&N`cVΨ{<ĿwzI@]9by8ٟ.V⼈Eq2MV}8b Qn9.ofJh)3|:dME${(+Đ)x,p /7 FL^1k~%d4 ]E>dA"#C(K훔8ӳbs~`%,+緪tz/9, $nZnt~[2xw/z|4!$- Y $ [q( @Ue; `5wYy|I``3/?b?k lGy16cBދPQhtĝ)0ģ/ 匭 *?'CZ?!C(, MBϧM[儩[ dȅHbu ]+!T'0|Tlp`NUEАt6'Mv@RگAXJMVS5ڕ Glk^A=zW漕G+0O6H 7 DULSBz;N>'ZDPp9::ltPpA W+g3?Z!7W .ᢠK>i%j A8K*x*aMFg  xv9M{}lubNX)1K8i"vi˷a៏'9 XAR~ֿ[ȗN**8k94arF]36fd6>!WS~f (lsΣ@[ݎtKӺB *IL.ѐ&PM&;"kq7 :ɞPL!S =_~rq?`4eM>( 몍ızz5 hv H0003+]i&\dm(č,)j+GK H,^ìeh :2Tɗ@'|rxnJG4W;@NiSu;x.o <1dž> KT鸫? %>:ع?ϕE|zT)nmH2[samM1R{q}Iem%Wo=t*ktC8O1s)YEVm*=P2-*Ӱy?Ob$:iL7bMkG .lkw$|a-w3I/&9e GYofe/,!S2L>Ο|~һVQsKro_3nRqx} $u6^t2z 6ZK省6~|!QYK)kmU[ޅ8a`$͙"۶߰E>Y 赏G 1kLl]'W}QڕZJFs:g^$cݼ<D Xy5:zX|Zzy׿qt%~= bSE# ,d1WjUi ]=`ו&|F\~Xlpǟ bi32k(/q6 QsY8Wa/VDGn(H ٮ3^ۖ#9;Hv+#ëùCQߏwn6Jq|yJ"@u |Emb>9b˺W#2Ƣ9Vsڵ$mIv^/@4X7V"""\Rl.H8̸֨VH+P;%C3I u0=Iڟ2҈ϰrrqGY^qR姖,Di<c({hA c9$z`[pBobh!5F#tu48%s,m0"Mq-4fi!\/ft<1QBL%2^ãԝ6iQ۲8J#Q\e {0ŀ5-\v#/)5Y x)<5164/W(WY6rϹ.: eNNqVv4r,Σם.띰ғmw[PMbmW33}馊R+ܿ9i PxN5y>6-'C ы@="ϐ{Rp k5&GA."8mJ% Z2Jb?cnbe䫋縅pF8S%7yƐ[0ƺw%>@hH{5N8SYR2Jz A|3.zU*[7Ǫ]k1:'v`G?EƬ|qnh<+.RN GVL94Fv7[󣊸`{IjۼOsFa]0YHf7Ce$īIi({@)d#K ~e }3xg>^l:?3s$e3*Cn+Կ8 B?Jc*]AG$/*@21O~2d`=tT+;p vN=Ͳ­.Z1A~QCvJ,(n474 ^P$ fdfĢGi @g|GM?݄j1Z!oG\*S.ں8#܁s4cEϪ?7B2XK˷+&3}13B x@:z2gr` n7I=e0Oi3ˈfXro%[ILi:*\N__p`V=nuw]͂oW 3j5049]~0 DJߗ{6d9DgۛB')K?Qpz,s{]2,X2bO>-|aP8>}b O ۽5,ֆDG(΀m]EwOQ8)}C2 .`C-.0硋yu[V„>u'7S,%.@A0p D$ %eFj&f#ej61FOJi2}9eEm@~n9scnsga¦ƨ`9 @c0Z]:(TUXbchjEI*}1ZI>+֗!gp{ T϶CNBjz z%e589h(Qk#n N2(K[eggҁ}jyy6?z|4=Y? ҄F\6is=띥p Y *,Y ̚GVt@`’bnlVG\5.s6Ψ2=9 ' B@ҹ7ek J[[Pp@<=Eg:EX\j@2LJŁlojw0EӟB.dޙ~꺪FKvNϻ<=^MmFgSB>wO"G Mr#& keLiXMlyƘz V>s&*{뗇2:cR|nEcj$}p, װy^9 8l,,hjkII&qe oU޴QH驏|ߥs՗j2v|:5*t[')yֺgGxqL#<t8\ Ml)(,rUt=d nV T^[h|_JJsPX'blfꭨZ|mrF ,?X?u)bV2`ӾLK1"7z/vӟKP#7[3bq t Ư+*RUJ1!)~<.-7hwYJw@2ɳ4˥X^cjI68̐Y {'V~u v$Ivj4ZlEDep7duuðkҍy9UAgh4LIH`I0ۜPJa(BU@X[ */lrM1!s0,if_STk{H.مA]v6ӇIGcRcz`1iAk{뷳ԅGF7|XƤef:5R&+u5XR\EQj(^BteuӘ}Ui\#Ҟsrlnk1' )?ۧ{x(@uI?uEf!|FPn_>W K 9lef4P#|Bc~#3Q/+  2Vp1}Ȉkq{1ևn)Xrq20rPT,׷2sHs^& l9J苿hKWТucw(b~T/H`LՖ؞0A)"1{!G~rbC*4\] aKg's!Ycb"=O,'Ғ՜1#< ׫Si Z[D)+:=oZfYuΤh$̀ʯ0.uyo Hmor6 ~f7YOJQ!9%5*kX;qF|0y%gP?Y0^* Ey͸eW/}xIzx`xĆm`uI30\Aѧ isy* X!xahPFWs~iߎWsJO,YX1>1O$1B_1թJ^hT2 zoքzd(2F)1<`ɧ'Gg@a~m& 1m,5hob6rB|8FǪys'ۤXW1@Rhخ4qY28:n<ژm `K!S泄'i}ˍpdV-ޏ"yl H_\'_珅 t,[C!g['+{K5nJoJIb8D6A07϶L D"/^.s*- .\5u}F9گ1#͡_@o#oY)zMjt3DU/FYՒ)][3ޗal2ꔐiXX]{LMMDݠEއyTX,dƶلg)}3iRõukW{mGh1GhQ.D9Gq|?@hLv50Ɍ;:R"& 4ae}u,Rwj 9}(Io|PC\ćQvB# 5ju :/zdć`T)0x{Lmu-Cz$bTCkG[1tb_rH}uZkOBk1MUp1jd`ReY`Gmy8sN26'xe;pYE?z?iTYdTeګJS$9/[<y-;k}$AӪHtGS3w(58X+) hߕЁ._b/z7غM0W$m:bqҲ/ y95uȃxkMwED-$z;yʔ~*,{79leAH48|ʴYzwX ([w4}9eRXP!٭ɓFu:muQk:?cBZiv+ 1+ZO ր -G[BoW"ư6v=UP~َM>64@#}4cinP3iiKaŇkWIEO.\9%Sp_MG/^oOS}m[レZ Jh"Za+4vKYCXi.s6TFFFl,oqż `$OHnU/s R[IUeg)'S8mЯ}LP,D>]PtMC:^IE3C62Êާ<fuzm\"t4G0;Y #:Q(S@ w޹o]Ⴛb6);Sxd;S8M@v(SS4.g"mABEQ%)7p;ܓR#f6mQvPXu.O44GUԸ_3<,pKI4|y =CZAc7[EÆ)_l}}."8ޥ@_ ?g 0hc^bmp4#n~X>jlOոZ4a {Lۦ<6 {x?w0>#xwZfl:f߶OBYW&'0"x\ " iaF`%y, %ꇘ/,ѯFg:7ծobW%9I*kCQd6Cvw3vCEfGʹ^-{.9'@AX6BeөHfB%z-JJpZ+xћӋIy_A83$)Mm)ϲ4(*6+<Ĺ E_g$` o{ˢD *RhQż<g)Ep W9̣EUTqұ#:2WkWft7;/m֒a,/&KV bE ۊ°0Bq>3j׆Y|E.>O&re{w 8*p.m_txC/R . 1PyYw=nzi«QF3rٽ/܇ N4;}Uf3~?IDV3w U9>~uq&7"Tk͑&`ym6zXpCM4'%1Cj09png$]+E'\jxD"8ACNf;Sx%KsHb* yrb62|n)iK> ⹈+ e "q>#QC/ݸXS6F8~T DQK UL6ϐ8&*@HlI!Tϲ<3(m)j.jɀAZ#i NTM8}d4w]ז9mZf9nٕ0!xI>gop6hρbf)F^I 1$ŸO^q~QǷb ܵIW,+ka7c:#lK U.a\"cctYaҌh $e7@EJߔ?"ǒAs-cmAX\OQJ ??>)ƞEFS,i F;=}LagzbL~4/OU6iajT~A[%5D̩}VqD2R^NI;`* uPHŖQW7,>_4_%TbCRG, F n$:+RΓ#$ʣo[Ċa En7`j|DDqhh7TFNXdZJփŅ!>ŧU8hQ:7D֧Oy#q,G%uy%q0Vz+0.v@k`PfVCrjiQh1^rZD đ\$Pzn3TW&b\R5x~;bPƖ6˃9v>uss2p О^O\t js*gxcp_-KSU=1IgE$tDŽ^˪CpWᘉbg܃ уI|Šg̯NS),sR?iZkT X7{5 w§8B[)p2f" I"b񠣵 a#YC)1s\qָ ? Y G &`@6'P[Vs6iNHv$_<Dia'cp=ִ69{~ 6ވ0>uWT^] 4DE E~[!qpX#\^728 Y& 鎅򷐼_elWX<`r~{M3 Rov{N4,Aa^gh PAՋ_$;Xk8[org%>gԜ?@{6[ Il\MO̡-'/h$dۃpj!4GC\n턉Œ6sNo~ ,₆U\'y;GE6SG'r\8Z DGiw1SX)A!!F3gzHBr~}r~؏C |'Cnٽ/ T 2x"6X6_JۢG>W[Y; Jd5 @0${Db+7w.mI!?_;_F2K{׮A)jGlqLN{Hbx"[4/lL U g|wBPܷECVUa۽VkYW KBVjwjn3wC%GGQSҦח l-HyYfK6 mTI:BvSNeR|̗_a0թ`|7ȾlU-xzM#! 4 L>'&DA7V}d5 } H>tgg>HLWAg+wn(-Rtɳ~i##s:G""Hl{UBW[J'Nb<ċ=_,mD\`*_-{b4P{:h (1*>k=3S36te0_ P<ʈh,@'(FWtT&~nfq#[ĺ^jPMMb<~Mn)@q*TZ3oH,.I3K],PybCf'#y<:s 0~Hk鵰I*vRQɰvq)&`6-tNi2{#>g`MC O͘;Z".2,%!To1FCw]v80aY ×b @W`t3ci$sx1C١}A/]"it_mͯS!Q24 +,W7w&~Rș)V@">lJ}>6s*4?Kj M9so`T^V-WD`DG1f3A$V S܉91Ulg41^Vd^2)"IxWɇF.0N)n~k$bYUb+Q~#^YF m*Z]!?g}=La@݅aR> tA49&q>/ߠLְ.D`fԍS JltMrQaiAKo}XYoB+$C{p&qO(Q`G$zL̅}iqɗ]}B 75Q Tqiu EmM[<+f(xe'N]S^)SP*BF$V#Ӹ}9t2ؼ tdF㖒Lx(t1t/=G9ލ]^ .`֙1ٙ{)$V=7--.n*pg7/qQ[˞| x39G8".#$_qv Dt@uTkmTߠMLb0qu8<>A{{DE%g*8\E#c%oϞ]sUz_ՙ 3]5~Zŕ:|KSSK #ٕ#-P 51"D+C]2~/` 1ėJv͌qVK$F#Ki0UsY4~>o6U{zMMgШA7NMC5zIR#B5(FΟ\Xd>1KUjfT3 pPLՖpFs3WsPhk#Sk  X$@܁ֈ/r@ le~^/q,*CENDb-mFɱe X%q!5|4s urxLR U DD\V2X*,2 l֞ث0(w'-Nưiw70g x:i@W;dJً⡵[T4f!NEQ=idիB䇨R4D^ORo)NS\/?3:JC v}_Ś~pn1Lw?l(Zӄ=,mp+2hζzFYjR+DZŪ<0&v3**A8@HE}5ڇ+L ϱ dSm%^J0OO@4TN@סLҋ@믨7EꁰU+xQ|#(OfF{jv/Z3r|ތduQ̙NNCb-xe y2,a&~Vt0O*?zq+uZd/k$gg"yI}6]M6-x#}ꂿ:lmJHU@^GG@C }$qml#o;22 _E8S,R)bi! w$*ڸoA`a˵(17+΃Zż”Sg(jA* &9%Gng'p4^n6𶃓3o/|@UЇ'b0QE)lԇ v'$ ec_ye\)8ѩ[ K#JK0LlPT8p)$DT L+j'lAى+e PA-T"zݮ|PJY0`.{1^=WF2|(c2,Vk[}4Ԟl%%((^96^ qG]إIBh[{IRF$6_1 @8ODH_wIqn.ި kUGgܿ[)aTgjCu7-@Zĥk,Zzm ^wSrp{[|Z=LX@JǔtO:A|AL`X2U eY[(ClM~a> c$M0Ϗ|=6} Yl}k]$`{klힻEPZqW=08Ichh:?JtMb``aCamg0a|qU7wK27.r,z0mFf>r~4 R<p`N ow@[&%ǜ\ "ai8UNbHXf)([SjF^d2iZC4_2m: .-Yіg}7̌x:"jǟ2Cy$^[s*lӽMnWjhG;mg nۓ,bZQ9Eh=+ LQaU*/]!4Uŀ3_@Ordz Aum^?_+ R ve 'GwMn`ln5ǁ5@`l12&,Q(gj3pp=i%X)"ya5<6_֬1k8= Z}5p{`bSeڸձNn%o%(ZMVl r7IMwDaylSR</z[ҼݟE,hmLkR>,"TrllɭnKhD߿Vo*|h8[hR"31W$BnK:{|',q6#`BMrIMqo]7JK&jJ&.J*0!*u\A Ê6I>ikVݯ]Sr`E#p+m {D۠ɠ_>tܴ^ A>QpDbPHTaɓxx0}bjG~副s,XS+ω y%.-E8s^VPV/uCqgoozrl3>l U݁_X / 8`1EjSP+))).*/* n a .*ZfQfܭvoŴHh\=eFߖ|Ҕp@ Mu1 L ZJ 낂u70=]9ϗ~ hXC+XdByKPC3VuntGSݠh+11Iv(O[.y~%澅 buXz @ >hIr ?3-fi6E j.(}k%2 c[~#)۹tԛ$KR%& %uw7#@cWl5fU-$gsJE&gZ̨+lI*A){|L@LC 箲 ]5αn0K#8cN*RLz8 _< [)'2f*Ao XErQ(M`? Q2nV8peA' ? yw?ul] Kh~P~oU-ȇ G4]NN]fk)1^ȄmӍy*o{Gxb!`(:[_>Y gIF:RefWal5c<}=}DGx!vG*䶅F!|=XGBc)#Vjne003 ; ٭iNZ6_yF>!# #ΥdK%Z/w:#Y=Ή?C2&F@8k<u}34E{g(`6j/=0jQI=hc@W`OIjF1WŌVVn8ܡh&I=H3 Od= Q{&UJUk6A}+cd7,.ed>Jj4*^rNl3kmӗ.fK@Oaмѥ ElQ]$ IhzIj?=}~jl! >.KW/2UK- xW R䳎RY7GV(P #J!}DR:T7A9Lբy hB\7YK`#iJ0%_"7n=e7P:(Tܶ.\bJ>g\MjRzZ)q,p?0GD-Dw/Se;ȀPR˾v;D5Ĺq\u/fM]SG̨%_I9)K`F"~95rsQ^:%p^-&*Za;]rR%FMoy I8.kCR[kA3}: 4i*+V~.Y5(ˑόb<( IŸwW/e"*[?Nۂ_RZ.HB]2j.㝗{ jjyP,m2&}ZҜ9@u {6+9Ã4Hզ2Qx9??aWS旀(F{w|JDu;+Q5Yg di?S$͑U9}Cv=%n?7P:dZesz-x>ls%-IBݓVcI^ *r^G2Im+wflʬNU,)J hGxxLfǡrwo?qAQœ pc}5]LCA  *K]ryo, .'M c9oM01ur 8EK#ǀ%o<S)Io'qUcL'%YZGNӥ^hI|=g?~a=>ۣ"*)j> MW>0VGSP~aNEZ)RXu@-St H0<$_gD(yGZF\o-7LP6`qJٺ.z:Y/].A%Bq}'=Ghּ@:\fJUÏ;rwOJHĖE(>byd6 l~. f1q441Yܻ܄E8+bBg,%qf9!u6"&e>3yPtZ#X*Ii2˂Zl2K--$xhxXt}Wbii}UIc;@;2 ba^g~FRk8{3[OT؆Ы5F@m/hu3uWtGDƾjE3'WšJR4r|d}^-͖'J{bC|Y5nDZ9An*t͏ ?iR=bߕ-ahy)z<8l0e >X[-<\ e5lm|ݡв;΃[s!11nQK95Ć:($9vu)z.hbVӺl I}*9uEE(Dab =$Xp3"{vaE3222%c;2+4ka5L_AP骢ӝu&Cxgj$ӈ`Cx u=3(Q3qD@nz]hWx5td_[2 o0v~ïrW$15֓\|m*7^X㕌TZs˱HX!]{Phnzt|;Ӳ)תAaտ!q2\\OhWf12Fbi%TU>Y=~f% /&wм˕qXHc.dhnȓ Sb{+ȕ3<נL<^hlfLŘ+aXO7 2<_*xQFpb [/yrP=;j68^ؼ] yNkV$yn\{q{v%$`*.ݘVvݘYl$Rq>ټne.2u ߒ0KyAkc_{«>!pCT 2AHoqTHQgFUA6 )Cez<>(D ۘ1MʓL hp5]P/o0Qg?7{F`R&Ⱥ)Q6*EM:ےcŭ%HQ|[\r`CNԵsSD[F!Hɒo~=$Mh+ i݅j-f{HdĦs-YlOKJ#+o=}vS_7:dڦDGf1,2̫ XaFv@mZydNcLaJ z=QyiLۊ Uka¯>zN.1T颪rՋSOjvC.W'G/<~?L7nn6>0_mnBK_!>2&:SbB}4oQ!GQvtv9^xy \5 5b[}l9pT'$'Z_Ć߁mb/co{Qp9pՔS2v6qm(`e[}?6}n)e5]K͂dM]0aO4Hf7Jij-~bG P7f(z(FXt T EԦ Qq]R-3DeI\}YW`PA!D ']PS $?REr⇡oioɪ^}ާPLyNJ!l,{eWzNuU XQHD /$ 0ItMZ %>.n7NtudB|) x Ԩ5]B[E_1%{~7&s|78wJNլm?0]6#?1Խ埂Q9[zhC)2O]mHIRFB`/38NczZuaR|d31!s/b;c bFݽ .zvT- -Mm4Ti\5k:Gq_.H*u㴯Wmn; By>t@7ؓm6O;[<>[NAj&#Cn d)6;)SXwHU )@KŵV&fb>jİm8;J2b Qg`L]JY֐F5A_rL` 8W{X@\M]Дw[[{| f湴*7XA@>9PKy[.Ysy2C*%gU,5+fQG;,ك4EGb.;sE3ifTv!Č=<*ϱЩj}~jṬF4X-jښ۴*mr@[k2;ۂ;\:j<]ZirٛeF8f J37GkF{{[C%vpјh)7z^:FE n;aYk7K=ūp?%[7C;[!8enMD4nTB=1Ʈ3 94[0lXEh& 2TF6t8Q6 Z7dPa{N) @s,miT;MaQ@ `mV%f(BH;6A}֭,F41Q GW.UIbvvLnlbKL6&蹭cԇGfW*EР/jͩ)ti ^4R;sPmN""]Zc eWt}>:?5UaGNcC {&Ug܈l4vp.j{$^yaxTI_Cـ8!6Ը& zA>9$'soBQK !og@EOYA/G{O*Ü,s`He]œf+pPJ:&sZު*E8~Ύ @|*C?V&a%gm#9@͞' K(ȩzSp~1T~h(!#ey}x;KqCY V>9l ^56XU7dF͔ @{"fZuVx),|R\^%/ :Ԩ$<+(µsջQcb3@/AZ%^#Ԁ0Jdfrb@! j DtBotU7ruˤΜۈ@K'ݏBKoqTHF:tvIC*4E##gY<°F2Ƅs3j[=a%ܶfc(#/mnph]$}aQ`LC+9l ( (_Շ¯Ke~7\j23g,I<&u=z?~\ WQ7qRSc~X0B.D//H[{ewEb{}IXU}ZzLdUdsXFt, |=)uLa5[ W|xƓ4: iӛQ7?6GH_<<r9Je|MWT/)YD>;L 7MqeJͧ[ǐVe/vO~X& *)pW#5*o7Fv>XFOίbnX24%1 xk};zQ(6(O2M6S+KHXi/)SQm !1M7Dܾ;>˸*U̧Do,͢o*&02tsN(N eɸC'ÙwTuPUD-Tl!YYba`CƦ1A]L쭼-0Kwd) |a3}7ޑH Vʏޤt!V|@*$H-C|"Nx·l-Wp*oP鎟fGBxi_#m&:`I3 `9fuU;-la-;'`=:#f=-ϫ' ^ثwu %ExO2ن݆%qK$7zzDelZeOBLq0NzRu9;Q C>wعΜۏi Y6,?U!ƈb:GegfKʣKlns̅mXۖjJCl8sT_JnE*0YFo,yr ?x0=?;;V]w!V~ ߿AulLNb|1dt><*3ؓO^B&$K螵 ?U}m9:r_䝏aWCMgh'h0='sy[spRV:R" ipgMz-6ϙI|SE76z`uF60ӓވ!?讉K*gFRee} <:Aʓˮ3HY+h̓Uq(5rȯaMfu7pq3MT%U/YLUW.8^>]J)=C&IN솬)MCT.go2rkg'7&QbepC`|6mFuDjS,CΡ(&pv&(n}9O>8 =m956 ~T~:LgݷGfJ]1p 7p!;1^P0?,@y3JrY2l"X1cW@&ee*iÓ~ַ]0p֛wu#L`d1_"(bό0Jl|-n$kP Uq6GiҴlC2}`^r\*2 +2C{vE#J"D*mDeM{=;& bu7b)/պD}JK?!3}0 >FsިF;!/Qge9y%%-JyL A*j^Uޖ xz3vaT#:Z9`Է+:23?Uiuǚ)f)W tXCX"0(.ZHR'u4lYw-O`Fe[>욫!b@Mw^JT pr"x"f r+o#옔F$$&v>H(bC2r4]H?EgH++FѠ ՚d$Q}wm@qk`HrRI7`eB64%!Ky\ÿp "]Dxlm40EE̙̅1A.wP1 !0yyat) F3B]\vchz7X |ήAuL#@%苦?Gߡ4Ζ{+@D:L9{{1贓CÌX cA Y/5.ɞ4Tr33iJX-R\>d=\7IƉLe`*D8{ڕٙ+x>:w?aIpa7X ۻaR+#+QmɶM~g hG4KOnHJ8j lJE.H*~P!$n) ~#f !_Y\ # EՈ%UuȶA&͠!Vhg-е0(E@VQw?ِP&i"UNx= A}D9?-*&ť'7ri0 2-XBYl&Z&,*&Ltd9nNGJsiNDdeH.sMq)%X@*pǚ&YrUGo 5ݴ˫.QÄ?c ˇO}qQt5iٌU:s \ igOW-=LKdҸR-'.U1">N GVjWnZ5{5_rL;ds'I݂l-TLlq'AT{y*&[03ց: [KR=xvkmm+JI ~(GY]r `SZHF*M}R˖~WJIjpA.;"H_lm0]hxyj!!=FFa Ƣ Z^?uBkS{j3{˄ 7QuH&'Oɇ>Ze.o) )FTr@BmOv(G .ʗKZ=ܙ \9^9S| ^zP h%301D}c|M?$FֵVEh 4 |G`՜VJr~i\cu8- 0 fYduVѥ[SO鰈aʒ`&:Io (0n@˽0-$$0XֵyKO,LѹaV"E%zjD(UHNsPEY眓42R %zzBxF2܈0&ۧrQG~2蝢_zs79b:ϔ=v~QW.ŕqN7pNCO}vK^ UPG Zw&[ưg:: o3 QvܑqQe.ưۚ N&o| qң&@g<bkMšWiKN!ٔ~SODa_)yKbab|Mf{"ST:BkP(^oQ^C{ 3[)=oɴwd9l+$PK%w dd[@iBsӻ?RWzYmmAK Gcj@^UW@@s+\"$]L|(1a~!g:N6Zt| Hp3:r@g "Jx~|w9mru(TYw-Bd!]`V,=nݫV[ZG;ab=[⼄}XhE6y4":Q~xR0R ?ziW684Fg ly γv3uhJqCMF$SR!rwfN+D |?,!5~;5A(L"Y#(@6xNn\,'_Rl=q6h2f+ࠦ(84";UAѕ85 ӤkK_nUpptƙIߥߒ. i(sfcad4ӻ >j; d4(_`+ѥ_b @12q ! _iY^2,CM/ar>;OUёMQn˃r8 OK 3/>`m+rgсiy ׋)Ȭ; pR ]%$(]Fw)ì 84{Q w Z 6BC63:α EC9n6҄@7 4Ħ@ZLYioD3`_@$Q? 'hٓw&/9.C̢]E:LJG.Vqv',4s @Z+|~AMaÍ6Q5D90(a,;!CҧcCD;c^,ΠHeo :%ޢ@QGGb1e}4d^!.w}+y;NB; (>vX/ U„M~gW/RLvSwNGu7(ĺ뜘iB؀' Jo"{^q !`OD헁9Z;`qF2ctwu.7;v΅3:I ZᐞKG$cyO&Bf1+ߧH1:PZƵJ5kЉmtɴxve"&$8ɂW}zꏚ>{G`yҾGRUc|&ofs5l D$X/Mu * p&P zz6zl4dIw0OC|+o?&8i}[F7 &f..$>udiz7{WIEIEQ1L-o'6 "U1.7}NzU3!v ӟ*o_VV^gV$5{V2 5Q;IXOp8]KwJ\nqlb)vO׻?NO3Kww3meA{CEqL$O(Kej'W$b$Dj/lzPF΋8; W#K=R2r9t@U4cme!2 fbǹj7I}{ g\HrQ$pgWΔo\rSf`v&X+'lЯBIq8=Xz N  =\Jb%k֒,jti_pi_KCpD!;;!U<;Se87]aF˗SwP1:#tg/\p;*}Jf44;)SZNxpߚ eZru6giLVTI}av/&g2fh${.W)T9v:{wZ[C&?-Z Žvo~NV[*^*nZw.]q]𤹆 ( |@3{q^Uάe EXgbdDIMs̾WLJ63D 1E/PtbЙ|ﱪէdhہEڤ\ئոT[vD}hn>jxWʳKMH"i?/if"-s'"I,wYkVB"Paap C ?vY$|d1Z!숄ҷ&N;b>+O[%OLEbeΪzJ9 jf c{ 38VM=]΋+cF$xX8̴Č1慨&D8g \/5>a?6lf{bƽ֎`L`Pu2"{40ۆ>3UX8Ҩj`A:.JaOyd,`<^t4з&d,E& [)aܼ tCbaJ|V~Y+JR؍MeW!GU)QLjnoȮ(0 7{%Z+ (d1 0ݍ\0);"ۨ.R)ϟjyǀY!:;=hkd*FGɔ)@yDSNi,h`ƷI,-Chl@=)*-S 3M؁RJ2t9fÓ@_jG QFUK@:t@f5'3`g? yQQ(voe@r&]gVL P.f41NկӇP׫YLQ4`P1Ib)L.;aQM\~ __/^FL )LKxCTY~FFq/03d Y??it2oIB > ;?(CPp =L( @x|YՇ3!j緝^8lhwy y=:L`sHGBV>n am+e #r7-?Wa#8K ݌aRa<9F; Pk6:B|) ,7Atluґ$Bc[2Rlҵk-hoN/3o&=ӓDЪ޲N?" `>j眜S I Hӱ@C|6@,he L#w*R q[9|bRT=>#p肕rXJN=uUE]&Bv=qа $4U~Uۙ?@le{2#O y}'>E|*^ Ϛ%uTNH9,_Djiz?Wp 9Cy;n^-w1mN*B@dnhCS0>Rc<)Iy)NO+KOd?_.D=%Q>X$8acx-j;ѻ+jebCh6c'4pD8L-6Y'vb'zc?Y87;P įϊɂz&{Qw*QG?}n>u&bIeEc*svʗya$;2^hMmA}¹lō͆L0@g>N .qVn36b LF_X¸y#xΙA{̟VLʷ{]@@9y'p&2t**-CcJƟ]| W`1we˝D̮}\,@"um*g LŒ-Q@å8LJ[Ÿ\6rP#{ОĤGJl3\iAa*i(}#p6#è!gskva?G`j޻Sϔ㝽ަJC;6%cx{Ϲ~zfͣЗ-^dulAX,g+B>N3Te]G7j8;#f>MLr9 6*fTF%.dw ub?֚LqT@6w'rsGW< '矱D@d-y{pɡMTŸ'ٌ\ FH#ѱtMv9.S>ЉBj5 PN'K$7 8(QF2+%X~> Zc,QM^`VLT~pO8zrXV})^wrp" -d~q=a a [oyJn!XԋD[>Qu njh[TԤo~7:oT8=~\QH0I.TR!>Hج45LTub P2::rdic*cO r4H@%Ob/A7|њQ|;qMH߷i6a KvtݠdޘwmPXhwj)&l5F$(c9Yo1}EC^{-+_bٹFfkdnRğK^c{׼kqO:*ѵ QC/JWcɗuk2)߲MQf&;!X )v  [7:!ZA]+#ԉ眲;eHBR۟=/ [&X> ޚݠFqy~Or{/$;|YNUݖc  # =0:0*Eӟtb,l˞ Axp!",E漻U-aQ oŢ0\)ch]`.8b,!Ⱦu3v(S?~%`Hˏ„+$"Hb0 0/azb(*\u13Ȋ9`&!mp&Zz0<-i fя_.`D-0ųUz>-eϧެy&f;L}CxT &_:lx\J,cO ./cVAopα[J y-L[2,^Ƨ-}!1eunhCU g.>{~s b5!s4޷b u\nqeԼ#U+SeOsͮ /a]Bإ=ƟMh\hjalsȶ4Y]1?Xhatsԑ^P6GPkܱL<s-N#ߩsF`rDKM~@L*k{4XHha6נּWIx4ys(&jiݗ9jnS(05CdBh& P3!ʂH .9OQhbFU]2cqulL;6/DHu==&lH?yTgpY+`m !yg`|NHM@jq}cValVkM@ V#!r~eyڱ^/yVLoJ!F+?2; {:++e^Da~Bm9Uؠ鎲i8Aָ@CcyhhCxYY-V1'n'Lɢຣ9GBIBSªhz6 .ہĘ$Se:H n^q:@EFX[a7zߛ{CXxc] ?u+)7-aa1kkljI!BM p{XuT?і[(%)Sߤ*G: .Ȃ|w;Pß_)biUDŸ́1)/eb~tT+82G֦*Qwe40}Ze$ANH^ܻx јe oOt 1( ]Y 7`H~}- j )a~!&Нqȉ5JGq]US$]32z nOƩfN+G d `{+]cO'nR6oE2n`VBĞ8=υg!v=wxء8Bex` />Ǯ}z}ԿX9,ӂ= +cXUt}?D-a∜7ps:ֽnΝ>J)Sg{vc@ Zr&[ P2$pL CP沦*8}_@/ODuR~kgRa }s?NvIyW24%O OF6L&nlë4 Vb:)Bۣf@OȊK *@]nBm;8Fth 8a.UߞetlF}KzVqx%<n3 z{o!n=e{8%_mQ!v!, >Bb/v:gM7ceXKT{6#5gd`):A~93aD5 AD++dژn( Y(k.w6;Tm|̠yeȮpĸ˪[L=9N ^, \g͙}rV/S9~@^"dh}P KJp*^P yJJQ%܈y3f_ Tэ[.7ېhyR[Ƹ],G"+g#==P ~B |A.e=#tD-m_1؝` rw rsCڟfsLgBEen10A1pR6ʒD.A-[j.ZI.ѐijOMA<=uhɻ(@HY@V֗7(9}`"Tx ǎ$?AE/*C PyuwoŜPjoPfT-ӧ]}R1/\8;1,POXB:˨ b ,,.i UcxZfN o P#9Vy}S|Ϯ{Q>`(O`eH qP@?oֿC`6,jITV>iDA]io!W,>)rc1^B S%nv<Hwx4D-G$]J sReT3}{6|̓Hal^EҐheYP;BgnSֲqǩ}uO7qI gpS kUv("9}hnP}T5ʊj3*5OF$c0h>ϼ\[% 3hbhp:HT^f2ҢLBI X‡ 0RR0DYYˉ4{fʇnyx8匂ϐ+Y_Vz~6,#PsW#׵+|;޹2#>(Z[8q"u:9ej}6NǷ rNSdઠRktoY~w#[e"wZI*mf[J COTx_o 7%xU>\](vQ~d?J=E:8V}o 'k='cjՅ:ԱbyjlXWۅy0^M7RKGZAmHjv i R\÷=H-ړ-S˕< xd$i?a(y"1@L΃b5lY"OBAs%}&-RlTݑLu,B!I  C}rƆ3°.ʜP}HVDEh翏6\л]`d ;k>Zz:xB{( 8ߚ2fft qmVinm\v:'X@xo/ %KBр-*~2 Ɍ] .L>(x/$Ny.Qs+Z9^=zV&er*¹蘭MB*Z};uR@|>M1^CX, /*~mgD6oet0%kǒᨆHGّR%o4_}#"nWA]HG_" ~xWmb\((A߄,FA>OFopp;) }_qӁt*0{\-]RMa@4r܀Qb+[Lx]](#T=<勅u}DL4DX{ӃRT&G\/ܪ9RHNA9 Yᮖ}9v,i؛)-%65͔ձv <]C-Ṅ?6Fy-WRӞ-/D3^Rldr%e>nY'ؘχaD \8$Z52u.=Ôw7 &/=:.P> `Av.]aO ?eFE4ΠpInJgW[t5Sxz:DՁ/K&r=$x2p`-֪'Xp#Nо$꘱ Z0ԅ[dήBōwursvrJ 5®9,=0 Y$g"X캃Ag||#߆]LֽwM?Ÿ7b4*xNE\C]荴4{d5ƹuIKd?zR>ʽv|ޑszsi&'(gY!~s1e<8&fAR3rjR#M&5eiDXLO[ 84X\PjK:^^3~מCv$0߯kQjTd2c52MP^=x1kǕLFm㋋n8[~C(kZ(*1ZFdqVZZq)7\aȍ'gwc*=׽ %a<{OQDZ&R;me^"\ Li$tlڱjrQx:7 9+Ü~/g[Z5i@u7peUpUF;/5SRO.^ Th&w?20jWrAҿcq} pPo%9fHٮ'GD Rn[ǖ_R"1RwyʢaŮFؽhFz_^TYdGXjsUeN+.T2߈NͿ.V:L`Woh;[(b K]]}~= y`e% W8eT3tRdLѥ8UȬӢh-!9KV)hL+1s#>2iM6xxgbhs+'p]j'UbZ0^@Skmo<;9qqZ/h|us-Whf,54& ^ez7{a! |#u h3k]R@?$t 0y>K׮ȃ45 JAƙO!y[DH(rgK(JճI̥l Oi6iwPV rX}յ=8g};y·,hpΤGo+YNGa(@)$]Hb0#mYp<)D6ܓƨ7y1KZ[Mq,+͉I 1>3Ft)M]dgr"#c󨲿&zZGPzM"u]L(?GIi9LB^h\jKIc؛[+uRʿQI2kc2M tM4ZoDtݩZ-Q#>°`#0։eT$6-K^w!68q ShVqg Qjsr`d;b-)#ʁ3PAq[6f!&1KL%BFfL;jn ߇'d= 1v([=}/wֶ0 nu h>m@)#\bj\' ۉ2Q ǯbm%,Cbw#$C6''dݓ)ՠԂ3+(KP@Ch[\WO3Up{hg(@n9guKiBnU `~얋Wvbs^ӭӇб󟁺u{z4nk4=w?}3z}7~FKu}ݼ" |ؐ5+2֘ޣrk)D=fKd_=a;]i-ٶHimjefIM5VDV +EnW! a&cɆi?'+Z AtzxToRwU VaZr%aK.R1 *+l2B8Tz(6~D<}wQ#}z|GCMN~D3]K~ʫ OyFG:6G:~ذ8l^=|^z,O'̽^FV.U롉12zM=GXMja]o7 ti]5`.ZsYȷpVj1×~I'lի&(cį(”%?gFd(3 I NdL_he˹4bIf3 -6*"\]T8 ŗ}NꩇYI8ݜ [ ,TeW,QwcQPO/x13!0"0iM;XU<ZoЩ? "j7#CY<4{ ߆7D.eu1)^+wr*+bُ{',C8H7jGVX8xçpQF?l|'-jE !#;ޯ{BCu6֊#zEKA9fcqq)^FW@>G3 nP)ѮbLl'쉉3I7z"RZē^&OvϹ鳐9҉+hz{m9whۗ+80H6O"Tׂٰ`FQF#7g{!Qu7o8ɤX ɸ*"5{Q#s;+ŀm3tENadrRqR$k'𱻥v2hv$#d`1=*D\;ؓC}seZȘ`Opz`'ڻgOL:loCnOhѺf)ys HKR. -V]`ا8_DRi_髍#{s:7n7QwRCF7eP^f'ң [r`HC{|b:.((\ lXrlv@puaR5pF!(v`h 7pTKc50i@7p 3*W* <HDH.6+]:ڷ UoT=mRcL8ۮ$'Ȓ*Ri&j&34AĔY1zr5˽asl`ofm$Y]zlh9Jϡ"71oWoyW_wF`/2*44})%V<7>e#CWňE[@r2sC4iŷJAٳFVod>n?(GI.A3g,bSyNFI …ɿTw+/~I Av X@GP)"͙I{pGi+%*/ ؕ4/J&[=9|HPwQ'j-|˻q9X$' itket@Ub^=RwuC(M*k&Ph+] fh~Ӱ&yХ5fLYҩ6]c{Ju wܩ%+ًiXw.nukuNRȇi3o p 0~v YZ