AlkantarClanX12
Current Path : /home/thanudqk/siamfreetour.com/wp-content/uploads/2024/02/ |
Current File : /home/thanudqk/siamfreetour.com/wp-content/uploads/2024/02/fast-press.1.1.8-1.zip |
PK �uKXJ�x x fast-press/404.php<?php /** * The template for displaying 404 pages (not found) */ get_header(); ?> <div class="content-area"> <section class="error-404 not-found"> <header class="page-header"> </header><!-- .page-header --> <p><?php esc_html_e( 'Error 404', 'fast-press' ); ?></p> <div class="page-content"> <p class="cont-404"><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try one of the links below or a search?', 'fast-press' ); ?></p> <?php get_search_form( 'search-form' ); ?> </div><!-- .page-content --> </section><!-- .error-404 --> </div><!-- #primary --> <?php get_footer();PK �uKX�f� � fast-press/archive.php<?php // Do not allow direct access to the file. if ( ! defined( 'ABSPATH' ) ) { exit; } /** * The template for displaying archive pages * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * */ get_header(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main"> <?php if ( have_posts() ) : ?> <header class="page-header"> <?php the_archive_title( '<h1 class="page-title">', '</h1>' ); the_archive_description( '<div class="archive-description">', '</div>' ); ?> </header><!-- .page-header --> <?php /* Start the Loop */ while ( have_posts() ) : the_post(); /* * Include the Post-Type-specific template for the content. * If you want to override this in a child theme, then include a file * called content-___.php (where ___ is the Post Type name) and that will be used instead. */ get_template_part( 'template-parts/content', get_post_type() ); endwhile; the_posts_navigation(); else : get_template_part( 'template-parts/content', 'none' ); endif; ?> </main><!-- #main --> </div><!-- #primary --> <?php get_sidebar(); get_footer();PK �uKX�r�vZ Z fast-press/attachment.php<?php /** * The template for displaying attachments * */ get_header(); ?> <div id="content-center"> <div id="primary" class="content-area"> <main id="main" class="site-main app-post" role="main"> <article> <?php while ( have_posts() ) : the_post(); ?> <header> <?php the_title( '<h1 class="entry-title" itemprop="headline">', '</h1>' ); ?> </header> <?php echo wp_get_attachment_image( get_the_ID() ); the_content(); endwhile; // End of the loop. ?> </article> <!-- <div class="postnav"> <div class="nav-previous"><span class="meta-nav"><i class="fa fa-caret-left"></i></span> <?php previous_image_link( '%link', __( ' Previous', 'fast-press' ) ); ?> </div> <div class="nav-next"> <?php next_image_link( '%link', __( 'Next ', 'fast-press' ) ); ?> <span class="meta-nav"><i class="fa fa-caret-right"></i></span> </div> </div> --> </main><!-- #main --> </div><!-- #primary --> <?php get_sidebar(); ?> </div> <?php get_footer();PK �uKX]ܹ� � fast-press/comments.php<?php // Do not allow direct access to the file if ( ! defined( 'ABSPATH' ) ) { exit; } /** * The template for displaying comments * * This is the template that displays the area of the page that contains both the current comments * and the comment form. * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * */ /* * If the current post is protected by a password and * the visitor has not yet entered the password we will * return early without loading the comments. */ if ( post_password_required() ) { return; } ?> <div id="comments" class="comments-area"> <?php // You can start editing here -- including this comment! if ( have_comments() ) : ?> <h2 class="comments-title"> <?php $fast_press_comment_count = get_comments_number(); if ( '1' === $fast_press_comment_count ) { printf( /* translators: 1: title. */ esc_html__( 'One thought on “%1$s”', 'fast-press' ), '<span>' . wp_kses_post( get_the_title() ) . '</span>' ); } else { printf( /* translators: 1: comment count number, 2: title. */ esc_html( _nx( '%1$s thought on “%2$s”', '%1$s thoughts on “%2$s”', $fast_press_comment_count, 'comments title', 'fast-press' ) ), esc_html( number_format_i18n( $fast_press_comment_count ) ), '<span>' . wp_kses_post( get_the_title() ) . '</span>' ); } ?> </h2><!-- .comments-title --> <?php the_comments_navigation(); ?> <ol class="comment-list"> <?php wp_list_comments( array( 'style' => 'ol', 'short_ping' => true, ) ); ?> </ol><!-- .comment-list --> <?php the_comments_navigation(); // If comments are closed and there are comments, let's leave a little note, shall we? if ( ! comments_open() ) : ?> <p class="no-comments"><?php esc_html_e( 'Comments are closed.', 'fast-press' ); ?></p> <?php endif; endif; // Check for have_comments(). comment_form(); ?> </div><!-- #comments -->PK �uKX�"b�r r fast-press/footer.php<?php // Do not allow direct access to the file. if ( ! defined( 'ABSPATH' ) ) { exit; } /** * The template for displaying the footer * Contains the closing of the #content div and all content after. */ ?> </div><!-- #content --> <footer id="colophon" class="site-footer" itemscope="itemscope" itemtype="http://schema.org/WPFooter"> <div class="footer-center"> <?php if ( is_active_sidebar( 'footer-1' ) ) : ?> <div class="footer-widgets"> <?php dynamic_sidebar( 'footer-1' ); ?> </div> <?php endif; ?> <?php if ( is_active_sidebar( 'footer-2' ) ) : ?> <div class="footer-widgets"> <?php dynamic_sidebar( 'footer-2' ); ?> </div> <?php endif; ?> <?php if ( is_active_sidebar( 'footer-3' ) ) : ?> <div class="footer-widgets"> <?php dynamic_sidebar( 'footer-3' ); ?> </div> <?php endif; ?> <?php if ( is_active_sidebar( 'footer-4' ) ) : ?> <div class="footer-widgets"> <?php dynamic_sidebar( 'footer-4' ); ?> </div> <?php endif; ?> </div> <div class="site-info"> <?php if ( get_theme_mod( 'fast_press_copyright' ) ) { echo esc_html( get_theme_mod( 'code_copyright_text' ) ); } else { ?> <a class="powered" href="<?php echo esc_url( __( 'https://wordpress.org/', 'fast-press' ) ); ?>"> <?php esc_html_e( 'Powered by WordPress', 'fast-press' ); ?> </a> <p> <?php esc_html_e( 'All rights reserved', 'fast-press' ); ?> © <?php bloginfo( 'name' ); ?> <a title="Seos Theme - Fast Press" href="<?php echo esc_url( 'https://seosthemes.com/', 'fast-press' ); ?>" target="_blank"><?php esc_html_e( 'Fast Press Theme by Seos Themes', 'fast-press' ); ?></a> </p> <?php } ?> </div><!-- .site-info --> </footer><!-- #colophon --> <?php if( get_theme_mod( 'activate_back_to_top', true ) ) { fast_press_to_top(); } ?> <?php wp_footer(); ?> </body> </html>PK �uKX��"B B fast-press/functions.php<?php // Do not allow direct access to the file. if( ! defined( 'ABSPATH' ) ) { exit; } if ( ! function_exists( 'fast_press_setup' ) ) : /** * Sets up theme defaults and registers support for various WordPress features. */ function fast_press_setup() { /* * Make theme available for translation. */ load_theme_textdomain( 'fast-press', get_template_directory() . '/languages' ); // Add default posts and comments RSS feed links to head. add_theme_support( 'automatic-feed-links' ); /* * Let WordPress manage the document title. * By adding theme support, we declare that this theme does not use a * hard-coded <title> tag in the document head, and expect WordPress to * provide it for us. */ add_theme_support( 'title-tag' ); /* * Enable support for Post Thumbnails on posts and pages. */ add_theme_support( 'post-thumbnails' ); /* * WooCommerce Support */ add_theme_support( 'woocommerce' ); add_theme_support( 'wc-product-gallery-zoom' ); add_theme_support( 'wc-product-gallery-lightbox' ); add_theme_support( 'wc-product-gallery-slider' ); /* * Gutenberg Support */ add_theme_support( 'align-wide' ); add_theme_support( 'disable-custom-font-sizes'); add_theme_support( 'disable-custom-colors' ); add_theme_support( 'wp-block-styles' ); add_theme_support( 'responsive-embeds' ); // This theme uses wp_nav_menu() in one location. add_theme_support( 'nav-menus' ); register_nav_menu('primary', esc_html__( 'Primary', 'fast-press' ) ); /* * Switch default core markup for search form, comment form, and comments * to output valid HTML5. */ add_theme_support( 'html5', array( 'search-form', 'comment-form', 'comment-list', 'gallery', 'caption', ) ); // Set up the WordPress core custom background feature. add_theme_support( 'custom-background', apply_filters( 'fast_press_custom_background_args', array( 'default-color' => 'ffffff', 'default-image' => '', ) ) ); // Add theme support for selective refresh for widgets. add_theme_support( 'customize-selective-refresh-widgets' ); /** * Add support for core custom logo. */ add_theme_support( 'custom-logo', array( 'height' => 53, 'width' => 140, 'flex-width' => true, 'flex-height' => false, ) ); register_default_headers( array( 'img1' => array( 'url' => get_template_directory_uri() . '/images/header.webp', 'thumbnail_url' => get_template_directory_uri() . '/images/header.webp', 'description' => esc_html__( 'Default Image 1', 'fast-press' ) ) )); } endif; add_action( 'after_setup_theme', 'fast_press_setup' ); /** * Set the content width in pixels, based on the theme's design and stylesheet. */ function fast_press_content_width() { // This variable is intended to be overruled from themes. $GLOBALS['content_width'] = apply_filters( 'fast_press_content_width', 640 ); } add_action( 'after_setup_theme', 'fast_press_content_width', 0 ); /** * Register widget area. */ function fast_press_widgets_init() { register_sidebar( array( 'name' => esc_html__( 'Sidebar', 'fast-press' ), 'id' => 'sidebar-1', 'description' => esc_html__( 'Add widgets here.', 'fast-press' ), 'before_widget' => '<section id="%1$s" class="widget %2$s">', 'after_widget' => '</section>', 'before_title' => '<h2 class="widget-title">', 'after_title' => '</h2>', ) ); register_sidebar( array( 'name' => esc_html__( 'Footer 1', 'fast-press' ), 'id' => 'footer-1', 'description' => '', 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h2 class="widget-title">', 'after_title' => '</h2>', ) ); register_sidebar( array( 'name' => esc_html__( 'Footer 2', 'fast-press' ), 'id' => 'footer-2', 'description' => '', 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h2 class="widget-title">', 'after_title' => '</h2>', ) ); register_sidebar( array( 'name' => esc_html__( 'Footer 3', 'fast-press' ), 'id' => 'footer-3', 'description' => '', 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h2 class="widget-title">', 'after_title' => '</h2>', ) ); register_sidebar( array( 'name' => esc_html__( 'Footer 4', 'fast-press' ), 'id' => 'footer-4', 'description' => '', 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h2 class="widget-title">', 'after_title' => '</h2>', ) ); } add_action( 'widgets_init', 'fast_press_widgets_init' ); /** * Enqueue scripts and styles. */ function fast_press_scripts() { wp_enqueue_script( 'jquery'); wp_enqueue_script( 'jquery-ui-accordion' ); wp_enqueue_script( 'jquery-ui-core' ); wp_enqueue_script( 'jquery-ui-tabs' ); wp_enqueue_style( 'fast-style-css', get_stylesheet_uri() ); wp_enqueue_style( 'dashicons' ); wp_enqueue_style( 'fast-Sans-font', '//fonts.googleapis.com/css?family=Open+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i' ); wp_enqueue_style( 'fast-Roboto-font', '//fonts.googleapis.com/css?family=Nanum+Pen+Script|Roboto' ); wp_enqueue_style( 'fast-animate-css', get_template_directory_uri() . '/css/animate.css' ); wp_enqueue_script( 'fast-search-top-js', get_template_directory_uri() . '/js/search-top.js', array(), '', false ); wp_enqueue_style( 'fast-Robotos-font', '//fonts.googleapis.com/css?family=Nanum+Pen+Script|Robotos' ); wp_enqueue_style( 'fast-font-awesome', get_template_directory_uri() . '/css/font-awesome.css', array(), '4.7.0' ); wp_enqueue_style( 'fast-font-woo-css', get_template_directory_uri() . '/include/woocommerce/woo-css.css', array(), '4.7.0' ); wp_enqueue_script( 'fast-navigation', get_template_directory_uri() . '/js/navigation.js', array(), '', true ); wp_enqueue_script( 'fast-mobile-menu', get_template_directory_uri() . '/js/mobile-menu.js', array(), '', false ); wp_enqueue_script( 'fast-viewportchecker', get_template_directory_uri() . '/js/viewportchecker.js', array(), '', true ); wp_enqueue_script( 'fast-top', get_template_directory_uri() . '/js/to-top.js', array(), '', true ); wp_enqueue_script( 'fast-skip-link-focus-fix', get_template_directory_uri() . '/js/skip-link-focus-fix.js', array(), '', true ); if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); } } add_action( 'wp_enqueue_scripts', 'fast_press_scripts' ); /** * Includes */ require_once get_template_directory() . '/include/letters/anime.php'; require_once get_template_directory() . '/include/content-customizer.php'; require_once get_template_directory() . '/include/custom-header.php'; require_once get_template_directory() . '/include/template-tags.php'; require_once get_template_directory() . '/include/customizer.php'; require_once get_template_directory() . '/include/header-top.php'; require_once get_template_directory() . '/include/back-to-top-button.php'; require_once get_template_directory() . '/include/read-more-button.php'; require_once get_template_directory() . '/include/animations/animations.php'; require_once get_template_directory() . '/include/customize-pro/class-customize.php'; require_once get_template_directory() . '/include/pro/pro.php'; if( class_exists( 'WooCommerce' ) ) { require_once get_template_directory() . '/include/woocommerce/cart.php'; require_once get_template_directory() . '/include/plugins/class-tgm-plugin-activation.php'; require_once get_template_directory() . '/include/plugins/tgm-plugin-activation.php'; } /** * Load Jetpack compatibility file. */ if ( defined( 'JETPACK__VERSION' ) ) { require_once get_template_directory() . '/include/jetpack.php'; } /** * Adds custom classes to the array of body classes. */ function fast_press_body_classes( $classes ) { // Adds a class of hfeed to non-singular pages. if ( ! is_singular() ) { $classes[] = 'hfeed'; } // Adds a class of no-sidebar when there is no sidebar present. if ( ! is_active_sidebar( 'sidebar-1' ) ) { $classes[] = 'no-sidebar'; } return $classes; } add_filter( 'body_class', 'fast_press_body_classes' ); function fast_press_sidebar_position() { if ( ( is_active_sidebar('sidebar-1') ) ) { wp_enqueue_style( 'fast-sidebar', get_template_directory_uri() . '/layouts/left-sidebar.css' ); } } add_action( 'wp_enqueue_scripts', 'fast_press_sidebar_position' ); /** * Add a pingback url auto-discovery header for single posts, pages, or attachments. */ function fast_press_pingback_header() { if ( is_singular() && pings_open() ) { printf( '<link rel="pingback" href="%s">', esc_url( get_bloginfo( 'pingback_url' ) ) ); } } add_action( 'wp_head', 'fast_press_pingback_header' ); /** * Header Image Position */ function fast_presstop_menu () { if( has_header_image() and ( ( !is_front_page() and ( !get_theme_mod( 'header_image_show' ) == "all" ) and get_theme_mod( 'header_image_show' ) ) or (!is_front_page() and get_theme_mod( 'header_image_show' ) == "home" ) ) or ( !has_header_image()) ) { $style1 = ".grid-top {position: relative;} .woo-log-s .dashicons, .s-search-top .dashicons-search, .main-navigation ul li a, body .cart-contents .my-cart:before, body .s-search-top-mobile .dashicons-search { color: #222; } .woo_log:hover, .main-navigation ul li a:hover { color: #333;}" ; } else { $style1 =""; } wp_add_inline_style( 'fast-style-css', $style1); } add_action( 'wp_enqueue_scripts', 'fast_presstop_menu' ); /** * Header Image Animation */ function fast_press_header_image_zoom () { if (!get_theme_mod('fast_press_header_zoom')) { ?> <style> @-webkit-keyframes header-image { 0% { -webkit-transform: scale(1) translateY(0); transform: scale(1) translateY(0); -webkit-transform-origin: 50% 16%; transform-origin: 50% 16%; } 100% { -webkit-transform: scale(1.25) translateY(-15px); transform: scale(1.25) translateY(-15px); -webkit-transform-origin: top; transform-origin: top; } } @keyframes header-image { 0% { -webkit-transform: scale(1) translateY(0); transform: scale(1) translateY(0); -webkit-transform-origin: 50% 16%; transform-origin: 50% 16%; } 100% { -webkit-transform: scale(1.25) translateY(-15px); transform: scale(1.25) translateY(-15px); -webkit-transform-origin: top; transform-origin: top; } } </style> <?php } } add_action('wp_head','fast_press_header_image_zoom'); /** * Header Image - Zoom Animation Speed */ function fast_press_heade_image_zoom_speed () { ?> -webkit-animation: header-image <?php if (get_theme_mod('header_zoom_speed')) { echo esc_attr(get_theme_mod('header_zoom_speed')); } else echo "20"; ?>s ease-out both; animation: header-image <?php if (get_theme_mod('header_zoom_speed')) { echo esc_attr(get_theme_mod('header_zoom_speed')); } else echo "20"; ?>s ease-out 0s 1 normal both running; <?php } /** * Activate Search Icon */ add_action( 'wp_enqueue_scripts', 'fast_press_search_icon' ); function fast_press_search_icon() { $var_search = esc_attr(get_theme_mod( 'fast_press_header_search' ) ); if( $var_search ) { $style = ".s-search-top {display: none;}";} else {$style ="";} wp_add_inline_style( 'fast-style-css', $style ); } /** * Search Top */ function fast_press_search_top () { echo '<div class="s-search-top"> <i onclick="fastSearch()" id="search-top-ico" class="dashicons dashicons-search"></i> <div id="big-search" style="display:none;"> <form method="get" class="search-form" action="'. esc_url( home_url( '/' ) ).'"> <div style="position: relative;"> <button class="button-primary button-search"><span class="screen-reader-text">'. _x( 'Search for:', 'label', 'fast-press' ).'</span></button> <span class="screen-reader-text">'._x( 'Search for:', 'label', 'fast-press' ).'</span> <div class="s-search-show"> <input id="s-search-field" type="search" class="search-field" placeholder="'. esc_attr_x( 'Search ...', 'placeholder', 'fast-press' ).'" value="'. get_search_query().'" name="s" title="'. esc_attr_x( 'Search for:', 'label', 'fast-press' ).'" /> <input type="submit" id="stss" class="search-submit" value="'. esc_attr_x( 'Search', 'submit button', 'fast-press' ).'" /> <div onclick="fastCloseSearch()" id="s-close">X</div> </div> </div> </form> </div> </div>'; } add_action( 'fast_press_header_search_top', 'fast_press_search_top' ); function fast_press_search_top_mobile () { echo '<div class="s-search-top-mobile"> <i onclick="fastSearchMobile()" id="search-top-ico-mobile" class="dashicons dashicons-search"></i> <div id="big-search-mobile" style="display:none;"> <form method="get" class="search-form-mobile" action="'. esc_url( home_url( '/' ) ).'"> <div style="position: relative;"> <button class="button-primary-mobile button-search-mobile"><span class="screen-reader-text">'. _x( 'Search for:', 'label', 'fast-press' ).'</span></button> <span class="screen-reader-text">'._x( 'Search for:', 'label', 'fast-press' ).'</span> <div class="s-search-show-mobile"> <input id="s-search-field-mobile" type="search" class="search-field-mobile" placeholder="'. esc_attr_x( 'Search ...', 'placeholder', 'fast-press' ).'" value="'. get_search_query().'" name="s" title="'. esc_attr_x( 'Search for:', 'label', 'fast-press' ).'" /> <input type="submit" id="stss-mobile" class="search-submit-mobile" value="'. esc_attr_x( 'Search', 'submit button', 'fast-press' ).'" /> <div onclick="fastCloseSearchMobile()" id="s-close-mobile">X</div> </div> </div> </form> </div> </div>'; } add_action( 'fast_press_header_search_top_mobile', 'fast_press_search_top_mobile' ); /********************************************************************************************************* * Customizer Styles **********************************************************************************************************/ function fast_press_customize_checkbox_styles( $input ) { ?> <style> /** * Checkbox Toggle UI */ #customize-theme-controls input[type="checkbox"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-tap-highlight-color: transparent; width: auto; height: auto; vertical-align: middle; position: relative; border: 0; outline: 0; cursor: pointer; background: none; box-shadow: none; } #customize-theme-controls input[type="checkbox"]:focus { box-shadow: none; } #customize-theme-controls input[type="checkbox"]:after { content: ''; font-size: 8px; font-weight: 400; line-height: 18px; text-indent: -14px; color: #ffffff; width: 36px; height: 18px; display: inline-block; background-color: #a7aaad; border-radius: 72px; box-shadow: 0 0 12px rgb(0 0 0 / 15%) inset; } #customize-theme-controls input[type="checkbox"]:before { content: ''; width: 14px; height: 14px; display: block; position: absolute; top: 2px; left: 2px; margin: 0; border-radius: 50%; background-color: #ffffff; } #customize-theme-controls input[type="checkbox"]:checked:before { left: 20px; margin: 0; background-color: #ffffff; } #customize-theme-controls input[type="checkbox"], #customize-theme-controls input[type="checkbox"]:before, #customize-theme-controls input[type="checkbox"]:after, #customize-theme-controls input[type="checkbox"]:checked:before, #customize-theme-controls input[type="checkbox"]:checked:after { transition: ease .15s; } #customize-theme-controls input[type="checkbox"]:checked:after { content: 'ON'; background-color: #2271b1; } #_customize-input-fast_press_shortcode_top_news { display: none; } .customize-range { width: 100%; } .seos-range-value { color: #50575e; font-family: Impact; font-size: 17px; } </style> <?php } add_action( 'customize_controls_print_styles', 'fast_press_customize_checkbox_styles'); function fast_press_admin_notice(){ global $pagenow; if ( $pagenow == 'options-general.php' ) { echo ' <div class="notice notice-info is-dismissible"> <p><b>Fast Press - <a href="themes.php?page=fast-press-unique-identifier">Free VS Pro version.</a> </b><br><br><a href="themes.php?page=fast-press-unique-identifier" class="button button-primary">More Info</a></p> </div>'; } } add_action('admin_notices', 'fast_press_admin_notice');PK �uKX��7m� � fast-press/header.php<?php // Do not allow direct access to the file. if( ! defined( 'ABSPATH' ) ) { exit; } /** * The header for our theme * */ ?> <!DOCTYPE html> <html itemscope itemtype="http://schema.org/WebPage" <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php if ( function_exists( 'wp_body_open' ) ) { wp_body_open(); } else { do_action( 'wp_body_open' ); } ?> <a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'fast-press' ); ?></a> <?php fast_press_header (); if ( ( ( is_front_page() or is_home() ) and get_theme_mod( 'activate_photo_links' ) ) ) { echo esc_html( fast_press_photo_links() ); } ?> <div id="content" class="site-content">PK �uKX��-'o o fast-press/index.php<?php // Do not allow direct access to the file. if( ! defined( 'ABSPATH' ) ) { exit; } /** * The main template file * * This is the most generic template file in a WordPress theme * and one of the two required files for a theme (the other being style.css). * It is used to display a page when nothing more specific matches a query. * E.g., it puts together the home page when no home.php file exists. * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * */ get_header(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main"> <?php if ( have_posts() ) : if ( is_home() && ! is_front_page() ) : ?> <header> <h1 class="page-title screen-reader-text"><?php single_post_title(); ?></h1> </header> <?php endif; /* Start the Loop */ while ( have_posts() ) : the_post(); /* * Include the Post-Type-specific template for the content. * If you want to override this in a child theme, then include a file * called content-___.php (where ___ is the Post Type name) and that will be used instead. */ get_template_part( 'template-parts/content', get_post_type() ); endwhile; the_posts_pagination(); else : get_template_part( 'template-parts/content', 'none' ); endif; ?> </main><!-- #main --> </div><!-- #primary --> <?php get_sidebar(); get_footer();PK �uKX;y6WCF CF fast-press/LICENSE GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/> 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. {description} Copyright (C) {year} {fullname} This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. {signature of Ty Coon}, 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License.PK �uKXm̅~� � fast-press/page.php<?php // Do not allow direct access to the file. if( ! defined( 'ABSPATH' ) ) { exit; } /** * The template for displaying all pages * * This is the template that displays all pages by default. * Please note that this is the WordPress construct of pages * and that other 'pages' on your WordPress site may use a * different template. * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * */ get_header(); ?> <div id="primary" class="content-area"> <main id="main" class="disable-title site-main"> <?php while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content', 'page' ); // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) : comments_template(); endif; endwhile; // End of the loop. ?> </main><!-- #main --> </div><!-- #primary --> <?php get_sidebar(); get_footer();PK �uKX�2�+� � fast-press/readme.txt=== Fast Press === Contributors: seosbg Tags: one-column, two-columns, left-sidebar, rtl-language-support, translation-ready, footer-widgets, microformats, theme-options, flexible-header, custom-header, custom-logo, full-width-template, sticky-post, custom-background, custom-menu, custom-colors, featured-image-header, featured-images, threaded-comments, blog, news, e-commerce Requires at least: 5.6 Tested up to: 5.9 Stable tag: 1.1.8 Author URI: https://seosthemes.com Theme URI: https://seosthemes.com/fast-wordpress-theme/ License: GNU General Public License v2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html == Description == Description: Fast Press is a Multipurpose and HTML5 WordPress Theme for creating beautiful, accessible and fast loading websites. Gutenberg Compatible, WooCommerce Compatible, Full Responsive, Content Options, Header Options, Back To Top Button, Microdata, Header Image Zoom, Animations and Custom Colors. Fast Press Theme is very fast and SEO friendly Fast Theme can be used by bloggers, magazine, portfolio, photography, newspaper, startups, agencies, E-Commerce, news and many more. The theme is for any business. == Installation == 1. In your admin panel, go to Appearance > Themes and click the Add New button. 2. Click Upload Theme and Choose File, then select the theme's .zip file. Click Install Now. 3. Click Activate to use your new theme right away. == Frequently Asked Questions == = Does this theme support any plugins? = Fast Press includes support for Infinite Scroll in Jetpack. == Copyright == Fast Press theme WordPress Theme, Copyright 2020 seosthemes.com Fast Press theme is distributed under the terms of the GNU GPL This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. == Changelog = = 1.1.8 - January 29 2023 = * FIXED: Typo issue in the theme title = 1.1.7 - January 29 2022 = * ADDED: Pro Options * CHANGED: Styles CSS * FIXED: Page Animation Issue = 1.1.6 - January 29 2022 = * ADDED: wpml-config * ADDED: Table Styles = 1.1.5 - January 29 2022 = * FIXED: Logo Size Issue * FIXED: Search Icon Issue = 1.1.4 - January 29 2022 = * FIXED: Checkbox Issue = 1.1.3 - January 29 2022 = * ADDED: Top Contacts = 1.1.2 - January 28 2022 = * Initial release == Credits == * Based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc., [GPLv2 or later](https://www.gnu.org/licenses/gpl-2.0.html) * normalize.css https://necolas.github.io/normalize.css/, (C) 2012-2016 Nicolas Gallagher and Jonathan Neal, [MIT](https://opensource.org/licenses/MIT) * AOS Animations - https://github.com/michalsnik/aos/blob/next/LICENSE- Licensed under the MIT license * jQuery-viewport-checker - https://github.com/dirkgroenen/jQuery-viewport-checker/blob/master/LICENSE- Licensed under the MIT license * Fonts - https://www.google.com/fonts/specimen/Oswald - SIL Open Font License, 1.1 * Jquery Aniview - https://github.com/jjcosgrove/jquery-aniview/blob/master/LICENSE - MIT License * Dashicons - https://developer.wordpress.org/resource/dashicons/#smartphone - GPLv2 * Font Awesome Code - http://opensource.org/licenses/mit-license.html - MIT License * Font Awesome Icons - https://creativecommons.org/licenses/by/4.0/ - CC BY 4.0 License Image for theme header, Copyright pxhere.com License: CC0 1.0 Universal (CC0 1.0) Source: https://pxhere.com/bg/photo/19634 Image for theme screenshot, Copyright pxhere.com License: CC0 1.0 Universal (CC0 1.0) Source: https://pxhere.com/bg/photo/19634 Unless otherwise specified, all the theme files, scripts and images are licensed under GNU General Public License version 2. PK �uKX�k#��� �� fast-press/screenshot.png�PNG IHDR � � ��8� sRGB ��� gAMA ���a PLTE#$&)18#!'!10<!,$4$%-2,-.1+81.'+52.4,2;659O:P0-I'(D5,C<<R<8c989@(=A=XK*HA>SD=mQ4gJ;jX7zg4 \4K7-K&.A,5C6;E%%Y)6X7<R/:b4-hL<PC>Bd;AM2iBR+BL;BK,FW=FR:T\Wh-No8Ig9We7Uv9fzFFHTJHMQNVRMELURNRKSZWXYbMHvMDeULvXGb^Zs]T]a]mbLydHdc]wfWMKsGNbMWaV]cIXuTZv_ab^bUnt]bfHcv\gshigqninqlvslhlrqnrmrs{yq�_<�n4�k(�ZM�pT�xE�jW�sZ�s]�nk�xk�xh�~u�zf~�o~�y��\��X��k��l��{��z��}��m��u��z��|��d��wq*Z�0o�KQ�SZ�UW�k]�Hq�Uk�[u�]h�Yy�}}�jx�y|�f{�YV�eY�^d�lp��y��~�=��^��E��Y��i��|��g��x��z��U��j��j��x��w��x��Y��x��z�Ô�����������������������������������������������������������������������������������������������������������������ӽ�Ǻ�©�ŷ�DZ�Ĺ�ļ��Ò�ĺ����Û�ɪ�ë�Ĺ�ɹ�ѹ���Ō�ƙ�Ů�Ѫ�ƫ�Ŷ��źŕ�˼�Ѫ�ɹ�Ȭ�ӹ�Լ���������������������������������������������E�9 pHYs � �8S$ ��IDATx^�ߏ]ǝ����a])�"3��|��D&�NrPs�h�0�R@��I�M�E��.�m���AYd��"�㩖t%��%�E�������'3)���ŝ���g�F�8�<��>�yX)_X����?�{�\^��� ��R���ZSl�>[X^^���ٖٴ)���������S��R�\��WT�O#e���8������B?V77���� ��o�T ��>���Ϊ��+ʥr��c�<�$�[v&�Sf���`g��q��?e�߇��k������`���y6~�v�}<��sHM��k���&�E�d$+�r �*4�Ȃ��%��b�VǢ �)�YD�;�,�E���2v|�)�h�au���55������X�:{����E�;�r6��]I�����;�p�Q����Քy`�_�qv���ח�O6a��U�Z��wh�S.�5��67w��}�怎�S��oWF��!�` �)�"6K���ҶM��� ǚ%'_�w�!�8���q��?�T�u&1��8� ���~"s%����p�G�:c{Vnu��L����sc�cu`ʳ�%�/p�`f�����9?� ]�LRа�?��&g ���#�\�lr���Y�AM *�9��W�{�֎=DB:�r�,V���T.,{؞;bud��4�>�����C�ΞT`U�;�V�"1�c&p �G�u����c�W�If�,ۛR����T=ZAj���RD%{� ���J0W�#�K��:w��.���<v�'�4��F: ��H����3���!uU$�kH�Ft�(�M��srU�S�_ ���5,8X�U��BI�cK�H�Dv�U�e�9��r�rT��QЕ�p��Q�Q>�� a.K�Iq�r�F4c+S��z��g�I�d��6F���� U\g=������%e�uO!��N�L�J�T�tBG+"��a>�(L�#���c�E��1y�;p��J�����I�E�s�ʏ�T�h2Z.�P�R̊�}����� ��������b.�5{$�È�4���R&�0��J�_i� ���%�j8M}��*��]��v.�QAU��X���w�=v �&u�a-��EK�����9`��R��o#%B� %I�,i�w&g� a���fC|�l�sʘL�I��Cl�Na�@�/��Y�5�:����8 )�B�S��O�K�E-�wB�P�������ELt�fI���J�G���S�*@ 4,�I��v,[:�H2�[�<�ez�J\��IO���uR�����%-��b�ڧ�fr��a��$BS(X:���2�sX�<l�1�>s$'�cY3B��#�`D�%�&%���AXĈ��"�GY��)�Jo,Е����].KʎQTb^d'�,S��ib+�3aw��I���yҮ���Q�!U�趴I]�f�t�夆a �Sn��DX��kV�D�j5*����,�D�Q�#>9)V�ئ�����ٌ A�>��/�(9rL� �"�F�5#�`�E��H�;��S�0*g��г��t�I�d�l�j��7?���d�ZV�֯�q��[��B�U�~ �R��,���<�����逭�k+ɂ˅�p�V�0@�IwQ���m���D�|$�s��h��3_�~*��1����f��(M ���.7�Yp�b~� Զ@US�B��l�hr �V|q�a� �5e������9s�Ry���~��&��4��L�r�Wq�_@Dz�5�\�kX��U:_� CSBQ#��| ��*� � <���dg�Ꜿ��:���{ȗ�$�/s��p�2A�b^۰eb+4%�`��L��I�Qb-^�K��{(�d�Xr 2��p�9�0� �<*_/ZcY*���sK�/ ���,���51i��/��� � '��L^�X��*�*Ǣ{`?��t�)��ʱ`D��Ie6]� LB�a�(�"�3[@���5�r�{�{39��)9;��z�E�b�uY��c�铫q��2���`�nI���-&��%�֯������0F�<�*\��U3X+X�-�4�s�i�դ����T���e��xgC�U��D�j��e�tG��#�R�55�Qg(Xx�ò�O֟�+�!",�+���R�Z��9��<q�94���0)��0i��#�3���UgV�MFôc���]�/�A��B,߲lg�OD'ٔ���L���n�d �w*=��u��LHT�V)�a )˘�Uc�Օ�Xf����b+[]SPT5惜�I��Mz�U�4KO�g%��ܐ�K�9�Q[��UM�5��E�,|�p]�"ԑBsRӗABD��a,�֕j@5���E���`�\H)VE�x{�t��]�3AS�Y)/Ĉz·���#\�+.)�4��!��Ьv�� �1�z^�2���4�hEl�r%�RL!uڂ� *b�ʬ%�cq�L�sG)�)�T,AZ�2р�& �9���"6�@*���q�� ��S%�,$+�b� wi⣪�D��>�|�*�^���y��)�3h5�SHN���|6gI��d{ߪ�=��B�҇m����V 0JU>�i�g'ɜ�ׂ/x��\�#�W��_K�MW� 4%k�W.�bb7���U%sH���a� �g��)�6ߑ�� �pH�pIL=&�2d��b)w�1+�P*�d*u�LW���^��*Q��`���|p@R����%T��:�Sx�`�Ӝ�" kH�d��V�K�vŢ���B5p��J)���Eڤ]�,�M�UY�jzԌ�"�j�R��*���t,���Vn�:�9u�&�Y�W��ba2$��%iW�5oq����-@V���/s9j���C��^���Ԣ ��S=�-��v�nh�g��7#aEl��=���3 ɡ��%;"ΖY��Ju�MH��}6h��[�Q�W�rZ��_�9JJ����v ox�qְ{ 0Tc K-�a '���BQ�P?8̅6W�wr�f���H�"k�ǀ��&8�B����FT[��U��42�';�nt����Ń�ޑl�Z>�1)t99ٚ�*֘��r�.2��ֵ�O��%�M�sJn���iy}]RlᶊcyyY�V����Ia�W� \VIH��10Wy���aE�"Q�Đ)�Z{6G�rP�&��BHKDՄ%���v_ �V�T���]��֨@�� �ъȴ�{��� ��0��o�%�X)$#�!`f�.���A)SKgB:Ƞ�ћ�Jӑ4��0*��t���-�A����2�6���v,���0$�Q\W0�+ǩ�3�@ٲEZ� �28�f�R#ʀ���*ȕ�8�� �Tf�$������i8+}���N�bg�Wʪ+��Ew����E_�)����V<�Q��%,(Y�V��&��ju�Ay#l� N��8\�nAR�[��f~��P����Ps��c!~c���5%�3?0QY��X��i ,�h3�ŀ}��<�}���1��L �����f�Q4��uQ�v+X��E/�c�6^�r���vv�㈂6���u�Nb,%�Ae�לɜ�r!,+���#Y�� V��Ux|�Y���23�euM�YV�L�)���[�p����LR^ZB��S���G�H�C��F�hL����DRK�����%�F�9iT�j���JI��mG�kۗҔ_>C�� 5���0((��+�Ja��k�ך�ΡtY.�!0s�lh���̗�C<� �����Q⻨0X:-Ǹ�;�$A���9�T>:G��:�2w�GJ��ҿ��չEߪ��(E�<��,��)�1�$�,�� �Z&Q�������k�傗���%1gS �D2!�R V 0�ܹ/|Bm� f�]N�9b��� 8�剧��fp\��&�S"��m��^�.���BjH;V��STm���@Ā�s��2T R�����G���Q*ϚS1{�#�[���*�TJ[4Ku�f�u N��dVF��Cb[^や��#�bab���!ģ�!q6uu��8n"ma��:{�G�H]`Bh�� ����ۀ)�3�l�%��B� 3� o��h4�O�\�.�l5aD�aq�Y$ ��i�� U��\^-��Y�J�P�QH���v��TڕR�;mw+�b #p.��_�'tO�U�TֲZ�rG}��u�t���_$��Y�&�ʾ��t� '�$��v�s9������r-��rv1�A��L f��%ʨ}��J 91s@f�u�id`;ꐷ^]e�sB� n �@������I������j}w]��n>glJ�2��3�8�8�wԲ�L�*H�"b&)� �+%I3-G�E@��,_"�D0gYJ#��+\8;�NdМe�2���N��Y@���F�NCɨLU)[�{�-�EE�~��IQ1I9{ڗbnj�Jqs<�4�n�3��t������X�� ݞz4*3V�k���<�D"�^�Qز��BE�9��=U���V*��=�e(J��[5��x�DX �ұѹ�Iҙ)��EFw�� }3YUX0�U��Jt��Z"��� � �䣜& u� :�N "���FHWP�� �i��+X�3��� ��j����alA7>��@ �Y�&��>�0ֲh�I�R��BiYf,�E�T�P��h��j��lnX�ҁB�u���а������1_�Q@F��/�$y�"2�~�x�[3���H�9���B���ش�PkWʉ'j��US՚npU,N��p��R�D�p��8!Bb�pu4���J��j� ��`�0W�:i�����"�䉟����5�79 X��e (��'$�H=��� )u�������[)w��Ncu��(��iind%� ��,):�l'S)�Q�a>�S�%~��0PS�-�R �w��Sɘ�`�L�C��_L��c/z���<����$8�z�m�+�Y8���k+9δ���v:"��-ֆ`�+�J��!�kB�+Sƫ���-[�29LMp��I�(q#g��� �:�z� �6�"/b �������� ��/�5:!��?-[�W���$#H��v��Z�!8v�/º�ە���)"'+åp��P��I� )O%���Xo���b�2)�́�!���ASZ���Ch�R��C����$����:苫�(��z�=ˮk�Q�V�X)�ְ4��-W�,Y���A�<��W*�.e��˳D������3��LOb�t"�y4+��KZ�1��E�PQ��&pS��^reѪ���pq��N��c8R�O�}���{��v�+LZ]�W�"�l�!�|2������@/�ū��r_�҅f/ ���:���2/�w-��!/�US�Z�2�@$2[Љ�La�Uvf5;�J�]����!����Gr� �1g��9���X�,A�Etr,�`ܵ��Q��o !/�f��P��aL�2t���� /. ��.�o2�h��Ŗ$S��Ҋju�Y�d�dQ�` SҜ��;���Ay!�E.�f�z�> �Þ=�҉Ӹ�/#�����LUl%P����� �0���zf8HO]&E�Uz�{)�ḺCƔ9�p� �4�(X� 2�sLN�7�V��⛘LI6�+nS���"�$�sF(��]+Y��GI�r�7�ױ��F_�,Bl�`\kKN2i 0vq��ke�on�W�Z��D�9� ����2��8knؼr�aoi�y���l%%+l��\'(��ˣjkZ3�W�5l��G�Z�YUC � � s����T�.��yue��i��Pf�vf��5 � �-n����`XtY��`���ɜ#*��U�E�L{�^�W�5c�8ߋ,`���mo���V��W�R8���ˤ7�&F$�q�ru" �װ�fXـuF_~��$�U�,�vX�J*&��xj��Y�jR����3cRJ�Nj� �[�iu&�I'������4�J�?�$�<�@sVxV�����U�2DM�M��nѴ�{��i�]M�}�6 Y��u/�L�UxH3A:5�G�"V ȩ�Ŋ�Y�����ৄ֏�-p ������\~a�H�%���tu�ov g,���ܿ�֬��͌e��,� V9 �mJ�_� g�+��1� ?�����W��D\�VqJ�jIaG�6$]@.��L���TI�w���H�RV�Q��18�i�m�����#S�?P6L<8f��*0�F@@���5�/�=��'��Qh\��I4�Ӝw2��5�ki`35$p���aȠw�S��+��XJ(�'6R �墍��:t!�8D�5,ɑ�,)� *B��@��PV�dEA֫�AWNS��Q|%bBc^ق��[%S̅�)�]��fΏX��ab��˔���Q�Y�i��:P�d��J�\��6�ғ��EJJ%�ü&���8��Ձ-���?�� �s�D%#"1SaⰉ$dQro�"L�`�bKf���Ys(U�觃�^<�{e�/��㿍�,������z�}}��>�]��v����irEn"�PV���$U����̐L�FR"7�8g�����$�����������,'PBA9:��T�l9�^��;V��`�$�le�bgB1�h��($d��H�B�u(W�+�ǡ��턛�8��M]���!)��/_ �ʻ�Ei��3�� ����y�Yf�y<�fO+�9��$ a��ER�eE֜����%�ǀ�%kR���7g%���hJb�@��2�r�)K2`�e�=�C��?IV��/��5�(I]8���\�*�ʓPUҠ����H%3B�!� C�/�X{'@\е��3�X� ��%�a��`� d�0#�����=J�Z��PU���!��@)�+� �2�)�1ʣ\� ��4*���Ƽ5�tLCFd%��a�1b�L�$�|H�|�7c��*O��ȋ�1L�.�:Y�Hh��sR�VqD6l5R�8Ix���(Ƅ�St� FK����k?��K���V��Vɺ�J.��ҁk�$�Rx�0�6c��S��g��D�g���B���/�L �p aS���e�G`���)"|E11ɇL�LP.�py�UQ�,嚮g��+��5��^�A���(�����K���(�J�l�0.%�1�ɅLd�rH��2V\7�аl�f%?���(�qUZ��K��.�+� �I%��[�"�m�b+�Ce� ~��e#�7,�L�������X�eѡ�BkV����V5�g������M]����%Q����rg�<��Gx�w�$ �S) ����n���5m+C��U�$��E5+��ûB�P���sV�1�OO]��F'�y�H�'��B�B�5��z�Y�_i��V8�J�й)��P��7� 3:u�ζ-t+�,-S��G��P� 4�H�EO��̜fX�t Y 9IXgZ'M�d1�4]�e� 6(+��j\8���2�'��Ye�(�g�,a�}���$�íDO�Y�T6�BLN%$X�>c ���-X�U1��ew/;G���j)KI�܄�prV����1a]ݻm]� �H�W������@ͪ#�3��w�5,*N��)ǟ����n�����������,���=.�"��I�ڗ��;�e}�+�Q�o����f�IБS�rU䪒<#��*T��F4R�u����kN0[�,��X�2�t�e��|J��Rb����d+{��e��;�wb����{">�x�`�v�X>��P&���g!_=�Iw�-^M %X3�#s,�A���t��6� ɐ:�:B �@'D��0��l%Ses���MMW�mC�B�QQ��ήcycD*�&x�J�&��-҂��,���L!��*br��[��g�2 �� �<�V���&( K���� �� g�`��,&��EOu��M��l$��vů�B�J�����ʕ��~le˅�a��#|��X�S�u+!7�L&�"-�����w��D�����R-��9�<*�Dp~�SK�]�,DX܆|�D��(��뾴��h��%1��L��&x5-,�y6i��SNrHJ�p�������VW�D��A���8E*�)r`b.'f?S����>��� U�#�*4a �-��I��{& �1<����0p[#�$�P�t�(�� B����5� 횹��V��\D���tyc�o�g:�D��;��IN�(�� � ��:,Q�z�1��4��D� �] e�A.X�Q o�ya� �Ta� ��Pǰ��B��τ���E���v�� �Fhp� E�����cW�nr��+Z\Y9ptNhA����ۮ�d^�g�k����n�p��ǁR\��5ت�T����:�a���ʡJW�z��9P<cځO2��t����朵T+\Ky_����-�|�{���H�:��2�Y���,�c=�!�P8���)�R���i�KQ�g��!6Fy�j�/���a Use ���8m*�ۮ�0lS�� �h(�sAkYp�(C��@Id�`�Jx�|�����g1�L���g����Q��TZ�p��U�N� �:� [lTb�h)P�Y/7I�hMp>��GѱBX~�pSE�eM*N�:b��)V�Uvv7ذ�O*kS0���x�����b�ʑ�j��)�6Y�J������#(X�Q�yʮ0�����A�|yp�5:dA�v�Z(jD*+�����)���kԫ�nZu@5�י�d�\a*��EȥfhQ�2�[D�U���WH �� /�O�{gj��.�� �=�m �(2��R�TE �G@�����2��dđ�]&7��U�4� �p���!}�G�(S�1-�[�WQG`N� o#J���F��H� �"UqE�EI$;E�m��N2U�V_霎C�����T���H���i��U-�Vr� ɕ�Ӧ��5z���cO�'���h~wh(�{</t���` 3n$�p��@�i�)N����߿��U�hѐɱݍ�r=T�*�j��=�?��yCǤ��Jc�j�:D��]�߰��0��Ͻ���m?� �H[� �2�p��.���in�-�'�@���t���+�£I;d$6��'ޗ`��*U�J�x��x;m9������d�cB�8�)`�nAT�;kU t8>A.ޗ/�q�3cCF )�"��p�r����${�S�NX>���$�aY����r��E�fx2�� L�-M��ܖM����wa�����D�"�)}NB�K��m�3����дu�|������l�����k �آ@I�(�Bz������Js��*�>���c�жw)�)�Eᬽ�Ҡ�\0M]�Z[7��_A�B�ZP�fV`� ����!�vpp���&\0G�-TR�^�u�����TYhӿ�6i�\,r��ἕ'V�U�b.J'�^�Z��o�7��S�V���&��W��K(D1�í�jҹ�/����r_{���rh����cKN�ĭ�U�z�j,��l��� ��[�DuYqS�ׅ�cf�"ok�%���VL59pU����r�/�x�E�f+ˆ�P��U���*�G�%B��)�rM0v���`%��)H��A���s4<�9������E��l{Ұ$�%OF"vq|��]jQ#ef�:�X��4��2|�tB\c��]�!,5�Y+����b�Q�rY�R�����̧\A�$W �0�(Y"S�*��U7�ȴ��2S�D�Fq��jV�N���� Ȭ�+O��#�����\c�u��uh��[ �*�f�ǀ�Z\��{{�n���ܼ�4 ���A�<A����_p�t �X���w?���z:k! �X�U��K�x�em�[�˱�9�:�m�� W.�w������Z\҂�έi��M=��:��6���~�7�ݾ}����ͻ��e���"��=Rf9ln(���:&��n�y�������B��U�Q@�L%&���_� ~��~4���r�QO�5���V�)�UǪ�˽#p��p���E��:�eJ�l�ґE�� 7M��sg�xo��u��IX!Y빙*X^iXCRH���a J�2�ԬN�0�����-"ɞ�U�TSPX����,�v�9n����$�� n�;8QUє�r�9"ߊB�B*�dG�/ �)~2SA? w�ȱ*!�u"Q��RE.!��J7�(�^�!r�ǟ�}qo��_���҂�p��� ���Yly�f�PM�m���?|�?|�z� ��R����}�_�����''g��g_?y�'����|t�]o�b���A�{�C�؆�A���:P�.�����w^� CW��9�Wk�^�����:��+�t[�Й~�ˏ=��������O�g��Ȧ(�g��%nb��ђ���o�js�O���,`-�`>�ԩ<x$o�B�hJ�� �XT�NU���)W�Y�2տ�#e����9��v��S.#N���2X��Klޅ��j�r̓�>23����R�6�m� WRk2%Vv|��0���K1�ѱ�1O�m��q&�ƕ!}!/�Q�TER�j�I�����L�Z��`�1��q�B� ��S����z^qNy�/`�A2�օ�m^8LZQ���������EEU��Lկ��P�^����7��\�͗�{�",uEV�A�qׯ]���\T,o>h�L�%�H���v�ѷ�+ K�d�W��@Wrxu��/=�xOg���軇��~�͓���oU/�O��0rU4��[�������o i[����.j���>���;ұ���ʻ~����\���>����5nk)��Nd!������y|_���_m�������Ԟ�!��%*�PNR �L<���@JH�ʰ3 ����\�)�֯2 4a)X���_0ř�f�SPJ�RT-"N(��Ț��T=c�謔��n�����W�v���R�)�|�A K����V�9t�(X:2�yDx:]�� 샑����L�Mٞ����S�<��*^��d��H�V~A�;U0u )z~������JT5(P֜�A�O�w���m��D\ү�f��O����<T ��: &�Xڬ2Vd�.��R�0�a�� �DY�00W�������w���_����ݐy�ꕷns����7o߹s���W�����ͷn\�+X��e#�����y��|�n-`�u��� \��7oq�� ���ٿrø�'��ޅ���,/�xR(�z����}�����]�v���Ӎ}΅�]�v�͝�|���@�q��.��\�գ'����˗^������������~��WwV��<y�� "�������/n����o�z��v�W^z��OT���f?�|�����k�ca-�HW������b**ɮ.թz���'g�ۋy��A � ��t0�d5 r2�����eɊ�pn ��Jw�� ,������hF���(˨�V�pN���J�V�$<!\E �''�Fۦw��ٔe<~���,@:���N��m(�Z�"W!?���1r6�t�ܮ�V*�m�xF8����r=�T�L�Zܚ��]}Sl���*\�^�A�c�g���N�MI?r1�וy��rc R];Ѳ|�81�ӏ�P�BWWг���}��ߊ4n��4�k�>����߹�&<��}���'������ׯ���]ͣ| ~�64e��R EO��v�n}��ܻ~p��_P��?y���י�>x���/�]�գ���v���������o/�~��_�E�c|��O����'�~q��G_��7=��OP���|��=�G��?�枔(a��˷>��w����k}�Н�}���;�ѳB�#9���qF����gO�t�o���ӻw?��蹟��#����L՟ܿsa��ep��D�����v�H�غ]( ��,K�"dx�}��c��s3�=��DM�*�X��-8��p�+C�qZ�&�qXm������^��fR7C���/�b�$>�u���yi:�9^�Roo�-cM+88�4,�=b�� �I���o3���sP^^d5fi�QU�O]����\���T\��@���n�Xh�����dL��p�+v�@�|ѐ�{&�AK�%�/�HiM�%H��C�R �&F��",�� }kjˠ4a�$wb����'��<��u��o�>M=x��W�ۓǏ���ߞ���~z�ڭO�y|��ʮ�*S@�R��\ m���c��ٽ����ܸ�Kݻ% ~��w������w���~����廧��?��ɽ�}�����_<����;ojv�! �������[�D��Ư=}p�ѷ�}���&^����w/̾�4��������_~��66�a��������+��8��o������p��7�Y�����ͽ�e�Z��퓻������\���xw������}�a�H �ӳO3�55$+y�py(^��@�RUk���+�Kʄ����W�g #�Lu�}R�!� ߺ�/d��|�� �Dm?�롤�6/ک�? �G� GJ%w��#˓zב�tx��d�Q���ܵJ�9Q &�����7 I~�����$�\kEEW���X<���z�0(ꒃ�t�@��kt¡8�ٺ�f��Y���~�^��L�O��*�BU-H?��u�Q��ފ��P���j���ze���U�����g�M�$���~�ε��yr���Ͼyz������wO~�o��[}�Ty"��[� �C�n\��{pM��b����+�Ƣ��w�_�ٹz�Ƶ�|�۷o�Qz����Ïo~�����>��ɻo���wn�������q���}�G�=�6�̓w��{=�|z�7��]���o��'�n�?�y}ƾn_>��>��/��?>|g�jy�������Gnl^��7����z|����e��x0d�����O~�٣/>�������ק�^��W�߹��<���/?"��o�گzQL$ ]ɾ}ߛ�����!��e^p�͒=$%�R����u����S��C���*�"���Z�j�حz uFu��f,֬��C��&k�n�:WjT��3�F H���s������C��a1�,�r���Ro^dn��T�?�[I�ߌ,�P%�2GAICX`��` ��`�PtW��G�_�o�r-� LQ������� �\9�b}ݤ�^�*Lp�y�<�R���5� Rʙ�$�1IRC >���8Ѱ<�,pm�qO�wi:l��!�9��o�~���ېһo}���;W��z�݃�����k���O>��dQ�W�=�2=|G��:�����������%�R���n}����w��^�v�_��ۿ���Wo=z������������k��y�8��k������wiX���'����T�w�o��X��߹�ٷO����������O����j�ԏ�^ a������|���k����O�����{�>~sL7t<���3�#����>����Um���o����?�����ѽ�?�×�.,���W��8i�H�:�Y��U�XN>�� ��T��b�]�-�D�RZ��z�p��9��KR��iB��G�#�U� p����5[����ẋ�nct��w��ʴ(��;�%�3����O"�B?q��lsV�ji��s�r[��)��4�I�rԾ����!���&��2�X�5Ǹ����O#��n��F��z�w�XU�"G9�.,@���rN��8�z9�X�ey��r>���g�*�Q�t�^�]�X�X`%�œ��$�5 ���PM X�j�J}��x�L��Qo�a ��W���ї�{G�@M���D����kP��~��߽��RŞ<�� +���}p���~r��� ��U�Ƴ뛧_���w?y���=y��{�?����[_}����}���7wv5������|���f��G�S�}��.[�����C�>W?��������߈����� f�J�_���MH]��k���R�����������>\��p�R~I(��O�=����Ճ�����??���>����ٗ��W���kx���g~��>����H�QА5�OY2$�&"`�J���sdS�OG��)\���I,��66��~` k��l;i���]��v!�T��a��b����fѠT�lqE�[�S�g�bU�\�.Z�E��$o�e�*h�:]l���wbftY�zeO��C5�H��8V�<P�o}Y�27����`�N���"x�I�sxU�U�j�ԫ=�.��k����G�����0�c��u5 -(l#!)������8�b\�zeҀ�vv7`*On���(J��c�GA'I9�����O*�x�耻h*G�J�r��UiO���y���>}g�@�����O��h��p��Hú- �wo��J��A�=� �R��$��� ��>{��Ν�Y-���~�7�~�wW�����oj.��?_��/�}����{jjw�7_J��!��W5���>�ޭ�?�����4�������%J����`�Ӭ��'�J�F���_~���V�W�_]����}��o���y��.�Z�(g��P��oA��s!�^�������է���K?�_�{�֣{"����W��W�O�� K�c�H��ɳ)�0o��zä�)���F���2g���:S�u���L�_�(X�G�P�g��Y��@��joU���nu���Bg�?C�j����j���r]�X�__�cpT��g2͘�<��ڗE)�gX�י��c|7���'�� �gDXV�B���G9*V �@i�d6��݊�Hk��B$²��\��`�t���c6+�5�^S97X fR���vV�ܷ�'J�W�k�MT� �Q������]�.��.�f�+���pi��ى�fK�lN(�#b���>�=��ӷEX;���w���ٷ�\��)�W_��n|�͓7�a}��a����� L���pn���/.����3�o[0Q��]�������fn7o) �֣wq��'�?��' �4��>}��k�ES�[���w�P�v.l�M%��o/�����?��齛��=�! �tC�4?{�� t���)��{������}���<�Y���g_�Ƶ��LJ7w�=��ZӔM�8K�f T,Iw��j��/��G�oނ�� KS�76_���G�|�o���?є�6 � 'F�l��/#�L!��?�ĉ�U��1�pd?�#3H�1K�O��Jek���L�}��=㴎B!kD�'�t4��ѽ��� �<ݭ@W�N�w70/d��bɣ��*����b�YuX�K�>�Z���8���ǻBTW�aѪC�S�91����%��Vޡ �F,���!}��/>�䫺�����s%n�S�%s��M_�3�U��g�Aj~b����ZXN�K���]R�G��]��� ��r1B���Q��^mƪX3��I苰�vÕL;3%��k���k�z�����Yt���o��5�7��'�z��?�w��S�k�������) �+�W�X4{p�ƍ�n����_|��n~�4�[_��������Ұ�ۓ�o���7oiJx��w�{���k���8�o�JW���x����L �x��)a�5��ƍk�Ś|D|\����'�w�%�s�qM��{��Sɏ�yps�������peg�蔰�*�7�O^{�������}�W�g������]����{7^{����\�×��s��G_��.IF�1�AZrd�TKV�V ��i�t og�6�Q� ��S���x����+K�IacLa��?� �tt ?Eh�~���N���8�28+��]Z���S��%�����`�He���E#�iֵЩR��Q��Z�/Şa5P1�-iXu��g�'�R�&���d�G��J�N�?A�7%�P�$��>TU��89�T�h��uZ�cE��5���(?;��� z�co� ������P~����\A�HE�{ɌJA�FD����#�W1�eH��G�~ a��ѧ����g����-kX�>��!{�ꭻ�<y��'��\���;�;��#�#������˷>��_<~�����/4%|��oK)���{��>���{���ǿ�~�����Ǐ��{]S���H���U��[���M����7�<}p�������<~����>z����O>x��?^}",3���d2��/s�r��������7v_��4���>SO��d�Y�t,�x�o~� �o��W�(����7����O>�������)����xu9����\�K���,PhnP�Đؐ���r2&z�l)WXD�ц���A�+�xɽu����a�#v´��+���Ǵ��ٗNH�eg}��^qO� �*��9�bS���ʠ��dXj6�fr�X��:%*��9�&�j@�#�y>��3���U�oX�CF����t���s��ڰ1S�f���u�?d/+�]BH�8^� ��Z�*��`l�d�ִ��I��;��B�&�~ �<�*kV�J� ����i��3p���@~�W�Z��0�n���e;{���ݷ/^�}��ǚ�ݹ�և�������w�q��[�t���n���ܿɖ*#��%8d���ƞ���MU������)tW���?|�m������y�7�}���oO�߽���;�����w6_���ݻ|p���}����^��a�J����n���?z �~xW'�BƧ���'���vY[�t��G���+�}x������U��Or��.����;7LX�d�h-([Y�Ww�~�7������.����ͭ�[k?y�C%�y������?z��5��Ќ�A������ �����N���'W4�Ҡ�s 01�r*�W�Ns�`�sF��vd����o�q'"���zY�怘�ͳ����E�p���(�� ۄ �������*�>�ށI�\�]��VSA�,�s-� ˤ���"-�C2���o�z���Fz�J���n�'+�Ŝ'�W�bI�Q$�$�P��� 6X�Z��e����Z[�a,{ �E��B��}���������� �>-�{]|���8������tI�U*��ш�N����qP� ��0�僃W������4{��[r���֍�W���u�w��m��1��3��'3� � V�4���p4]��5^����k��}��"̓kw�a=|��kv6������������&���q�k����]��GO~����kj��E����{�6k��l���SSή�qos��ށ�N4�^[���Xa�]ڻ���?.�*�LT�sgry﵃��͗Ͻ|�������Y~�����������wc���]ՠ{��s ��PTŦnk�`��_Yx|N�UEe�{e-��&FuxBЩ�V�X�M ��zo���^�S�m��84�}�X8@)��)ŝ��L�� D�U;�����Z3���T���X80�_4�+s:�������� �RC~�I hX' ׂmWG"�f��Eل5g�pHJ)�!7�0�J�m�4[TEu��"����5��̀D�-:�Nw��p��")a\J��jq��7�a��_�.R�nzHV�� k3�R�M��R�S�XtC��G����� ���.�W�q Z�%�)����c�2��>��ЄP�0I����q���$� i��Fx������7Y�ث�����zw���D]x��GO���.�6���I���Vb0"� 3L/SL*)?w�j��/���U��xКc�k��N�un�7�7�L%���"�0��?<���zNg[G(��?���'Ѯ�n��WA�<�RI�d��x�K ��,0��� ���( �u+Ȣ<g�x�U�hZ-�RZ�o��p(�K����]�W�͎�Ұ�ff8g��'�U7Gip6Q�z�ʴ�qr�ER�v4,��i���%I��}���C��σ,�F���ER�I֍{��-7wR@3Pq�<� i͐��jFٔ�����˝q�,}��9��#�8`M�C�)��4#�⢊�Y���f�yM����o�C�JEY`,SOO���l���f����Q{�8+�����66L qk[&QW "��/O�Yc��f�u��=;��k�>����}��/ƒ��+��V�d����N��{���Lb�(�檵�/�Y�Z`��&�Tֻ�)� kQ��BX�'i1�6a�J�t�V���ԍ�, ���=!�W��� �u)���"����Wi�Z��a2���JNJ5��!U/a���ɐ�({@[��n��e�ٯ�5;tN ؔzEؔ% +Q�M!C�����V��@��olݗYz����U(,��$���!G(UI�(b�����w�wiM�(���쑫��>��A�[�7��|�ѳ�s� 2�\P�!�\#��#�I ��E!�阻͘X� ϤIU� /�(�� U;�9K��VG����.B�n��+���V�WyG���=����=ׅ�&�lƣ[�ۻ�F�<x�M[��X����иW��~�昨d��Q�[�^YW2��]�h ��,H�ٟ���ū�l�H�BH ��$�rѰZ�!���29�'L�ZM^4.!��k�~,�Q� �D�I�L.B��Vh��/���Xr�L�G����;Z�C"Z�����S�%b5�a-�� ��A�:#I�Y/w5&����˕��s�=%\��@��,|�{ܖR,�$K�B���R���t�;T���`I���e-BfX0!,�֮�u<��;�U�N�{�� ���%�|�a��J#�oˠ�֯�Ko��/�V W`[��eR�D:M�ݨ�����^�;�4��� �ʁ���£Ӝk�U��3��O�ŕ�%�����ݾ�.u�2�9(�\�n�ヮ�w�?����ܼX]p�\�?�)?�{�@�� �T�,��C�MY�"�\gɑ[�L��Ք�XⰛ�_��ھ���\ۛ��G(�e�cɗ�&uQ��T��,(3Ơ�`'QGY���Ԍ�B�{����+YM��=/�-�&|@��(�i���є�Ѻl�}>��pM֯��z��A�j���Y6��kJ�t��w��*aV9�H���TRߪJ��'�|� �� �/)Y���K�;qWe�`d~l��Df1H�X�w����5�����e�C���siR�<y�D��F�o�W"����pHj6*$F�E2�����%,��+����}?B�=�����VO�U�@����{��T#���P���&�Zd+ŕU�x E�}�=���꓀����V�C�%�4��Y�l�� Қ���/�f� 3ARv�+�)���49�2Vi^��/�Y#�w��WV*"+RJ4�V&