gambas3-gb-form-stock-3.14.3-bp153.1.25 >  A `C!M@eeeqhwOKQ35^v#L2xCE  1I0\6ͥuU; NVϟ6Ȋi’gƍ:9]"=%`P"[1 $1/euoہkP[ǽTT _2;DlIZe$K ],{/& 'J2H2ڱ0Bv¡HQ0p>X,?Xd * H&7 Qg     (8p(G8P*9*:*FU%GU<HULIU\XU`YUh\U]U^UbVcVdW+eW0fW3lW5uWHvWXwWxWyWzWWWWXCgambas3-gb-form-stock3.14.3bp153.1.25Stock icon support for GambasThis class is used for returning predefined icons. You should not have to use this class directly to get these icons. Use the Picture class as an array instead.`CPs390zp24@SUSE Linux Enterprise 15 SP3openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgDevelopment/Tools/IDEhttp://gambas.sourceforge.net/linuxs390x?~t큤`C>`C>`CH`CHed2b962a4b27d552eb74cd8bd7f4632658159c39a661f838ef34f8868333729de4203367c5ec5fd1950915c29f8be32146b2e517df5328cb7e6088322b317a704964ac08dc6b9008dccb781b9bb384fd0d28bd9fb744abc6ce2f9d814ac6ebd31f377b495518706f43c2d3e545b29c09aba52a7ab12250832ce746fa8c279411rootrootrootrootrootrootrootrootgambas3-3.14.3-bp153.1.25.src.rpmgambas3-gb-form-stockgambas3-gb-form-stock(s390-64)@    /usr/bin/envgambas3-gb-formgambas3-runtimerpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.14.33.14.33.0.4-14.6.0-14.0-15.2-14.14.1^^oj@^W@^(9@^%@]{@]\,@\@\~d\`@\X)@[@[}P@[dC[b@Z3@ZZ.s@Z-!Z+@Z)-@YYYoIY3@X@X@XXWWM|W@MVm@VV}/VC-V4@V/g@U\w@T@T@Carsten Ziepke Max Lin Bjørn Lie Bjørn Lie Bjørn Lie Alexei Podvalsky Alexei Podvalsky Alexei Podvalsky Christophe Giboudeaux olaf@aepfle.deJan Engelhardt Alexei Podvalsky Lars Vogdt avvissu@yandex.byavvissu@yandex.byavvissu@yandex.bympluskal@suse.comlars@linux-schulserver.deavvissu@yandex.byavvissu@yandex.byavvissu@yandex.bydimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgavvissu@yandex.byavvissu@yandex.byavvissu@yandex.byavvissu@yandex.byjengelh@inai.deavvissu@yandex.byavvissu@yandex.byavvissu@yandex.byaloisio@gmx.comavvissu@yandex.ruavvissu@yandex.ruavvissu@yandex.ruavvissu@yandex.ruavvissu@yandex.ruavvissu@yandex.rulars@linux-schulserver.delars@linux-schulserver.delars@linux-schulserver.de- Added gambas3-3.14.3-fix_build_with_poppler-0.88.patch. This patch fixes the build problems with newer poppler version. poppler 0.85: https://gitlab.com/gambas/gambas/commit/6a16e02e poppler 0.86: https://gitlab.com/gambas/gambas/commit/bdb58016- BuildRequires postgresql-server-devel on Leap >= 15.2- Replace pkgconfig(gmime-2.6) with pkgconfig(gmime-3.0) BuildRequires.- Update to version 3.14.3: * Fix compilation with poppler >= 0.83. - Changes from version 3.14.2: * This release mainly includes a fix of the Message class that disturbs a lot of people. * INTERPRETER: Fix Find() method on Float, Single, and Long arrays. * GB.DB.POSTGRESQL: Compile with PostgreSQL 12. * GB.GUI.BASE: Message: The ENTER key now selects the button having the focus, not the default one, so that message boxes behave the same with GTK+ and Qt.- Drop pkgconfig(ORBit-2.0) BuildRequires: No longer needed, nor used.- Update to 3.14.1: * Fix exponent sign printed twice in float to string conversion. * Some fixes in Drag & drop frame management. * Prevent possible flickering of drag & drop frame. * Form editor: Draw the control frame as soon as the Drag event is raised, to try to workaround a dnd bug. * Fix drag & drop frame management. * Update project configuration files. * Redraw the 'menu' and 'new-dir' icon. * Fix mouse wheel zoom and paper size refresh. * DocumentView: Some little design changes. * Paint.TextHeight is a new property that returns the height of one line of text, and Paint.FontScale is now "transparent". * Fix highlighting of long lines and comments. * Remove a useless global variable. * Message boxes now correctly handle multi-line text in buttons. * Apply Paint.FontScale only when Paint.Font is assigned. Not when one of the Paint.Font properties changes. * Merge branch 'master' into 'master' * [GB.QT5] BUG: Workaround "Setting a QCompleter on non-editable QComboBox is not allowed" message * Do not imbricate focus events. * Do JIT compilation after class loading. Otherwise the JIT compiler may want to load the class that triggers the compilation again. * Windows whose Utility property is set now use '_NET_WM_WINDOW_TYPE_DIALOG' instead of '_NET_WM_WINDOW_TYPE_DIALOG'. * Correctly generate metadata file for events so that there is no spurious ByRef arguments anymore. * Forgot to commit common header files. * System.Trace is a new property that toggles the dump of the position of each executed line. * Project property dialog: Fix deletion in argument list when pressing Backspace. * Disable qt4 webkit component. * Floating-point number to string conversion is now 1.7 times faster. * Add a '-t' option that dumps to the standard error the position of each executed line of code. * Update Gambas 16 px size font. Make it less round and fix many characters. * Fix support of read-only arrays.- Update to 3.14.0: * Add dark theme versions of component chooser icons (checked, partially checked, locked). * Fix XmlExplorer constructor declaration. * Handle the new error hook. * Don't leak control reference when raising an error from a click event handler. * Uncatched errors raised from an event handler can be ignored now. * Update Gambas 16 fonts. * Always specify the direction of input method arguments in introspection, otherwise the 'qdbusviewer' tool does not work. * Add a bookmark on the current project in all directory and file choosers. * Bookmarks is a new static class that allows to define global bookmarks for all FileChooser and DirChooser controls. * Fix again the management of the new new PROPERTY... * Take column in compiler warning messages into account. * Fix again some crash when using the new PROPERTY * Fix crash when using the new PROPERTY ... * Error.Clear() now clears the error flag returned by the ERROR function. * Remove a debugging message. * Take newlines, tabs, and backticks into account when analyzing a table schema. * Fix the declaration of static properties using USE. * Automatic completion: Don't crash when displaying the signature of '_new'. * Fix menu proxy management that could crash combo-box popups. * Add a bold version of the 16 pt Gambas font. * Fix some memory leaks in font management. * [GB.DB] NEW: Add a driver API that handles debugging messages. NEW: Print the current date/time before any debugging message. * Add a 16 point size version of the medium Gambas font. * Menu editor: Double-clicking on a menu entry now automatically closes the menu editor to open the Click event handler of that menu. * Update component version. * Component version is now taken from the VERSION file. * Some minus signs reformatting. * Project tree: 'Open in folder' menu entry is now visible on file items, not just directories. * ...- Update to 3.13.0: * [GP.MAP] BUG: Small bug fixes. * Fix Url$() escaping characters. * Code editor: The method popup font is sized according to the number of methods to display. * Some unary operator syntax rewrite in source code. * Fix the JIT compiler: '_init' method, Lock instruction, Object datatype, and DO / REPEAT loops at the beginning of a function now work correctly. * Update es.po * Compile with GStreamer < 1.16. * Speed is a new property that allows to define the media playing speed. A negative speed moves backward. * Support for playing speed rate and step-by-step forward. * Update readme files. * Option dialog: Fix spacing of some options in 'Project' tab. * Changes in testing code. * TerminalView: the minimal screen height is now 2 lines. * NEW: Run Gambas tests last. * Fix case typo in source code. * Correctly normalize SQLite session file names. * Fix typo in a source file that is not yet used. * Cosmetic changes in debugger code. * Fix Array.Shuffle() on String, Long and Object arrays. * Array.Shuffle() is a new method that randomly shuffles an array using Fisher–Yates algorithm. * ASSERT ... PRINT or ERROR allows to use PRINT or ERROR to print a message when the assertion fails.- Add the missing dependencies for Tumbleweed.- Version 3.12 has a hard buildrequirement for pkgconfig(ncurses) This requirement is only available in 13.2 and later. Disable the ncurses subpkg and swallow pkgs from previous versions - Switch to autosetup, do not touch sources in prep - Package metainfo directory to fix build- Trim future goals.- Update to 3.12.2: * Fix UdpSocket class declaration. * UdpSocket: Host is a new property that allows to define the IP address the UDP socket will be bounded to. * Make the "./" path equivalent to "." as before, and not a prefix for a component with a null name. * Take care of components that modifiy the 'environ' variable. Using 'gb.httpd' does not crash anymore. * Fix Debug instruction and support for the new Assert instruction. * Really fix the loop optimization. * Fix loop optimization that didn't work on loops calling themselves recursively. * Fix badly committed files. * Font[] now assumes a default size of 10 points, so that you don't have to specify the font size when creating the Font object. * TerminalView: Implement "ESC b" sequence. * Support for 'tcc' compiler. * Do not propagate mouse wheel events of ComboBox, TextArea, Slider and ScrollBar, as in Qt components. * Project property dialog: Use custom icons for component tab check boxes, because some style cannot draw them correctly. * Introduce RssDate for date+timezone handling * RssGuid: do not set IsPermaLink by default when parsing * Depend on gb.util for RFC822 date conversions * Switch version to 3.12.1. * Merge branch 'stable' of gitlab.com:gambas/gambas into stable * Merge branch 'master' into stable * Update some test forms and version numbers. - Update gambas3-3.10.0-llvm.patch > gambas3-3.12.2-llvm.patch- update to 3.11.4: This release includes the backports of fixes made in the development version since 3.11.3. The main fixes are: * The thousand separators management has been fixed. * The CHMOD instruction has been fixed. * The sqlite session management has been fixed in the gb.web component. * gb.mime is now compatible with the 3.0 version of the libgmime library. See the ChangeLog for the other ones. - removed gambas3-3.11.3-pkgconfig-sdl2.patch- Fix packaging with qt4- Switch to gitlab- Update tp 3.11.3: * The compilation of gb.pdf with different versions of the randomly changing poppler library. * Some bugs in the gb.xml and gb.xml.html components. * A few other bugs. - Change in 3.11.2: * This release disables link time optimization by default, and allows Gambas to compile with older versions of Qt and GTK+ - Change in 3.11.1: * This release fixes the compilation with older version of gcc that do not support link time optimization - Change in 3.11.0: * Besides tons of bug fixes, here is the main enhancements since the last version * More info: http://gambaswiki.org/wiki/doc/release/3.11.3?nh - Add gambas3-3.11.3-pkgconfig-sdl2.patch - Drop gambas3-adapt-to-poppler-058.patch (fixed) - Drop gambas3-3.10.0-disable-qt4.patch (fixed) - Add the control directory to runtime- Drop sqlite2 support as it is being obsoleted- use %license macro - use spdx 3.0 license string- Fix build on Factory (add pkgconfig({ice,sm}))- Rebase bconds - Add gb-openal package - [Fixed] E: summary-not-capitalized - Update description for: gb-args, gb-option, gb-xml-rpc - Spec file cleanup- Build with the --disable-qt4 option on Factory - Add gambas3-3.10.0-disable-qt4.patch (bnc#1072031) - Drop gambas3-gb-chart (only qt4 version) - Add pkgconfig(poppler-qt{4,5})- Escape the usage of %{VERSION} when calling out to rpm. RPM 4.14 has %{VERSION} defined as 'the main packages version'.- Add gambas3-adapt-to-poppler-058.patch: Adapt to poppler 0.58 api changes. - Drop obsolete and unused pkgconfig(webkit-1.0) BuildRequires.- Pull in tarball from upstream again to please Factory source checker bots, as a new tarball with same version was uploaded- Update to 3.10.0: * see: http://gambaswiki.org/wiki/doc/release/3.10.0 - Add component gambas3-gb-term - Drop gambas3-3.9.2-gcc7.patch - Rename and rebase gambas3-3.9.2-llvm.patch to gambas3-3.10.0-llvm.patch - Spec file cleanup- Build with gcc7 (gambas3-3.9.2-gcc7.patch)- Fix conflict with shared-mime-info- Add gambas3-rpmlintrc in spec file- Update descriptions - Fix a wrong {with qt4} to be {with qt5}- Update to 3.9.2: * Release includes various bugfixes * See more info: http://gambaswiki.org/wiki/doc/release/3.9.2?nh - Update patch: * gambas3-3.8.3-llvm.patch -> gambas3-3.9.2-llvm.patch- Update to 3.9.1: * Release includes various bugfixes * See more info: http://gambaswiki.org/wiki/doc/release/3.9.1?nh - Change in 3.9.0: * A new component gb.web.form and gb.form.terminal * A new IDE output console based on the previous component * A new and better project argument list interface * Project creation is now based on project templates * The Expression class is now inheritable and allows to customize the interpreter evaluator. * FileView and DirView controls automatically refresh themselves if your project uses the gb.inotify component * TextEditor now can display thin vertical lines to emphasize indentation * Menu can have a proxy, i.e. pop up the children of another menu * Paint.StretchImage() is a new method that scales an image to fit a rectangle, keeping the image proportions * gb.net.smtp component support PLAIN and CRAM-MD5 authentication * See more info: http://gambaswiki.org/wiki/doc/release/3.9.0?nh - Use default Qt5 on openSUSE > 13.2- Recheck the required dependencies- Fixed Tumbleweed build- Add Requires: gb-{markdown,util}- Fix: Installation of Gambas [bnc#969744]- Update to 3.8.4: * Release includes various bugfixes * No crash anymore when running the IDE through a terminal server. * Support for time-only values on recent PostgreSQL databases. * Support for PLAIN and CRAM-MD5 authentications in gb.net.smtp. * See more info: http://gambaswiki.org/wiki/doc/release/3.8.4?nh- Update to 3.8.3: * Source files can now be dragged & dropped in the IDE project tree. * Project directories are now movable. * Support for line cap style, line join style and fill rule in the IDE image editor. * Array accessors are faster. * See more info: http://gambaswiki.org/wiki/doc/release/3.8.3?nh - Build with llvm on openSUSE <= 13.2 (gambas3-3.8.3-llvm.patch) - Clean up functions for configuration gambas3 - Add a new package for openSUSE <= 13.2: gb-jit - Remove files: gambas3-Fedora_16.spec, gambas3.png- Add a new package: gb-libxml - Don't use fdupes: symbolic links can be empty- Update to 3.8.2: * Support for dark themes. * New logo, project, mime types and control icons based on the breeze theme look. * Project creation is now based on customizable project templates. * Logical set operations on selections in the image editor. * Relative paths now can refer to files located in the main project, in the current component, or in components crossed by stacked function calls. * The ODBC component is usable now. * Includes all bugs fixes since the release of 3.8.1 * See more info: http://gambaswiki.org/wiki/doc/release/3.8.2?nh - Change in 3.8.1: * This release includes all bugs fixes and little changes made since the release of Gambas 3.8.0. * See more info: http://gambaswiki.org/wiki/doc/release/3.8.1?nh - Change in 3.8.0: * The text editor has been entirely rewritten in Gambas. It is located in a new component named gb.form.editor. * Support for QT5. The new gb.qt5, gb.qt5.opengl and gb.qt5.webkit components have the same interface as the QT4 components. * Automatic support for KDE & Unity tray icon DBus protocols. * Important fixed in UTF-8 string handling. * Searching inside native arrays is faster. * The SQLite3 driver has been rewritten and is faster now. * And of course tons of bug fixes... * See more info: http://gambaswiki.org/wiki/doc/release/3.8.0?nh - Use pkgconfig(foo) style - Use %{version} macro: its use is highly recommended - Update Requires in gb-image-imlib and gb-sdl - Fix build with v4l support - Do not compile in DATE and TIME - Build with Qt5 on openSUSE > 13.2 - Del old functions for configuration gambas3 - Add a svg icon instead of png: use %icon_theme_cache_post(un) - Use %mime_database_post(un) and %desktop_database_post(un) - Add a new packages: gb-gmp, gb-form-editor, gb-media - Spec file cleanup- update to 3.7.1: [General] * A new software repository made with Gambas for Gambas. It allows to publish and install Gambas softwares. All Gambas examples will be stored there now. [Development environment] * Projects can be published to a "farm server", and installed from there. * The database editor now automatically store the description of the database into a template file that can be used at runtime to initialize a new database. * The text editor now can handle Unix, Windows and Mac end-of-lines characters. [Interpreter & compiler] * Array accessors are now faster. * Two new functions for encoding URLs: Url$ and FromUrl$. * The child process interface has been fixed and optimized. * The USE instruction of Gambas scripts is now part of the language. [Components] * gb.db got new methods to create databases from templates generated by the IDE. * gb.db.mysql is now faster, as metadata requests are now cached. * gb.db.sqlite3 now supports common table expressions introduced in SQLite 3.8.3. * ListEditor is a new control that allows to edit and reorder the contents of a ListBox. * Completion is a new class that helps implementing automatic completion. * FileCompletion is a new class that implements file automatic completion. * DocumentView is a new control that allows to implement a viewer of any document. * ColorPalette is a new control that allows to select a color among a predefined list of colors. * MessageView is a new control that implements an embedded notification panel that is automatically hidden and shown if there is a message to display. * Keyboard management and input method nightmare have been fixed in gb.gtk and gb.gtk3. * The Border class is now creatable and allows to paint complex css-like border where you want. * HttpForm is a new class to help submit forms to HTTP servers. * /wiki/comp/gb.report2 is a new and better implementation of the reporting component. * gb.scanner is a new component based on SANE to help dealing with scanners. * The same Settings can now be shared by several running applications. * gb.util is a new component written in Gambas that provides utility functions to the interpreter. * gb.util.web is a new component written in Gambas that provides utility functions to web applications. - spec file cleanup - removed example sub-package- update to 3.6.2: [DEVELOPMENT ENVIRONMENT] * BUG: Control properties containing a database table name can be modified again. [GB.DATA] * BUG: Don't use forward typedefs as some compilers don't seem to understand them. * BUG: Silence false positive compiler warnings. [GB.DB.MYSQL] * BUG: Try to reconnect to a lost database server when listing existing databases and the fields of a table. [GB.FORM] * NEW: The SliderBox is now in the same change group as Slider. [GB.GTK] * BUG: Fix an uninitialized variable. * BUG: Fix warning with Slider or SpinBox when setting a minimum value equal to the maximum value, or the contrary. [GB.GTK3] * BUG: Fix an uninitialized variable. * BUG: Fix warning with Slider or SpinBox when setting a minimum value equal to the maximum value, or the contrary. * BUG: Paint.Reset() now works as expected on non-cached DrawingArea. [GB.GUI.AREA] * BUG: TreeView renaming works now if the renamed item is not visible. [GB.MEDIA.FORM] * BUG: MediaView: The Control property has been renamed as ShowControl. [GB.QT4] * BUG: The Menu.Checked property now returns the correct value for non-radio menu items. * BUG: TextBox: Workaround a Qt4 weird behaviour that sometimes lose the selection. Same workaround for editable ComboBox. * BUG: Fix a compilation warning.- update to 3.6.1: This new release fixes more than 459 bugs, adds 465 new features and 22 optimizations. Some of the main changes are: * A new open project dialog in the IDE. * Support for session management. * Offline help automatically downloaded from the wiki. * Single-file mode for the IDE. * Support for transparent windows. * Shadowed text drawing routines. * New controls: Spinner, SwitchButton, DirBox, FontBox. * gb.gtk3 is a new GUI component based on GTK+ 3. * gb.inotify is a new component to monitor filesystem events with Linux inotify interface. * gb.markdown is a new component that implements the Gambas Markdown syntax. * The gb.net.smtp component has been entirely rewritten in Gambas and fixed. - added sub-packages: + gb-inotify + gb-gtk3 + gb-markdown - adapted file list for latest changes and fixess390zp24 16150428963.14.3-bp153.1.253.14.3-bp153.1.25gb.form.stock.componentgb.form.stock.gambasgb.form.stock.infogb.form.stock.list/usr/lib64/gambas3//usr/share/gambas3/info/-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/16d71cdb2c2268522ed18e1856b28966-gambas3cpioxz5s390x-suse-linuxASCII texta /usr/bin/env gbr3 script executable (binary data)Rt)n"r喜|Vutf-8339fba8deb6667b6efa5d2b364b554fd296e64d4bb256ed4116938a161559583? 7zXZ !t/၈] crv(vX0a煌>Œ#fl`bsrG/ON0@%7v* !!nmn)>h;<)r9baF-鸚VGhIԔn}Ϸq,CwGr Q-=)>ou!%I?;+^VO5 #НX#%G>ނctWئK_Cɉ|#aҎcV?BRPjn( ֩睴4j)oUZfӤs-\D6KT&~6FVh3=?\ "=_<[@2>MoFU6C7r~6y,L{>Ĝ3e5$Α[oPx?Sk^8n#29 Gg~e 0z- o(BT:pll♼:HGhLk (j(Y{ +A+G1eZO0ڣ m o~֧kMVP0iלTꐒ,W gS3d_lӫsM[e##~XkAV;VՆI-is7P%rwdUGӶ5$ )oXsJ66`UE\sNr+U'AfKMM7h=R?5ٻ=;o*^ɌxmXH6Y|JCyw- {/B Y.u=ͳEMh4}K(?iZi4 L!dH@HZmn_3hZ-ɏp6O2LJ (faL{cUIϮ9H~ǎ(|_Uz`YZ,{1T]ba*9wgڠ ,V'uLB PD6huخ<&t ]+B ~zӼ)ⳠH qVh D ^}$axaߜ~viQZ +d`*f ,ȰS@OR{7m}^QD`*⭇ kC70y&Łn"-M"Z.¤a[:p"m`.ܚSP~R ONq+)wn/Dt4J!u>w+n oqZ`"CZ4-SP#ȈXҟ:D2øM[J \=QFҹ *ۡn66m rV7ߢ_ ̷Xm`To=M#_FH!RriN^&N uL%Xd>Uxt.R4n0[vwF ȸMq{|T|K,kmtjkB!ܟ:gj\?Q3߼q'"b0+ ٜ!g!Xz $Tlۗ1k| 1.EuXM~z`84%'O;OZܽ|6jY,([@m|Tz9p6.9U灩fZCY$x)@HwKpܞ%Fhi`g{%`e@dS"Ԭ74 _CN( WWZ>9kC'?ѳ0jG<.YCd,o'Hp-Y$h~~;ayyWuBn3ڞY#j{ił*8m()U`+aϩPO,Y:=DNY"Vh| UeHJ)SӀg_FSLNm}ۈԕ0n_L?}I$fR|lޔDjcKwc(Ǩ "sI6`1;ͨ/!.v ʪ} cktItUB xYނblfT3Vq5f8A,3ٺk-K>Fb~ҭbA5VM^)v='5XgAQ_o~F żVD̴n5!ƔYVkB~SZB@O(, ڧ̎JAQ)\-A!W%'% 5}H4D5R^'_ol+2IKXDR˫IZ#LtB8F<w)iFM>=GRQಌ| gGOUL7CB%XX7#Dױ3H"O7VMvJDgB3x:BTMmId7%sr=;C /zdS-i'hu+ Gkd:<[;-Y~S8zk Ȣouk!}h9#OO  ׆Ψ-G "p\d&]0 ɋ+eL4^lN HGa{nq{) K,ֈ W/tDҷ^*Ɋ>wo^ޙ:[Џi 3@3mG.x6P,V5C>JF@4}#n&YoފЅ Hk f]m8pnrrozi, L'U_ H +mip_/*!KOmL -uP&}|;)^ag RCG4lyU>:⎔XQCVWUZ?Y3Y~&6[}}X^rV~\`4°Q 40&<ɋl{F3 '%vZȸY\)&e"&0][U`* @2,]2DM(z~2G,:+zO@٨LC1/#T>ȱ[u!X6MV}O=C> +TR&ŠMZz_]rIDm_iaP#eG"@z3A)%dF dt}[/8?LfLR_7L\aM]Q.pWiYʶbi57!dPGM>k:Xk9w@bt,2*'W@ @K90'kn}+ͼK7^D̳+̑M-B)A0޵SP]h/7TʿӒ+KDpF l8eR!.r1D8DVZ#X-.j&cm@ 8xMM{F15uWjZ[N嘞eZY2@gXRm1kzį5un2{wO)l&$|S;f_ᯢS}^(=$t AeLv9 W-sD3zPn/]6 Qj_X*Ll*ǺBXJ&1eU^zhLcLj=e #f`-oy#aC+ KORy39НWҽZz#kvʗoc1C۲2wgLVEPIKamW5@4$vIB_zz@V@ %Vր+.+*߶m,I4$xQ+5yV uM$ OG~W<FTcz<3WUpA\ !+IQXufyvF/Vk ujS /JlzgyAf#Yd9mΚӹlT$ :냏kޯ774jŒ+'g!{>h/r_F1j"AYFUߋ[++S쌾G)[6'Ҵ/)R2?~Om^XZV`Z,ɯzID #%2iQj1l6\n_7" &Kf>u]%4upD@kPTo) ) rӪi bGwB[o̘żF\_79|5(syC@pCĴòD,o4wg0ǎ=S?wk&}m߿>yT\L}uBpD fl$~6B6ɼF܃.dsk8Kq};EK\tGX_(WCܯSgՋg(\hV>,qG橯tI}Zϧ' {59g، CX (ACO.EI>IaCZ:> y@Ejd0aغܬQq"+&xeB蟍iuKL Ԣ߯X1$S O?2kBͤLqb7Yͪҵl>>֦ESZ1q׫`In}4O0,a/ R!e 6:IT!S\3?J(f)f=^SY!E+>Zq/|Î6"u9L#A 6v ψgO8$q 0]Q!iK̑[#J6\L!J?Fcj2/] r5|1)`N.:XG`csX[cOϺ K׹ABhvJ֘#L:-oV%L.3GIJ7/dHj2}&%["''k!aDӣ*$B {aqBKm ~rڃѹ.hkLwreP7SB9C2~ړB\7AJ< @ $/xE۾[QQNjyuQz@6^(I]{6l/G!TΨӅ z>>ZC50G :CLYM^h[b(0Q]I#q9ui &/A0HviʅIOFΞ)\0X}`0(; 9-b c!.!Lz:0ً"tcg eaX !yc3dd zC^N*`?9ĪK^-Jf,?7i p}H5=! Y^ɨXui-dR91T[ANQJ+oUJ:-E.)K1+ߦY;;0pYD/]fܫ!ڌ4R?kT}*z/UR0c35A@1܊l4I<1TRVO)CHh3}i?[6C6Bssyر<6N|+2V"ln%Gì- ?-[as`=G6wlQ_.X M8VOm))N7=Д~Ȫkkbj`N4uԀÜhab;̧r%Old^::jm_yewV\C]MwRٻ ѐ\h,J3%+ }TV_A L H-%}Rrb$I[`xW˂PrUa me`LՔt Y>(p^2Ո_25F !he! raC`:m̞TA0zL5DU/Oxa̕pfПAcB Sp5o*'b]V{*v '+-y]9FD2قܔ 1[U,~W [aTx%'}9Ĕj3 % D.jg}Rɖܝ'䵰P*ƈx0SVB!uZF@e6wH8 3˼q.lGCiPף N5fYXJ=S(Boغ*9> :\n,nܷǫ>dL v(i$:z"?[,ջp~ 秺#{$J͍~0iW!Se,tP?Ui>jOoSF#%NNP[Y ?ZPGSDg2/{\IXNB2n $q&g4gYk-]ݐ_.H%5[뷾WZ94feT*0"ޢ"C`ַ^&JB ?/m^Uh+Fi{8J:yM8 mFV3L1:r(!lؽx(vH`E*}2H@&ϳ-(&N:ZlkFz  AzCkرpe6e&al{A )?4zOŶe+L110:3?Tt!p9n/,`|RI6':僀bW ilիjRڃD{xzH'}EI Kمܠ>:Qc?NL0˥TO0jB4Kק nvڍ Ln"!i1=sndq !mrۡs#&mj \GG{iqJ.mZ`dm{irhmL,>%'l`08e;5 G5ihX_~bI{}Z!5O\$j\_ ȠSL/WyDq ~|f6%/DyQ[`׊:dC?p[ְk.Ȏ)W95e*V!z7HʳRa;P @>j nf{* ;D93UTc+ O'@ ~Yz>4O{!a WkUyqT  Ww1ؽ $Hi)k gvj/dY7$R|4:8Җy^A/kȷ`͔p=+W t[4Y+u{p*E!y0&v)Ϟd`~s$2Q҂](vFP=,gc`A2< ܚ Csظ8wzzՇAeЁ\pwܽAn1iyhTKcԪ3݄J Oͳ",&{TAL:LtʑUgu"oNԉ4> =xwbra,sf=2@׺)-SaG`2'ݧ}b.2T;"qR53z9ӏ}ӫSFy-@QؒD4HRW 70>NJq+M ݁PTm8ů)׭N^Zh$ ׄB _ 5Elb8!wVoI[*U)=qYN^P|bX6 FnDkPUq,O)\(kUO$r"F.>F3% v '/7\<.=kFQt֗ e\>;`j; Wf"4D28T=@PQf?PI6H6Y^%+ڝyGt:9xzj 62I& ѐy(I'K$Y:Pux}3R~j(m QFQK1;PE\]9ng·2DXT׹$o'l*#9-Q8u0j l()8 *u;yS/p_po5H( ).4SݩͿ0"Y 3oWo tF)_"WFPNXtiQҍ5}wDRI&e>g ~?-N0>HTy_SMʓ]F|ZQpS%R ({$Eo9Ȯe) j^kM :;K`8o}iͶMs0oAZņ$vi,Q)KUɛqrdfEͩm=8b(ꈭ_?}U!_oՇ}xTi["|R[z|~ݚsȅl,.U8բXg?U O58pmLnE Q]Ú!h8U<)يj@: @;;| }vv[=9T(R倿kXUv ѫv.(>R#8jKed)V.A?/t(g T- !ϕ`W1 JI*j[0(VqK\QA9A! 邹Bkz)=>zpL:%6^EBHBXK;-O0+*>Yp^1 rkbΩ*u, ؒ-^w7><euw=>r@ bxvU5Hylp4pEsiyVwRNck܅]P6g|O}Bb| a7=irx\Bu%B?<R*KƼ;6L;(Adwe6Y) b\JVܚExd^eH^VXb!_+B'iV W"ɞ"+8R"lc{( 9Zqognё0gM6~Hz8Q-f}m7*h' ]+; po%\!W.PV;eqN#?7AQ\ª[du/`p̕CJo&0ѕ>m/͐8cX]i%dpQdIٵIԻĽG H2Ђa9S߾qJ5ѩUUնXfdE?\=4=/am[UH(RU~5ِH\Ի_HmÎ^S52u w:i߮&.HS(*rFRF2Uȶ;Kư7c(s7FqGNOrqoS]/O'Y [ #R>/͟nH ׭>;j6RΒ(g *) RID5wߩRmLƟ=xD,"%i<6AgpҙEFȍx)6C#mNeCw$U)s#׮\uGf)%^f7C~f?4Uc 6Kjc]G[)zZpk8?w%CtJ+y9Ɖt6mae6DŽfkH*ZXGM#-rM~#IAɄ. lMeH\%z̉E#ո·괓}S`Z^c %,ZƂ7,'x7 g CZq+֚b @/ xo63_6vFAӧl_:q$pAjнF嬥~yfDJ.jE\ppK8xĒ g"SSpmb΁+{lhy :\qe_r sh \[h=moC}s;R qW9uZaqdžW/}Mu'VCda%uݼ2 K\e&L4E [L 4j.UY˟!tt3IqsH6ONC$.VJyzc]&U9GFiĺH򛠼SJ(]=BYqOEsNmlZ}4׸{ R!)1F1]Ag\|m?c9q/[m)r\Z%ty(g\$PHd/cH w?Pg:kJ?exuɍF,krA-FХV%ܼmv@cMsh"!򙚃Yvu?F*nx\L[`M/F{O:Ry ݵghңLs{YCς'o@W=f \qz|!^nF_ij!I<"1c lIjxЭ51A R~6^vbKJ/IY&[P9hϤolm!JcO;~"]#BNd3BM LSRKu&ȭJ 2J 3B*z(#6[ "3uc)cS%nKknq(-%ӅAչDfY`Y_"dфjqz"_b|-r<&'؆W2'q'C^330}ľNHo&[4_^ÖX>\c5zX$&6 X6.E!LBgc+$qǴ1O4y;;'/.2p"m|uĽ9 |b`0q9 }aKh7P SR"YwWT;*@}Cb4~E@RpBӛOWKGEo h#~gI-W%=,eMeޠ#p_.c$d=ta^.Ub4ۙğ> rroy(bu`]м *2˺ HU UNn,G^.IqW߃4͉)Ȼ1cB,\fr5Nr,|iwyb_ciIo㞺9ywfSm;%Ѣ=T[R7wu}&ેdxs[}cH&Q͸c}&AW!4SZua+sڂ-;RdS&6b{㉹hkwkz} ćRvr<[_TtMK1ZΦ4,@o5WtL$Qfl[qj%nZ9CL"M\ᢕO8jט_i=A-ʵO9Oߎ;J=2Be.Fƾyj\F)aqǐ s7 |( g&+Į&\0ۻ/CwnouIGKhKeU>hZTVR`"C^&~*EV>co-2ߢ) C2>\oVW]nTH\,@9,6p,x_"-"Hkwhb*8`k^|Q.fnf {uYo[yP uA .d;5׏U [w+L(S2j%ڱ,Jy~@̨$3+f~C_,kƱGW۝﵌% ?UbOl鉖p]޽{z9vcMg(?ܔ&mQVe [$zXa%G-HI%|7̃)q UrGB;4XŐS`/N-jXtl(Fv tbBl3@ݓ *_Vrܖb/qh(1H5h9"%ᄭ"2z;9j;7$  !Ȩ\lFط-NBXpI o EKUrlrCLupY&f% T./V7PkCm4v(VxPe]T5QXP>(>5ھL?e6Q_"'ΘZ#F'y8rFMu&LZtLތ6fRwpHNb+ljIQ\F4=JoXRQsl^,W&׃ ߮,x%w1!d[ojzyڨ@S-at"E9CZ !81g(50xԻ NœͅPcHB+MGg I{8Gh}?X=P˧ϪB-},-R#B|7Fmy;]@> Xo誼[B`[u)y BJgk* @U<k'4\UE͌?U=eJ5hHikɻ1x UPĥREuD žh3/s)'Q JF,G m&_jQOB`ӡRL msh1B]Sؘ-]&26Ble훘k"њ'bbNƔ_Ty:9@# 2Ŵ Ak3&g\:눲 C0qzvqsW֫S)(rOYݍHw \[A>L}^'э'vh,9@@'9ڛdR h# ڵV}T>B$8?ܒ@yn.RAߜB±Tx 9jbwe\,=7SPoSex-qz%m4ݼ8r#a<@oUJgW`nזUh 22,a ̎?qpS74kK1qYՇs-_E˪}i8Üzfb@=y#'kVYd$J|S2ƷhoJd4;SKIhS#%Oωz1g6dyZ=w[S(Y*xʘEr6͊yX{/g< DR 4:dRiKd烼( Bda,X[Hc `:Jԥ}G}2`^pa_W$^!``/{j[09uF(3T`>mum@Y,>f' |J؝eK 7 ApPjXO+x~@wcNYm،f|`o`Te*fowaq8 /P}$,yxBD\KѨԓ?8vу)JiN O cM: h{f'%#X6(wёV&u@]ǡB΢S~l:Ɍ*oFD^mOFgf =,I~A+8Q{ZO"!"Zl β/tH ;= g򣧁Bo%\^gr=!xaGMЍ#c86l(({Y% jG:tæJFɣQmlR 8sLl ׳"͂#m. {eȒҀngWˣ-&5E)%ial+OjlS1E?HϞk_)y)_807Tqg ='!d5nd9:2o*f!%$*r엓\ã*Rt.\/X'Sh+Tl3``i]lNuLk-+ct$\G/z/9&>BmBG? 6 Gx3GMunrPsOnLYp˯Tk $HtQ!ϟV! w[4{3'GI$|,)4>oa4Je,NoJ/’pg y(1ob1Ip?Emߞ7Y #"wq_a8( 1R fy]ĉOY0fdMdȉc6 9{453I6(6[C٪"L-?oIcbrٮ^lq(b모a:.kE"ߡ82_m'Nd"EWuO}vXabL.g{vVR.ln]ovWg#v|O.|:oULba(8[ǃ"]'ڌ}#A k_ t"9CZ.# Cqګ:8"DdD;r}lu=mȿTo$7q b &CIVVp3H={N2C>25؃]/+!~i[>\*=-w:^%;r' 6g) Nr:y`RE6s1 Sf}1/B&n7e,ck F|j^ /s}'MWǦ8J" f$PF[$>E{k}x(BmW]\E`5a %}`LNjq|X 0="&s1%[I0MV\B d"? Ғuc%tP)VFn@||AZn{/rjzv" S߸ɑޙ~ci3r <]x,ٖ3e(ZEI=î ։wz}9)H Y > ˚x.rG=/ZZ+9MsRR&P%4IKT7Ӽpĥ21GGրðV #Zp_..%0e |iKXms3(u*Bb3%F/a*)jAI}TCrgt1pchs{+w"탄SRfćmP9g$ >cf`TDOPע's&DL|8NC+s5 )rG9TejVϮ5U }/ݠiz};%_odhWyTryH}g~x {}#'tE2}fMϭ-w3Mo ;QceZN(VE2|Hb=GZu34t6K,5 r"Rw[N.[^8]hM#ot׮?;0 X 4ܷt&Y秈ZGU;򜗇`ΨPgw|seu֍ř-✯'xEmGxdX&S 4r/x++3H"Sf41\3'21in.C;SwNbcjoIqW%2xOw~pp95!N\߮d"qQ{hqxF%6hCH.u}O'@^(wO51nعCQ)O; i>]%3`ɉRꚘ7 k݌#>C g]FQ[+&ZQ`a^>E;ͩ[賰X 2{~!#74%u{R!0LS kXM\|>jـyNA-hl`_FW*09dFDύPk`Rՠo2,*l\0"Gy1KŦ~(m[.2F@peKMEj}ΚҾBXvDOi^}V'ɢ֍_AiP[Dؑsn%Z*J< 98{z).GR` B?ﺀAˇ#A]åIF}E44g"-^ɱ}Mn![I>c m/Ep/?>0)KZR3RTm.kq ,[d[`M5r!1(SI W|u-gSQj 1B஍L(F4wZl/Rcn+$/1|"pP .vV.m7+"ЉO A߄BW}p6oXFDk|LkyE۬8ơSP<5}0-I(}>iP2|TRY7R3Z9䙇-Gѿx__݄`ﴑL6Q&}U>P?M8 9?v?fP w[$p6ar]9]nEذ~p$Nb)JHBwJK_ /*ݒB98hԩU 7VT pAi[Q#F[JPi^AD R_:)RQnTo4AFp2YRߨrjp"<݀H^s+ot,xʷ16C*\dkvC 6qiݺysR=Jn)JۙRS;KGc",I3#o %i8- KT(nY\2.6ʴ .4`p#pl~_ٌ4Mg]/,(hҦ[r[))3iRݷ ]3D EM4 8e \K-+qSw KS 夂p5OfJV=')fܭ\qs4K+F2gtyu,'J%? ABvD,l:LX5"^Y+UB4/\L h^e}8^PL倧S r^_ $Kw YPo`ګ_G*WYT9yKmDBNWim*XԨKi6ޟ^Oח`}OD7=x~DgT*.1[V#]sqzJκCjg/ ICb?׈êT߹>^T$E `95 6( vS 'WG,s(+ZBwTkƠnj8Y!Qx(l[j{J#.3dcavdv/gmڒbmrcpHd^F>a,]ȗM9+ahYL9s?]1Ǖ^UwK ¬hlXv1 *5UiB~,.7<W SԮG0Í΋t @K^QC d(xܾ?.3ˢ.k9wTq4{zK}Ff"h#9v)#̫.- mwb7o˲qegY(]-|daȫ_!өUvby-(:w=lw@ t eP VlI{zzjӐ^TSR'3oo=̕>>hb#k]8'Fp&JEÉeLfǗZ-Z|c?mFwz;EXB*-!a%4G;;d0 u߱ݟDy"j\wJJ8RJ$Av]*V]47FGdN, 5 Db&*q;/{Q*3IW$er#{Z crt!_!TWF/σ D``Ӯlѩ?lT!P+Sy[mZ!Hה+ Rx꾄si,V:w uU;>-e?Ja!#T;4`~< g2lشǁz;ȁ~'fe`3B>qVףSumtG]Q]㫲Ob6z 2aiL>sDbEO5ger9'ݶ3<I~aO`x p"^>I/W뗚VjQ> u fln]g*skx4bbϔE9qzi:~moH*LlR7P@VLeGxg6kIyH|p2V Iod`\`LaVv` &~V|87[!d-/]b A5]vv|){$)>.5De!34ۿ"A ߚ=wQJ"wΧTB&W Rz-T%e\gDʡMڜV"aOuvbdӡ΄|A:Ywm:9b*;n1s/isŰDX`r29?*E6Uww+G8Rd⳷\mg"K}r3;^OYUB) cЅ0ss})W(:- ꅊ!6xlwKcM]^dC4'C KSOH-?}m" p}BԡrybDs9eJ=[ֱ%T⊵rJA+SyN[seG&_LJ9_2+mhg gec3F7.5}{n:6 iӟ( }f6Xl:~mtt몌 qBd0Ft}r~v(27gNҼ%(//o=Rjv 0+ g~gi0xl[ ψnmk_ېC@c`D" !_X1Dri&j0n 4.(.U^̺zlO4ؑ6Zhm;fr6]]]΄D҆*yRs!'u Mr֌ ))43 YV? \ׇsIƿLR(\[~0ڹ='>p7hIKqBl `f:!ARkMkí3: 7.1ӌh(, ;4玦7T<,Q,kSL 8\ 2Wv6#nN c}D״B96'NE(kr p;zb;3ňnsҊQw8Vp+-.( fK +KmOxe)~6ؔbLe1e/^5``,g3̂Wz g~d +zT{ ?HHfqUſge':pAp+̣)xTK+vl66\R=&1*O9&)5Wy>Ggc35fIK}X\jmtăR|%C$a'N*̤eg i#m1̅ 46l6&?*{_te53/\-tx18j6E' 7KD!jRrRWe\_ݻ&VgUD=Xodc(2"NGI yUbOPQUOi#]{{`Vm0lJ]ᵨ&~SeVdlU }w=cjPu2ξn7$BK"A29LOC,I8i81Lw;&~45'!iFM#8| Cu+^jsH9\%#r[Ž6tjp0--Wш^: {Y7b]UOkPq> ^:`O7tHO ~7}5˥tW! !#R}=kF@p5cB .p¦<3)%xlfNga2LRJĐܐB> ۀb[5OAQ>,#$ru'oX: a9B%2#Vt/<ү*WɊ5M3̳N;?y+of-.6^HrrBmx6 3ee6p7vUVߠ0+X}w6Q!cl>c+%#ȜQ:\c2Y=na"*43/FwOr#8-oR\FI, k( <ىftiK/9tŎJH`3u&^^xȉϗ>V+Ah?ϵB1~$ښ*GX+./w+A&ou= JYCbq䚲t21@W"MCNG7֕P.`ΟAʪ ]U=hN̚_!":PM&+L>sV h˽R܎ 9 W.l*ABhp}S{qDbe%Éf=I+ɦ\e+D\`eӓBT8OJ2gp-I˪˩.ey ,S[lS(@}8j ) mlP%K:YL)f>)˂'o}& = d`w傎QӅ2TךzbQA{*&]2CmMƼk婚vݰpޭBJI|Xx69eUoQ9><ݦ6 )p9PRG(TLNʢ/O!@9y/ԁ22~X4|G5^ĵ%isx)y׬Pfd@G}QoPdMK9]_#.WHigCQ?; /F Ќ{ & Spo9 3c m9 j%VyQ,VT'Nq0VlӺ^91*GA爊bO1m?PP#f(/X"z&VVS2+P7& jdrTXh!wixۖ NQO-2a~ $e_Ae%B5-U>n:a1R*:ސdvxwf7~>MMr+)bfi~ߟA6n'|Z#*7DvPl <+DaC0 >=d`-Iҍu} Yrf:uc~ /TcDEU=􁸆 V 1i#j'eSy:,s/WEy!m=3Y_[7m/R^;V"s0ܰfYwc(NPFqI@N7\4I#+VĽ}yH1@OνCoΞ[Puʕpz$ K,=*p>t6pt^}C GzkR$2:ɾ][Vb6.g7 ?│v?Ut [ 8*ތƒD˗hO`߲N+"_5u<5`¿OW\JMxuGjq >Can1Y|j^5y^E)0l{]YHتS|XtdYKJԔ}ۧe]vc+Kj HQwϱf5F Pr:5VWAF} ?ܪ'"Љ{ÂAz=ߖC~l*xcB3W~Iz=Y!O8 vkPHi|f`p2{ep<|AcP A&~Ly8 Mq vlkĞ! Ԍ1McՄ ά@LʔMUSNw9ޕՒ~ Xm;7to_'ܒ?E%u-؏> e6mtfn*+UHU+B}XJ~ TKV0 ~wWXS&f!+կ"s,@Q)ϥد_i(*ҸztKf@|;$KnH|ɧQࢽv,5ё!nmn\4˞ڼOu.&Ws0sl?eI\# zAi5<r C+(uV$t(By/ gU܏O-$":Q3_f <ѪH#x;R+Sɖ,Ữδr qy?bP'7 [HkX@dxUɹO C|`{\–J̱0'n0rZ}mیMAjH"\x6U_/cpw/jLKQ47WsA%Pb ]. hN'53 {G{oK yk0k݈پI[f۬[h,rjNb y:9ȺYR.2Ɇ3nZUxѲAvE!v㣣F GUh>LDO-9-MuQ,Wb2u1wVV툚QT-xaNCO(0C)tEMgbRcJu6³X>a]e{.1xPW6$0`R=fYW%jFm.d٧"Dae91Nc)^ڦ7Ͱ2WB^ĪdGjRpauU}}"w]0t4hZƸAE.xD.Ɏ"̋DG" IH>L>S'$JuK賘04DKZt*g:+WZ07|*Jc0.%3r{w֩F&h=q= zOr%o‰:] q/L`3ZFvQ 1“+FK @J43T+NY-D rqSvzg4b;GuyǒUAva+Ekf$T7o:N48MJ%<,i>ֹc+jf1ȾI0Ҡ'HZz\.|(20@z$GGaO)!4I9iS',[}p)'5e)Rj-GCO]S]?x 9WL¥jlqsZ`Ȕ>f>nh`K;%^VW#9ӽa @<kUg vm H̭xkaR+M_<72p؃;.SU7P⚽UOΧ9fv`R&VTgh[hHO;ioU[Qy@'yOZbԩ_VIFN3ɚLHfGfXF 2^[P*ou2QѯXZ_guB&9Rt3ЎpDÁ؏?_qB ckj AE/~v'>Ԋ‹1/#eD˻VjH Q*!_m+A6臥h V?,0Up~]jRcL 5Ȉ(& Mb-!rs^i!aA!Mm7gi% >V5Isql%Tdyh_. /nǠclA6$L5ӀΚkN$Ìȏ=OV>u|.n;| xAg$bvxS=T}T`emX̒L cG<sH2~B{'uOk?e4 +v4wAjOQ@wOޤ+?ܔL2.3C0V$|ь~$xekk+rMI ljTHp0nnr;YSab-\xmgƟC19,p;FEM7C*ޜphA<%"Dy"3\BM8V~./u6a(l2ՏeZ3+jEi.Zّvrr8E#  vi!XxQz\> cov lF{hfpKTP.nBRFƠpp_^ܱW'@QΓ)@n~'$VXk f鑦 @R/ *Jj<$),;}*tƒωeef~Fs5~ӬJ}=rVΥ}*򣲼N IP+[7i>fQty/QsʚP:jWK:{3MVyre8sN5eÎwrQ ~XTzaO*㛹 53pgfcB`Tv4WцfH$|Fu;Hr y#Y+ʳDJ+EvhŘԽ bRG̵)`M|zx+ί$%q+wLyq*ٛ[Plnc(-j_z-=ouDhFĹv"tx.ف~R܏ ֌PY().5j kUZEl%!aGڒO6:wK08:7}yqOEOQ效i(O竝xG`[>۰& (k^o~ +<HѰ(M*QVh-ǝ)(o1[tWݣ&4n8KDfġO95<gpGm-e\3ۇhNp?HI&Ku0Y/&iGkvwP)y78J>hec6 @B<ifՠ o1UT/52Ivftsq:# ]1bYrJu@4xo(ŀ\AZQcm?Ȍxߍ9lfևc6P7Ƨ7ǒyBoIIJXxxiHWcpdk~wzp@9]:1MP=#Ti  -gr|^b({Z0PavGM4b\zm2.窰P,@ָy#]-2Z,CYot}DawVX Lޭ Cn6 o.0,ƒ1\ՀJ]9X`1w?uT1$4_!ιr`_ M`6~X' Z2-K)7J |sXgHlqT_,J+GkX5 ҃tX^ԫv1Qo|W8NcxmK]ٱpwcLFaBmHT ۥVfzYP SDG#|e:Nah?A0ĕ'&,rQY2E"cNǍ9M0W-:yW%^ 3 (e^` )=pjܣGĮrJf10L= %r|kg%\cE{ޟ'u~mm. +Rr2c(?/tG=kk8Zw̖p=ӏϣ}u %>W3sq96NsVEFwD7C&w]u:1NGdS]8p?oڶq&ӳ٨ElRϡ )PgNd_T<@1uV/!^us2]-6wS~VS&?%: { QSb4@2=?qTM|AnUϊ逄@IZ=(A[>{ epǽ{T>W(/IÜ-]Km>j (̒NR'gt"dHI|if\_>2! Dr}E0GM3e,=t&n!'61 -r5w5%e'>^˺2]m)ktc#+˲B"S?ʴv̋^.U̓|~}-Sw,O_`rK)Y򒦣)A`Tݸᄟb2sY()*+UOM CkYAWH=6rAv~u+P=YhtVa^-D6~b*16gU #$?ƱdæB虖 RaV``&}lP5mCO2Nӡtg'HaC{ѭׂLD3FH>CNۛHU y|wְF\݃^G4UBLڕ;6^a(x'Y,*JdOOwX\aX3yE*sfy\N_Vj+LnZ.Vp gq#nz҈fPZݡ&{hޕǯK_8,YkMQ' I22L E0i^(TQ)㺲r2X !*h^S /* I 9 qD~H3& %Mxג2~|RiZFepj?)ph\2wqޗZcL vWƧ1gLp3Ql m;Fcvx.X~`w,]*q8<;pvׄ\+_C%j=K3`rFh9 4hG]~$?$oR%Wv 0za=jg̹hOkdt[e#˪(0֒4p+I?84瀌LČJTWtC"ζ2K6$KژM]TwH g__4vͰ1cE:4Ȱx'F|G4rj9qĒ@4{x8I%y~}X)l.]TZ?&Mړ^( Y6(wY0j#.&_5݄CͩNhF=J2Aہ'LZX?Šxk=[F9U჊“R[l-vjF(,X1p oi@w7\ RNDA o .$fa-sLY~4 `yO Y*u!qRֿ&Xv@E;@vo8&prBs VxdB-}B[A{ؘ׀Ģdhz8Ŵ@9j匹0V-,GAE`3W/SL0AhFv]t|{!ӹ5qC!$ͮQ)/9-?t@*/r%h:$!epIqkRjmarnE@?ޟY Jؔyc}΅n?[}sl[y!?u/>ZJ&emX%u=[my@/ZRP~ U`5cƪ`XT4ٽ`Qa3"€9(.*ŠF8KMYGFsZI,CG5y@[dGK$VD$>w0#CD 25K I[L#*W3|Aeظ=i T}!ǗxŝHQ6{<ڟtgs()be EIfc&ZL߶t=zb`,֬SkK-4n4]{F2UˀeUfaWċ:JՓi?T#Nx[t !^!ʵ4HlY@;*J['p9G9v悓S&w{>dk*I86JUyk5yELaH(j`㾭Xu?d0ɜF߄:)KCGA +P٦>D!cZ)NĊڛ͈(syx]ȗb]˅IFs{Gp2⅐7J}łߌu\C։Иas-ؒŗZ4 F١\W~:, bW;B2 !7]rmpLҟC '̬v3u2_|]}Ty\0AgaYNpCB*?ru:\l\%qXbɱNllYS֔2"s1pZwԌv!4I@{Ff^ |"|?lYDvp{T8|C 8!l|Ļ냗wvvķv-Bh1Tś֡Z '!gbpL\˒/i΍W$FҷϗF-WUuy$V3e@s K< N6Sܜ"e4[e(i7Ftef STZ/!Nm jRV %dew+ ȡFnC=; \4ЩzwdBJG\NASG@-* k`GÿzXUIuz-qWэ*9r>Ni\֩Gm[(4S:Փ/mAhUIFms@ʡ@(v0tK!SE131w̠Ǖp;* $42X@ MtH;L?FDA \J{x  p:h~G$1vD}ɩLnJrxc1kܺOh|NKSp`e9t$)r㹍j~V%*z/Lض0`m",Ww͢2Pɸ䕌Qo/h6V~sdo:bbR!׊5gƂJxFxI9_~ sjf#Ek+p< nq$St 7ˮ{:MYt^M.1$Jߩ7L"\SSǙt<.)y\Z~R0R NV5W&,yOrwJyU&A&R1X^j V$Ȧ+zUSt6 ,ҵx/H{ͩ-~LiK:Li+ܙ:j}40FS᝖7չ3.˵.dFr^٦53s%܃SXR\whdœMj15T,rx]Q.m;-gعds1~W6B!QYUl-znU2?@ўpү?mNj"3A2zPԃ3QXGܐY2>95o(Hw7u 2`847_`Ԃ f8IӨ> z^S s6@-RH4=jR)>^4FR8 fpw#jToJ)þOXʐZi5N g6F FLſmRaM4 ^0~\.7. XptEUt{<Լ* JCu`bje<<3Y< \捵 ,"gg=~ԖOaq$jȥ>aUT|v;AܧKxvaR,SIB4MxDgQ$@x*ހfՙ+>G2+8O՗*Ksš_k'7r_<t|whعLRR#߫t seX}y Xwi0<y^(V[~b,QBf dM|}Z=:+'#T &xXlo+VsLU,>"'{P%F<_$C1\x0ڮ7 +=0 қ)Q;ʻ.ڵJxIN g&W߲T/DSY=ƴ}1Bu79$c,H?<7Ѫ,cZe764x oL~ uFίh$*i2ro '.@aEr סӒ~J¿R݂Mq٪^﫞QAygG3 S$hY\)/)x17:;u$<)$ѷoO EzzTAFΉӤd& je%Mz:s/xxSZ*q[S&ɹL2cv[?.%ИaMV1<8zh,>KYa$Lh3")w<(Yש:gku1nh.6osS]^f2 Vu=K8g]ōŎթ6bBR8;R͍ `wINa'u;;695TE%yxezaӽk2>'xO]Mci$3rOf X<]zK{/[B*qL/% ~o%kMU>BkK/Mp v"H;g*fcD0oeu'@2"p&qd̋SY H3*WsDtt q |ie0@""q^ 0mCicc0BFth5p{XRW$+KL A2yT3%Qi2}҄?L5]Np.z. ,q]T\vV##,q}-sv3o+!Vk>lf/8bʱ^~FiMs#Be<^f/ɩ~Q,^!>X ?]nΏw_&  qWa dk{16 )sqxEXռv19X62B@OS"=/|VZ(j1 5us!|+,^TSKөʼn| }]KvB)@lΥls-ԟEipN-򂌊zb%tk4{[a~쿋zӧD6>YwR) {y?]iV^9[UK/F_D=1T[mAOlIqoES36mǫyz (QE] m?C L792 'bKZp*o6< 5Xiny+AĪ6Xz(ʏRw34vCDĮ e({y>} Q#:-:B;'N{P:M-$Pݔܵ)l3A6@P`ç> ァpA(g`uJCLsc,uz ɪwsO EF wa kry^kE?x)| J:lH~T%@7ίB-Sb8Ĥiuf6[/ ۯ^-J/ꮞKo4}<3BWLL[E x)̆A2a3m 5]bw ļN7 .Q' C-[z@- UoJ]D:>&umьl׼Wn:KI P nу($He%jZR\o H~i^MG(J%E¬9+7gbXlOP>޹bQJFD6 `[.+g2W+Ct(坳Vd!r<;gO7HјyU߹Aeӈ6[ ^?6bRP6 8 Ya48DŽ)w'Y~U=(&PkƩKS!7aٽg8)Ọ\='xBb<B縮6V`%ƷYVc74:Zɧ("J |"7a765aW͚Zzb[وi0{TD|юwbKo99Q r =jM[Q~,! 3i$nXK ϨEh9bId{[gMXm`O横OU;~#?0BE&|yRF^+M䠵jq<9R"~椦Qq¬PfVY_ssOL0kj#c(dq$.2w×'8ZfW.`;77qN>KYQ;]_ӎ^m\0CYS;wOxO lW>"0`IJ% GI4̵ NƞYBNK/ ʚ+"UuA$?-G{ )}r^{_\1 }k1wwqW*xD [}HڽwcE;!H djQC3r*r"?5bVJ;\dLDDAil2zOP4Y#$5[/"I@q|2-ZhbeܵXZ\<ۡu#4ns[\cn`~*w$nʰ )ī NDoy[_G3JrU/,!*69"&>;>NpbM-2(uTCLifW䒝ȏ*<﫵4|ږ R?_/VVW+C #t rtR7p(5]kGgXWs>0ޅ4eD15$! k[P)$#]Ѡ&bGW UP|xƚ!ff^Z1>-N$DŽwOѰ˥Lp_\:'JTv^u6eA&5X(OQ'NB$/_^N"mw#.|.!e|&l F9?L y;KbjA89Gi 92RР7_6͞p]~Qr_!"c[I ípF~1Ǭ9NgޛAWqD‘.Z5Mq!V8Ru0)#pޓSv?yt  a E6{d1?7Xqĭ 3٬:x+:ӿDQfNF/ؿE9*":@x/Lq{6҄Jzdu'ߚ|8Sި=Seu n"JLR(93f|2{sZqV9;p7 Ahkф(#jĒca7^^ы- UeO%bxzZUT6;˗8%v~;ⷜ(3i?77Yri(тNXO ֦gl[(ؽNs5j]bhk\l?yΝ+jhϝ)O! 61#'8@UjouGw鳃,| D0y̐ XY0Ef>9HT+Tw2Qȗ Q`b)t 6U[瓚/eOJ`V@6,} ]`@77vU5yNl#|8oboOz' V ͏vҕ8V!b؜x̧0wZju1ۮ6 y@;Zz9Nڎz,HW=6[xq8$?X{R;)(wk\)+"WPO,)g<{`ob0+EiuRM/L$퓇[\NbL? $)X#[fBʳ46"|kC753q(SK!q}v;SY;gǛ E񅝒LoL+-M'x%us<ƬWEO:]\`s ݷ,>PB Sp!ټq`}I_'ӈvww_ m~;QL@N"#Y )x}nÛD[EZ Ih!_=4cXl,q;B-+PxmL@S0*rx%XY]V|"]Uq(҅ !%0|cqdW{ &#2/._bg?@ $a>;\Җ͗3W^} {`qs?iF?RNƷ23 L؆Y' BIO;4 ީ4+v?^_[H7(A78-Lh/סi)byD+Ox20Ϯo->b {wE/SO2cLn{FHɗ8\Rp\}4j^,5/*5X1)DQN8v1`~Zv;HSYyue XF>e^妬AN>-L!Ht E %frb#٦G6k3O-+at> S "5 )ĺpEU)@9D9\7D}DsbMK,]Q%~ '*g</LE;l7Hv(TuwWd(zFQsp〃Dndg΄ %rl>@"RrdM5ObH$:cd&8t'nLB{F,$} ۪)[G؏W C(j|3?`hldB9/֛Ī~3Ɓ(bߋ pX+#~s,EL$tqD-3< f4EYҩK|աn HD>}w)+Ț΁o`ü+&濻'N|9hOIc-ISNtl#zt6Vkӯ]d p_^*<;1 28%Z ByƏo>8AP|*2;)(@C~` s6D;jom^`2[w }UhO} qy*1eE|;XUd2ڸrC Ӑ4phDCZB[nsGK؎۶P 'mEW¾O._W)ŨGkljO#´@ z]Hq|2^זٓA1324&MZ_+&),Ώ素+{tPzxcl年 {xKT -7s\r&i9o"*TL|!T?I܃N/>w0 M t=p-J߀LI@ rpe̸~#GDðmeb8.= HrR 6~Ap'H,)/a\Ө蘸~=v *{K}.hv%ԥJ/GUo$Ɉ/+D4:-^ܒoL@mgOBsɣ~@L׎E_8۟[{C(зShbW֑9N/ ܙo8Aݤp`س7wqHH%>mu5o''.Xw[]ӄG1 ͂G<ћI{* :>'o=\ wwWa铪8ϟ(/J}ʞڱ_5fg'Avwٞrnp 0~nNT]pۍ[Վ6|(izi){'}c/bf%N [\c'Is\D -QIr4#Ir8sVSgс(b1݆!ٺK.޼փo )їNGh@u}5 +O/enڳ&1B|]ÚJ[MP `bSKS[tfsݣl[&^W:+qRJE|sӊm 5sW%r~+z/ee-f*;ƜҧtGN[2` %mtklj͊֍k)3}3b8Bԯ[ eIIJOǕ|FA4 roYᘉkpu { NSb|2ܐ=E!b]PaEȃ֦iKe(.wшb7a{ MwChqP~rrjT{+{FՊ%GRT=^j$U+B!~%LuhKje3g^aVc~$GlOU<| ~ҳ$&Ux0 Hث:ԃ!(@+ucN\JȬȔh~ß\Z>gاy$癩$8jq )1fþNIuv.baaV"b`JT|D8M(扲`jnHv #&uG cGW6xTRgǭ`1C ~P7ϫJ SJKc^t\?% ::ŒkgҠſňpFI挟%9*|J&| SmB{oƇ$"P~O LdOsZ?gvP~2| }'%iFҙkEpP*J# ! 'Ho>b'%ݯI(q NHsAү}UiRޢ3$|MFyّkB9 !+C\w6[V5yq\?]e{24_ROv#j?VQhm;\@˞I& ׾xHLO,4Ѿ_n%O SlѤJ#_^T=F>r+m-mjt=Z#zZ&ܟY<{co*^c'W( 4GjrLHN#rjԿEAabzx$KǏ-. !אY˂p4ua<-m?'prÐ4ՄF1w.,˺2?%h8 \,$IJ ʑU_%/[oL MN\|rrkA;S+l;lc$%fR f\ 9awq+U %RJ/40*C1%f7)eՍA?L.Vt`-$eD֬GOa~~o]knY5rݎ w:\Z΍[u{74!RHx ]8OtܬT1vrbQǚkg}BBmAd *[˹QYtfCmkQ̈[v u$#546@aRpDa~?ye);-0P҈RfwOw8 pEP- (2IbOTE/9w#ң8#i,jVŷ\;V{/O@zZ@=i(tsFࡐnϭD9@mzn?Ӿ#$"#F%9:̀JUa;aS?Ifd2軈M{ meY^KtZh?4{ևy)t=!26 q0#I`fY}C} 7^oi?>VO벿 q/ڣ^B 4=涴9@FY*-GC Ѝ>پpIJ2WmUdYace35SBf!OVNyK{9ӉA6< yMs4 #fd"N;Xhtyu31L*-;u!\=h)JgsmL q2Y ў?"8+R* B?DD2Gg &9ADr Б\2"Wˢ5m=ȉɗ%%InsR| s> C jQ4'mrq};.ۚtŋ~˷,A*Ht6 Ea!n9kOjٟ6xA2.!]&^t/%4*RI$rj.@P׍yG(Py # .f#zm-,|l$@v)v t 4ϜbTyugK ոEH¿o[\y;SxFfxC--}$${sj@0C8vsI3g2XsztrK~efBcgn7`?d ?{l[(aB" e 2RAj:Qˆ*}te{q}g|]UlAm("k4&Ṁ.JʁPoTv?k΢Ja P+S{@rZ0i[%[ H{RB 4TKx/24+WcQ|-| t!ڽ#dOyB lZL~BQTbh4T#iX*dEFI`٤[σɢj A2)ڍZ7ޢ H'$ g>R?{>qA)ZfxxjF=ioAF𒐰2rD=K~-0B`[왗K\ƛxޱÆ wVD+7;0زW~.@1f.r2;ɷ^_ݾ kyٽY)mU\H6n ":U%Nq7mơԪa 9R_m`zƲFc4eER.z yٳ~8`.HkB}C%ID{s{S@DoBTe3L~IHf :ak{z3 U͉_IN7n#J& %I-8/0^ .eu8/m>H]mJ71V1mfᱸHL + 8^>w.7*etxm9RO0O( !ȫЁ}jT\-x9DQ]0BtULQzpJH7:+Vji UYevp k+teGVihfKNźAر [6gg2ӎttI\6[݇.&}{_TCwskn{K45q[G:H1_ ;#)$W<<1n IOjq&xv!Xib m4ߩ ^72)( VTQqq>NN{{ikfqp9%kl_A^ d8ZOfØUZ~u{*,FGzK˷naizz,m9}eK =t;»KAVNc]v;oa׆͂tY YJ&>DB= 78#xFSJO{=6 Ѻoѱtݼi.aӍ#4؝i8B{yA@ w%^@_S|TH+;7$vDŽŁ25[=Y3H@SooRMlף{nF ==P%>5z @0LČ k @/YdRu 1!сRW3=*9#y&m.ߒ!kM5M bPCE(09i7ѣYUҚǣsW+±~ QQ;TP`#uOeo{$w.RV[lS  U[4e 839Bɿz1/?".vLhíg[@u3C0|\#Bw8[":=0Lgʫ_Sb{BiM`Too"cI/n,c0?؟r"VՕ& ͓^S|:SbJ=mBHID XKtklMvƊַz(yy7fSvH1]ࣽ#aڤ1E§-\04 G=@ǪA%I8[|^N'm3;^1ηa { [[*64c=>P~~ӈEP|9¢EĖ 9Kn#γ0$Ql6l*~ZYs+߈Y:7Uaa/vh(9S~irk>-t#P| Ua.n6 mL[벟=ioOw٢) ěUgc!K9 4ټ4L=e=Us*&6MGiƦ7H>M+iUgʯ<{4zKyòTXm%8y0mG 9 |pqP _xj$Ԋ4TF;槒f:wYB 颵.7 ih d-ԋm:`X%N'Z l:De̽d2G95’Fz!;^gM/GK&a_uI 5+3T*;:$g5$’zp#<%DP t Cql @6s-ĸ`L5x䦌7t;I+Ioְ1Wa ;핦h"rF?S`7pMD8|=goԔEgY @~ $Sٓy9Cr4c!aBsLc2'qj7 I3Tw)ejzv;\zcwa׶j`Mn~dT)88I_ y`~P@bx+pLgݝxxRI˚m Z*զhRcҶ! d{]l[awof.\qΨf{L-PD-V,Ct #괲*ܹ}J.5t7(;~+S߹ÐLc¸YU"VփYm1*m_A6{U{‹גbdS &pL>ț߅l.{ -Kƺj}e4\k]U79ZI4B4ŎPi4-m9W^gRC9IIGqV~%wݽopznǼ j*N\SNywY}X[:bhc %Gֻ=/j-oK~lImNlwGL )U]R[p^&c$%SǡAEuCϴBl NK ,y5k>iRQNs:ءH z50Qs  R …[N<wx?RI'},*C_n".L(Lr`Lu+7I3h|1=D*#:m[WB/>ITAO bo˹ :0⦮=s$Fԙ] O|DEՂB\neͯtDv۽FQWy!4CgUXVqH"5s,VZJw0bғZIwZ]alZB96[m-s W~яx듕4!« oHL@[!;I=*~vI-մ&LхܶBonw*0f@GPv-V%ޥB*EmȠ`lWe40{Wߖ&Wp;mJ?Z[aӃM!(#b}).539BxB8ZG9,`Br7r;:T*IlB5 X_ݐ5hW Ϲm Wd}8Ay`rn>$qJ/6K0x .mjG Pp; >E?6.D^ i:iַIts] ^ÌzCsDۦkR$$-{2wgwOts;RmLn$3ᮘ1".:˟Is {{}kKyDN6ϡfn%c(H n_*b=d$Skƀ(=j vC3g`th>IG>+*^}[ A^P )yGMM/y*ҏhQ$ :4N,LiU!M+Pts_͙H)Ru MNuTW^F_Ynh "07S4_J.I"~`mwI),'ui^^qnfr?|7=7Uc~=/ Q#bௌaMՏNGx 7^$FTDsGٮ8{7D^ۡ+EmB;dNnT;yH3;A,X;^H'2$Ji4 #ؘd =<,׉Ȅ[B,,;`CjʔLz3|dy^o+Ƌ`otN26;5(p#RJiw|c]j0ҜDbK3U}>8Ɨam"l6|I?T*f"?씫G5(7Olk}Z+S>6ޤ배ΫIT^~:HzÄԸElmp o$v;\j̼s@7u3Hӟl?Br캨px%.sX`Iu-]d*:s`hgZ;ybT|fM'|l3!] x uQ D>'(i@_- Ș Mb4ݛq &aoaZT\1ռ j6(En٬UB*v& ~ *@,߄a*fQݍb ͓^ZDwxk{,EK$l4]svwp 8'q|{j-'T+\7C)uX^*J;'h! @=Qwus s_#&lr&Vh6+02i2džZX1GuJ &I`vɖň tż +%o TyX/in-Pb4*ƶ% ּP_t[h͜V8}}k]#I)ȕEh)Rw·vͳs+nN .7mc"TLiLTG a; 9S]p8O1ޕ^l]筽 Ol[UC۸y#h=.IҢ${)_XkV0`ȂKTٌ`rĶ2vY";l=&GaF5|u %_MVnMͥiW 2{/ך_|]=jf5ڰgY}uu̼>Ϊ? 7K3;s |=T59{ <)G;+.) 7KF5IMh%:|MRqmU/Ue+kWk}ܯq#IfTP`8+#{ͨlN_2g:X>b_ 9c/ HIL]L˺=JcӶ4$bʵ/G"T0)N$^c?iʏ83[&8[Ċ6?IaCkWD,FAGjGMbv;[y2%ިGo^$0h[YѪ ; },Ҙ@r~a :UڰnS_L՚;5-2努ZV!z_YCBe_Υ)!M׹P4=Sr,^g_ 3cKdCwU #3$1ݖwE9lRx <n؈AI3i; EM2J7ح?P 'UJ6-Lб\?|'L&Bj0wgX)x53 MbI *xpeO:MD)Z>-!EO!Rn#J_EJɡ\z<4A61υ׻f8)p/h6VWLYuݧP9L~]#9(91!4kC>6^=ޘʐf͉=GCaΏI+^q^gߞrMUpm-nؐ[z7:o]S*|^u7|%[vלEg ^Z12g&COJf5>7Ս|qlg K'{FMa\\OjEu`h45QG>LG+hC2!;2=bt!#6^ދPt=S8z] '҆h7w6&^lfؖmzmSk0Xikp4P_Bp(ŁHb*# +V4CCAgZ$}_"deeRc]3OXܨ\fe݀FA|m84W8D[ Ј Mׂlw{WDǙ)Zs+n1+R[JIWT`n7'`M–6 䦯'>a[kE]{e6k0p`[ϳf#*{Ed$ڧ"ȩ0.,7co>8Z^\֝3]o[+Wo&o}èQ@?;x7HI;wCܨf^|?7Uja~W+ Z .m9`ٵ1豥OlQI<Şo-Ch3ks14x%goWqs٤7TvTHE_ |?K V=k%64Ef71f cBc?̋=u@e LX cw#4+2޿!t h#N"ꞆGv >C W U"hnuhڭ$NxE lCʘD(Dܴ)磃_? YfiO(:>O|1-]k6dhNj8R6F3[<\!)Bm$PoD<*ņ}?~`] ́j {r:_;v,tR g䱢;R8[2B2݋PE,2hfL뽪@Ngߛy& b;(.J1 X$fw<'z"Ћw{l{ YP}8cz 5eyIK2("tvW0kCnʂ8բEutx1pƆժ|dgr ^e/~4h0'ɟMV鲛0 Ȃ7){+4S/3_N#qlX = էK2+|!=>u-)&OlKYiy'E:2TTcWiee$}pe/=hӍ۪9JZ*J|K C W4{ snF|9W;*<ņF=]gT~-3.QX3P{dY+%, $$~A7)G&x~C>A:a}x@ǚRi 9^r.2V$>0Im'/9 bL$ح-L]2ADέCyE,*]!ap|yঠ+;^rS Id.f_tbӷ- }jXT4퉨v+K-wƮ6yP^:uytaCp߽VLF84LG4xJRYT~V E1!^MX w_t DrVS]mNHźe ZӐ]c$H]8?H9\xus2Cb9jN(ܚIbX^|[y^H]y+Զ;M w(GHeP dnDE H&< 89K$3y x; 9b$w8G(L'z{~]J ]z.CSLb}U"z BOK`PL^ Q M|Y:+iu_T~ǞƱ taih<[!ZBn$cѮRؘA'+y4_j `2&_j>/#IPc/ɍ][Z'"RwU/Wjje9h:(jŖkPQV];*8]k`1eZ+qVijǮr7/W8, vyTè".aW.4P*8L=]6]i*ƿ$naQ,L%Ku%8]0ygMl4ؠH*=2Iuѻ!D@lҹ,d`=HjE)޳k4:2zh =3y>9Dž⪻v. :v+eL 3|\]׵Loa+ݼE@i|n2A{v,s'n{ oSbGFF7!R2NMD:yfnQ 5Lu?رI0$"Gp&G +7wm5lêH' 5K`1`%M"U+D!Ll^ِKBwNA'$g&_Xl0&o{cd~ aKYBa-AT3`F8 pqlE' חJ}Ce0P}7H/ZZ7K}b4^k0[~XKŒ9}_C7cAMAƲMDѶj!^]zنb y]pܫ\16ؿ]E<lo G$^mJf-5n G'P/`yC5Cu rhoiYM T[Az.v]Z$X$R8O[(,ܴQ9G\T>o#:cx7xN֍^>~fa:ał@ЩzuVC/ua+lSl52;mþ uF5/ViT~_lLGLCgia>; G-WW+Etk յE# Puٿ]ޖ?jEq?uSú $<fP l*rem:UM$ÂF[F^OOl1Z嚱ةjktT5otJ]0VD^ s<'2(KJ5' =8..y;5|Q4BT$贪wM-=ѱ*9Cb/=״Vy">Z0Z^%} WTݍJYNqP|l lywƢvBvv鱥ͽ^l:+kt*|,!)N /p}gn6F| C!t O&5&UxQ}-7:] H6͖Pدs8j#?k2S(& \ld&m)xqC)!Z27&Ʉ6#F(52à6@`~:eLM☠N~b2X6aU4n}i; m JΥqj]#)>"BbڊӝQhc^GrVg@N2"4kN$ 9$Es72x2})׸~0#i3PrlK`%` >>j_o[)F!Y Bj106ZAMr"B(}/ -½67I WLig;IQ+x p>AĨrnxi½BE.#R)W*5I5EZ Qoʒ)",X97JGh8{25]?<  K<Cq#KN.hARl0nIӭ()d2y9a&')Vd|V ޢ:cߑm)!Tcj$JBo6瑚%D{G ="yXAo%Gysx}7de_2ţ} Ğz1hw'" Ckds[$?J}JujԨˎ#6S<%o@Jx]-1 #j;z@]V},Ԅת 9kqF< sgåGuh&=-kCghL"#GjIHi(i 7(t.}T kڠ}m@|c HãPy~bSG. 11 HE$0zٌ)Hy_1~!vocʀ9Bmf4ii&+}&k!FyF-u|x!<.R^;'L :g Y e.đZ"J] TPb\!6 Hw:#1{_rV:n`jHǽLEC H())Py݊pi^ݖ |1k[.W_K 4eHMkvi} C1ZX3ĒPa= TġhI&ӫ$?U?t,MTiY1_Ke]1oOq4J|ܦYdT7E Xj. h`r!Nz`tV'7B9 k.NDl@'F_uFk_ F)sJ>/vq%ڜ8oeq8}d &͎A촓| (rUΝ/פcc.6 3$ khq}2F>c7^u 5Hb8j#=a7ݍ3PFnͲ ,}׿=Ԅ(sRq$GZϰ}@fk!*e$4?r\Z9yP~VϟŷtَZntb0g@ayBPv_N 9 ʶ"ݗF;vZ,tݐnk \ pf*%'(ޖ>BheW~Y1~ɏ}At~I0~I_(zص޸> =]8?Q0| ץcUTmDɬb.^,Qs~I"j ꔂ3kOG*̜ Ē6$spW @A1s䴎<}SAbIw~:Ά2T7j̤uo:{Yy3XWL\HGkM '?++IJgo߳xR^56,Trύe0 h˒uKֻtEZ#"O3 S-Z6~VR?2MiZ5PĶ_۶KOGUj{zO*Sk&*;lS/$5} DFQ?H],GE_C[ѣL?&ɽCPf/"y4GIiwϢ:K.b*^[ )6@BfQCd"J=i9,,킰Bl/YyyuxZZ0B  &HUSCG4RJw=ej /nމh9͖p\^.>)}8oҼ?%9&9lCDqH' auy/Qa]ޖmiJ՚9B2#mexb@+6nz/#TW ɪ^Rռ!T 6h\siON%kwcZW]xosw-;J}U_#X)+Bۺ?bTČS#JDϡDqe< FUNb&%8t8eykv"xɷx+hj6P.%&΄ ^/RU|]hԃwȬ9TYˤm)U$̑Mu6b9qH:ʻAM{(Y}K7oN7U7 nJ%@&/r!lNp9MLtⰸkoWY1(g4*NPadbrAԮw\9 iu) ֞Pn d| O4{0N5\l5.L-A)އ餃z 组F@ylHfXޛl.mk j2 sTztz妑,FGZn^{cPq'O ;'NM o8:1(8: fdBC(` SWkFоp]{{dtU8lctԟ.eTɭ)a\߁F%fX=Lj /3xY|&+J e=#EOEKQZJ4<3۰Z%>gRb.BfEϲLa:I0yGO9"RIe` *._54=;3NL5ۑo4aglE Ti^1wa/0K`v>*;YUN/]XP1b8bJdӶbWoy`}ǭlpsɩnJ9r~@1XG-)= a5!_ALxZMp@'xy` 2?o=OP:[waUnAx͡'T}[I눱-=f݀,lp;+F @ÚCQ WGh-M!ӆw,*;"( zRLNMq,͖#. Pm<)cX(*WoZu0$KrV`bf%k~,[; (|c,[S/VXjX8S_m-rĊA7W]7?js If;08eTI ][MTW g&KLOןv};qsaOt@匧V HLsQFA 눰50 .fcV%H*TJRi)UжONa:Z3t7\K( Qk䲹4#0Ŭu32AL5+ ۱+q$!ygp] 6*PYY3C$B%1lJ8]orL`*&cԺMfd\yV̸{RZkW_x`vf[>Gv[H9"eDhpQ΁V9 R.X@^!ڍciăڧ/7v3^֧q%&2Ym 60,׺۬ 4.&IXIyjODh3L0âwPr_w\7RE{H%MVoOL;:q^Q=L-cnU!ꋘ* ~K@X3KUˉ,ĽߏA :d$\g͈b SOƧ{ Mѓ !ވb>0]ݪ)y_c㶸X00r56}ovzk ԫN6[0p*F:ԧMFs2 (ՉM{o]En8Bs$^P(Fku٢O:ՒƞMN}*dZĤu,\ )58K ͱEw&ozP<1>mWցv#d_ ;5:[jᨴГK)ptGl@mG=|d\.Wuֻ5/tnƿBFnÙļ!ѨJG!+˘h4K3k1HGz SᴇmU ;xs]͑fꇢZKAISvA>\"cDBx5I齕^#b{Y!T識^DO}lo9H'mWz۔8KKi #ލ6WtS ̢{ipmZZ(rx9zgK)!;,&:>*g3B\V&?PGtD(ºTJ䇔|$  /2OڂGz_Gd/!vt\\ {lds8b X <œ- ~"zta\g ev͢Dpx/#,#weGn "Z0 1WLc"Y©5S98=q'S8%Kuù*PJ7w[LeL^xhVڼ}l4"T%ɠ1͝ ,YVa6b{rJhF)(V-EO@6lN,>-Ly릲RPs8y\!VqѶi33;F-+{y]}#aQޖ#OXe%-ÊKEgP1Mn8AhbۼRIӯ3)gU1<ߺzhSBhcN %ŝ DI EjڒH-7|0gTp*P'[ꅣW=,N Yhҹ0Sk0URR5>KbDId:2djaTOM w搕"Wک!#e)]?<Ć8C(tFkOy5˟v?la56@KPo#zPJ( s&󐍘e0}bݴ];5˴$pYPbAKo_Plr: 9 :F5p/*k{T{^-0@46Rd8#k%5cw-5cV@Ő9])9xk$pʙHU5sf@)rd piΤDi#354OB`l9Q~c:Q{<ǖ;;;LS_Oa2Z4+HIG6j*ު% p)ޓg٬H5T{M<;7p׏ɀz3삉";-"u͠A.68Ǜ'qEenD8QLy yrJ8\ؚrEz9ۺ"YtI<@bm'"9 <怎,XbonC&PD8riʂ<2D5N'뭊Et$ެ2%ɞ UFrǮw&].7$?釥m 58P ,4pYkJ+X)E byS،׊H} .V+ZvI܏%"s*6ֽebu/.s6q;W)먘]xr vmZOEWImRjvO̳A8#ABr5 /`+B~N\]"n__; /2&e"pQ6K.%\R 6lC`U~,wߧ{ެ4˥R2cAm)bΧ'Bu=7@i,fAcSn&bKtA18ǬԈCyxWl 8q:0ufqѩ!XM䘩mseԲצ9;hZ7V[G:j! dE5,Zʢs+Zԩ=x^d|5N-Ӗ4zK=뇝Bf d&n8frށQwX=2QuX> ZI[ glzE^Hj0:y}]ߜP7n*B]xՔL_{edRVݬov)1LҨ^:[1,-J(hh6 2Pι+Q+5}X9޸ARPQnШ6YPQ噼36aG L nEgR 4t-nR Q=Rz0}Y<˵kq@~\8_"o-R1[ZaR=;XzW!,o][)oғ52X՟9jW-mWPz kV33]Xdc4f u-N^f=!A==XKr| ws6u?VJE"|Z0T;SiWkddûI%D>׆T҄HVa/$ y4P#>١%&3@Yqݥu8{}d4wڪ]؏vXpξҤ?\cItt9|MfH0B54;R4KqP) :dj Gb:xq;OˑҟxZ{ci6o1br4~E~-W@i2kcJ|PW';&2J@x1iUbm itWK%B҇^ T JxJ &s .M[3+? }H)XE<kp7_dAXNX׳,P` w=kqm\s&zX gCX5hgFeA߃>5̆Ly;*\Pпϋu^Ea+oc`]*" ZR5=>oZumyF%j.:lA:2mIg27J|gXG;DLSRj&su= le\]N8|Xk2FfTP;h)Vz6;9fEDSǼ2זÐ.JAe 8-X8F,YUqo4"0\ 츺P as6ƸK@c;SMOхY̦9[ r7@05[?]x' Jmᚸpܿs SP&m.93'~T͋mq(ɚ'mD?|N艡uG$Jf߽;SW<#WKDv6"|jpbGpW y7xz \kReon~:U۩c4rRcL͈[@$tSPnۧEkd5X 9'uLu;9 Ɯk ۨ,v=猗.Y_^[ITsܒO9_Iw'U9juOh$^k!ɱ;Ii@xziTl5?lLV#6v徽$+7hU,LI˂e!k _G OR'~[U:Oџ/%Hvb5цHn ~v__՘SUPȪBׄ"srɖvh58ӊgv`BrMu-i@*箠i(=hW/ruCU}=4֥b";B={=?$8VEN#dl6bp/B"Y׆Eė&JH?tAU s-E|lGlFyy${gm*"  mCĎ~HiNMjZR/;jraeb5 tI<ݗLoz!(9CPy/hՊ2VȨJt@jȼd1qRx/inzWrvd-`]Ű_Yqu_yǁ;WimEr\gfx4:>EJzW? CmbJn#ڶtZ:tX&5.c/IݥW$ uz:>l>I'"0 'RCqI#7)ZlʻXp,ф]s߹*#fx^TNz(O(wO:'H/I}r:0|9$_Bı+3D'52]^J{(tȼ/Y<wӚ%eƩ 悈w!)Ҭ/R^U2ϭ"(SSmZ!ROrH5b@;*l̀͌L>(w5`0!7ga%pq$4KTX^R5hQ$*53&(JPMf۪9W7;ukLwzǂE*m.rNSβB<b$@9(scѠU5|qJ")"]u# ת&I-> #\'fe4KpA ! -MgZz|rFEOCځqcUPr-6>"Dpدy=m2AI;@3rQJ<PgiJRz#M>6ޝ£Qu{C%mIhGÇf@}?>p Pi}M{sHa*;GNu, V2Vϵ-5؂3:J ] 6?k"DZUX)^>;?) ͸z W1ǚ`*Ř.aKu>ԩ.hlAc bCj姞N Xm|r'B<ѮP+ad3iM;4p溾M otsT]7,t? P~N2Yܭ(k{4H~ԯm(*'E E]46JfaNKSF6(Lz<~nw|l6;B&صo|Mj6 ~0buɉop@>g۳"ȍIz:AWt '93KHXGz=F.kotVIϜ:kRqQ@b( u0J?  ;f%oR`&i-v1+],fnh3~pr((ug`kِ-BI\;]>4Y֗ RtB8'.BGŗzy87j-{a KZj fFzVD5BaR<2ƌ{W a%oݰ"'O<}箸Ra`. 0I7:L}H HbD07Fb)v;˯o->gWښ N3>6$+ь*8B%-P ,Kb^5D_+p:ԇJHvǕf% oeRR,(IWӆ{u(ghxՂ^B.k "gXB4+Jy`_.e`%7h+e@\",a{ywϻH !lEq/{A>&Z+MIԎ~,Z)-\#)yPEzY3XY{;y:DVh:T~^s~#=:Sa_[4K*+٩{/`Y&"fݜ4ƴ['۝Յ2긳͝,E$ A}gL @Se2웾_v"ex,P؎ʇ{\5sSmJ0vWa+($a,93NX_Xs{#w:<4X@*<-aיoXF?ed~.mBvAOЮ_&k߭p\io"J>:LjMg7,pNݶN({%f]Y0eYhj Ebv:t2:2] ;w99C4dL^[++4j|/PGc&6R,.)w!% Dkat}TfqvZId%?' '$?)E=&$m 12Vdp[?tu fh| vomw;+N||Xa,Vdr^mۂDM ֍4C!6 rn0KV]\ήtx fk6;FXDs-j+8&I)ZV*D;ܮ5 2eaȵj 4 AJ|T@q]Oc]mbBIfbAyֲVZD)7Jk{HU{YʦzLYx>, {"YnA,"&gFh ib%񶋰ugFZ4$<Kl |w%G?d8If b|tS.`nk4bRr ^N!Mw[au =L$MֲX YQU#0oK-ߪ 'Amh9[9K1|qI_oqjT3{} {gN;OѮDϊom{ޘẄ́م`OYKܓy5Ǭ?Nٗ (cw 1K@>•(W :։B$!kAY@|轷zuƈ'4d?(nнpdͤ|5lVf3K._68m0C;H7ORuw("3}&&w' MsOQNn^]< mQ%W뫅u N)sQ"EF]C]E[ 85ȘL0}W8eMzk.1q&2\smx\gXݢV"f# ˿og, SJgś8zCΛ}N0ϙV#[h, -WdV!>{?xi\ ے~$C*s;ʢQ (كwE>/Sٿ>nrz"`Lj[ԏC;ma#GQ5~b o*ԙO`S\C96ܬE4)*ξ~C8qfDnYEc@BbH>h=KJQkq87$50'ngIDor]+g ]Q{pj*&"<7FB 38S:iAd7:jl$7O1U8p4Hj,7Ѹ.)菎MTh':~_t(P)(4G$3V?gc/5CAtd32[@ub2PVd*BC%bks(=,AvfBwU$/Р0mL{4c>5hY $K{=oVtBf¨D8P< wuv$5@Y"ۋ|4fg*˳o"lUX~148')aʀua@wKgr~X,3p_C=KlNDڲOg>L+@*tnYϠTэyZuu-1\}UM`EﶲQ]BJM0ņcLPll+EW8w;yoB:? zUdVv>{%@:dJ.2>T'!q8UZz!8+%nSd24TpG ɯ|0$]PtWocL?V@ +Xx"W{IΔ-ʉ٦ R//*C IKqԫ{NmYSxe{ gI,bh9Bl:Lĩ㸓/te(Sў|{A֤K\Ϊ J_Ei3x|Ǖ%|=.Rm 9qw9=l|P3tt%lх_H|3NL=[ N;U()'B{=< $yp8 [=Lp@Kp`6pR _$Y!CmYi:gх1Φ2IY`h3򙋍ٓ$V,F ɉ'dy¡&&VUGqS(-HհQb}S.õ澩M7F̾ءKk}q\>E?%d G'Dqzķ9Q7Jı Cj8 Ex=C>KAGr5:әZjS#S|M/pMD1!mgs!)d#r/+:BJd{{M҂i eM.ݘv5n)R*d|OLrx!w( e2fh -EtK{@| V:p 81FKN^X/MhrҲ[艘QQvW?Xy 5Ifm~u$ۀ2E|{c S $GACkoM*9/#׍A6>oGH "z5xּÿK\GO\z^\^@AcEpA HLJ4w@_%f~T&Gi~mIZV6'0\k)lro%ZP)lLC ym.DgtU(;+y%~{5]qhM7(X7PF{e5m8 fVWk&(T0C ㏯ ˓)D=@ ~B+\#aoZɑ#aW_ qDu7%8 xd$^ޖ-e|$G4}hIx}m7_BUMqáwBbOgmEs@ vWq W +ΣUд9*pT0 C(եGXfhCJhz+HQEuc~O(7w޿Xq7L)% ZZicF j_a'IEя=DJTƮ hOo1"n$ca0s)2:wZ>cv8d Dt b|wiFgT+4/{=7sj-z$ح6zJ?<"ڂj3c/ \rą\Ut5މo|\݈*h0\Xo8~}mC0!K5kCaCTJ]H;d(:54Z3۠)ʫq> 7mW6]Q]qHD!*M-DTDWf[Ao1Үd $k?B7P6v@iȊp s@W|V݅@0Pvw7L'%f:gA}r,]+0\[Å/ N*i(߁Mb):U*XcTQ'e($?#mX3=fE]45KCA劒3/wIߍ]S9 DU88VNNj߿b.Ef}L,##qcc* xIى2 A6ak8KONZcsq)$h`D.JogE=4+,*\D'2N7n#5볂 26^a NLg2.:ӥ.F0ٽHglWqP{1!,q⒈Vr,-*JKLJ`Am}% ,""ޢ֕S(™Bۦ} hY-GVvt@"by)<,}Es0:/wzOJ V&% U \bw;N _ͷ}uك)'$֋1w/-TH "$Es64<]&]ѧ=>uFW$BK.|3ك5L)H.SUXap9[up ڤ1?K@5 6|hM0޳76)8 \W0/^C1Hq*j0 '_36i&́ǒ>D';^R{a}VH opX?`kq &\oo'h4"cJZ3Xpا ifc-)tV&lCL\ll,NgDS+אǻ ?:'!0oZ.!A'/xr7n+[1@Zd* fo~.쒏2bhY(gf!]]x4t&*a7jYif! |!\B٫@ ۆa=cm_@kdI V*/,5mJa%G@*b-k*[Oks5.jP"ui(!8cÃ["2GΗ"["[IWV ޭG[# (ZJأXmHץ| $벾Yzb |ܧ FۼhT%pQ?(9Iia uw f#0%m*RLqRu915;^5"}Sg*>Y0Xؒ QkOť펞kņV$|u"$ Bnt3$&+UP_;jH7@z&~N[[oFY+$ҞO9w˨7HUqޒ+ B7E #܌m/0;;WK5`^UH<ǶB :<{fQҵQ:w\(/E$ )Vg8,NaT9< i^g]FjA =DQyPEfRR*0b5Vda 3ŷ.@TX!~Q>8Ӟ-Bji\-D H8Au(Q`NG{I Ӊ4Es:sٍmmI`|)LLjt52"lY[vm+!T(nF@F6g3mÉAr=KZ$8QiQRSQă완TTM?[92zl (NŃ ~`|ʠ"1=0Lnp;s[\U.&/ɠ.ܰP>{ aW-UVNk6k#Xy0Jjzô- &[/URPf4^2pCO ~}?iM\ 6/%x"Ac&3Iā *i?֐{ŹA!{ צZ+Bl;^noc|EE wTUo('_r5_'>40ζ*σ f6Z %f>g7b 0@|NH2*O_! F|dڄ).%OwCމ(UsZkdbcajaXϡ1TsePa 4?vQ s C]%JJddr5ЁC9MfftlKA~s<)}rSZ׹V$76̬Hvp $%KmuFg1( `h7xOٙY -޻捔H>Hz)g#'Cgs&ȉp2*!RE[ 'j'LuQMߡ? 3glX"F%g23ȸXWk{L.fIoouՕk]豛I!!NWw^ް>>|*+ј]J/3:б#K*p{,1[t%X%rt@C.j";R+!9)6m't5P?Lၯ']3 'W*zM7ja]G{kh8ԡQW (^iCD^7Sߎn`sƆ7S?)۩QxP{V9Mbmd#|pmdwe{M^9f@ULaX>%]) a)I5vg; 4|c-BIo`pq~(K~jS}ȼ(0+S@؍u(đ8WOY6QOqΥp;|ttb[zQVVKy`G0,Lf3iR);) qqqdI.YfgETZt84iR5a\~aJ:,&{-5 k^67)F'1FQckz6bP`n͇A( :~w^l\Jcԏ~ `k RXHHݷ _;* yz >O:. 5f9j-v菐`@;U`Gnu*qJP6#`FPwn9N +b#"j' ztn9<|۸P@rh?5E&Fn͍+#{ n]%cPB3XUlZ%wv=~nR#/3`̝d1m 6'Q,nW2 .e$# [z֥?"U|5tĉ*Y/3 %0KM, =hޜp R:n˕ 3~2'= Rrbh 3Z- hAAn7{%^q҆|J珞_<)9RtWͭvq3c-̖ᱭUN%dh`y֦E[VN݃g}5swGepppm:=;h6 WO}~] v e~r>ǁrD qѝ_J z.sJBԫT?-pa=42XWPNtY}BzB_W1ᒦ)هPWTEP/JmkMP`#u?s8^\;c5%$KGs|H^:S!M7cIKP#X@=8^~)tF Ȯ1lZƒ{ VI8/!5xh`=?՚̞tb~HJݺz3m tK@CJbzOh$R򧘸KIUTTy~$hF01 H#~,}LoLU"pfy0AzfwOc fކ :R]ԩR訌a@>3ZV1u'3CyZ$xS%dB>5:xIkxTb+ldIxYeӌ戦4 "elcO웪kEm |/& X>Ik`qʳb1烔J~_M )J*K; Ixp[Cwe9'X{?H$+ZFk|fkǽYk#T O$oO; 'RXpv+k%`J*U Xy#|SQ K,jpVtpdD(6lE`t0&[nGz+k9ѸKt 5ETke>:&ȳ`5oTOV1A%,7uVL\Z-xzT˔ G(r;aOA¥Tu~q,@Bt,Up\bL'$B@44%S%A =#9؏7wG~S ?dW 8Rw̎ @ʛ77n|P;yF~Rs@bFp:@pp:Y ,-p ҆JK),zO0#k5.ȯ/}11@fͧyqP2Tt5"&c(B)BAYr'Ԟ `⽇Z\Z_ ^Ū.(J_<C.l>@Mǥ6V漇P)G=EDvEi⡂uit/QR}O[LI .e& YZ