libretro-gtk-1-0-1.0.2-bp155.3.8 >  A dk5I%z *+ӕ6ף1SDiQ-yz+ϑA!e摻B ;4*rnWO%4R9_ фr@,mU, q';4>VTV3|`_ ;!ObW^=XÒv7P[Ǯu)i7k6+3kD^Qq*JPy0N]<;8EUA}R%O )Zs*j x{^fUsz$[ƵC Kh'P6LTzM6*yy$x?b~fɻczE%h9 'D ?ٴwhysR\+p*Ir+QkP"%k'PǷŧ0tqy(!{P-%XQݩdgʑ t.W[2OL. ?C雥>A5Pޥ+ ԕ lOҲ<[p^s mųka(7Z޾Of413d0fe96968d61e72a8ded0237e72a7633ca12af09422e0f8e88dafc78ebd2eaed912471a9e057b927c6f3e11bbd4928b943ae]8dk5I%z K_V*>H@!P&t/PAm>Rbc4R2 @7&׀_o"=g5o~&D| Yj3`dPXY"WϻÊ`~jKg}caÝ0L.4G'yPg^*°s [|dV,@R#sYҕ>z0Bf%IƎ 3Dh0:&|c2U uF4՗#7#@w}+6g4.A" f$utA K7O9FBЖ :+mvb+Dev,,֣g7N78T(`|s3WlJܴ0ω}^ ?Tg2Zܳp`la> }V8v@/(mFyz8m=\G$ϩKBN$[t0X@A2_`UYe<b[hkb#WCq$-HW4u>p@C?Cd # V 9BO iz     :X|,(?8H9:>?@@?OF?^G?tH?I?X?Y?\?]?^@?b@cArdAeAfAlAuAvBwBxByBzC C0C4C:C|Clibretro-gtk-1-01.0.2bp155.3.8Toolkit to write Gtk+3-based frontends to libretroretro-gtk wraps the libretro API for use in Gtk applications such as GNOME Games. (libretro is an API specification implemented by some emulator libraries like libretro-bsnes.)dks390zl25qvSUSE Linux Enterprise 15 SP5openSUSEGPL-3.0-onlyhttps://bugs.opensuse.orgSystem/Librarieshttps://git.gnome.org/browse/retro-gtklinuxs390x)?LA큤A큤dkdk`W`Wdk`Wa7c291c5191a957afe4447d2304dc7dd71003cf4d12e7113a0e1797af5ac23c14cbd6ef9d567b84162a63f27bc590f31602927904447e51b7d2f7463f205bf4b3642673cad1e8015fedf0aad85a75a53705e1fea6fa556d33d5934215111eb340ae0485a5bd37a63e63603596417e4eb0e653334fa6c7f932ca3a0e85d4af227rootrootrootrootrootrootrootrootrootrootrootrootretro-gtk-1.0.2-bp155.3.8.src.rpmlibretro-gtk-1-0libretro-gtk-1-0(s390-64)libretro-gtk-1.so.0()(64bit)@@@@@@@@@@@@@     /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libepoxy.so.0()(64bit)libgdk-3.so.0()(64bit)libgdk_pixbuf-2.0.so.0()(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libgtk-3.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)retro-gtkrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.0.23.0.4-14.6.0-14.0-15.2-14.14.3a`X_Í@__[@^$D]z3@\M[t[^[\ZZ@ZZ @Y@Y{Y*@YzY@@YlX@XƉXf@X@W@Wv@Luciano Santos Dominique Leuenberger Bjørn Lie dimstar@opensuse.orgBjørn Lie mgorse@suse.comBjørn Lie bjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.comdimstar@opensuse.orgdimstar@opensuse.orgluc14n0@linuxmail.orgadrien.plazas@suse.comzaitor@opensuse.orgaplazas@suse.comaplazas@suse.comaplazas@suse.comaplazas@suse.comdimstar@opensuse.orgdimstar@opensuse.orgadrien.plazas@suse.comadrien.plazas@suse.comjengelh@inai.dedimstar@opensuse.org- Add upstream 0001-Retro-GTK-1.0.2-fix-meson-build-failure.patch based on commit 8016c10e7216394bc66281f2d9be740140b6fad6 to fix pkg.generate() that got "export_packages" and "namespace" keyword arguments removed in Meson 0.60 release.- Update to version 1.0.2: + RetroCoreDescriptor: Propagate an accidentally unhandled error. + Implement mouse buttons 4 and 5. + Fix the GLES context initialization. + Drop the code making temporary copies of the core to avoid static variable collisions, this isn't needed anymore as such collisions can't happen since a single instance of a core is used per subprocess. + Many code style cleanups.- Update to version 1.0.1: + RetroCoreView: Add the key press, key release and touch event masks to ensure it receives all the events it can handle, and hence to ensure that these input methods work as expected. + Meson: Add the vapi option to allow disabling building Vala bindings. + Documentation: - Add the Libretro Core Descriptor Specification 1.0 section. - Add the Retro Reference Test Case Specification 1.0 section. + Clean up the documentation, README.md, HACKING.md, retro-gtk.doap, .editorconfig, update-from-retroarch, the Meson files, and more.- Update to version 1.0.0: + Major API overhaul and API version bump, detailing all the changes would be ridiculous and hence won't be done. + Run Libretro cores isolated in a dedicated subprocess, similarly to how modern web browsers handle web pages. + Support Libretro cores rendering their video with OpenGL. + Improve the Libretro core timing accuracy. + Resample the Libretro core's audio output to ensure it matches its play speed. - Package the new retro-runner in the main package. The library requires this to be present. - Add pkgconfig(samplerate) BuildRequires: new dependency.- Update to version 0.18.1: + Meson: - Bump the required version to 0.50.0 to fix a build-time-warning. - Explicitly specify the GIR namespace and the packages GIR exports. + RetroGLDisplay: Scale coordinates on display for pointer inputs to work in Hi-DPI. + Register a GType for RetroRumbleEffect.- Update to version 0.18.0: + Pixbufs: - Add retro_pixbuf_set_aspect_ratio() for embedding aspect ratio value to a GdkPixbuf. - Add retro_pixbuf_get_aspect_ratio() for retrieving the value set with retro_pixbuf_set_aspect_ratio(). - Deprecate x-dpi and y-dpi metadata options. + RetroCoreView: - Take pixbuf aspect ratio into account when drawing a standalone pixbuf instead of using aspect ratio of the current core. + Fix build on Fedora 30.- Update to version 0.16.1: + RetroCoreView: Support RETRO_CONTROLLER_TYPE_KEYBOARD. + RetroCore: Bufferize single audio frames to emit them as batches for better performances. + Add CSS names to widgets.- Update to version 0.16.0: + Update README.md.- Update to version 0.15.90: + RetroMainLoop: - Lower the priority of the loop to prevent a lagging game from freezing the rendering of its video. - Prevent reference leaking when destroying the loop while it's not stopped by not giving a reference to the loop's callback. + RetroGLDisplay: Take the UI's scale into account, making it usable in Hi-DPI. + Prepare RetroGLDisplay for GTK+ 4: - Don't clear depth buffer as we don't use it and as this would cause glitches in GTK+ 4. - Explicitly use glClearColor(). - Call glBindTexture() on every frame to ensure that we're always working with the right texture, which is needed for GTK+ 4. + Fix reference cycles in retro-demo to avoid memory leaks.- Update to version 0.15.3: + Build: - Replace the Autotools by Meson. - Replace intltool for gettext. - Replace the update-gameinfo build target by the update-gameinfo.sh script. - Add a development profile, settable by passing the `-Dprofile=development` parameter to Meson. This profile makes it clear the application is a development version by appending ` (Development)` to the application name, by appending `Devel` to the application ID, by changing the style of the header bar and by appending the commit tag or `-devel` to the version number. + UI: - Allow to set the keyboard to gamepad mapping from the preferences Controllers page. - Make searching for local covers less greedy and asynchronous, speeding up the loading time of the collection. - Move the application menu to the collection view's header bar. - Add the Help application menu entry, opening Games' documentation on the GNOME wiki. - Add the Shortcuts application menu entry displaying a shortcuts window. - Display small thumbnails if the window is narrow to display more of games. - Correctly update the selected media number on the media selector. - Drop the shadow in the collection view's scrolled window. + Libretro backend: - Add support for .options keyfiles listing options to be set on a Libretro core at initialization time. - Add predefined options for DeSmuME and DeSmuME 2015. + Supported games: - Add support for Virtual Boy games. - Use a dedicated MIME type for Neo Geo Pocket Color instead of the Neo Geo Pocket one. - Use a phony TurboGrafx-CD MIME type to fetch information from Grilo. + Allow to read cue sheets in other formats than UTF-8, avoiding the application to crash when parsing a file in UTF-16 or other encoding. + Update the authors lists. + Update the appdata to the latest specifications, OARS metadata and update gitlab links. + Updated translations. - Bump namever define to 0_14-0 following upstreams changes.- Update to version 0.14.0: + Add dependency on libepoxy. + RetroCoreView: - Render the video with OpenGL instead of Cairo. - Drop the 'pixbuf' property, but keep the pixbuf accessor functions. - Grab the focus when clicked, avoiding to miss the player's keyboard events to control the game. - Allow it to be the default widget by default bt setting the 'can-default' property to TRUE on construction. + Add internal support for GLSL based video filters and port the existing ones to GLSL so they can work with the OpenGL renderer. + Add RETRO_VIDEO_FILTER_CRT, a RetroVideoFilter demanding the video display to mimick a CRT TV screen. + RetroPixdata: - Add retro_pixdata_get_width/height() and retro_pixdata_load_gl_texture(), allowing to export the pixel data to an OpenGL texture and to draw it at the expected size. - Don't fail when constructing with a non-zero rowstride, as these are valid values. + Add the set_rumble_state() virtual method to RetroController and implement it in RetroCoreViewController. + Build system change: make retro-gtk-demo properly depend on retro-gtk. + Bugs fixed: bgo#790454. - Add pkgconfig(epoxy) BuildRequires: new dependency.- Use SPDX3.0 license tags and package COPYING as %license.- Update to version 0.13.2: + Port the build system to Meson, requiring version 0.43.0 and drop the Autotools. + Drop retro_core_remove_controller(), to remove a controller instead set it to NULL. + Make retro_core_poll_controllers(), retro_core_get_controller_input_state() and retro_core_get_controller_capabilities() private as they are meant to be used by the Libretro core and not the end users. + Add: - retro_core_set_default_controller() to set controllers to be used by default when there is no controller with the requested capability in the requested port. - retro_core_view_set_as_default_controller() to easily set the controllers of a RetroCoreView as the default controllers of a RetroCore. retro-demo now uses these. - retro_controller_has_capability() to easily check if a controller has the given RetroControllerType capability. - Add RetroInput to encapsulate the inputs used in an input state query. It is used in retro_controller_get_input_state() and retro_core_view_get_input_state(). - Add a count enumeration value to RetroControllerType and the various controller code enumerations. + Replace gboolean by bool in get_variable_update() to avoid crashes. + Better check the creation of the PuleAudio sound output to avoid crashes. - Replace configure, make, make_install macros by meson, meson_build and meson_install macros following upstream port to Meson Build System. - Rename library from libretro-gtk0 to libretro-gtk-0_14 since upstream dropped libretro-gtk.so and replaced libretro-gtk.so.0 by libretro-gtk-0.14.so - Drop intltool BuildRequires: it's not needed since retro-gtk do not use translations. - Add %namever and %libver macros to facilitate updatings.- Update to version 0.13.1: + This version ports retro-gtk from Vala to C and simnplifies the API a lot. It comes with lots of API breaks, so many that it would be simpler to list what remained similar to the 0.12 branch than what changed. + The API will keep changing during the 0.14 development cycle, but it is hoped to lead to less API breaks after that. - Replace BuildRequires vala with BuildRequires pkgconfig(vapigen) as retro-gtk is now a C library compiling a VAPI. - Rename subpackage typelib-1_0-Retro-0_12 to typelib-1_0-Retro-0_14 following upstream changes.- Drop no longer used tar scm service, upstream releases tarballs now.- Update to version 0.12.1: + Core: - Fix a memory leak in the destructor. - Support partially setting memory regions. + CoreView: Reset inputs when losing focus.- Update to version 0.12.0: + CoreViewInputDevice: Don't log errors when 'view' is NULL. + GameInfo: Remove some free to avoid uselessly trying to free an already freed RetroGameInfo.- Update to version 0.11.92: + Core: - Remove the barely used system-info property. - Use Gdk.EventKey for keyboard inputs. - Make the init singal an error-throwing method. - Implement disk handling directly. + CoreView can be exposed as a joypad, a mouse or a pointer. + retro-demo: add pointer support from CoreView. + Make all error domains internal. + Make internal and port to C: - GameInfo. - Module. - SystemAvInfo. - SystemInfo. - most of Core. - keyboard keys. + Remove unused symbols: - DiskControl. - GamepadConfiguration. - GamepadButtonType. - Keyboard. - KeyboardState. - MemDesc. - MemoryDescriptor. - MemoryMap. - Mouse. - VirtualGamepad. - get_system_info (). - SNES specific memory types from MemoryType.- Update to version 0.11.4.1: + A demo application has been added, it allows to directly test the without the need of an external tool. + Loading games: - Add the set_medias(), load_medias() and set_current_media() methods to Core and load the given medias (if any) in Core.init(). - Remove load_game() and prepare() Core methods from the public API as they are now used indirectly. - This should simplify loading games for the users of the library. + Logging: - Add the Core.log() signal which will emit a GLib compatible logging message with the Libretro core's name as the log domain. - Add retro_g_log() to simply handle Core.log() by outputing the logs in the expected unstructured GLib fashion. - Remove LogLevel, Log and FileStreamLog as they are now useless. + Add CoreView as a prototype of a single widget to handle most inputs and outputs of a core and use it in the demo. + Add CoreDescriptor.get_uri(). + Make CairoDisplay.set_core() and Make PaPlayer.set_core() accept null. + Fix the transmission of keyboard events to the Libretro core. + Rotation and many methods of Core are ported to C. - Rename subpackage typelib-1_0-Retro-0_10 to typelib-1_0-Retro-0_12 following upstream changes.- Update to version 0.10.0: + Save the expected ratio as DPI of the video frames. + Bugs fixed: bgo#769833, bgo#779924, bgo#779987.- Update to version 0.9.92: + Allow recursive iteration through Libretro cores of a directory. - Drop _service: upstream publishes proper tarballs now. - Drop libtool BuildRequires and no longer call autogen.sh: no longer needed since we use a botstrapped tarball.- Update to version 0.9.91: + Deduplicate some documentation. + Add missing MouseId values. + Remove deprecated input device types. + Allow core descriptors to check the firmwares. + Add an helper method to core descriptors tocheck the supported MIME types. + Add a module iterator, allowing sync and async module browsing. + Remove the now useless foreach function to browse the modules. + Add methods to Core to handle standalone cores more easily. + Fix an integer division when computing the aspect ratio. + Add a script to update libretro.h. - Remove retro-gtk-fix-build-deps.patch as it already is in the new sources.- Update to version 0.9.90: + Merge the retro-gobject module into retro-gtk. + Merge the RetroGtk namespace into Retro. + Remove many unused types and functions. + Refactor many types and functions. + Make the API overall simpler. + Search modules from their Libretro Core Descriptor. + Search Libretro modules in paths from the LIBRETRO_PLUGIN_PATH env variable. + Drop the ancient module query mechanisms. + Drop the ancient Libretro core path env variable. + Allow to set a smooth or sharp rendering to CairoDisplay. - Drop libretro-gobject0 and typelib-1_0-Retro-0_0 subpackage: functionality has been merged into the Gtk parts. - Rename typelib-1_0-RetroGtk-0_8 subpackage to typelib-1_0-RetroGtk-0_10, following upstream. - Add retro-gtk-fix-build-deps.patch which ensures the internal header is compiled before the files using it.- Improve the description and summary.- Initial package, version 0.8.1./sbin/ldconfig/sbin/ldconfigs390zl25 16847728421.0.2-bp155.3.81.0.2-bp155.3.8libretro-gtk-1.so.0libretro-gtk-1-0AUTHORSNEWSlibretro-gtk-1-0COPYING/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libretro-gtk-1-0//usr/share/licenses//usr/share/licenses/libretro-gtk-1-0/-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-SP5/standard/2dd9285f8c3aa63ca3b2080da3a75c99-retro-gtkcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=a30d118c95862611f6ff61252659a065e6684542, strippeddirectoryASCII textPRRRRRR R R R RRR R읺35usRMutf-8f3eb919fd6b9dc2899faa3f7c4df68b1837ce31a9dee94f2ea392360a20cac36?7zXZ !t/] crv9wU[4¡%:ĂRIx,WzdFR{~d)ٻi&{q^bo|"+#Y}Q[݋AٻLm<ž[r>>6G?]uˍvk'/늎\i;TxyŸ/ [{ZV I\Lh? t~`c~~ Mv|C(`&>On)|eU)ԷcD66LWj4w 9I)56Ļf%tk}wVNޮ`F7U! rP ;\DQ p2\ SO5ջ=v;Dx7U2Z!/ߜ6bK jŹxedq ;@>)R?.-^kIC%Mpp`($4conM#ޑ*kc [$t2UOֈ)ܕf`u]*l#8%I-pgA+\A 8t`C6%yt&M <9 ~)y!a/٘ng>U Ǩ +eßZgf*K4N0B;c*@)hT r^aVXr5ݞ^qY;q9&(֥Jµ=BHiwN5T~g/)gkS#Jx_s-h (ƒw3?{mR̅yVr`ۻu)HMnNw=8'dƵ^^*ΐ!2`2`Y>,D9吶jx!-Qĕ ?B+%7--ƚoeu+@u;rf\7/C5V3E"L|h:n+V}w/lΡ\|ˋ;]Ø{zDIfZEn9?X]QD]`ASPv 7,їٽZ Rt@;V<:6we;=;ygLD?Km45n3y%6\ v MWM Zjn0'&@{l6L ;I?hQ-8fڪ**+Wc!gܚXhJ|ferIj|e_>̊l. ܰ7eD0;<,65'֗/--钐+ȧʭމ#PO4'ɡStC @>)Z}K%t&K$:&9V @&ZA{J:'}+kuojG+t™1U1yԐ|/Nt$kFFѣL_ȆPv h_7傟ӉK.}[ h*܇X?25t,#<%}1Z,Zn6 I`E%_6JZ%V%O+مtʽ֪7b}ݽxJ:RrtT&tUcT3#_jI}fD$ ]K/v84`F2GHB7ۤW6r+UʔpU+pK1?!ȡ-M}âCiOf?-*F@!fi% \A2k6$WǚL>!bʟI# hӴYTaRJ+Li'Dνw$/`b^m6lЮ%}Δ7}z!P89r7!d:)3RبeᨎYrw_pגKR*AY +D'Z1)r:i7M.N:ѽ,XsĜ3)]+e Ev)^`N`K&h_%2:r@G8!zf[sI-4TUd&tet_tFPg|f](0gV0N'B_rk= )}0p3,,Vowl> m'(K!\!l!6oc2TꕙQܿ=#M gqM2m]_aI2(vBo)eI&{A1Z˵^Oo˷y0 L2ej/`[p>|'+׫} )e2-gw PiS\+p{'f-Vw:(8dD }i%YKT[04l v;f(o wDJ =  ޞ5@>1B (E0rUvVOO3W yU_` ;8`7B( _ -YN]֑nC~O'g6;:[ȊZ~9|uhP/l:֒2ሺ#n=r o o0lϓDP;{<7sa|MxNp 8O.TTKz$DaU3LmX8&~$Rwٜ==WH;qK_Uųe@<ܬ;upu&{~ #a}Ф*mfft5ARf$^E 5d\*.]x[fB}7kb|-T-YnUb?%F_AXcX֤[juS9HJUgD3K꿡CmiGny)7em]_+EXg5-|-Ns@t{g|oƑ{.03/aYnIǧJNx9/AV+cKCQzRXASja:z _\E[,EX H k$!X$5f Y;VL*h֓6ՙPh;)% 1&VO-Bz}=q?ZHLh]UmZVq@mԧӤRzߕP*duRIhH<`KsL0%ˁf2ٿ~v06eeFIHRUP|A=~dq nw"Oa![챽X5H&ܠ|o}@MO:YILw#׉JbJ[^$؇GK~ є2431qk bVf*1 9z#Q&,*{iN&eiƑGbh{m:{0Ǘwࣸ 2WI׾5"kq]*_0_'9gJb3zngߢI5p;'l &?M?>/zgWH,8}ͧ6c3$oK<+\w?yX1*~f?Kķ:O zoKwg۷ Z=ζ~ӷe-qN nMkv#T?a%!IIhrf#rBV ̋n1-}Y>ҺMp{_4zրI~?>bĕù& C5 ̂^d;YF6:ZA HoևiwwFHMSq龉k,4jЇ_c.R M8 !۱dG|kDcikQٰx ϋm=&+(ml `8'j0zIJvL/qe rOX*78f#LGl/^N7JVKߕß,zRYw2UDuteVς8]N2[܂xDDdTށЛH\6^}v8le_jo~]U- Wc1JO04!ICp i%A~ xRROOs^rެRuW{. %Bȋ3X>f~L9]2!mT"/`8> UC啪}:ƕ8:gs=Z5%2T|Jc4邧)+m덭E퀼+rsj+֋F㲡vLD6jTuq'zr,\[0,FIəsș=XM :%PR9aCVԯGNHvDd7d-{Pw(0"T2zɅ\TU h*Hti@OoR4ͷfҨeHl4CWQ',8ExL]d܇ppy7 o^VnsO_^JU /$1q `L6 x( L>?hMW15o?o)MBG?V4!"XiAw d:i̻Լv w>ѩa 0kB>IR5/g"c ^95- y9Vȭq;^dM2x~ m{^=?}f@%p" 1!;W} oD˞I]HB=*(:25>DF0nSd /)k;/PĂm+MCSEГ9G_4m3 S=Ǹ  y&[O{seZk =bfFymUu'Hy˧g ,cy1W@x4j`:FnsҚZzK.IY jөsU_ W [!_batJIad hne:od%νP C#%O/9қ(&D/Ć[ޒeѪ+?!teSUD=QW׊4˄@>\̑WxL H`)1:IXWb2QB aJ@S.aѫcmW5<ޗ(Xjr%8|$ 4@a +3+sʻ n-3R|ٵ!!cNSGTJѻH*#{^*N(QeKT?.ܷM5~⛚`+B Ij̡4R|5 2Al^Ubg))'5L aAx.hry?%Zo\?{_jPeX8;Q /  :bI)gOS<Nd&G^ *fZKײXT%`uVO+ PK3>-o~[ڕ!X鐚#_trqY5F9Sovך JI.!M}f#CZ2ΰ[d؀EٻVQƀ:ͼ~‚PZ}eY^#9uEL|G1'5^Vc^ԼCKjۡ/2{\T&H[W,ҍX.A<9CU{ NW6KԒ.՘kM{aRENxVkaDq,$+j(# T8נXr҂y&-+Ss'~m1Rz#y7n~E.4pf[H{e" Ť0n^^3V,t̄}Dv\^ꨢM 7^H]k)GFGm$3R&,u(Q އG$Z6#}CA(0oF >y\;1s%Fw1fS:-MxQ+B<3L[UZd=W@/ut%GWHAWXe>l/ލ&g}e oV[ϔg0$x SBtj=2$?jsiQB͐lw W&5LlMjf6v-`yajE))F ,L}f/V;wmɟwSb'ff iO`H;J5*2/SzBΈLJƥd+;ؠz!)#|Y>m+OW+fUOm oxCCF)mRL]vyrEŶc@-cp)) R \n?seāX1zocA 0+: :zQ6\{gsz"WffrPvgt`U&G< RjBGC@IADu籌zz@/c_CWkܑS_ $z4yŨI4XblE>zzgmk([y S AG8ME2춂:Nv y+Q_,o ^3aEs(imʩKJ>{J쑛s\'zn-4OxrҮxlqw=1o@F@u"y/ o)::WvTbgkÑp k1ȵd-1_dց]~ӣ{ B5 E\[9u/d:{Pvl9D'G&toĎ`Fy#׭ZI7 _-4e@ ?ce8tIsGHCFm yqN6qfMCҼS+*ײhs{Jq U i_uFœ]΁$DwJXe; !`Yzىa] &Yt-A24"=WuCK b4k)BP֕Լ bnN7H}9a[˞#a,Fz$܎6=MT JC2NEazg'|lF(Ѵ]ׇc-?[Lk9D r>}ޯfɦ*hn^iF^_`[JeNcofX0P|ēxcDPFQ( ©ϒx&W\@ž-Upa|T-&óo݃ FJh5jg2]UlW?5Bxu@|xr| teWSG* MQ形Em]#@q>t\!r-]-t ,6H;Ÿ;DgdͶ%(Ne:Au{\.EM'ZueA6.(v)4AzWzU]Wce/3fpG]ܴLB`XɻM0?eyz_ |rL,"*o7~^bˍ)C"()s3,=O#8IQd庴G474jԕV0 uPR(p|}HeIcGH O~R\]~벰ˊ֯7i@VJV=f5#BSy(B6'PϻttdM9bU 8\jV6u.B*ȞDvOQ )kXmĦƙeǝdm-;1u` |Ƣ^ez78;K\ͮ5){#vgs:_Uց>ހI~w}i1I`?p/8hs7&:Y,LpD6 bwV$*sa:C !վu wKD4SaXuRZ@763e$MCy~zK:pL^OPeHX<7tn.T8 YBZT괋&XbQ {zϙ_L\EUi2c/V Ғ gu; dkӰDI0Ztoօ80)䆏;{C+ eEp`v: @} ID';nrTY^In\nZе"]{9@+*sJҭ5N^*͂DٝWBҪ.߿%chw46X_1'THCOH^Q)>wߺJ*­1X}VYn'#V>M AV*I,`ɠQ/J㐨OV i/i1ejȶ^Cc156s!Eϫ׎RC{.XsL'q n9Ȧ "yL+U@/:C{C,lTJ>OA7?y.>ş*tW44J[ |p^u\S5+?סuvژ/@ Y+4ItLg3_zy) ly3EXOx(<-I-kA&Ov'㓥;pZ@J-`@WM#|3)c|pHKqM_9jCz E!֡Ĵ-}k%fw%i`Ctjo~{i׭@:-^1_#M$Q@ 1EX͖[-JUAg·5ag3Ğg .E:^G:F/0)gnôQWxvœBdjv+ޘF ';Nj2.mPbYAxDOJL+EZDq\)uS"4h֠ffxy{6٨M/7[2Z/cL^"Ph NRuK!M<]g HԾ}lOMj˗XBqc+ڹ Enϯ̶dz#[޾@U|cUK#APɊV EӍo,Hj/M_@F^)*JJ$ h]Pnv_3vc*T4:2kbcrXNoL4\yC7kֱB`DZF] 3u 2ӈ|] G5>vDl6:6l[Q!vQSJx%\PUԧ0țV[.)l0Cŵi*n ;AlZY2p<5:ZIx.Lr7*)SvD9[ȍzPTԜIpR ݔK&% um3w 6詍/xcYyVSlܘ8uQd=K ֢:eWF<@~0P^3ul4sIT W.pč]4'k?K[/ akv[>Y>LV]Nv: SP4B^uN6WiRJʤg LzǑ2j0th^Bn#|:S{ $ަo=6 oye-R9k@ ^1G:>&d+3 :$V JMq)ú7R2WY +Yt2iSy>ͬڌw`s/Y]S:܁Cʩya`rV$]Y31\7j5 )v=ljӻ퓌9 CJ{[Dff^UD5";UuY:{hx'hq)FEK;L֥'a9X,mn&^RZ`5DLf^_d?d:ơ_a8y)PNE@ ;Zy;A8p1nLjOg!$*~{7S.#7ah #OzU˟A?ȨlaqXaz^6%}?`2Eu[EG!Gg62w7no QiCg殰 1=$"c~WLX9c*ϔ#󃐑OqFO.-\PS0tzc\8%y1IwgΣK(Z| 盦,Y܀MΥtzHsBJEi JW]j4ViVyH&*F$v JCvm/̋$/2sZ 9dW@$ q~{T˃  N4~ J޶2BI&F/m:RQk inj\9HMKt1?(Nso+}ٞ]H^*`ʇq`m ;ߦڹUtdR]3e 䴙W_=('}yVVa $A{s/xyIˬe>MB4{mm#eǭvf*<"ҷXk] T%"Tҵ"xbX3uh%1q#e\ߏXP]Z$jܲxYgRsr׏xآx> Z$ ̵%=ؼr9׮s2 30G1rB5 (զtK2JSSۦrd糟$tNϋxB@{ZA}8:\f6P="b3GvQ6pQo: k8ZQB SB= [.eg$Y5 ϢHiAoDZ`O0)-,HLeP<]2GPc} !f^oh饷ʱ\O[+aIry΅  oE⸋:U݋y)a`wEer ^Lj̧0sXyU6[a"ͯ9Av"?ۼձ]We7:X)B} TF{".?Q "`qp1e4w(xnk1{t.5NDL,E:zxףΫvi&(&q[DA/HuVĪ{G4.{ ^WHs64('1 <=2D^ zIx5uS5o?|`*b%Bf~҂~xiBm;ܕIEs߱:9NdGaeIooQDۈńN$ʊH2B;L}ER5 'x~1h64xUmŲjkՎ#0~^yijrPԤ ojH᠉Z.,M,2m3*+j6Akd&I{HQ+'V| } ǫc b Paj1 CȏW/#pŸ{ 1CRYjT v>KCkdf8Y؟IҥО W,,0<ETEʼj!NB]wÐ~CwP)4щqCɄݎ}!ORGoIû{hD^ I !:HռfmRDO%bs6e7.`a撸=r Xq@l{ܝeC(/«;rQ[Nz($C]2?s*1nGc-ijͬ\\^=o #5d-LZ&{wݷ0kvq| Y{8tL2ˇ%kb My:a,PRl^j7ϛ2swv E!VКEI+Ke#˺b" jέ=OU/88~["FvҫԨp>=s!|do3(nޘ[٦ϳ![36.s@r"?ĺvk|LOCi@uGlvuS@O\_W{)Q~bGR,RIE(aFN&MYPF̫WrTӏF_o/Bn[9 !ziEB$/4@D*<287`&+nΖp~j6<u4-urGc*xjJX=p?y< ܎q_9,Т{'O|teHd:)vc0L R?Rc,muF.D́1 *U[YϻԒl="CS4IJ>y*U `({7SzPΗо]X8$m(EydDO58͚apH[`KN'6x)B$BF%c;|??2^ VsݙH@#^4 2PΞ-e9- Qu" i8TCtGb^-0T!&un:)NʾR@(^?I;z`4^LV&<v. ksyG#y&BK%Γ( >{qҟqF$8a8anKxoJY7*8*#.~0бl`\I%{Sh*ؙ~瓿cd:!r96Sbr]$5r/%ʊ;cXRM%= qYSK ܰPFf124!(0@^ΕUSh7?:BPhsyu:&NT>=8l\KOpR?>mexd^Y b NmL; j9rHp -lW7aFsH9N-_z{[ovJ / ΢4:z.L2hh$!#j$I͵h={˲Q[ZuHd[rV.Hѹ$qK90pJj]B̂gr"<\R %>,1lQȦ%7c]3ecq]#y{9߲ tI͝k4XDu_CLŜQ2NV{["4zu.2P VOpTu FWx+bA xl(>>OHkS8{UɟH{1ޓ#/5zD2=!N+ï8L!;\:b }X?#/x$1>5[؛Yv}LӾ92JI F*¢iI:"'Is%FSIb4 0^xXz!45:8ڧ+k {P=nQlswխ* MvS,mbYހ# R= u̼qVgL&9yEIᇠcGaˁIVuWR1~o||}9lk}bBg6Afy~°X W8\6-B;I̞'Ο)(f]stT|1@%TZ We-&DŽ%˯ИQuX6~dtlISelؘ%mו4eV- d)2h!1*7FLpM"Qp O sZ׷ǣRR UG9tEr{ jf,)@9L3_]"=/#4 ]%SӒsm;B=NyߔӠd,L2􅝽ȣzKDJW^[J ֛RtsP׍}E.I,ѫך>|F`i?݁‰2ܽ:_ ;LԆ8FPwWd W-? Ko~윢}iq!17|Zӡ]D]W9*, KnUr//XIp^LH p!e;͗.|R}5ne+ha`A0t|F2׃׮8AnQ"s+צ Z!TvXiGq L؞:J^tz, +%Y~l^*6tO2K>ڌ ]&RV7Ս1`[|FW'F4tKw讚^X 珥T@CӨ6 OUp|6-g݇=ʣ:5 bғz6kYވ,_mI8px,D7L-5N z6+~~$$CZ9ޑ6փ$®EI +Kt"zF/XRRݗΝ.Y[2/Y67pyĝpP 98SIm=, ?zՔ6:4\""ȿv˸39h㒠 Cl`Y|!GCa=R؁yhuD**Mᤅޞ%Cȁ9 jp혎OkIw&* v2v,Q(6/Եi^|@C82w}ZC!K :}@mΑ:Π<jl41~]0qslefmߐF4H 問]{Lw* ϑ_E-}Yj,D]$ uL.ԋ\ZPcNɮO睍#9F =o3q҃LzZ}HjwzNr+^ѱTKkUr#slsr*j(=ry#0Bo[Mم0 rlĒo= FdNk^U3qKՃ!"&rBi}=dŏX$kT*-miW/f ؽ1p,yq3A%T[QG EjĐALE~"Ea|h9鷮KjyT(SD<yeea01pE@ 7'>_Ad0vJ&Alc3Asͽ~qXbNLM=Ô輥ӧf(F};N58Xi\h}k@~ U 7w#?堟gPBMUPH:\y 3K4]i,ٿ26F5oͨjK/Q x@Whc5AMp ^2 %k 7 ;-7-_#oa8wˠ: ț AF=e FɃfk4:;/#;3{\vD4T#fW [VUB`@AN,qI;PvD0ꇋ!?4ۿ vN )Φt[7S۠.Omz7 V:Gʪ(?Q_Jؽ.[G:ك\HkO?DEQm1Û8 5sxV+qayV#SYgW- l3.ɼ޶ʝ.M ;hHPr&S:GS:C _&Dd9;*6 e2n ̰9 '~`KEGeL kpBi^ą @9<gCϡvl9ţiE2I8WydUwb>gO% `nf\2a'i}qWDM,\{|h%)Tʖ̅{B":4S-/j請h'6*$ZFt%^Jpr6;[d&"{l$60#mˈS?$&EXM{n(De/r`/JI Y̨VHWMg;JYtci"pBZ)b;Q;O9@W-4 'IC4cWY ukh0cV~,OǀҼ'ItsK3uOq'jQ=o:ì1.@D-K~/NuM \RfKpkj?ޭ_XeT?厇LEaWKh`+&5ڒ{Z:;_='Nz[6{a^;9o=$ {dJCfmuh\Ċp Y3;2F[JC9Wb H##NI[9[dXAƨ͝p!em?AeR/zZ4XSr<Sc`J$pVVDT0)iSI/!e٫gtT\LH BU}M~M0݁ oH(UY @A=m @0Q(\"ܴS`\rh% A.A{XoOU|}w6rZ?C7)A bjxEt'P@RۺQneOLS7C7?#򨮈0>U87ViơbH:8{Smm|oph~؁J.6}+Mq:l>:{6[}$h x)[ `D/pOt+ډ/CF5R ~Y3cmTUiײgΪ$|ϊR/ k)@#BO¶;_g9k5:xfѥv1#RMi ;$T8y"_\?ç}LֻYj 7@cujbE8vOhŒg'o=|ot[ Cw#E`] 1jz|:3T7mTAəV0z胊iU2;Z^X$JXfM7̶ R~ Q"o~YVD8qSTM??OAE(rŪ>iAcCCHpTG'ݩi,2b" =q0X 㮞jVŴF.V>ARyL~b؉+j2J9f XQWV0lTUUZ.8?b$KEv Xi]Ub8fS*_nS K  ȀNEO!ߍkqgKClBv2cKNjl5 TAlm;FV,CUnn9Vgd \Z܍[ N0 tD7gyQ/zu6`+' aPzެ: <+6lY"/:{ji{{ht=X ch4DC}9KØ(|:+ǸL+Ꮈ""0/o0~h#_S!sp P1 +|Q>agQ'-u5˰(ZW6$7I70dž~^/@hck4^-b)zS67\Į#rMr 0'oj $Lܯcʶ]ΉU7'VS*Z-$nSܬVoX{1" ~o:Y):ThνDoL}.'=L6Q|գJШ1=OH劳2Rx$hma3o.aoeumyߔTiI,/o&M?IShk#k?$kGtB6Ox!3ؕdaX4'xil[ 8@2Ȍ8mC;J]Wvԇ XN9 <0J5G7up^yMYQy8L|ϏLvD&#>~AVKIL`3eMt^8OhYtr$x tt'$Y0fR1?THrr'iTFX2׋,k[xkRյ+ChMTYD%X|YvcnT;UJM-3y3Mqv(Y[Mh9ׅ sKg7W6J  wM/G̰Oe 9b#| \ɲ>STF{]ҋUlxֱڄN]bѹR&%~6W{Ɂ#FcҸ ߙ8:mWYRLd=0+0d,sL1y .e9=@QES8oMӴfX7a;?œr'G"_9qpXfM reo6@Gr]vXr-:=KAbW&-O*f٣:<)7?,qZWûSIG<*Ԁo5b;?pN,TtĊy-Kհ_Ȼbz-ˢ ܟpu8brsZJ -Z.OvHu:$:3 Ւ8<{osC>޲yJczO,;YIO]%MrnjZU7&`I;20i~۪uoT9s#Yf_ɟ@I2$ 1T^qH0X{y~6 pU\6PR7*!)*cSWNqE>/J9t_nؘd\"HD:b0\ TXZ+Vr|g4ՈU"=;VMWa2ʹlȕ60]O&1kprڹvVup.(Ɛςn~婍lF7U+!:kPnx?gSK*@( 4 (qߏ&KlƇ)D ڌ~3 vK*a~ =K+c2jdO,gu.oP@(Sp9G1ewv'uj˝@񌪶A7[;=\,]Ii9`<`gFͬUdভv;c؎J$Sg7+Z(6W\VH\Ǿ8^@}]*_ 8b+Ӽ+ufnڝ9^N- au-Up ۗimhQ<19[PѨy{cˬISxI)< i\}|q(LK>};0u]RT6ce#󘖹śX/nli {^JlTV'gFd*h &( g^SR%ju'u)m4 uީNZ@['q:F6ҕdmf|Xa_JăZ/cJ*s{/ԟb3#`/ыkȵH=^gw-ë͵?SױRb>20g%-\9|ǭ}:G~uʭ~D PbH^#-E3ԬgZH .XBIk(>Co]Mh7͖ND\>L@$ ^KX)ENytTz5*|[+@:1zB)mdA!!ƚ5F"0QRpZG8h04N'+i^ud m%i)Ioy6pkHI8XIyO6`1 gt۹/΁~$lK0k^GM],a09Vm6l)í7^ۀ{o)8*Zۂ"]" 8U4b˥On/8(D3Tz`yN @>m]՛' N^HwM Zo47`LV@~g<,39 5^KG¼h8y^GiQ'𯋨YZ?Q0lTc)fUMFv^J!!92ߤ&/O$^57goZ-čՀna`_nxB[fqR ~m5Bԉd0K`4۰@twZ-WO2o1yHC|,Y k?찆?9Bq,߫eN 2Gr`CF98't9Ue*1 eM@O{b&P6ob/9NĽ ix=|#=%;J!ucm"ͪf/ NFϑ"+b݀ 3֬cL);_91.b]3Y}9" 1NC'Im{5nG-%PW`ȩߤ(5vW .PUUf9t&)?i1Z^^q_ un"zkݐ@ͷ!E%}4%NsC4;C{ӍIo61k8.l﹒s7N](Hz34$='_-~M}0:J(ㅤgxK+nV:ARcQ gSDM?%q]{}O814~G/og#ssy>xFGMP΀ +V.(ʻdDq^NnJȘ9iphe(8w;e%<.8hg#^ZJx*fc¢}c0iq%h]ʧu+~*9Riw+|v`r!^mA[9:p;M8j]E-8}5=/m )e<-`h-XHko`g\* }?Ma$f]t dXRz5ǺF[?B*;M>npI2&:J>~_!tΟqJrqD.qԔ9ū6+%\`9gb{fRGh00vOrm_3LIwnZ:ޞcdtse$q$,X  #w:0!R C1Cɹq7㲞p $B59&-\% ΰDHF\ ΰpy?WRpн\qӊ̘3ZV5GvՕ2l&3 꾴#Q=C[ ˲g.gWXׇ2AITXW_ZA]:jg ݊Uu-9R~|m^e ;1T!RGl_x>ԋdnS;"rGFZ/ȸ+d~%kP۞ NFH3Syiǘ 3=:BkZyO|g؛Wfa.[As'ՖR[jKU.'6rTZ sd"6;#"g >ϐ"B復Cن,iL^:D-PȉBiqrQ6C?~̋"tWtʗZ2]1=a e7|-Q꘯.Yr1 rh筶%w-/.sǍD:|q/feL.T6zB9h^׏8.DQ39^=zǾVIR5[R#uz'sfxyDl.ȿGܮsi!-̋WX{Sr+\{v&pPr( t`ĝ'䟡J`L9{kN )ɤY S}vFA6WO6Zp.jV1oY`[qp9ZtHT\XA,C6*"15YHi8/1V~ݹǃb:M2TKjt9#\5!Zhk˗V {cX2W>B~rZp3}o6Zq^# F%OY&@T. +;R;MsL|W:$gJ>`HC E?fJ?GqJ`A]xv#LѠ$f_iPޖx.#f:a-OnF L6=h|3!劆yFЯLЖldz❽f,TL(ѵ @`ΖSƞ× hwD G)ŕ"%`fRZ1i|}Jm/;20a[4`Wۃ[st2󓱊TG| [ӕTEI/)\U^ KE PG&ꢓ꿂WHy /*,t&m{K9d4 trDOMiN&w04<('Q)E`ç0?K-D8i_=!j12Bg-&MiZ@SAtFKNZ=y/]qݘ @12eo>Z8EL>j[Z6ˢe@B"Rw.(ʎ:y,oկ*<_g􅵟u3! &1#_q3,՟7Ϝ!i^!]Uul5͍t>Eiz3ټl9O|Jn KEN={짜'~doY MvŁD}=oNdMF&< g/H;tI/R7x1Ǎ͜vay{^dCa(r[ |E39ZUknfE@7^dz`,&VHCHg.g޾M.zr1d]\t&JVP9?,3Q7(Je;4!PVrhM@(-҂k:HzZY<ךMfAT5 xYH4!lĚt]))݅XqMr'qg\&TպយG҅t?7f:p៴Ag)d!$N D#/ ̱0\.I 2-$a@:=Vr Gs+]:K"ec+S+<@?pkh{֎r8MloFLr>A[9.ˮzz IsVqy}8+D]#8J{sx?V ]#r}Z>&4v7_l,!ga@U0^){wm| I>&`{|=B*kn݊/*Q㒱=w52?8?lR$Z`|sDg"9CrN᥿_'`!5.n@o_lTnPߵe8L89A}?_9{2rDZ}MAn҇aBLJ|66hc=l"Tjp`61 Ӯj +ajʬG|*EUp k\k1u{*YH9\^ec4܁v8/!5^4t"{^piepւ!$xaviZ..C쪄Jz Ko:Vpkݛ6"]Z80pg%>xabFH 3V 9 TzúJB S1=M8Q&Ak+K2`y6ZBu_jlDxmZFҸ(KۗrҡdhQ 2uJ'uM20 xyV 칧3E(k9I&>/m}& Mn=IP%5I\6EuP^)V1 X}a:bIB4&!'|$Bl>ԡn3/rҝ'N)m_4jcHfv\\P7>]aP iK>JZ`{=,D?ӳmD*/#bͲKnte/5|+W#v^?m5 ͟*`F)D˨xwSc*DŽ _s" :]p~X_Zju+gpNJ}>+Qa{wO0[VqjP%8߰҂il}Dr"zL$Hϗ`_bjq *I"MɞE5ޟP9aCX:0®WjĜS4{'K >qHMekTG1,Dt?v⺮"8>9|1tj%~Z_@IN;qGg⸆лm0*1SRxs!%['#CRN- [XϞ pv//TAڇq9\+RYL&AkQ/)_R)n%[%S[T]{痎fYZLFV Qޞ; È-rsw!2߉E2<=JS?߇ :Y Dj ɳ66g<1[r9)tyq̯HA^b0^u]:̙!3ޤB[SDN߰;Ȇ!qȜ2Azmt$%xoVS0GVʒ"7h_i I|Z oHfl4w˖]`յK{ l=R,ҊW*u!!,r7Gi9벎[5 s9k@Ur+wZ%`UN7 ]9Z]HòP-&|(UT(г^(@4ό5ZNlz% Qou6թ٩xs߫TõK+ tx5;I2t̻gZUP>';Jq06\t4&Bx pY- ֋M!3f%iY ?i)މ(lg2r:[}8@YntGYGN~LJ d$r6 Pݩ>yK"41`C7,:FeZR]B@t}ka&{*xɀ ;iA9xE"kL_/sc wVZJk[:{n !Kb򋛬tPz"]6&+*~xi){ xQ )c;j}9g#"KקMa;Ծ:n'~U647WkVD͸eL w fv`8x"PWnh`2Fu4ې{9$VZW+z?hl$ /+lF }99W9>F;o4vbgF6=0Ѻa5.A*pd_O!_T%+0?ĜT2diۆiZrws/Y.KkTlIQ˝o\joY^RzV|}]jgpY\\,i~uN.LAa9hR#: bHg*J'cmC?58F^ WR@Ɛ;5{t;$e00iVymX$Jii%qULV!) B 5*F,9-/ F(wyAda/WGydG>֡ ϼ?sQU,i!3hKn8-T Viԗ1!dOޭU}?}nf}ᡄy^ҹo\j.8O{<Z}єR)ӛ~{ʑh6ܻ0$Ο~)AxuD~L*ϫþ/_&yyaUN dĈF2 "OooxaR]@gLPJL.(, MY˹?52j7Ӓ/3f昊'AZ 14fH>Y:/ۜ2cs\a|2aHѵ`c#<ĸ ~}5U!?Aƪi $§3UejˢCR|R"UU_j;wBzƽOXŗs.hQ\{i9,$Dw1LUՄCJg=?*^"Wt۾7v % "G늞;'۶hw8򰍼U)> `w`,]qd>e_lrzlzON0/(Tu~$Pd!|jnХԃRn[> ˼5YǨiHR?yMU +=굍:L߉nL'E%x{5>?/^9|5ާ`NksC>HaMCbzMЉǨBfs8*~[`,[ER+k6N=]W͂8VqjyI2raiҒnvVo=>h}Z=}[tZ竵{R7.ǁN'`M(XvJ)-ړ:2!^K)iZDN_1miU_CM$eB2xrsuv֭RCZ̪zKgNQRZ>b o9D.(FaWZie*-D:vM5rŸO`A,e8cMu_Ԯ{e:dúL9qAG%F2tYok 9/ngPiI8#GW7{SźlܡXhOo2G }Zд2QNgugUt-X$2;Lױ݋ o91dkHemw䋺>dd뫼D s:^-eRlj :q32TUSf&$sgK-V; x kA 7<za ?Vx-R0_ǀH^ŬY iLZv>41/#NJn|b~rDorh.Q,9ۉ.oTEie[N3/\ka^]xU+OV`l4RTFY=eCLhdt{!!9UURgлm(:=ij8kbr)DZL3c(9o U"J|D8p̉W9"Ty\7}V(ͼDR]Ufvtf_7zkV.XtьXvXJrA}6yIjY@U#0)FZE=4%\?4=vS(X͑qbC,;5]/HxQ>/ 8S-l&:l.EE>LOL=x3hȴ&gՆ8 0?g5!~}f^ׄk៶%+vGr ‰n3pHb$pL-m @o$Fhe2v90U27' ҳ=$XYzfkmP))̘pjm{gJu}@=A5j \"YˢIjOC)`geFNs?,9ǑjxW)%6&"0~[mǘw 󐝅"Ɗn,3:dMmwf.F!%zs>IČyTBѤpkǸP ݺgFĦi[9I]x$\[INkA@ˇ/Z(ף+MGo.k),\癲יnA<LhE&J_cp4Iz) WtSTEtt'd!WLm| X/5@Rȡ#8SW](J3+mBJ0Ýnf`:S;EZ:Em:UjdO}d:t.m7\u!Ӟ; Ʊ*y51\Ԅ倁98ZQy}nȡ(g]i֬%6Y .{4Ø7y]ckLǞY^жxc^~1TYZ\ *l \sIp6 'â"і!cL&(w'f@yEH/|FLkIUa凃OuIb@b-ѝ l1뽂x[xA`G] nPYW>'7 9cϞ7Z_B0G+ϔt& !!3}*ة/@V@-bj͸aTIէ(_iC=^3a eT* k{!xdA7fIg!(ned0'I)q(~kp8H'طg(`MP+fi5"7Z#b^@%\c7P _Ekz  Z ִ֧g ?Y&+Œ ޱRyrR+ ˏΎ%Çnu.޳0oҼ*@Nwƨ(7W-3|_%ۑPh/$Y2B!G*KLbӫ1L30&Ք[j7ة7xGGE,GɎ.$ ,cͻ˴n|Fojr~1ŏ̒QKQ >z%k[z{~d 'RxAh'K"7/[Ӯ☥< 'KD;g@W<]u*+cݟH"H9) *  ǟcV]l8nmUbCԍrp6A3Tۆ< /ڎ3TR(:*b/`-x4*fj5IPV$m5x&`&D 3Hq4[龃ˀG>.o}rnO{™Ul3B";yŐ qtn`- 85αsx Dm%0`]qY_)+= O*+)9Kz!q9WaaK0K /*Ņ& _3$e.4t{ZWt?96 G'9xI\$xg qXۂx/:!B%p[W4&GSUs+<+ eyɚ4Xրx@nlmDMn̂/0M'vC ΄fu`hB]J8],g 4Q"F.|X ؓ9߀fxXֽHSkO|T&\ (n{Irrvj8I֞#e ӣTqp߷yS}c16"_BFez~m)Sw@ђTy߻uM݊./@PuJ#Lf!2a8)@rg(F"hTM7zp0e S7ytBCGz{?O>cyڙM$ϊ8ȯ D\+ҏ| Ǭ ڰba_1yo:S/Fc45^))-MZe^N @$gk)aWzYE൴Ha-ٓk3=TX+.<iR柳0NMUJ@\F tΟ^C~~ً*^JCj!]l 0b .xFDŽmOV/6a%F\-3 !m8g$Ǝy)QY{9S/23TAGdF嬹ؾoM`fZO}tE>SU'te~SHO!s2iopX@web)_<Gg{XB`){VԽ~\. Lh!Ե&iqJ4_ JE& Zxf7cCVO)}86'* P&@r Ql "І$8LTsrBW'qh+iJ x|?S ~Yq:_S\s xAC}N U\710/E^dJ\L#5zw 4hl0* -)te{`O,}z:2(_bوCd"NP):]7"'D DexBqIWV'IF@~xǵK;d qWwm>_)PD !Um$p %~@+BK%(14R53W×p7*D;RRP@UrNK>ox5$8H Ǔr~4rT #8݌C,P{t9"OgMN)ݾPsSJzs~؊Ea>`TeCaz] `o&ǍJ&QO~z_L^_ǏË~;gbVרw{:GVK+JNW5L!]& ai*!aeQ/=Rk"v .LxR*R%no٤_|$*3Ԗ=6gb R=Q"Fm.T'E쑧^J[A>\TT;{2h(ͳp.J}kB2y,ё7рXڜ^./teL쑰gZqѡ]Kg )ǖʴՆf^&̨OVDt2Pҹ꙳7Iy.@ -|FkE~ً `I*{g",@O۵k;@i|cAZ1{?zB"\%YN3DjR2>U؈G{꺀^I'_S }Vt9߃. NIvGDoΡة*ĨlP{PԾwZαY>HV[ X*Y8I7Uj%hƬ2~ֱ%i tK>g4(),\FspCcܧZm ]vhyhׄɗb^Ӡ<}Mrz ܡv+O|ӓy/ tADe2`dY6oɐMv(Ui6pܸDt^i;D7%&z e{3x 䃖e/SZ 0HűVWМW{ '&_3!]/9W 7ZxgRg[QYJ S,мAw5& D@V%h1J!(ӐO33e6`]WPw:qtxMW5Ug F&#a|Ly8QXރ_9eA (#.ت}R>R#E(yF8fX:BJol/X8"u)y A aY~ugSPyCl7MTԦ}Skq%8l~LC/B-BΓRS=ǡ_wǷo1|~ R bDuFCDeV ١ #+/xP~ؐu~VMM>=<.ಁ"ەV[iZCݓy\kF) BID#DFʟʴ+]yӣe_h(kx2k7gJ/_Ä!eN"[RN]pu\0\sѾf6>H,9!g{AUfLb/֒$ tS{%x*:6| Fւ~Wb:J6/ll|}`t -Hj왇+jGXv9H|oEi{{@#7LE"m ƙs f˄Yf4r$E2:څDdFߗ6|'uzee yFS$wcu\zInwio$:6~mPiU॓rkyZÄjS12ҰR얺UǕrCTl=.Hn2'®jr'9b"*`dNPH[AsEOPb{Ű0`2`3T^nx\ .]H7 $8JxieJgae}F{%3y\D [QPjB JN&]bIZxثK6+8So`'3֑:rYh"X)𕈟NH*)ۗ2oՂ&hl)h_Fj6wm1Qr] 'vwKa+KqL)PĪ8!~ ;D05)1|>/Gڑ@{)txn@\K!is &_p>e[K %au B}o1r-p<2P])~ηy2|JBHUV™iͭ6DUO ˞eZFة3IMAf$Ww|`a:CZwʩ +;[dEq*b;!vt~h5Ѥ48?ӫdoN:`9h^ 穯D؂dHu(e6N?UpPF$e/Lh6sڴetW\pD׃:.Yl?lp洉E@sG<эb/T)2֥*& x8Oﱎ1>0Y Ԃ[ N3擺_7$[YrZEr|iSi&¿,It;zU.kԻ /R>y;=%F}Kr:el]?@>kZkJQ_OOh:$vm;uF$<䠤 d4%ˇ6eJS{PM'%gvjUYufCQKE^'L !ne }?笙2#d*'>L=F̆2i*f7B1U?Sȑ㏹\^Lml?bްa.a},A7 tnP6E 8'~tWkzQaq!D5 ϸn-CKL|w*I} ԍK?-+~ C+֦6f]TDzv;oĸ.҅_x"Il7PFDԡd7/ӲZS؍csvj֫ { b&~4S#YJ Z2O0{lͶۨB-ދң /҇·߆T:*%"G[AJsF|TJB+"ZaѦXuͫt;pRj4 *˱*PotB0o":B \;טz~5Jà=0M{3@{9XXvEޔŵ ֠X 'JO$ N!R=&:xCL 'FYOƍakH5YgﻓT\=eeYަU-oGte>ٱ@d ҒǫtN&WNj InVꄏ$hI\L_[26\̪ee aep.R-D #E⫉b6vG1JfA×ǟXZ=(VԆXqT_ẶBїEO,&AO "ը)_,aǜ&ӵQB:MqF/JD,&:T_ '8ԄL &hup{-UrHHj7SvCn!Ǽ!So@A/scat{E޺872V A'^#SY.EsN0~ O])SkhL=8"-,(kCAr'3r!>˫Yҟ;l='!8u 4R a=Jir&t ^,iJzOjRqI1A RBۺoBB1F:}:b//qNRZ=:|ے.NjU_FwZp%QzPex3iFXC+H~ )tv S KF w;\,8'NЪ.ֳfe ̱gOQ\ [$fwXr3w9N?Zc|ֺssgZSseA{vHaQ xj| ^'ݞYW7_ՌF1<tZmʁa~݄qUt.i~ltYXC4mxL(Vv3WMlƓ𧇼AGQ=լ#qyaHP bn8U88s@O x\S#׉EPuc@->|;$ՙAKگd VD6=BL :嘭HH]z+_jk EX)jm5Dɜ܈=pMr. gc5("}J$)mlEYeÊܐ)g&6>~&i8[w}wGێgV)9"K쉜lm92֐ {í.fD#RuNa!,憏$3Fw7-]dk&B:U5BaSVo 8HjU4rI}qG]ƻ,lX!TNԯvQMtJ>p8We,$ȍZPruoEtXO[p -\AR!˫3k vwzOq{ŭOņ:RbZ,S&[8hvⰏ+)Zرe CX W;G[j̍IoQz1_hsa{_74savxA:s^X|¯qkkOy~U_q+6}y3&R!ڶI;ЙdH#QZw`]a$s\\ ֥QlyIйio2`E`)En%Ęњ9,ti/>8nq&mkX v[=vq=ljFemOe)CX X3DJn +'Af\.*1ڪnzX%Gf|mɄʶ1M4:e:w׏gy^ZDx7Pb N _ #ybfW Ȣ[7і\m,Ń[Ć=m4AUcΰKomJT]ܮڄn]6.OcF6S5=sImrMm;,?gc!NfEl Ry)]:_zUsX ?ǫ쮭 ьˢ =\g#i:\@pBYTfe<sk Yn%>so9lԇ,*ޡPoCz:hvR,^QA,?'*m~Rae'P%zc ?7gweP1;9hX:d٦S9)TI+'WT1(9E*50ײtqXLۧ9U .o t)IA^E퓬)FCA=C&nh6U25\UF.Xf Q.}ǮGum4Ob6ÚY7 0m m齒1Pmַg<*.54LJ@,%N3RHUCD ”N P @eHa递*-&z(z^{ߵRc n>K+3t4c/0$6H>U9Hppͫ *wR?Z{0qpp gOK˿0 q9 ,6Ǩ\e(鮿wymi+=DRfm 'U͝9;,#-ms!3bߖ a{ 2~zP~mvr蔚B}y87fvfE6JYoSν\I{; ܇Ky JAV#X' {?۩5`|+Y\ʙ/40Jnow^Ri1 CZQ.u 7kt}X Ug )o9f1R$ ظu&QM'PGc0$|l,wz.E߸̂'f/-M3% 7b|1Cƴ|~^yJ 2d'Ž 6-oE)k <䣶T"5άo /6wHD8 J|=K)t/}܇ƜqZty'ѨZj-YQ z~uNaI{v):*- ?xtI(N2xn7" kL +[ U"&[e `A8NybltmŔwh)}J+ہg)9)Y(tQ>I; e݌7QQXW~S&K0Bnfiuw"lUIb.8&̓O^Al9g98Ua n,|(|ٰj,bK`,1e$y: ,r%Y_ ^ g̔l'A .h V˛L2?o7}X}=n=-#')iצ+~>SɄ:{X0hG{&{na9KfJtp8<%dbGznT3/ZNଣr^^k%1|462b\^2=[fu;8W(2Ǣ}m,l؋r 4dH#Z|S͊u \rvNY-'Q|#:_^\|3{Ԋ=]4[d Φ }KU.?k—ya7v\[q,o6ޱU#a;(2(B{ߚ2A?ڷ؄d&'}ee@nwUw\H-[GInB߳zGU_1X@b ^Nz9}N['qZDy{SLgb*UTǃuLn:!LK{Ӓ {MuZbc.UNGXS&aqb^ZY׳%[HJ~2XmP|oY]8`.ƨCq&GW k?⛑`>e] Ftq?p,8`+oehգuvQ 8zwW6e8X&B¥@{AΨ* Ym" Zba_ϖ;I+.ʟ㼗SJ :I>I ir*!"qK{{֨ݪ,x 1@dS" X:{lI 2?,ED:&*nT4יH)ܝ(2#PQ0U*ൡ[VT>9̣CA7O%[y=f 5:1vEfԸl%<+C XcE>zP$$6Q)n_l$7.zNV*FU{o!I# T-hG}kG`*d0DQ߮/c=p^Ԍ+\'JZ6&MƧ䊊{0̈́|' n/̏qr{eQ @%#[S|΁4L%S{,j@mlJ5Eߴ{y}J%/i~B ksUш 5bZf OgxbWͺ[z".M D,XQ9U:&AѬj5펙9f =c MQTyV"cz^Qc<0#;Ǹ^ų\S~31]U}cJyMP@'sqLaSPHR+uaOZ6"?2iDzʏݸ? +-["D:]c-gtFhֶlP7ތ%[Lh-wv+O!ܨtc'gnONji FC`?XlJ[>z4Hxe=i b|cʂ5ȶq opĥE^Eq(mfr/E|G LfـMG%& TKN@ @>O8PR&l@) ,rtη3؄.0,1-;Z=aDh:P0@5qg6,Kڋ|+wi7x õC_zQ8{ "'gw7{CB+}Z ~ʞUw]Q'kT<=JYO@ͽhs/M#ؤ B|W| 3Bn1}SN6UƑN~%!w+ }K QAʼo/&Pd%ܰP`7ma￉G~ul=vl1:t$ Grfq4)dspEN` ?2: U|V~.w:a^w/OّWW m`[>7Q }f͵@ZO[g~Jrd#w&֚A3/hnHمi><[ۻ_GG֘KݪNkXR}1xQ z8\d)&< OoY& T7dmB ]p ^g&~>1EM-8Yz5CX抜U?Z|8s$-l88K\öā4DBhPÏHo<܋|;$MS]I"Γe܍n;5IZHӀcGNqęxe$Yh$LxIQ؝g{h wF-(܌AI`" ԗ_3fUr9{Hpjq@ƭLnԼ)cy4a+#<z4j}S030"T5@pﲴ1u{um@#;Iv?ΰ43&o9\7V f\+1[`7U\UUQ%4^w!f+aML$,yȒqx J֤ijg7 WЧ6"&lG)5s0 _Nߏ_soAj||0?ɜd,M2%3cH"s_N(/W@f LΕR RMyXl٧vD'w?Ce6ۯ!LE6j%,g.w/`0a9GBhȊ:9=Ip^[tHkǚrG:$naN1@;,^[bi:?Ǫc]ȺSeqozfAOL5nnvm#=HT\ЁMQl6\XDbY[C\SNCtO[P|v{-QIFd<4Z=k(RVylzkgn6PfhjT+ S$3yPЫ6N6zvTl@&uV"pP%0>0 ZPX1ԘRT†htv{d pB5&t(Gl%n S'_E@X 0N)ÌZٴݚa ֔9@E]GѤ6/WjkS yDrʪ9d(FCE}]"%ڤW[X'M>܊ D<++9宅>st/n7K&;35Σ+/*Fwsn۞K-ԙ.؟TG"oFߘ;8Nz{"L*X⭑>tsQtD@W7`xfr^LӼވB#aX޿ Ŷ|Dr` y&ܯRLѰеz&ԜD6d("9)iq r} I~\-fgw+ io.݃Tܠ,fK*;HC5u0W%ГnyBuծVtRڇS@,}F] Q,h=uZua!z*++ s7a ,б%I潡=,wܛhOAN1%qGSUp)f =\H'1kGwi钳`Znӱk逥@$Bb/a 7CZi;)v)dFD4дX7l TIj0/MD)9 1%0}zǹR?~ >ܵϺP]eEDxCխkWNR< {<{*r>ygAH)[CV_*5+&hC=Hy2#3~9w3> Ćm< ?bS8/ˆ+ .'T:-h,S'V HoΥGoc)N08UYargP/);#|!(wnνc[LK|g>- iEDGQӵGd%0Is&'0e_V!$>J3tE>0o&m%21~ X;~r:sr+ ّSV'FKBȹiш۫Ht>fܹ<#åˡ\uHcZnjμ}g;wPۀZqPIbj%8i(7~{?hQbQ_&U[ sd+:aGI {zmܸשh8BY/lOMϰSI?RWs!0>usL.PV5+IW>':ZV4iMnG4f$,RJ!anh L둲hK6ݸ2L*T;~סt=Y$;#4 ҅Ɣ.ߧ++-Xito4r>}3HʭX'a<+2ph̖xj0L)1wV!?@_mWtӼ2i;^kdDTx29+PAi4XV:A{LB& R #D<4v)i@ k>͡PNSɌqL1M/(Q4v B~TEҵU+I ߧ^:5AJNA@p#qEAW1<=Tc}#XsQqtb^Y3=Sf}obPt&R1g&uQ*ZyHPmm?)~Ƥ͹l*J gvd"b9&m0D r#_R~sCOk҇+J OP !E;cq㬻EKܡ VR[4@%Ry”rz%b(MmZK зIVjFMvhAo0?x x܇`[Ga8CM3NGD1P-*{*{?"0is7=\D$׼p XXᮩ7i3)+˄r#V-16ρuX!Zу ‘U-c2]6 /ōaNz2aDTXg:'mU>#@aof1pHM?ݮTc3Jd# Ђ#q+;ՔL{P>m&6CUK' [˪n]ɜ>hݡM YWap*n{4y_Lo @`ƮTH[T D@nP%5m/g1rXTsQMǙs"?d/TP>}Y('1Ӷ0XZo|2g$A:IV d%4{n练]3LP~Geix5J Az߿TXG0EsyAƪw0}qt ~i$9bd IMc)e[%ZeNS aKrZc6;Z.ڤ]"M|ޖ 'I|Pei!H(68?B2 =:r vHmN&X4:.FyشL,-GuKYLA.I|>djg;QH|Y)&{RR WR7~OB6쥱B`QVMbm~$%6%uCh?v m̝SΣ;ay5Q$*`W6z ApЬ\)]p(4#':!ϭ+5u;`,Z7+dXf;"+Mgg^{O͚}*1R6wĴEj]ZMuy!fE{%<:/qPi6s /D{;OA1oJH6j0`IzQG /ɋ;Qg_n;Úb1؄fEĨ^\$\<{wpjtޙzAH9A| onܮ͔ 삶OMc&;diŰ'[zv,+j&@[˥pp|wā%^2n //cܕR 4f)'E>1 C v/|8K7AqYXl`սE,M)sv왾7CWRB1'bk`_Qw|ď_|[eYJh2%A!h[":>LzjB5nx!/p~y Þ)QW#Q ȉɳ c36r[W[}R(!ŏ65tC ˘-`QvW~ і8@br`M)`-'n^*ObDWQuM7PE"Ǝ{XDqsGv]\x[;ï3YeidJ}$ &gueJ!e΍|EI$ryD1Q\ߞ P@xQsWQ٩I>8{˟!VC|n؟cKAVZF^ l6M:jOfzԎ=ߩDm;EhBn,)nRqӝ}s\qR%u41;Fb]f?XAd>hs"鈍c9 fb^VwMB?"uLXw]2hߪglĜ9x ē"ul+s vNom:I-[as~𴆘Ohrvۅ#j]ø7OG}{)U1ӽZ~]FVb:(H`|=X= %ڄVg skk;KKc XP ;$ c4 L(6 "zF~~:/ື[+@e/Z#L\z.0~$^P&rI 10!.+MJO"}v21l)oZ:r{DXעj ¢Լ2wSkx ap՝'+ԹiZ`䩤YR5;!Rj ̴ D9Dvz B, `OqN/T귉 V,&Ýym-[oYS\FĐyKV>4p):8z:؞Y3H-X)!k PdzfK 2:S!jlW9D|*;_ہN1Rc(ݤA/M\xB=AoNxe ȅo\ߔs8_ePT"2^}xpW chڎ~6{*sNe6. #64<~[uݸ pSrg!#Dp7Xr3O)169(FMB2&8AυGkEI4Q#*+  =|Y= Y (1H\RtJLjΡpʸ!Jik.n11UrЬ )*C,1e#G99BEP!~kD0ߢ{pmj&VѺx{ʱt٨`n K Q=5R-`!PR; `TVwnLW~ - &7=wbxrzmwwuro۲wvVtKD `k#+hy X) |XjW[uNAWb 3ƅG>u)#.͍.qvH#):*_],;zqgd~.:"0|!)%y]ƵBAYuj۶3sO_qkUc=DŽĉm Dvȥ>{.zZD" VMˊ#x6VMD%ȴߗ?/`iŃ~b0))% ^jQdH(n:jp]B&|`F HeuePikKż)'LM!&Qz8zAݿ6'y0E kb9}hqGBQZ_+Ozu>/̾񡋘o= q R/f:2.YeEz[|Ɔۜ aC5nk^+Wl+>.JN/.ֳne>ެOB]t m0N X &>ǺD7j J̴p7tq^+(ށ( avImnh>h1:&o*li_I0l u @lfrW.͸ȩZ<_ 0bKQ/nM~.}Bjz+z >"ah}nϐSͅI& CO,r߻JrTN{{tg8&bY K]-AcL-0u\r QW_&(`3tV;o-DX)^?T(osV\cD0]169J'vD~xMMw{z e ](f i\u^<.HYQQ +͇²ї !pr0$J BE3m1g>Ai.O?w};bRʻ€giJ-:DiI2 ?(s`}t ;j&lw@e4G_c/8=V GC@r2%E`C=쒟. `&.g^}RW9H*oUA/qc~}vpVr!T-weMI)w(=>imF V402 /VHqrv =Q6=Fj;X)7(ħ\0@8tr{XwwonLwһ][l|d$ )j*I ĖO8h2-՝F qęzj8g&Q5U/m ƥ)x.!NLn@|Z" *~ÿU.r"x*ؔkje9@ߏUM4R#|"fD r%y#_v99@#$#z8q,Qrh\x1}4PdSz _72Ax6o  %xw6fTUђ$cM $ȝ>?4Uuv24.v0B|!*UwF>\vg+i/5T!n6drH|\\Kc&ոXvd Qw]ߔljFRVkG0N0NJumJVڍ&h4$+3 !\zΧ>*4kEdcop:d\b}(٧\i#]{LjqC ql+A'&{IA TԆ4'MXA&J2Z ?"QPQMcy.lj.Wpf_f%ZZ\:Zß*Ƞ|zMdMd2Z$I$I' h&ȰMI;g]2{wb2؋ aY_iӯ~j?X$QeuFs&vd.9+@Fo_Qnp~[Jn[DY{ݹR@ p q$ a:l7FZχI\C\).Y C`̆!╛ -0o^2M #,IDz0੟XK2u<n$vFV,,(( ܠg4jP{bϻwetmG6_rE?¯cFpQ-2mR=-+{W +^| Da^E Q)Y( 7dXYbs꺳On]\<+D)4R, قN.sISmHBO_q2͜ةp4A5lU UO߹7Cy,pHvc"ǩ,0';힌Ү2W3R<w`qVx43nHYrA.0k,LExWW͙6P\r CP>u<1G l IV9< >n}kTi>ZJaOj0O/$9~J4cB1.#o4T&4ADä/YLBIl@;fhm"^>X#o-k/s%ȝW1vxi$@Q9p@e 0i1f zv0a`ߡW`p6z6t-"/wBgFXZ7Z!2# oe! Րyd ?_`;UEh{K4n?aU&o.Q|Ri\Km)7|#]7,G qI"#'iiu'!h[Fe-($h~i|Ҿ~{: Z[a)w\.al⁖Vrk= ys&1%X!w{<بE`n/z:pXL:*b(#e7Dk`9N!*^ng_Jߌӄ>PfHGFF:/{bE1ײO]mA^r'O&qe!s6y;|"Nm]PVkqP I\%*;t_̎Hn G%mw qJd7ܲ̌ר ܝ$V$w{uEB{DpjYhn )lJ^h1 W撈U8ܭb9|7 O-lX82}|&¿}}]ph$x*n; W|fa;/hD7qeF&{g jPB 17ǗKѹ=v\3/B< w?15/.u_~Ec5U$:t }o3&/Aivks36ͿGoj^xFtkFL='s{ʝ"!*yHTط^||IA?]+δ}9dqPb;<: Dž"З[\qӫqG|\xQK)jԹ^WͿ( ؤv!ݜHSxij_b?Njс5s仫G Y u "1r*~v N]S 4nN7&&N my+s[jX &s?܍pý*M!L~ٕܓ3R)!61A!rh^]c{:ˍy;\j}u_[uDYiLYܙ$+S7윳p e$`*ZnCȳQry`g3Hng4PLoP8fK K%c49}{&3xd D1ߞQO{3zd RmǶ?çBT_~[ӦD`opWk]=I K>k(@n]1z|/nfM:U+p˜tK͢o%b+jVua\o"Ⱦ5AۙpM~CI  @,W Z,4s]}Qz N-l?^[ _YW<&~{Z96w`( .Z"hFYgÛVug.a^z6t8kLMN_=IQg[)Q! 5A{ 5@yewh}J1 OiO}S{'+g[(' ]Y._ ژPo7Xj>a Bzo "uX1xc-)_Y )c ELQ~Ց]O}\԰ -&^KCǰ-HGLӧS8e30PXp/m0?-Ҷ YZ