go1.16-doc-1.16.9-lp152.14.1 4>$  ApapC/=„mX4K)ߏVc3U<\"d) 'YDR=fsD%-~*'X=h(Zvײ9>%Iٺފ)6Ԥgǹ z7Ǹ*P 5FDxD3l9RXu۱ {׎ewK5&Ϧ7u\2bc^+5Z׺b3U 4k]q fD*!h"' ..m6497cf4f874d2987cbf0fd2fbef75d675a081ffcf1fb4621ccfe32904efb66f67bc4f99af9a32bec2da83640563510f308d13026\apC/=„ 2Abk 8ρN0oGb\2|Qj~ d&)q7'MRӱR}U.6%r$Do9,8^fZvĦ 7&^(5pDTT, 66k½OtHX5pJbY$^x' 3+ UڢcRQW+MO2^<&0w8NW+]Amr`4l_y-p uqA+ zL~>Wwvь>p;Z,?Zd   0PT`dw       $8Lp&(I8P9:FWJGW`HWpIWXWYW\W]W^WbXcXdYTeYYfY\lY^uYpvYzYYYYZCgo1.16-doc1.16.9lp152.14.1Go documentationGo examples and documentation.apAcloud113ΛopenSUSE Leap 15.2openSUSEBSD-3-Clausehttp://bugs.opensuse.orgDocumentation/Otherhttp://golang.orglinuxx86_64zO4AՁapAAapAAapAAapAA649d67e452dd4e8ddc3d14d372dd0f6230a573bac7f4d86ae5111ac22c246f7a2471469d94804bb4017abcc565e7ba14e925599b32ac1044708a6bd68fd31aa7b452343408313c2e9bd6914416cac6f17c7ac7fc0e31462e382bbe56962b80ba56c79fc1c8aed92516f6723c47fab4fbcde80161d5885f090312d733f912f40brootrootrootrootrootrootrootrootgo1.16-1.16.9-lp152.14.1.src.rpmgo-docgo1.16-docgo1.16-doc(x86-64)    go1.16rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.16.93.0.4-14.6.0-14.0-15.2-14.14.1a`2a;Ha @a a `i@`.``@`+`g@`KW`H`.V`+`@_H@Jeff Kowalczyk Jeff Kowalczyk Jeff Kowalczyk Jeff Kowalczyk Jeff Kowalczyk Fabian Vogt Jeff Kowalczyk Jeff Kowalczyk Jeff Kowalczyk Jeff Kowalczyk Jeff Kowalczyk Jeff Kowalczyk Jeff Kowalczyk Jeff Kowalczyk Jeff Kowalczyk Jeff Kowalczyk Jeff Kowalczyk - go1.16.9 (released 2021-10-07) includes a security fix to the linker and misc/wasm directory, as well as bug fixes to the runtime and to the text/template package. Refs boo#1182345 go1.16 release tracking CVE-2021-38297 * boo#1191468 go#48797 CVE-2021-38297 * go#48799 security: fix CVE-2021-38297 misc/wasm, cmd/link: do not let command line args overwrite global data * go#48443 text/template: should t.init() be executed before t.muTmpl.Lock() in AddParseTree() method? * go#47858 time: timer reset sometimes ignored, causing delayed ticks- go1.16.8 (released 2021-09-09) includes a security fix to the archive/zip package, as well as bug fixes to the archive/zip, go/internal/gccgoimporter, html/template, net/http, and runtime/pprof packages. Refs boo#1182345 go1.16 release tracking CVE-2021-39293 * boo#1190589 go#47801 CVE-2021-39293 * go#47985 archive/zip: overflow in preallocation check can cause OOM panic * go#47691 x/net/http2: server sends RST_STREAM w/ PROTOCOL_ERROR to clients it incorrectly believes have violated max advertised num streams * go#47675 runtime/pprof: apparent deadlock in TestGoroutineSwitch on linux-armv6l * go#47610 go/internal/gccgoimporter: TestInstallationImporter broken with tip gccgo * go#47535 net/http: TestCancelRequestWhenSharingConnection can cause port exhaustion * go#47042 html/template: data race with concurrent ExecuteTemplate calls- Add bash scripts used by go tool commands to provide a more complete cross-compiling go toolchain install. * Fixes "go tool dist list" error "all.bash does not exist" * Added to packaging: /usr/lib64/go/1.16/lib/time/update.bash (already packaged) /usr/lib64/go/1.16/src/all.bash /usr/lib64/go/1.16/src/bootstrap.bash /usr/lib64/go/1.16/src/buildall.bash /usr/lib64/go/1.16/src/clean.bash /usr/lib64/go/1.16/src/cmp.bash /usr/lib64/go/1.16/src/make.bash /usr/lib64/go/1.16/src/race.bash /usr/lib64/go/1.16/src/run.bash /usr/share/go/1.16/src/all.bash /usr/share/go/1.16/src/bootstrap.bash /usr/share/go/1.16/src/buildall.bash /usr/share/go/1.16/src/clean.bash /usr/share/go/1.16/src/cmd/compile/internal/ssa/gen/cover.bash /usr/share/go/1.16/src/cmd/vendor/golang.org/x/sys/windows/mkerrors.bash /usr/share/go/1.16/src/cmd/vendor/golang.org/x/sys/windows/mkknownfolderids.bash /usr/share/go/1.16/src/cmp.bash /usr/share/go/1.16/src/internal/trace/mkcanned.bash /usr/share/go/1.16/src/make.bash /usr/share/go/1.16/src/race.bash /usr/share/go/1.16/src/run.bash- go1.16.7 (released 2021-08-05) includes a security fix to the net/http/httputil package, as well as bug fixes to the compiler, the linker, the runtime, the go command, and the net/http package. CVE-2021-36221 Refs boo#1182345 go1.16 release tracking * boo#1189162 go#46866 CVE-2021-36221 * go#47474 net/http: panic due to racy read of persistConn after handler panic * go#47348 cmd/go: "go list -f '{{.Stale}}'" stack overflow with cyclic imports * go#47332 time: Timer reset broken under heavy use since go1.16 timer optimizations added * go#47289 cmd/link: build error with cgo in Windows, redefinition of go.map.zero * go#47015 cmd/go: go mod vendor: open C:\Users\LICENSE: Access is denied. * go#46928 cmd/compile: register conflict between external linker and duffzero on arm64 * go#46858 runtime: ppc64x binaries randomly segfault on linux 5.13rc6 * go#46551 cmd/go: unhelpful error message when running "go install" on a replaced-but-not-required package- Drop patch to fix crashes on PowerPC with kernel >= 5.13, fixed in next upstream release: * drop fix-ppc64-crashes.patch- Add patch to fix crashes on PowerPC with kernel >= 5.13: * fix-ppc64-crashes.patch- go1.16.6 (released 2021-07-12) includes a security fix to the crypto/tls package, as well as bug fixes to the compiler, and the net and net/http packages. CVE-2021-34558 Refs boo#1182345 go1.16 release tracking * boo#1188229 go#47143 CVE-2021-34558 * go#47145 security: fix CVE-2021-34558 * go#46999 net: LookupMX behaviour broken * go#46981 net: TestCVE202133195 fails if /etc/resolv.conf specifies ndots larger than 3 * go#46769 syscall: TestGroupCleanupUserNamespace test failure on Fedora * go#46657 runtime: deeply nested struct initialized with non-zero values * go#44984 net/http: server not setting Content-Length in certain cases- Fix extraneous trailing percent character %endif% in spec file.- go1.16.5 (released 2021-06-03) includes security fixes to the archive/zip, math/big, net, and net/http/httputil packages, as well as bug fixes to the linker, the go command, and the net/http package. CVE-2021-33195 CVE-2021-33196 CVE-2021-33197 CVE-2021-33198 Refs boo#1182345 go1.16 release tracking * boo#1187443 go#46241 CVE-2021-33195 * go#46357 net: Lookup functions may return invalid host names * go#46530 net: Unix dnsclient test for CVE-2021-33195 assumes that 1.2.3.4 does not resolve * boo#1186622 go#46242 CVE-2021-33196 * go#46397 archive/zip: malformed archive may cause panic or memory exhaustion * boo#1187444 go#46313 CVE-2021-33197 * go#46315 net/http/httputil: ReverseProxy forwards Connection headers if first one is empty * boo#1187445 go#45910 CVE-2021-33198 * go#46306 math/big: (*Rat).SetString with "1.770p02041010010011001001" crashes with "makeslice: len out of range" * go#46214 cmd/go: make go mod download with no arguments leave go.sum alone * go#46144 cmd/go: error out of 'go mod tidy' if the go.mod file specifies a newer-than-supported Go version * go#46128 cmd/link: internal error when externally linking very large binaries * go#45927 cmd/link: SIGSEGV running 'openshift-install version' for release-4.8 using external linking on PPC64LE * go#45832 cmd/link: unexpected trampoline when cross-compiling to ppc64le- go1.16.4 (released 2021-05-06) includes a security fix to the net/http package, as well as bug fixes to the runtime, the compiler, and the archive/zip, time, and syscall packages. CVE-2021-31525 Refs boo#1182345 go1.16 release tracking * boo#1185790 CVE-2021-31525 * go#45712 net/http: ReadRequest can stack overflow * go#45636 cmd/compile: internal compiler error: Invalid PPC64 rotate mask * go#45482 runtime: "invalid pc-encoded table" throw caused by bad cgo traceback (expandFinalInlineFrames) * go#45385 time: Europe/Dublin timezone handling broken with embedded timezone database * go#45347 archive/zip: duplicate entries in FS interface * go#45307 os/signal: timeout in TestAllThreadsSyscallSignals- go1.16.3 (released 2021-04-01) includes fixes to the compiler, linker, runtime, the go command, and the testing and time packages. Refs boo#1182345 go1.16 release tracking * go#45303 runtime: "invalid pc-encoded table" throw caused by bad cgo traceback * go#45253 cmd/compile: fix long RMW bit operations on AMD64 * go#45240 all: run.{bash,bat,rc} sets GOPATH inconsistently * go#45192 Strange behaviour with loops * go#45030 cmd/link: go 1.16 plugin does not initialize global variables correctly when not used directly * go#44888 testing: Helper line number has changed in 1.16 * go#44885 cmd/go: import paths ending with '+' are rejected (affects executable like g++ or clang++) * go#44869 time, runtime: zero duration timer takes 2 minutes to fire * go#44860 cmd/go: documentation at golang.org for cmd/go has confusing formatting * go#44812 cmd/go: 'go get' does not add missing hash to go.sum when ziphash file missing from cache * go#44640 cmd/link: fail to build when using time/tzdata on ARM- go1.16.2 (released 2021-03-11) includes fixes to cgo, the compiler, linker, the go command, and the syscall and time packages. Refs boo#1182345 go1.16 release tracking * go#44793 cmd/go: mod tidy should ignore missing standard library packages * go#44746 cmd/go: improve error message when outside a module from "working directory is not part of a module" * go#44676 cmd/go: warning message when getting a retracted module version is missing a trailing newline * go#44659 runtime: marked free object in span * go#44647 cmd/go: "malformed import path" in Go 1.16 for packages with path elements containing a leading dot * go#44638 cmd/link: runtime crash, unexpected fault address 0xffffffffffffffff, h2_bundle.go, when using plugin * go#44618 time: LoadLocationFromTZData with slim tzdata uses incorrect zone * go#44593 syscall & x/sys/windows: buffer overflow in GetQueuedCompletionStatus * go#44498 cmd/go: 'go mod edit -exclude' erroneously rejects '+incompatible' versions * go#44496 cmd/go: malformed module path with retract v2+ * go#44464 cmd/compile: ICE on deferred call to syscall.LazyDLL.Call * go#44462 x/tools/go/analysis, syscall: ptrace redeclared in this block * go#44433 cmd/compile: Compiler regression in Go 1.16 - internal compiler error: child dcl collision on symbol * go#44402 doc: Broken image in readme * go#44358 cmd/compile: internal compiler error: Value live at entry. It shouldn't be. * go#44346 runtime/cgo: cannot build with -Wsign-compare- go1.16.1 (released 2021-03-10) includes security fixes to the archive/zip and encoding/xml packages. CVE-2021-27918 CVE-2021-27919 Refs boo#1182345 go1.16 release tracking * boo#1183333 CVE-2021-27918 * go#44915 encoding/xml: infinite loop when using `xml.NewTokenDecoder` with a custom `TokenReader` * boo#1183334 CVE-2021-27919 * go#44917 archive/zip: can panic when calling Reader.Open- gcc6-go.patch fix typo go-7 to go-6 for bootstrap on SLE-12 gcc6- go1.16 (released 2021-02-16) Go 1.16 is a major release of Go. go1.16.x minor releases will be provided through February 2022. https://github.com/golang/go/wiki/Go-Release-Cycle Most changes are in the implementation of the toolchain, runtime, and libraries. As always, the release maintains the Go 1 promise of compatibility. We expect almost all Go programs to continue to compile and run as before. Refs boo#1182345 go1.16 release tracking * See release notes https://golang.org/doc/go1.16. Excerpts relevant to OBS environment and for SUSE/openSUSE follow: * Module-aware mode is enabled by default, regardless of whether a go.mod file is present in the current working directory or a parent directory. More precisely, the GO111MODULE environment variable now defaults to on. To switch to the previous behavior, set GO111MODULE to auto. * Build commands like go build and go test no longer modify go.mod and go.sum by default. Instead, they report an error if a module requirement or checksum needs to be added or updated (as if the -mod=readonly flag were used). Module requirements and sums may be adjusted with go mod tidy or go get. * go install now accepts arguments with version suffixes (for example, go install example.com/cmd@v1.0.0). This causes go install to build and install packages in module-aware mode, ignoring the go.mod file in the current directory or any parent directory, if there is one. This is useful for installing executables without affecting the dependencies of the main module. * go install, with or without a version suffix (as described above), is now the recommended way to build and install packages in module mode. go get should be used with the -d flag to adjust the current module's dependencies without building packages, and use of go get to build and install packages is deprecated. In a future release, the -d flag will always be enabled. * retract directives may now be used in a go.mod file to indicate that certain published versions of the module should not be used by other modules. A module author may retract a version after a severe problem is discovered or if the version was published unintentionally. * The go mod vendor and go mod tidy subcommands now accept the -e flag, which instructs them to proceed despite errors in resolving missing packages. * The go command now ignores requirements on module versions excluded by exclude directives in the main module. Previously, the go command used the next version higher than an excluded version, but that version could change over time, resulting in non-reproducible builds. * In module mode, the go command now disallows import paths that include non-ASCII characters or path elements with a leading dot character (.). Module paths with these characters were already disallowed (see Module paths and versions), so this change affects only paths within module subdirectories. * The go command now supports including static files and file trees as part of the final executable, using the new //go:embed directive. See the documentation for the new embed package for details. * When using go test, a test that calls os.Exit(0) during execution of a test function will now be considered to fail. This will help catch cases in which a test calls code that calls os.Exit(0) and thereby stops running all future tests. If a TestMain function calls os.Exit(0) that is still considered to be a passing test. * go test reports an error when the -c or -i flags are used together with unknown flags. Normally, unknown flags are passed to tests, but when -c or -i are used, tests are not run. * The go get -insecure flag is deprecated and will be removed in a future version. This flag permits fetching from repositories and resolving custom domains using insecure schemes such as HTTP, and also bypasses module sum validation using the checksum database. To permit the use of insecure schemes, use the GOINSECURE environment variable instead. To bypass module sum validation, use GOPRIVATE or GONOSUMDB. See go help environment for details. * go get example.com/mod@patch now requires that some version of example.com/mod already be required by the main module. (However, go get -u=patch continues to patch even newly-added dependencies.) * GOVCS is a new environment variable that limits which version control tools the go command may use to download source code. This mitigates security issues with tools that are typically used in trusted, authenticated environments. By default, git and hg may be used to download code from any repository. svn, bzr, and fossil may only be used to download code from repositories with module paths or package paths matching patterns in the GOPRIVATE environment variable. See go help vcs for details. * When the main module's go.mod file declares go 1.16 or higher, the all package pattern now matches only those packages that are transitively imported by a package or test found in the main module. (Packages imported by tests of packages imported by the main module are no longer included.) This is the same set of packages retained by go mod vendor since Go 1.11. * When the -toolexec build flag is specified to use a program when invoking toolchain programs like compile or asm, the environment variable TOOLEXEC_IMPORTPATH is now set to the import path of the package being built. * The -i flag accepted by go build, go install, and go test is now deprecated. The -i flag instructs the go command to install packages imported by packages named on the command line. Since the build cache was introduced in Go 1.10, the -i flag no longer has a significant effect on build times, and it causes errors when the install directory is not writable. * When the -export flag is specified, the BuildID field is now set to the build ID of the compiled package. This is equivalent to running go tool buildid on go list -exported -f {{.Export}}, but without the extra step. * The -overlay flag specifies a JSON configuration file containing a set of file path replacements. The -overlay flag may be used with all build commands and go mod subcommands. It is primarily intended to be used by editor tooling such as gopls to understand the effects of unsaved changes to source files. The config file maps actual file paths to replacement file paths and the go command and its builds will run as if the actual file paths exist with the contents given by the replacement file paths, or don't exist if the replacement file paths are empty. * The cgo tool will no longer try to translate C struct bitfields into Go struct fields, even if their size can be represented in Go. The order in which C bitfields appear in memory is implementation dependent, so in some cases the cgo tool produced results that were silently incorrect. * The linux/riscv64 port now supports cgo and -buildmode=pie. This release also includes performance optimizations and code generation improvements for RISC-V. * The new runtime/metrics package introduces a stable interface for reading implementation-defined metrics from the Go runtime. It supersedes existing functions like runtime.ReadMemStats and debug.GCStats and is significantly more general and efficient. See the package documentation for more details. * Setting the GODEBUG environment variable to inittrace=1 now causes the runtime to emit a single line to standard error for each package init, summarizing its execution time and memory allocation. This trace can be used to find bottlenecks or regressions in Go startup performance. The GODEBUG documentation describes the format. * On Linux, the runtime now defaults to releasing memory to the operating system promptly (using MADV_DONTNEED), rather than lazily when the operating system is under memory pressure (using MADV_FREE). This means process-level memory statistics like RSS will more accurately reflect the amount of physical memory being used by Go processes. Systems that are currently using GODEBUG=madvdontneed=1 to improve memory monitoring behavior no longer need to set this environment variable. * Go 1.16 fixes a discrepancy between the race detector and the Go memory model. The race detector now more precisely follows the channel synchronization rules of the memory model. As a result, the detector may now report races it previously missed. * linker: This release includes additional improvements to the Go linker, reducing linker resource usage (both time and memory) and improving code robustness/maintainability. These changes form the second half of a two-release project to modernize the Go linker. * The linker changes in 1.16 extend the 1.15 improvements to all supported architecture/OS combinations (the 1.15 performance improvements were primarily focused on ELF-based OSes and amd64 architectures). For a representative set of large Go programs, linking is 20-25% faster than 1.15 and requires 5-15% less memory on average for linux/amd64, with larger improvements for other architectures and OSes. Most binaries are also smaller as a result of more aggressive symbol pruning. * The new embed package provides access to files embedded in the program during compilation using the new //go:embed directive. * The new io/fs package defines the fs.FS interface, an abstraction for read-only trees of files. The standard library packages have been adapted to make use of the interface as appropriate. * For testing code that implements fs.FS, the new testing/fstest package provides a TestFS function that checks for and reports common mistakes. It also provides a simple in-memory file system implementation, MapFS, which can be useful for testing code that accepts fs.FS implementations. * syscall: On Linux, Setgid, Setuid, and related calls are now implemented. Previously, they returned an syscall.EOPNOTSUPP error. On Linux, the new functions AllThreadsSyscall and AllThreadsSyscall6 may be used to make a system call on all Go threads in the process. These functions may only be used by programs that do not use cgo; if a program uses cgo, they will always return syscall.ENOTSUP. * time/tzdata: The slim timezone data format is now used for the timezone database in $GOROOT/lib/time/zoneinfo.zip and the embedded copy in this package. This reduces the size of the timezone database by about 350 KB.- go1.16rc1 (released 2021-01-28) is a release candidate of go1.16 cut from the master branch at the revision tagged go1.16rc1.- go1.16beta1 (released 2020-12-08) is a beta version of go1.16 cut from the master branch at the revision tagged go1.16beta1.cloud113 16347467781.16.91.16.9-lp152.14.11.16.9-lp152.14.1asm.htmlgo1.16.htmlgo_mem.htmlgo_spec.html/usr/share/doc/packages/go/1.16/-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:Maintenance:17079/openSUSE_Leap_15.2_Update/c9926edff7ad6bee5604feeb4fe059f9-go1.16.openSUSE_Leap_15.2_Updatecpioxz5x86_64-suse-linuxHTML document, UTF-8 Unicode textHTML document, ASCII text@/2DLښutf-826747d85d26c0dfbaecb3d50718520122130dce3f2b1803dfac1ff8bd97fcfd4?P7zXZ !t/] crv(vX0ؙ-EuBB)K(96 d9V<6ad%f)w/ 4 b"ȱ-2&-mvB7ŷZU:gX[kVS,;QWIWK-lhk^=7w 읎/N_N+ &+깑ٱCLk.癐9{x1-1$&e5HURk.- 3dU.8t{@\o* xK Wmb TcyfI#@wCv< F0]R3+ܵD]v1کHjC&ν 0{K7YIskB["$HƜ҆9_ Ψ\cQMyM*0;nv ̥ 1pq9) %z {e_[ޛ]ˑ0( @1Q+cB7Kn)պl;3';=.&MiŹVN9ĵ,[).>}X|?X'ݐoڪ6yF! Ko |JXOmTJ&H?5t0kLRff2C\؈8犑).C}2SAcaA__9z7ꛬ+29DLadXB`Q賣NͶ >.hl "Y7Y;o| mm݀q4A-Jy6x7xӥ|g!h/fgH|#r>@!ljiuO)')Tz.ń4H\&Og <*#ATRxl)Il΃A{J̄ yzD]ADsA BRb.Vʦ$EeNfk]W8QRx5VyMh#|%S,}ϓ 5# wJug)12RnՅ44ZW}ij9J*崗qlx DY▻z֓M188.<#u4s@ċd(t|i X x o9tae*#-% :D+^:V Rp/1&>Gs Q|"wvM؀;@uԮ*j#$w‚T=xjbєںp[Kl=2X-JG(z9,fr1/4,\T}M׶y룮V}A=RmDJ9㨙1d{icřۃmB B},;uܖc0k\ȪSoa{i_j- ąӟvnxAQ&Jz,q2:@/0{mh5DZႅmϲ Xg5K3f X4Z2zg*gG X 2ӷ I4dkMKUMER F採ԭ ówk`-AN>憎*R^m>r/A3XeEq&s^B<; R7mo~E*[&{:EbyF܃6jROXm8|N4yxLGJMzCv8z|F7?FVY]*cv켘zP?eOt,B>S%(Zhs{+FhrAK7DV n*Ox.Rrtçl\Л4uI* *Gu(>$" lM/H?#a H_7~(zZ?dʿ'|X-A"3ǜvmᗻ+#e.QW E (xαAk-!u!v@kL-jZ \3Q 0p5s=U1Vt[ReMvLv|1ꓞ1{ɩz<C\.J\AX}9ADu~pY" ^J:/c|s@srR<Y-M QNbVFWgLG1QPFGJ=C.5_QSᰄ\z+ѧC #}͖Z #k(_oY}µ4Y[dĮ"G'KZcӌ_%křAׅ,8@3*j< ML I3rg``CX!G.LMTQ`KJ,?>\u&HeȨ|aXܳ+j(ʻutHp=.U?X"Yg#Q[:dV^ tSn3YYSZ 08uQ+I ֑(MIß">T'K'ߊ.y1$^.i]}8(aG3ehIm qyC˓sykW<ti8GʝCWԊ㑜76 89ASŗvV C9n뤺Wb|Wс{`3<~G_pxүڳa[&k%p۵'%[o\fΨV %6WOew0;EPyNט ֮sSNe;Z;GTwqR(V=Kz7?)};P*HlrK#֣3@"EjVBuHωQsf ܹ0n& ɣM4k瑑iX5fIAf/*/Q~ɭ ~7 ZxqR."R䰤mAOJBDh)T}AJMĬCs4q%_j˻k3֠bנ2gIHՁrD< :JtO|o'q 7 tf3)J6D-"#=\U# 1UV^h ,_J7dNco%KYFxΦjLv(5xl!]\!H!+em.x1~+J=uX{XdWjj2KT6n EqҾv2"fy4t _4<SAZƪtVݏl;Z]+-]n̠W&]2vMkU%Ca l>N.f6Sdow=H%V٨=ݞ39^Yw^4@Щx5&48 `EJO|g%y|64 SavMy*D*%\џ Cd¦/@Fy ]j+=jBv֍~UJ ;c*M@ZR'jjҠhVTiqdajB iA'_"Urt.F3AN';H@ĥd5HP izEQո"v,7D.Ckb&p$Ub5K_oz׵$w,1" ;s`:1Ol{`BSVuyQ>E2/;`E3g$rPz҇8Y:.Z(%ڞz~wW ɟ :8 q.l;iqaQѱCp{leرb5?@p H[u]֍*S2iZK6j_˱V[5yK~ 4Xrɂ-bmɈF(iFiO~A%iszЀArWmdPqKZg$㖗yV>0[IX*ө*4+U()V9oE[TA'UĻfPe:zumRVqȞI+尥2Cl^>[n'nnƍEHzb)73`bv-NeF 'gܯ ~8fsQ'ºY2u0+ Ӎa^9+lDn/߰{x!P՟y*uoei`M FЄJU/ (RǹP7aOw@H6'[udKRιds 듭p<.{WԴli&Nnʭ= !7jε~`ՌSA6Y#cJLn*1疋"?`kUb<=IRp%<~/bJꖎ#saƮw^4ڃGhذ̇&_I; VZku)P=eiiϼfpTgRY/ UCn)o%& Mxj mj^,>L<;OX9wg {BTLuH7pSQ>T蘠5R x[}ʴpç؅n'?G&wl.C؀<'u_8 @ÒIH (oУ̸x\)ſљaJ,?2 vX4Q~_]b/*Y^ z/>VzTTߨ8[#D~;fNX Y@%@TX5j $wo/n\7.V7 G)V78HQK\)ubܨpK %Mͦ,T>(1:SЀ*M?`[A`+nd54^jNyf[#EXK  5юD\Y8iTdں S!u5+Qs Dn1mҫ$dή b~xuj/i>R0A ɬzH_|i``>!'>QAHFo 혠 e =u0NمHFI-T{څ}`ܒ =ιRLSd>׵ٻ  :1^R* X97oo O#MmQ0Nu)3`}Od&q#x4seGԜH\g/Y划)h4iZ1%K8&>'w}u xYLfv4cnKZl%eA8 Y-׊5`PJL虏Jk "E{P+=3ICzK`/>4+.sRHz"!΍q7ͲJ#l tew_!HQ6leaz3LT͂U̒XAim?%1BL(23]}?h^Oi|ZT$;"UZZ_ jqx?GGsoL^r0Tzz| GӍ\m:"2C*YΒO+' yx%6)^dzh, XHEP1ryDt!!R A :FRx:+qOVj: C #|q`i;Yth0ZNc :d{I Cl'z*ލѹķc(X72$BhL X (8BWh.#G ^h֕9S _vwܴn-=8]S5U$XRUe'IG6Yy\ !o/1Ha8?5 |s/E0- 0 ]*$ʁi͔g}:JtOz'NЫ;wM QIgdf+k' [Y$ qze+$/]@-Èo~Q!;'OiM?S'X}mR7~[`7Q=\#ҭԣ28teEext%gJdj\m*3Gvnݤ7&4WQZߏpYc wu5j{N+}KEPV^^ƗO_+A[dr9\3Ẁ1#'/hr@{J16zﻧ3d&\\P}5k^*\]T_$;Dm7Bi|s/1Sl$PL`΀2r7?hdbm#.:)ej%fvzRN6+UlsB_W-h;LdGTJ Ei`ȭ^7ZGr'WUn`‹o7,1\*x;|ٯW@Б9@,0Dc%irA#H,/%ɭX:;vJĮ0ailW&ށ{vެv;A!"A %ϢQZ{cKǨM1߱Pݮ5_au$1P7b$aЪCCm{ zyO' oOА]^Zv7j jf ^^gwZz%gjR+͐/.L*hyr uDW# =gy. ArbH!G:F +@|ms4Em%e!> cVfzW;zܮIPND\pf}UߴH1CƵZW+%&G=nN͂KpGn)+ϻ[6 DϨ {sF!1?HzMBei1=FƟ-fĶi$ \4 \v_eĖM IGZTq7A|`'Hپ}a8$Wd[q3 bM[P[N ϤNQr{FtHdDߧ?CFmQp~d#^/zGJ$}%E 0QS%#t0°+kڅny tϋMrYHjO8Bj%8"ʆto)fbYTbփ)$\_ cӦdϞi_ ׬`R` oM,GFHu$Өߢ!Գ@Rd|qJIZ@ lNixi;ŌǴ=n="ahF`5=謴e–s[jۘ^5+Ow %~D ExpT2!./Z5HNJZs,.׸{nܘcvw\!nx5,. /{72ALLbmnW Ť:Q=㧡OA7WLtn53XcO- FSP4+7}`K7J.˴fͲEϠ),UGK.V"2)_h6v홻6M 9Ȋp_~g ([K!֧p,~rLd{JӪInK@X™gA br!fL3' ji ٫cyܾrtά\FVcT*oo'ok.O`K VLq4x)S谐0͌58py5>p 6!vxEJhh 02n?Ny2f1Gx<#{^HYxݔq"RG,8Kfa-ӟCbO4ީ]J>2& ,?迠sAnԞ?zlةyH`XrtX|Q :afK`"j:YiH{z%! 2M \*]& `( Te  Z[#x ;.w'ՠ|~ zw'oV 6L%Z\Ի\?"9G [~ZǓk_>MDWk,`)CzD՘e{z $*Q;bB"'~!rŢ3&-JA 1$2PlϏ C%[DM_;_x97|ē''ܠ,9I?_%lHH /#v_gk쾰 ă tȶ,~s8A*m#m}O% ѺDLLӾǀ^cbrKUa|XLԡ~xb%$bUZu3G+꼄\ԇ2i-[j)m-twהiԬ$J@oM[&VxEՐ&fҮ+.(9.}Y % տ;mq>:ůpo`:) V݂ܰ)u{K3g//e8"m [583jh[QMRajv2'-QCTfq` {fg>딟_\c(Dub3P`mN"ʆ9YBo)9O5W ?~yQB}֐&Gf=dI}fmRB|J7S[K_`!#=ot\}``7J/dg*"vؒ.cڊ} '`qC˓ 創NG{ۙN+^ iܭ@Ag䑹e?~m qƋ"f Y$3§੣Ÿu\#aFbP4 (C5TC۩-w̩kK2_B \Eg\BLK{~,Mp3i7/;+,G_3!N:" {*c=V|g 0aX@oxaw<\d=8n! rt D⫐Q`Ȼ&TC,X}?̶]dI{< G6V%LLq؜ioBd됂A·٬]E},ѭ(OuO9G-*#MFt⍍=`HdVs`Xd zC=l Ɨz]>گ l\YZ fV 0)@ygS+!&\隊@EĽOq?:Po|2,O%a6"X mKCZ+HB̟!@ȟhtq:ZB5+s9S|i:uJ\(ԥZm@Lm~mtJ5JCNl7V ^GJw"ҔUJzB,U\zѥ-@+DH!^mh sld vEgqauϩ/ ;Mxo__{J[ ވ \⨌ȎAL%mZpBS  J 9x{O' jqv,!9'.qGU|] (xya%”n}:/W\J/':4!*/ ,,ܒI0 4fS\T)+f-& ot-m1}Q(RV. /\p1Jُ?iym `'CRrRɃ(Mdc'~U|`B!C ԠAJ3rüL4WN0xpx4@k&qQr} JRN[,{hjdJZ:F&:ezo|A]|fyݲmf1@gC=Eȋa:!0oL@=BgnlaN1:bW"JMzIGs(x$K 5l55 7 ڝb?'nhE߹Jp>܍lN5@mlB>Wyy (9v m s*BoW;Tzs_ZKgSV4ap?C;GzCL;>qIǻt1áC\__VRB6ZI!ZsY6U琵/ .6iz,oMi9'hcC"w5ރ>X&Y*כPB7_j_/;-ttT4忚V;lU?y[GH.FEpq؏lK%XŐOO >t-|L$%?L`]MK>R>^,<@ :GF᷻ d=x2#Jj4GZr]Q|< pav/ kβo4ʅD&)NXӁE{T}(uHE?q$^a6n s<~Q7c=2os&* ib6ի-Nȥt\09E$4V1G7K!3^ 쏕ӐV4,˂q%(WMJ,GvVCRi}jǁlPsjKVYc><6cR͏@ENr֫{ ީ\C\u%h"ny6ī2_Km_[LL2=X_}_Nt0I&">ݯv=bV<ȖŖױջbm44s> ǜTQ:,wJG7AmW2׻Ht ڣ'!N{(?n];T_P8 GRJ*(uKfZկ <;-KW2*6y>eu2LAm=E @r{G>p;mK`SAuGM׺j/(tC(x\ 3' K bk=Qj!T)@WU[<ɷQ=/M/bܲj~8%e";M^셤lN䞾M ~+&=Zq[hqz(lrWW!h4k.X6B^p$d9})%J'0np\QPdNwܙ7;n>ew(pv# _?K'qqT.Q0e&vhgi]2GM\@fQlb}yMh5koaVDx1e=CR:iݽnFWI,:׼t{jy6,BkAPu/=lL p[E<ڋU5qwCk.3xoHPk{<ͬxѠoGel/ Rz)(uT('Kkk#+]i48PY.-I~εAQړZ ؽ2L! 5 7Jƣ7bPe]@A<˔JRrs yhṽ8vLn +VRؘ W0{b@W n(<6a$H ϫ<;^Ƨnpy3)`"%8`s`L(*+Y%T Rw5@]C珹?iW7s_P0-LZha6R\7740phϽ@k1's55'#o{2^`NxQy.$WT[mChL\ C=d^e5oշODLM\'8ݹ> >l ]>eR缲eq |8Ga.vqM;&z &ZRq~LKOq.w:uyv8кfcy'H8H9A|P_M >k>FHOm+ :g }J!ZMv~(>͐d @EC,Cկ&" .T޸{N87ґLN aJֿ AvJV7F?LniIiZJSyYf(xv EH}"Yڭ0z-GdTgZ% :fz-TrA(f5[u(Yɜ# &Q!b}m耹K ) '`K#m 0і /ΪȡST"XFjV!t1 =}Cg2]x88ņXdv׷-YZ ׼hҤef&ϼ>okdٛ;q3T,O54'*y]AF|gsrGsʲm1d}HK7=2H c毁sdy> (]q"dY oH0  XqKkosqw20F쓥[ch#)Xl}$WK )8N&LFɩ{ӗ/Hhܨ8v;+ cBSt0m v4:~(^EXcOy(Q0Ѭoз<{ ;L` H˝|{&'8>=~w I[1XSpVI^w= 2rK?1N'-)_܅myjg5ȜPWf֖oZ1 L&CE\Q\ҍ#`iIWOH4=JHV)QgDٸ#ML"TwuggB̤G6OjN3uh%FYh> XҗZkJ}ija'̶zDHjTibB9цԆB`(pL.8q9\oFQ؋Cn#zk'됋x4EMϾFzl퉲g݅yDX/Hߟ#HF_}׹ I36>ޣ4S8cnr"x|VwN2R#eA[X6W$}(GmsYFc;0kdsdQ#gg B{M\ַfzW YOI.Z܅I.{6{Z(L_^pg"RX鋍 6MK4JJ1עg+2+Pv/|4zt?3H4JL" ywy{>.Yʣ26(ՈWax-<%5rpChEI]/-E,3^UW{ 4Vy'OU_%Ī%Va ¥4ܝ s-NO:פV?TG/N[a`$NDƛbf)X-Fx:"P^{^< qzg3"1ED,j] D:vgj+I/#sڿC`+j !;kgAisڔ婙Lߤr)'UI춪_ 7-MMnpvϼ>}23{@А3u^%E)Xyq gag*D}h??/ }ɞHbBI &\C推nOu~Dѯ)i̫҄aO"([ux!O:Z&YŊWqslieZt^ TܼB7t?>Of@jt.|6KtƵQcb d4׼OӔ_M߭_$? etk{7nծ,7rv*NtWlh՗«Le@?'#Oye[ |w|p"EU6q[WҳH3y)^4cLkNٲe73v :8 j80DP"gB.[z9[ɳ\%ϙSwA?p}><3]gE/CAoMѾ[ɫY9C3J{s8qBH~40Qʁ?3s|V0z{a!ZkPO}ٗrG+`N4?? # >/3ˀCC}KG*2*tŲ 10Nv~D2dt˿Js"o 2BNCZB||(P!-qlT|hF}&tuկ(>5QO A 6i)}уa$Bq"XD1U'IxpW|z4`ԈK^5*VپJ5;M9: o*x7-QI؁Ok,2L," 1k3MO N!『Ǟ0 .%C?ّ 1>Lv2e~9gfkj(bz)V$bmJ+v*R5,{SnoYI -IǛ%We/- R}{C(^^%eQr0>q۟0oSviV]Nha*FM2A>\gJW|*{#$]y<.kDns{o,d,-IrGt`B0NMoB5OƦ)DsDç1 .m8@T`](g9pUJP 7ȁitƸ.+-"ܱ9!k۳KKYzX_9tKhWOtVˊcG.p&] n7{7k T%K[l3JHBCܜ(Ky8s`ً8\>NZw.!pG sTʙyDn<6n *Ǣ}. /m'v],3$lByS8dAxXNZ}Ԧn /ijŮT.meP$y,)Qg94(ٸJBw4ÖavW'1b?*m\-^1J?bAM-Y_璘N "I6[` l\E2Hz89͆l""s 6bb UAԌ/xh* (tuOE존=iF3N}~IXvaд rFsZj eAC%VE_'Ӭ(V(w<‰^q=ztG E\[z^RŒ“$<FNvee|A OMս^lmBuېL7m9yZ9U4 C᪲}C r7汫 VQ9yc&EŽ\%gߝK#9Ғ =nUȼvvܰ6czL" /9iŎwV$ @#_b,m"W4sY􎄅+% *_GwLpFS,;3Eߟ;HM%-g"?`سdo|gOhl0cXdzʇ-oyVڅn/sW5{t> DieV#r=| ާ}xe% Lk}&<!^/kupٶs;iquU^^m~@J%u`tJSd2}F_۸M/DaCijmvUޏ&=$vd_:V7/Ŝ %6 fCFf~=CGEa2~ seMeM"|_!*MGy;xI59194]q~(">B˹$i#z1 -cdDNjݣg=RZ?MhammX'e@+PyA:7'tLv0ߖeRtu:,dRAuy Ķgg\ޮSMW{ySݲSB(Kd>!*ŁRr;P{hGr: aG_5B1O?86hp5'),]`oM\pVd/[ݱw٤ᠢIrguaݞizlwq2SԇT=U0hJK.]ݭ X+S[Y No.\ógP@Q h-1y 9sb*ƃZ1'D/2E&Q+0#:jUQMQD:F OG\6KG#3W/QZ0_!Ia. #Sg!~}5G019׆v3UkozCJQ;[hZ+c}oGp.γlzv m@4~ȀnR3j=J58  HW<Ԥ_(P0祻/>9ؐб{%̌<&En,ol ep9ViciRD_0—HuTnNpCF{ttz7CQא#oOWV9,؅܆iVM[m' \*k>^RNhǚz’W-r92w3&U/uEwr+1xm5Qe;xjt2X޴Aik͆r6vȨUj5^adLKĆee_}G~VBAd5=2 ܫע*\9z#HSo3䫼Jbq5d|/x҄oJ_] ~W)$u8Ͼb:(Y8" LL2#M#HK`TD`G7I˸=yxguIQU26Άm*FI4<{J^PoNBrXS $J㍥\>ABEғ`#LhjI"pZhhWisCj"5P"0X@bU,w~,K;f^C`A^T*6~i֖xo7?KGX3\M $1|c1by-n5hb])v{dMM="ZCe,=M A;(, }i_YNsLay4#)E#2PFlrX+Ԫ=lΖoQ1JzT l(cJÿwiGgjc^5!5Z*2R`A`I8@lͼ>P~ol9GǴ6H?Q3~Wϋ /T;FSDf}K|`LPs:W0vĊlq,0nl`JqS@^d:o *" sYP Nh ӻT!(@C'p1@"XI҃B^ū )<>5Vc0''c 4&Ur5Z^ݾbQg5GR=q -wWoGZDȐ1qbZIA>5nՄ!Ouc$:qNibD5s))]_r"GtQobcٕ1{)v6[{Wԏ*D"[wdt1a ˀdDÊgu 0=ro”LD%U:" "-g5KO8AT{dqmwhT""fHN %ٓ9izSg/\>uY쳍.VshQ?2 Yu+ՈA[ox ZF'5vZ/\4т8k?}\=5yj՚C/mOOոyعh37NA>yR7̓!9@<=o6ŵuĹ>S,^z!TXI|:BB>'f@BWgd.fȑ_a,D > pࡱgzANK%#qVO_Jmcdda{&? `x,U06/'ɝe$v{җHm=hLF+3L<j w:z=2C,S$mp%__m XoS'׺=UIeJ,*, *;3W,T&:6iVˢ/$N_<6ex޽fzӝ莣n"Jп(8HDgY vLҏVL.~+sonYnۘQs| 9ᅠj6MBXrmk{UVbWQJ3 kcXUO~4@K)%i@8u9,.UT|;&RSEղ_y PP!C@MMʍ]<2I*R @㦜M&bip,I2 /E\($d 0:y}c߸lf!tܖdN ARt8Bޢg(H&%~^ݭկ /ÝXJލINꊎ*d= )5X ԓFcb9#[DZa--Nm`jJ:iMkcwI#6͏7 LOf Rek:N`)3I&tS'l4*#®>:uҏR.?Xhj_>y 2iE BJ CNokjtiOm-z&g|~M.4 )‡-b!3\2G(\ݗo4(\bʛx<%X.|njȔP=ʧI@'hfk)U:%yV|*_֬a}tj%$d'g0a?"f0xGnL5'y6\/0LDjT~;ds{ 9ZCȃi 0+qgptI} Q9INk}zMG.RiW]qbh0mxLy4.702!`#w3( nEV7Ӑ[–z|X+JeFy43n!rpPН)*{Ɖ9kAui}E)?S1SS+Y2(P*) v@og阘] kDU5uJ>̈ ثep X`6 nYꊨD5`D;x·_}lAS{oa6Ws K'_a+ʤ@8k0lr~Ԓnq/>\YVˆDޱ_ga4 FRD]Prʹ}b(Yn^TFK-)9v*ꙥ#Kl>]wE=ښӬYʹeg]h6b}C/{&ia=3 RVWaO:o }LNR?_ax}UNGYIV߭ݳw 6N^BMjy R"4Hߴto/i+ ڌj̊ hxyvmըy3|=hC6Mc5Z\!!%`* KWՂ%3CZWwӦ|KvG1R*fal1vF@@)]7k.?zx:x頟+T/cgooA z<"c𐶾0´C,n!sRF~{>C噔u~Uڙۨs)){0~'Č EЩW &\.iM˟zbSrfE;-XLiLiNuǛ^JBRt(Pf/~*&lhVK\pghߗ7i-S|J~  _F(0$Š~9%Q[b]y'r" U fIì( ͅXiJ3URuKg,߂`NW²M&]m>(^s9XM'7"`#m \'qTϙL5{11P6xGτ}* ! 7Ȉ X:O lI֟hO%ߑj׏N@QǦJR ]6 1)nc8$Τcp&$o95Bn܌ʁT)W⥂zј n?}tKj;E@r{!E|ؒRz/,e} .Xژ2JÁ3{zX KeG4AQ*YP:ݗ0`upYCڡπf sfҠQ#(0+_nY, U. d(fiyj<.i}ȞLA{|D*ײ0Et"#Z*$9]tG//1hrKA-b~# .`Ge@xrF Vތk`saHZ#:O~R  .r]͎xq*;+#Z-^c{(@~}AYݽ ;-I܇[ J5s6F,bgg:} F^]+`Ժ ߰7"-:&AK auw jɝs<3G*Z4ȣ=LIzqAw-hkwqM[L&{xefXx1l ҒH Z87w#ѱ;Gr>SuIٝ{-ͭ{ J[L>(Yo]딧V^b. ?^\{)My7-I]i@NՅ5\N9wAx$^ϊc?Ff9W\-b]+nޅ#`"N k Oy}6Oh ;qn8q­#eɔT{^"QL'\\%@}DY%ljA5nK*~ PZAɓYiGx{ɵh2i}i _{E@~w'HP]KG2·AʶlTJ`7By0p[wbo2FXڂY*ȃUFu\:BY1pي$T3څ?2qQ'"#d3J S2&>F:Ybr &TG28G_;,7N?]vz=kNfz˾pRjQz^ m^0OM7WȅN+dƮggޡʁ4|x&<WZ|aŽݥ%}t)ߛx^Ƨ_zMm-¼ = ڊ3J޻.Mq+-hHkPɢ)`E-%(Y%aHB#|qS .ss8˦"BW5KL ڎOKHX$F-deRx FhIlf=st+ҳ6w|Vc/\J_+%a܋.o"N55]5HT QyhR??,/[Y1Qê_KˁArnw@ciԶ-wcR kIE6zKeNѣu{rXNkUbN{.hdSs@8^51m9XN@pN:$2+Apv%Wo_Q ^[x^=/]Ѯ}Yx[!MbNS rW1s.d_F|/ĸ3y3'W&\/3rREH=$Ϭ\k{Ш+}]C}9 rdaIwft HpKH#E|-ddD&]E".Z&e!ƵV=6+ w)cr# U8:P*]I'\80瑑5=T3>U)Q 8']󕹠P`n !V >?HYnv6#]j_w%~o>͜",6S?1rMC+A`b56a㨦2*%"u~ͧ&Sk⟽̭VX@ڗT9 3Ȟ4o-[dNaFz8N&R$uKG]p#V8=ᵐȐ.nx!։BL'%N򯃛gzX$6jlnbس8:g}c€ĜɋQSZ9RoLFwdn/p*$ʆɍ\E^&cx{sA36ĩrw^uMD٠Ļ5-9GGQ |KIPn!ue oթ.f Gڈ Zb{ "U7B Ц^h9= KAeRu6y N{}{ppGKSzAZ:܀Y[72T<ʘK@tzՇ =¢ 7T>F"-L8M}%g Tɲ۩ нԆFNْ!!/c)ϒi*|hTMCUL4#nB3Qy[e\y[y4| ?$FEdW"3s+&&fuܗ3NI-M'֜eYB2z-ZqwbL8aTenŷbRXaʧq>q'^wKBx>=x_G\p^=(Fcoq,!7u&a l .R eR 7i|/OeYsهvI* q G_?@ݒ\z(] Zu?ˣa3= f3i2g3Sndwy9$(yx n|>Iՙ^MG5G\F;d '{̱8@-`q5K%YV+7tfQT&(:'1VB~:gWTkDCVdoX˒|i$WK2{ S9n nET 'tJ mbWW]רL.?4A~]0#L)\oe*oסpmF[%I7L J{[Z5,pڎ\xQmĠ2qg2S%rtC\|gXul;r³-L!]fv!y6^ pW=U{/|8!FTf%jYiNRbdnd2xnGkS¾h.cC:QflQYpԅU>ƢaNY9=$q KWr'~#ux-tX.L|}dH@GQ0s"rhaUB5V%΂ْ'N{DNch:E?b['p͹bOtGs|`ks)g@ PaǪP`}fKWM8bXB&s)YāupKS~r;>G8}]$QXՍe)ZeG!)Et2ُZ5:ʛi?gLuzAGp ސmF%ǭ5H}Q^j J}- |z1˵ ߴtͪ ސwZ(w>VXZ^+nK%iLQ72;gF .Q/}/KAUt7#9__NSˎL^@ k, ?J0dtHP7\R n3*Rڄ[BPd >^LJS!ӽi\JP? Gn1+-\eɧy?/MB 0I}zLND?S(ۧYu.J5,vyt͓p6f^0ڤ Nn^:B;^Iul m+tذX^ƕOTO0+Hvs,cQ(uxj mi0/opo8ź*!T~#d;4։ Wuǯ `XhZ-3y~xU(gHH[xP7i@][mRJzH] m\ !!6\>6LgS!gcė]RadkvW#R'nT0B3R3MYuشɵ(U SՅCv5x ߋ/E*SO2ug.>ŵgZڅO$]-0 ReR l!B^K\f':Q1c8~?gRcmݑQ c\QkK=jdCZH<&p!<\#aiG%`oqJ;w0=d Sn;I֎u:f$Y?=/ ^cp d'XDH +Su9w8]d9‡9/?s| 9Ɯ*9qjT'#I32'^X眻22jT|mvGMqrSI띂O]yűy[r%dǙ1R2 s7%al/ DkO+CM{ $| xm@uI-5P‹J+P##(5H22CR ijh9B5u0%GPڝ7>5AmÛb*%XĄSfvO-8anYC1Y Mm?;.Kg|9QMԗؕ=2xIóX-VA.Y[G"XB) h.#NwY;ToUX`>myooȍ p#DP48ΖEi]гf2XO.Q?P77YQU?iznAx2P/s}n6Y%w't4QI^@[i^"Npˠw鶞 փj޲pR-86$HӜ D;=Ym x%2:-G=ZţrNȍ>{%BVol&QEkKgʐ37\ oݖ.7%. P"rbjnpo%WM]q`Ͱ3mpڵ<f We>6FCRrӱ/ԳuLo#4M|'wP& 2z:,$cKI?lƝ|0ϵhfRG4s%NAI^"y:qHׂU7$)PPu!r@ɥGGaLo6Vzvi3~%I7kҏ Ld]1=q _?Br]7w:oZmQ|T}4Xt!9` 禮#wB` Zov5@c Ѯ#"6c5ONՑ ǦW٧7(E"ϒogʉ҈'z}qH`0^94%' e pBy`3NȽ+ aYuzz_ @jw8 "jAfmL6D'^ugЩDȱJZe I`N]1=SO_x,ql1*]?L.rM,֧s`0T`ѾzĠv3%Ԡ)^/(1 2T2 Slj00񻼯r kOAcZZoӸlζ-Kb5fJ:vOƠt~P+o9FG[+ciU1E2+ոߤy3PLyh-m;W`#T7i Fp*"Vd>NH'4?:qFJkM)fg~d&sݦLhP@H<7d0+^19s?:>|n@zR<>|95v30Cևu3xzD<lN@pkB{|~2ɮaWV~A 6ڙ.uR2̫:&II2 U١擺v3̄t i?|7rB|9׭7BBE%jʐC q@3q.5ץɷR8R_XvccNS4?hWcikz?:/Aׇ&TocDCs82VR2զə0Lg?ޢk}Kb\RU?3MIuD%1?mK86/@E=c[9j,7Bzz )(ȔMYv.^Z+2ui!׮@cE7;)), ʼ O$+r0Mi_Y' w'[K8nb ,պϊZ$@} v6$ Lo# A00XL-{AF/yrLY7pSm~\>tm2{o+ ` rq%},Ls_psh7G#(T:wa_ ΝPv ?2XT(˜_nkZ){Vʭ*Zj@|.X!pC{:5N5Ԟ==,&Y% JV<C- dq&,ܢRƢd T8A- fpjJ,BD} nԔF0NV0ZnDۏ$WyD)ʚwMQ*Ŏ<@; qUM똙wKl%F4Y6YY_TPICH^W%Xm%9s|gLJ",| $f<Z5v5{ȄsިV9\@ z]ƩCJl[Yn;,jO[+Cm7[&?XG}pL]d͆ƌM\ H2_}k7+BL\ͱ[,%DΘa Ӏ`q /O|4ڀ#*N.ѫSo<0 0I.'Q^' a&KNvPVHTV L@['Xы62R:Y( CcQ%pB]ȾjUozŊpQ'H_K"i_Sf!hH~`Pg.R䟼sv14x@`)w'aؿ6^p5dMm]BD CϦq}O;G̶T{@3˿t*]Qf|SH.ePc;$qz _* WƗLЊLjPPr5F0S \ηa;00yƴcxu61cWB1EԪBo P ue ;tVx̏1YQU/} AC3.cuxLy0C't %=7Vq6 4xJv-ɛCNfϵգv 3 a۰L_wҟW\Ғ!O7

V=|2WYկ}>ii[3gʁxˁ9jZ'$ӽOwd@ R@v+w53W[fSCeCwr9/C>_SY@z- +8m _;s\GnuֵdC4vO&؀d>/*PYM&NN.͢5Lw 3t[!3IajMTHd?,Qj{Qԁm(n%ڷm5(|.e%F@Bt`we#eNOY-PԲǂ4uט:l@cLJD \JBt I9! YN9AzeEy6<.KLF]4鹦_3!F?[u;'m;0%V(etf4BV<jb֞͵!Fu+y-a4kC4&'e\=XU$N)2}SCdGK}zխO}C#S=)pP9{wYF6g)ԏ8eLyk4矻٥&=F8~C{C#XJ7\,ϞiND@Y4Ϟ6>eCV ԝ4|ρk"jys1|D owęJ`&Tfl:YQ"MLqUjJ#v':TкK\fBP*-I^\ܩ7 |-VU([B(vsi *l''{w.l'waJ1 =yP |*XE>ǑhYQGO$?!W8_$/0)/*4YfxcZ-5rps2\ߘftQI;j QΪR&oؑ9BLnHT1oApFjwo ~ ([Ѥ` 1`x-.QdJ><#F5  ߮7n,ThyRD aoM .u0GCY Tht4N*A)fp2Qx{et)vlP;fshZԱ U\R%+pwPX[!lUL[X?Z%B{Zt !"bLi znoFSľDZڇg=Ɣj΄1$Kf0&.{:+ɷjE˛'x=~ʰ@/:'%κXC1CD 6%Ay:zǨ[LCQ~-[41V8`x'i?7a lcIKUdl8821!x=t"`Cyhq]lGH;9\HM5u:?REzzn؂C9?nY 2Tp3_hE<4ĐS̓=UV~Ns$Tld?:s Ūx0}~x1''`S hIjm\4ShZYte8cT &K׍?S e2%ټ*Ƈ]`/1vUtOyFSUM$|XҰ_sFN3B9u|Ov9(Sԝj+F1rGͅg/qꐕ7Aݟ!'[ȵزĴ? g̍= O?}h$jOE JNh.P1a&Mh2fWM *33}NVZG&B]&+iE{< bsJT2@6#6)ӑ}dtG>tO38AԭiH 8ۛ.\"uW- L˽oLp mCs/*@5$$}_ok,FOZ@rt`A' Xz@EP xKz<9Kv"K k@Vfjĩfi "Xt}p}h2}U[34[6@lYj=]8PQwΙMגlj+ڼc.:M=l4=+~`AI0DžaHcV1JSubg^lbLLa>NZ.Pe\1n|`< ʪO 0[?n?>Ӈg(ԬsHf1XjB,KU*84sS2!b5eØT.XObޛͣ)Y.4SS_~p|ԞN ިTIW9ϡnZ. T7OZ= n?wI~A噈?cڴFhE5F^re~Ox,vWN- rBg4 aqυ+Qҵa./z0A0Cn DXZ)|maN\ȶ#Riz|Ա{q6L v .WHH06~ x+ epʐ/3"sPuѩET-y{ӿ:7KzqDh.~ӃV:ϛq=V^QlZQ6f.f=%`t^A4kB(՝'a06> Vxg-k?Cv/9:SSs\s9>Qqtޕ8'$g8)>ZYѬ,@/Zv*K 4[`ͶVypHX"czFʣCdv,F+"(6( glڽWV9sn4`MS$9=|~Q@(qZZ+1$ˮp Fa6HSs8nN<ΕB篹;ԶϰP'-Q \ft$f ˲Z?a3ޮBI\39l8pɗ,&(8.8P}4;_{P;qI'8Dט8˔ ^/( X [-‹w]@ i3T9%R(^ǛS-3>qYͤD!nA׾Cj\٥  sVUW´%`R Nͼ^CAƱ (0;,ljawRm@ƾ;!0نJÃ~4VL86x_mй_" \u+OspÛXV}8N/x ?#i%L-7^pڄ0@Smbuej22D}dƇF.6 %,_:JB4{3wˆqۛ#=Z!B<2P2$T},^~c[&$wf۱BM0}8ӢJCkeNm@@~[Ib\b2$c?8pShiKGX`n EOSNh1048Po`c -QV!M#BΙ_(AQ{d'M5]l|yH2ɰ!1::Fs7%}dj2D4ڟ:ncVMAY[UԷ-?-%3€R: f4_YuL2`^EC0Jks l>Đ"Y4ϬS$"`uXkJ5N!`7LvQз/7`T7 bQ{*?}P9T輮}swj_Nv/P$tt ` +$Σߛ$`8X7^@Q<~߲1iuď_KX!ŗbUC1fjc[^{)*jEC $(j}E N\k7-D$6XJO.-KK{]|īvv|C2{<_290zʈ QG{H d)<Se؈z*$tWl5m#?Za7vs|$.W䅣h.퉍b?K]P/ 2TkTRjJ&cj'MW\ʗRk}M 18n#0A3ܫ~]2DS8^km}ukϼ&W]NOGWu(zq;%.Ľ(ko5LZT^M"R@2:. vD[ }-Rh84/}k%/0yt6ّv 8Pʾ^& ܼۓ>)۬2 OBE*$(m {*% Fq dITSѾ.[td|-,98Ϲltc\ek,CME.W: `ry"Bt /#,q K+"CRKr`ܻ0ȰB|N㸫IA?5}t+2keْB~vڛ4g;&:G}B4< *lw>Hݥ%D:;܋im*u D.S.ץyHm ,Y?t;RZHpVy$j _"* L'.{} #/~U|g\r6J9f& 뤑ZuGʷƯ1<*i}I_CxK}U0sat{L$5||K=cB~T<yY7US*0ʃ7O xYnD+@Qq26G{O:J)p(ݬp;ye`T _^998pA] @A?TrtnU+1{!XZ4Dǔf;t^VZJ XO-Kēql8ْZuc_[ǣYJ-q_xO6ˆ_v7&y\| 6Jdfdـ=W,2jluFOu1fy J/GŐLfm6 >yVʼnjC#16dZbݙawfGVMD&bxQqmѴ7dcTVu:a He~\$Pn3_fQP$a/T"rkvߊ> ='?Ma+{|3t,JNK_U2lYn#7)A`/6î7BgnZUq){\Թ=՟,;S2'[:^0U9`[vPC bPJe:Sȟ%P4^!tFva+r$+fVϷ^EiVG}gF^NeT|Fx^bv}O lY &ODkkbHv0{ ytAdZN/ < (LZ"΄cW>wF=#NP zxݿVؔϢ'e>̖N^HQ&l7XDL jŔibb{iR|`/]дߊsTYKFr!&#[H`ܗĄc<"=;@YL,Z٤_Gqq H+WE5 'hF,ϑ}!BFm7!bn$LZ쁝\@Su"Œ5oX-TiZm18w0^1HI/OO? [[I.2QêUEDxA:Gu$_{oKËC瞶)l^)>XT.}Ov2)Z%(m3eQSE.,5%Y;qǞƑtDbo&4vEÊV> \Z0cܑ 7 Sd֨M'*;`Aoѷѭ9hwW=QꫛH Ejކy6GFRj`sF1zw53n)mW_`jn BˡQw!dTӣ7.7XۅgP`#KXen1Sw.QO jöge`$es)M0t[ B5u,t? TT"j;R)?J} Ud"z+g0~l>Kp@2VIxob7QP)7bJeyƸ\4̰Au50kW;Ȇ)U68sU#gIdKs.9XĐ90)F?捂)4LPT‚d&xǿ{,l>:o9}vyTyHa4lgUu1IpOTD+4+HBh=]11=Ż>wy"xuPF(>9v;斂5u-TDI\tO)[[Zl2w+ȃoz,νeh6op~+6 ev1IAv?/TC'eo.FAmCx^/wi̶c| 9z=y+?p y1M6i/N߂&[ziGt`F5rZFGAжlWOX[530꧌kXƵbY\=$2H*~xmA { oi^䐞1G1M]{f j=oS_7_r!@R{W0]teh-& /?MvKFZ2g_;F&tF kXlKY78ljI3hrRu,rl+R  A]dW *b"`03K^l5 AΝuʝs#vLHC:9Q=FN9Q5 L.<~FvKSY lt-~Xq7;Bw>#~Rn}֔.; ܾ](#ȣjb,1JFY%mb$N,ov&Er]g"=3mǾA` 1:5W`QG9שΨ^"0*o8#jlZ0.PS2DI(``0A&ci+K $çǬQлVޣⷝء6.4 { Psӯg7H8; aQs[-uhtY8M~WgW]{1@8!b>;90^knKZ:o"igI0ժrtGx!.5H.`r'mh@xLȚ&= |LEw}5z]tavS=SzI*W!77+ %`ƈw0U/`R "@Գ2.oAbnJj-)xU>Ɓv 0FVE`#2WXo]o8NP{8Br<f e-5=..s\W*pHj#WOhhK[!(5[h,Ňe $k KwoUU?y`a,wHÚn|soZI1PX8?\xfj[}Lqe**ў bFl~lJ$fee>eyc’sȠH2/cV~#=Y.GU5^MbƙO)NO{^XLsxXXIc>h_0%oc L/z V,CrԞ< 7]?\uAaAM%/FoKP>}vYAEZC} itVOgmS^(Ubq_?P/)%'_l-/1f$sJ-pbwQSf#q*~dR/uqh`[³,t'dl)_I0t. _ٷ*8OoW" ٌͻUUD8 *bbvŮB<7`Y[ig+8@ɴk 2?iŵ+zl܄4x;a_ pYD#Q <%ڗX8dFW+g4t^6-d lEwg$vmrqCDݞ44B& Ө*ٞ# D IY wAAx߬"̛}X?2곌dxE3B̢yKEsX!Ev\ !4^FY lxNLfhWjj$3Uh婪uCo1g)jiX?-~z{.I%oShJ~9+JֈG|"1S'Dr):xL A+ y/P9Ip˴ *Gm -Lm(N5xt}DFt_ JAV)~MCj K4] !Yġs2qMRR |*Ob+b`~5bp1˄gBZ덾 1|1xJ 1wt[99]kv?w7?mCO҄@7_9)~xG8QF桰ȓzq5y n.B<$Br~5@&$8v@ kH0z\&97lDD=c}?3'Pr[ xg'sAo`9UM =W;M`a*;X*A5ӝ_)攷EXS_oNtIYxS_ț6r_#r ^N~k}vy+!ـem*M8a6_nRYq6c0Ї8 OOXTQ|E/@D_:XNVWgN?7F`,[nJp:t&o]%ۂ^A6/@p$kޑT' P}рCDC\=xa gHn%VSA0zU"k@Aj-ңsx;3apwb =z+&8p٬&k F}F'Wp=7@+Mw# jk0!e4(*< ɇU.@„2({>Kh ?蝛mgQJڞ8`^[<Ҟ!SY1)zWH 3?`0X6[MEW*܏>=rf]ߕFa.IhBlbmPo(g/plnQw1)x>ڳ2cJL$рωU khڃ/+\:ř,x]Jmy /ؽ4 w+f,'VY Xzk =>z5~F)k kcTr6>#TjTԆ:/;Cip1pvb89j%!l<f+ h5z5nxKi9q^A%[}q+ܝ|1xb'OENsN*Uf&ԝOSKLk."VZh^sPo{~dfoi;67x T.pI.v0<@c[uKާ#/.FGMSΎ3 *gR2t qȕ+ a9bYAo-g%I!FM+_>qvg'=ju"̃u-9 . Pjad"n& [`WA\:;.vY}fIw|pb:1HEVt-g7ýy} 1V_G:s<4UNUG6ũaN'j=ֵƇ{JAr]إ|An{. B@\ooQ'tJS#i4'4isY)&&6'Qq&T :OuŚDFMז$.E 2g8m&mńINoQ Q_F獮%Tj)&Tq'ܯIx=ŮT:)@pvn| ~VJX` %TW>bېbl,$:`/8G9m7~E4ka厒"F^.-bJŊ@[JLx֩K [~aZRRCI4ēf`Dʍ8AL]+F\P}B& wD_mOF(qNxyKZF@fMB(iCZdd2^ =qt9Ҏ͊^(vMPy+<$cquqUm\S# p|ZIR^<.P9VJ}@ zArVjZvHb,B+ݸGyirJz2n4u{ n4+nO'ec?7٦In ^پJLɲn[ӭWؑZ,4.ʮe;0,zM x--݄v>\ZIhXsQ*"nJp,SbPxp\Ds+6ϕśo-vݣ~tpdeqt8Z v^o-NV1&I땙O I|x_"^λtBD[7f)xo8䷴Ǹ)IgU.A|{P}g8 F)6`/\4ֱ.+b1bw_(sU7TzhW'mrsfxaqN>mj)Q1lNR+BbA6 ee,#HkkTO".+V ![APeTm(w{_@֬'3pɀ Y^wFMwep;G9_46F[ ֎p DH7.l#o:'Y>F0} YVUԻ+:J?>%_  bZ=%ҡGȨ,6 _߹"Q"אEz4~"Zn{PF36Q>3"(_ CM~$od:uOS0anjPDs}ޏn¹+q@NjNsnzfSƘM5ɐ*<|X<3-zo:ֺJR11Abtq91ڽLp^8%S]V ֪mҢO؅J[ml}"~`l 3<:65߹0U'aLȗ~ZDN'b-Z}N[|P齟 XKɥ#"|8&SY'Mf*ijmX\;|i) FH>m+ҮMM - kH |d b5B>(G؈.ik31$*aX-\Q,XX8P8zS%KnS2: s3aw7hYux/!3Z f׳+x9<ǦZcL>r;o!&| ]4YK/zMNUD<~m\-3J |-}}lv)O]jy y/C$cŎEC UE>PfQ!ia5'Ie<{ uZ)i;X5qq}|vT { 325xi)) YKD'Ѵ8f&U* k%P~;bxD:f}E{TD,`RnJ/ܾUHGc6==p{^#N#gد/l5ANʮ2R$pe+ʙK\m_Qʳަ(^/f|1DaHb:2K `;!kRD+ WGP UK 7YpO#Pa?UaF0,&kTB&_H(Z-%j"rv= y㪝FepqlksJN.ʼnDch]1`,!gp%X>rLDTN>ݱH_jfݽkNKE^ƴ#>BPQ$v^_ly.4%әPQگzhW;2%VuNș1B0r]HH "H{U#~`9+&%Xr{мIxG8 ISjz} , 8t+pGVʡlI-dɿxZU2ĮnzF4)hۘ6L(`sZ7r6dAۜ 8 x喇EhVZ&\- l2`OKgu"@A;(C==Î37> {3 <yV3uSz?8?2ׅ <|8S3`p3rUADYC;g}:NWk@$fV}Hew˃j8j$eR}{ԩrwf̈́SHL>`Y)V{kiZb4Wo i*վos Y6ek&$t?cdM/J /ٞ'^h/=}PN!;;I1*a& w[ƻaE2TrLE8wوb_?1ϬyLxD½7?*LE{ Xv2&Eۙ^,(ykIZ<̇P}ŷE XF=9Xxj=f4h$ KKxfa$s-)+쩠|"C껭ɸ ~ڏ~iF9GI % O^=# )2ĪEm9Jw{}ry~8s?Z{S|/L}vsAN\+*qZ'JQPI6ׁj"khz,~iUg3 sw .ίnvK0d* #8 qW*t3KX?^0- YDȝ'tX aWԺ 8mP/V&~zGU> %.J 6ni4I_fˁTnw I"M.LKig=x1sŚ*H[SPWG=lZңO&'! `cgC2_2Tt¢fUI1Bҹ:GpZbYv7e>ȧ:Ik[X^3ig(YV:]G*4yإTiCp[JE}*xF">/?z4% ScS/ A}mLr<z(X @v\z@'i?mQ-̃0**EDP,=\IzIl=*Ä,9%H0Onj,T >PPQxڬ*OIo0:J#Mkϖ2>ԎQ%r =ڟ8L/toi=4[ښ%QHM9ՀZaqa3UI"+ |s3V"$?iJSE۩{NImr7/nQlnT5N;E* 9ݽ)MvZBIYeU8ئ{m薘2W| {fx9]Ey!,GF^&vZ>VtU!fh!9&J G`DƠOΧTo(E5 0 PŽIc/6J@W$Ji`,~Wr@Ltkijճӕ9Xe:0:/#2;i.kJ-ktΚ*r35bDf^("7j%O&:Me6ЀRȚ_ӈ$g2 A`TZ4ϓsgZ !{)zTѦ߀|(#K_lm1ۤ4)Ģxd@YIKsĚ)կ\T.R>A$N?lOMLqKyƁRy4j(1{,O0lE@ 1[ s'0t>{aعhɹ9-r4|:ja3( 3u{RX Nw:Ԛ@uKZ+=KZJ<_4lߘ]Y Ӓj(!"xOrMY@33IB] Ap rѥt6\:Nk;]y藀۽;t luBrfoi0`bόq9+9OmR\A,OHe]f;IrIJ{(ja꯮Ms"/Ԣ8󤧳d[\*XQ BΦeDӏ]M\Wg8ʁ+H=^EK&xDѝ p 4P Pf PJ,IQ֩D$Mfz)$X# mOۭQ('AB8L!/=*lu-<2C;iwº *G V$KW bGmiLj:C*‘=idǀa״.ִف3{?7Ż>/e>D~}XQѢ  ֝wީmy2ySAy˔^X"P'l&(Rypv%&,: օ@w󾓕qDs#tdnʘV#Bd+8͟X !jXs9zrf&'*|~$/šsn=MčV/=f6CN u3,u)H3R: K'1n3/ =P y 3B-B\T5eݢGYMi4yq01B|$ ѪF/VQdiŚ/)(?j0mnq,3Y#Sj}DŽ0Z`xyh"EX}w&[EԵrh.)^5cVCMN?|0]Y3~${R3Aj+0[v6O'KV'.;.J΢F'n^t^ThE#ؓ4W<ȉImixv}^.G~ɇf=M%3g Hͮ u.mi^ ǺG-32 i0zbͩkP$r4J^vNW姗O_)VG:2wЎ"unZZ|5{/29;"=nE9zA!"{i;;:w_[__w%GePN=PFy~^ɐvKrl#iu/qcܱo`y=ƴd~oDg_.z[|Na_ Npl QKR.5t~TTt>ѪXte\C#P `9X+\NIw0K 0H4 a KQ (E>ZN+3J7m8ٝQUxh1F2\*eJ_&u9tsOÈYG&C˫٦aJNȘĉBpXoǝ\4- OM>J]o2فaۅL GʦFJ*ґU yEch!  ^ oȵ [#a&IdrHF$|`$Rhu:̇n5h"XD9muR70I\[L8 f$޳DF"t>`CTtAd^+?qwdBa*FM.kn/2Y vX4A25LDٓ8݅̅)seKoQrAsU%$P]<0ը3.H' ó+d%nNg^龢9 !߫_|=dE-Ȇ2]h.t9*H l{lWu=pH/ڻ|%7 ~.8@ m 9=jחVY=so$G#f~OvW{3ȩb`U41,Nq8\BeF8\c;5O1vl2S!@PyN˯8zU/p2:]m‰EPf;ׂų-ϝZ6*+(@@y{MV%8Cm"~TdfrjFz *rR ZM!,)VoSqTb$.jL ܉n.xYifrn~+mAem.ݐF]z?܃zV#M^e: Ì4k2b8Y^Qc )#߿]{s :? L w=t]o)u T@ daͨ & jJAX6W%QJF3{mR{LqLq 㞝Z(-Im+nfHM &}smpR5[>֧YݎuXIO['-QXu;8nE_D<Ą~/X@QC)µh);ho3P|qŒ9E:fe%+DY/'Sf)k 2hjA8dOT`xV1֟2&~h=ΞnJ޽]mC:&az?Hvi P^[H]+k_r~t xG-ƅ!9 MzԵu(x|I<#L'^բs5ZDH؄#z%ھm!6=:j6|lB73`LF'JPL;dr3㿌%WZ#4JcMb2Eޑ |7X iڴ"b@Oo7/PujEO:OlLB? V'/ gY=Yr`t{nҧ'IV *3sC NSlyBe)b6NEߞA+sxn:,9Gƣ'8fHu'%Ppj]F/"Da&|dn7@lFr<8K豻w}:md6T)x-+?K _ɪm?9";W`⟰،2xbxB^Yh Ut=A@L JRfbpզ(|]I2eha;8$)= [w cXaOWUNM4z՘!2QU9mkYYԮ)jHK@Y ֆu"V7- Cbɷ8Ha^JU3tZI\;3#Fƶkn=itw^WR8wҰLFE~Jo>ʐMô-# 󐍭^P +%P%Y9;bd+6a\&ɾH6} =q,k=cH#Snqף\YcqҚ9,$R=&삻FTtU@M{Ѡ~wWXYɌ;MR&# Old`sJЇaQ3uoE :{Ÿ~>O*~߯՛$}{!+GFəo(>gHQAZZd~=Q+!i|Q--#!:I(Qp ŗ<0Zo.X:ޓjF8<4DB&ۖI6wm}2[>--Юv툁>(Hdž!FAJTuw$o;`vt%@tH>p6Cȗg|8fF{O<Ͱʞ1;`}tn1g3“qRy}󁍠Bޟ…c;A-E[ +$}W|xVax\dk[MG /{ ^/8Fx9WL˹ԫx8%\bwVnwXzV+RG֌t6%Y t{2p=VwQA"FcXΚB`Lx6wi,^D-⢨a7y?.E3'pP9Юt_H4] PWDhBLu3W36)y. dbU.iƜ%~jOq)8jJ}ʟbA|Kނ(AMu)˜($~e }h#4H\>u,e@W\\@gR>BCUX~fC e\x*\3n%e(#7/ݧ'DͯBklh`кV~G)4KIإV2۱6gJ4j"/R9֣+I`rf2@ق4HvGx KQIils#m\L/ "@Tj/0BynE0j;VJs(czp h5ٞ >dvSY2 wV;NM :ٹ1NQ="/NsSNO| *u,=khN`r <4@/ł;riip< &0)nMAV t(9j+c+coiMY5F똇*+5a˄Cϛt<Xf&]DfU H7v2<1;uq [YjeX"&]C)؅Eti0~kxĝ*HAC:)k̙X$C`xو2˔-EΥ2g3kL# ('66F+7eܔIn]$H =YuSkƑf_}fdbH{/YΞNϗAli,!V VEtʝ]^9s8w8| `뇏m箢{mQzX8cJṆn~wdiCay 2:P*jq.xP _c[=)ibvI=TQiG_iK6cVuŴkc,: C%5p.U۞.7Z"It}쐱ːCZ3[G(ځ'ע㕍͗ng_zϧg'U"P2DAAz *\a?iΧ!Ig{my q{P KGnaebГV8&+mI+a鯚'nIBU{\qТUuyH?Ĉ$n8ܟ5_?'{{w_I X/-Y(u( ^O6ʭ H5qwRϘ vJݵw>S|$PfL_C1G Ǜu.b(#0I] B4e8ݾ#1Q@Pۓ BM;FXl|bÃr co,$Gj\|ӄq}AS(A٭u-& cYߚIՍRq,CFrK-oNOaI`QGᵊ9%+[J8~x0>C|LȒt[w-^YAsaw'{ _|: ,\F/sXL}w Hl|'ndF+̕N'!$۩ݷ4aMkՖu{\v\~=eFCQj З~]dlnF] LrEF!{SQO&E^srۂ 僚l0%>hw4ENJ l􏮮3nqF!Kv0%1yFm@-{αŅ11{y29i"͚:aairԩ6d\&[W vlq2kĶps k*H'HG "+x'Y) X -[QsZW PݿL G`'7qwl7jNJ,9 9y@o 5)LC.ULsBg b@#v7RB"!<cв $c}QZsve\/o׀e9 Z?w 'i M z)Ex&Ju:.?~8qЦ ð>l;@؂~IVU{Ƒ%,vmD|W7w%v"Ҥ&իp2?!H`~6u *EĿ{G$7fG,Vwgz-DW5~g1e>W}Ehy%'P@Ɯ䦨rJECPošP۾"{ifgV]o5?rI։ +Y) Iq+#~W>@tf6bqsj eC=5Wӽţ7֮Mt n -l'v8?u7F. ]+4_(@+A®)r/Lxxt;Qph55>;hS]q.!ukQ֎4`81~.ZD6<+;ldW]ՋkUZ/xC9,R%EW(5X*$#͟`6NUt8s!P?Fl$ * k`eviRc}?ɰ<)CgF}PTDsiMVsFno*l=hmϪ[cAzy{Ż/]?382{Xd-J B/*]cU2blœŨ'-/Ѱ]~Tr:X+X񊵲ycIOA"Bmq"j"rF` WM^Ϣu33r^"XgC,(xYg}yzzŎAi{iD,cAf6F6Ң% HR9_vE!@)/gzlf.PUYB_q@Uk8Z43%dj =Zja O6Nwc<˻X_Y^dF>"z]RR։ֵꎰTLjpAP_ST663jQP.{G72ct~`ΨcaM96HEYjHKϔRb1Oz:RuWA,97`ՖpOGl@/#1@C½w_:[]!D/ ItgE~G1dp5Nʑ[SOŔYӪ#g'?ʾ&3m g_O\9l < 4 4FބŒo5 c=(;;*e(ҡtĈ(`?\0Byh_v oBy2)%_QD7j6N皛Ej UQٿH5· RcUPF(wm8&5[7.Oa#:[vgE#Xϟ; k;J5N U2pj9}# v4=y$c1V/)Þll|P" Y ? etqK`LQ`\fM %R$^{A Z}(-$th?Ƹuf'N1Yє%8 5&qܼ#Smhe 1ɐwnt} .h-EJL IZ>7].I/Z'틆O3R IWc.U.\ +|<Ԍs?rkLC' rL["]?J 1; {r**1oݢ^C)aMvUSiz&Ϥ̖&k ķi-GMRڥZ< Q:\Jx /3ڒåSMsY>>+Ĝ9[a)%WyJ=]_DBs %l&*9ZyQ:~Lb:W>W ̞H?BǶxEa+AqA-%ֶ(P/a1vg-|RX;h$~Y!v+\VȞ zpA2c0},,sV ѯuĨNJ61w"1:s