libmgl-qt5-7_5_0-2.4.3-bp153.1.100 >  A `!M@eee18hrDwʆ{DT 1uIpC<?<d % ? -6C ]n     x!!!(890: >9U@9dB9sF9G9H9I9X9Y9Z9[9\9]9^:b:c:d;e;#f;&l;(u;<v;@w;x;y;zChristophe Giboudeaux Atri Bhattacharya schwab@suse.deguillaume@opensuse.orgtoddrme2178@gmail.comfabian@ritter-vogt.debadshah400@gmail.comdimstar@opensuse.orgjengelh@inai.debadshah400@gmail.combadshah400@gmail.comtchvatal@suse.comdmitry_r@opensuse.orgdmitry_r@opensuse.orgdmitry_r@opensuse.orgdmitry_r@opensuse.orgschwab@suse.dedmitry_r@opensuse.orgdmitry_r@opensuse.orgdimstar@opensuse.orgdmitry_r@opensuse.orgdmitry_r@opensuse.orgdmitry_r@opensuse.orgdmitry_r@opensuse.orgdmitry_r@opensuse.org- openmpi has been renamed to openmpi1 for openSUSE >= 1550; adapt accordingly.- Use -ffat-lto-objects when building static libraries.- Update to version 2.4.3: * Add 'clabel' command -- draw labels for colorbar. Should be used *after* drawing colorbar! * Extend 'ctick' command * Add subpixel smoothing for masks * Boxes around text (style '@') now use actual height and position of the text. * Add mask to EPS export. Note, mask angles are reduced to 45*(0,1,...7) degrees for decreasing pattern size in the EPS. * Update default masks: '*' become dot, '^' become bricks, 'd' become plus, 'D' become tacks, ';' and 'j' change lengths. * Note, you can use brush.ods to prepare user-defined masks. * Add styles '^' and '_' for command 'smooth' to find upper/lower bound of the data. * Improve FlowP() to draw both branches (in positive and negative time direction). * Improve CGI interface and update website. * Introduce struct mdual as interface for C and C++ complex numbers. It is implicitly converted to std::complex<> in C++. And need to call c2mdual() and mdual2c() in pure C. However mdual is binary compatible with C _Complex numbers. * Add flag in CMake to manually disable support of C99 complex numbers. * Bypass user-specified extension in base font family name. * Improve hints in mgllab and udav. * Add utility 'mgltask' for making output file with a set of copies of mask-file. It useful for making set of initial conditions with a few parameters varied in specified range. * Add example of OpenGL output. * Bugfix for approximate min and max position. * Bugfix for position of SVG output. * Compatibility fixes for new versions of CMake, compilers and libraries. * INCOMPATIBLE: Formally pure C interface handle complex numbers by new way due to strict following of C/C++ standards. However, the MathGL library is binary compatible with previous version(s). - Drop mathgl-fltk-includedir.patch: incorporated upstream. - Fix Group for %{name}-doc-pdf to Documentation/Other, as Documentation/PDF isn't a valid group.- Define MathGL_INSTALL_CMAKE_DIR to correct location- Update to 2.4.2: * Add custom dialog for FLTK widgets. This can be constructed from C/C++ code, or from MGL script using Special commentaries. * Add progress for displaying the progress of execution (by ’#’ symbols in console, or by progress-bar widget). * Add contp for contour lines on parametrically specified surface. * Add flow3 for flow threads of 3D vector field, which start from the plain. * Add variant of flow for drawing a flow thread, starting from specified point. * Add scaletext for disabling text size scaling in relative inplot-s (like columnplot, ...). * Add setup for setting all low-level flags. * Add coil for projecting periodical data. * Add modulo operation ‘%’ (x%y=fmod(x,y)) to the list of known operations in real-valued formulas. * Add style ‘.’ for cont to draw contour lines from saddle points. * Add style ‘.’ for flow to draw flow thread from saddle points. * Add option value in tube for setting number of edges manually. * Crop output of ode if NAN or INFINITY value occurs. * Remove style ‘~’ for plot and tens. Now, all curves try to omit points. * Add setup flag MGL_FULL_CURV which disable omitting points of curve. * Shift axis labels closer to axis. * Change size of LaTeX-like commands \sup, \sub to be the same as \overset, \underset. * Change ticks drawing in colorbar. * Add new section All samples of documentation with large set of samples for most of MathGL features. * Samples in documentation are generated automatically now (from sample.cpp). * INCOMPATIBLE: Make obsolete MGL command setsizescl. At this, the similar C/C++/Fortran/... functions still working. * Bugfixes. - Rebase patch: * mathgl-examples-install.patch- Have the -tex-doc subpackage conflict with texlive-mgltex-doc since they share several files- Do not build with Qt4 on TW/15 as Qt WebKit 4 is not available (boo#1072033) - Explicitly disable marking either Qt version as "qt" plugin: * mathgl-no-default-qt.patch- Add Provides: mathgl for the libmathgl package, to make the mathgl-lang package installable.- Adapt to latest openmpi packaging changes: setup the openmpi environment before calling cmake.- Trim some irrelevant words from descriptions.- Update to version 2.4.1: * Add beltc plot, which is belt with manual coloring. * Add style '~' for plot and tens to omit some points at output. * Add style ':' for axis to draw lines through point (0,0,0). * Miscellaneous bugfixes. - Changes from version 2.4.0: * Add mgllab executable, which is FLTK based version of UDAV. * Add string manipulation in MGL language: - 'str'[n] - get string of only n-th symbol; - 'str'+v - add value v to the last character of the string; - 'str',val or 'str',!val - append numeric value to the string * Add time value to MGL language in format: 'hh-mm-ss_DD.MM.YYYY' or 'hh-mm-ss' or 'DD.MM.YYYY'. * Add iris plot to show cross-dependencies of several data arrays. * Add flame2d to draw flame fractals. * Add bbox to set bounding box for 2D output. * Add section to get part of data between specified values. * Add detect to found curves along data maximums. * Add dilate to extend the region of 1-th value. * Add erode to narrow the region of 1-th value. * Add apde to solve PDE equation in inhomogeneous nonlinear media with spatial dispersion. * Add symbol to draw the glyphs defined by addsymbol. * Add addsymbol to declare user-defined symbol (or glyph), which can be used as markers for plot (with style '&') or drawn itself by symbol command. * Add openhdf to open all data arrays from HDF file. * Extend crop to cut to optimal size for FFT (i.e. to closest of 2^n*3^m*5^l). * Add function mgl_data_max_first() and data suffixes .m[xyz][fl] to find first/last maximum along direction (see Data information). * Add function mgl_datac_diff_par() to parametric derivative of complex data (see diff). * Add style 'F' for bars and barh to set fixed bar widths. * Add style 'a' for plot, tens, area and region to accurate drawing of data, which partially lie out of axis range. * Add style '#' for region to draw wired plot. * Add possibility of manual shift in multiplot. * Add parsing arguments of options for MGL commands. * MGL command correl now can perform 2d and 3d correlations. * Option meshnum now change the number of drawn markers for plot, tens, step, mark and textmark. * Function step handle data with x.nx>y.nx similarly to bars. * Extend tile and tiles by adding manual coloring and face orientation. * Add variant of MGL command copy to copy data with "incorrect" names. * Improve tick labels drawing. * Improve time-ticks (add weeks) and add subticks to its. * Improve fplot to handle several singularities. * Add LaTeX command \dfrac{}{}. This is full-sized version of \frac{}{}. Unfortunately, there is no support of nesting. Contrary, \frac allow nesting. * Add mglODEc() - ODE solver for complex variables (see ode). * Add cmplx(a,b)=a+i*b to the list of known functions in formula parsing * Update CMake find_package to find MathGL. * Increase line width for wired text. * Update documentation: add description of new commands, add hint Mixing bitmap and vector output. * Add translation to Russian for most of labels and messages. * Name all are reserved in MGL scripts now as synonym of -1. * INCOMPATIBLE: Replace libmgl-qt by libmgl-qt4 and libmgl-qt5 for resolving conflicts of simultaneously installed both Qt4 and Qt5. * Minor bugfixes. - Drop mathgl-oldtexinfo.patch: fixed upstream. - Add mathgl-fltk-includedir.patch to fix include directives for fltk headers. - Split out a -lang package. - Package the binary and desktop file for mgllab as part of the - udav package; their desktop files share the same icon unfortunately. - Disable doc for openSUSE <= 1320; no longer builds with old texi2html there. - Move AUTHORS, ChangeLog.txt, README, COPYING to -devel package for all openSUSE versions; package it using %%doc. - Add _constraints file to require at least 2 GB of physical memory on obs; otherwise builds on 64-bit openSUSE > 1320 fail.- Update to version 2.3.5.1: + Library libmgl-qt is removed. You need to use libmgl-qt4 or libmgl-qt5 explicitly now. + Compatibility changes for latest MS VisualStudio. + Bugfixes. - Changes from version 2.3.5: + See Changelog.txt for list of changes. - Rebase mathgl-examples-install.patch for updated version. - Define a macro for deciding whether to enable octave bindings, but disable octave bindings for all openSUSE versions for now as mathgl fails to build with updated octave. This is a temporary workaround, and once the build issue is fixed, we should revert back to enabling octave for recent openSUSE versions. The "enable_octave" macro is defined with this in mind. - Add rpmlintrc file to suppress warning of missing man pages for the example binaries. These just clutter up the rpmlint log and have no practical use.- Drop dependency on swig3 as swig in leap got updated to 3.x series- Update to version 2.3.4 * Minor fixes and improvements, see included ChangeLog.txt for details * Update mathgl-examples-install.patch * Update mathgl-texmf-dir.patch * Drop obsolete getopt.patch * Drop obsolete mathgl-cmake-3.2.patch- Fix octave-mathgl package dependencies- Disable json examples - Enable Octave module and Qt5 support for openSUSE Leap 42.1 - Use wxWidgets 3 for openSUSE Leap 42.1- Enable Octave module for openSUSE > 13.2- getopt.patch: Fix use of getopt - Compile with %{optflags} - Fix %postun -n %{libname}-wx%{libversion}- Update to version 2.3.3 * Minor fixes and improvements, see included ChangeLog.txt for details * Update mathgl-examples-install.patch * Update mathgl-texmf-dir.patch - Fix build with old texinfo * mathgl-oldtexinfo.patch- Disable Octave module due to swig incompatibility with Octave 4.0- Add mathgl-cmake-3.2.patch: Fix build with cmake 3.2; X11 is no longer implicit linked.- Build with MPI support- Use texinfo for documentation generation on openSUSE > 13.2- Update to version 2.3.2 * Update mgltex. * Add reading files with complex numbers by 'read' command. * Parallelize reading textual data files. * Add 'i','j','k' variables for data filling. * Add saving images in QMathGL even if corresponding format support is disabled. * Add cmake option MGL_DEF_FONT to change default font name or use built-in one (if MGL_DEF_FONT is empty). * Compatibility changes and bugfixes. * Update mathgl-fix-python-module-path.patch - Add mathgl-tex subpackage - Set correct path to texmf directory * mathgl-texmf-dir.patch - Fix package descriptions- Update to version 2.3.1 * Add MGL command 'load' for loading MGL commands from external .so module. * Add Logo() function to draw bitmap (logo), which is stretched along whole axis range * Add MGL command 'reset' which restore default settings and clear image (i.e. call DefaultPlotParam()). * Change y coordinate at x-z projection. * Improve projection of 'unrotatable' objects (like legend, title, ...). * Add projection (Ternary&8) which is the same as usual (Ternary&4) but don't print text on projections * Improve orientation of axis ticks and labels. * Add mglWnd::SetDrawFunc(). * Add mgl_set_global_warn() and mgl_get_global_warn() for set/get messages of global scope. * Make copying private of mglGraph and derived. * Add virtual destructors. * Add some static functions for mglGraph. * Add option "-n" to mglconv to disable automatic saving of the image. * Add option "-s" to mglview and mglconv to run setup script before the main one. * Add light scaling at MGLD import. * Add scaling of frames at Adjust(). * Update docs. * Update mathgl-examples-install.patch- Fix build on SLE12/sbin/ldconfig/sbin/ldconfiglibmgl-qt4-7_5_0s390zp26 16216018842.4.32.4.3-bp153.1.1002.4.3-bp153.1.1002.4.3libmgl-qt5.so.7.5.0/usr/lib64/-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/9a6fcab9a7b64f06ae2626031ea132e5-mathglcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=a7f1edb5f998537d5ae7179108c4e68c99494062, not strippedPRRRRRRRRRRRRR R RR RRRRRRRRRR R ВDZ[n utf-883c966ea94a48509d8eef27107b24da1919cb42ac6742a1c8da97c31f1b9e0fd?7zXZ !t/] crv9w5oKM老gv{Қ0Œ- {f+u2[ż$Iw| pDT|7x~8(lsNCzdbijѱTo8TPk#Nd\,bffEԖYppNP9,$:0ȰK̞Mt2ߔ7=35 p6T ,}"Y[z]i>5vW7''\1 a 46AIoqP/3tdxMAK̍P$-ajO c.UXI;cj(2g(=Y-}f&МC݉;kCŵzmP`+i?hN)C>aȄdEZ)J2Ƥo1S2}ؾʺw ,aVCj)6B~A3U,!täbVlGa jf!9ٳAx' p?퇪5HBJ߿l{:Vw.^]m'C>CxJut%Y; _:dþHW5Ս$n"y2T\.PVN6BX\n=elV{ȉ@w#*m՘"0%~܆8\|Kպ< *ę-Iތ{@1y"o|71 EF LǻFnV.y]Ej-wC9FU]U)Ǵ{G?{-puC%+q8h% 5 9FOhVC?˳kŤ(pt͝MŮ13Izu-Ѳ[oIx=Md"\ 9 @s>|#mZ5">#DE{]Obd> YKHJk䃍 `z'?m+M'buR`lh 7kM[363yawkD3̏U%f]A8읒UK1sD)[WK3f0@D ?1" |evg^+T$Li]"}?{/窬C%OinH0&s:k"Ύhj`<~쳠K[Q|vJCsf-C iW< ֆȵomoW u#}P01Ga#:Icly$1Tsڭ5pw_>~nTinZ@jb!{>#b8Z NL6w(0 TOdI]BϤ9h/31PϺT Kc]8 "67{JbS?u6'rHF`\QXJ\wmWSX2x[)GnY/CEp~ho.tC()FHF0g.Ը.fAsD|RFBeHUڎ\Z(!-\skr7ttEW3QfG#v&R7\VfF p3WCq"67Ap^pC}ǃc@rH4iO/nrO2"m AMX@q]H.BdӬ=d3*>} M3rEuEƿml$0uhjxAz16f# Jg&@J{Uγ[ Zyǖ:￟Jw(1 L(Df6ɤ3͍ZUWRBc0IЧo{(Vu}3RZg$$Df^s-a閭?b9&kUwK^耙f-̓?r`ŀv ]J5qU@څAM W(;:.ZY4wu@$-o27SpX.(˸ԋ3Pp:IC󓧨-e!$ҳպzyҮ>wX]GOnТSD@u=#ʸS\M* CQ8]QИ!s gGhg%l%g¿_7]9dyAJׯ4de\-v$Tsͻّ;W*6ϡgG}{KNgqt v@:lҿWg5jy+=sThc \<$\0~$N@{`/(3/Ľފ-}Ov^V% cT; 6֞{Y xiX NXخ_oA~E]p>yyQՇ'Ci]q%^[t&́:V @joU9v#[΅HWip~VbH*wa|qo[;:,J)r: TH A[̮(BԔ\AڼHY9Jr ?ҽ[oZ`KZ8UŚ5AMbpubO7!3K^0X 6Ҷ`D¿E)^H9Get5þy.D!˾ɱoH@+8Dj!C~GAHEpˆh@u2ҥ`kG٥Dwi v^, PvX&zwVv"bt@G~QAuiRԲ%`Ji;Ϝ>8 {+|D'F" Š"D x7n,)bn<" Gv 0's&z\Adz6aR!z\a.(&W5*/gu% s62.;(笪aCE.ᥲJx'DYOZs lGu3]Leܶ#RFkCX.ID9I悼OY @orP\12AJk9Be;ZJD$7]+l+T1cb*, Ǧ\#F5=$,2IԮSE?O[lIq aU[&8L3\3k$6ďň0=%ETF<ɓ?8 (u̶sRgp(xU2kA=@k%dQV59C0PȚx>c@]V ~bΤ(cC~ժ 5%H^(<:'< 5fQ 3aWE vIk. ^&PO=8dVjc^oZteݫ J{^xҹ&' Zæ-.*{їڋ !E!6`1F 9q(넑mrxQF!7ʈcmCA.K M{,>BJ<ܻ+,6Q::!3$\UM=PA`,r9B&&&fQj *Ң+_1XWK  /uA Pݬb>6kA vbu2wD=sSW& EL/ 80%\{+@v|#_bk"rn=o%Br۝)9e!FQbbEo:nnk7kR?9DNBblcqC(2+v_Z]mMVe3I[ Yd⠽B 4` "{ҕ~օ.rŏmf9zBwiK5H:Gxbt#7w%O iP@W[Yo%ągBZR Cw]T]ؐkR)?Ë]v:z#<$.`aJ$AE)$y)}ܛԼKUW h1˄ۢ/uQ <86v\˜'SKҨu\}4qpš{ƃ#60 U_wn[ǃqv - ۞ǜ˔yFs`=U ,tn7z)׵Im|wJ*p H%ky:Ј-|~իbgL-3=Fz/]IwNIkz3<n4 U41떴3p$j\C"4*xgOR#\l y3aƌQѤ-ٿdt24F?S%v9s2`dO! )T*>%YG~Xl^D٪Ȝ:Eh {RJ0"(+5ohqGE_|?y<&c2:atʭՔCc 4>j˳=NX 2`͂5lo>mt|0KRh=xFƹGsω77c:V̂C-)ȧI9ly=CLj;MM+ vP3,v>gs2eW?k@>3A 6|n%-ŝiIrlŎ*dxcDε)!` _S҆x ?(3Q@(ByHZ4= c o#V_>A mx1G :c#RkϞ2z0Z] S\{VHku8:# Q#>+}zX .^MDv _ CR&f؅Mz%[{4ڙHuwK#bf! .Kח2!Ykyykuq̫J&/UcAa桍p9=Ppsj!ν`ïWz6!cxB겅߇+V 'Zao. - 95<מmg9沐m ӬʵiUM:?xD&m&۠!͊U԰z88Y@]dGY+Wd!jaQLQ[C!W0wgsReY: D|$ףiAW{F%K䳕8戤Xi;sdU͎c k1{T8i+.wO]`B[t R0)*R^udk!jb nq`ą :RS䄳JG"'\E, $%&U tj Ua)FSL䝂P&*I?ӽ&*'i ذGra1 lZb%P4>GVdyQt&aJ]Ng Z0U't):D#=lTU0HޏͶ;i%lVVU4avTH̦AMrGpB 3CH4pgƳ۲ёCVL0 ./>\-(7KǃP^n捿\3iط| 2eѣ֝lsr8tM&qƤ9 zVES'^%;0gaPN$&zK@V[=)c5Jܶ2(+7}y֮7+hsT ]LnbHaC Wo8B]@Fh{O$ܷ[3SZ+3cG*1($Y}.!(v /6L9&  nj5RTYhmewєY dש73xwOp~C$Qmf֗v fT$m/i幊m4G" Λ|"#+`Y~7E@/!Y@7$ݒX){D-@Sj+œP,N\i'&a`d|׈ct1ʅ. 0%yCvYvRS:⧃| 2xߨU/X1!\RK4rw49yWlny#m?~EoCc]wvCܝ"IK'%FkJ:sRD\ˤMW`!1 K8D.Cd6dMso)ľ5_cB!ڃF@Y0K'ސ:rG2VLlxηiO`Vor:[lʖw51!jK~Gؘ[W`6 "RƂ6FI3;>Ufp]6pO=;j"3XSNҥX[ Ա /r&!s]ȵY<}Lq|l>{aFmԠEX yr#S9\ލKc\ `Fd,.!h2+k~ص8=|6z;cwTl{9R6_nYxR<2?}%xA%]mvJ3f[]YtY^0I E<Ep솗/`.@_Lt1@FU.#NSQ~ʶ%4u㐤eS8كvpRH`o (~z5~BB6:P ") w^˯oTVW⪙ŵ`hJn2 ƌjky$4JȰe Sz\ww%y3 !-ߘ|'j>POd-vW$!#B9DD:wG㎽~:\e)@w9̋~Q[:O#_,/m2 ([<;QϴiѽwMWg|sMg}߸"b & Y~1M@Pgl5{CDߧ 'Hbr$G-r#Z >\RSz.F;!_Uo]8S8L˦DjF,FeY9r9P-Vr tMK^  ,my-,BrlXQ+*?⇳:vsBQLۖ]aHIQm1D%sfe<13tCcv0.Ef;Ɲ {%q-uAdn3u` VIUh%? Z~/Œ-hʿ= W}!ÜJ!RaJ(AxI4Dl]0k3S7w οecBׁ4E<<nFZّ(3*CXI(&AI>sa€5p%VgQQ)5Cinq)svnDShG_Bg-[mSk |аУô텘B_S(=nzwdG#'v@WLu;Ctm!zI5<ЊJL݃U,2s4\wqSS}yehwf@M BʳQk hv2ËZ.NAA~>wV>-)fN! c7X2r TSAr _[ 'qz٧g;\ĔRtxbI@]-3kʼn+G5?\B Z8|OOv4 lEl/:DCZ6-*2 S0K?zz8$`؊%ԈEiR~pnJ* <\ň.E˦l^A5LF70DzVG[?=s m¤72`fIлT Yk:xf]GחC0ȼL/)ZŶ`L=ޯAR'1c mޜޟ@|wHѼ_{9 9Kt4mc w+47?G_7y!* >5 N+W0XLj]DJ\+g՘8Iv!6:1׽ggkXlyor|*6ףǺJ &Gl3h#ʋ4kp| ӭDAg$ Bbqw$Aětw&k|߁Xxh!p]dMF"bmN؁*VʺUy=7TtW8j `{ RằnJ0Fmů| Koh)Oy3,[sk8+mp:aY #Z/m.=S$ՙ'yl}f@sܸkTmict:K Dbi'ʼns;m`*=+MvaWFXtHPm|-?R% MٷJ5N+\@%~ E~>6^:M;{a8CՄ' ܶhwjjpxLqj(|H[ -c>E0̺ 4)W&FjhNͨ{Vs;%A\VmAs$S@%\%7t*Pt_E4pg-(9iR%8H 3s+y $0xȻ R~ Qi>CH؛_}< 4)=%) |'cc(9VCѼ!A" GNZQsAtfTlATm"qX!m' zѠ؅f lm&g>cTq'<%xt//H>W2MN2j">}lnif nhD1N;A(vım(+ d2XJvqjxB\M\6^P,lRRi+SSA˰+ucZqF" '"ԯ #GyƙB[@DbO_ M̽3yӷ"7;E1/6ǝ'vpha1DojD?CҼ+ E_gLt o&ޫ]hqZS05,"'dKʈ2.ZO{e(]eםAw2䦮w;?&vꚾiҲ$ei@XU-09#BQeā|)jwQ: \)Fe+(8GTTߎF?u%"wP>V qH@n&@);Cr~aI@gT[9K$.eM ~zY0.NNrh[vO?SNڅMT)e7Lswb ,'TDY}w}ML Xr \C?ȻP8=e"ӜLԈڼԦo/Rȭj)v۾9} {8dNozt:)G7T:|pDݶ1lj l^/xL .?O4a;VooK/b*!A4 ᄵs3USumFS%Ҫ%*2$K4ЁKZxT5#\+2Bf .2el],Nwr7C< %qw-/e^]9\O=BBgj0y:В1 ښuɨo.aOLWBaO^&탪S*5Q6~~4D lo2KXMݢaaa<{m3-&UdwÒyծE=?3rvˢZ޸NGzȢ+G{VX6N@STKLj߮R9^!QpcdI—J!S"S@Qɀd{J9oJB״9 wFikKF2<U4?Ч"1<@VBa"KvuV!Q &HXf:=J×7ypC5ڔ[m{_eiqryHEw΁}fU"KeܘjIuʊʫJz,)껚 ~20sz+x D'@a4WwF_ 8L0*y`F bZ` " w "{;B,gg;5+9qF: \~BRF^c<|,bX8F;+T5h>m-l])3Kw幅 V|1b]EĒ}:}a{ɸhc`*  U҂2c+^FVx׽uz[C7HK#ds`F?]>"sT"b 0ߋu+'|7r`zxPdT{MNDct ֖!V#ue?!W~lQwBne4~FsJ.;ɵ% RZ0tLj5D_ذBMjLdS%i(\#z[HFiF0:ROkg)ș]6^Õ2gMہxԪPpnS+͎pg:\V4klMMc!O#O+Wx_G44<_ P,ꏣ) [`5}54yFy-t@bD}jWIF#u<  p!'I0&,0V[" R"iz<1k|>?!T=OJ?_h*"Y_=</'aaMe0/v ƃ!;$כcOȅ&xvTژku?uXK{Yvm#ofx1pw“ WQdeUlq2΋>DiEeg|G6Hڟv*|ͧBL?Hj2jTü]>$%./XH].e%+MN:_yMV|68s͙<ڤNy =YyG~_#]8~0Y$h4Zj̥Y&ǦfM"d/"' tveF4_Ҟ^K~>*^J+ϻM3Mf-qD߻@x$_eC&zǁ}wwJkdyz -:OIQ%e[?x{4+IFπGX5TeIzCq64 E߼ &wW#S5d#>̥}Y栐X?=# ̕%l9%\^^\5Fsn)}kΓ;rCٶ׻}=2z >|. f?m FԨ3<)my,Yٖ/OXQ]?0pr#h0ȁo֝z?E5O?h1 y\BZk0<(ĩ崙.JrΑ2d^g X4r,v? J)nxˡu#ܒ-5@Ӎ L.P.9Lt51AP3L.@Zm+Y^H{vZy»w/^+@z/y)H4dKK(3H{p1 4N+_iAeG. Ti.؏@`r$jҰܳ}9QRґigl%Ug ؐI+l7^mc`XlgZrP}; Ɩ(rnk5sX6B6bd/GayȮ%DxP"g-a~TYLȃTjJny!gZRNM)<-p@O6vՒV*XF=1spOHɷKxAN DC&誥l: :r-'=n$nƼճOuԜ).{yaʢ Odž\Rs.RtygGV$[7 jo"ԁ7{'8l +G{*BǿžpMJhV·CלZE40Wy !xJiϔ"b>ݾ}NHf0؊F%85е{l!=%3)EGH 3=KeKw̄R6Ϥ_Z*+PLLNӶF,RmjKPZ7ߨQB7Q;2#S+6F8c[Է~(5nXj.n:%n_M^uP|6FJȁ3ylDhR/.N> 3 fY2ڎwڄoaPjpE];oJDA*,M.xpuF*&! _?z7E0"̥p;֞L^86Ug´[trǩB򗖡W1b:Wo wfm"AѰɢ1O[BBfoV&qph-(zӖ9t~Q' h7OY*`kWiBٽc BYa:ka$L l>WHHH%Hg1 a m '6Jo(WlB_dhQ{v: q1*7ǣEd>@jYkt (Ve(jUCYCz"̅1[IQ>+E+]BG+*XyO0^Ch yBťqE.2j#݂`.@^ҬdB$W0QYQ{2/+%̛[ZtSwhz=# }t%YxO(oM`5 OsVVqV|,YԘu3HwzRл v(®>]e,<؉ V$i3 #SgᮋtBRW+SL/J4ާx3_lIB4ATy$"I/h纪CmSfs$!"l{$GլƢl<Ι<}ӅZ98F 73>(][шm%)#;Xw4CtX|,GZ\R-NFN~ZqcL~DQR$)x7&N|*h"!&l}<t ,7Υ`3|HĎs?>h<;X˘q2"dߟ"!NuUUa'Gغfkwjţ7JgMabxxDjuXUma "!b~hMmjHRqkX>]92Z0SxNҒdS%R0:%YasP$V<.ܴ?W%< >!K Rb ad&f_8b‘c76R$TW0Ӗ.|H m/*z'@cj*g/tDgYi>Arr0آM XV9 ]fhN)0([Z>?CД- Hp!] Qdn}cJInn F @[GRKƈd:@ĺq6Jj=7~{AK6ɥFa?q E 5/!TMg)Md&ud !ɜZ˵0vc jgC|ƨЬlԏR7k7;)#P~wm8Y]MRA -t !A)ObLGUQG-y FPϘ UH*J1X`a~[0BQVy%Vxvjd]GZ4YU3ZӪ ;wl+BR;W3A_%h%J])hKӘ阍X`HO|?O"W ~`u#0gxEAr0tNjx Hݍd3g5Cŧ3)2 2਺D,@@y'"Uvt\}L>`l nXoWCY:G[sT9i:}dzo{ O\ :ݿJ6*v}z52I˂0B$+ı\ԬZL1m)l%^n9"|vZ,c_v0S4y,c`._x8W3nC sTcШq3BR]6̛L-~_ @0P 01zi vg*#dv⬐?zzHqp9=G-mdt 3crnKwN3]l̰‡6=yQ>fI,LqH/I~pD IJϪv2"'ďVƖ ӈj2|ΉkkKx]Qn8S/9ɩЎ~/S\.d=47үaXw-)g>/!l'Sҭ%oL:)uIΌ 9?Ⱦ?iqk ':7{{ yPj4XryM2ssݖNTә2'mgErBRzi}Q4+p},-vZz68bͅOht(GGآ,7$Ч.^ Z;Id+w||z"̫aCBk ySTO41$KKUTf蔗h[@%C56|H"  snf~i9O ]{˓RG'31B/Dh L^EE7lh౅~Fl&s1|`$+fM,_`\ʦ!,59d"&Zʎ'L΂ut-=XO/ʸm'qGs$9ȪyALI5@6w/̳$.[,3GD;o #AjXsmEc V{YYWaaiH搐s,6 >ƭ))tL6)Lbܰ [e(;"⡳#iɞ6Wlgڐ#Ur#v5<[i)P)xmϾ xuX#lcg*s͔$e}-8rJ| }, ,jlP)wFi_>R6;4Lb8[oD9}FW tJm-Q#i)6[>STgo9d:RS9k)Swj͈/3ACC aPiKJFw}Y%?gK̥*w;V R Pf&eٞ@ZQIQ9㐁~N~6M- a9 c(8'Nq/Ow ڐ'f-K`$%0B]`uً?ٿ}T"ỉ̩nR9 $ngsăp@ѝtboDhLrث 6M9Z4 `v#@V-G!؂2o vюgF5U,9Um74d'}o6X8?4+>R6r35ߪjBäN*njҭJuW^7$oo|nHCY @a*e<'1D998LdXnոJe4:"Y/ 2I֫4ґ<[0nՃ u@xloN팇ꨅǰRn{M0ׄExh 8hQ,]8͘`, zl1OHl3b ÃOu1! p08h_b00Y{c:jR| /g_|1J Ԍ3H8%-Cl2.LFK`h*vbOIM!+]G#_,k/y25P<}谈 lL}c驵H DilƊLU_c_NdK4:նaՌm6"{^5 lMQDϗx&s5 -1ٗjkjxH`R,cD"79NBJgntNz gMq%C9ėX@B@xMBT]N{>?/͞r(Zxlr̓.1\%&w~F'9R!IQ{Cp[ojv `hoKJ<\ 0Ϫʐ,-ߠyDϙ[}r,F%JG2K>ݭ37$W hY,,]!_֏E H7lR2( Jܜ{=- Y\.L\ Г[BSZr4mđDuHT/M(T8ܮdIdY ޘq1"nUQӘkʄT[>3fWvFS"[{,^-dо~a\zd8 ~OӲ~ԆY$րٲ:^Zwo.s=mWG/W`1#vA2E_i@8yh/RM 98z#GKG'sZO^~+7ZOƛaw)V''|=6boVN􌜰4:T=m]֤/&ja?mn Oګ dmUv[-]]C,$ Cl/){-d tĔ[ZNי_?Y}}LS{$a}4",jy)^|:,n %+J35u1A`HT7%NFPptn pw<: J0Z ~#k]a}uGUçb_͒}1a>G̓Qo$,C3XI=@?}BbѧNO 6M'rūN[?!uchlK,{*/grQ{^Q$h,W 7lϖ<+؟F :DRj+d9 ݊R>5ͧ[Si?FAiV!@:~եz͡6 <|tv7 Nm-T_S2pUٴklӆ5 ӌHbNӞp%L? & :C])!iWeOxmb| aT93VGդMѨ/#4K #R _%"G7 7|B.!Ԣ=,Q#~=Z~JkIOǿnZZ~j;SgP˺J69LvH0Qko3E(uB)Ļ{guH|*r LS?&q?QTO]zbZhhJL]$CbJz'90G<Eg?%;=#h(csuĒ &lYdR^2`7(Y}/El2đ,畻Q$%BL)h6[F,^/ ,* r&z;:OHLvymCvCqE#8j XXSrXP is6`{d!!QxZkN_j1[ݱ˗V xJpYvZJI> lHP kizV{k^սeGmZ/2A,%/;}`} UϞw QnA^aO0V/Izc ?i-fADM_? \wbW!6#7鵳kSG*wy{L!m=ή۾nQΪCk/D}qejA hu(J;XnicOO~Vr4RrKu!dc_?^y P f\MQ5Vy{ڌx ]ݴ9x0Q^L/Q}✡[A֮R(9K-CJPgt9'3f̺.DioOtd:[>3oO&[ZU)Έ[a@QY%s@_V#C DSW%ꊼ;L;‚up+!OVVHk*א3cu({[?:򡇱Ϩ"⯨(}ou5LSE Ucs5'ҎQbml ̨{] $-9`=S 6Cu.{ 0_؞'L,l =ݞ{ 1w-|e!IĆ9rI'}C~ug~h٭l8Gt](iz\ˑhV'VQbeƑP3OU6/L:24b9z69ybr협Y6ώ?wrD NGM j j/l+א5(f_'^VKH,igc:R0!C~gl|D 5K+dgfg 3Ѣ k$  JwO|||p[2 JBՌ< AWՈs'Wa3|:bpk~_]6.  ϟn\_Sm.-Q"/`iJ1͚@^z19, {A)[XY[=ұ8m*o)0Vǩ-z\񨵔7iBqq$MV3빭oqЌ`܀Jpd+]Tk=~gSMj@,>)2I/@|_>pFR=lPA'oePNjg1Phrz<tLX9(-`Ă}{_k[H 3F-0#B"hɤ2` fH{'!}3 Sx^(RTbugH%nTk"qI)}鱖Cpo 1KQ‹ xj` C؁K{F4Gm3U :b-@Q^ +@}ws1}1Kx}WsT:{5 tG~ j$pfnWrSaVZ%ǣpapq|Ҳ Sծkrۗu_G@lQMJaQܽJ';oA9{`*4|En9살+8LT\Cc-Q^/TAO #tr#rvt^^ xٳ#)GֺwZ(!qKqm\AJof"ߋ*l;R1[ MOF(ٝEn웟'eUKWBBZkAB{"cj+gf/0cR87{m9L%^{ņ l` 9K{Q0y^<%8<̖wG:A$f9nGG!An>y%ʋ]]EZOH )F,0Q9?lҔ%mcG4o*׃xd^]d5l&NEglg^g}ZΙ$7}"Olਟ`ÞD`ݡZ7XC,7lm·Vw&x 3l.\Gw:tg)0=G5AxT"Q8fΧ(+"~BUKX $ zR*E=Gsns](tϮnj6*ISPMLɳ@\09ˆGlŦlbLFXlѣYI;2=.so24y{o(psG*9~!}}-?{6fndzh: 1kur4ɘq"TT1PZܩobdZ:ؗ4>/2j}2h,?ATfO'7g+,UV]Ehtw ][)t}PGBK$D >sY"ҵGeUXY2n(.ꩱ(@ T 9z(4nXmtaf?Q~aI5b2?Gz^!3U@+ ]hz~PGOi?_FUtX4T,/al=15Ԥzp e]7>f-}<% Ysi! 3{~ Y7zE'[$D_b%7۪Cv5۴.iZ ki(ԃ}ޓvޡHQ GQA)Fni94jG_wxR=zuq'~)SWg =|(ZAS QiBps^BRG"ŞE+FVytȼ!-S}[U| ࿿"{oҞ(Exq(mg[y'z0o`TJoQF0LCE~E5wܴa:iz,LH mcFɕ_^tE:(h╅VfU]fdXHdii)N{浪ާa{.0f$o֒!p D4oH(~=i`lF3íȘܱAHӇ{?X-S.Rv0t2EÄfP|5+vnک󏊁QKDq[m^D6Eճ?6T* b+D*𲚘:w |`@XfW5eA(̤CP>s% s9^Ȅ_wjEs|)ubS~ F磩~ ȍa^t1d[3da.-v*VR_En1==#9Ģ^y|ql8a)Ney$fgp[.WW)BRY30yD./ԉ=. ٚy0%CUCts+f34{Zx6Jv:4M?=BD= μUnS@{Lʋ s۠;mf?"*25hG0'_->?u4;׾XۣqWٶo,NM7hR1oN5`"idˤfe>m(wcng_Ef&P+ΜB})e.`o: SGHJ<%.џc~Uoi"@F,}[B֌NC !:ߨ^ypz.mmSnF^aAi,D}7xd6?7SaD4߹ 2 se3FsGY˳c^nv3c.(88_d(U?k.ӚmRGL:I(=! (t |AiV 1y 1KDވB}ʯ4r\3D(XlGb"?)""<|mrgȞiw$/˅rT6i7=LZ+=q߽ kp bI )kEE5E&[`hxt %l~0AlGYPnsφ!Kg2%%Rɛ(++$8Ue¢uן(׺F5u\1`lG4a' Wy"W<0Ͷd=_t㍱bv#'q؉Gf%  g}چ#Q7!>\6?;F -pәb9Of:jC+w]F~d=dkXJYI~0xsIE'ˇ0Pu`0m(:j 1є,{e]'7/yP Kf&<+ߋiGqeg7$j  ^U/A=,I gD0hM_p1͟,}~TAAK6;g }V-68zv4F0ipmC8l#f[~/&-j1D5Loe=^#҄nT޵(Ĺzy~Ҕ0TrSCPٞ"8W \|#wDͿT4#WО?{LWo-O (+0s8[ {&۵#@@vz&5-_=D >Yf ~IUq]\H6s8Ju`鈴f;}3IfÂ_: 44)Źqݿ*Z@C_\X 9`\lw'{%[ޖ0'8h#:0HQFG`lKO<5 w}lm9pdx tmgĝvYGwNe)ن*-4CWzWUCxO~Fr)VknF~=)]1S+Q(dp+3<>tf~eX'YA%0K'zC,I\0KRczuW;Sqǃۖhll}Ҍ$@ FuLdt꫹: = $}+oۥ{^W`q"ɀA %j,-&N&ǜ`KC u$={FWrBȠu [P`9Z,V[K;l8AFae-="La1dZ+T&sMgu]b;`{">qU3Yz?ip ')NW6wН9W`4EQ&+ң ` [OyETV}TT?M 1||5K91fEc/m y8h76.ހV SU#*<p̗F * s ~i{G[8^Cpٕpoyzv&7O8rYbVČ:/ޔeXrI X<7MEӸ25Mp,D)5~vIVJ 'e%+vc[N2뇴@ fΪsUl>r-Ĝr26 Dzҥ)1Ʈ~ 9bW;=5ၐ%dӣ9YZBx*!@QC&:wg& M6$EF*I *rH6XHڃz l{}FJNۦ~hA"o{G8k@b8 d2;dI

69V@V.em7З~ro#0X$N} e uN~;a\&6/!,u7KɁؽYKÜtI>1^a[tb$:)4pex,ilU   4UK?ΰ: X|<ĸwŒJmC?8{vZ1پ{[z{mߦɜ|w=FT?mVYtk.cM (mDc],:*3<'lbwݎ~Rt~Ԫ,fDRj?D]OCC97вzVC<3v]ạQGKڙ9mߩةpcZYvB~2ҸPǵEu6"_</+\_$b^4`3tDM2V6= %L|VGƟoƘm7/@U-qf풅Te\:H+_!:!Y(Rw|zfunIi^oƻ(L'1pxZyv%(n&~7NuO] N`k k+ DFUW;Զ+G:1R]hdHaX0 K^s~Lޯde@6Ф`&+'*'fh]t*.,Z3s+ƍib >izuhO+|va\ ;O$Yp(0}/ JC|jH&Bc,syKH{PѐS1σ$P /XvFؘuhFJbhEvëp~E/^Br<(!xZ1ȽXϧ@4QgDܜ#4aµ -s|Ъ}t5JGC 8g*W Á"vsCc?2Tǧa;y%|!2Kɯ0'Ϥ}n]zi=6OHןYYo2;܂F-ߝإ쉣I!UV{vX x6=Hi 0gtNYCn=YI"_cSryilQDgs_UFdMBHxv$Pz&< noVO_@ΨˮݛnP "c鶦Yy:} V/A?TY7gJӟaIe6B*]f]i(AgQn,ICa*Xڠ kD13޻=뀋Mgz$z~G"!9,[4+)鸺_e[mwڄE'MWB\,\/ -9tA^[v ;hq/@<9ⱇ1ҳ_ }10ى b+. &Ob ZE;Rٌ"{~iu^OƮzuoJ56U:63dq0V#a"K 뤕1%4vN" 9;t^`H|i|v aaj3ʊjͫFQP2֢m|Ă:qCf:.KG\<uX*qinKuP'az W7i ?dyc|]m[.P z^"_cyMu=$QaD1cjQgKAQ*՜F93CGeӃrj]S3rdW;@%iVccW=Mt8(E S" UG:cfG@H}0x=g;gqzWl; 2cHN _ !,1]\M6k׽WAleUzވf@6K>ӂ#K*!awA0QpijrvGحxx?)?%l3!̮]s;o۽X\1Hwлg[]&K_<;~ ډ!WGΫ6 7lz[d/,Y!YmEqTH%uVӍyLi^17 ӻB8|G1+|Wiթmy!R*5W49U wI28~G黐> EX(l2^\z-m!hc5GVEV5.e4<4^1^>Oa4u9@}Ys q?t-8h^,d.C_HΤ֐jZ4qRCӥz$Θ -c)Uf,QEcA:uYfS {+ejYKZSB]tXȏ^IZ|U@Ջx wu_{[5 hNiXOl W _)VwҾ҅ _vSP:3C6}bR-E y͘IWWz؞(k c7Q5KOR=uRKe8'EM@BLZ|2V$T@ ++HZX@%XǒW<:q$5(o"vFTR ڗ_jg0V^@ _,R*O['|%X9ٌ(',uk5\dHF l(KE >&ۥ_9 |7.)5WT Un )wy;GDl@3^$x{ snijsOTq3&zxezn(yƚ* I.ayt<5Gqa6a;iM2oc9@gmdh"Nf nB~,1ò!Q9ˑpc[:s[w7T 6 mI v34P- W;ndGLjLH +w<\8'`$j83:eHt)XnxN8LEq6J|`Е)=25 E@c,=R]h(T}v(kP9`ٺzUVupLZ(EPӲm}mfs gQ<|@2 fE*>0ʉ[߹*w 4&"'(P7KM5ܝ#sP*tC0W{9LDsw J;XW&D}"SJғJ2u]}JrrC; {d,y5v>*?#7u熳G*]`hFc@ZcPG@Dcp]i}奸դŇ\`(8EY4Jf0IdLsN@y yEVwH9gd^aDS|^$ƻZEw M_S“9 v7m'OӁny("BB=;sm͵Cի}A##sIF`]4Z)5"̈qQA>%7.EU@w\NXnN,,AE;KU2cvM#GRs Arx5S#j\OF^꿁#EJpPuTB稃+ 6 pNEgr CKc 4|;FN}KhX5/!WX +($|P‹n?n(=W"11~Ϣ_")oip\Px~8( עD6T.mΣwmq.*DA0r${P4j=D~mv?I }R>U 6<4㋺68ph2Bɡkr1 Og!>]1lH"ﱩ!rtIz@2xoTp$Ȅ;{[5揭0?R]ܴ;tз"''v2oԟQ3l~{$faM6vl$%h7H mz/F_C0buF{z' uq:KBgLo<5qߍ foZިYBs%c4\Sm[0W5BBxar{]Mz)%,b&'}?R1.&C"G:;X)4KQof>b:Y:v,w)HDOUNPԧݠWl+j`PS@ ̽Kz ݪ{EZ܀YŇ㴪Tm߻r Uijgiެw14}>gGor(I6I6E6.NpNK@V 11x5(Czj+O']'r>Ag؃ϊ_8EdXe ؾiqA>a ,(K%1lUkܛ& /˫ ~FD3OQ$3߆^+Eeƒ-MD6oIjx鲀`k RP}*,B;lEx`8nK襕em@ HmbWN*Xxٟ*Vw{{DWjsէ;N1)h]"%:qI1gs7}л I/'dIA{U{TjiC7IOaV( #[Jt}3֭%L`40_+Rg t/FYbNKT]H'{7I7Nzʆ^>%]0Qwt< C]n;{7D-* enb7;)(Seymbo9O3ūkCNSr1)'j҆mI]& -yɝ5M+% #ûar}nݟl m"'AChjQ DˇϱƽYGk <k\ AP[i' ^y};=] ~v_$t<(lUtFgcO8OVHqF HYJVޠLp4drgJ7%cblD^өAZE>I>8lz 3?ߴ#)HݓTtK 6^L44d:(G֧hH_4uq7%:ʀnݻvIlM}/PVTϭM}.}LpT5RKN umZN'Z~nTeV NS0F)1rGLxܶIc8i%.uH)1L?[m  2Z0Ŋ\ۡ c[#BY1(H9 82CqszbiRi.FNHdg 1A>5*dDjPl4J3a0f)8G๼Fl+I"e 9<C"Nhh#>w'UsU8.gvLf ( A:3>ƍhܮ4=k]fz1t*.% uݢ۔Z*xs#\4k_wv[MWC=X4Vus2݄$#'=௙ D*lz<.WJ91b-9~x2Fʝ*ch@wǓƓޟ\@=KӢ,"$/,ʢY,YakF\~!4_.NY]j[9!b3ԴꌺVvoVEy8K*w5S.=oE||fnRG|xca8D=`к/rMPL}i8HjP H+q<iAtr,Y|ALLn.OD˞N;b%>4o/@^͕/Iωsȶ{'VJ*r]!L:k ~݊9h/pKoVMw$t]ݺF9 6 =nN3YaY$e^Ԇn#k)Qz][C<ϭ9phgApշQnl*1y,015ԟEjK? KH`"~JHXg 1ilj7^QHB (3:m`*|41Yo^$v( 0>%Ԅ ͨշPT ٦R>F' dxRR= ws}topE;X[H·ЛUr>[[ ')A[#ȇUqlME2f Zk ar QVRe39po]*^OO+&<>Gn"M$-+!FuෝxzF?f95vĎXb @>1?0ވUuw@~:)dZa<}M(,d&m˴kM~z{O8*xx!\2N9'MΪm z6 qAKO_Cw8O"`\8^' .tiB氣 !gɶз RAC ]9ϪՓ"abP>/]laE1 JJSkgmw"41irS*Qzn5S> bDȠ(DI)4H3KS9~ יh*5}0xXΨ;7e9Oϕ`2_}-} 8*OkpfK4lW"]=.#r3FJL[5O3;`fcC,y(9b}|EO}o6jaNxk }芹OːBS(~YjM6<)ImARG ?Q +uzq-ʢyлx!H5dTډ$um J.hƽ8"?|{5tήD|9 }(6Yqt螏ܹLw=FwK⡹/'U?>3ܑORYFNzmNTn &ӲU>d|ԩ'Jlw=P`3#.{̂#%Ґ/u{ `V]`X=%_oEYmKA}bd3|RGw t["U)=5$m餥IgToFHg>]hY.Wr3c뙺+eM@렛$Yo/F|"-sHCsyWJL7שc Z;daӋY6a%˓(k7q͓+=[wR\MAI+L`f(ϐпkIN-y Kؖe'XgÂͪX|Qj%!>mtkͮ5iwWH۞%&yS…ڪT]@ 5>H_Bejl*Æj\(@'@d]!Ei]dy-&&Ѩ'/9u/N|8wtP:߲tpfza 7ySZʤT%oJZAi(aIwqC<.$턶St4II #+ o+%i;ZlZD4: urMqn8mfd!R}quXǽ0EOV1oio]<4Pbhpby ,[ci, B@<7h:mZGP][8y˩+) bF!LzPMxJ(r=}?cKj,VF30trUr&Z σ"@c^GN@وd d5L!փ b# ZBÖ&!ᆮxՆEIj>L}!ۏI}xW wS7[ }^bƟ_DDpD)Sxao}p|eV=ZԎ#/3w0)G`=@>MKW_{47]n)+ZnҏBD]I=ƭWq71ܪΖQ ! &v߬tJqegQpp-yK tr Z1Z%H’2HY#Gn6_%ړ43ҌBA"ʣO`_LR(bJ 5ӱ787(N|)Z(/'ٛNyrG%SĮb$gZ sn^_STXdp/3EwedIdsLM덖`k>|ϕ+r4d\.T?qS|DėzEsxF=}U%.wX[@;# +˞AX&0)&Ukr纑u/y@,cC5:홶1_4 HqZS h9W '&VMzFjqqJfm?r= UK>A#:F.t٨P"cQꤰ3Ov?plvG yQpah-1U ̐uFm[}@ҨxέM09e7ؗvM$!G_ ] ?0c$&모tgi{t%-A#v4OIZz-Kt4oe,~O#\b)ժ!vyPԱ\OJU;eFP G \liXt_g,C nTv6RBW*/L4]m50nֺLF 2e#$#Eԩ 5w+郖98%.Rm d}'Z nqLj7N]ad+ 53jA*ѯ*Ԍ&3Xe9ו>W:s_EP! Nr7nː,oÓ~u3۔ͼE//; ?i鮏(X9sF%eT]$s*ӂ)uw> qy R{l_ז9 /|/xߨͫT~S=fF^7R*z.Olr`Q /i=)o 3a?y5b[s:UueHsp߿84w/(+[lLݴ!-z!cDF@q١tb~8$S !syqt~R`i"B26ATE qtR]-RH-tQٖV|q &p)"̓ 5a8ħ/L%:`ŗ>J;5A&[ke_?劇(.1y^^_-G$7:_ +h=+2㾃@Еyhu+ZD(>~ŝfg8+<]PGZOU]k;hf?^Q3D, {]m ݫZ Ja]9anl3Y鮤mCPdǜ]{;H n7kN5ܨpc,mٵJt9LiTu?,_oqXx @t]I tMǙw;ʯ d #o9LB׊[8=R:| U3;7 `?mNA,4-ԃ^$ZL v."R=||_ J#GKuZQƄP郻16 KAOF>S2a ىTlA?ejk\&S' xIܨM5u;і,Е}+MyC:f:393g\GlӭZP(,66񳧙 j 1)P<>#49;¬oY?]dӶ *q%*/JrJYE9vm\yOrHM~tOlig^QӮvl'Ah&Wm&1%hDv-ɰΩpJ$"dmxD'C?y8Z-91*=m)*(>/VF0,Cp+@\evtgo !OƸWU-QIXA9Lʺe8!D\(?IGӚxRT>ضZ{꾖y 4r1j&_`l=ݫC*fhX^$ZЕoIN 6EC ;=h8cSqx,(fNG SyKMJ0T/(źXvڢܰ*MQ#ZdCmM=(77b=XNm(Ζ0cJv{fBXIbv?B߷m ahĞ ^SLFVB04;Ƕ}T%>¹I_>c+F!I_u6SQ²Aի.0>|@~#n-Y169l3Hz'8ǒ3=Mg8>eը;{z ojABӃsY.E`PFR[h)H.#ESp<>4%+"Iw>Bo8Dj܀a*J]zQV'_"cdlQbR0 }b?>%?Nz~$u`/}T^[43llEͱ< $GSޓt &W8'$K 0%"t~s~.mdo S__bsndjbqdL1_3>gl;'(O%aj x)Fp<>O(7eN a#"r⅘/]AbaHϪ _F to3*b]&q5UѨ|%XDR&@yKxqu&:kJF<Y5. H9aadqՁͦ1Ez:M ;3s-1zK\Fz1*6&{2aP`tKFɭXۀ+p  KQ^\o[WV8 G+aTitT7vXR=Zw:jixAuuF@^ev@0r^T^fS!=o"TP ;y[fub}&Sǽ8.NkUe7:,G3|v3vZx@-³ѿes˔͋eIDqD:X4qzm5#kt . XDżj B_7ݏB x(XDq'S gzQ]w7hg#5?fnk1ژU"JN!D LHL~)xzi7A'/{PK@e %0\ɛvbO[ZcF'G-23[1 P@51ap3;<D1j= :XY['ޓ @Y(FV3=Xgi55*Sj;ԤN-EFp* Q8DoRyƝB $-'\)tw@2WY$^+5p_+ݟpG5˰;d|̦k/b76ߎD 9қ0)&K9sy&8e%5+VJ J2eYnO}-T_@ڗ{,AIO Vc*$B#ޤfݗ]^~XvmOƚjm۽p!j;*vA=MDdIafi((V@uAgomj6؎E>Ï⁖tzS4Ϧ ±qQ];o k{^rր@حֹ H457šrB_^Flˮ ~lY 1WP?H1tkUkXuG4>w< fvb7$:!df:C2p?5ڛ`nO~>O.vKjuT$y$v]E+s!ßNe58T`'n<,sM%>6AcC&V/lMWKȩ?pXg2# HMc.7?s ; i(R Pd ~">mUrϴ,v]iPEA>}dtCgZ13p?mևzEzO6{72ȫ!.`nA,\HM1=f |W11uRAYs,|"$.E/×fd#8DkpUC\!\lqzYoخ<u˂ƿCשp3ύӝ:r5%dm.[29iq^'H}FR A% X"U19ʞp0,ڴ)*2Li^LzS;9 %Y/y'|7}Fu9"R[ouE\  _@SS~鞾t({Xвgm̰KEz!?X&w>uBQceݧ gͮD+/ϡ30`^ڡ4.u 5r:|5lϡ 6֨ԥ:! +wTL3 N3[L\H: 㿧>G'eͅKĢLVM(zCv;j;s Lޫ )~$0S |oIE#oywK0@ɔYib/!#G4 L N W>j^sn$\3mM8@7s_w&).z9th|Gf|weSZ|ؖωzX4Fa"9f! v67[0V{{q&ba/ ~ K p״}Z 1jz{ma.mZo*%0}F-B4`;CAIUlNP>Jp`l}!W}#4ErA6+Ȑeg_bAa=kxdl:qrʀ< ; Z'ln;52-BG"Y/~dԷ@g0/Υcu߮hWk<%J,.rM> Y{4A_OmGqc!Y6<"(v.2TrbUzG[.m3^4];nL.Y G{Wϊf.TLd`_|= ;>t+)24#wcHA=gAH )K!Mx`~ 8x}f}dHB#0<4~/Q*ac'`Y$잖=t -nEV,=l߆qm_q Df#~Q vý`&bnNۡ/cuιy#/QldR_DL ݇p4J0d2򾕄~U B⦌!yz WOp?T%)Zp#Rl͞5E J9_N/C?^f{H`IJ#11_#/.1 (Oۓ!0Rfcq|ND>JK8lGp`%5L8PbfoZ@PnUFǮ9˵x?܍{Rx65U 0zr f}ෂXT@|$ fs 0k-_?lyf-ň>¿-b*{q0$u/נYٍOkRLY|zeA`zH#) ,јu(_`-'O3bm̤RqͭLT\'ّWazxF!?7!u01yῦ  6WN⊪6X#X](ʁld3n9ى[OA)ӄd|)p"i7UU*ڽ8HYB=~C˹@&$7P͂H}KYl>ĝHҧ'A4\ Hyx+▄u*pL8^FGD4%RH˅~WnF*w!엍Mml/wW?i wدQu+KjC)o1Սv!.ک:#,4X Bre?ϩaj@KŪb|=G YZ