go1.18-doc-1.18.2-150000.1.17.1 >  A b{^p9|"/[fryfbTPm{4yִ,-kLUeA~1dM|e]@E7ý4yL~[NHxF2)sgCK_7s5޳pwltHeNMN$gfuΫrb.䁻w8 /k`*EF՜6mOuԛXP=nnAާ}~ZG#R a1f386976141620c4d79b7cbeb3293452ded172b344af15b74c97f19265c43ab128a8bf4bc4d7cd4ccc128cce113da8b5d48663bb{^p9|]+r5 wC;[{"{[L 1OANbHD=.=\kZu 5w{wb ¾tԛabWW#H w~R 15jik8P»toJzhh93!:M[L^(;Ȱ+ ^í;H~Y% NY(\z3f2SNϒzԷ#IŽK>HcU 41B )!i >p;`$?`d  " 3TXdh      4 y (<(8 9 : F]*G]@H]TI]hX]pY]|\]]]^^b^$c^d_Fe_Kf_Nl_Pu_dv_xz____`Cgo1.18-doc1.18.2150000.1.17.1Go documentationGo examples and documentation.b{s390zp3aSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Documentation/Otherhttp://golang.orglinuxs390xMh.4gb{Wb{Wb{Wb{Wb{Wd996fb9181360d605adb42c662c36fb5884988f29940621dfa8b7895215740e3123c14365f20daf6c31123df409b281bc131e5d1f88fbe543b1a68b5382cf6e7ff84eb52f3034ad21a79ccf00d8e92c29e6ef3dea181033a7650e5cdb7486d60b452343408313c2e9bd6914416cac6f17c7ac7fc0e31462e382bbe56962b80ba3ce82cede5d7ca4e3d86c0f864304f1b2a91fa2c0b799f19bb6bdc9635d36d24rootrootrootrootrootrootrootrootrootrootgo1.18-1.18.2-150000.1.17.1.src.rpmgo-docgo1.18-docgo1.18-doc(s390-64)    go1.18rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.18.23.0.4-14.6.0-14.0-15.2-14.14.1bzSbobUibN@bN@b5b0b(b@b8a@a@jkowalczyk@suse.commliska@suse.czjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comdmueller@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.com- go1.18.2 (released 2022-05-10) includes security fixes to the syscall package, as well as bug fixes to the compiler, runtime, the go command, and the crypto/x509, go/types, net/http/httptest, reflect, and sync/atomic packages. Refs boo#1193742 go1.18 release tracking CVE-2022-29526 * boo#1199413 go#52313 CVE-2022-29526 * go#52440 syscall: Faccessat checks wrong group * go#51738 runtime: wrong type assertion result when using generic types * go#51798 cmd/go: add (and default to) -buildvcs=auto * go#51859 crypto/x509: x509 certificate with issuerUniqueID and/or subjectUniqueID parse error * go#51897 net/http/httptest: race in Close * go#52028 go/types: documentation on instance de-duplication is unclear about guarantees * go#52149 syscall: TestGroupCleanupUserNamespace failure on linux-s390x-ibm * go#52244 go/types, types2: go generic assert compile escape * go#52305 runtime: doAllThreadsSyscall has an unaligned atomic load on 32-bit architectures * go#52366 cmd/compile/internal/ssa: occurred the wrong rewrite cycle detection * go#52375 runtime: executable compiled under Go 1.17.7 will occasionally wedge * go#52386 reflect: can set map elem with string key of a different string type * go#52441 cmd/compile: incorrect handling of iota in 1.18 * go#52468 cmd/go: go run -mod=mod [files...] does not update go.mod and go.sum * go#52558 cmd/compile: cannot convert v (variable of type *Bar[T]) to type *Foo[T] * go#52606 cmd/compile: internal compiler error: weird package in name: .dict0 => .dict0 from "", not "test/p" * go#52615 sync/atomic: compare and swap of inconsistently typed values with uninitialized Value * go#52691 cmd/compile: generic function appears to use incorrect type descriptor * go#52699 runtime: support debugCall on arm64 * go#52706 net: TestDialCancel is not compatible with new macOS ARM64 builders * go#52804 go/types: NewMethodSet doesn't terminate for recursively embedded generics- Remove remaining use of gold linker when bootstrapping with gccgo. The binutils-gold package will be removed in the future. * History: go1.8.3 2017-06-18 added conditional if gccgo defined BuildRequires: binutils-gold for arches other than s390x * No information available why binutils-gold was used initially * Unrelated to upstream recent hardcoded gold dependency for ARM- go1.18.1 (released 2022-04-12) includes security fixes to the crypto/elliptic, crypto/x509, and encoding/pem packages, as well as bug fixes to the compiler, linker, runtime, the go command, vet, and the bytes, crypto/x509, and go/types packages. Refs boo#1193742 go1.18 release tracking CVE-2022-24675 CVE-2022-28327 CVE-2022-27536 * boo#1198423 go#51853 CVE-2022-24675 * go#52037 encoding/pem: stack overflow boo#1198424 go#52075 CVE-2022-28327 * go#52077 crypto/elliptic: generic P-256 panic when scalar has too many leading zeroes * boo#1198427 go#51759 CVE-2022-27536 * go#51763 crypto/x509: Certificate.Verify crash on macOS with Go 1.18 * go#52140 cmd/go: go work use -r panics when given a directory that does not exist * go#52119 go/types, cmd/compile: type set overlapping implementation for interface types might be not correct * go#52032 go/types: spurious diagnostics for untyped shift operands with GoVersion < go1.13 * go#52007 go/types, types2: scope is unset on receivers of instantiated methods * go#51874 cmd/go: Segfault on ppc64le during Go 1.18 build on Alpine Linux * go#51855 cmd/compile: internal compiler error: panic: runtime error: index out of range [0] with length 0 * go#51852 crypto/x509: reject SHA-1 signatures in Verify * go#51847 cmd/compile: cannot import "package" (type parameter bound more than once) * go#51846 cmd/compile: internal compiler error: walkExpr: switch 1 unknown op RECOVER * go#51796 bytes: Trim returns empty slice instead of nil in 1.18 * go#51767 cmd/go: "go test" seems to now require git due to -buildvcs * go#51764 cmd/go: go work use panics when given a file * go#51741 cmd/cgo: pointer to incomplete C type is mangled when passed through interface type and generic type assert * go#51737 plugin: tls handshake panic: unreachable method called. linker bug? * go#51727 cmd/vet, go/types: go vet crash when using self-recursive anonymous types in constraints * go#51697 runtime: some tests fails on Windows with CGO_ENABLED=0 * go#51669 cmd/compile: irgen uses wrong dict param to generate code for getting dict type * go#51665 go/types, types2: gopls crash in recordTypeAndValue- Template gcc-go.patch to substitute gcc_go_version and eliminate multiple similar patches each with hardcoded gcc go binary name. gcc-go.patch inserts gcc-go binary name e.g. go-8 to compensate for current lack of gcc-go update-alternatives usage. * add gcc-go.patch * drop gcc6-go.patch * drop gcc7-go.patch- For SLE-12 set gcc_go_version to 8 to bootstrap using gcc8-go. gcc6-go and gcc7-go no longer successfully bootstrap go1.17 or go1.18 on SLE-12 aarch64 ppc64le or s390x. * gcc6-go fails with errors e.g. libnoder.a(_go_.o):(.toc+0x0): undefined reference to `__go_pimt__I4_DiagFrN4_boolee3- Add %define go_label as a configurable Go toolchain directory * go_label can be used to package multiple Go toolchains with the same go_api * go_label should be defined as go_api with an optional suffix e.g. %{go_api} or %{go_api}-foo * Default go_label = go_api makes no changes to package layout- go1.18 (released 2022-03-15) is a major release of Go. go1.18.x minor releases will be provided through February 2023. https://github.com/golang/go/wiki/Go-Release-Cycle Go 1.18 is a significant release, including changes to the language, implementation of the toolchain, runtime, and libraries. Go 1.18 arrives seven months after Go 1.17. 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#1193742 go1.18 release tracking * See release notes https://golang.org/doc/go1.18. Excerpts relevant to OBS environment and for SUSE/openSUSE follow: * Go 1.18 includes an implementation of generic features as described by the Type Parameters Proposal. This includes major but fully backward-compatible changes to the language. * The Go 1.18 compiler now correctly reports declared but not used errors for variables that are set inside a function literal but are never used. Before Go 1.18, the compiler did not report an error in such cases. This fixes long-outstanding compiler issue go#8560. * The Go 1.18 compiler now reports an overflow when passing a rune constant expression such as '1' << 32 as an argument to the predeclared functions print and println, consistent with the behavior of user-defined functions. Before Go 1.18, the compiler did not report an error in such cases but silently accepted such constant arguments if they fit into an int64. Since go vet always pointed out this error, the number of affected programs is likely very small. * AMD64: Go 1.18 introduces the new GOAMD64 environment variable, which selects at compile time a minimum target version of the AMD64 architecture. Allowed values are v1, v2, v3, or v4. Each higher level requires, and takes advantage of, additional processor features. A detailed description can be found here. The GOAMD64 environment variable defaults to v1. * RISC-V: The 64-bit RISC-V architecture on Linux (the linux/riscv64 port) now supports the c-archive and c-shared build modes. * Linux: Go 1.18 requires Linux kernel version 2.6.32 or later. * Fuzzing: Go 1.18 includes an implementation of fuzzing as described by the fuzzing proposal. See the fuzzing landing page to get started. Please be aware that fuzzing can consume a lot of memory and may impact your machine’s performance while it runs. * go get: go get no longer builds or installs packages in module-aware mode. go get is now dedicated to adjusting dependencies in go.mod. Effectively, the -d flag is always enabled. To install the latest version of an executable outside the context of the current module, use go install example.com/cmd@latest. Any version query may be used instead of latest. This form of go install was added in Go 1.16, so projects supporting older versions may need to provide install instructions for both go install and go get. go get now reports an error when used outside a module, since there is no go.mod file to update. In GOPATH mode (with GO111MODULE=off), go get still builds and installs packages, as before. * Automatic go.mod and go.sum updates: The go mod graph, go mod vendor, go mod verify, and go mod why subcommands no longer automatically update the go.mod and go.sum files. (Those files can be updated explicitly using go get, go mod tidy, or go mod download.) * go version: The go command now embeds version control information in binaries. It includes the currently checked-out revision, commit time, and a flag indicating whether edited or untracked files are present. Version control information is embedded if the go command is invoked in a directory within a Git, Mercurial, Fossil, or Bazaar repository, and the main package and its containing main module are in the same repository. This information may be omitted using the flag - buildvcs=false. Additionally, the go command embeds information about the build, including build and tool tags (set with -tags), compiler, assembler, and linker flags (like - gcflags), whether cgo was enabled, and if it was, the values of the cgo environment variables (like CGO_CFLAGS). Both VCS and build information may be read together with module information using go version -m file or runtime/debug.ReadBuildInfo (for the currently running binary) or the new debug/buildinfo package. The underlying data format of the embedded build information can change with new go releases, so an older version of go may not handle the build information produced with a newer version of go. To read the version information from a binary built with go 1.18, use the go version command and the debug/buildinfo package from go 1.18+. * go mod download: If the main module's go.mod file specifies go 1.17 or higher, go mod download without arguments now downloads source code for only the modules explicitly required in the main module's go.mod file. (In a go 1.17 or higher module, that set already includes all dependencies needed to build the packages and tests in the main module.) To also download source code for transitive dependencies, use go mod download all. * go mod vendor: The go mod vendor subcommand now supports a -o flag to set the output directory. (Other go commands still read from the vendor directory at the module root when loading packages with -mod=vendor, so the main use for this flag is for third-party tools that need to collect package source code.) * go mod tidy: The go mod tidy command now retains additional checksums in the go.sum file for modules whose source code is needed to verify that each imported package is provided by only one module in the build list. Because this condition is rare and failure to apply it results in a build error, this change is not conditioned on the go version in the main module's go.mod file. * go work: The go command now supports a "Workspace" mode. If a go.work file is found in the working directory or a parent directory, or one is specified using the GOWORK environment variable, it will put the go command into workspace mode. In workspace mode, the go.work file will be used to determine the set of main modules used as the roots for module resolution, instead of using the normally-found go.mod file to specify the single main module. For more information see the go work documentation. * go build -asan: The go build command and related commands now support an -asan flag that enables interoperation with C (or C++) code compiled with the address sanitizer (C compiler option -fsanitize=address). * //go:build lines: Go 1.17 introduced //go:build lines as a more readable way to write build constraints, instead of // +build lines. As of Go 1.17, gofmt adds //go:build lines to match existing +build lines and keeps them in sync, while go vet diagnoses when they are out of sync. Since the release of Go 1.18 marks the end of support for Go 1.16, all supported versions of Go now understand //go:build lines. In Go 1.18, go fix now removes the now-obsolete // +build lines in modules declaring go 1.17 or later in their go.mod files. For more information, see https://go.dev/design/draft-gobuild. * go vet: The vet tool is updated to support generic code. In most cases, it reports an error in generic code whenever it would report an error in the equivalent non-generic code after substituting for type parameters with a type from their type set. * go vet: The cmd/vet checkers copylock, printf, sortslice, testinggoroutine, and tests have all had moderate precision improvements to handle additional code patterns. This may lead to newly reported errors in existing packages. * Runtime: The garbage collector now includes non-heap sources of garbage collector work (e.g., stack scanning) when determining how frequently to run. As a result, garbage collector overhead is more predictable when these sources are significant. For most applications these changes will be negligible; however, some Go applications may now use less memory and spend more time on garbage collection, or vice versa, than before. The intended workaround is to tweak GOGC where necessary. The runtime now returns memory to the operating system more efficiently and has been tuned to work more aggressively as a result. * Compiler: Go 1.17 implemented a new way of passing function arguments and results using registers instead of the stack on 64-bit x86 architecture on selected operating systems. Go 1.18 expands the supported platforms to include 64-bit ARM (GOARCH=arm64), big- and little-endian 64-bit PowerPC (GOARCH=ppc64, ppc64le), as well as 64-bit x86 architecture (GOARCH=amd64) on all operating systems. On 64-bit ARM and 64-bit PowerPC systems, benchmarking shows typical performance improvements of 10% or more. As mentioned in the Go 1.17 release notes, this change does not affect the functionality of any safe Go code and is designed to have no impact on most assembly code. See the Go 1.17 release notes for more details. * Compiler: The compiler now can inline functions that contain range loops or labeled for loops. * Compiler: The new -asan compiler option supports the new go command -asan option. * Compiler: Because the compiler's type checker was replaced in its entirety to support generics, some error messages now may use different wording than before. In some cases, pre-Go 1.18 error messages provided more detail or were phrased in a more helpful way. We intend to address these cases in Go 1.19. Because of changes in the compiler related to supporting generics, the Go 1.18 compile speed can be roughly 15% slower than the Go 1.17 compile speed. The execution time of the compiled code is not affected. We intend to improve the speed of the compiler in Go 1.19. * Linker: The linker emits far fewer relocations. As a result, most codebases will link faster, require less memory to link, and generate smaller binaries. Tools that process Go binaries should use Go 1.18's debug/gosym package to transparently handle both old and new binaries. * Linker: The new -asan linker option supports the new go command - asan option. * Bootstrap: When building a Go release from source and GOROOT_BOOTSTRAP is not set, previous versions of Go looked for a Go 1.4 or later bootstrap toolchain in the directory $HOME/go1.4 (%HOMEDRIVE%%HOMEPATH%\go1.4 on Windows). Go now looks first for $HOME/go1.17 or $HOME/sdk/go1.17 before falling back to $HOME/go1.4. We intend for Go 1.19 to require Go 1.17 or later for bootstrap, and this change should make the transition smoother. For more details, see go#44505. * The new debug/buildinfo package provides access to module versions, version control information, and build flags embedded in executable files built by the go command. The same information is also available via runtime/debug.ReadBuildInfo for the currently running binary and via go version -m on the command line. * The new net/netip package defines a new IP address type, Addr. Compared to the existing net.IP type, the netip.Addr type takes less memory, is immutable, and is comparable so it supports == and can be used as a map key. * TLS 1.0 and 1.1 disabled by default client-side: If Config.MinVersion is not set, it now defaults to TLS 1.2 for client connections. Any safely up-to-date server is expected to support TLS 1.2, and browsers have required it since 2020. TLS 1.0 and 1.1 are still supported by setting Config.MinVersion to VersionTLS10. The server-side default is unchanged at TLS 1.0. The default can be temporarily reverted to TLS 1.0 by setting the GODEBUG=tls10default=1 environment variable. This option will be removed in Go 1.19. * Rejecting SHA-1 certificates: crypto/x509 will now reject certificates signed with the SHA-1 hash function. This doesn't apply to self-signed root certificates. Practical attacks against SHA-1 have been demonstrated since 2017 and publicly trusted Certificate Authorities have not issued SHA-1 certificates since 2015. This can be temporarily reverted by setting the GODEBUG=x509sha1=1 environment variable. This option will be removed in Go 1.19. * crypto/elliptic The P224, P384, and P521 curve implementations are now all backed by code generated by the addchain and fiat-crypto projects, the latter of which is based on a formally-verified model of the arithmetic operations. They now use safer complete formulas and internal APIs. P-224 and P-384 are now approximately four times faster. All specific curve implementations are now constant-time. Operating on invalid curve points (those for which the IsOnCurve method returns false, and which are never returned by Unmarshal or a Curve method operating on a valid point) has always been undefined behavior, can lead to key recovery attacks, and is now unsupported by the new backend. If an invalid point is supplied to a P224, P384, or P521 method, that method will now return a random point. The behavior might change to an explicit panic in a future release. * crypto/tls: The new Conn.NetConn method allows access to the underlying net.Conn. * crypto/x509: Certificate.Verify now uses platform APIs to verify certificate validity on macOS and iOS when it is called with a nil VerifyOpts.Roots or when using the root pool returned from SystemCertPool. SystemCertPool is now available on Windows. * crypto/x509: CertPool.Subjects is deprecated. On Windows, macOS, and iOS the CertPool returned by SystemCertPool will return a pool which does not include system roots in the slice returned by Subjects, as a static list can't appropriately represent the platform policies and might not be available at all from the platform APIs. * crypto/x509: Support for signing certificates using signature algorithms that depend on the MD5 and SHA-1 hashes (MD5WithRSA, SHA1WithRSA, and ECDSAWithSHA1) may be removed in Go 1.19. * net/http: When looking up a domain name containing non-ASCII characters, the Unicode-to-ASCII conversion is now done in accordance with Nontransitional Processing as defined in the Unicode IDNA Compatibility Processing standard (UTS #46). The interpretation of four distinct runes are changed: ß, ς, zero-width joiner U+200D, and zero-width non-joiner U+200C. Nontransitional Processing is consistent with most applications and web browsers. * os/user: User.GroupIds now uses a Go native implementation when cgo is not available. * runtime/debug: The BuildInfo struct has two new fields, containing additional information about how the binary was built: GoVersion holds the version of Go used to build the binary. Settings is a slice of BuildSettings structs holding key/value pairs describing the build. * runtime/pprof: The CPU profiler now uses per-thread timers on Linux. This increases the maximum CPU usage that a profile can observe, and reduces some forms of bias. * syscall: The new function SyscallN has been introduced for Windows, allowing for calls with arbitrary number of arguments. As a result, Syscall, Syscall6, Syscall9, Syscall12, Syscall15, and Syscall18 are deprecated in favor of SyscallN.- add dont-force-gold-on-arm64.patch (bsc#1183043) - drop binutils-gold dependency- Add .bin assembler pattern table file and test data to packaging. * Error manifests building some Go applications as: src/crypto/elliptic/p256_asm.go:24:12: pattern p256_asm_table.bin: no matching files found * A Quick Guide to Go's Assembler https://go.dev/doc/asm * New assembler pattern file added to packaging with mode 644: src/crypto/elliptic/p256_asm_table.bin * Existing test data files added to packaging with mode 644: src/compress/bzip2/testdata/pass-random2.bin src/compress/bzip2/testdata/pass-random1.bin src/debug/dwarf/testdata/line-gcc-win.bin- go1.18rc1 (released 2022-02-16) is a release candidate version of go1.18 cut from the master branch at the revision tagged go1.18rc1. Refs boo#1193742 go1.18 release tracking- go1.18beta2 (released 2022-01-31) is a beta version of go1.18 cut from the master branch at the revision tagged go1.18beta2. Refs boo#1193742 go1.18 release tracking- go1.18beta1 (released 2021-12-14) is a beta version of go1.18 cut from the master branch at the revision tagged go1.18beta1. Refs boo#1193742 go1.18 release trackings390zp3a 16522756151.18.21.18.2-150000.1.17.11.18.2-150000.1.17.1asm.htmlgo1.17_spec.htmlgo1.18.htmlgo_mem.htmlgo_spec.html/usr/share/doc/packages/go/1.18/-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.suse.de/SUSE:Maintenance:24200/SUSE_SLE-15_Update/88c6e604b4e3a7eb6c3ed9a2d03eb876-go1.18.SUSE_SLE-15_Updatecpioxz5s390x-suse-linuxHTML document, UTF-8 Unicode textHTML document, ASCII textw( ATdutf-8498658353b93ce73d8dd7304485d521ba1c745c40cc50d49de01de0b60e2882f?P7zXZ !t/P] crv(vX0U=ʣ5$8k+ye&0e9NO߅:0F5T֋h lx?8ШI0-L0&.BPgz[?ª 3j q s94%4 r3)K=v>ӯ&;D;O/Ѓ;~=g?-0:{BLW pUJT*a@f}3!p lxмjvybU1vvU 񇙗 Ӵ/4`tTE-ɔi~X%4e5S-XU.QD5\(Z4`.V[2GoP0G!a/-K܍R }CՈA$W+ZR.oٿ(&e,IźV#&ZMluYIJF|OQ7_;Ylwał2_ [$a/eЄ( :$ydH_o'<^g .,n44D'",*`qUJW$}ɉr6Y;|;pX5E %"7 ZoUT*]2RpJ>C }5y{kq3vB{_1%b%7m;6Sf=ב)K/["c2Mɢgy(WV:Q9,#>S淳3UӖ4.?;ZX 1O]|sN$=9<<î:XQ\(QDXbm`̱ tbf^/ >ȑ1a`;% 5kB&pāi/,򷡸m!go.[!+/~ebv*a wb۝.|bv陭'}vhw#Wt2/xCꏭ<`G `rtp))/OE~ѥ*jPz.`]vFca] #}Rhq*pM˦dBU'94yX42H^U,(09JLa%^(ܘ = ' @}#v0t~>{=SdAWiTvHvzGd͉29ЮgJa1 )ywXK!áOYeDv5K^DI5*՗rs9zV eZ%HyZT(Wn~t +VWѮQ׾ n~ 詖?*ۧ}S-B7"0qT !M Eg?Olua?}" 4^`Ibjq{Hc2BfBR|(̆2iOtR%-PL;i#O-Z;l$t6W@)zP[ԼDBu{߼/ Xl_2 78s*Ȳp[7&Nii4|IYH=|PйtpoDBxVkԏcPt 9>oɇsگOg@c@[ ^HDӛc>+^4_V r 3l&>ae?kouDiV{dK@%費$$2ŪƙώhSL?7s}#̌E=w,~͹whsՔ=m{p?c?>/_wB.WHYVT|V=\MmbAKA/Hɽm1 %q|`Idz=@i| &^4"TMKtm4 m>R<.JdEWRLT/F-y]ˤۋ)Vq+LKȄX$D Bl7ML oVem!@=6-xlGQ;ԯuGjx/e3-4K_ŷO`Sa`$,=~W1x5G?x*xιA5e9]}-W?}/Wf2SQ#6F0oC' ʏBJT嵺 ay_Hv1A{eC$yNe/8n`?DLgt$ZG+l6BC~s Bc'>5|s=;m{iSgOei<ӛlK+rdñ0S #xhi|U7-vn6:>2Q2H_n;,WKx Q7#J*>ybSx$D:ȣmn$`QYǸyطl WʨyVzVh_X$920rG0eNlͻ:ނ//pڳs ؊j/bi {iCBa8Ї؟>,?Tmoe[s8 1r%Qb}P2̬`?EZ/I]`nmJUq8'O8V=ܢp?6h vqH;;yMfj0hZG;:5AQВިEٓmp$Fy|ٽ] Gi3p<Q܄zY~_p%8`N$FhP&\ԏyNDuk TjW}9[\ס?smjTPvix&%nI۲]V6Gڹ PMhH+v]Du$Pec[vˍӧ2j"go(I5vSY'ޜ._O V(RѱmI*$V ?0%0D/.<@̫+]1=j8S#3PgVz?!_;/VþwQvHMޥ~){4zpN$20(+G9! C~|8%-$"ɜgB JlD PB ؙP;@}Ap|.]#ܗO<Mk\} 9F~+t;8^ׯ*GTkW\?y&r>e\aBĎJQ@CNt8 +3h|`&=h0MlT wl(DffC%LFOqI2ٵ!*$f`Ą'bY髞4׍3N7Uwmx)`(]JoWZ-+T;ٯ<\Y ^4lMWPA;Eu,dwWg%aI,+^Ů2z2Vd%qgm]v )Hba~*t¤ V>'vSras1ƴ. LFed kyKZW鈆߬ӊGΓe2S` ;>^\ M]gKǧ;kn2[ ZY/ >!fU%F4LB!-h 67Ć;g=o]k2x&Mm٧ `|T$Ĝz65[mM{Cr'2u#>oJd -!>Oc+LI\&Dž`BSǕ+Dzj^un,9aK?qNlP*Mp(V[hrbqS sxO+4Sz+~܍e?8ĮgZ bg ncjo~/[ 8DW{O/ 5#':fjsPjӔM 0Tmf؊4ȨܼSH`g0D} '<M]j}̅򆬙jkIC_*=3EҘJ& l -D'Bbl #_(X϶YJ#;:D|\1Uza\ $GAD hFPSaC}v/]@`E iTfĤkpЂm(&Jb|'0*'R[W 2]=w0=Ox*Δ tmJ8me)J 4/\QۥiBKT \eaoCU>3Ϊ&㠣֣o1 jlZ߆ި-'WdDH[ũ 2!jw W 2[EYٟ(~3[nqQ6Shxߖ"ۍi뭤3p~f[riѿJ3_=$q#$u,~(Kэ6wha V&$`ȅ;mh( R#k$hϴ!U_B'P: Ԭ\8DxEcy>tu`x~X_U"]w͊*tH/:.^ܧs_&Ec" %IJta vֽs*xEf0Ҭ Ҩ2bT jZ휺( 񢔓OyvZSZLs/m^54Xcv9_ɷM U]O3=bxxPfؼ*zgwǑa !,MckJo{Z`M*"l}necB<Y>z;czl8@ac?wy*'of)y!^CA͜g$0SgCcfE?kq5a{땼A3ё|l]b޿q?7ވzj X\uxW$t@vpkՇ1oDfP{4!ܝ.o?m:c};8M D]r@m?,X88 N` bbTh9ܶ5٣b'Z,1I0X>jج8yʶ7F5]d ̼aTXEI<w0]܌_[n.d߿]: SeMk$x"܋AZ~/o kt&⾵R |`cSe|E` I]sڏX"nJcݭ ;x(Ew})]8,HٗSG% :a-o.d{dS 0k"Y#R/,V"JᙙJӕVt"pѕSr(1ϰi*27.hȮ5p,h:74,ū.ЎӰCA:.M;yo9N5 òB^t(+)G*VfeJC|*X" 8V?a^\blH@uxnf}Nϗ6ŰhEV} ?NZcސ&8 #p2ka^YB+i33)>tmk}3B62эzQ9<[kmG\]I6W/ j,<2gJB'! r s # e sm fa/8ĹPtWnItւ؉Ipa{S >VFfo>.Lw9xfn# vfbK\ YgD8hZR`rΌQ;"Ӻ`Fn\&o輞JnHIR_4oFc s}̀gS!=NX+_>jo ) ۅC}L1$h+lB.ቢ:qMjZ".3k>eتwsPek1e%vKj+hB/EDWLû rx8wfC'^9]~am^ k8UZ#EVKEC +xPb©hB|lsE,=l0Nnl\0}2-qE p'Zߕw=%4n>hbL7+i>[ֿ1IԽzQa6}UzCxq&VZ_!S^{'DSn%$mO&͵8&SgɎu >[c]1=S1Ie< 8DlYT:H޳?8O<%%"d~^kncn!49" G6'ÜE03f~XqKLw[# ]le䖗q|CS3\u`e6 fT8-7􀇥{scZАf2K dZTzhmZ2 HOڽ9Hp=MU)kZ$eKeIP|}5tmPaE?S\m=ʇd]S's@i֍u Sbta[HKfRϒ|]ڙYާfAiIޅ7 8x9G/a{!Z"+:BљK y0=,f]~"FҜ49N'aX:$5 l@:㾟Od`Mq,M;&d' !Ll,JQ:=}ieCX ~x:ae <"Q2c"S($'c]_?e_k]Z+C&b<-U#٠O`. J?<+ *+]gv^Y=`S2Z2e[4 X@zFUly]Oa8./@_qWT]0UkVJjVx_Y!9hX卛Thmdڍ!fz8vH5A0RT3(:+cqnfw":0KjX ?i_"nP `@ ;i2 p;SeZIj^V+ڇ]Dw$P9[%Ni%Nң>TU *SQ-D/\i@v͉u9WE|%͟ǵTR{ry]Nf9We;82P`n&4%^$pkD'S~~lnS:꾃iH.shpˣ&ߍur\H j{s( Wj T`s M:=)]_;qX'}+^ґ|njL?f8)f Ƀ,% 3</CO쪋=wfZ[Cn\hӛzaJ(q5)` pda՛ه"P|wm9,O\|}1{N}!TČ8U3qZ f7S\[{|k~ᄢ4\%$m=/-q:pe"z6 lp0X ;uÌ6~c'q1//X( %g_"?cd'~w6UuO,^v4t}' *TG> Q콈;&9~7Q_,m1JO} 'sI$:Q/3 ֣Wi~K`72Rj2euʳ?ltH\RJ pi?ASԌb˟#6 00KOΧ\3xg' ge%2HV .HU;W:R.ͷ1mqZz[I\6y7'4t(A͹--?FLr*}wc@ۍ5>%v/Jlmw".hK}x:g 7I8KSJ#8WĎ*R7lEHYj{{f~B5.:2epԅk\xCw͇kRC]ՕYuJ <"L-ŕ-qCP`ޢ30e | ;OdWSmd4nDm~]e"ba8jJ9aO=d*fXtk~ӊ *W!}|8Ei17̡Vȳ\G,_ #1Bi㝁AfS4<}= PRS䐒 " TݤY@ p}[Z"UYJ6}g_%_z;"8?]6/RVͨYmc$ͻWϾ1L/L'W[u EȤ^!+ hDi4]Ԛ@tzŧk6:=+#gG᫺>ӧ{怟!-+܆f5TÆ =H}`A",f1\&ݺ;`X. VԔ[lHO'#tFJ jKp۝3Pj>##x 0h'HJ&WWĒhW5\:5z\#A-Adh稏]qAk٧|D_>F5̮5DjOaNa]z5 ro%+k C2ݻ#4@< Vh@K?ݒоe.0}~$w$ TM* (E}7#euO 9#{6uu'd (P`<5}d['(e+ .\G؉19حDU[B#;`n5Ra~nODX,aobw m@-tgu(ʵ i w'ۼT1_9'4 e9Be}(lMWSaqU)1dF"JA}^QKJm֡dx-"(hbܢ&Cf=>Q1s! jl^"_6bL E .Z/Þ;8:zN liʸfL'1PӎĢ+" ijJ&M^q-g\P잭,]2 |ʪ[|VmfamR_-Wd>b¥})04%l݂uL;iA\`ߩ-"v@r`8( a$hLnj˞]rU@E@}`g"xۻ.1!ƌ,O0/ ە+F֤(0ـg8+TWIlTH O&K{xOWuzN)@\-0T #)g&r\3-'#iB9)F+`CQX>A3Q)qU. a.Qlf `;y:"j,=Pl,ZzO97+ø16;&4݆^c Rtl֮^xwdQuN,6w0r?d"2_̚7^=; fo_Q, ~t9!&CA;8@ Bq_ =DGwi4Y$",84 $w2ii0TIWi 5J ]!.ZlQɐ~ bBxή8mxMJ l>UXrl_4*u`!'=CEJ` "i; VT-at,ܓedr^W꣟i &{%j;3htNk4$N<@c=b[`X"Lj(\( q 8KrJtS$(r˯680쀃:@75oȾ:_}X}244}2)@4V?_@~ú26$LVX~wus8Rm?CHsd(ۙHvs?􅳝{,jLB֍&Պ,g#kb`0,qKdE.9Q(pjhOT uHm@ܞ󦹑I˙ls#1˻-۬RK8A^O}7J *Y5 S8[yPASd"D6[ԡ̯ځm[ sǏhc^Gt؛4YN|?Q?<&Ң&~>tdzVlرFkء? 8e1>A]z)C@۠n$|8.EkVQNJbѬ7:rX: ]:|ʗҥň֡wqWHm .!3MĐ8Bӱs$9ZU/T( (R'5o)uXCHzꄞcku֧(fd(_ F2v43mA4b,ʼHAM\T!!.PW/%t;{~a#J~gY8rF -Lz|S7pu[ 1)>v.~bd'Hrw.S=k30_MP*}AՓ#zhlDxѡnn͠Co$6W% ݭ2d66{mS܌}UP{xUi@4ϗH Er*GJL򖒮뷳m TwZqUjLn΢n] NrW`mz6{Sz| *׺S}HPB@CuY'Ož+JrE`w,'>uvc7s=vW:3:QQuf:{? 24ʵ}'\6K7N̈@($J$ĩ]^޳Ydn'Bc&!c2X3Z`&_:e_<'\&Go{CK̘_Ս%'bch#*;/l+a- 3He|hJoXXن< x{ӿ6" N%%"nYwo Ub;a+}Tv "x4eA@doQ͏hIKe }be:<-ycC1i3rV zb a׳pf}O[Gi~UT2ɧB*`>T6d^toC+H"mlqqkt~ʴꃷZRJ뵪l3p](,tA l.wv {%]3BQ\Lڻk=43IS,t K?h ]|4cq]Or:)@zMj10mr! gH#blt%m92Oc /R/be@nV%R.잢|m|R;b|푤%AQ!x68a%݃"eqg<]s!)k'h-^MuPn v_29m9|*ީNL\|h$5o@32v$0t߯S/On*3iC3]XH\Pv_}xZ'vz: 8+33N oעNbO(}u#L^(yG&|qGyŊ`+Xϱ(U-)F2ܾH.AbVk9pBI_-6k=r+i @W) MzcW"t55qHdb; C.T!RT;?lI #()Ge:Z4<H5h"2BΤi{{2PbcNSCLNg`ɞ2Ϭ|g)箳).= jHyS3 Lƫ跀JVrhT}h/g8fN9CMQ8=[T\y֊ jMK~2Ʈ2\+yTeQț1&׻X(26\w?DHs^?7/2"p bk-%U.TfV왛(4=ɰEA5H?h$`Bo2'~H.Ä@]}`\㔫uQჯQ/!$U rCm9Q/8|6os) כӀq\)9УR,x Hݢ0|s=:7קiF8Q?%覸y@'gZ <9kǿo[![[W XErD0pSξf !F ֑'ZhMC|Uc֚1\KY/5(J2|@&ni؆zt[US WvU$4_X@B-g}g"5ͪMaΑ$T#,n' ,ƖIڸ/b!U57lf1 Ѡ8A۬ b 9~%5f6HُQǂ]0BRO !kW 1HO!+_}C樬VT cxܦ+m m/;wo˲Py HûYm7/# 0t&$v6zoio}}3", ̍&M4fW5a+^% !ubT_S,vDŧT=LxWb&H$&5E3,pJ Q{DG}Z('&P&lv!D^m&`5W;Κ/'$# VxۛƟJ3U][B&nyO$]NcE090t3E}DY1^asә|(Iی\D2.[ocrV]N_f|7 ͒_v NR(?@jȣa2@5TGخ&w/9F6G:j;ba-KѾCw%3Bi}*k>&Q8Dkleٌ0)ȳg?]o._VP.Y`i2bq.Ms)ONL8z'ʃ 扰z~ǩꮻ݋7O2TyMf\.kB7BKM|1*?0B3_Ii?~5tߍEq/ObiK/|U,^Ĩ,(R*[ơ!O$u8<(蕩YWֹ9_9B ѐp?4@B2 5 ZQj6 :@~n8;xy3+%xToz p20EKsRe](c}%.O<@E|*u]QsʎmG? ќDK"扇4ҢFj]uZKhueZ-1Ik/y Jok*v3&uZUʩC^%98w8vY ^8nKA)a\x>P)1h/O]҇OeV:!%K%5(.y j32Wqz)W|Dی{=ggB*pG/,]p<}nHݒsn5~ٚ(73OQ,pC3o,/ڦIa2TVR U S f00o-&@2h2DQ8s?yu'YBo/`kmZVvn8BwSRa^F+ {#3[kWiU`ܶq"#9I3A룔bEdHR05~(ۓ 'VTPV`4K/gBnͭUTߖhVDHJy:1k\?;^hi և-c_U[|8ew6Y3!A~ꇶ.1 RlFUsydh3KE;[@R2*b_~oyS[[ eS5g;'` ż'٩JE"_|cbk\V糬ZC$qJ,N Fgҹx&ҵ&S/Alv7@@}Z;o+oڄδKtl 6dߪ֏˦q}+)C0F4pԪ/W`|n6q)W8Pz싕<~`'4L 10C}7m^=abXbnvg}[5+c^e<a7R]2f^shPhϺHT32*] ^w%m 0MwOi)Tv~C nrU+ܳB|.4ۃh`^R XGRE;dxi~x5Sr۸&kбF]=ʩm yAq0ȐS'<#ypnXF@d -J-o $qⱍHwvHö`PܗtJ} eV9¯EH-6⚤Oj7BE]r1ywۨe^E/!OW>9G}Hs?^|~!G$ӹаYU: CBY\ꘪD1D!܉iT,8!bO0|Y$ ?xfР2Ir2S_R[v#_Ń, =,CV#H/dx1cs ڐj:YNg^i[ߧLqh%:5+g!D홍JT99b9} @0ƨQqtPf7(T#94 [On%Ƈ(6-T͓lK!9n JiRhYyG]b0ʕ$Hs8gZc2o? |)OwBYWy:#DNHcܙ'rF{m,IoïڎkcbBQ$J],CRE' _հeHh6cwP4;2!Q ]?4LRH@Y0C<J W>ֲޱGrp{3'=ie,Y gn̚Z܎hCp.`j陑8u{!qŚNJ`*;?":2kO O#GmD#9 M&țpx{sɱXϑ4JZv->+]Kis "p,w$Lvx#'JLΦ2rQ7~D sdqQv~ xX\eqZ=(bO ct T)jc)uANCuBp7-8$hbWJxa^|=i!rtʆMM o@$ $7L&B mp9Y%Zp{ً"njb{xv[)_в4P6:Z6jggnjqIV#J٢bz/CIVV0oԱ <3,KHxz(xgŦ`_J=:aIVT`)}_ˬ,v|98\00- +Ӫn0kFŀ*? 3՜H5$Su\?kRM2} o;[N9P-vF @V\1myeKefw+M5ӝ H 6$qDi EP'-&rhyݽP& aW,&y xnioyjVΌ6%cFyIr\.m5gkTїa)&tc_wsy QVܲjYl/~Yr7ݜkP'jr#mmUˀۄ$}h,4̏=gQʮ,k-p6XDT'XEV7[ q߻\UbNwoۻ4MS<34 lT7 Fs }8h<㹕yK6 \$xQ֫֗Y/gW~U6*-bbwʛ89tHh;k~/8$ `|,ǯ:w+4^:470 >0x_?[9bj+{lwĈR^iW2cX7Ş `eE#^}f5-%(!Ƿ[̪֪gT-anet/S[̯Kmiw tjHsΡ#9ʒ,ʩS.#v r=+ap/-6s/ ls}+iԫV. ]cWąl,>OB)#+# TK {^G~X)v|(΀A6j*M83E!/2k.푥O^I'[P/fj ^<8ސqz|,kLw^vI;?8zfd jWz[0@5$,Ƞfz} _hrOzG&usU7+@W.qcr 幻M+넂SR*F `ƞ\i_9h ʪBSTY&}VZ U=84nT:S|{}=[+fT32H0}v(a͸5񈒛UsTjFG[v)KqRGwrv ˈ4*`6aZךNKLqGr?{c0|!7R;H5ؼ,B*pqu%Uj.0j"[`b͈Cm=C|lYSPc꽁3:^d~Oq6BZ02!` _fSoba][x&R@9#:ØS^!BP K[cQ!ﬢ['o'^9/:.V߮tZ/;KJ8y8xȁ~{((S_ M@&khWE INb;L2|F5U&U㱄slc8QD#Z.CXq&C iFdǍg3/"5A-.q!}>[PaeW|8M{Pz XH}uWP7@ 2ϩR稬F9iQcU&i鳛;P}%*8DZéþ_̱*m@Z7g_իQp3N|r֨C@*dsB; XP+5Owq&TϖbnfZ8ctNRl` ̲Zf?܍^^8U+6#5]6PxQddzǍK^r8ظ:(zDB <4ejLp Ge9Nx7&>PI/`d:͆D@yH1{-<F5h:bhMH[~L>nlo6=cE:EvI&t[K0tt 1FOE5hr H.&KyS.lF!jY@W^TL\@.GB;=H~BW=[8Y®jsɫ*22Rs/W)=&G@lKN1q;"p n=CI.4zk{TY֎`}cJfr~SAG L$| {i#t˩>ZRO@o+̳k1c`(ʊW{v@4^ V嬙)tփ0vS:WJ]K);~_+\$^9)."fɀЎ&[Ū=KBi 8~u #͋WtVwpcE̦>[@U."?qm:.e(x:^De 2Q:_ ȂX'qc͔r@X'Nv4dm pв.m qPza=לUO^aܬ$Xݤ+5KuOV!l3'_XSgkNQCJ\yO ia(3{k˜Ql$Vm=) z(ё;SH/X J)pu e-V{ x&(h_!4<='/}0*\Ωź~ߕ jEH\MoYF\Z?ޖN_8 đgFm4;v|#?~K+[Y1f@n0k2a$ =ePӐ!\KH͆T\_t!ż?-\nrF{jT af /:A.@uNnT[e(TU$'mwхu& Li/N|IUb=VK3 {Lr5ŝ#PZ]˱w̄D%_#W|0NLDaW%zժ =l>&j{X_PDXZdJ+z%N^[R3lGe:s Z7$Iɶ$ ??67si(nxn q@~``U׎ſ8]EXyOWqppx^y248$q9u0A,!`'4uF.O?VE^ذwA>K ՆLj4X|يyě{pz\ax{cޘpVU5#uP$bH>{͜gٯzLw[R a(#}h)v9 eU`}HSz"kp40 '$BڍBk˯!٢q89c|Np.D-׈㪔1 )ܪ㠐lPp,=V.2x,^EG]STay&[[1fQܘT@m_,/1B$o ,qwE6`'T ׫iA,>';4G o9a!AdzGCr, 18T-y q<pV,! cЛw}iʏ:`Lo=mk9e"ƪtl.e Ym6x@Ƿʝ!&=J(8ZG 7UQ --Vz=|]ik+9ZЦVq2!^O= qS9@JhΌAKѾs-ЂuJƸGkJu͞!yHNP B+yߚ^o&)hُ? rS };ĊĎnJfY0e1~>~F"!uEe*VMQӼ_Tv7OCEې{$u|J2M_;tZʦ48.L 7f#2 8[>ʆW2d  ELvC9鄒tBYW#~y춏ڴZĞ5\\DKu޳m.սU" s=gB9|(B8=^߃JDUpG,/7އ\ eb ydOé)nhm.HC$VvK;[BCO /%|cXV7 ߁W DK#Ge([iǐc=;no0?~CĐyP q.<sy+vYKr; b1مB#\hS@qP/1 DÃ(GZ(t AZa??LjmT:UHRQSz”<eCN(v36@WaLFzOsu8Lyt\Lx`;̞([c<,GhʽT48zя1e2 aם쮐u"-/)W̤܊\ⶆrO,,%RXJvk^ 11PZ5W5܀مgg #!&*{eLDHKeN!C}DNr5`vA?:Ŀ SD#\;M~̈́x9#;Vp h)B^8yy"ABVRx, @^Ra(N*Β6QBKCU|3ֱ(;ykToFeE\Qˬm,|"֚)ev3/>2l QݳkH]d)t'!j .+1`Zd(]hb+> sfDf5]Y傗*:>,#B+_T'¼;*-B5qxo5s⳧0 NDlN|B< RMtfk5Ys2f h#i=@º˫@26/'0:?߾ۉ&L H %8ĨȚJ!V \2[q**4dT}]pWg;'c~1 LĤ֝c]?/71v? W×g: :^ѐ;{輰J L+I^=2`y54SNM 8#ty] -a[.OkDDr$~,BT(UyW8-?Iq"Σ|11]?4^t, tt䄑 ID X(y6{}:27/zpߩL/rF7RR H@E-={*)- DB{5ܙ,Ucb(U5j\u.bKl fZ?Yf̖M.eҳ}:kA_ ~Ć.Si4iʃv+ɚL>Sew}=/u@L!CvWhɲRI4a G,hiPSgIx;,(¶kX8Aƫr!] QUɦb1G_jۃJö4Q@6ng9{S*M3wDdCk*t:v0 MAN~t#q87BPL7aiq.3Qz/i=cV3cKLPrM'yRQ\?7 Klv_ aGutFʘumπϯvm},"ܫ7&`wXwa)nGD_x|mծR$$|c.(YUMj~H Mr5(MNiI;&!3yfI&NS\5pxEU%bª(Z:U}W79ѐ9 8* 8̑O3hpGci` w.Ym .JFΐaܕ"0T$U H^3ͽf 2[ѓ߮Dnᢧ̞iW&I5{&\vmPgbqZ8зl̄W:ʸ:ޭYΝ hO&-²(](?L 6RR p]?@p}=ͬrcmYsʏ"|Eml蕌;Ga#H͠aʨiany%VLL׌Lv1Dl( Eِޞ,CX^񜲒SUMx}A זFJPZyġBm 1v\hJiT<2 &snG i΍u;Z(:襣[YPnV}H& XtYJ|KƦ{-2՚Zǥ/,)fO]<l- Xב)x,zn˼g=ɒ*p})nd*P<8{_7g5|⯎K~ "O(&DG֎ٚ[p`w~Ä->BcĞXȽ}47~);'jٿE$#nW1q؄v'^([5XLyrWG)W 4 փ“fhj -}lc< 6$pY1Q)z9~_x%ķ+ENzCߓЗ8@x:9Bq#F3y$>\M } h|ޱґ~ee,,{aWϿC;#4ơ3ȟ7[:!߄cQdѰ QhN.VekK.–V dٮf>߇8ī|Yj>Y.ѡ@F4dBRFi0Z݃3N*rW_,C+jfV+Zāocc,=)9+;2(7:i(uI^U1&ȍymrw* v Hߓw4Ⱥ("aհVQyZuఠ}vs%=>I9[DahNtWfPe9|;`z, kR5Ko}%Kiu o,tZDi{uu =zNj0eL֑ 7b! Fdzg?VjIMx<2Oӽa&"ԍڹrghS8܅dHK'SjTqe9iN[z<`,k(l dbY׏+}|ʛo=Ww4Gl򼴞rO|CT3:ng2q-hi6y :2Iw9Reeᕛ"pʍZRtɅEY1^M`|e @/-[l*$Do7,U|ʌn3Gg0eKe%׋ٟήwzN#U@`;m/B+b>\:.Rϲ?[ôx%7bH,1?v}> #ӁS{OɫYK' }\SCZ%|BGHEh!p+"ݒ`,&qgD_p![ ̇w֝lbDHKrȉ>}ma2T.'S 52ΐ,|Ҍ`]=Rly5r';8Vcq rn~bZ Įx], ޲yvO}̓,tQoU:&ŖO1^yR i0gt:O^[G4MV`xANU v! ]9c#mUN+Ǝ؋?\Ty|U5Մf, 2D" 8fKwZd ^׉v8`s-ū*|W'~ZZ~v^pDJy/#V&  J=坻t̚v=,(񍆒*V$RIvIّj!Kv2EV0Q?>dbNublt]<Ɉ72B9ǰcDŽ?˖Mz 99/, +> eG[!w+;a:'\J,-n8McB]6ӏl :-(P׊l@Ta(ϴ34݋zʚ]fP+~3D^ CP5}=<R󖇵AZYGmZVW&6_AN+^h n )4Pz(@=?}b`To89 35>1c*Y-j϶F;Ē=Sn'8P"mY6жcڗ~MXd8KΫN(\ac2=[w!μ\H/GuU3WMJc=`dM@sJ$p.Se*l;*E.k]l˒E#0,=~kG~[J蓖$"9](ǜEKCʗDJP1txr#9Іqrߕeou_`b&Hz:X"ID{ɧлjN;ILciUH }Q?|ymNR@8bP+NΝe27.@ݭy;9p~e<(CDy2$+6ni&&!PU*;y;U5UC#\uyNTe3b5'>Q_Y`_;y;ynkes d3x6?B|tb2 +n/\<~vx"{uXn0lH%Ee}-3S\fɾ2g'ZO䳈`kTB>˸koߑj6BD5b{oǔWPx>fפIH̯?H~?z2@#SY*@pp2Dt˅}pUGZ0yH;B m _ /}[ojLW))$M(#A4Շp|ynAi.;+}d^E%Ѓ p"6 5}Gzb&Eύv۰J/{t83oDt&N2IT.55]Ř+ r!ߠkg\D#aLbo{|\~sk3Zy~Rd@L.#-t 0h #[eA3 mC5ufE_j 9y<ާi'zhUARΩ+]dA5s?ɫD)28xCL_˕㒲Gl%kq_W]ԋ5|iDU-`a'ghD\ :KY5shu<lU|ܣ^rO6* rGCeۆKόOq۩ڐM.z٭v{-a'I†k?C=M4 jF`)ȨD&~TV6F9'J[6)Vp7S*篫S,&^d+Mj rB@sy]CP'=TtX_=RvQJ>vĤ+-,y%%F}Twqk(_zXLk*Sp^$\e`gU{1%hMYH! */O}ŬÁ.wqUt@Dl2ۛ8V=?ҪUK0_Hc.}+׻ORz8Y LYȩ%sKˤp>Z mQ8zդZGoZ*) ݵUМFNh+QuY|+?Ir cUM6mWg㉭@xs۲ y5nֺ8 _;}l;+;.Oqk; R Z.VHǮP%m)А-JNw[-uVXmj7h\zM>K}JX  +P(dڟI1$Bp'(j[H&Y$Wٷ"i{a穔Igm2p{Ei8*ǀ4v{xCz!i(8J=T$rq_!8-zauߛxě:B_?D`Ƚ,K':VK йk֦m'Il jxuFy;UӸ)BF=ҌCYjC=SBPewpҾ['|йKT(GbpLWYAͫK-ΉG_N!>09Kp~R:D|uf޶T3㦽ʺKsOhȐ.N PCx?mU T#`|u tyM C e\*K1{@ń:vKnVhQ>Jh쎋pɚ2bקnri@)FPO/0J$3td/iŽ{%O6 ^A ȅ|=rІ6_v8T + Wse.ۭ@* `R9+NhГ͡&+3CA8zÚvtAn\%T[:r6sMWk-I71a[g!Ɗ{^nR"壔:9/Vڐ`"C>Kڃ2pGk ijcdFHɆrMka=s.(T+CJ-bQ ] Tk{~En}Acr<&9_㡔Dy4 AS>S]hYҁ0P%x% t7# G'qgTg>{1Kt؜ SSuDGkY¯YPWѼ6xl5Ā,C2t~xQsgq%u% q?g唘?m8yBؚmqxaY?x7VM ǜge$jFcMBl{Ć~Д x'Y_;DvjP*W $ުf?"h1HzS䪴lP[dRZǒ5+򐴿<~{G ,M!:>g D%TP'F|/+JvW|/&aOzT|vKe4lZڄ7?xŽﵒ c;tͽAo~skԉ}& (6u} Yt]xXDR+Mro)e(Tq|8/]NNӧU{?>RYQ푩Ra=VWOݞPszbĹ>"MI 9/!1,%/:yZXL/(6"GP1#i >9`/r}gM 3YIX-*!ۻMLU'dJND'i+NZo_e9YIo"!R"[R3[Xg3UyHJ82T$UW =~OAf:wvʉb:DWiEnqX?S'y/[!^楖V+]  Uy^ #n4H?e5x&lţn22f$3[6Ozq!T9hHybvUzxo*[]hУPvW">J0rҀ3 $2a L!u *rY_5Cjmk5MCA-@Q 2 Wqd% P[Y;ٷ(9?Ag&tDvѱ k|raEH(N!:zLDնl0 ڧ?#oX]IAI_ q ùta<HBىH/U2vbGPo6 I`SqR{?L$'R6l*u އ29G՞lnkOt6YL=eK4͐(H+}mB.fx#m̴gbLj9-<Ɩ!>Q@V#'D0da"Nɿ3n iMԺQ%Q8+P̞l4lCThW*`GV(7I\զy (7ӎ ODO(9U#{7s#r΃-$>5: Ƞ,9{vܽ'}c{Pq񆱛\ Lˀ**F+{ui-Wt(db݃K+jdgFM+oԌ?l;3nAxwu\ұ׬g"Ee۝=Q,"+ Abݰٵ+(oZe1,R#||V2#xxbHU͠Λ*g-ZSX~rlCbSeѱF_?9;@I!|zL֣?(%P*^ˬ `3(( VlgV7OӮnx8:Ǽa5Nˇ]dZJ6zN\S77CCطjEmy2b(21 N[;Q*ٍԨ[5Mh%[Ǝ8q. iU[d2ZJ 1>Xݚ ڭ`t,Pj=^& IfJ<-~PA+"3s,hXxbJuBp84_֖9>)L))wǺsv*N3["dMI6%0U dY'e˱KjnQnigHQ/:Ѹִk Xew^>#m?Rr6z i`D@䮚:#մ2Ec*q"sdB/9= | p8r!j2hIA67isYe:-\#}T_em ۭ?EAv9 yѰęDGm1,õAk)pHQlڨfV[uW身!KKfc.-=ggsa;*7ֿDG:%?h޻ׯ,dahـ@Rd2!66y,yF/eSt><6o&/qƜTR3t'f`䡒p)Al|]mUb^uI跧&[W_!fN$u:Zy,E  GZ^X{Ğ[zY[;4>HLeީNfy}qpu $L$XURy7DRtO};z23"UسaLz;\*3eXP C e8 #UqI 54usDR 6A Ƀ粒=pU .LiTLm`V K8˹Ϣڹ]$F&[2}Kv5 \ׁ(n򿪨m={E))s_FbFe+[2Wb ݛ w@B]69jN;[X_̷ٵaS·îy˶MWsnB咦I\s+=7΅K) =櫂'zGE6 =؛U睹Pj)fM2Z)<(M}OA`5⏨WuӞkf3ɤfeG0xCxL2M(>p}cĦK8r~NK DJ_ y/8w#視f=د}Ceŀx K'l]|p f?(8n $Z+Y1Y"de'= ZbdbGS~)<9zK+,TfP *|S 0-"m 4xo[cvNgC Mɟ^ oUx6f:.֨s<Qh#%6АW]G_U22>=lCFE gՋ': U| tjvo;#|-\~g6-v2}*HN +Yө?q悕6&^0 b  L\ٌ">)WWϐ7V#|F [ߵ%4L֢'ۏEc& <|_zpc] yՃ~!v^-64v%͌dkZjx=C*{CKߋ&W\k1!!&T4ȅ)Kճ}¾ )~mbؖ/_fv7/Xtp$?X^B bkxiTj0g57$z}6lwpllO@0&[(OR<K}>G1pb Gx5ok Mg]G@P7aHi+0K@m]^b\07"AHR67ARE EPP`hzhdZ,U_3YЁXs{>&g?%)krxT(A5kq*`m1:ӌUႍs;#g:KM-{{nYIs-\]ɂⲋ+8vݴ8-uf:zzBHNFŏ"KL3>8?eR[3uh|0Irik%yIuBͼ>H֟6|5' v4Q'I_kh*˸i$D6Qj]L".s/I'!E,9~9>a:DZKqjp/+|vl`m-;@ZF>DRݔ`ON6H1 64yAɸ pݴȋZ/㝇6bɟ qܥCw1EH?uw8+[ȹDLcmҾ3N%= zlejkmI *{q׻\hἂJ~ChQ_>9pBP5S;On% AMSƍXh" Ds t8({ AV&'#(u}e> ӭjFTʶBiGLv隠M j='OnG/ͼ=-=#_deB $n*i-wdri ލX1Ԥ L <:g1)Zf}{k`=ۋe' \a>%5|H~9v_|+Ib/rވZ-28$I9]SIլDGmaBDM;=*?/?& ^ku7HN#QŸbQ:82CѤ&1mQC?%p; h'켬;Zfob C<}Uq@xTSD dB\ds4J|$>/tbTCs93G=Nl<2F ~.rSJ+gǯxł?#B2#7OR^$Fe PKh&G I{ˇji <V?-}-% bl`z5 {x& 'jMKt3<VMN{d*IB*N`.X2vDLxIpǽocYV&yřMZ^ f].PC-Z^-<}長m2AAOaԪ48j5@ o-XMVW纲): Izj@YMw>p92 xi* -Hok){/wK}͹dW3&:NlJ5 t(mĢDę)}᤹H&1_e^|!8YîkY2ĝݮUBF`|ڶ, ?p`) ˘S`2Rgay:x|ꊌ|gkg^ \"eٝ+ 0]RJx+fT>3kX٪I`(e^6K㽲)2 & b'bn*T Eo>kd߯\uL;鱠ނ~Y,@vlOjj'phVJ 4_ّA(:sM:B:'zR!ԯ\fBH ׸:~LƆ 9ZKxh "-=h"UAAE;`+$L~ uŽۮs0“TF)ʶ>*^gO;! [&-ʇ+|c) IK`kn-tf)k!HT)='-т_ $mzcN*H7AS쨝\l~[:g\( &QOǒ qH8yJUXe1U)P0KEV}; vX<"˻C14,%Kwdcbs./ÒՉe 4G{Ȟ]ky?;waKN.jA4Y'YE  iKLE^j! D#zrӱB"L9%Cv[CZ xptIPmF| mZQlPc+R[\ d5X$jBӬAw2g- %}[8 ר =3,5)[W{vޑu0}Q,;U>>gm#d.thGyk_1o7uM{o`٭4v_;=!Z'P4kC8ﭻ<_ML ˿gHo0an ( A6|\ud¬Z3GNl ~C/ءg'XFSo*rDypp8̊b)n с XѨcU5RX&I߮Rh%&sg>3Շ|`͇}^Qa8hU >SIC[R1L4˞!n5MqK!;YlNA M}tI )q[6OXgG C+?ՀwrO:}/䈚D%l5&vFI1{4Iduj&,"D8@ʨ3JS4CoyPOL#YOƙvspLj; όF#:l '݋;f]YsjZ!9Lr{p爛SʮW"%d$?]aF#u~R}.Z24PKnjP\(qHKS'J_A @Tw9K_n%'G*Hn^@ 2!_r ᙯD j=&Mȣ @3v:iz#L`%W%?^Lsb/xqv#n01QFHԦ|2.nt+f#d=n&wF3(tڠ8)jkc)v362ݹ% Ζ{'#we,61Ld_θOZ)}5,Ÿz@yml[슮k"Oq̩So6[_?Z e{>! ; j{A 5iNgQWaJ;.x Cq9wj&Ow$O'jCf~|ݬZy*9јy;(Qgޒ'Zw'KDbڂʍttrR$нd]ǪTPQlG&NV0ܟHEG'3el(܁{'7m]Z],SBMͻ[mscrJm]T6lPP;Om 5ŤTH7S0 ]AIm86"q0cjA<0zx^YyK1i䭿#Ȗ [\VE\BX!7Z4 sl۱hBjhh*6[q)pJ%H!QsZ*QLE_귺g*+z/>kjsw7{Ĩ*1RU'9[~?N!6A1@Y9 ;Ё驟(v!,ȃM33 (!硥wE!2zQu6HK~Q/gݡN#m+ܕGWμ9a6I˞3A,)x>WߜgDa-pF}N!(6\[}K8`F[YqrkXBa$zw~Hksmrv ]7^'Lqt+%<8Bnl N;>ͼbY.FPzMbXu޶f|ѳ'#Qy1i7&ug8{?{ehXK]َk#;C0S0l 0N,49bvibHpX?] MՏ<1\%ԉR<1WH^nV'twXGM:NV-U<[Z ̬{/ak߆5ڜ?Lx _yQcN*z ݛ9/Pz=nF@uM}6{A6L.Y`hF,D 7Ae8w#LGB =t4N_[~ƴH#} :I<]IJw ʷ=`muyΒDKpЩC3̼O`ISnUdeo>! 7X3ֱ+m-B D4g[8m9^Jʛ\__شQށ J޹{6㼠FdJujN!uY_o$UJmcf?}c #oҮl't{ք;0ޛK^0vƪ .y,O#dY|-#7ZaB%'VƄ[?4 zсuO?@0ukٞ7V7}b9?4w.?*d)-!ܛܬ(E] ~.p Izj0 U(Pз!յ4岂v; ̘ۨ)ST.Mu ܱ7S'8 -Zu@#1Z!5t Y_z2+>Sjxșs5H"$&L1u^\GrB6wޛ G)͓W-\Ė\% R%~QL!}}0JuW?\K~Ԇ2T#F|`Vrh_CoRL5:2~% m[^3bX&zj)ȼRPF>qk@]$4n\٘XVBVrJ~i> O}CTga*םA3)~/xj0;_#j| |iD5vc\uqhl0, IS1t,Y0va|9Wb[YR'J?_ǎ8'j[fyoXC0$:M0HLK-f֯=ւem`y !}91-O5hdt rpX34KG(H,% YkR3sw Rm^Qb)ErQ J+? Lg|ljƛ-IhZTsɫ2Dz;g0z]Kҗ}+<Ȍ.mhKfuxljGS\,dž2,E0pesO@38~=ۚF(c%{\nj?Lqm?{ PSq\6,'8oh RUcƻ1e4fMCVqIJMUݔz&Aq!"t@0HYRtGOaZeةF_­$NN@zT5$\[rS _=T(tW5V2\*L,Gn8 Nn!4XhAH`tLTZ4lVJSƾƎ{t]<W:ƻ'GjK*:L )WOF0E2xG1C2Y=J曣8=0Z۹:ۈ@bs=s{p?!{f! 5@~(lPfue).竅<ᘢ+241 ߂Vp}tƿh&R6͡`W? +EzTwp0^Sܰ>'m4֒UdF0R$@;BlkEEPsQb-A 1zɚi#SK?T;+b`BV鴍Z;u_tq]Ba(7reL: +@\׉]c4YN'g0Ƚa[ݨ%+* /6k)N8skm͉ˡoz8(c|i\Հ!prQFH*Ww z*3 WG"TBHIgu{lx A^v4y^`m)d0Xs܉-/z{s#9{{gK;/s~A fLsavӳ2e{atL59nW\k4TuA%!нw9#Ĩ$t}:~$;sqO[JmY`"njEW/Lz{)cn ^ +t dIԘvEz$QqᴿSmT(t%۠D{+dYoqZV7&C? .@2 t]))dsp jHcLMhRf^>L4я`e"s 뢸L?(5>|K.n SJ8lَ{}(neXMf/]p;B!> 9ըʳP(PuKSۖSN('1z3= uDU3uMW]يv>8Mr1 1忥X\FX*pO44#4jo_nuQų( Kʵ= cw մ.FE' "͸}QOܶ¨m0"zpi'S|g=}[mt(s$Bz{ݗksg Lfz+|ctQϜ C6JNjb:v.[2G YYzT!`J P5 Z}hAO:rdmP `6$7ǵ?HBaڡ}(ɇ$pJGacWÜX3 M$-4 #@4EiO7ϫY'󒠩BnԪ҄,D6jډziZ/ ieʶ&_غa4ԳwQ/VBv4pO%G235!ŭy`9`y،2no7h_`:qd 'MsoV[nf^Qj(0o+F5ӭqvk(@۩"xRA3^Mj\[ {U|:A&44 &EH]n\6(/eԋ3d\f˼YGVۑ$dǚ/?;*5 7'K-h['NK؂Ϯǹ}d`CЧ6)G\o//M:p;5[-vq F/ ȁU!N"U+k/dMGyASMG?FRHXpҜ:3{ '΃D;+LƦoe ACee]9<^?̔8ICo|h9 ޓe. Vg "aE;]zư_c\%_eӚ/G_Wwg H" . qVc˧=< zrAswI5>(^EDr;< xyS&sb]s)@:IRbJ!Wxw>s 1j!t6B"0CeR`Ψ:wTtgewq8QB~.[XG%-' a=I[PЖ;ho7[:zF!n&Jf{/a_?"57tN#}-~D*7J:\ت6 N2b?H2䆆ey]^W9cV4d-5/ Lxs74Lrץt5tG8p!fH{i2Sw|qlTtQ*־k>p|WQ[/f܇]g&uOޙ F8#=pWӸQc ӡF{L5))6Yz&5L$fyЈQ=(hT7h~1^ǪJ`(Į}+phd?Վ鄺 (z)Håbz^8vDEthqY|2?vӪ@(Kh/ViUS P}c޽/hgV{4 tv=EH'>O5"G~~)įa@[j[^{o Ď$̱+h5 ,5YxLrܝ"j5o@4UlU-5'Qnoqgc;6Z!u)j9Pe-͆IҺ޵-hA9v7 "Ojl"l2ӓGQk)Pܼ`r4Qfʆ焱~f<=+ҙ] ^ n ~ђ NUs.pa\ZH1j蛅Mx9\#LtW؎Y\e&#L`"*gK!֐|,msj;tcrhmzÓ|Q) ~b}\6K3)pAT όná\v_~qzxc>ɝj[?2D E~17 ȧyH$D]l[{Atd{y?/ Ϗ躘4w61 QK۠ŒW,5$=bVtE*q3,9!Ҧf0=67 'aW]7.Ez"Hڬo*zR$ZZv4E+QXĶs\y^'U_Q>v䲀 [d+) &ig{D Ɓi /ߨ/ <+/0Ga2\0{݊M,1qe -#yY7By1"Ҥ;#/AW[ߡ-(BWଞrXm;+gJZᦵYpFoCXyw([BZ,P>YF@X$fJe-V: Op{a\A>1}$r3"^SUg/{B;.XCITC=O^$.Bgmߩ 0=t#BqK_ v9&\6I˒^uPWD}*niLoIa˭;IO8=1\ddq3wZ_ kERKZW.&s髧W@| f2";Jk{a}u#6_~6s5>"36:a>5_VTZ8OQ=w(\f6(aB55b+0s欠1&h DĮOZk~K`ADpNXfs_2 Mz=5НQg6ps6WM,uJ}1lg۳DlZmȆ@o 针cwUa[Jl܌2lMY8ÌG Q=9Hȏء"V;LՖaɼX6] KN aI4V Jq $kuj5A9 NhY!瞳 e0TVuY@W~ISKvUx+R3 $ (Y3X/H)hwfǯ\O`v;+z5R1`Eh:W{cԵP!w+S>/G7I&id4Z͒se(&on-x eumM:8U #0#]A~%LV2+!O-t/DNrMXWUFG EX%eyz^n2`t#9#K-&{=2o<y+\kf߿I ,ߤ^?2{T+я86nbzMXH~ȿXƀZ '>? HECQ.ҏG 0mO3;RgR6&#諩;Z<숃 MlzѴ~v,̶2S[թ _NEb/2 5YpdhrmfeK(/DG‹E]qџ˒ sAY\2iwq0Z?kNN@Fk)vpS1|;?gieHn"_=Ҁ^ΕgQKuH&t[R[ZwDS,Ycw3ner$㪁?$=gףhpr &'jTO])Ç[x!xlM<_޴;DeST>nGf$.19Jz/>ze Cљwk<vҭ_-[z ~V{%ZEj-f?:MEYcT{6uw<8H%#,hZQ^G:z)EE{;ݏ̼ᰊUܨbYH\(,}°`Ow2* `[ 8ï\Qt6,j%atoR7*AdNꃘܒ֍kvr*EpFfpsGߙ+wxS<Ӳ*_/` ]/HL>THH̟MpcKX3{79z+2ѮйϙoU"j: ͏`t6ME*mp4Ys|<I1WBIvԵVa, (FWk7X||tLz 4%5p8BlAskO~h%J 㘊sVGT}+j\CB~TY{ OˌBwۖ߀]lfKiѤa0J:Hu슽JgQSr2 v%%<ɚLj†'6Y8D(˫'[S9R*Ia5 Q0fG D 1mia.*61Ëu' y"iyZ{InVJZXG~"ߺ3Prj^vYN3i.YEZ ʺ2r'[9JIA®SLW, WfO<ŎSdƃ.)\@ `d,I&˗CC]Tn5?2Ng !4|׽]~𴡫z6cmkwL#ΚE%Yݜ(A"|"UzU?OX,'oQRr<Va^iXz |JT~=ut=m=-w] eGWE&-&lg\bC@hv8#B[$c8iF soe\G|Q4Df U y?fAFHP*D,Z6ͻ5/ꛕ\l_ljBaBTa{xy(<6:"pY|02{*#99rOx*Of dLH d M*NT&󍐨1hŜ@4SBbVϨ`Am4dX7̃C&ܾt GTa/L, bVva`iy_=zAd>^s\V~t$x7'Vړ$U@Zuހ883H6µXٻ foUHѭ+1Q*Rx[v/>Y%1ev(Ae‹{H Mfz*ߒZQ1=ԑ|{m*$ݫxxHmH޳ {1d IndLa>T]5BcKH1>C:QOŸ0le!3:ˇ HVaC<6-s\i Y!'8A c%aV9psi_ݿwz]k7<8׌O̜ؖ!7%4?ޮb+9ψ 5Pc vIg7~#_AR#[E?m ɴEbKYQR;m47t|{*l ?T{T4ï ZH0tsPaBirΒȕ oZf}CJQ9H(GE 0Gɧe4c4K3ARx+HSv`8H[_KLdNw8)r1rcNn"_2*]g8 <3'䥦 jt>/P$L\/^'m /MYLnr3A]#7xr G"lWßk/?)$ʫ$ym[B7ЇmZW l}ȗs pY'yFQOʯf˳i+X2M]{w5]z>ipu8e#VI"5.d>B(xM™^^C+ve'i=)1Qbg&d\7zjf-3+of^S*o^GBkiy#T6eOIS $Ye:G9W1]{VP&oԷqwp2ڈ剥MWU|W 悠;~&5ҊcLA-]Jy ˉ[46"fVNhW 4 Մ5kӱ&CC?# gnyv(pD)<[EE9ڠ"DxxO>&N8)YB&^>^~/mdd{T,(շŚT3[)}'6W ? Ɩ? = @']wxx#?,f%Xh\+76nDђΘdGj$ ƹ ׮ӣNWSRe5r-ΜBUJQ7FA&zTUSGC8*r?*I$`rxQ*<(R=CV斈!˚_y 3 |=Kmb#^OR=k"|P4:._.pm}6K5>M,lr2lgwi˳fJ;cj~ص[P,iP.1püa72W_m +c 0V^wz1 MsVd)4&8KQi/b$qcߩ./©wy0W`XQ80Sx8,HGbpm(I*"XT1]LU%j\9!->ahoOQ΀!_m[]nN=hNM<*ippz: /qot_)%d0ԹG'=_Y2ڈ@9JZ>:#k}tZE<7&ۈJVS@h6wRxK륃VSƊm{5 9Rr =!?X?l^Ԏt0靆v~ܑ*odBE.\yLQI䟘9 IPt/d$E@#,#iӐ/Û) 47n>!r|fKI`s=qpcFe<.SZ|blxw"VD,ba6EPRҨ,a%%'`0KAWZGV!!v0̈xd8/qם͛P$˖9z? ? i? "bֻNq f{T%?٣+csdDo`DE4C'(!?1 H/ ,nFZ#dfqa`}k`o)rUطڰ@bٙdY<8Ͼ`4zPkxlr_[W1!ҲhznLНkZl`R: OdQPX K"^LU{Dn>Ko /[JnSVBJzf7#SZw8'%@7 e]iy~<.|lq>{l]S+}eU t+WL#Y 1QCrt:_2l %X#Rj.*Vŧ PѠU~NbqA'EKOjNYS`*Uɪ LN]Y7uXAr:4=^]^K.jV*[c^ܝ>}ܕc0SPN%O:4d>5Molx籉kwUs[)`{Ύ_ඊ(&/7)xn'\E;&y 6Λ4bLJ涾X@@%Qf!?Aة* =344n?&H/(rBbYnQC6Cu|5?8Cx| `G~8m\dI򒭞%Z%gei®xd ڐ:_Y)3*2xٜ^|%Ӱd3Jv?5ZLHBf\'<3Qc](z$RdB?uT{~@sfLBjR]\Dx$^qj{.蜲$@gJ_^(=s?f3 杤@{f7u_jC͈F0GZQb_I͛~hU0T=UXsUs`wo.wJ`6>I;$t`Ƀ 32 n2=hb( #3oxKH&ޭI)(t;iOjKZ[ɪP9"FL{K58shJofI0dce?n^]\omDbR) }B`9o˭RSLK3_ Ƕ'khgx2 Ūى&h41{&GhU-pt6+Df`qaHpxVw**x R7uv'#Lh-$, C扻 ABQ;acBDUgS7x Ёo3 &=Ph/` bH\pT.E2ՅoO]ho#*2Z4SwBa l>$&h\Fr'@m'Jگ.H1xʜ _s8ɂJaK7AZl}cY %FbY|ϙD~/ϻ6^F-DWl X3ԯ~fUaDjltM8F(\! _E QIsTiLIP EC9 I5J3J_"Wnn[G*o/rS6$ OQAb?^ɔ8Y̫yw#?@s*&`܆($۸1F~(_:e9s- 5& ԉ[9_tք%;KECa4 /XnrbF$7H#'C{Iapt-J:_0Y :S$!ǓdM΋ViErB**Z9I"LMyF~YU+w+iԍJ9q% 6 ʜ>"[cSӤ^zUb ,e]D=Og"4{¥Wy GXmŏKӤ!tFU%b&UiXF~!cysj2ͭBxz\uʞa";Fw*N(Sj[-7`?P]@:pkY~>\Ts.qv쪜Ƕ}().p 1GTeٱQ_c궘/~Ǽ* E5n rjÃ-lZ!m-YY]r"`86:WԐ1ߡw ͚՚[H},sR-q~ Rج,Ap?_mkңy74;T-Fk̃W-;2gtlk?kmוcݫ|YU\G`;1zZ-S+Sc q!Y3Wx~ۊՍq2I l;(3rq?ӜDst"= {  1E=NaD`aC*տmm?j2]nSUYy,8s@> +?MyCyI˱e:8}aT]Os@\IbsM+Rn2W{S^69}kLRnl9$% ZT*?M<:!&BL:ˀxwA=oSx\&)0|M&ђL1.+FrηTZ &݃:QXRm}jgQ  Mq0OOw0Lb4zޅ Oħ{n!$BlI5'+^%?m/J2mgi-^JuS=HI ^yR У4[u^Y9ţ _]~BzU}"Nw3qʘڞ4K6-Fw ofS tޅ~䭝gpWr@%}f"uZk(Ɉ]ƛ*p̙j_/SORiIԍ3x~Fro" B`R24j|9|q1Kss(k lB[O7fU`Ճ:%?2t}_ǒ}|*Jؑu_Fm Ef {Addt+RL0?aԱNGȕ88g%{d haM?QmlxUo4 Ӊq:Pe1*/cH L^""uL|,!۾!ӝ[v2݂hboAgw`t#bћѥ) 44J`tS`ɨQ9'5K vgC4N){x|v>{&$v$"߸rxȓt˶ggg ;>gA;'-H L(N5C[Ij[ɺMSۢH;lF_zc>| mH_1㖙2;UQ :NTfQ4R>~fW%Ǚt}Z\"x2yTc_W3=`=IYW=lj?94Nޤ`(R/!|o0W<ֹ5%ib$VA5]f̓C'Jh. UX/s;1S&ɂsZbl6'_ŁjY;YUW񌡲35Ww]vL$שA?eb|f܀˫*S.(ѧANfmbv{{V%eqYo"=5F +GmļK6wp64QtSCƓR ?TkƔ9Hu9dW| iP5oc]WtԉzS0A@`U$+]hsw7̝jr)!f9\*2 mi&.e_"G7ik08^EmOA+*T>N8[Z^Ja 8|.Ġ&3c8ɖHRB޿ w8(B⌏(Ɔa'͋N5N?=1QOfGr.Mt] $zbᙬ*20ݿxDՍ+t#ed lbU>e`aE5p{FauWg2[la=%k0 &ZZ"_w(꒙c7׳M c+;A`[ɅJנ!KU( iQxZuuWxd(Zvo(Y7X236WP֠8Ìnmy14 $*?HOɥL!bQ@ "/%U"0P48*Ce}s9w[:P̐&꽶f2y6Ne1?\qj̵|d{AcXވ4o]#KG0aUՓDȫYuHǞ6%\Xp3|YaX ^#u {v7]$WVEת9dǬ2@`A$G[#VS {vkc*{CoE/s_BTNW:L"=63jv2o]dj4uVs{yFb,7f.nW+vȸ -G4ʤ:ځIUi/n/iq "tUN hlpQVʁAD0wmhWJ؈sT +V){Ӄ5bK:cp="AT>Q؍5]= ZoE$"$!zg>>:N,&}/̟ZUߍo^PZoNN^7Zc OUry;vJ|f;KaikK*gy6]3o䲠%6}\'`RwT3nW%3nh#=GWu?ej1)?V/jQ]4HYc0́/zڀeT>6 6~A=ԩ#wFD9DH~4OTI=e3˓krS &rxЄwE-M@JPI|.F7v>~"ޤ[c7 v'NqP`q^4MUrzXP@=CO:eoWEWy>0Xy/_Ehp *ʴ r`+}$g;Wp+X'"9%b^'zS(kcdz` XAhgL_]>{QFަ >`M` <qDB#QE o LsTnqKId^[?`Lǻ/ŻMR,^Lb6ةw^icET*GH~^3 7Ᲊc;ꏠk»LZmWx9Kg`jsPhIVAKcLU[!?T;y5F&& Em|imCllh];>5ٚ(X%u 56Z]\+X~˫e< LbEc mōN4~1f!%%Q8*LBsmOVjIaz\=ۜ$껵6DVrK),ǁ%Ӕ ]^\d0ݽ)G9uۣ˟X~+F6G;#_R 6m˹ǘg&fYAuٻST>ޅV1I /#W"Tzk@ĐC\v('%ax! _Y_p}3Szp3cIKzAUΣ*ns8)FIa0 䱣2s-`U"DЀI&_b֦_&et)Y`KCYJ0Asz2;M$w, f9R!exh{ZܛL[uY2D3Xֽ$k襌9r7k~im$rtߐD4L> 9R\Sⴋn^fvkry:2ا_z~B][UCnIնB5-l V{;M l6 \lW],^bPdc.k=qhz5zl)R`?xi]m$+Ը2v1*sUi#?dғbuzHvѨaß/8(9h l5^us4kkmGm>9{Z[pl0;VAILr&Cy$^*6Lem ^ 'zimAח F,a;GϠrJ"З$1끳/ $=kmת?W u@q)ߺ bғ5-|RH0h P&6biiʳEA<;R6z<ʗwnngҤUX-8[܃mc%͝(,EYcXXӥqɩ{pc/&zMwE.'zX ZםVۑwVNwKn=#P44A:-FvD-m-r_a 7`]Wi:UYèpmB>I#Unnja 'wSԶN JA"f^/t<1(BRYv+Z@"ny\a3fLJsB 2lE4%Dzͱ/j:{ER%he}f쑟(m,k3k;`cC!+H ]Y`oyo'ZeRV}Gwů'Zgn!4tbr!啟eF۠yFHC yJo8Aʇ4t TY*>#dQ T۽8V\hYYM\JHQVKqէ]XLm4WN熋%[I3HĞ*Y{+88DXWԈ]-lWGHFw5;>@y )y:w΃~>oZ5JPKM (k Z}y(Iyƽ W n PyU=ʻlUӆvhuo6P#9M$.+4^d8< .Φe \Lo+5Gsɳ [Bc휍#9!Z+T1EPKS>hmw˂l#Ciܓ@@*jYUR!l%CQbx;U0+Nfý.nSS 3I-vKG#.13i+ȂqP9iLyBز3hOn}v{D^:ORUIJO)Gvrn!K""ڙcj"mi7ј(NZxX(IJ/p`D~Kz&%hH mX;hStiueJ9ԲG\"??*S$P& rrķm]o%~@9`;kyߓRXL?xAP}L7ж5kn/9TV-TZZ,ƿLCrRw;U+HMDvuxFV=ZE1Z[zR[Sihx00D8Nl;3f"S@{ nם+nnm4xʹ{71-ݷz[_Ϫ$O \2@^!ɟ##_xʕqۡ  PQ5B5܋3EߧCG\, hBc~kAi9"6hʹB嵦tE_(' ylΤg7î&||0@E?[i2PnuG٤7#?S 8_͟/kgDEJ6!L8Bb}{rH{5̌U~ǔg 3F [_SBCu{^h[OJțct9hu!^x31ںn4#N ,) 9׽]E˧,KL$Mr|CN{11_ҀTJT'78F;z=^2ǃ>YX栀eL`Z7RVi큦ZjYPWo4Y%>Y[rb1V޽,[qZ wD-˂!! ¥jsElB=A@LM 2hG@:zB70ì`P|tV˜KZ\_(K6-%QXRFVPOHĴYhq\QpppJ_ @Bn̖iiWW{M%H'Q^y;RPۉN2^o&'eK<ĺ`,RbB[T4*y~f8.@XWy$s}7l. /ai#UΧiB*wd]QD\t!. cݹN@BK>1H$oyZsuCG!ÛqnN-FO娃^ڊ,sCcpXɜ D2@_FӹxQЭlgV.OM"O/4?v:hOݕW9#1Hdc\% Ra @p! VƖ!a{z$`?)UٴƯ(?f89n?{pyA~ ]!ݑ{(#:iw yc|HBWI(oRewՒyV>\ɘqz:1GUkx4 #BqHw]eȇ?Ef:I>ՂI+gEN7VvK\(~ȳ}xz "2^!s{?~Sťbm?vRrʖ [.}k1^>z5􌸮4o!Ԗ(oA=zk`V%1 A)|_4f#HiR+3nO7+ `LY`ZH'cXxFڳz~p=n,L(7[ gfTVxB]`9Xh&b2$-vHSdu zH ~Hc~ͨ9谲꣱; sB5Zr4mpwɰK&mҏ:~¶&yfAc}%Q^rR3^e0M[PXCzy=4d[mȿzlYPQr~Lms dkj|HCj}=غ3 |/׽HOpCj:Dn\M=e4ƷnIp*'0q4校 X8{-1'(4e;Yյk?ٓgq,ez`O-46d); QkNg3 =5^d ?LU(wcf OGȡA+By ` 9 %|#66!vף1qO^S䅽6{6U|7tRt wL }J| vͣ˖ʇ'Zȉ+ml+ԒtGRWUc!MXUOs6|GhЄeR&(ZE E-,S7S"H((."1A}i&M.+Do J)(@tU9%9ThagM`M r!?/(I#<*9ݜ> L0C0v:-c @U)zj@NSE[.Ú[XIS[!0Tw;LS^X y`XN޲>q<8ooIpt/Sto%#QU( ' 5;1t12LYO;%2B82|ꄸPje o!.a-ƥo?29,uJAG[('3b' uy5a7M8JHvu Ю\[5Ǔp\hiaXcm|D={3?(&RNpʄJHn`u|)άd-%EMuduj*Le Xki;Ki>ݧfǴfQrcWH< 2{N3 &{gq/Y0)g arf(q(|;.$h=&g͈5?r8(Wf-7/uf9zq3&J( h$7sf6 boنLifuS-}u=f#KTﻁŦK6JC[ WS#_0F;Uԯ*h =>3yg9+7U,=w;n؛5[dxj\YbwCNXe6_}KA>lѺJ.}Í>DS(9 o&=7B#Q~XbqN Ϗ^W~Wݫ.+: "S6o2 Q]y8^T~o8odwWMU)6GbyOX 8JI:1.hb le|jݐ㚥,kr 4JfI )?; (#\JMՐG3s4=NS0M wC^u)E× 97Q^Ҟո]|@O)v!(/[@R`a͒X所!,RIl-ttIo*>26_UTx.D@R{@Zqm A9Y;N-诙{+!\i}|.IZXJ]4y=V&̌bCX)˹q.ߪT"N{׷ͣ4H#I;9T M O%}G\ukDsEOD H%1#H]۰%(ƻח~= ϪUDG8m-ŗ$Q\>gɨ{x^6ٮu0'K~՚%}U fQfyceNƊvʦ[ ]I@}ӡQ^zɟ5ss7vd)PAڮ"m?4bL7440k-I!We >"`,38ϚCbJ+-\rvK[R#1wS2nB:%SXG*ˆ};a@ZwV{ ]//х3uZ|RT}"^ ^qDCFU[X05KR"IGة/oCmO2K { KQ>:W%H2z%Ȗ _mJ7 z"I;˻l*[ 3ܲ?EBN͊o_CSRdBA +U9,Au H:+jF ='@$BFDgXwH5Y`𯍫DaJΝ.ҧF\hdž^f-#*D@Zaw keob1'ڏcIlM̘Ng۔A!SSt VBu؎tG\x] ښ䨉 ^y] "C+w~$l1x=)o#<<b!;*HIccHl7%ZخN EtxU1e,e)\K+iM WT4rީ39ueetIWBVT,8 7@(X]Pv/|qEX7 |#wν YZ